:root{--color-primary: #FF6B00;--color-surface: #0B132B;--color-surface-alt: #1C2541;--color-text: #FFFFFF;--color-text-muted: #A8B2C8;--color-success: #10B981;--color-danger: #EF4444;--color-wood: #C68642;--color-wood-dark: #8B5A2B}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Heebo,Rubik,system-ui,sans-serif;background:var(--color-surface);color:var(--color-text);direction:rtl}.auth-screen,.app-shell{min-height:100vh;background:linear-gradient(#0b132bd9,#0b132bf2),repeating-linear-gradient(90deg,var(--color-wood) 0px,var(--color-wood) 80px,var(--color-wood-dark) 80px,var(--color-wood-dark) 82px)}.auth-screen{display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-surface-alt);border-radius:16px;padding:32px 24px;box-shadow:0 10px 40px #0006}.logo{display:block;max-width:220px;width:70%;height:auto;margin:0 auto 12px}.subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:24px}.field-label{display:block;font-size:.875rem;color:var(--color-text-muted);margin-bottom:8px}.phone-input,.text-input,.otp-input{width:100%;background:var(--color-surface-alt);border:2px solid transparent;color:var(--color-text);font-size:1.125rem;padding:14px 16px;border-radius:12px;font-family:inherit;transition:border-color .15s}.otp-input{font-size:2rem;text-align:center;letter-spacing:.5rem;font-family:Bebas Neue,monospace}.phone-input:focus,.text-input:focus,.otp-input:focus{outline:none;border-color:var(--color-primary)}.btn-back{background:none;border:none;color:var(--color-text-muted);font-size:.9rem;cursor:pointer;margin-bottom:16px;font-family:inherit}.error-msg{background:#ef444426;border:1px solid var(--color-danger);color:#fca5a5;padding:10px 14px;border-radius:8px;margin-top:12px;font-size:.9rem}.full-screen-loader{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.25rem;color:var(--color-text-muted)}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--color-surface);border-bottom:1px solid var(--color-surface-alt);position:sticky;top:0;z-index:30}.logo-small{height:44px;width:auto;display:block}.user-chip{display:flex;align-items:center;gap:8px;font-size:.9rem}.badge-admin,.badge-fixed{font-size:.7rem;padding:2px 8px;border-radius:8px;font-weight:600}.badge-admin{background:var(--color-primary);color:#fff}.badge-fixed{background:var(--color-success);color:#fff}.app-content{flex:1;padding:20px 20px 24px}.placeholder{text-align:center;padding:60px 20px;color:var(--color-text-muted);background:var(--color-surface-alt);border-radius:16px;border:2px dashed rgba(255,255,255,.1)}.placeholder .small{font-size:.85rem;opacity:.7;margin-top:8px}.bottom-nav{display:flex;background:var(--color-surface);border-top:1px solid var(--color-surface-alt);padding:8px 0 calc(8px + env(safe-area-inset-bottom));position:sticky;bottom:0;z-index:30}.bottom-nav button{flex:1;background:none;border:none;color:var(--color-text-muted);display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;cursor:pointer;font-size:.75rem;font-family:inherit}.bottom-nav button.active{color:var(--color-primary)}.bottom-nav button span{font-size:.7rem}.game-board{padding-bottom:16px}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.game-date{font-size:1.25rem;font-weight:700}.status-pill{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.status-open{background:var(--color-success);color:#fff}.status-locked{background:var(--color-text-muted);color:#fff}.status-completed{background:var(--color-surface-alt);color:var(--color-text-muted)}.fixed-strip{background:var(--color-surface);border-radius:12px;padding:12px;margin-bottom:20px;border-right:4px solid var(--color-success)}.fixed-strip-label{font-size:.8rem;color:var(--color-text-muted);margin-bottom:8px}.fixed-strip-chips{display:flex;gap:8px;flex-wrap:wrap}.fixed-chip{background:var(--color-surface-alt);padding:6px 12px;border-radius:8px;font-size:.9rem;font-weight:500}.slots-section-label{font-size:.875rem;color:var(--color-text-muted);margin-bottom:8px}.slots-grid{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:20px}.slot{display:flex;align-items:center;gap:12px;background:var(--color-surface);border:1px solid var(--color-surface-alt);border-radius:10px;padding:12px 14px}.slot-empty{background:transparent;border-style:dashed;border-color:#ffffff26;color:var(--color-text-muted)}.slot-mine{border-color:var(--color-primary);background:#ff6b001a}.slot-number{font-family:Bebas Neue,monospace;font-size:1.5rem;color:var(--color-primary);width:32px}.slot-name{font-size:1rem}.waitlist-banner{background:var(--color-surface-alt);border:1px solid rgba(255,107,0,.3);border-radius:12px;padding:16px;margin-bottom:20px;text-align:center}.waitlist-banner-main{font-size:1.1rem}.waitlist-banner-main strong{color:var(--color-primary);font-size:1.5rem;font-family:Bebas Neue,monospace;margin:0 4px}.waitlist-banner-sub{font-size:.8rem;color:var(--color-text-muted);margin-top:4px}.sticky-cta{position:sticky;bottom:16px;z-index:20;margin:16px 0 8px;padding-bottom:env(safe-area-inset-bottom)}.sticky-info{background:var(--color-surface);border:1px solid var(--color-success);color:var(--color-success);text-align:center;padding:14px;border-radius:12px;font-weight:600}.between-games{text-align:center;padding:60px 20px}.between-games h2{margin-bottom:16px}.between-games p{color:var(--color-text-muted);margin-bottom:12px}.next-game-time{background:var(--color-surface);border:1px solid var(--color-primary);color:var(--color-primary);border-radius:12px;padding:16px;margin-top:16px;font-weight:600;font-size:1.1rem}.btn{width:100%;border:none;font-size:1.1rem;font-weight:600;padding:16px;border-radius:12px;cursor:pointer;transition:transform .1s,opacity .15s;font-family:inherit}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:var(--color-surface-alt);color:var(--color-text);border:1px solid rgba(255,255,255,.1)}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger-soft{background:#ef444426;color:#fca5a5;border:1px solid var(--color-danger)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.modal-card{background:var(--color-surface);border-radius:16px;padding:24px;max-width:400px;width:100%;border:1px solid var(--color-surface-alt)}.modal-card h3{margin-bottom:12px}.modal-card p{color:var(--color-text-muted);margin-bottom:20px;line-height:1.5}.modal-actions{display:flex;flex-direction:column;gap:8px}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:12px;font-weight:500;z-index:200;animation:slideDown .3s ease-out;max-width:90%;text-align:center}.toast-success{background:var(--color-success);color:#fff}.toast-error{background:var(--color-danger);color:#fff}.toast-info{background:var(--color-surface);color:#fff;border:1px solid var(--color-surface-alt)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.admin-panel{padding-bottom:80px}.admin-section{background:var(--color-surface);border-radius:12px;padding:16px;margin-bottom:16px;border:1px solid var(--color-surface-alt)}.admin-section h3{margin-bottom:12px}.admin-hint{color:var(--color-text-muted);font-size:.875rem;margin-bottom:16px}.admin-buttons{display:flex;flex-direction:column;gap:8px}.admin-msg{margin-top:12px;padding:10px;border-radius:8px;text-align:center;font-size:.9rem}.admin-msg-success{background:#10b98126;color:#6ee7b7}.admin-msg-error{background:#ef444426;color:#fca5a5}.bench-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.bench-row{display:flex;align-items:center;gap:12px;padding:14px;background:var(--color-surface-alt);border-radius:10px;cursor:pointer;border:2px solid transparent;transition:all .15s}.bench-row input[type=checkbox]{width:22px;height:22px;accent-color:var(--color-primary)}.bench-row-checked{border-color:var(--color-primary);background:#ff6b001a}.bench-name{flex:1;font-size:1rem;font-weight:500}.bench-check{color:var(--color-primary);font-weight:700}.shootout-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.shooter-row{display:flex;align-items:center;gap:12px;background:var(--color-surface-alt);padding:12px;border-radius:12px;transition:opacity .3s}.shooter-row-done{opacity:.5}.shooter-name{flex:1;font-size:1.05rem;font-weight:500}.shooter-actions{display:flex;gap:8px}.shot-btn{width:60px;height:60px;border:none;border-radius:50%;font-size:1.75rem;cursor:pointer;transition:transform .1s}.shot-btn:active{transform:scale(.9)}.shot-btn:disabled{opacity:.5;cursor:not-allowed}.shot-make{background:#10b98126;border:2px solid var(--color-success)}.shot-miss{background:#ef444426;border:2px solid var(--color-danger)}.shot-active.shot-make{background:var(--color-success)}.shot-active.shot-miss{background:var(--color-danger)}.flag-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.flag-info{flex:1}.flag-label{font-weight:600;margin-bottom:4px}.flag-desc{font-size:.8rem;color:var(--color-text-muted);line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:52px;height:30px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-surface-alt);border:1px solid rgba(255,255,255,.1);border-radius:30px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:22px;height:22px;right:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch input:checked+.toggle-slider{background:var(--color-primary);border-color:var(--color-primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(-22px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.toggle-pending .toggle-slider{opacity:.6}.leaderboard{padding-bottom:80px}.leaderboard-header{text-align:center;margin-bottom:20px}.leaderboard-header h2{font-size:1.5rem;margin-bottom:4px}.leaderboard-subtitle{color:var(--color-text-muted);font-size:.875rem}.leaderboard-table{background:var(--color-surface);border-radius:12px;overflow:hidden;border:1px solid var(--color-surface-alt)}.lb-row{display:grid;grid-template-columns:40px 1fr 50px 50px 60px;gap:8px;padding:14px 12px;align-items:center;border-bottom:1px solid var(--color-surface-alt)}.lb-row:last-child{border-bottom:none}.lb-header-row{background:var(--color-surface-alt);color:var(--color-text-muted);font-size:.75rem;text-transform:uppercase;font-weight:600}.lb-rank{font-family:Bebas Neue,monospace;font-size:1.25rem;text-align:center}.lb-name{font-weight:500}.lb-stat{text-align:center;font-family:Bebas Neue,monospace;font-size:1.1rem}.lb-pct{color:var(--color-primary);font-weight:700}.lb-podium-1{background:#ffd7000d}.lb-podium-2{background:#c0c0c00d}.lb-podium-3{background:#cd7f320d}.waitlist-overview{display:flex;flex-direction:column;gap:6px}.waitlist-row{display:flex;align-items:center;gap:12px;background:var(--color-surface-alt);padding:10px 12px;border-radius:8px}.waitlist-position{font-family:Bebas Neue,monospace;font-size:1.1rem;color:var(--color-primary);width:24px}.waitlist-name{font-size:.95rem}.waitlist-list{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.waitlist-list-row{display:flex;align-items:center;gap:12px;background:var(--color-surface);border:1px solid var(--color-surface-alt);border-radius:8px;padding:10px 12px;opacity:.85}.waitlist-list-row-mine{border-color:var(--color-primary);background:#ff6b001a;opacity:1}.waitlist-list-position{font-family:Bebas Neue,monospace;font-size:1.1rem;color:var(--color-text-muted);width:28px;text-align:center}.waitlist-list-row-mine .waitlist-list-position{color:var(--color-primary)}.waitlist-list-name{font-size:.95rem;flex:1}.users-list{display:flex;flex-direction:column;gap:8px}.user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--color-surface-alt);border-radius:10px;border:1px solid transparent;transition:all .15s}.user-row-fixed{border-color:var(--color-success);background:#10b98114}.user-info{flex:1;min-width:0}.user-name{font-weight:500;display:flex;align-items:center;gap:8px;margin-bottom:2px}.user-phone{font-size:.75rem;color:var(--color-text-muted)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:active{transform:scale(.98)}.modal-card-wide{max-width:500px}.msg-preview{background:#0d1f0d;border:1px solid #1f3a1f;border-radius:12px;padding:14px;font-family:Heebo,system-ui,sans-serif;font-size:.875rem;line-height:1.5;color:#e5e7eb;white-space:pre-wrap;word-break:break-word;margin-bottom:16px;max-height:320px;overflow-y:auto;direction:rtl;text-align:right}.btn-hint{display:inline-block;margin-right:6px;font-size:.85rem;font-weight:400;opacity:.85}.urgency-banner{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ff6b00,#ff3d00);color:#fff;padding:14px 16px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 16px #ff6b004d;animation:pulse 1.8s ease-in-out infinite}.urgency-icon{font-size:1.75rem;flex-shrink:0}.urgency-text{flex:1}.urgency-main{font-size:1.05rem;font-weight:600}.urgency-main strong{font-size:1.5rem;font-family:Bebas Neue,monospace;margin:0 4px}.urgency-sub{font-size:.8rem;opacity:.9;margin-top:2px}@keyframes pulse{0%,to{box-shadow:0 4px 16px #ff6b004d}50%{box-shadow:0 6px 24px #ff6b008c}}.roster-add{display:flex;flex-direction:column;gap:8px;padding:14px;background:var(--color-surface-alt);border-radius:10px;margin-bottom:16px;border:1px dashed rgba(255,255,255,.15)}.roster-add .phone-input,.roster-add .text-input{padding:12px 14px;font-size:1rem}.roster-fixed-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0;-webkit-user-select:none;user-select:none}.roster-fixed-toggle input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-primary)}.roster-list{display:flex;flex-direction:column;gap:6px}.roster-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--color-surface-alt);border-radius:10px;border:1px solid transparent;transition:all .15s}.roster-row-fixed{border-color:var(--color-success);background:#10b98114}.roster-info{flex:1;min-width:0}.roster-name{font-weight:500;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:2px}.roster-phone{font-size:.75rem;color:var(--color-text-muted)}.roster-actions{display:flex;align-items:center;gap:8px}.roster-remove{background:transparent;border:1px solid rgba(239,68,68,.3);color:#fca5a5;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1rem}.roster-remove:active{transform:scale(.92)}.roster-remove:disabled{opacity:.4;cursor:not-allowed}.badge-signed-up{font-size:.7rem;background:var(--color-success);color:#fff;padding:2px 8px;border-radius:8px;font-weight:600}.badge-not-signed-up{font-size:.7rem;background:#a8b2c826;color:var(--color-text-muted);padding:2px 8px;border-radius:8px;font-weight:500}.admin-tabs{display:flex;gap:4px;padding:4px;background:var(--color-surface-alt);border-radius:12px;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{flex:1;min-width:max-content;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s;font-family:inherit}.admin-tab:active{transform:scale(.97)}.admin-tab.active{background:var(--color-primary);color:#fff}.admin-tab-content{display:flex;flex-direction:column;gap:14px}.show-all-toggle{width:100%;margin-top:12px;padding:10px;background:transparent;border:1px dashed rgba(255,255,255,.18);border-radius:10px;color:var(--color-text-muted);font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.show-all-toggle:active{transform:scale(.98)}.show-all-toggle:hover{border-color:#ffffff4d;color:var(--color-text)}.badge-ghost{font-size:.7rem;background:#a8b2c826;color:var(--color-text-muted);padding:2px 8px;border-radius:8px;font-weight:500;margin-inline-start:6px}.promotion-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.promotion-modal{background:linear-gradient(135deg,var(--color-primary),#1d6e3b);border-radius:20px;padding:32px 24px;max-width:360px;width:100%;text-align:center;color:#fff;box-shadow:0 20px 60px #00000080;animation:bounceIn .5s ease}.promotion-emoji{font-size:4rem;margin-bottom:12px;animation:wiggle .6s ease .3s}.promotion-modal h2{font-size:1.75rem;margin:0 0 8px;color:#fff}.promotion-modal p{color:#ffffffe6;margin:0 0 24px;font-size:1rem}.promotion-modal button{background:#fff;color:var(--color-primary);font-weight:700;padding:14px 32px;border:none;border-radius:12px;cursor:pointer;font-size:1.05rem;font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.notif-banner{background:#3b82f61f;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:12px 14px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.notif-banner-text{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--color-text)}.notif-banner-actions{display:flex;gap:8px}.notif-btn-primary{flex:1;padding:8px 14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-family:inherit;font-size:.875rem}.notif-btn-secondary{flex:1;padding:8px 14px;background:transparent;color:var(--color-text-muted);border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;font-family:inherit;font-size:.875rem}.promotion-history{border-inline-start:3px solid #f59e0b;background:#f59e0b0f}.promotion-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.promotion-row{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--color-surface-alt);border-radius:10px;gap:10px}.promotion-info{flex:1;min-width:0}.promotion-name{font-weight:600;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.promotion-time{font-size:.75rem;color:var(--color-text-muted);margin-top:2px}.promotion-actions{display:flex;gap:6px}.btn-wa{background:#25d366;color:#fff;border:none;padding:8px 12px;border-radius:8px;font-size:.825rem;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.btn-wa:active{transform:scale(.95)}.btn-mark{background:transparent;color:var(--color-text-muted);border:1px solid rgba(255,255,255,.15);width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1rem}.btn-mark:active{transform:scale(.92)}.media-tab{display:flex;flex-direction:column;gap:16px}.media-upload{display:flex;flex-direction:column;gap:8px;padding:14px;background:var(--color-surface-alt);border-radius:12px;border:1px dashed rgba(255,255,255,.15)}.media-upload-btn{width:100%;padding:14px;font-size:1rem}.media-hint{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin:0}.media-upload-error{background:#ef44441f;color:#fca5a5;padding:10px;border-radius:8px;font-size:.85rem}.media-uploading{display:flex;flex-direction:column;gap:8px;text-align:center;color:var(--color-text);font-size:.9rem}.media-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.media-progress-fill{height:100%;background:var(--color-primary);transition:width .2s}.media-list{display:flex;flex-direction:column;gap:16px}.media-card{background:var(--color-surface);border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.media-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px}.media-card-uploader{font-weight:600}.media-card-time{font-size:.75rem;color:var(--color-text-muted)}.media-delete{background:transparent;border:1px solid rgba(239,68,68,.3);color:#fca5a5;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1rem}.media-video{width:100%;display:block;background:#000;max-height:70vh}.media-processing{padding:24px 16px;text-align:center;color:var(--color-text-muted);background:var(--color-surface-alt);font-size:.9rem}.media-empty{text-align:center;padding:60px 20px;color:var(--color-text-muted)}.media-empty-icon{font-size:3rem;margin-bottom:12px}.media-empty h3{color:var(--color-text);margin:0 0 8px}.badge-media{font-size:.7rem;background:#8b5cf633;color:#c4b5fd;padding:2px 8px;border-radius:8px;font-weight:500;margin-inline-start:6px}.user-roles{display:flex;gap:8px;align-items:center;flex-shrink:0}.role-pill{background:transparent;border:1px dashed rgba(255,255,255,.25);color:var(--color-text-muted);padding:7px 14px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:500;white-space:nowrap;transition:all .15s;opacity:.7}.role-pill:hover:not(:disabled){background:#ffffff0d;opacity:1}.role-pill-active{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary);font-weight:700;opacity:1;box-shadow:0 2px 10px #ff6b0059}.role-pill-active:before{content:"✓ ";font-weight:700}.role-pill-active:hover:not(:disabled){background:var(--color-primary);filter:brightness(1.1)}.role-pill:disabled{opacity:.3;cursor:not-allowed}.media-card-title{font-size:1.05rem;font-weight:600;color:var(--color-text);padding:14px 16px 0;line-height:1.35}.media-card-title+.media-card-header{padding-top:6px}.media-preview{display:flex;flex-direction:column;gap:12px}.media-preview-row{display:flex;align-items:baseline;gap:8px;font-size:.85rem;color:var(--color-text-muted)}.media-preview-label{font-weight:600;min-width:50px}.media-preview-value{color:var(--color-text);word-break:break-all}.media-title-label{display:flex;flex-direction:column;gap:6px;margin-top:4px}.media-title-label>span:first-child{font-size:.85rem;color:var(--color-text-muted);font-weight:600}.media-title-input{width:100%;padding:10px 12px;background:var(--color-surface);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--color-text);font-family:inherit;font-size:.95rem;box-sizing:border-box}.media-title-input:focus{outline:none;border-color:var(--color-primary)}.media-title-counter{font-size:.7rem;color:var(--color-text-muted);text-align:end}.media-preview-actions{display:flex;gap:8px;margin-top:6px}.media-preview-actions .btn-primary{flex:1}.media-preview-actions .btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--color-text-muted);padding:10px 20px;border-radius:8px;cursor:pointer;font-family:inherit}.buzzer-tab{display:flex;flex-direction:column;gap:20px}.buzzer-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.buzzer-title{display:flex;align-items:center;gap:12px}.buzzer-title h2{margin:0;font-size:1.4rem}.buzzer-title-icon{font-size:2rem;filter:drop-shadow(0 0 8px rgba(255,107,0,.4))}.buzzer-subtitle{margin:2px 0 0;font-size:.8rem;color:var(--color-text-muted)}.buzzer-section-title{font-size:1.05rem;margin:0 0 12px;color:var(--color-text)}.buzzer-leaderboard{background:linear-gradient(180deg,rgba(255,107,0,.08),transparent);border:1px solid rgba(255,107,0,.15);border-radius:14px;padding:16px}.buzzer-leaderboard-list{display:flex;flex-direction:column;gap:8px}.buzzer-leader-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--color-surface);border-radius:10px;border:1px solid rgba(255,255,255,.06)}.buzzer-leader-1{background:linear-gradient(180deg,#ffd7002e,#ffd7000d);border-color:#ffd70059}.buzzer-leader-2{background:linear-gradient(180deg,#c0c0c026,#c0c0c00a);border-color:#c0c0c04d}.buzzer-leader-3{background:linear-gradient(180deg,#cd7f3226,#cd7f320a);border-color:#cd7f324d}.buzzer-medal{font-size:1.6rem}.buzzer-leader-name{flex:1;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px}.buzzer-leader-count{font-size:1.4rem;font-weight:800;color:var(--color-primary);min-width:32px;text-align:center}.buzzer-timeline-list{display:flex;flex-direction:column;gap:10px}.buzzer-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--color-surface);border-radius:12px;border:1px solid rgba(255,255,255,.06);border-inline-start:3px solid var(--color-primary)}.buzzer-item-main{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.buzzer-item-date{font-size:.8rem;color:var(--color-text-muted)}.buzzer-item-player{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.buzzer-item-name{font-size:1.05rem;font-weight:600}.buzzer-item-number{font-size:.75rem;font-weight:700;color:var(--color-primary);background:#ff6b001f;padding:2px 8px;border-radius:999px}.buzzer-delete-btn{background:transparent;border:1px solid rgba(239,68,68,.25);color:#fca5a5;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:.95rem}.badge-guest{font-size:.7rem;background:#8b5cf62e;color:#c4b5fd;padding:2px 8px;border-radius:999px;font-weight:500}.buzzer-empty{text-align:center;padding:60px 20px;color:var(--color-text-muted)}.buzzer-empty-icon{font-size:3rem;margin-bottom:12px;filter:drop-shadow(0 0 12px rgba(255,107,0,.3))}.buzzer-empty h3{color:var(--color-text);margin:0 0 8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.modal-card{background:var(--color-surface);border-radius:16px;padding:22px;max-width:420px;width:100%;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:14px}.modal-card h3{margin:0}.mode-tabs{display:flex;background:var(--color-surface-alt);border-radius:10px;padding:4px;gap:4px}.mode-tab,.mode-tab-active{flex:1;background:transparent;border:none;color:var(--color-text-muted);padding:8px 12px;font-family:inherit;font-weight:600;font-size:.9rem;border-radius:7px;cursor:pointer}.mode-tab-active{background:var(--color-primary);color:#fff}.form-field{display:flex;flex-direction:column;gap:6px}.form-field>span:first-child{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.form-input{width:100%;padding:10px 12px;background:var(--color-surface-alt);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--color-text);font-family:inherit;font-size:.95rem;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--color-primary)}.form-error{background:#ef44441f;color:#fca5a5;padding:8px 10px;border-radius:8px;font-size:.85rem}.modal-actions{display:flex;gap:8px}.modal-actions .btn-primary{flex:1}.modal-actions .btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--color-text-muted);padding:10px 18px;border-radius:8px;cursor:pointer;font-family:inherit}.fixed-actions{display:flex;flex-direction:column;gap:8px}.sticky-info-warn{background:#f59e0b1f;border-color:#f59e0b4d;color:#fcd34d}.status-banner{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;margin-bottom:20px;color:#fff}.status-banner-icon{font-size:1.75rem;flex-shrink:0}.status-banner-text{flex:1}.status-banner-main{font-size:1.05rem;font-weight:700}.status-banner-sub{font-size:.8rem;opacity:.92;margin-top:2px}.status-banner-open{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b9814d}.status-banner-full{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 16px #3b82f659}.status-banner-closed{background:linear-gradient(135deg,#475569,#334155);box-shadow:0 4px 16px #4755694d}.status-banner-completed{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 4px 16px #7c3aed4d}.history-tab{display:flex;flex-direction:column;gap:18px}.history-header{display:flex;align-items:center;gap:12px}.history-header h2{margin:0;font-size:1.4rem}.history-title-icon{font-size:2rem;filter:drop-shadow(0 0 8px rgba(255,107,0,.4))}.history-subnav{display:flex;background:var(--color-surface-alt);border-radius:12px;padding:4px;gap:4px}.history-subnav-btn,.history-subnav-active{flex:1;background:transparent;border:none;color:var(--color-text-muted);padding:10px;font-family:inherit;font-weight:600;font-size:.95rem;border-radius:9px;cursor:pointer}.history-subnav-active{background:var(--color-primary);color:#fff}.buzzer-add-btn{width:100%;margin-bottom:16px}.attendance-stats{display:flex;flex-direction:column;gap:18px}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats-card{background:var(--color-surface);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px 8px;text-align:center}.stats-card-num{font-size:1.8rem;font-weight:800;color:var(--color-primary);font-family:Bebas Neue,monospace}.stats-card-label{font-size:.75rem;color:var(--color-text-muted);margin-top:2px}.stats-section-title{font-size:1.05rem;margin:0 0 10px}.stats-note{background:var(--color-surface);border:1px dashed rgba(255,255,255,.15);border-radius:10px;padding:14px;font-size:.85rem;color:var(--color-text-muted);text-align:center}.stats-leaderboard{display:flex;flex-direction:column;gap:8px}.stats-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--color-surface);border-radius:10px;border:1px solid rgba(255,255,255,.06)}.stats-row-1{background:linear-gradient(180deg,#ffd70026,#ffd7000a);border-color:#ffd7004d}.stats-row-2{background:linear-gradient(180deg,#c0c0c021,#c0c0c00a);border-color:#c0c0c047}.stats-row-3{background:linear-gradient(180deg,#cd7f3221,#cd7f320a);border-color:#cd7f3247}.stats-rank{font-size:1.2rem;min-width:32px;text-align:center}.stats-name{flex:1;font-weight:600}.stats-count{font-size:1.3rem;font-weight:800;color:var(--color-primary);min-width:28px;text-align:center}.stats-pct{font-size:.8rem;color:var(--color-text-muted);min-width:42px;text-align:end}.stats-empty{text-align:center;padding:50px 20px;color:var(--color-text-muted)}.stats-empty-icon{font-size:3rem;margin-bottom:12px}.stats-empty h3{color:var(--color-text);margin:0 0 8px}.attendance-toggle-btn{width:100%;background:var(--color-surface);border:1px solid rgba(255,107,0,.3);color:var(--color-primary);padding:12px;border-radius:10px;font-family:inherit;font-weight:600;font-size:.95rem;cursor:pointer;margin-bottom:16px}.attendance-editor{background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px;margin-bottom:16px;display:flex;flex-direction:column;max-height:70vh}.attendance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.attendance-header strong{font-size:1.05rem}.attendance-header span{font-size:.85rem;color:var(--color-text-muted)}.attendance-hint{font-size:.8rem;color:var(--color-text-muted);margin:0 0 14px}.attendance-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;overflow-y:auto;flex:1;min-height:0}.attendance-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:9px;cursor:pointer;font-family:inherit;font-size:.95rem;border:1px solid transparent;text-align:start;width:100%}.attendance-present{background:#10b9811f;border-color:#10b98159;color:#6ee7b7}.attendance-absent{background:var(--color-surface-alt);border-color:#ffffff14;color:var(--color-text-muted);opacity:.6}.attendance-check{width:22px;height:22px;border-radius:6px;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.attendance-name{flex:1;display:flex;align-items:center;gap:8px;font-weight:600}.attendance-fixed-tag{font-size:.7rem;background:#ff6b002e;color:var(--color-primary);padding:2px 8px;border-radius:999px}.attendance-extra-tag{font-size:.7rem;background:#10b9812e;color:#6ee7b7;padding:2px 8px;border-radius:999px}.attendance-add-btn{width:100%;background:transparent;border:1px dashed rgba(255,255,255,.2);color:var(--color-text-muted);padding:11px;border-radius:9px;font-family:inherit;font-weight:600;font-size:.9rem;cursor:pointer;margin-bottom:14px;flex-shrink:0}.attendance-add-picker{display:flex;gap:8px;margin-bottom:14px;flex-shrink:0}.attendance-add-picker .form-input{flex:1}.attendance-add-picker .btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--color-text-muted);padding:10px 16px;border-radius:8px;cursor:pointer;font-family:inherit;white-space:nowrap}.attendance-actions{display:flex;gap:8px;flex-shrink:0;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.attendance-actions .btn-primary{flex:1}.attendance-actions .btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--color-text-muted);padding:10px 18px;border-radius:8px;cursor:pointer;font-family:inherit}.policy-note{display:flex;align-items:flex-start;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:11px 13px;margin:14px 0;font-size:.82rem;color:var(--color-text-muted);line-height:1.5}.policy-note-icon{flex-shrink:0;font-size:.95rem}.waitlist-promote-btn{width:100%;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;padding:12px 14px;border-radius:10px;font-family:inherit;font-weight:700;font-size:.9rem;cursor:pointer;margin-bottom:12px;box-shadow:0 3px 12px #10b9814d}.waitlist-promote-btn:disabled{opacity:.6;cursor:default}.waitlist-list-row-next{border:1px solid rgba(16,185,129,.4)!important;background:#10b98114!important}.waitlist-next-tag{font-size:.7rem;background:#10b98133;color:#6ee7b7;padding:2px 8px;border-radius:999px;margin-inline-start:8px}.admin-add-player-row{display:flex;gap:8px;margin-top:8px}.admin-add-player-row .form-input{flex:1}.admin-add-player-row .btn{white-space:nowrap}.admin-msg-success{background:#10b98126;color:#6ee7b7;padding:10px 14px;border-radius:8px;margin-top:10px;font-size:.88rem}.admin-msg-error{background:#ef444426;color:#fca5a5;padding:10px 14px;border-radius:8px;margin-top:10px;font-size:.88rem}.admin-danger-zone{margin-top:16px;padding-top:12px;border-top:1px dashed rgba(239,68,68,.2);display:flex;justify-content:center}.delete-game-link{background:none;border:none;color:#ef444499;font-family:inherit;font-size:.8rem;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .15s}.delete-game-link:hover:not(:disabled){color:#ef4444;background:#ef444414}.delete-game-link:disabled{opacity:.5;cursor:default}.player-badges{display:inline-flex;align-items:center;gap:2px;margin-inline-start:6px;font-size:.95em;vertical-align:middle}.player-badge{line-height:1;cursor:default}.role-pill-donor.role-pill-active{background:#38bdf82e!important;color:#7dd3fc!important;border-color:#38bdf866!important}.penalty-banner{background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:12px;padding:12px 14px;margin-bottom:14px;text-align:center}.penalty-level-2{background:#ef44441f;border-color:#ef444466}.penalty-level-3{background:#ef44442e;border-color:#ef44448c}.penalty-level-4{background:#ef444440;border-color:#ef4444b3}.penalty-banner-icons{font-size:1.4rem;letter-spacing:4px;margin-bottom:6px}.penalty-banner-text{font-size:.9rem;color:#fca5a5;font-weight:600;line-height:1.5}.penalty-banner-text-sub{font-size:.82rem;color:var(--color-text-muted);margin-top:6px;line-height:1.5}.attendance-row{display:flex;align-items:stretch;gap:6px}.attendance-row-main{flex:1;display:flex;align-items:center;gap:10px;background:var(--color-surface-alt);border:1px solid rgba(255,255,255,.06);color:var(--color-text);padding:10px 12px;border-radius:9px;font-family:inherit;font-size:.92rem;cursor:pointer;text-align:start}.attendance-row.attendance-present .attendance-row-main{background:#10b9811a;border-color:#10b9814d}.attendance-row.attendance-absent .attendance-row-main{background:#ef444414;border-color:#ef444440;opacity:.85}.attendance-check{width:22px;font-weight:800;font-size:1.05rem}.attendance-row.attendance-present .attendance-check{color:#6ee7b7}.attendance-row.attendance-absent .attendance-check{color:#fca5a5}.attendance-x-tag{font-size:.7rem;background:#ef444438;color:#fca5a5;padding:2px 8px;border-radius:999px;margin-inline-start:6px;font-weight:700}.attendance-early-btn{background:var(--color-surface-alt);border:1px solid rgba(255,255,255,.08);color:var(--color-text-muted);padding:0 12px;border-radius:9px;cursor:pointer;font-size:1.15rem;min-width:44px}.attendance-early-btn.attendance-early-on{background:#f59e0b33;border-color:#f59e0b80;color:#fcd34d}.attendance-penalty-preview{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:.85rem;color:#fca5a5;text-align:center;font-weight:600}.penalties-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.penalty-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--color-surface-alt);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 12px}.penalty-row-banned{background:#ef44441a;border-color:#ef444466}.penalty-info{flex:1;min-width:0}.penalty-name{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;margin-bottom:4px}.penalty-banned-tag{font-size:.7rem;background:#ef444440;color:#fca5a5;padding:2px 8px;border-radius:999px;font-weight:700}.penalty-icons{font-size:1.05rem;letter-spacing:3px;line-height:1}.penalty-actions{display:flex;gap:6px;flex-shrink:0}.penalty-btn-soft,.penalty-btn-clear{background:transparent;border:1px solid rgba(255,255,255,.12);color:var(--color-text-muted);padding:6px 10px;border-radius:7px;font-family:inherit;font-size:.8rem;cursor:pointer;font-weight:600}.penalty-btn-soft:hover:not(:disabled){background:#ffffff0d;color:var(--color-text)}.penalty-btn-clear{border-color:#ef444466;color:#fca5a5}.penalty-btn-clear:hover:not(:disabled){background:#ef44441a}.penalty-btn-soft:disabled,.penalty-btn-clear:disabled{opacity:.5;cursor:default}.penalty-add-row{display:flex;gap:6px;margin-top:8px;margin-bottom:4px}.penalty-add-row .form-input{flex:1}.penalty-btn-add{background:#ef444426;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:0 12px;border-radius:7px;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap}.penalty-btn-add:hover:not(:disabled){background:#ef444440}.penalty-btn-add:disabled{opacity:.4;cursor:default}.completed-screen{display:flex;flex-direction:column;align-items:center;padding:20px 16px 40px;text-align:center}.completed-icon{font-size:4.5rem;margin-top:8px;margin-bottom:12px;line-height:1}.completed-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 8px}.completed-greeting{font-size:1rem;color:var(--color-text-muted);margin:0 0 28px;line-height:1.5}.completed-next{width:100%;max-width:360px;background:var(--color-surface);border:1px solid rgba(255,107,0,.25);border-radius:14px;padding:18px 16px;margin-bottom:18px}.completed-next-label{font-size:.8rem;color:var(--color-text-muted);margin-bottom:6px}.completed-next-date{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin-bottom:10px}.completed-next-info{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.completed-stats{width:100%;max-width:360px;background:var(--color-surface);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.completed-stat-row{display:flex;justify-content:space-between;align-items:center;font-size:.92rem}.completed-stat-label{color:var(--color-text-muted)}.completed-stat-value{color:var(--color-text);font-weight:700}.completed-stat-badge{font-size:1.05rem;margin-inline-start:2px}
