*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:calc(16px * var(--text-scale, 1));line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-weight:700;line-height:1.25;text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:6px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:0;left:0;z-index:100;padding:12px 16px;background:var(--primary);color:var(--on-primary);font-weight:600;transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stack{display:flex;flex-direction:column;gap:var(--stack-gap, 12px)}.row{display:flex;flex-direction:row;align-items:center;gap:var(--row-gap, 8px)}.spacer{flex:1}.muted{color:var(--fg-muted)}.overline{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.app{min-height:100dvh;display:flex;flex-direction:column}.flag-rule{height:4px;flex:none;background:linear-gradient(to right,var(--flag-1) 0 14.28%,var(--flag-2) 14.28% 28.56%,var(--flag-3) 28.56% 42.84%,var(--flag-4) 42.84% 57.12%,var(--flag-5) 57.12% 71.4%,var(--flag-6) 71.4% 85.68%,var(--flag-7) 85.68% 100%)}.appbar{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top)}.appbar__inner{display:flex;align-items:center;gap:12px;min-height:56px;padding:8px 16px;max-width:var(--content-max);margin-inline:auto;width:100%}.appbar__title{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em}.appbar__sub{font-size:.75rem;color:var(--fg-muted)}.appbar__action{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:var(--fg)}.appbar__action:hover{background:var(--surface-alt)}.main{flex:1;width:100%;max-width:var(--content-max);margin-inline:auto;padding:16px 16px calc(96px + env(safe-area-inset-bottom))}.tabbar{position:fixed;inset:auto 0 0 0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.tabbar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:56px;padding:6px 2px;font-size:.6875rem;font-weight:600;color:var(--fg-muted);position:relative;text-align:center;line-height:1.15;-webkit-hyphens:auto;hyphens:auto}.tabbar__item[aria-current=page]{color:var(--primary)}.tabbar__item[aria-current=page]:before{content:"";position:absolute;top:0;width:28px;height:3px;border-radius:0 0 3px 3px;background:var(--primary)}.tabbar__badge{position:absolute;top:6px;right:50%;translate:18px 0;min-width:8px;height:8px;border-radius:999px;background:var(--danger)}@media(min-width:900px){.app{--content-max: 1120px}.tabbar{position:sticky;inset:auto;height:100dvh;grid-template-columns:1fr;grid-auto-rows:max-content;align-content:start;gap:4px;width:232px;padding:16px 12px;border-top:none;border-right:1px solid var(--border);background:var(--surface)}.tabbar__item{flex-direction:row;justify-content:flex-start;gap:12px;min-height:48px;padding:0 14px;border-radius:12px;font-size:.9375rem;text-align:left}.tabbar__item[aria-current=page]{background:var(--primary-soft)}.tabbar__item[aria-current=page]:before{display:none}.tabbar__badge{position:static;translate:none;margin-left:auto}.shell{display:grid;grid-template-columns:max-content 1fr;align-items:start}.main{padding:24px 32px 64px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.card--tappable{display:block;width:100%;text-align:left;transition:border-color .14s ease,transform .14s ease}.card--tappable:hover{border-color:color-mix(in srgb,var(--primary) 50%,var(--border))}.card--tappable:active{transform:scale(.99)}.card__body{padding:14px 16px;display:flex;flex-direction:column;gap:6px}.card__body.row{flex-direction:row;align-items:center;gap:var(--row-gap, 8px)}.section{margin-block:24px}.section__head{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.section__title{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.section__link{margin-left:auto;font-size:.8125rem;font-weight:600;color:var(--primary)}.shelf{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,68vw);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;margin-inline:-16px;padding-inline:16px;scrollbar-width:thin}.shelf>*{scroll-snap-align:start}@media(min-width:700px){.shelf{grid-auto-columns:minmax(260px,320px);margin-inline:0;padding-inline:0}}.grid{display:grid;gap:12px;grid-template-columns:1fr}.grid--stats{grid-template-columns:repeat(3,1fr);gap:8px}@media(min-width:700px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:12px;font-weight:650;font-size:1rem;transition:filter .12s ease,transform .12s ease}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover:not(:disabled){filter:brightness(1.08)}.btn--accent{background:var(--accent);color:var(--on-accent)}.btn--ghost{background:var(--surface-alt);color:var(--fg);border:1px solid var(--border)}.btn--quiet{min-height:44px;padding:0 12px;color:var(--primary);font-weight:600}.btn--block{width:100%}.chiprow{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;margin-inline:-16px;padding-inline:16px;scrollbar-width:none}.chiprow::-webkit-scrollbar{display:none}@media(min-width:700px){.chiprow{flex-wrap:wrap;overflow:visible;margin-inline:0;padding-inline:0}}.chip{flex:none;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--fg-muted);font-size:.875rem;font-weight:600;white-space:nowrap;transition:background .12s ease,color .12s ease}.chip[aria-pressed=true],.chip[data-selected=true]{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.badge--kind{background:var(--surface-alt);color:var(--fg-muted)}.badge--verified{background:var(--primary-soft);color:var(--primary)}.badge--unverified{background:color-mix(in srgb,var(--status-stalled) 18%,transparent);color:var(--status-stalled)}.badge--unread{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}.badge--live{background:var(--danger);color:var(--on-danger)}.badge--offair{background:var(--surface-alt);color:var(--fg-muted)}.badge--live:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.badgerow{display:flex;flex-wrap:wrap;gap:6px}.status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700}.status:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor;flex:none}.status--completed{color:var(--status-completed)}.status--in-progress{color:var(--status-progress)}.status--planned{color:var(--status-planned)}.status--stalled{color:var(--status-stalled)}.progress{height:6px;border-radius:999px;background:var(--surface-alt);overflow:hidden}.progress__fill{height:100%;border-radius:999px;background:var(--progress-color, var(--primary));transition:width .4s ease}.poster{position:relative;aspect-ratio:16 / 9;background:radial-gradient(120% 100% at 15% 0%,hsl(var(--poster-hue) 55% 32% / .95),transparent 60%),linear-gradient(140deg,hsl(var(--poster-hue) 45% 18%),hsl(calc(var(--poster-hue) + 40) 40% 12%));display:grid;place-items:center;overflow:hidden}.poster:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(115deg,rgb(255 255 255 / .05) 0 1px,transparent 1px 14px)}.poster__glyph{position:relative;z-index:1;opacity:.9;color:#fff}.poster--sm{aspect-ratio:1;width:56px;border-radius:12px;flex:none}.avatar{display:grid;place-items:center;flex:none;width:56px;height:56px;border-radius:999px;background:linear-gradient(140deg,hsl(var(--poster-hue) 40% 30%),hsl(calc(var(--poster-hue) + 50) 35% 18%));color:#fff;font-weight:700;font-size:1.125rem;letter-spacing:.02em;border:2px solid var(--border)}.avatar--lg{width:88px;height:88px;font-size:1.75rem}.listrow{display:flex;align-items:center;gap:12px;width:100%;min-height:56px;padding:12px 16px;text-align:left;background:var(--surface);border-bottom:1px solid var(--border)}.listrow:last-child{border-bottom:none}.listrow:hover{background:var(--surface-alt)}.listrow__label{font-weight:550}.listrow__value{margin-left:auto;color:var(--fg-muted);font-size:.875rem}.listgroup{border:1px solid var(--border);border-radius:16px;overflow:hidden}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:.875rem;font-weight:600}.field__hint{font-size:.8125rem;color:var(--fg-muted)}.field__error{font-size:.8125rem;font-weight:600;color:var(--danger)}.input,.textarea,.select{width:100%;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-alt);color:var(--fg)}.textarea{min-height:120px;resize:vertical}.input::placeholder,.textarea::placeholder{color:var(--fg-muted)}.switchrow{display:flex;align-items:center;gap:12px;width:100%;min-height:56px;padding:12px 16px;text-align:left}.switch{flex:none;width:52px;height:32px;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border);position:relative;transition:background .16s ease}.switch[data-checked=true]{background:var(--primary);border-color:var(--primary)}.switch:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;background:var(--fg);transition:translate .16s ease}.switch[data-checked=true]:after{translate:20px 0;background:var(--on-primary)}.empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;text-align:center}.empty__icon{color:var(--fg-muted);opacity:.6}.empty__title{font-size:1.0625rem;font-weight:650}.skeleton{background:linear-gradient(90deg,var(--surface-alt) 25%,color-mix(in srgb,var(--surface-alt) 60%,var(--border)) 50%,var(--surface-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s linear infinite;border-radius:8px}@keyframes shimmer{to{background-position:-200% 0}}.banner{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:.875rem;font-weight:600}.banner--offline{background:var(--status-stalled);color:#1a0600}.banner--guest{background:var(--primary-soft);color:var(--fg);border-bottom:1px solid var(--border)}.banner__cta{margin-left:auto;font-weight:700;text-decoration:underline}.article{max-width:68ch;margin-inline:auto}.article__title{font-size:clamp(1.5rem,5vw,2rem);margin-block:8px 12px}.article__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.8125rem;color:var(--fg-muted)}.article__body{margin-top:20px;display:flex;flex-direction:column;gap:16px;font-size:1.0625rem;line-height:1.7}.article__body p:first-child{font-size:1.125rem;color:var(--fg)}.notice{padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-alt);font-size:.875rem;color:var(--fg-muted)}.thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--surface-alt)}.thumb--sm{width:56px;aspect-ratio:1;border-radius:12px;flex:none}.player__frame{width:100%;height:100%;border:0}.player__play{position:absolute;display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:#00000094;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .12s ease,background .12s ease}.player__play:hover{background:#000000bf;transform:scale(1.05)}.player{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.player__stage{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center}.player__stage--audio{aspect-ratio:21 / 9}.player__overlay{position:absolute;inset:auto 0 0 0;padding:12px;display:flex;align-items:center;gap:10px;background:linear-gradient(to top,rgb(0 0 0 / .75),transparent);color:#fff}.player__scrub{flex:1;height:4px;border-radius:999px;background:#ffffff4d;overflow:hidden}.player__scrub-fill{height:100%;background:var(--accent)}.player__time{font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600}.player__controls{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--border);flex-wrap:wrap}.toggle-group{display:inline-flex;padding:3px;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border)}.toggle-group__item{min-height:36px;padding:0 14px;border-radius:999px;font-size:.8125rem;font-weight:650;color:var(--fg-muted)}.toggle-group__item[aria-pressed=true]{background:var(--primary);color:var(--on-primary)}.chapter{display:flex;gap:12px;width:100%;padding:10px 14px;text-align:left;border-bottom:1px solid var(--border)}.chapter:last-child{border-bottom:none}.chapter__at{font-variant-numeric:tabular-nums;font-weight:650;color:var(--primary);flex:none}.timeline{display:flex;flex-direction:column;gap:0;padding-left:4px}.timeline__item{display:grid;grid-template-columns:24px 1fr;gap:12px;padding-bottom:20px;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:11px;top:20px;bottom:0;width:2px;background:var(--border)}.timeline__item:last-child:before{display:none}.timeline__dot{width:24px;height:24px;border-radius:999px;border:2px solid var(--border);background:var(--surface);display:grid;place-items:center;position:relative;z-index:1}.timeline__dot--done{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.timeline__dot--current{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 25%,transparent)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:var(--scrim);display:flex;align-items:flex-end;justify-content:center;animation:fade .16s ease}@media(min-width:700px){.sheet-backdrop{align-items:center}}.sheet{width:100%;max-width:560px;max-height:88dvh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:20px 20px 0 0;padding:8px 16px calc(24px + env(safe-area-inset-bottom));animation:slide-up .2s cubic-bezier(.16,1,.3,1)}@media(min-width:700px){.sheet{border-radius:20px;padding-bottom:24px}}.sheet__grabber{width:40px;height:4px;border-radius:999px;background:var(--border);margin:8px auto 12px}@keyframes fade{0%{opacity:0}}@keyframes slide-up{0%{translate:0 24px;opacity:0}}.stat{padding:14px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--border)}.stat__value{font-size:1.5rem;font-weight:750;color:var(--accent);font-variant-numeric:tabular-nums;line-height:1.1}.stat__label{font-size:.8125rem;color:var(--fg-muted);margin-top:4px}.hero{padding:20px 16px 18px;border-radius:18px;background:linear-gradient(155deg,color-mix(in srgb,var(--primary) 26%,var(--surface)),var(--surface) 70%);border:1px solid var(--border);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.toast{position:fixed;left:50%;bottom:calc(84px + env(safe-area-inset-bottom));translate:-50% 0;z-index:50;max-width:min(92vw,420px);padding:12px 16px;border-radius:12px;background:var(--fg);color:var(--bg);font-weight:600;font-size:.875rem;box-shadow:0 8px 24px #00000059;animation:slide-up .22s cubic-bezier(.16,1,.3,1)}@media(min-width:900px){.toast{bottom:24px}}.avatar--photo{object-fit:cover;object-position:center 20%;background:var(--surface-alt)}@media(min-width:900px){.shelf{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));overflow-x:visible;scroll-snap-type:none;margin-inline:0;padding-inline:0}}
