*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #070b12;--bg-elevated: #0d121c;--surface: #131a28;--surface-hover: #1a2336;--surface-inset: #0a0f18;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f1f5f9;--text-muted: #94a3b8;--text-dim: #64748b;--primary: #0f2847;--accent: #00e5a0;--accent-dim: rgba(0, 229, 160, .12);--accent-glow: rgba(0, 229, 160, .35);--gold: #fbbf24;--danger: #f87171;--warning: #fbbf24;--info: #38bdf8;--success: #34d399;--radius-sm: 10px;--radius: 14px;--radius-lg: 20px;--radius-xl: 24px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);--shadow: 0 8px 32px rgba(0, 0, 0, .35);--shadow-glow: 0 0 40px var(--accent-glow);--header-h: 3.5rem;--nav-h: 3.75rem;--safe-bottom: env(safe-area-inset-bottom, 0px);--app-max-w: 480px}html{background:var(--bg)}body{min-height:100vh;color:var(--text);background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,229,160,.08),transparent),var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{color:#5fffc4}.app{min-height:100dvh;display:flex;flex-direction:column;max-width:var(--app-max-w);margin:0 auto;background:transparent;border-left:1px solid var(--border);border-right:1px solid var(--border)}.app-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;height:var(--header-h);padding:0 1rem;background:#070b12d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.app-header__side{justify-self:start}.app-header__title{justify-self:center;display:inline-flex;align-items:center;gap:.4rem;font-weight:800;font-size:.875rem;letter-spacing:-.02em;color:var(--text);white-space:nowrap;text-decoration:none;line-height:1}.app-header__title-icon{display:block;flex-shrink:0}.app-header__accent{color:var(--accent)}.app-header__actions{justify-self:end;display:flex;align-items:center;gap:.5rem}.app-header__user{display:flex;align-items:center;gap:.375rem;color:inherit}.app-header__avatar{width:1.75rem;height:1.75rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),#00b87a);color:#042318;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center}.app-header__name{font-size:.8125rem;font-weight:600;color:var(--text-muted);max-width:4.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header__logout{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:.6875rem;font-weight:600;padding:.35rem .625rem;border-radius:999px;cursor:pointer;transition:background .15s,color .15s}.app-header__logout:hover{background:var(--surface-hover);color:var(--text)}.app-main{flex:1;padding:1.25rem 1rem calc(2rem + var(--safe-bottom))}.app-main--with-nav{padding-bottom:calc(var(--nav-h) + 1.25rem + var(--safe-bottom))}.page{display:flex;flex-direction:column;gap:1.25rem;animation:fadeUp .35s ease}.page--centered{justify-content:center;min-height:50vh;text-align:center}.login-page--solo{min-height:100vh;justify-content:center}.section-card--list-item{margin-bottom:.5rem}.section-card__lede{margin:-.25rem 0 .75rem}.text-note{margin-top:.5rem;font-size:.85rem;line-height:1.45}.text-note--tight{margin-top:.35rem;font-size:.8rem;line-height:1.4}.text-footnote{margin-top:1.5rem;font-size:.8rem}.text-xs{font-size:.75rem;line-height:1.45}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-back{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:-.5rem}.page-back:hover{color:var(--accent)}.page-back__icon{font-size:1rem}.page-header__hello{font-size:.875rem;color:var(--text-muted)}.page-intro__sub{margin:-.5rem 0 0;font-size:.875rem;line-height:1.5;color:var(--text-muted)}.page-intro__title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.page-header__title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.muted{font-size:.875rem;color:var(--text-muted)}.home-hero{padding:.25rem 0 .5rem}.home-hero--stacked{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.5rem 0 .75rem}.home-hero__emblem{margin-bottom:.375rem}.home-hero__hello{font-size:.875rem;color:var(--text-muted)}.home-hero__title{font-size:1.625rem;font-weight:800;letter-spacing:-.03em;line-height:1.15}.home-hero__sub{font-size:.875rem;color:var(--text-dim);line-height:1.5;max-width:20rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;font-family:inherit;font-size:.9375rem;font-weight:700;padding:.875rem 1.25rem;border:none;border-radius:var(--radius);cursor:pointer;text-align:center;transition:transform .12s,box-shadow .15s,background .15s}.btn:active:not(:disabled){transform:scale(.98)}.btn--block{width:100%}.btn--primary{background:linear-gradient(135deg,var(--accent),#00c98a);color:#042318;box-shadow:0 4px 20px var(--accent-glow)}.btn--primary:hover{box-shadow:0 6px 28px var(--accent-glow)}.btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.btn--secondary:hover{background:var(--surface-hover)}.btn--ghost{background:transparent;border:1px solid var(--border-strong);color:var(--text)}.btn--ghost:hover{background:var(--surface)}.btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 16px #25d3664d}.btn--google{background:#fff;color:#1f2937;border:none;width:100%;box-shadow:var(--shadow-sm)}.btn--google:hover{background:#f9fafb}.btn--role{width:100%;justify-content:flex-start;background:var(--surface-inset);border:1px solid var(--border);color:var(--text);font-weight:600;font-size:.875rem;padding:.75rem 1rem}.btn--role:hover{background:var(--surface-hover);border-color:var(--border-strong)}.btn--role__tag{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .45rem;border-radius:6px;background:var(--accent-dim);color:var(--accent)}.btn--role__tag--admin{background:#fbbf2426;color:var(--gold)}.btn__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.btn--text{background:none;border:none;color:var(--text-dim);font-size:.8125rem;font-weight:600}.btn--sm{padding:.5rem .875rem;font-size:.8125rem}.btn--sticky{position:sticky;bottom:calc(.75rem + var(--safe-bottom));margin-top:.75rem;z-index:10}.btn:disabled,.btn--disabled{opacity:.4;pointer-events:none}.cta-card{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.25rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#00e5a026,#0f284799),var(--surface);border:1px solid rgba(0,229,160,.25);color:var(--text);box-shadow:var(--shadow-glow);transition:transform .15s,border-color .15s}.cta-card:hover{transform:translateY(-2px);border-color:#00e5a073;color:var(--text)}.cta-card__icon{font-size:1.75rem;line-height:1;flex-shrink:0}.cta-card__body{flex:1;min-width:0}.cta-card__label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.125rem}.cta-card strong{display:block;font-size:1.0625rem;font-weight:800;margin-bottom:.5rem}.cta-card__meta{font-size:.8125rem;color:var(--text-muted)}.cta-card__arrow{font-size:1.25rem;color:var(--accent);flex-shrink:0}.cta-card .progress-wrap{margin-top:0}.cta-card .progress-wrap__head{display:none}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.625rem}.action-tile{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem;font-weight:700;color:var(--text);text-align:center;transition:background .15s,border-color .15s}.action-tile:hover{background:var(--surface-hover);border-color:var(--border-strong);color:var(--text)}.action-tile--primary{border-color:#00e5a04d;background:var(--accent-dim)}.action-tile--primary:hover{border-color:#00e5a080}.action-tile__icon{font-size:1.375rem}.action-tile__label{font-size:.8125rem;font-weight:700}.action-tile__desc{font-size:.6875rem;color:var(--text-muted);text-align:center;line-height:1.35}.section-card__hint{margin:-.25rem 0 .75rem;font-size:.8125rem}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.section-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.section-card__title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.section-card__count{font-size:.75rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;background:var(--surface-inset);color:var(--text-dim)}.section__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.625rem}.group-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.group-list__item{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:background .15s,border-color .15s}.group-list__item:hover{background:var(--surface-hover);border-color:var(--border-strong);color:inherit}.group-list__icon{width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.group-list__icon--wc{background:transparent;padding:0;overflow:visible}.group-list__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.group-list__content strong{font-size:.9375rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-list__state{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.125rem}.group-list__chev{color:var(--text-dim);font-size:1.375rem;font-weight:300;flex-shrink:0}.empty{text-align:center;padding:2rem 1rem}.empty__icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.8}.empty__logo{margin:0 auto .75rem;opacity:.92}.empty__title{font-weight:700;color:var(--text);margin-bottom:.375rem}.empty__hint{font-size:.875rem;color:var(--text-dim);line-height:1.5}.empty__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;width:100%}.form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.field input,.field textarea,.field select{font-family:inherit;font-size:1rem;font-weight:500;padding:.75rem .875rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#00e5a080;box-shadow:0 0 0 3px var(--accent-dim)}.field input::placeholder,.field textarea::placeholder{color:var(--text-dim)}.form-error{color:var(--danger);font-size:.875rem}.user-message{margin:0;padding:.75rem .875rem;border-radius:var(--radius);font-size:.8125rem;line-height:1.45}.user-message--error{color:var(--danger);background:#ff5a5a14;border:1px solid rgba(255,90,90,.25)}.user-message--success{color:var(--accent);background:var(--accent-dim);border:1px solid rgba(0,229,160,.25)}.user-message--info{color:var(--text-muted);background:var(--surface-inset);border:1px solid var(--border)}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.info-card{background:var(--surface-inset);border:1px solid var(--border);padding:.875rem;border-radius:var(--radius);display:flex;flex-direction:column;gap:.375rem}.info-card span{font-size:.6875rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}.info-card strong{font-size:1.0625rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.info-card--highlight strong{color:var(--accent)}.notice,.warning-box{font-size:.8125rem;line-height:1.5;padding:.875rem 1rem;border-radius:var(--radius-sm);background:#fbbf2414;border:1px solid rgba(251,191,36,.25);color:#fcd34d}.notice--info{background:#38bdf814;border-color:#38bdf840;color:#7dd3fc}.status-badge{display:inline-flex;align-items:center;font-size:.625rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;width:fit-content;background:#94a3b826;color:var(--text-muted)}.status-badge--success{background:#34d39926;color:var(--success)}.status-badge--info{background:#38bdf826;color:var(--info)}.status-badge--warning{background:#fbbf2426;color:var(--gold)}.status-badge--live{background:#f8717126;color:#fca5a5;animation:pulse 2s ease infinite}.status-badge--danger{background:#f8717126;color:var(--danger)}.status-badge--muted{background:#64748b33;color:var(--text-dim)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-wrap{margin-top:.25rem}.progress-wrap__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.progress-wrap__label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.progress-wrap__count{font-size:.75rem;font-weight:800;color:var(--accent)}.progress{position:relative;height:6px;background:#ffffff0f;border-radius:999px;overflow:hidden}.progress__bar{height:100%;background:linear-gradient(90deg,var(--accent),#5fffc4);border-radius:999px;transition:width .3s ease;box-shadow:0 0 12px var(--accent-glow)}.progress__label{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.25rem;text-align:right}.login-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.25rem calc(2rem + var(--safe-bottom));position:relative;overflow:hidden}.login-page__glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:120%;height:50%;background:radial-gradient(ellipse,rgba(0,229,160,.12) 0%,transparent 70%);pointer-events:none}.login-showcase{text-align:center;margin-bottom:1.75rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:.625rem}.login-showcase__tagline{font-size:.9375rem;color:var(--text-muted);line-height:1.55;max-width:22rem}.brand-lockup{display:flex;flex-direction:column;align-items:center;gap:1rem}.brand-lockup__emblem{filter:drop-shadow(0 8px 24px rgba(0,229,160,.15))}.brand-lockup__text{text-align:center;display:flex;flex-direction:column;gap:.375rem}.brand-lockup__name{display:block;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1.1}.brand-lockup__name span{color:var(--accent)}.brand-lockup__sub{font-size:.8125rem;color:var(--text-dim);line-height:1.45;max-width:18rem;margin:0 auto}.wc26-logo{display:block;flex-shrink:0;height:auto;max-width:100%}.login-hero__badge{display:inline-block;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:.35rem .875rem;border-radius:999px;background:var(--accent-dim);color:var(--accent);border:1px solid rgba(0,229,160,.25);margin-bottom:1rem}.login-hero__title{font-size:2.25rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:.75rem}.login-hero__title span{color:var(--accent)}.login-hero__sub{font-size:.9375rem;color:var(--text-muted);line-height:1.55;max-width:20rem;margin:0 auto}.login-card{width:100%;max-width:400px;margin:0 auto;background:linear-gradient(180deg,rgba(19,26,40,.98) 0%,var(--surface) 100%);border:1px solid var(--border-strong);padding:1.375rem;border-radius:var(--radius-xl);box-shadow:var(--shadow),inset 0 1px #ffffff0a;display:flex;flex-direction:column;gap:1.125rem;position:relative}.login-card__auth{display:flex;flex-direction:column;align-items:center;gap:.625rem;text-align:center}.login-card__flow{padding:.875rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-lg)}.login-card__flow-label{margin:0 0 .625rem;padding:0 .25rem;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.login-flow{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.login-flow__item{display:grid;grid-template-columns:2.25rem 1fr;gap:.75rem;align-items:start;padding:.75rem .25rem}.login-flow__item+.login-flow__item{border-top:1px solid rgba(255,255,255,.05)}.login-flow__icon{width:2.25rem;height:2.25rem;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#00e5a014;border:1px solid rgba(0,229,160,.18);color:var(--accent)}.login-flow__svg{width:1.125rem;height:1.125rem}.login-flow__step{display:block;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.2rem}.login-flow__label{display:block;font-size:.8125rem;font-weight:700;line-height:1.35;color:var(--text)}.login-flow__hint{margin:.25rem 0 0;font-size:.75rem;line-height:1.45;color:var(--text-muted)}.login-card__rules{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.625rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff05;color:var(--text-muted);font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s,background .15s}.login-card__rules:hover{color:var(--accent);border-color:#00e5a040;background:var(--accent-dim)}.login-card__rules-icon{width:.875rem;height:.875rem;opacity:.7}.login-prod-auth{padding:.875rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-lg)}.login-prod-auth__tabs{display:flex;gap:.375rem;margin-bottom:.75rem}.login-prod-auth__tabs button{flex:1;padding:.5rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.8125rem;font-weight:600;cursor:pointer}.login-prod-auth__tab--active{background:var(--accent-dim)!important;border-color:#00e5a040!important;color:var(--accent)!important}.login-dev-accounts{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem}.login-dev-accounts__label{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.login-dev-accounts__chips{display:flex;flex-wrap:wrap;gap:.375rem}.login-dev-accounts__chip{padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-inset);color:var(--text-muted);font-size:.75rem;font-weight:700;cursor:pointer}.login-dev-accounts__chip--active{background:var(--accent-dim);border-color:#00e5a059;color:var(--accent)}.login-prod-auth__form{display:flex;flex-direction:column;gap:.5rem}.login-prod-auth__error{margin:0;font-size:.75rem;color:var(--danger)}.login-google-wrap{display:flex;justify-content:center;margin:.75rem 0}.login-google-wrap>div{width:100%}.login-google-missing{padding:.75rem;border-radius:var(--radius);border:1px dashed var(--border);background:#ffffff05;font-size:.75rem;line-height:1.5;color:var(--text-muted)}.login-google-missing code{font-size:.7rem}.login-alt-toggle{width:100%;margin-top:.5rem;padding:.5rem;border:none;background:transparent;color:var(--text-dim);font-size:.75rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.login-alt-toggle:hover{color:var(--accent)}.login-google-loading{margin:.35rem 0 0;font-size:.75rem;text-align:center}.runtime-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.35rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);background:#ffffff08;border-bottom:1px solid var(--border)}.runtime-banner--api{color:var(--accent);background:#00e5a00f}.runtime-banner__dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--gold)}.runtime-banner--api .runtime-banner__dot{background:var(--accent)}.boot-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.9375rem}.boot-screen__hint{margin:0;max-width:28rem;line-height:1.5}.boot-screen__retry{margin-top:.25rem}.login-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-dim);font-size:.75rem;font-weight:600}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-card__roles{display:flex;flex-direction:column;gap:.5rem}.link-box{display:block;word-break:break-all;font-size:.75rem;font-family:ui-monospace,monospace;padding:.875rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted)}.share-preview{font-size:.8125rem;line-height:1.5;padding:.875rem 1rem;background:var(--accent-dim);border:1px solid rgba(0,229,160,.2);border-radius:var(--radius-sm);color:var(--accent)}.participant-row,.admin-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.875rem 1rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem}.participant-row>div:first-child,.admin-row>div:first-child{flex:1;min-width:0}.admin-row>div:first-child span.muted{display:block;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.participant-row .page-actions--row{width:100%}.admin-row .btn{flex-shrink:0}.participant-row strong,.admin-row strong{font-size:.9375rem}.info-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:420px){.info-grid--3{grid-template-columns:1fr}}.participant-filters{display:flex;flex-wrap:wrap;gap:.5rem}.participant-filter{padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-inset);color:var(--text-muted);font-size:.75rem;font-weight:700;cursor:pointer}.participant-filter--active{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.participant-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.participant-card{padding:1rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem}.participant-card--attention{border-color:#00e5a059;box-shadow:0 0 0 1px #00e5a014}.participant-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.participant-card__identity{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-width:0}.participant-card__identity strong{font-size:.9375rem}.participant-card__toggle{flex-shrink:0;padding:.25rem 0;border:none;background:none;font:inherit;font-size:.75rem;font-weight:700;color:var(--accent);cursor:pointer}.participant-card__toggle:hover{color:#5fffc4}.participant-card__summary,.participant-card__detail{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.35rem .75rem;margin:0;font-size:.8125rem}.participant-card__summary dt,.participant-card__detail dt{color:var(--text-dim);font-weight:700}.participant-card__summary dd,.participant-card__detail dd{margin:0;color:var(--text-muted);word-break:break-word}.participant-card__detail{padding-top:.75rem;border-top:1px solid var(--border)}.participant-card__email{color:var(--accent);text-decoration:none}.participant-card__email:hover{text-decoration:underline}.participant-card__code{font-size:.6875rem;word-break:break-all}.participant-card__actions{padding-top:.25rem;border-top:1px solid var(--border)}.page--admin-sub{gap:1rem}.admin-subpage__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:sticky;top:calc(var(--header-h) + 2.25rem);z-index:20;margin:-.25rem 0 .5rem;padding:.5rem 0;background:linear-gradient(180deg,var(--bg) 70%,transparent)}.admin-subpage__home{font-size:.75rem;font-weight:700;color:var(--text-muted);white-space:nowrap}.admin-subpage__home:hover{color:var(--accent)}.fixture-admin-toolbar{display:flex;flex-direction:column;gap:.75rem;padding:.875rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.fixture-admin-stats{display:flex;align-items:baseline;gap:.75rem;font-size:.875rem}.fixture-admin-stats strong{color:var(--accent);font-size:1.125rem}.fixture-admin-filters{display:flex;flex-wrap:wrap;gap:.375rem}.fixture-admin-filter{padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.75rem;font-weight:700;cursor:pointer}.fixture-admin-filter--active{background:var(--accent-dim);border-color:#00e5a059;color:var(--accent)}.fixture-admin-group{margin:0;font-size:.8125rem}.fixture-admin-refresh{font-size:.75rem;font-style:italic}.fixture-admin-section{display:flex;flex-direction:column;gap:.75rem}.fixture-admin-section__head{display:flex;flex-direction:column;gap:.5rem}.fixture-admin-section__range{margin:0;font-size:.8125rem;font-weight:700;color:var(--accent)}.fixture-admin-pager{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.fixture-admin-pager--bottom{margin-top:.25rem}.fixture-admin-pager__info{font-size:.75rem;font-weight:700;color:var(--text-muted);white-space:nowrap}.fixture-admin-list{display:flex;flex-direction:column;gap:.625rem}.fixture-result-row{padding:.875rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.625rem;transition:border-color .2s,box-shadow .2s}.fixture-result-row--done{border-color:#00e5a038}.fixture-result-row--saved{box-shadow:0 0 0 2px var(--accent-dim)}.fixture-result-row__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.fixture-result-row__group{font-size:.625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px;background:var(--surface-inset);color:var(--text-dim)}.fixture-result-row__meta{font-size:.75rem;flex:1}.fixture-result-row__badge{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-dim);padding:.2rem .5rem;border-radius:999px}.fixture-result-row__teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem}.fixture-result-row__team{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;min-width:0}.fixture-result-row__team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fixture-result-row__team--away{justify-content:flex-end;text-align:right}.fixture-result-row__vs{font-size:.6875rem;font-weight:700;color:var(--text-dim);text-transform:uppercase}.fixture-result-row__scores{display:flex;align-items:center;justify-content:center;gap:.625rem}.score-input--admin{width:3rem;height:3rem;font-size:1.25rem;border-radius:12px}.fixture-result-row__dash{font-size:1.25rem;font-weight:300;color:var(--text-dim)}.fixture-result-row__quick{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.fixture-result-row__chip{padding:.25rem .5rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-inset);color:var(--text-muted);font-size:.6875rem;font-weight:700;cursor:pointer}.fixture-result-row__chip:hover:not(:disabled){border-color:#00e5a04d;color:var(--accent)}.fixture-result-row__chip:disabled{opacity:.5;cursor:not-allowed}.fixture-result-row__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.fixture-result-row__schedule{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem;border-top:1px solid var(--border)}.fixture-result-row__error{margin:0;font-size:.75rem;color:var(--danger);text-align:center}.audit-meta{margin-top:.35rem;padding:.5rem;font-size:.7rem;background:var(--surface-inset);border-radius:var(--radius-sm);overflow-x:auto;white-space:pre-wrap;word-break:break-word}.page--predictions{padding-bottom:5rem;gap:1rem}.pred-hero.sticky-top{position:sticky;top:calc(var(--header-h) + 1.75rem);z-index:15;margin:-.25rem 0 .25rem;padding:1rem 1.125rem;background:linear-gradient(145deg,#131a28fa,#0d121cfa);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.pred-hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.875rem}.pred-hero__title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;line-height:1.15}.pred-hero__sub{font-size:.8125rem;color:var(--text-muted);margin-top:.2rem}.pred-hero__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:3.25rem;padding:.375rem .625rem;border-radius:var(--radius-sm);background:var(--accent-dim);border:1px solid rgba(0,229,160,.25)}.pred-hero__stat-num{font-size:1.25rem;font-weight:800;color:var(--accent);line-height:1}.pred-hero__stat-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:.125rem}.pred-hero__hint{margin-top:.625rem;font-size:.75rem;font-weight:600;color:var(--text-dim);min-height:1.125rem;line-height:1.35}.pred-hero__hint--active{color:var(--accent)}.save-indicator{font-size:.75rem;font-weight:600;color:var(--accent);min-height:1rem}.pred-day__title{font-size:.8125rem;font-weight:800;text-transform:capitalize;letter-spacing:-.01em;color:var(--text-muted);margin:.5rem 0 .75rem;padding-left:.125rem}.pred-day__list{display:flex;flex-direction:column;gap:.625rem}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.875rem .75rem 1rem;transition:border-color .2s,box-shadow .2s}.match-card:focus-within{border-color:#00e5a066;box-shadow:0 0 0 1px #00e5a01f}.match-card--done{border-color:#00e5a038;background:linear-gradient(180deg,rgba(0,229,160,.05),var(--surface))}.match-card__meta{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.match-card__time{font-size:.6875rem;font-weight:700;color:var(--text-dim);font-variant-numeric:tabular-nums}.match-card__group{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:.25rem .625rem;border-radius:999px;background:var(--surface-inset);border:1px solid var(--border)}.match-card__saved{font-size:.6875rem;font-weight:800;color:var(--accent);width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-dim)}.match-card__scoreboard{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.375rem}.match-card__team{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:0}.match-card__name{font-size:.8125rem;font-weight:700;color:var(--text);text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card__scores{display:flex;align-items:center;gap:.375rem;padding:0 .125rem}.match-card__dash{font-size:1.125rem;font-weight:800;color:var(--text-dim);line-height:1;-webkit-user-select:none;user-select:none}.match-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:.5rem;transition:border-color .15s}.match-row:focus-within{border-color:#00e5a059}.match-row__teams{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.team-flag{display:block;flex-shrink:0;border-radius:4px;object-fit:cover;box-shadow:0 1px 4px #0006;border:1px solid rgba(255,255,255,.12);background:var(--surface-inset);aspect-ratio:4 / 3;height:auto}.team-flag--xs{width:1.375rem}.team-flag--sm{width:1.625rem}.team-flag--md{width:2.125rem}.team-flag--lg{width:2.75rem}.team-flag--round{border-radius:50%;border:2px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #00000073;width:2.25rem;aspect-ratio:1;object-fit:cover}.team-flag--emoji{display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1;width:1.375rem;height:1.375rem;border:none;box-shadow:none;background:transparent;aspect-ratio:auto}.team-flag--sm.team-flag--emoji{font-size:1.25rem;width:1.5rem;height:1.5rem}.team-flag--md.team-flag--emoji{font-size:1.5rem;width:1.75rem;height:1.75rem}.match-teams{margin-bottom:.75rem}.match-teams--fixture{display:flex;flex-direction:column;gap:.5rem}.match-teams__fixture-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.625rem}.match-teams__side{display:flex;align-items:center;gap:.375rem;min-width:0}.match-teams__side--home{justify-content:flex-start}.match-teams__side--away{justify-content:flex-end}.match-teams__name{font-size:.8125rem;font-weight:700;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-teams__side--home .match-teams__name{text-align:left}.match-teams__side--away .match-teams__name{text-align:right}.match-teams--inline{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.match-teams__sep{color:var(--text-dim);margin:0 .125rem}.summary-list__match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem}.summary-list__team{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;min-width:0}.summary-list__team--away{justify-content:flex-end;text-align:right}.summary-list__score{font-family:ui-monospace,monospace;font-weight:800;font-size:.875rem;color:var(--accent);text-align:center}.match-row__group{font-size:.5625rem;font-weight:800;background:var(--surface-inset);border:1px solid var(--border);padding:.15rem .4rem;border-radius:4px;color:var(--text-dim);letter-spacing:.04em}.match-row__vs{color:var(--text-dim);font-weight:500;font-size:.75rem}.match-row__inputs{display:flex;align-items:center;justify-content:center;gap:.875rem}.score-input{width:3.25rem;height:3.25rem;font-family:inherit;font-size:1.375rem;font-weight:800;text-align:center;background:var(--surface-inset);border:2px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);transition:border-color .15s,box-shadow .15s,background .15s;-moz-appearance:textfield}.score-input--card{width:2.75rem;height:2.75rem;font-size:1.25rem;border-radius:12px;background:#070b1299}.score-input--card:not(:placeholder-shown){border-color:#00e5a073;color:var(--accent);background:#00e5a014}.score-input--card::placeholder{color:var(--text-dim);opacity:.7}.score-input::-webkit-outer-spin-button,.score-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.score-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.score-input:not(:placeholder-shown){border-color:#00e5a066;color:var(--accent)}.match-row__sep{font-size:1.25rem;font-weight:300;color:var(--text-dim)}.summary-list{list-style:none;font-size:.8125rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 0;overflow:hidden}.summary-list li{padding:.5rem 1rem;border-bottom:1px solid var(--border);color:var(--text-muted)}.summary-list li:last-child{border-bottom:none}.checkbox-field{display:flex;gap:.75rem;font-size:.8125rem;line-height:1.5;align-items:flex-start;color:var(--text-muted)}.checkbox-field input[type=checkbox]{width:1.125rem;height:1.125rem;margin-top:.125rem;accent-color:var(--accent);flex-shrink:0}.success-card{text-align:center;padding:2.5rem 1.5rem;background:var(--accent-dim);border:1px solid rgba(0,229,160,.25);border-radius:var(--radius-lg)}.success-card__icon{font-size:3rem;margin-bottom:.75rem}.success-card h2{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.ranking-list{list-style:none}.ranking-row{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem}.ranking-row--mine{border-color:#00e5a073;background:var(--accent-dim);box-shadow:0 0 20px #00e5a01a}.ranking-row__pos{font-size:1.125rem;font-weight:800;color:var(--accent);min-width:2rem;text-align:center}.ranking-row__pos--top{color:var(--gold)}.ranking-row__name{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.ranking-row__name strong{font-weight:700;font-size:.9375rem}.ranking-row__name .muted{font-size:.75rem}.ranking-row__pts{margin-left:auto;font-weight:800;font-size:1rem;color:var(--text)}.ranking-row__pts span{font-size:.6875rem;font-weight:600;color:var(--text-dim);margin-left:.125rem}.prize-breakdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem 0;overflow:hidden}.prize-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid var(--border);color:var(--text-muted)}.prize-row:last-child{border-bottom:none}.prize-row strong{color:var(--text);font-weight:700}.prize-row--total{font-weight:800;background:var(--accent-dim);color:var(--text)}.prize-row--total strong{color:var(--accent);font-size:1.0625rem}.page-actions{display:flex;flex-direction:column;gap:.625rem}.page-actions--row{flex-direction:row;flex-wrap:wrap}.page-actions--row .btn{flex:1;min-width:calc(50% - .3125rem)}.detail-header{display:flex;flex-direction:column;gap:.5rem}.detail-header__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.detail-header__title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.play-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.play-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:border-color .15s}.play-card:hover{border-color:var(--border-strong);color:inherit}.play-card__alias{font-weight:700;font-size:.9375rem}.play-card__meta{font-size:.75rem;color:var(--text-dim);margin-top:.125rem}.guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.guide-card__toggle{width:100%;display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:transparent;border:none;color:var(--text);font-family:inherit;font-size:.9375rem;font-weight:700;cursor:pointer;text-align:left}.guide-card__toggle-icon{font-size:1.125rem}.guide-card__toggle-text{flex:1}.guide-card__chev{color:var(--accent);font-size:.875rem}.guide-card__body{padding:0 1rem 1rem;border-top:1px solid var(--border)}.guide-tabs{display:flex;gap:.375rem;margin:.875rem 0}.guide-tabs__btn{flex:1;padding:.5rem .625rem;font-family:inherit;font-size:.75rem;font-weight:700;border:1px solid var(--border);border-radius:999px;background:var(--surface-inset);color:var(--text-muted);cursor:pointer}.guide-tabs__btn--active{background:var(--accent-dim);border-color:#00e5a059;color:var(--accent)}.guide-steps{list-style:none;display:flex;flex-direction:column;gap:.75rem}.guide-steps__item{display:flex;gap:.75rem;align-items:flex-start}.guide-steps__num{width:1.5rem;height:1.5rem;flex-shrink:0;border-radius:999px;background:var(--accent-dim);color:var(--accent);font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center}.guide-steps__label{display:block;font-size:.875rem;margin-bottom:.125rem}.guide-steps__hint{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.guide-footnote{margin-top:.875rem;font-size:.75rem;color:var(--text-dim);line-height:1.5;padding-top:.75rem;border-top:1px solid var(--border)}.flow-stepper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.flow-stepper--error{border-color:#f8717159}.flow-stepper__title{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.75rem}.flow-stepper__track{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.flow-stepper__track::-webkit-scrollbar{display:none}.flow-stepper__step{flex:1;min-width:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;opacity:.45}.flow-stepper__step--done,.flow-stepper__step--active{opacity:1}.flow-stepper__dot{width:1.625rem;height:1.625rem;border-radius:999px;background:var(--surface-inset);border:2px solid var(--border-strong);font-size:.6875rem;font-weight:800;display:flex;align-items:center;justify-content:center}.flow-stepper__step--done .flow-stepper__dot{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.flow-stepper__step--active .flow-stepper__dot{background:var(--accent);border-color:var(--accent);color:#042318;box-shadow:0 0 12px var(--accent-glow)}.flow-stepper__label{font-size:.5625rem;font-weight:700;text-align:center;line-height:1.2;color:var(--text-muted)}.flow-stepper__step--active .flow-stepper__label{color:var(--text)}.flow-stepper__hint{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted);line-height:1.45;padding-top:.75rem;border-top:1px solid var(--border)}.flow-stepper__progress{margin:-.35rem 0 .5rem;font-size:.75rem;font-weight:700}.flow-stepper--vertical .flow-stepper__track{flex-direction:column;align-items:stretch;gap:0;overflow:visible;padding-bottom:0}.flow-stepper--vertical .flow-stepper__step{flex:none;flex-direction:row;align-items:flex-start;min-width:0;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border);opacity:1}.flow-stepper--vertical .flow-stepper__step:last-child{border-bottom:none}.flow-stepper--vertical .flow-stepper__step--upcoming{opacity:.45}.flow-stepper--vertical .flow-stepper__dot{flex-shrink:0;margin-top:.1rem}.flow-stepper--vertical .flow-stepper__label{text-align:left;font-size:.8125rem;line-height:1.35;padding-top:.15rem}.page--join{min-height:100vh;max-width:28rem;margin:0 auto;padding:2rem 1.25rem calc(2rem + var(--safe-bottom))}.join-user-banner{display:flex;flex-direction:column;gap:.2rem;padding:.875rem 1rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-lg)}.join-user-banner__label{font-size:.625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.join-user-banner__email{font-size:.8125rem}.join-user-banner__switch{margin-top:.35rem;padding:0;border:none;background:none;font:inherit;font-size:.75rem;font-weight:700;color:var(--accent);cursor:pointer;text-align:left;align-self:flex-start}.join-user-banner__switch:hover{color:#5fffc4}.next-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.125rem}.next-step--urgent{border-color:#00e5a066;background:linear-gradient(135deg,var(--accent-dim),var(--surface));box-shadow:var(--shadow-glow)}.next-step__badge{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.375rem}.next-step__title{font-size:1.0625rem;font-weight:800;margin-bottom:.375rem}.next-step__body{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:.875rem}.help-tip{font-size:.8125rem;line-height:1.5;padding:.75rem .875rem;border-radius:var(--radius-sm);background:#38bdf814;border:1px solid rgba(56,189,248,.2);color:#bae6fd}.help-tip--warning{background:#fbbf2414;border-color:#fbbf2440;color:#fde68a}.help-tip--success{background:var(--accent-dim);border-color:#00e5a040;color:#a7f3d0}.scoring-help{background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .875rem}.scoring-help--compact{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .625rem;font-size:.6875rem;font-weight:600;color:var(--text-muted);padding:.5rem .75rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:999px}.scoring-help--compact span:nth-child(2n){color:var(--text-dim);font-weight:400}.page--predictions .scoring-help--compact{margin-top:-.25rem}.scoring-help__title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:.5rem}.scoring-help__list{list-style:none;display:flex;flex-direction:column;gap:.375rem}.scoring-help__list li{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.scoring-help__list strong{margin-left:auto;color:var(--accent)}.scoring-help__icon{width:1.25rem;text-align:center}.login-steps{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:0 .25rem}.login-steps li{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--text-muted)}.login-steps__num{width:1.375rem;height:1.375rem;border-radius:999px;background:var(--accent-dim);color:var(--accent);font-size:.6875rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-steps__more{font-size:.8125rem;color:var(--text-dim);padding-left:2rem}.login-card__heading{font-size:1.25rem;font-weight:800;letter-spacing:-.03em}.login-card__lead{font-size:.8125rem;color:var(--text-muted);line-height:1.45;max-width:16rem}.countdown--banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:400px;margin:0 auto 1.25rem;padding:.875rem 1rem;background:#00e5a014;border:1px solid rgba(0,229,160,.22);border-radius:var(--radius-lg);position:relative;z-index:1}.countdown__lead{display:flex;align-items:center;gap:.625rem;min-width:0}.countdown__icon{font-size:1.25rem;flex-shrink:0}.countdown__title{display:block;font-size:.8125rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.countdown__meta{display:block;font-size:.6875rem;color:var(--text-dim);margin-top:.125rem;text-transform:capitalize}.countdown__digits{font-family:ui-monospace,Cascadia Code,monospace;font-size:1.125rem;font-weight:800;color:var(--accent);letter-spacing:.04em;flex-shrink:0}.app-countdown-strip{display:flex;justify-content:center;padding:.35rem 1rem;background:#00e5a00f;border-bottom:1px solid rgba(0,229,160,.12)}.countdown--compact{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;line-height:1}.countdown__compact-label{font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.countdown__compact-time{font-family:ui-monospace,monospace;font-weight:800;font-size:.8125rem;color:var(--accent);letter-spacing:.03em}.countdown__compact-meta{color:var(--text-dim);font-weight:600}.countdown--expired .countdown__digits,.countdown--expired .countdown__compact-time{color:var(--warning)}@media(max-width:380px){.countdown--banner{flex-direction:column;align-items:flex-start;gap:.5rem}.countdown__digits{font-size:1rem}}.closure-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;background:#ffb43c1a;border-bottom:1px solid rgba(255,180,60,.2);max-width:var(--app-max-w);margin:0 auto}.closure-banner__body{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.closure-banner__icon{flex-shrink:0;font-size:1rem}.closure-banner__title{display:block;font-size:.75rem;font-weight:800;color:var(--warning);text-transform:uppercase;letter-spacing:.04em}.closure-banner__text{margin:.15rem 0 0;font-size:.7rem;color:var(--text-muted);line-height:1.35}.closure-banner__link{flex-shrink:0;font-size:.7rem;font-weight:700;color:var(--accent);text-decoration:none;white-space:nowrap}.transparency-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.transparency-row:last-child{border-bottom:none}.transparency-row__main{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:0;border:none;background:none;color:inherit;text-align:left;cursor:pointer;font:inherit}.transparency-row__meta{font-size:.75rem;color:var(--text-dim)}.transparency-row__hash{font-size:.65rem;word-break:break-all;color:var(--text-dim);background:var(--bg-subtle);padding:.25rem .4rem;border-radius:4px;margin-top:.25rem}.transparency-row__actions{display:flex;gap:.5rem}.transparency-verify{font-size:.85rem;padding:.625rem .75rem;border-radius:var(--radius-sm);margin-bottom:1rem}.transparency-verify--ok{background:#00e5a01a;color:var(--accent)}.transparency-verify--bad{background:#ff5a5a1f;color:#ff8a8a}.transparency-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;font-size:.85rem;margin:0 0 1rem}.transparency-dl dt{color:var(--text-dim);font-weight:600}.transparency-dl dd{margin:0}.transparency-detail__actions{display:flex;flex-wrap:wrap;gap:.5rem}.app-nav-shell{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-max-w);z-index:60;padding-bottom:var(--safe-bottom);background:var(--bg-elevated);border-top:1px solid var(--border);box-shadow:0 -8px 32px #00000073}.app-nav{display:flex;align-items:stretch;justify-content:space-around;height:var(--nav-h);padding:0 .25rem;background:#0d121cf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.app-nav__item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:0;min-height:3rem;padding:.375rem .125rem .25rem;border-radius:0;color:var(--text-dim);font-size:.6875rem;font-weight:700;text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;transition:color .12s ease,transform .12s ease}.app-nav__item:active{transform:scale(.94)}@media(hover:hover)and (pointer:fine){.app-nav__item:hover{color:var(--text-muted)}}.app-nav__item--active{color:var(--accent)}.app-nav__item--active:after{content:"";position:absolute;top:0;left:20%;right:20%;height:2px;border-radius:0 0 2px 2px;background:var(--accent);box-shadow:0 0 8px var(--accent-glow)}.app-nav__item--primary .app-nav__glyph{font-size:1.5rem}.app-nav__item--pulse .app-nav__glyph{animation:navPulse 2s ease infinite}@keyframes navPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.app-nav__icon{position:relative;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem}.app-nav__glyph{font-size:1.3125rem;line-height:1}.app-nav__badge{position:absolute;top:-.125rem;right:-.375rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--accent);color:#042318;font-size:.5625rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-elevated)}.app-nav__label{font-size:.625rem;font-weight:700;letter-spacing:.02em;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.window-header{margin-bottom:.25rem}.window-header__title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em}.window-header__sub{font-size:.875rem;color:var(--text-muted);margin-top:.25rem;line-height:1.45}.window-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.window-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.875rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:border-color .15s,background .15s}.window-tile:hover{border-color:var(--border-strong);background:var(--surface-hover);color:inherit}.window-tile__icon{font-size:1.375rem;line-height:1}.window-tile__label{font-size:.8125rem;font-weight:700}.window-tile__desc{font-size:.625rem;color:var(--text-dim)}.group-list__role{font-size:.6875rem;color:var(--accent);font-weight:600}.play-card--active{border-color:#00e5a059;background:#00e5a00f}.play-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.play-card__progress{font-family:ui-monospace,monospace;font-weight:800;color:var(--accent);font-size:.875rem}.play-card__cta{font-size:.6875rem;font-weight:700;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:100%;max-width:360px;max-height:calc(100dvh - 2.5rem);overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow);animation:fadeUp .2s ease}.modal__title{font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.modal__body{font-size:.875rem;color:var(--text-muted);line-height:1.5}.modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.btn--danger{background:#f8717126;border:1px solid rgba(248,113,113,.35);color:var(--danger)}.btn--danger:hover{background:#f8717140}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field__label{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.form-field__input{font-family:inherit;font-size:1rem;padding:.625rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-inset);color:var(--text)}.rules-shell{min-height:100dvh;display:flex;justify-content:center;background:var(--bg);position:relative;overflow-x:hidden}.rules-shell__glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:min(100%,var(--app-max-w));height:14rem;background:radial-gradient(ellipse at 50% 0%,rgba(0,229,160,.1) 0%,transparent 72%);pointer-events:none}.rules-shell .page--rules{position:relative;width:100%;max-width:var(--app-max-w);padding:1.25rem 1rem calc(1.5rem + var(--safe-bottom));border-left:1px solid var(--border);border-right:1px solid var(--border);gap:1rem}.app-main .rules-shell{min-height:auto}.app-main .rules-shell__glow{display:none}.app-main .rules-shell .page--rules{max-width:none;padding:0 0 .5rem;border-left:none;border-right:none}.page--rules{gap:1rem}.rules-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.25rem 0 .5rem;gap:.5rem}.rules-hero__emblem{margin-bottom:.125rem}.rules-hero__title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.rules-hero__sub{font-size:.8125rem;color:var(--text-muted);line-height:1.5;max-width:20rem}.rules-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;margin-top:.25rem}.rules-chip{font-size:.625rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.3rem .55rem;border-radius:999px;background:#00e5a014;border:1px solid rgba(0,229,160,.2);color:var(--accent)}.rules-tabs{display:flex;gap:.375rem;overflow-x:auto;scrollbar-width:none;padding:.125rem 0;-webkit-overflow-scrolling:touch}.rules-tabs::-webkit-scrollbar{display:none}.rules-tabs__btn{flex:1 1 0;min-width:4.75rem;padding:.625rem .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-inset);color:var(--text-dim);font-family:inherit;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.rules-tabs__btn--active{background:var(--accent-dim);color:var(--accent);border-color:#00e5a059;box-shadow:0 0 0 1px #00e5a01f}.rules-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.rules-panel__title{font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.375rem}.rules-panel__intro{font-size:.875rem;color:var(--text-muted);line-height:1.55;margin-bottom:.875rem;padding-bottom:.875rem;border-bottom:1px solid var(--border)}.rules-panel__intro--lead{margin-bottom:.75rem;padding-bottom:0;border-bottom:none}.rules-cards{display:flex;flex-direction:column;gap:.625rem}.rules-panel>.rules-card,.rules-steps+.rules-card{margin-top:.625rem}.rules-cards .rules-card{margin-top:0}.rules-card{padding:.875rem .875rem .875rem .75rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius);border-left-width:3px;border-left-color:var(--accent)}.rules-card--tournament{border-left-color:#5b9dff}.rules-card--groups{border-left-color:#a78bfa}.rules-card--payments{border-left-color:#fbbf24}.rules-card--schedule{border-left-color:#f97316}.rules-card--closure{border-left-color:var(--accent)}.rules-card--default{border-left-color:#fff3}.rules-card__title{font-size:.875rem;font-weight:800;letter-spacing:-.01em;color:var(--text);margin-bottom:.5rem}.rules-card__list{list-style:none;display:flex;flex-direction:column;gap:.45rem}.rules-card__list li{font-size:.8125rem;color:var(--text-muted);line-height:1.5;padding-left:1.125rem;position:relative}.rules-card__list li:before{content:"";position:absolute;left:0;top:.55em;width:.375rem;height:.375rem;border-radius:50%;background:var(--accent);opacity:.85}.rules-card--tournament .rules-card__list li:before{background:#5b9dff}.rules-card--groups .rules-card__list li:before{background:#a78bfa}.rules-card--payments .rules-card__list li:before{background:#fbbf24}.rules-card--schedule .rules-card__list li:before{background:#f97316}.rules-block{margin-top:1rem}.rules-block__title{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.5rem}.rules-cta{margin-top:.25rem}.rules-steps{list-style:none;display:flex;flex-direction:column;gap:.625rem;margin-bottom:.25rem}.rules-steps__item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius)}.rules-steps__num{width:1.5rem;height:1.5rem;border-radius:999px;background:var(--accent-dim);color:var(--accent);font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rules-steps__item strong{display:block;font-size:.875rem;margin-bottom:.2rem}.rules-steps__item p{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.rules-score-grid{display:flex;flex-direction:column;gap:.5rem}.rules-score-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius)}.rules-score-card__icon{font-size:1.25rem}.rules-score-card strong{display:block;font-size:.875rem}.rules-score-card__pts{font-size:.8125rem;font-weight:800;color:var(--accent)}.rules-block__hint{margin:-.25rem 0 1rem;font-size:.8125rem;color:var(--text-dim);line-height:1.45}.rules-example-set+.rules-example-set{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06)}.rules-example-set__title{margin:0 0 .625rem;font-size:.8125rem;font-weight:700;color:var(--text);letter-spacing:.02em}.rules-example-match{margin-bottom:.75rem;padding:.875rem .75rem;border-radius:var(--radius);border:1px solid rgba(0,229,160,.22);background:#00e5a00d;text-align:center}.rules-example-match__teams{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.rules-example-match__team{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:700;color:var(--text);min-width:0}.rules-example-match__team--away{flex-direction:row-reverse}.rules-example-match__score{font-family:ui-monospace,monospace;font-size:1.25rem;font-weight:800;color:var(--accent);letter-spacing:.04em;padding:0 .25rem}.rules-example-match__dash{opacity:.65;padding:0 .1rem}.rules-example-match__label{margin:.5rem 0 0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.rules-examples{list-style:none;display:flex;flex-direction:column;gap:.5rem}.rules-examples__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-inset)}.rules-examples__item--exact{border-color:#00e5a04d}.rules-examples__result{display:block;font-size:.8125rem;font-weight:700;font-family:ui-monospace,monospace}.rules-examples__note{display:block;font-size:.75rem;color:var(--text-dim);margin-top:.125rem}.rules-examples__pts{font-size:.9375rem;font-weight:800;color:var(--accent);flex-shrink:0}.rules-callout{margin-top:1rem;padding:.875rem 1rem;border-radius:var(--radius);background:#00e5a00f;border:1px solid rgba(0,229,160,.18)}.rules-callout h3{font-size:.875rem;font-weight:800;margin-bottom:.375rem}.rules-callout p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.rules-formula{display:flex;flex-direction:column;gap:.5rem}.rules-formula__row{display:flex;justify-content:space-between;gap:1rem;padding:.625rem .75rem;background:var(--surface-inset);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.8125rem}.rules-formula__row dt{font-weight:700;color:var(--text-muted)}.rules-formula__row dd{text-align:right;color:var(--text);font-weight:600}.pred-rules-bar{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.pred-rules-bar__link{font-size:.75rem;font-weight:700;text-align:center;color:var(--accent)}@media(max-width:380px){.participant-row,.admin-row{flex-direction:column;align-items:stretch}.admin-row .btn{width:100%}.participant-row .page-actions--row .btn{min-width:100%;flex:1 1 100%}.fixture-admin-pager{flex-direction:column;align-items:stretch;gap:.375rem}.fixture-admin-pager__info{text-align:center;white-space:normal}.fixture-admin-pager .btn{width:100%}.modal__actions{flex-direction:column-reverse}.modal__actions .btn{width:100%}}@media(max-width:360px){.window-grid{grid-template-columns:repeat(2,1fr)}.rules-tabs__btn{font-size:.6875rem;min-width:4.25rem;padding:.5rem .35rem}:root{--nav-h: 3.5rem}.app-nav__glyph{font-size:1.1875rem}.app-nav__item--primary .app-nav__glyph{font-size:1.375rem}.app-nav__label{font-size:.5625rem}}
