@import url(https://cdn.jsdelivr.net/gh/lazywasabi/line-seed-sans-th@v1.0.0/dist/LineSeedSansTH.min.css);body{font-family:'LINE Seed Sans TH',sans-serif;color:#e2e8f0;margin:0;min-height:100vh}.container{max-width:900px;height:100vh;display:flex;justify-content:center;align-items:center;margin:0 auto}.container::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url('./img/BG.png') center center/cover no-repeat fixed;filter:blur(8px) brightness(.7);z-index:-1}.app-layout{display:flex;flex-direction:column;width:100%;height:100%}@media (min-width:768px){.app-layout{flex-direction:row}}.court-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.info-container{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.court{width:90%;height:auto;aspect-ratio:10/10;position:relative;background-color:#4caf50;border:5px solid #fff;box-shadow:0 0 10px rgba(0,0,0,.5);margin:auto}.court-section{position:absolute;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;text-align:center;overflow:hidden;transition:.5s ease-in-out;padding:5px;opacity:0}.player-name{display:flex;align-items:center;justify-content:center;height:100%;width:100%;text-shadow:1px 1px 2px #000;background-color:rgba(0,0,0,.2);border-radius:8px;overflow:hidden;text-overflow:ellipsis}.player-badge{display:flex;align-items:center;justify-content:space-between;background-color:#4a5568;color:#fff;padding:.25rem .25rem .25rem .75rem;border-radius:9999px;font-size:.875rem;overflow:hidden}.player-badge-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delete-player-btn{background-color:#991b1b;color:#fff;border:none;border-radius:9999px;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0;margin-left:.5rem}.delete-player-btn:hover{background-color:#b91c1c}#playerBadgesContainer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width:768px){#playerBadgesContainer{grid-template-columns:repeat(3,minmax(0,1fr))}.court{max-height:70vh;aspect-ratio:10/21}}@media (max-width:767px){.container{height:100vh}}.court-bottom-left,.court-bottom-right,.court-top-left,.court-top-right{border:none}.court-top-left{top:5%;left:5%;width:40%;height:25%}.court-top-right{top:5%;right:5%;width:40%;height:25%}.court-bottom-left{bottom:5%;left:5%;width:40%;height:25%}.court-bottom-right{bottom:5%;right:5%;width:40%;height:25%}.court-blue{position:absolute;top:0;left:0;width:100%;height:5%;background-color:#3a82f6;z-index:0}.court-red{position:absolute;bottom:0;left:0;width:100%;height:5%;background-color:#f04444;z-index:0}.net{position:absolute;top:50%;left:-5px;width:calc(100% + 10px);height:8px;background-color:#feed00;transform:translateY(-50%);z-index:5}.center-line-top{position:absolute;top:0;left:50%;width:2px;height:40%;background-color:#fff;transform:translateX(-50%);display:flex;justify-content:center;align-items:end}.center-line-bottom{position:absolute;bottom:0;left:50%;width:2px;height:40%;background-color:#fff;transform:translateX(-50%);display:flex;justify-content:center;align-items:start}.short-service-line{position:absolute;left:0;width:100%;height:2px;background-color:#fff}.short-service-line.top{top:40%}.short-service-line.bottom{bottom:40%}.serving-highlight .player-name{box-shadow:inset 0 0 0 4px rgba(255,255,0,.6);background:rgba(255,255,0,.3);z-index:10}.serving-highlight::after{content:'🏸';position:absolute;top:10px;left:0;right:0;font-size:3rem}.pulse{animation:1.5s infinite pulse-animation}@keyframes pulse-animation{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.popup-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:50}.popup-content{background-color:#2d3748;padding:2rem;border-radius:.75rem;text-align:center;color:#e2e8f0;box-shadow:0 0 10px rgba(0,0,0,.5);width:90%;max-width:400px;position:relative}.popup-close-btn{position:absolute;top:10px;right:10px;background-color:#ef4444;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;z-index:60;transition:background-color .2s}.popup-close-btn:hover{background-color:#dc2626}.plus-minus-btn{background-color:#4a5568;color:#fff;width:50px;height:50px;border-radius:50%;margin:0 .5rem}#splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:url('./img/BG.png') center center/cover no-repeat;display:flex;justify-content:center;align-items:center;z-index:100;transition:opacity .5s ease-out}.spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in-bottom{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.animate-fade-in-bottom{animation:.7s ease-out forwards fade-in-bottom}@keyframes move-up{0%{opacity:1;transform:translateY(0)}100%{opacity:1;transform:translateY(-260%)}}.animate-move-up{animation:1s ease-in-out forwards move-up}@keyframes player-swap-left{0%{transform:translateX(0)}100%{transform:translateX(-125%)}}@keyframes player-swap-right{0%{transform:translateX(0)}100%{transform:translateX(125%)}}.animate-player-swap-left{animation:.5s ease-in-out player-swap-left}.animate-player-swap-right{animation:.5s ease-in-out player-swap-right}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:'LINE Seed Sans TH',system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s,background-color .15s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:-webkit-focus-ring-color auto 4px}