:root{--surface:#fff;--surface-sunken:#f5f5f6;--surface-inverse:#141414;--ink:#141414;--ink-muted:#6a6b6e;--ink-inverse:#fff;--border:#e4e5e6;--disabled-fg:#bec0c2;--disabled-bg:#fafafa;--brand:#c1f11d;--brand-ink:#141414;--status-error:#d13d35;--status-warning:#ffc13c;--status-success:#02952b;--amount-badge:#e7ffaf;--surface-live:#f4ffdf;--font-family:"Noto Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--weight-regular:500;--weight-bold:700;--text-display:32px;--text-display-lh:44px;--text-title:24px;--text-title-lh:32px;--text-heading:20px;--text-heading-lh:27px;--text-body:16px;--text-body-lh:22px;--text-small:14px;--text-small-lh:19px;--text-caption:12px;--text-caption-lh:16px;--text-clock:64px;--text-clock-lh:64px;--tracking-tight:-.2px;--radius-button:12px;--radius-field:8px;--radius-card:12px;--radius-chip:8px;--radius-pill:999px;--height-button:56px;--height-field:48px;--height-navbar:56px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--shell-mobile:390px;--shell-desktop:1180px;--shell-aside:400px;--breakpoint-desktop:900px;--focus-ring:0 0 0 3px #14141447;--duration-fast:.12s;--easing:cubic-bezier(.2, 0, .2, 1)}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--surface);color:var(--ink);font-family:var(--font-family);font-weight:var(--weight-regular);font-size:var(--text-body);line-height:var(--text-body-lh);-webkit-font-smoothing:antialiased;margin:0}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,p,figure{margin:0}a{color:var(--ink)}a:hover{color:var(--ink-muted)}:focus-visible{box-shadow:var(--focus-ring);outline:none}@keyframes wav{0%{transform:scaleY(.2)}to{transform:scaleY(1)}}@keyframes ping{0%{opacity:.5;transform:scale(.6)}to{opacity:0;transform:scale(1.6)}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.t-display{font:var(--weight-bold) var(--text-display) / var(--text-display-lh) var(--font-family);letter-spacing:var(--tracking-tight)}.t-title{font:var(--weight-bold) var(--text-title) / var(--text-title-lh) var(--font-family);letter-spacing:var(--tracking-tight)}.t-heading{font:var(--weight-bold) var(--text-heading) / var(--text-heading-lh) var(--font-family);letter-spacing:var(--tracking-tight)}.t-body{font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family)}.t-body-bold{font:var(--weight-bold) var(--text-body) / var(--text-body-lh) var(--font-family)}.t-small{font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family)}.t-small-bold{font:var(--weight-bold) var(--text-small) / var(--text-small-lh) var(--font-family)}.t-caption{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family)}.t-caption-bold{font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family)}.t-muted{color:var(--ink-muted)}.t-error{color:var(--status-error)}.t-pretty{text-wrap:pretty}.shell{background:var(--surface);flex-direction:column;min-height:100%;display:flex}.shell__body{width:100%;max-width:var(--shell-mobile);flex-direction:column;flex:1;min-width:0;margin:0 auto;display:flex}.shell__main{padding:var(--space-2) var(--space-4) var(--space-6);flex:1;min-width:0}.shell__main--center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.shell__centered{flex-direction:column;align-items:center;width:100%;display:flex}.shell__footer{padding:var(--space-4);background:var(--surface);border-top:1px solid var(--border);gap:var(--space-3);flex-direction:column;flex:none;display:flex;position:sticky;bottom:0}.shell__footer-hint{font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink-muted);min-height:var(--text-small-lh);text-wrap:pretty}.shell__aside{display:none}.stack{gap:var(--space-2);flex-direction:column;display:flex}.stack-3{gap:var(--space-3);flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-3);display:flex}.row--wrap{flex-wrap:wrap}.row--between{justify-content:space-between}.section{margin-bottom:var(--space-6)}.section__title{font:var(--weight-bold) var(--text-heading) / var(--text-heading-lh) var(--font-family);letter-spacing:var(--tracking-tight);color:var(--ink);margin-bottom:var(--space-3)}.screen__title{font:var(--weight-bold) var(--text-title) / var(--text-title-lh) var(--font-family);letter-spacing:var(--tracking-tight);color:var(--ink);margin-bottom:var(--space-2)}.screen__lede{font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink-muted);text-wrap:pretty;margin-bottom:var(--space-6)}@media (width>=900px){.shell__body{max-width:var(--shell-desktop);gap:var(--space-8);padding:var(--space-8) var(--space-6);grid-template-columns:minmax(0,1fr);align-items:start;display:grid}.shell__body--with-aside{grid-template-columns:minmax(0, 1fr) var(--shell-aside)}.shell__main{padding:0}.shell__body:has(.shell__main--center){align-items:stretch}.shell__aside{border-left:1px solid var(--border);padding-left:var(--space-8);display:block}.shell__footer{margin-top:var(--space-6);justify-content:flex-end;align-items:center;gap:var(--space-4);border-top:none;flex-direction:row-reverse;padding:0;position:static}.shell__footer-hint{min-height:0}.shell__footer .btn--block{width:260px}.screen__title{font:var(--weight-bold) var(--text-display) / var(--text-display-lh) var(--font-family);letter-spacing:var(--tracking-tight)}.screen__lede{font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family)}}.shell__narrow{width:100%}@media (width>=900px){.shell__narrow{width:460px;padding:var(--space-10) 0 var(--space-6);margin:0 auto}}.btn{height:var(--height-button);min-height:var(--height-button);border-radius:var(--radius-button);padding:0 var(--space-4);font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family);cursor:pointer;color:var(--ink);text-align:center;transition:opacity var(--duration-fast) var(--easing);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.btn--block{width:100%}.btn:hover:not(:disabled){opacity:.88}.btn:disabled{cursor:default}.btn--primary{background:var(--brand);color:var(--brand-ink)}.btn--secondary{background:var(--surface-sunken);color:var(--ink)}.btn--dark{background:var(--surface-inverse);color:var(--ink-inverse)}.btn--ghost{color:var(--ink-muted);background:0 0}.btn--danger{color:var(--status-error);background:0 0}.btn--outline{background:var(--surface);border-color:var(--border);color:var(--ink)}.btn:disabled,.btn--primary:disabled,.btn--secondary:disabled,.btn--dark:disabled,.btn--outline:disabled{background:var(--disabled-bg);border-color:var(--border);color:var(--disabled-fg)}.btn--ghost:disabled,.btn--danger:disabled{color:var(--disabled-fg);background:0 0;border-color:#0000}.field{gap:var(--space-2);flex-direction:column;display:flex}.field__label{font:var(--weight-bold) var(--text-body) / var(--text-body-lh) var(--font-family);color:var(--ink)}.field__hint{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted)}.field__control{width:100%;height:var(--height-field);padding:0 var(--space-4);border-radius:var(--radius-field);border:1px solid var(--border);background:var(--surface-sunken);color:var(--ink);font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family);outline:none}.field__control--lg{height:var(--height-button);border-radius:var(--radius-button)}.field__control::placeholder{color:var(--disabled-fg)}.field__control:disabled{background:var(--disabled-bg);color:var(--disabled-fg)}.field--invalid .field__control{border-color:var(--status-error)}.field__error{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--status-error)}select.field__control{appearance:none;cursor:pointer;padding-right:40px}.field__select{display:block;position:relative}.field__select:after{content:"";border-right:2px solid var(--ink-muted);border-bottom:2px solid var(--ink-muted);pointer-events:none;width:8px;height:8px;margin-top:-6px;position:absolute;top:50%;right:18px;transform:rotate(45deg)}.checkbox{gap:var(--space-3);padding:var(--space-4);background:var(--surface-sunken);border-radius:var(--radius-card);cursor:pointer;text-align:left;border:none;align-items:flex-start;width:100%;display:flex}.checkbox--center{align-items:center}.checkbox--bare{background:0 0;width:auto;padding:0}.checkbox__box{background:var(--surface);border:2px solid var(--disabled-fg);border-radius:6px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.checkbox[aria-checked=true] .checkbox__box{background:var(--surface-inverse);border-color:var(--surface-inverse)}.checkbox__tick{opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:9px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.checkbox[aria-checked=true] .checkbox__tick{opacity:1}.checkbox__body{flex:1;min-width:0}.checkbox__label{font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink);text-wrap:pretty}.checkbox__hint{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted);margin-top:2px}.checkbox__hint--error{color:var(--status-error)}.checkbox:disabled{cursor:default}.radio-row{min-height:var(--height-field);padding:13px var(--space-4);border-radius:var(--radius-field);align-items:center;gap:var(--space-3);background:var(--surface-sunken);cursor:pointer;text-align:left;border:none;width:100%;display:flex}.radio-row[aria-checked=true]{background:var(--surface);box-shadow:inset 0 0 0 1px var(--border)}.radio-row__dot{border:2px solid var(--disabled-fg);background:var(--surface);border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.radio-row[aria-checked=true] .radio-row__dot{border-color:var(--surface-inverse);background:var(--surface-inverse)}.radio-row__dot:after{content:"";opacity:0;background:#fff;border-radius:50%;width:7px;height:7px}.radio-row[aria-checked=true] .radio-row__dot:after{opacity:1}.radio-row__label{font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family);color:var(--ink);text-wrap:pretty;flex:1}.radio-row--muted .radio-row__label{color:var(--ink-muted)}.chip{height:var(--height-field);padding:0 var(--space-4);border-radius:var(--radius-chip);background:var(--surface-sunken);color:var(--ink);font:var(--weight-regular) var(--text-body) / var(--text-body-lh) var(--font-family);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;display:inline-flex}.chip[aria-pressed=true]{background:var(--surface-inverse);color:var(--ink-inverse)}.chip--grow{flex:1}.chip:disabled{background:var(--disabled-bg);color:var(--disabled-fg);cursor:default}.chip--filter{border-radius:var(--radius-card);height:auto;min-height:44px;font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);padding:10px 14px}.badge-amount{padding:4px var(--space-2);border-radius:var(--radius-chip);background:var(--amount-badge);color:var(--ink);font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family);white-space:nowrap;display:inline-block}.badge-neutral{padding:4px var(--space-2);border-radius:var(--radius-chip);background:var(--surface-sunken);color:var(--ink);font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);white-space:nowrap;display:inline-block}.card{appearance:none;width:100%;padding:var(--space-4);border-radius:var(--radius-card);background:var(--surface);box-shadow:inset 0 0 0 1px var(--border);text-align:left;border:none;display:block}.card--selectable{cursor:pointer}.card--selected{box-shadow:inset 0 0 0 2px var(--surface-inverse)}.card--sunken{background:var(--surface-sunken);box-shadow:none}.card-group{background:var(--border);border-radius:var(--radius-card);flex-direction:column;gap:1px;display:flex;overflow:hidden}.card-group__row{justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:14px var(--space-4);background:var(--surface);display:flex}.navbar{height:var(--height-navbar);padding:0 var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-2);flex:none;display:flex}.navbar--bordered{border-bottom:1px solid var(--border);padding:0 var(--space-6)}.navbar__side{flex:none;align-items:center;width:96px;display:flex}.navbar__side--end{justify-content:flex-end}.navbar__center{text-align:center;flex:1;min-width:0}.navbar__title{font:var(--weight-bold) var(--text-body) / var(--text-body-lh) var(--font-family);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navbar__sub{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navbar__back{cursor:pointer;padding:var(--space-2);margin-left:calc(var(--space-2) * -1);border-radius:var(--radius-field);font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink);background:0 0;border:none}.lang-switcher{background:var(--surface-sunken);border-radius:var(--radius-field);gap:2px;padding:2px;display:flex}.lang-switcher__item{cursor:pointer;font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted);text-transform:uppercase;background:0 0;border:none;border-radius:6px;padding:4px 6px;position:relative}.lang-switcher__item:after{content:"";height:44px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.lang-switcher__item[aria-pressed=true]{background:var(--surface-inverse);color:var(--ink-inverse)}.lang-switcher--wide .lang-switcher__item{padding:6px 10px}.sheet{z-index:40;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet__scrim{cursor:pointer;background:#14141466;border:none;padding:0;position:absolute;inset:0}.sheet__panel{width:100%;max-width:var(--shell-mobile);background:var(--surface);border-radius:var(--radius-card) var(--radius-card) 0 0;max-height:88vh;padding:var(--space-5) var(--space-4) var(--space-6);position:relative;overflow-y:auto}@media (width>=900px){.sheet{align-items:center}.sheet__panel{border-radius:var(--radius-card);max-width:480px}}.sheet__title{font:var(--weight-bold) var(--text-heading) / var(--text-heading-lh) var(--font-family);letter-spacing:var(--tracking-tight);color:var(--ink);margin-bottom:var(--space-3)}.spinner{border:2px solid var(--border);border-top-color:var(--ink);border-radius:50%;animation:.8s linear infinite spin;display:inline-block}.progress{background:var(--surface-sunken);border-radius:4px;height:8px;overflow:hidden}.progress__fill{background:var(--surface-inverse);height:8px;transition:width var(--duration-fast) linear;border-radius:4px}.progress__legend{font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted);margin-top:var(--space-2);justify-content:space-between;display:flex}.waveform{justify-content:center;align-items:flex-end;gap:3px;display:flex}.waveform__bar{background:var(--surface-inverse);border-radius:3px;width:5px;animation:.9s ease-in-out infinite alternate wav}@media (width>=900px){.waveform{gap:4px}.waveform__bar{border-radius:4px;width:8px}}.account{position:relative}.account__trigger{border-radius:var(--radius-pill);background:var(--surface-sunken);width:32px;height:32px;color:var(--ink);font:var(--weight-bold) var(--text-caption) / 32px var(--font-family);text-align:center;cursor:pointer;border:none;padding:0}.account__trigger[aria-expanded=true]{background:var(--surface-inverse);color:var(--ink-inverse)}.account__menu{top:calc(100% + var(--space-2));z-index:20;min-width:180px;padding:var(--space-1);background:var(--surface);border-radius:var(--radius-card);box-shadow:inset 0 0 0 1px var(--border), 0 8px 24px #1414141f;flex-direction:column;display:flex;position:absolute;right:0}.account__item{padding:12px var(--space-3);border-radius:var(--radius-chip);text-align:left;cursor:pointer;color:var(--ink);font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);background:0 0;border:none}.account__item:hover{background:var(--surface-sunken)}.account__item--danger{color:var(--status-error)}.auth__brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-10);display:flex}.auth__mark{border-radius:var(--radius-button);background:var(--surface-inverse);width:48px;height:48px;color:var(--brand);font:var(--weight-bold) 15px/20px var(--font-family);flex:none;justify-content:center;align-items:center;display:flex}.auth__hint{margin-top:var(--space-2);min-height:var(--text-caption-lh);font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink-muted)}.auth__switch{margin-top:var(--space-4);cursor:pointer;text-align:left;font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink);background:0 0;border:none;padding:0;display:block}.auth__switch-link{text-decoration:underline}.auth__reset{margin-top:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.auth__link{cursor:pointer;font:var(--weight-regular) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--ink);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.auth__footer{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border);gap:var(--space-2);flex-direction:column;display:flex}.auth__firebase{color:var(--disabled-fg);align-items:center;gap:var(--space-2);display:flex}.auth__firebase:before{content:"";background:var(--disabled-fg);border-radius:50%;flex:none;width:6px;height:6px}.call__status{margin-bottom:var(--space-6)}.call__dot{background:var(--status-error);border-radius:50%;flex:none;width:8px;height:8px}.call__clock{text-align:center;font:var(--weight-bold) var(--text-clock) / var(--text-clock-lh) var(--font-family);letter-spacing:var(--tracking-tight);color:var(--ink);font-variant-numeric:tabular-nums;margin-bottom:var(--space-2)}.call__minhint{text-align:center;margin-bottom:var(--space-6)}.call__another{cursor:pointer;font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family);color:var(--ink);background:0 0;border:none;padding:0;text-decoration:underline}.call__grace{margin-bottom:var(--space-4);padding:var(--space-4);border-radius:var(--radius-card);background:var(--surface-sunken);border-left:4px solid var(--status-warning)}.call__grace--error{border-left-color:var(--status-error)}.call__cue{text-align:center;margin-bottom:var(--space-4);color:var(--ink)}.gallery{min-height:100%;padding-bottom:var(--space-10)}.gallery--white{background:var(--surface)}.gallery--sunken{background:var(--surface-sunken)}.gallery--sunken .shell,.gallery--sunken .shell__footer{background:0 0}.gallery__bar{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-inverse);color:var(--ink-inverse);font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family);flex-wrap:wrap;display:flex;position:sticky;top:0}.gallery__controls{gap:var(--space-2);display:flex}.gallery__frame{margin:0 auto}.gallery__frame--mobile{width:var(--shell-mobile);max-width:100%;box-shadow:0 0 0 1px var(--border)}.gallery__frame--mobile .shell__body{max-width:var(--shell-mobile);padding:0;display:flex}.gallery__frame--mobile .shell__main{padding:var(--space-2) var(--space-4) var(--space-6)}.gallery__frame--mobile .shell__aside{border-left:none;border-top:1px solid var(--border);padding:var(--space-6) var(--space-4);display:block}.gallery__frame--mobile .shell__footer{padding:var(--space-4);border-top:1px solid var(--border);flex-direction:column;align-items:stretch;margin-top:0;position:sticky}.gallery__frame--mobile .shell__footer .btn--block,.gallery__frame--desktop{width:100%}.gallery__inset{border-radius:var(--radius-card);box-shadow:inset 0 0 0 1px var(--border);background:var(--surface);overflow:hidden}.check{justify-content:space-between;align-items:center;gap:var(--space-4);padding:14px var(--space-4);background:var(--surface);display:flex}.check__state{font:var(--weight-bold) var(--text-small) / var(--text-small-lh) var(--font-family);white-space:nowrap}.check__state--ok{color:var(--status-success)}.check__state--fail{color:var(--status-error)}.check__state--pending{color:var(--ink-muted)}.partner-dot{border-radius:50%;flex:none;width:20px;height:20px}.submitted__report{cursor:pointer;text-align:left;font:var(--weight-bold) var(--text-small) / var(--text-small-lh) var(--font-family);color:var(--status-error);background:0 0;border:none;padding:0;text-decoration:underline}.matching__pulse{width:120px;height:120px;margin-bottom:var(--space-8);justify-content:center;align-items:center;display:flex;position:relative}.matching__ring{background:var(--amount-badge);border-radius:50%;animation:1.8s ease-out infinite ping;position:absolute;inset:0}.matching__ring--delayed{animation-delay:.9s}.matching__avatar{background:var(--brand);width:64px;height:64px;color:var(--brand-ink);font:var(--weight-bold) var(--text-heading) / var(--text-heading-lh) var(--font-family);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.matching__idle{background:var(--surface-sunken);width:96px;height:96px;color:var(--disabled-fg);font:var(--weight-bold) var(--text-display) / var(--text-display-lh) var(--font-family);margin-bottom:var(--space-6);border-radius:50%;justify-content:center;align-items:center;display:flex}.matching__pulse--found .matching__ring{display:none}.matching__pulse--found .matching__avatar{background:var(--surface-inverse);color:var(--ink-inverse)}@media (width>=900px){.matching__pulse{width:140px;height:140px}.matching__avatar{width:72px;height:72px;font:var(--weight-bold) var(--text-title) / var(--text-title-lh) var(--font-family)}}.rules__list{margin:0 0 var(--space-4);gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.rules__item{gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-card);background:var(--surface-sunken);align-items:flex-start;display:flex}.rules__num{border-radius:var(--radius-chip);background:var(--surface);width:24px;height:24px;color:var(--ink-muted);font:var(--weight-bold) var(--text-caption) / var(--text-caption-lh) var(--font-family);flex:none;justify-content:center;align-items:center;display:flex}.rules__body{min-width:0}.rules__text{margin-top:2px}.rules__item--warn{background:var(--surface);box-shadow:inset 0 0 0 1px var(--border);border-left:3px solid var(--ink)}.rules__item--warn .rules__num{background:var(--ink);color:var(--ink-inverse)}.rules__item--warn .rules__text{color:var(--ink)}@media (width>=900px){.rules__list{margin-bottom:var(--space-6)}}.topics{gap:var(--space-2);grid-template-columns:minmax(0,1fr);display:grid}.topic__head{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.topic__dot{width:8px;height:8px;margin-left:var(--space-2);background:var(--disabled-fg);opacity:.55;vertical-align:middle;transition:opacity var(--duration-fast) var(--easing);border-radius:50%;display:inline-block;position:relative}.topic__dot:hover{opacity:1}.topics .card{transition:background-color .4s var(--easing)}.topics .card--live{background:var(--surface-live);box-shadow:inset 0 0 0 1px var(--brand)}.topics .card--live .badge-amount{box-shadow:inset 0 0 0 1px var(--brand)}.topics .card--live.card--selected{box-shadow:inset 0 0 0 2px var(--surface-inverse)}.topic__dot--live{background:var(--status-success);opacity:1;animation:3s ease-in-out infinite topic-dot-live}@keyframes topic-dot-live{0%,to{background:var(--status-success);box-shadow:0 0 #02952b59}50%{background:var(--brand);box-shadow:0 0 0 3px #c1f11d47}}@media (prefers-reduced-motion:reduce){.topic__dot--live{background:var(--status-success);animation:none}}.topic__tip{bottom:calc(100% + var(--space-2));z-index:1;padding:var(--space-1) var(--space-2);border-radius:var(--radius-chip);background:var(--surface-inverse);color:var(--ink-inverse);font:var(--weight-regular) var(--text-caption) / var(--text-caption-lh) var(--font-family);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--duration-fast) var(--easing);position:absolute;left:50%;transform:translate(-50%)}@media (hover:hover) and (pointer:fine){.topics .card:hover .topic__tip,.topic__dot:hover .topic__tip{opacity:1}}.topic__letter,.topic__desc{display:none}@media (width>=900px){.topics{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.topics .card{height:100%;padding:var(--space-5)}.topic__letter{border-radius:var(--radius-chip);background:var(--surface-sunken);width:40px;height:40px;color:var(--ink);font:var(--weight-bold) var(--text-body) / 40px var(--font-family);text-align:center;margin-bottom:var(--space-4);display:block}.topic__title{font:var(--weight-bold) var(--text-heading) / var(--text-heading-lh) var(--font-family);letter-spacing:var(--tracking-tight)}.topic__desc{margin-top:var(--space-2);text-wrap:pretty;display:block}.convlang{padding:var(--space-4);background:var(--surface-sunken);border-radius:var(--radius-card)}.convlang__chips{padding:var(--space-1);background:var(--surface);border-radius:var(--radius-card);max-width:420px}}.consents__given{padding:var(--space-3) 0;margin:0}
