:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none;box-shadow:0 0 10px #4caf50}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2c2c2c;color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#1a1a1a;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 5px #0003}.header-left{display:flex;align-items:center;gap:1rem}.club-logo{height:40px;width:auto;object-fit:contain}.app-title{font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;cursor:default}.header-right{display:flex;gap:1rem}.admin-button,.logout-button{background-color:#4a4a4a;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-family:inherit}.logout-button{background-color:#d32f2f}.admin-button:hover,.logout-button:hover{opacity:.9}.courts-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:5rem 2rem 2rem;width:100%;max-width:1800px;margin:0 auto;box-sizing:border-box;min-height:calc(100vh - 80px);align-content:start}@media (max-width: 1279px){.courts-container{grid-template-columns:repeat(2,1fr);max-width:1200px}}@media (max-width: 767px){.courts-container{grid-template-columns:1fr;max-width:600px;padding:5rem 1rem 1rem}}.court{background-color:#2c2c2c;border-radius:8px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;min-height:400px;max-height:500px;overflow:hidden;box-sizing:border-box;width:100%;position:relative}.court-content{display:flex;flex:1;min-height:0;background-image:url(/assets/court-CXnob4it.png);background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;background-color:#1e1e1e;padding:1.5rem;box-sizing:border-box;justify-content:space-between;align-items:stretch;overflow:hidden}.court-name{background-color:#333;color:#fff;padding:.75rem 1rem;font-weight:500;text-align:center;font-size:1.25rem;text-transform:uppercase;letter-spacing:1px;min-height:auto;height:auto;line-height:1.2}.team{width:38.5%;display:flex;flex-direction:column;justify-content:center;padding:.5rem;box-sizing:border-box;position:relative;overflow-y:auto;max-height:100%}.team-left{margin-right:auto;align-items:center;margin-left:.5rem}.team-right{margin-left:auto;align-items:center;margin-right:.5rem}.team-players{display:flex;flex-direction:column;gap:.5rem;width:100%;overflow-y:auto;max-height:100%;padding:.5rem 0}.team-left .player-container,.team-right .player-container{align-items:center;text-align:center}.player-container{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:.25rem 0}.player{background-color:#ffcdd2;padding:.75rem .5rem;border-radius:4px;text-align:center;font-size:.9rem;color:#000;font-weight:500;border:none;margin:.15rem auto;width:60%;box-sizing:border-box;position:relative;z-index:1;min-height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:11.25rem}.player .elo{font-size:.8rem;color:#333;font-weight:700}.elo-indicator{position:absolute;top:.5rem;left:.5rem;font-size:.8rem;color:#666;background-color:#fffc;padding:.2rem .5rem;border-radius:4px}.app-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#282c34}.start-one-container{display:flex;align-items:center}.court-number-input{width:80px;margin-right:.5rem;padding:.5rem;border-radius:4px;border:1px solid #ccc}.matchmaking-results{max-height:60vh;overflow-y:auto;margin:1rem 0;padding:.5rem;background:#282828cc;border-radius:6px;font-family:Courier New,monospace;white-space:pre-wrap;line-height:1.6}.result-section{color:#4a9eff;margin:1rem 0 .5rem;font-size:1.1em;font-weight:600;border-bottom:1px solid #444;padding-bottom:.3rem}.result-line{padding:.3rem .5rem;margin:.2rem 0;border-radius:3px;background:#3c3c3c80}.result-line.success{color:#4caf50;background:#4caf501a;border-left:3px solid #4caf50}.result-line.error{color:#f44336;background:#f443361a;border-left:3px solid #f44336}.result-spacing{height:.5rem}.error,.success-modal{background:#2c2c2c;padding:2rem;border-radius:8px;max-width:700px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d;border:1px solid #444}.error h2,.success-modal h2{color:#fff;margin-top:0;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.error p,.success-modal p{margin:.5rem 0;line-height:1.6}.retry-button{display:block;width:100%;padding:.8rem;margin-top:1.5rem;background-color:#4a9eff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#3a8ae8}.matchmaking-results::-webkit-scrollbar{width:8px}.matchmaking-results::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.matchmaking-results::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.matchmaking-results::-webkit-scrollbar-thumb:hover{background:#666}.footer-button{padding:.75rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;background-color:#4a4a4a;color:#fff;transition:all .2s;min-width:120px;text-align:center}.footer-button.primary{background-color:#4caf50}.footer-button:hover{opacity:.9}@media (min-width: 1280px){.courts-container{grid-template-columns:repeat(3,1fr);max-width:1800px}}@media (max-width: 1279px) and (min-width: 1024px){.courts-container{grid-template-columns:repeat(2,1fr);max-width:1200px}}@media (max-width: 1023px) and (min-width: 768px){.courts-container{grid-template-columns:repeat(2,1fr);max-width:1000px;padding:5rem 1.5rem 1.5rem}.court{min-height:350px}.team{width:38%}}@media (max-width: 767px){.courts-container{grid-template-columns:1fr;max-width:600px;padding:5rem 1rem 1rem;gap:1rem}.court{min-height:200px;max-height:none}.team{width:42%;padding:.5rem}.team h3{font-size:.9rem;margin:.25rem 0}.player-container{font-size:.85rem;padding:.25rem 0}.court-name{padding:.5rem;font-size:1rem;min-height:auto;height:auto;line-height:1.2}.team{margin:.25rem;padding:.25rem}.player-container{padding:.15rem 0}.app-header,.app-footer{padding:.75rem 1rem}}@media (max-width: 480px){.header-right{gap:.5rem}.admin-button,.logout-button{padding:.4rem .75rem;font-size:.8rem}.court{min-width:0}.player{min-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.court-content{padding:.5rem}.court-name{font-size:1rem;padding:.5rem}}.context-menu{background-color:#1a1a1a;border:1px solid #333333;border-radius:6px;box-shadow:0 4px 15px #0006;min-width:180px;z-index:1000;overflow:hidden}.context-menu-item{padding:10px 16px;cursor:pointer;font-size:14px;color:#fff;transition:background-color .2s ease}.context-menu-item:hover{background-color:#f0f0f0;color:#333}.context-menu-item:not(:last-child){border-bottom:1px solid #333333}.score-dialog-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.score-dialog{background-color:#2c2c2c;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;width:400px;max-width:90%;text-align:center}.score-dialog h2{margin-top:0;color:#fff;font-size:1.8em;margin-bottom:20px}.score-input-group{margin-bottom:15px;text-align:left}.score-input-group label{display:block;margin-bottom:8px;font-weight:700;color:#a0a0a0}.score-input-group input{width:100%;padding:10px;border-radius:5px;border:1px solid #444;background-color:#3a3f47;color:#fff;font-size:1em;box-sizing:border-box}.score-input-group input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf504d}.dialog-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.dialog-buttons button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.dialog-buttons button[type=button]{background-color:#4a4a4a;color:#fff}.dialog-buttons button[type=button]:hover{opacity:.9}.dialog-buttons button[type=submit]{background-color:#00c853!important;color:#fff}.dialog-buttons button[type=submit]:hover{opacity:.9}.error-message{color:#ff6b6b;margin-bottom:15px;font-size:.9em}.fill-player-dialog-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.fill-player-dialog{background-color:#2c2c2c;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;width:400px;max-width:90%;text-align:center}.fill-player-dialog h2{margin-top:0;color:#fff;font-size:1.8em;margin-bottom:20px}.fill-player-dialog .dialog-content{margin-bottom:20px}.fill-player-dialog .input-group{margin-bottom:15px;text-align:left}.fill-player-dialog .checkbox-group{display:flex;align-items:center;gap:10px;margin-bottom:15px}.fill-player-dialog .checkbox-group label{margin-bottom:0}.fill-player-dialog label{display:block;margin-bottom:8px;font-weight:700;color:#a0a0a0}.fill-player-dialog select{width:100%;padding:10px;border-radius:5px;border:1px solid #444;background-color:#3a3f47;color:#fff;font-size:1em;box-sizing:border-box}.fill-player-dialog select:hover{border-color:#555}.fill-player-dialog select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf504d}.fill-player-dialog .dialog-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.fill-player-dialog button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.fill-player-dialog .cancel-button{background-color:#4a4a4a;color:#fff}.fill-player-dialog .cancel-button:hover{opacity:.9}.fill-player-dialog .fill-button{background-color:#00c853!important;color:#fff}.fill-player-dialog .fill-button:disabled{background-color:#888;cursor:not-allowed}.fill-player-dialog .fill-button:hover:not(:disabled){opacity:.9}.replace-player-dialog-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.replace-player-dialog{background-color:#2c2c2c;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;width:400px;max-width:90%;text-align:center}.replace-player-dialog h2{margin-top:0;color:#fff;font-size:1.8em;margin-bottom:20px}.replace-player-dialog .error-message{color:#ff6b6b;margin-bottom:15px;font-size:.9em}.replace-player-dialog .dialog-content{margin-bottom:20px}.replace-player-dialog .input-group{margin-bottom:15px;text-align:left}.replace-player-dialog label{display:block;margin-bottom:8px;font-weight:700;color:#a0a0a0}.replace-player-dialog select,.replace-player-dialog input[type=text]{width:100%;padding:10px;border-radius:5px;border:1px solid #444;background-color:#3a3f47;color:#fff;font-size:1em;box-sizing:border-box}.replace-player-dialog select:hover,.replace-player-dialog input[type=text]:hover{border-color:#555}.replace-player-dialog select:focus,.replace-player-dialog input[type=text]:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf504d}.replace-player-dialog .dialog-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.replace-player-dialog button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.replace-player-dialog .cancel-button{background-color:#4a4a4a;color:#fff}.replace-player-dialog .cancel-button:hover{opacity:.9}.replace-player-dialog .replace-button{background-color:#00c853!important;color:#fff}.replace-player-dialog .replace-button:disabled{background-color:#888;cursor:not-allowed}.replace-player-dialog .replace-button:hover:not(:disabled){opacity:.9}.error-toast{position:fixed;top:45px;left:50%;transform:translate(-50%);background-color:#f4433640;border:1px solid #f44336;color:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 8px #0003;display:flex;justify-content:space-between;align-items:center;z-index:9999;max-width:500px;animation:slideIn .5s forwards}@keyframes slideIn{0%{transform:translateY(-50%) translate(-50%);opacity:0}to{transform:translateY(0) translate(-50%);opacity:1}}.error-toast p{margin:0 15px 0 0}.close-button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;outline:none;box-shadow:none}.close-button:hover,.close-button:active{background:none}.close-button:focus,.close-button:focus-visible{outline:none;box-shadow:none;filter:none}
