@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 50%,#60a5fa 100%);min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 20% 80%,#3b82f633 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 40% 40%,#1e3a8a4d 0%,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}.header{text-align:center;padding-top:2.2rem;padding-bottom:1.2rem;position:relative}.header:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:200%;height:100%;animation:4s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.header h1{color:#fff;text-shadow:0 4px 20px #0000004d;z-index:1;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;position:relative}.header .subtitle{color:#ffffffe6;margin-bottom:1rem;font-size:1.2rem;font-weight:400}.status-indicator{backdrop-filter:blur(15px);color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;animation:3s infinite pulse;display:inline-flex}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.status-dot{background:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite blink;box-shadow:0 0 10px #10b98180}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.4}}#roleSwitch{z-index:1000;gap:.5rem;display:flex;position:fixed;top:2rem;right:2rem}#roleSwitch button{backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}#roleSwitch button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0003}#roleSwitch button.active{background:#ffffff40;border-color:#ffffff80;box-shadow:0 0 20px #fff3}#container{grid-template-columns:1fr 400px;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem 2rem;display:grid}#courts{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;animation:.8s ease-out fadeInUp;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.court-status-badge{letter-spacing:.03em;z-index:2;color:#1e3a8a;background:#fff;border:2px solid #1e3a8a;border-radius:999px;padding:.4em 1.1em;font-size:.95rem;font-weight:600;transition:background .2s,color .2s;position:absolute;top:1.6rem;right:18px;box-shadow:0 2px 8px #1e3a8a12}.court-status-badge.occupied{color:#fff;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);border-color:#1e3a8a}.court-status-badge.free{color:#1e3a8a;background:#fff;border-color:#1e3a8a}.court{text-align:center;background:#f8fafc;border:2px solid #1e3a8a;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.7rem 1.2rem 1.2rem;transition:box-shadow .2s,border .2s;display:flex;position:relative;box-shadow:0 8px 32px #1e3a8a12}.court.occupied{border-color:#3b82f6;box-shadow:0 8px 32px #3b82f621}.court.free{border-color:#1e3a8a;box-shadow:0 8px 32px #1e3a8a12}.court:hover{border-color:#2563eb;box-shadow:0 12px 36px #1e3a8a2e}.court h2{color:#1e3a8a;margin-top:.2rem;margin-bottom:.7rem;font-size:1.5rem;font-weight:700}.court-status{background:#e5e7eb;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:1rem;right:1rem}.court.occupied .court-status{background:#3b82f6;box-shadow:0 0 10px #3b82f680}.court.just-started .court-status{background:#10b981;animation:1s infinite newMatchBlink;box-shadow:0 0 10px #10b98180}.court.long-running .court-status{background:#f59e0b;box-shadow:0 0 10px #f59e0b80}@keyframes newMatchBlink{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.court-players{flex-direction:column;justify-content:center;gap:.5rem;min-height:100px;margin:1rem 0;display:flex}.player{color:#1e3a8a;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .3s}.player:hover{background:#3b82f626;transform:scale(1.02)}.player:empty{color:#64748b;background:#e2e8f080;border:1px dashed #94a3b880}.player:empty:before{content:"Frei"}.vs-indicator{color:#64748b;margin:.25rem 0;font-size:.8rem;font-weight:500}.timer{color:#1e3a8a;letter-spacing:.5px;background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;padding:.75rem 1rem;font-family:Monaco,Menlo,monospace;font-size:1.4rem;font-weight:600}.court.just-started .timer{color:#059669;background:#10b9811a;border-color:#10b9814d}.court.long-running .timer{color:#d97706;background:#f59e0b1a;border-color:#f59e0b4d}.admin-controls{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.admin-controls button{color:#1e3a8a;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s}.admin-controls button:hover{background:#3b82f633;transform:translateY(-1px)}.admin-controls button:disabled{opacity:.5;cursor:not-allowed}#upcomingMatches{backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:15px;height:fit-content;max-height:80vh;padding:1.5rem;animation:.8s ease-out fadeInRight;position:sticky;top:2rem;overflow-y:auto;box-shadow:0 8px 32px #0000001a}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}#upcomingMatches h2{color:#1e3a8a;text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600;position:relative}#upcomingMatches h2:after{content:"";background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;width:50px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.match{background:#3b82f60d;border:1px solid #3b82f633;border-radius:10px;margin-bottom:1rem;padding:1.25rem;transition:all .3s;position:relative;overflow:hidden}.match:before{content:"";background:linear-gradient(90deg,#3b82f6,#1d4ed8);width:100%;height:2px;position:absolute;top:0;left:0}.match:hover{background:#3b82f61a;border-color:#3b82f64d;transform:translate(3px);box-shadow:0 8px 25px #0000001a}.match .players{color:#1e3a8a;margin-bottom:.5rem;font-size:1rem;font-weight:500}.match .time{color:#64748b;align-items:center;gap:.5rem;font-size:.9rem;font-weight:400;display:flex}.match .time:before{content:"⏰";font-size:.8rem}.admin-panel{background:#fff;border-radius:18px;min-width:320px;max-width:480px;margin:2.5rem auto 2rem;padding:2.2rem 2.2rem 2.5rem;position:relative;box-shadow:0 8px 32px #1e3a8a1a}.admin-panel h2{text-align:center;color:#1e3a8a;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.admin-tabs{justify-content:center;gap:1.2rem;margin-bottom:2.2rem;display:flex}.admin-tabs button{color:#1e3a8a;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;padding:.7em 1.7em;font-size:1.05rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px #1e3a8a0a}.admin-tabs button.active{color:#fff;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);box-shadow:0 4px 16px #1e3a8a1a}.admin-tabs button:hover:not(.active){color:#2563eb;background:#e0e7ff}.admin-tab-content,.admin-panel form{margin-top:.5rem}.admin-panel form h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.admin-panel form div{margin-bottom:1rem;position:relative}.admin-panel form label{color:#374151;margin-bottom:.5rem;font-weight:500;display:block}.admin-panel form input,.admin-panel form select{color:#1e3a8a;background:#fffc;border:1px solid #3b82f64d;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.admin-panel form input::placeholder{color:#9ca3af}.admin-panel form input:focus,.admin-panel form select:focus{background:#fffffff2;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.admin-panel form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.admin-panel form button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.admin-panel form button:active{transform:translateY(0)}.autocomplete-list{backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;border:1px solid #3b82f64d;border-radius:8px;max-height:200px;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 25px #0000001a}.autocomplete-list li{cursor:pointer;color:#1e3a8a;border-bottom:1px solid #3b82f61a;padding:.75rem 1rem;transition:all .2s}.autocomplete-list li:hover{color:#1d4ed8;background:#3b82f61a}.autocomplete-list li:last-child{border-bottom:none}.status-legend{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.status-item{color:#1e3a8a;background:#ffffffe6;border:1px solid #3b82f633;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.status-item .status-dot{width:8px;height:8px;box-shadow:none;border-radius:50%;animation:none}.status-item.free .status-dot{background:#e5e7eb}.status-item.occupied .status-dot{background:#3b82f6}.status-item.just-started .status-dot{background:#10b981}.status-item.long-running .status-dot{background:#f59e0b}@media (width<=1024px){#container{grid-template-columns:1fr;gap:1.5rem}#courts{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}#upcomingMatches{order:-1;max-height:none;position:static;visibility:visible!important;opacity:1!important;display:block!important}.status-legend{gap:1rem}}@media (width<=768px){.header h1{font-size:2.5rem}#roleSwitch{top:1rem;right:1rem}#roleSwitch button{padding:.5rem 1rem;font-size:.8rem}#container{padding:0 1rem 1rem;display:block!important}#courts{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.court{padding:1.25rem}#upcomingMatches{z-index:10;background:#fffffff7;box-shadow:0 4px 16px #1e3a8a14;visibility:visible!important;opacity:1!important;max-height:40vh!important;margin-bottom:2rem!important;display:block!important;position:sticky!important;top:0!important;overflow-y:auto!important}#upcomingMatches h2{margin-bottom:1rem;font-size:1.4rem}.match{margin-bottom:.75rem;padding:1rem}.match .players{font-size:.95rem}.match .time{font-size:.85rem}.status-legend{flex-direction:column;align-items:center;gap:.5rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.court:first-child{animation-delay:.1s}.court:nth-child(2){animation-delay:.2s}.court:nth-child(3){animation-delay:.3s}.court:nth-child(4){animation-delay:.4s}.court:nth-child(5){animation-delay:.5s}.court:nth-child(6){animation-delay:.6s}.court:nth-child(7){animation-delay:.7s}.court:nth-child(8){animation-delay:.8s}.court:nth-child(9){animation-delay:.9s}.court{animation:.6s ease-out both slideIn}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#3b82f61a;border-radius:10px}::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3b82f680}.main-title{text-align:center;color:#1e3a8a;letter-spacing:.03em;text-shadow:0 2px 12px #1e3a8a12;margin-top:1.2rem;margin-bottom:.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}.club-logo.center{filter:drop-shadow(0 2px 12px #1e3a8a14);width:110px;height:auto;margin:.2rem auto 1.2rem;display:block}.club-logo.center.large{filter:drop-shadow(0 4px 18px #1e3a8a1a);width:160px;max-width:90vw;height:auto;margin:.5rem auto 1.1rem;transition:width .2s;display:block}@media (width<=600px){.club-logo.center.large{width:110px;margin-bottom:.7rem}#upcomingMatches{margin-bottom:1.5rem;padding:.75rem}#upcomingMatches h2{margin-bottom:.75rem;font-size:1.3rem}.match{margin-bottom:.5rem;padding:.75rem}.match .players{font-size:.9rem}.match .time{font-size:.8rem}}.livetimer-top-right{z-index:10;position:absolute;top:1.5rem;right:2.5rem;box-shadow:0 2px 12px #1e3a8a12}.matches-logo-wrapper{display:block}#container{align-items:flex-start}.role-switch-top-right{z-index:11;justify-content:flex-end;display:flex;position:absolute;top:4.5rem;right:2.5rem}.role-switch-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);border:none;border-radius:999px;outline:none;padding:.7em 1.6em;font-size:1rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 12px #1e3a8a1a}.role-switch-btn:hover{background:linear-gradient(90deg,#2563eb 60%,#1e40af 100%);transform:translateY(-2px)scale(1.04);box-shadow:0 6px 18px #1e3a8a21}.switch-row{align-items:center;gap:1.2em;margin:1.2em 0 1.5em;font-size:1.08rem;font-weight:500;display:flex}.switch{width:48px;height:28px;margin:0 .7em;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#e0e7ff;border-radius:34px;transition:all .3s;position:absolute;inset:0}.switch input:checked+.slider{background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%)}.slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 8px #1e3a8a1a}.switch input:checked+.slider:before{transform:translate(20px)}.admin-panel form>div>b{color:#1e3a8a;margin:1.1em 0 .3em;font-size:1.08em;font-weight:600;display:block}.livetimer-bottom-right{z-index:1000;backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:25px;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #00000026}.livetimer-bottom-right .status-indicator{backdrop-filter:blur(15px);color:#1e3a8a;background:#fffffff2;border:1px solid #ffffff4d;border-radius:25px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;animation:3s infinite pulse;box-shadow:0 4px 20px #1e3a8a1a}.livetimer-bottom-right .status-dot{background:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite blink;box-shadow:0 0 10px #10b98180}@media (width<=768px){.livetimer-bottom-right{bottom:1rem;right:1rem}.livetimer-bottom-right .status-indicator{padding:.6rem 1.2rem;font-size:.85rem}}.competition-badge-top-right{letter-spacing:.03em;z-index:2;color:#fff;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);border:2px solid #1e3a8a;border-radius:999px;padding:.4em 1.1em;font-size:.95rem;font-weight:600;position:absolute;top:1.5rem;right:18px;box-shadow:0 2px 8px #1e3a8a12}.competition-badge-top-left{letter-spacing:.03em;z-index:2;color:#fff;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);border:2px solid #1e3a8a;border-radius:999px;padding:.4em 1.1em;font-size:.95rem;font-weight:600;position:absolute;top:18px;left:18px;box-shadow:0 2px 8px #1e3a8a12}.competition-badge{color:#fff;text-align:center;letter-spacing:.02em;background:linear-gradient(90deg,#3b82f6 60%,#1e3a8a 100%);border-radius:12px;margin-top:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #1e3a8a26}
/*# sourceMappingURL=path0.a442c578.css.map */
