:root{color:#eaf2ff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#181dbf;font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;font-weight:400;line-height:1.45}*{box-sizing:border-box}body{background:linear-gradient(120deg,#424eff47 16%,#0000 16% 32%,#424eff3d 32% 48%,#0000 48% 64%,#424eff2e 64% 80%,#0000 80%),radial-gradient(circle at 8% 18%,#6378ff8c,#0000 35%),linear-gradient(135deg,#2e37e6 0%,#1f28c7 48%,#161dae 100%);min-height:100vh;margin:0}#root{min-height:100vh}:root{--bg-deep:#161dae;--bg-strong:#2430d0;--bg-mid:#3344f0;--surface:#f4f8fff5;--surface-strong:#fff;--text-main:#12204e;--text-muted:#3f558e;--accent-lime:#d8f400;--accent-lime-ink:#1d2570;--line-soft:#d7def8}.app-shell{width:min(1120px,100% - 2rem);margin:2rem auto}.hero{background:linear-gradient(135deg, var(--bg-mid) 0%, var(--bg-strong) 52%, var(--bg-deep) 100%);color:#f3f6ff;border-radius:24px;margin-bottom:1rem;padding:clamp(1.5rem,4vw,2.8rem);position:relative;overflow:hidden;box-shadow:0 20px 50px #05083d73}.hero:before{content:"";pointer-events:none;background:repeating-linear-gradient(58deg,#677bff33 0 130px,#161e8c14 130px 260px);position:absolute;inset:0}.hero>*{z-index:1;position:relative}.hero h1{margin:0;font-size:clamp(1.9rem,3vw,3rem);line-height:1.1}.subtitle{color:#e6eeffeb;max-width:60ch;margin-top:.8rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-lime);opacity:1;margin-bottom:.5rem;font-size:.82rem;font-weight:700}.status{border-radius:12px;margin:.8rem 0;padding:.7rem .9rem;font-weight:600}.success{color:#23303f;background:#d8f40033}.error{color:#ffe9ee;background:#ff828233}.card{background:var(--surface);color:var(--text-main);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:18px;margin-bottom:1rem;padding:1rem;box-shadow:0 14px 34px #0610463d}.top-nav{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.top-nav-list{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.nav-meta{color:var(--text-muted);margin:0;font-size:.92rem;font-weight:600}.top-nav-meta{align-items:center;gap:.8rem;display:inline-flex}.auth-card{max-width:520px;margin:1rem auto}.auth-card .primary-btn{align-self:end;min-height:43px;padding:0 .95rem;line-height:1}.switch-row{gap:.6rem;margin-bottom:1rem;display:flex}.tab{color:var(--accent-lime-ink);cursor:pointer;background:#ebefff;border:1px solid #aebcf6;border-radius:12px;padding:.55rem .9rem;font-weight:700}.tab.active{background:var(--accent-lime);color:#111c65;border-color:var(--accent-lime)}.grid-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.entry-form{grid-template-columns:minmax(0,2fr) minmax(140px,.6fr) minmax(180px,.8fr)}.activity-form{grid-template-columns:minmax(0,2fr) minmax(110px,.45fr) minmax(180px,.8fr)}.admin-password-form{grid-template-columns:minmax(220px,1.15fr) minmax(180px,1fr) minmax(180px,1fr);align-items:end}.admin-password-form .primary-btn,.admin-password-form .ghost-btn{justify-self:start;width:auto}.entry-form .primary-btn{place-self:end start;width:auto}.entry-form-actions{place-self:end start;align-items:center;gap:.6rem;display:inline-flex}.activity-form-actions{place-self:end start;align-items:center;gap:.8rem;display:inline-flex}.table-action-btn{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.table-action-btn svg{fill:currentColor;width:18px;height:18px}.grid-form label,.inline-form label{color:var(--text-main);flex-direction:column;gap:.35rem;font-weight:600;display:flex}.field-hint{color:var(--text-muted);margin-top:.35rem;font-size:.85rem;font-weight:500}input,select,textarea{font:inherit;background:var(--surface-strong);color:#1b2863;border:1px solid #c6d0fb;border-radius:10px;padding:.58rem .72rem}textarea{resize:vertical;min-height:90px}.full-width{grid-column:1/-1}.primary-btn,.ghost-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;padding:.62rem .95rem;font-weight:700}.primary-btn{background:var(--accent-lime);color:#111f66}.ghost-btn{color:#1f3374;background:#eef2ff;border-color:#9fb0f2}.dashboard h2,.dashboard h3{margin:0 0 .8rem}.top-bar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.inline-stats{align-items:center;gap:1rem;display:flex}.inline-stats span{color:var(--text-muted);font-size:.82rem;display:block}.inline-stats strong{font-size:1.4rem}.inline-form{flex-wrap:wrap;align-items:end;gap:.8rem;display:flex}.manage-groups-stack{flex-direction:column;gap:1.25rem;display:flex}.group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1rem;display:grid}.group-card{border:1px solid var(--line-soft);background:#f8faff;border-radius:14px;padding:.75rem}.group-card h4{color:#1d2f86;margin:0 0 .6rem}.group-stats{color:var(--text-muted);margin:0 0 .65rem;font-size:.9rem;font-weight:600}.team-block{border:1px solid var(--line-soft);background:#fff;border-radius:12px;margin-bottom:.7rem;padding:.7rem}.team-block:last-child{margin-bottom:0}.team-block h5{color:#1d2f86;margin:0 0 .45rem}.global-card{margin-top:.8rem}.team-table-card{margin-top:0;margin-bottom:.9rem}.filter-row{margin-top:.6rem}.participant-card{border:1px solid var(--line-soft);background:#f8faff;border-radius:14px;margin-top:1rem;padding:1rem 1.25rem}.participant-card h4{color:#1d2f86;margin:0 0 .6rem}.group-badge{color:var(--text-muted);margin:0;font-weight:600}.unassigned-users-alert{color:#8f2020;background:#ffe9e9;border:1px solid #f1b4b4;border-radius:12px;margin:0 0 .9rem;padding:.7rem .9rem}.no-team-list{margin:.45rem 0 0;padding-left:1.2rem}.no-team-option{color:#8f2020;font-weight:700}.split{grid-template-columns:1fr;gap:1rem;display:grid}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.95rem}.ranking-table{table-layout:fixed}.ranking-col-rank{width:6%}.ranking-col-main,.ranking-col-secondary{width:42%}.ranking-col-points{width:10%}th,td{text-align:left;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e5edf3;padding:.48rem .35rem;overflow:hidden}th{color:#243980}tr.current-user-team td{background:var(--accent-lime);color:#0f2262;font-weight:700}.leaderboard{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.leaderboard li{border:1px solid var(--line-soft);color:#162a6f;background:#f3f6ff;border-radius:12px;justify-content:space-between;align-items:center;gap:.7rem;padding:.62rem .74rem;display:flex}.leaderboard li span{color:#1a2f73}.leaderboard-label{align-items:center;gap:.7rem;display:inline-flex}.rank-number{min-width:1.5rem;font-weight:700}.leaderboard li strong{color:#0f2262}.leaderboard li.current-user{background:var(--accent-lime);font-weight:600}.leaderboard li.current-user span,.leaderboard li.current-user strong{color:#0f2262}.modal-backdrop{z-index:1000;background:#0a10348c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface-strong);width:min(480px,100%);color:var(--text-main);border-radius:16px;padding:1rem;position:relative;box-shadow:0 24px 56px #05083d59}.modal-close-btn{color:#1f3374;cursor:pointer;background:#f3f6ff;border:1px solid #c5d0fb;border-radius:10px;width:34px;height:34px;font-weight:700;line-height:1;position:absolute;top:.65rem;right:.65rem}.modal-close-btn:hover{background:#e9efff}.modal-close-btn svg{fill:currentColor;width:18px;height:18px}.modal-card h3{margin:0 0 .5rem}.modal-card p{color:var(--text-muted);margin:0 0 1rem}.popup-error{color:#8f2020;background:#ffe9e9;border:1px solid #f1b4b4;border-radius:10px;margin:0 0 1rem;padding:.65rem .8rem;font-weight:600}@media (width<=900px){.top-nav{flex-direction:column;align-items:flex-start}.top-nav-meta{justify-content:space-between;width:100%}.grid-form,.admin-password-form,.split,.group-grid{grid-template-columns:1fr}.top-bar{flex-direction:column;align-items:flex-start}}
