.main-menu-bar{display:flex;align-items:center;flex-wrap:wrap;background:#006b0a;grid-column:1 / -1;width:100%;border-radius:4px;padding:.2rem;margin-top:1.2rem;margin-bottom:.5rem;gap:.1rem;row-gap:.35rem;box-shadow:0 2px 12px #00000012;font-size:1.08rem}.main-menu-bar .menu-link{color:#fff;background:transparent;border:none;font-weight:700;padding:.9rem 1.5rem;border-radius:0;text-decoration:none;display:flex;align-items:center;gap:.7em;white-space:nowrap;transition:background .18s,color .18s;position:relative;cursor:pointer}.main-menu-bar .menu-link:hover,.main-menu-bar .menu-link:focus{background:#39ff14;color:#000}.main-menu-bar .menu-icon{font-size:1.18em;margin-right:.2em}.main-menu-bar .has-dropdown{position:relative}.main-menu-bar .dropdown-menu-bar{display:none;position:absolute;left:0;top:100%;min-width:180px;background:#006b0a;border-radius:0 0 8px 8px;box-shadow:0 4px 16px #00000021;z-index:1000;padding:.2rem 0}.main-menu-bar .has-dropdown.open .dropdown-menu-bar{display:block}.main-menu-bar .dropdown-link{color:#fff;text-decoration:none;display:block;padding:.85rem 1.5rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.13);background:transparent;transition:background .15s,color .15s}.main-menu-bar .dropdown-link:last-child{border-bottom:none}.main-menu-bar .dropdown-link:hover,.main-menu-bar .dropdown-link:focus{background:#39ff14;color:#000}.admin-console-layout{display:flex;flex-direction:column;align-items:stretch;width:100%}.admin-console-layout.dashboard-shell{max-width:none;width:100%}.admin-console-content{display:flex;flex-direction:row;gap:2.5rem;width:100%;max-width:1100px;margin:0 auto;align-items:flex-start;justify-content:center;padding-top:1.5rem;padding-bottom:2.5rem}.admin-console-sidebar{min-width:210px;background:#006b0a;border-radius:12px;padding:1.5rem .7rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 2px 12px #00000012;height:fit-content;align-items:stretch;margin-top:.5rem}.admin-console-sidebar button{background:none;border:none;color:#fff;text-align:left;font-size:1.12rem;font-weight:600;padding:.85rem 1.3rem;border-radius:7px;margin-bottom:.18rem;cursor:pointer;transition:background .15s,color .15s;width:100%}.admin-console-sidebar button.active,.admin-console-sidebar button:focus{background:#39ff14;color:#000}.admin-console-sidebar button:hover:not(.active){background:#ffffff21}.admin-console-panel{flex:1 1 0%;min-width:0;padding-top:.5rem;padding-bottom:2rem;max-width:none;width:100%}:root{color-scheme:light;--bg: #ffffff;--panel: #ffffff;--panel-strong: #ffffff;--border: rgba(0, 0, 0, .12);--text: #000000;--muted: #2f2f2f;--brand: #39ff14;--brand-deep: #13a10e;--accent: #13a10e;--danger: #cc1010;--shadow: 0 16px 36px rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(57,255,20,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(19,161,14,.14),transparent 34%),linear-gradient(130deg,#f3ffe9,#e8fbd8 52%,#f6ffef);min-height:100vh}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}button{border:0;border-radius:14px;padding:.9rem 1.2rem;background:linear-gradient(135deg,var(--brand),#7eff66);color:#000;font-weight:700;cursor:pointer}button:disabled{background:#030;cursor:not-allowed}.secondary-button{background:#fff;color:var(--text);border:1px solid var(--border)}input,select,textarea{width:100%;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--border);background:#ffffffe6}textarea{min-height:100px;resize:vertical}.panel{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px}.eyebrow{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-deep);margin:0 0 .5rem}.muted{color:var(--muted)}.login-shell,.dashboard-shell{padding:clamp(.9rem,2vw,2rem)}.brand-shell{padding:1rem 1.2rem;margin-bottom:1rem;display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;position:relative;z-index:300;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026}.brand-left{display:flex;align-items:center;gap:.75rem;min-width:0}.brand-logo{width:112px;height:112px;background:transparent;border-radius:0;padding:0;box-shadow:none;object-fit:contain;display:block;filter:drop-shadow(0 10px 18px rgba(0,0,0,.12))}.event-logo{width:136px;height:auto;max-height:92px;background:transparent;border-radius:0;padding:0;box-shadow:none;display:block;margin:0 auto;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.12))}.brand-text{display:grid;gap:.12rem;min-width:0}.brand-title{margin:0;font-family:Archivo Black,sans-serif;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.12}.brand-right{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:nowrap}.profile-menu-shell{position:relative}.profile-trigger{padding:0;border:none;background:transparent;box-shadow:none}.profile-trigger:hover,.profile-trigger:focus{background:transparent}.profile-trigger-avatar,.leaderboard-avatar,.profile-avatar-large,.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center}.profile-trigger-avatar,.leaderboard-avatar{border:2px solid rgba(19,161,14,.25);background:#efffe8}.profile-avatar-large{width:104px;height:104px;border:3px solid rgba(19,161,14,.2);background:#efffe8}.user-avatar-fallback{background:linear-gradient(135deg,#39ff14,#13a10e);color:#042000;font-weight:800}.profile-dropdown{position:absolute;right:0;top:calc(100% + .6rem);min-width:180px;padding:.35rem;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 18px 40px #00000029;display:grid;gap:.2rem;z-index:500}.profile-dropdown-link{width:100%;text-align:left;background:transparent;color:#111;border:none;border-radius:10px;padding:.85rem .95rem;box-shadow:none}.profile-dropdown-link:hover,.profile-dropdown-link:focus{background:#39ff1424}.standard-font strong{font-size:1.25rem;line-height:1.2;font-family:Space Grotesk,sans-serif}.standard-font span{color:var(--muted);font-size:.95rem;line-height:1.35}.brand-text strong{font-size:1rem}.brand-text span{color:var(--muted);font-size:.9rem}.admin-menu{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:0;position:sticky;top:.65rem;z-index:350;width:100%;background:#006b0a;padding:0;border:1px solid rgba(0,0,0,.25);border-radius:4px;overflow:visible}.menu-link,.admin-menu>*{text-decoration:none;color:#fff;font-weight:700;background:transparent;border-right:1px solid rgba(255,255,255,.2);padding:.72rem 1rem;border-radius:0;min-width:120px;text-align:center;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease}.menu-link:hover,.admin-menu>*:hover{background:#ffffff26}.menu-link.active{background:#0b8a10}.menu-item.has-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;left:0;top:100%;min-width:220px;background:#00730b;border:1px solid rgba(0,0,0,.25);border-top:0;z-index:1000}.dropdown-link{display:block;text-decoration:none;color:#fff;padding:.64rem .9rem;border-top:1px solid rgba(255,255,255,.15);font-size:.9rem}.dropdown-link:hover{background:#ffffff24}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.78fr);gap:1.6rem;align-items:stretch;max-width:1380px;margin:0 auto}.hero-panel{min-height:76vh;border-radius:32px;padding:3rem;position:relative;overflow:hidden;display:grid;grid-template-rows:auto auto;align-content:start;gap:1.6rem;background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 28%),linear-gradient(145deg,#13863b,#0e6e31 54%,#0b5927);color:#f8fff8;height:100%;border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 44px #082f1533}.hero-panel:after{content:"";position:absolute;inset:auto -70px -88px auto;width:240px;height:240px;border-radius:50%;background:#ffffff1f}.hero-panel:before{content:"";position:absolute;left:-70px;top:-90px;width:220px;height:220px;border-radius:50%;background:#ffffff14}.hero-copy{max-width:560px;position:relative;z-index:1}.hero-copy h2{color:#fff;font-size:clamp(2rem,3vw,3.25rem);line-height:.98;letter-spacing:-.03em;max-width:12ch}.hero-copy>p:last-child{margin:0;max-width:34rem;font-size:1.08rem;line-height:1.7;color:#f7fff8e6}.hero-art{position:relative;z-index:1;min-height:0;display:grid;align-items:center;justify-items:center;width:100%;margin-top:auto;padding:2rem;border-radius:28px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.12)}.hero-event-image{width:min(100%,520px);max-height:clamp(260px,38vh,380px);height:auto;object-fit:contain;object-position:center center;border-radius:0;background:transparent;mix-blend-mode:normal;filter:drop-shadow(0 18px 32px rgba(0,0,0,.2));margin:0 auto}.hero-panel .eyebrow{color:#e9ffedbd;font-weight:700}.hero-copy h2,.login-panel h1,.topbar h1,.section-title-row h2,.section-header h2{font-family:Archivo Black,sans-serif;line-height:1.05;margin:0 0 1rem}.login-panel{padding:2.5rem;display:grid;gap:1.2rem;width:min(100%,460px);height:100%;align-content:center;justify-self:end;background:#ffffffeb;border:1px solid rgba(11,58,28,.08);box-shadow:0 22px 42px #1124181f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-panel h1{font-size:clamp(2rem,2.6vw,3rem);line-height:.96;letter-spacing:-.03em;max-width:10ch}.login-panel .eyebrow{margin-bottom:.7rem}.login-panel .muted{font-size:1.02rem;line-height:1.6}.login-panel label span{display:inline-block;margin-bottom:.45rem;font-size:.95rem;font-weight:700;color:#1d2c21}.login-panel input{height:3.35rem;border-radius:16px;border:1px solid rgba(17,36,24,.1);background:#fafcfaf5}.login-panel input:focus{border-color:#13863b73;box-shadow:0 0 0 4px #13863b1a}.login-panel button{margin-top:.35rem;min-height:3.25rem;border-radius:16px;background:linear-gradient(135deg,#25db21,#64ff3c);color:#0d170c;box-shadow:0 14px 22px #25db2133}.login-panel label,.prediction-form label,.admin-form label,.admin-form .form-field label{display:block}.error-banner,.error-text{color:var(--danger)}.success-text{color:var(--accent)}.topbar{padding:1.5rem 1.75rem;display:none;align-items:center;justify-content:space-between;gap:1rem}.status-line{margin:.45rem 0 0;color:var(--muted);font-size:.95rem}.content-grid{margin-top:1.5rem;display:grid;grid-template-columns:1.45fr .85fr;gap:1.5rem;align-items:start;position:relative;z-index:1}@media(max-width:960px){.content-grid{gap:1.25rem}}@media(max-width:480px){.content-grid{gap:1rem;margin-top:1rem}}.left-column,.right-column{display:grid;gap:1rem;min-height:0}.dashboard-scroll-column{min-height:0}.prediction-card,.leaderboard-panel,.admin-panel{padding:1.5rem}@media(max-width:480px){.prediction-card,.leaderboard-panel{padding:1rem .85rem}}.teams-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:.9rem 0 1rem}.team-chip{display:flex;align-items:center;gap:.55rem;background:#39ff141f;border:1px solid rgba(0,0,0,.1);border-radius:999px;padding:.42rem .58rem;min-width:0;flex:1 1 0}.team-chip span{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-logo{border-radius:50%;border:1px solid rgba(0,0,0,.14);background:#fff}.vs{font-weight:800;color:#000;letter-spacing:.06em}.empty-state{padding:1.2rem 1.4rem}.empty-state h3{margin:0 0 .4rem}.fixture-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.fixture-tab-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem 1rem;border:1.5px solid var(--border);border-radius:999px;background:var(--panel);color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.fixture-tab-btn:hover{border-color:var(--accent);color:var(--accent)}.fixture-tab-btn.active{background:var(--brand);border-color:var(--brand-deep);color:var(--brand-deep)}.fixture-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;border-radius:999px;background:#0000001a;font-size:.72rem;font-weight:700;line-height:1}.fixture-tab-count.ongoing{background:#e65c00;color:#fff}.match-header,.section-title-row,.leaderboard-row{display:flex;justify-content:space-between;gap:1rem}.prediction-form,.admin-grid{display:grid;gap:1rem}.pill,.score-chip{align-self:start;border-radius:999px;padding:.5rem .8rem;font-size:.85rem;font-weight:700}.pill.open,.score-chip{background:#39ff1438;color:#0d650a}.pill.locked{background:#b423181f;color:var(--danger)}.pill.upcoming{background:#00000014;color:#202020}.pill.countdown{background:#006b0a1f;color:#0b6f11}.status-pill-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.upcoming-notice{margin:.5rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.45}.locked-notice{margin:.5rem 0 0}.leaderboard-list{display:grid;gap:.9rem}.leaderboard-panel{display:flex;flex-direction:column;min-height:0}.leaderboard-row{align-items:center;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.leaderboard-grid-row{display:grid;grid-template-columns:minmax(0,1fr) 56px auto;align-items:center;gap:.8rem}.leaderboard-user-cell{display:flex;align-items:center;gap:.8rem;min-width:0}.leaderboard-avatar-shell{position:relative;display:inline-flex}.avatar-hover-card{position:absolute;left:calc(100% + .45rem);top:50%;transform:translateY(-50%);padding:.35rem .6rem;background:#06280a;color:#ecffe7;border-radius:8px;font-size:.78rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:20}.leaderboard-avatar-shell:hover .avatar-hover-card{opacity:1}.leaderboard-rank{font-size:1rem;text-align:center}.leaderboard-name{font-weight:600}.leaderboard-points{justify-self:end}.leaderboard-row:last-child{border-bottom:0;padding-bottom:0}.dashboard-scroll-column--fixtures,.dashboard-scroll-column--leaderboard{overflow-y:auto;padding-right:.3rem}.dashboard-scroll-column--fixtures::-webkit-scrollbar,.dashboard-scroll-column--leaderboard::-webkit-scrollbar,.leaderboard-list::-webkit-scrollbar{width:6px}.dashboard-scroll-column--fixtures::-webkit-scrollbar-thumb,.dashboard-scroll-column--leaderboard::-webkit-scrollbar-thumb,.leaderboard-list::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.dashboard-scroll-column--fixtures::-webkit-scrollbar-track,.dashboard-scroll-column--leaderboard::-webkit-scrollbar-track,.leaderboard-list::-webkit-scrollbar-track{background:#0000000a;border-radius:999px}@media(max-width:480px){.dashboard-scroll-column--fixtures{max-height:58vh}.dashboard-scroll-column--leaderboard{max-height:none;overflow-y:visible;padding-right:0}}@media(min-width:481px)and (max-width:960px){.dashboard-scroll-column--fixtures{max-height:62vh}.dashboard-scroll-column--leaderboard{max-height:none;overflow-y:visible;padding-right:0}}@media(min-width:961px){.dashboard-scroll-column--fixtures,.dashboard-scroll-column--leaderboard{max-height:calc(100vh - 14.5rem)}.dashboard-scroll-column--leaderboard .leaderboard-panel{height:100%}.dashboard-scroll-column--leaderboard .leaderboard-list{overflow-y:auto;padding-right:.3rem}}.admin-panel{padding:2rem;background:linear-gradient(135deg,#f3ffe9,#e8fbd8,#f6ffef);border-radius:0;margin:0;width:100%}.admin-submenu{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}.admin-submenu button{background:#fff;color:#000;border:2px solid rgba(0,0,0,.15);padding:.75rem 1.3rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .25s ease}.admin-submenu button:hover{border-color:#39ff14;background:#39ff1414}.admin-submenu button.active{background:#39ff14;border-color:#39ff14;color:#000;box-shadow:0 4px 12px #39ff144d}.admin-feedback{background:#39ff1426;border-left:4px solid #39ff14;color:#0d650a;padding:1rem 1.2rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500;animation:slideInDown .3s ease}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-grid{display:grid;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:2rem;margin-top:1.5rem;max-width:100%;align-items:start;width:100%}.admin-grid.single-view{grid-template-columns:1fr;max-width:none}.admin-grid.form-only{grid-template-columns:minmax(0,720px);justify-content:center}.admin-grid>*{min-width:0}.admin-form{display:grid;gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014;height:fit-content;position:sticky;top:1rem}.form-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.2rem;border-bottom:2px solid rgba(0,0,0,.08);margin:-2rem -2rem .5rem;padding:1.5rem 2rem 1.2rem}.form-header h3{margin:0;font-size:1.35rem;font-weight:700;color:#000}.badge-edit{background:#ffc10733;color:#f57f17;padding:.4rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600}.form-group{border:none;padding:0;margin:0;display:grid;gap:1rem}.form-group legend{font-size:.95rem;font-weight:700;color:#333;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px;padding:0}.form-field{display:grid;gap:.5rem}.form-field label{font-weight:600;font-size:.9rem;color:#333;display:block}.form-field input,.form-field select,.form-field textarea{padding:.9rem 1rem;border:1.5px solid rgba(0,0,0,.15);border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .2s ease;background:#fafafa}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#00000040;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#39ff14;background:#fff;box-shadow:0 0 0 3px #39ff141a}.form-field textarea{min-height:100px;resize:vertical}.form-field--datetime{gap:.65rem}.datetime-local-grid{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(88px,.55fr));gap:.75rem}.datetime-local-grid select,.datetime-local-grid input{min-height:3.2rem}.form-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.btn-primary,.btn-secondary{padding:.9rem 1.8rem;border:none;border-radius:6px;font-weight:700;cursor:pointer;font-size:.95rem;transition:all .25s ease;flex:1}.btn-primary{background:#39ff14;color:#000;box-shadow:0 4px 12px #39ff144d}.btn-primary:hover{background:#33dd0f;box-shadow:0 6px 16px #39ff1466;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f0f0f0;color:#333;border:1.5px solid rgba(0,0,0,.15)}.btn-secondary:hover{background:#e0e0e0;border-color:#00000040}.admin-list-container{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:1.5rem;min-height:100%;min-width:0;max-height:calc(100vh - 14rem)}.admin-list-container h3{margin:-2rem -2rem .5rem;padding:1.5rem 2rem 1rem;border-bottom:2px solid rgba(0,0,0,.08);font-size:1.2rem;font-weight:700;color:#000}.admin-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem;overflow-y:auto;padding-right:.4rem}.admin-list::-webkit-scrollbar{width:10px}.admin-list::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.admin-list::-webkit-scrollbar-track{background:#0000000a;border-radius:999px}.admin-empty-state{display:grid;gap:.45rem;padding:1.4rem;border-radius:10px;border:1px dashed rgba(0,0,0,.16);background:linear-gradient(180deg,#f3ffe9e6,#fffffff2)}.admin-empty-state h4{margin:0;font-size:1rem;color:#111}.admin-empty-state p{margin:0;color:#5b5b5b;line-height:1.5}.admin-list li{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.1rem 1.3rem;background:#f9f9f9;border:1.5px solid rgba(0,0,0,.1);border-radius:8px;transition:all .2s ease}.admin-list li:hover{background:#fff;border-color:#00000026;box-shadow:0 2px 6px #00000014}.list-item-content{flex:1;display:grid;gap:.4rem;min-width:0}.list-item-primary{font-weight:700;font-size:.98rem;color:#000;word-break:break-word}.list-item-secondary{font-size:.85rem;color:#666;word-break:break-word}.list-item-meta{font-size:.78rem;color:#888;margin-top:.2rem}.admin-list--matches .list-item-meta{display:grid;gap:.28rem;margin-top:.35rem}.admin-list--matches .match-meta-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.match-meta-label{font-weight:600;color:#555}.admin-list-item--match .list-item-actions{align-self:flex-start}.list-item-actions{display:flex;gap:.7rem;flex-shrink:0}.btn-edit,.btn-delete{padding:.6rem 1rem;font-size:.85rem;font-weight:600;border:1.5px solid;background:#fff;border-radius:5px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-edit{color:#1976d2;border-color:#1976d2;background:#1976d20d}.btn-edit:hover:not(:disabled){background:#1976d226;border-color:#1565c0}.btn-edit:disabled{opacity:.45;cursor:not-allowed;color:#999;border-color:#ddd;background:#f5f5f5}.btn-delete{color:var(--danger);border-color:var(--danger);background:#b423180d}.btn-delete:hover{background:#b4231826;border-color:#b42316}.modal-backdrop{position:fixed;inset:0;background:#0014006b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:1.5rem;z-index:1200}.profile-modal{width:min(760px,100%);padding:1.8rem;border-radius:28px;background:linear-gradient(180deg,#f3ffe9fa,#fffffffa);max-height:calc(100dvh - 3rem);overflow-y:auto}.profile-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.4rem}.profile-modal-header h2{margin:0}.profile-modal-copy{margin:.45rem 0 0}.profile-modal-close{min-width:44px;min-height:44px;border-radius:50%;font-size:1.4rem;line-height:1;padding:0;background:#fff;box-shadow:none;border:1px solid rgba(0,0,0,.08)}.profile-form{display:grid;gap:1.2rem}.profile-form-top{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1.4rem;align-items:start}.profile-avatar-editor{display:grid;justify-items:center;gap:.75rem}.profile-upload-button,.profile-remove-button{width:100%;text-align:center;border-radius:10px;padding:.8rem .95rem}.profile-upload-button{background:linear-gradient(135deg,var(--brand),#7eff66);font-weight:700;cursor:pointer}.profile-remove-button{background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:none}.profile-static-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-static-grid input[readonly]{background:#f0f5eef2;color:#304030}.profile-modal-actions{display:flex;justify-content:flex-end;gap:.9rem}.admin-reset-password-block{display:grid;gap:.8rem;padding:.9rem 1rem;border:1px dashed rgba(0,0,0,.18);border-radius:12px;background:#ffffffb8}.admin-reset-password-link{justify-self:start;padding:0;background:transparent;box-shadow:none;border:none;color:#0b6f11;font-weight:700;text-decoration:underline}.admin-reset-password-form{display:grid;gap:.8rem}.admin-reset-password-actions{display:flex;justify-content:flex-end}.how-to-play-modal{width:min(700px,100%);padding:1.8rem;border-radius:28px;background:linear-gradient(180deg,#f3ffe9fa,#fffffffa)}.how-to-play-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.how-to-play-header h2{margin:0}.how-to-play-body{display:grid;gap:.85rem;line-height:1.45}.how-to-play-body p{margin:0}.how-to-play-block{display:grid;gap:.2rem;padding:.75rem .9rem;border-left:3px solid rgba(19,161,14,.45);background:#13a10e14;border-radius:10px}.result-form{max-width:100%}@media(max-width:1024px){.admin-grid{grid-template-columns:1fr;gap:1.5rem}.admin-grid.form-only{grid-template-columns:1fr}.admin-panel{padding:1.5rem}.admin-form{position:static}.admin-form,.admin-list-container{padding:1.5rem}.admin-list-container{max-height:none}.admin-list{overflow:visible;padding-right:0}.form-header{margin:-1.5rem -1.5rem .5rem;padding:1rem 1.5rem}.admin-list-container h3{margin:-1.5rem -1.5rem .5rem;padding:1rem 1.5rem .8rem}}@media(max-width:640px){.admin-grid{grid-template-columns:1fr}.admin-panel,.admin-form,.admin-list-container{padding:1rem}.form-header{flex-direction:column;align-items:flex-start;margin:-1rem -1rem .5rem;padding:1rem}.admin-list li{flex-direction:column;align-items:flex-start;gap:.8rem}.list-item-actions{width:100%}.btn-edit,.btn-delete{flex:1;justify-content:center}.form-actions{flex-direction:column}.datetime-local-grid{grid-template-columns:1fr 1fr}.match-header{flex-direction:column;align-items:flex-start}.status-pill-group{justify-content:flex-start}.teams-row{gap:.45rem}.team-chip span{font-size:.8rem}.btn-primary,.btn-secondary{flex:none;width:100%}.modal-backdrop{padding:.5rem}.profile-modal{padding:1.2rem;border-radius:18px}.profile-form-top,.profile-static-grid{grid-template-columns:1fr}.profile-modal-actions{flex-direction:column}}@media(max-width:430px){.datetime-local-grid,.main-menu-bar{grid-template-columns:1fr}}@media(max-width:960px){.login-shell,.content-grid,.admin-grid{grid-template-columns:1fr}.hero-panel{min-height:auto;padding:2rem;height:auto}.login-panel{width:100%;justify-self:stretch;height:auto;padding:2rem}.hero-event-image{width:min(100%,400px);max-height:260px}.hero-copy h2,.login-panel h1{max-width:none}.brand-shell{grid-template-columns:1fr;padding:.9rem}.brand-right{justify-content:space-between;width:100%}.brand-left{align-items:flex-start}.brand-title{font-size:clamp(1.02rem,3.8vw,1.4rem);line-height:1.2}.brand-text span,.status-line{font-size:.86rem;line-height:1.35}.event-logo{width:88px;max-height:52px}.brand-logo{width:88px;height:88px}.main-menu-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.35rem;border-radius:10px}.main-menu-bar .menu-link{width:100%;justify-content:center;border-radius:8px;border-right:none;padding:.72rem .65rem;font-size:.92rem}.main-menu-bar .menu-item.has-dropdown{width:100%}.main-menu-bar .dropdown-menu-bar{left:0;right:0;min-width:0}}.site-footer{margin:1rem 2rem 2rem;border:1px solid rgba(0,0,0,.16);background:#fffffff0;border-radius:12px}.site-footer__inner{padding:.8rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.92rem}.site-footer__inner p{margin:0;color:#1b1b1b}@media(max-width:760px){.site-footer{margin:.75rem 1rem 1rem}.site-footer__inner{flex-direction:column;align-items:flex-start}}.teams-page{min-height:100vh;background:transparent;display:flex;flex-direction:column}.teams-section{flex:1;max-width:1120px;margin:0 auto;padding:1.5rem clamp(.8rem,2.5vw,1.4rem) 3rem;width:100%}.teams-header{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:2rem}.teams-logo-row{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:1.25rem;padding:1rem 1.25rem;background:#ffffffc7;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 14px 30px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.teams-header-logo{width:100%;height:84px;object-fit:contain;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12))}.teams-header-logo--uvj{justify-self:start;max-width:140px}.teams-header-logo--center{justify-self:center;max-width:120px}.teams-header-logo--art{justify-self:end;max-width:170px}.teams-heading{font-size:clamp(2.8rem,7vw,4.5rem);font-weight:900;letter-spacing:.35em;color:transparent;-webkit-text-stroke:2px rgba(0,0,0,.18);text-transform:uppercase;margin:0;line-height:1;-webkit-user-select:none;user-select:none}.teams-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}@media(max-width:1280px){.teams-grid{grid-template-columns:repeat(4,1fr)}}.team-card{border-radius:14px;overflow:hidden;position:relative;aspect-ratio:5 / 6;background:var(--tc, #17479e);box-shadow:0 6px 24px #00000080;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.team-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 18px 44px #000000a6}.tc-logo-wrap{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);z-index:3;width:clamp(70px,52%,110px);height:clamp(70px,52%,110px);display:flex;align-items:center;justify-content:center}.tc-logo-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.45))}.tc-bottom{position:absolute;bottom:0;left:0;right:0;height:40%;background:#0d1b2a;border-radius:60% 60% 0 0/45% 45% 0 0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.1rem;z-index:2}.tc-name{font-size:clamp(.65rem,1.3vw,.82rem);font-weight:800;color:#fff;text-align:center;padding:0 .75rem;text-transform:uppercase;letter-spacing:.04em;line-height:1.3;margin:0}@media(max-width:960px){.teams-logo-row{grid-template-columns:1fr;justify-items:center}.teams-header-logo--uvj,.teams-header-logo--center,.teams-header-logo--art{justify-self:center}.teams-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.teams-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.teams-logo-row{padding:.9rem;gap:.8rem}.teams-header-logo{height:68px}.teams-grid{gap:.9rem}.teams-heading{letter-spacing:.2em}.tc-name{font-size:.62rem}}@media(max-width:420px){.teams-grid{grid-template-columns:1fr}}
