:root{--st-bg: #080808;--st-surface: #171719;--st-surface-hover: #1e1e20;--st-surface-active: #252527;--st-red: #FF3B30;--st-red-hover: #E0342A;--st-red-active: #C52E25;--st-red-subtle: rgba(255, 59, 48, .12);--st-red-glow: rgba(255, 59, 48, .25);--st-text: #F5F5F3;--st-text-secondary: #A0A0A0;--st-text-tertiary: #6B6B6B;--st-text-disabled: #4A4A4A;--st-border: #2A2A2C;--st-border-hover: #3A3A3C;--st-border-focus: var(--st-red);--st-overlay: rgba(8, 8, 8, .7);--st-overlay-heavy: rgba(8, 8, 8, .85);--st-font: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--st-text-h1: 2.5rem;--st-text-h2: 1.75rem;--st-text-h3: 1.25rem;--st-text-body: 1rem;--st-text-label: .875rem;--st-text-caption: .75rem;--st-text-metadata: .6875rem;--st-weight-regular: 400;--st-weight-medium: 500;--st-weight-semibold: 600;--st-weight-bold: 700;--st-leading-tight: 1.15;--st-leading-normal: 1.5;--st-leading-relaxed: 1.65;--st-tracking-tight: -.02em;--st-tracking-normal: 0;--st-tracking-wide: .05em;--st-tracking-wider: .1em;--st-space-xs: .25rem;--st-space-sm: .5rem;--st-space-md: 1rem;--st-space-lg: 1.5rem;--st-space-xl: 2rem;--st-space-2xl: 3rem;--st-space-3xl: 4rem;--st-space-4xl: 6rem;--st-radius-sm: 4px;--st-radius-md: 8px;--st-radius-lg: 12px;--st-radius-xl: 16px;--st-radius-full: 9999px;--st-duration-fast: .12s;--st-duration-normal: .2s;--st-duration-slow: .35s;--st-ease: cubic-bezier(.25, .1, .25, 1);--st-ease-out: cubic-bezier(0, 0, .2, 1);--st-shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--st-shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--st-shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--st-shadow-red: 0 4px 16px rgba(255, 59, 48, .3);--st-z-base: 1;--st-z-overlay: 10;--st-z-header: 20;--st-z-modal: 30}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--st-bg);color:var(--st-text);font-family:var(--st-font);font-size:var(--st-text-body);font-weight:var(--st-weight-regular);line-height:var(--st-leading-normal);min-height:100vh;overflow-x:hidden}.page-transition{min-height:100vh;will-change:opacity,transform}.site-footer{position:relative;z-index:1;padding:1.25rem var(--st-space-xl);background:#080808;color:var(--st-text-tertiary)}.site-footer__inner{width:min(1180px,100%);min-height:42px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-lg)}.site-footer__brand,.site-footer__nav{display:flex;align-items:center;gap:var(--st-space-md)}.site-footer__brand .storya-logo__img{height:22px}.site-footer__brand>span,.site-footer__copyright,.site-footer__nav a{color:var(--st-text-tertiary);font-size:.65rem;text-decoration:none}.site-footer__nav a:hover,.site-footer__nav a:focus-visible{color:var(--st-text)}.legal-page{min-height:100vh;padding:8rem var(--st-space-xl) 5rem;background:var(--st-bg)}.legal-page__inner{width:min(680px,100%);margin:0 auto}.legal-page h1{margin:.75rem 0 1rem;font-size:clamp(2.35rem,5vw,4rem);letter-spacing:-.045em}.legal-page p{max-width:560px;color:var(--st-text-secondary);line-height:1.6}.legal-page a{display:inline-block;margin-top:2rem;color:var(--st-red);text-decoration:none}@media(max-width:639px){.site-footer{padding:1.25rem var(--st-space-md)}.site-footer__inner{align-items:flex-start;flex-direction:column;gap:.7rem}.site-footer__brand,.site-footer__nav{flex-wrap:wrap;gap:.7rem 1rem}.site-footer__copyright{order:3}}#root{min-height:100vh;display:flex;flex-direction:column}:focus-visible{outline:2px solid var(--st-border-focus);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--st-border);border-radius:var(--st-radius-full)}.storya-header{position:fixed;top:0;left:0;right:0;z-index:var(--st-z-header);display:flex;align-items:center;justify-content:space-between;padding:var(--st-space-md) var(--st-space-xl);background:linear-gradient(to bottom,var(--st-bg) 60%,transparent);pointer-events:none}.storya-header>*{pointer-events:auto}.storya-header__back{display:flex;align-items:center;gap:var(--st-space-xs);background:none;border:none;color:var(--st-text-secondary);font-family:var(--st-font);font-size:var(--st-text-label);cursor:pointer;padding:var(--st-space-xs) var(--st-space-sm);border-radius:var(--st-radius-sm);transition:color var(--st-duration-fast) var(--st-ease)}.storya-header__back:hover{color:var(--st-text)}.storya-header__back:focus-visible{outline-offset:0}.storya-logo{display:inline-flex;align-items:center;text-decoration:none;-webkit-user-select:none;user-select:none}.storya-logo__img{height:32px;width:auto;display:block;object-fit:contain}.storya-logo--large .storya-logo__img{height:48px}@media(max-width:480px){.storya-logo__img{height:28px}.storya-logo--large .storya-logo__img{height:40px}}.storya-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--st-space-sm);font-family:var(--st-font);font-weight:var(--st-weight-semibold);border:none;cursor:pointer;border-radius:var(--st-radius-md);transition:all var(--st-duration-normal) var(--st-ease);white-space:nowrap;text-decoration:none}.storya-btn:focus-visible{outline:2px solid var(--st-border-focus);outline-offset:2px}.storya-btn--primary{background:var(--st-red);color:#fff;font-size:var(--st-text-body);padding:var(--st-space-md) var(--st-space-xl);min-height:52px;width:100%;max-width:400px}.storya-btn--primary:hover:not(:disabled){background:var(--st-red-hover);box-shadow:var(--st-shadow-red)}.storya-btn--primary:active:not(:disabled){background:var(--st-red-active);transform:scale(.985)}.storya-btn--primary:disabled{opacity:.5;cursor:not-allowed}.storya-btn--secondary{background:transparent;color:var(--st-text-secondary);font-size:var(--st-text-label);padding:var(--st-space-sm) var(--st-space-lg);min-height:44px;width:100%;max-width:400px;border:1px solid var(--st-border)}.storya-btn--secondary:hover:not(:disabled){color:var(--st-text);border-color:var(--st-border-hover);background:var(--st-surface)}.storya-btn--secondary:active:not(:disabled){background:var(--st-surface-active)}.storya-btn--secondary:disabled{opacity:.4;cursor:not-allowed}.storya-btn--text{background:transparent;color:var(--st-text-secondary);font-size:var(--st-text-label);padding:var(--st-space-xs) var(--st-space-sm);min-height:36px;border:none}.storya-btn--text:hover:not(:disabled){color:var(--st-text)}.storya-btn--text:active:not(:disabled){color:var(--st-red)}.storya-btn--text:disabled{opacity:.4;cursor:not-allowed}.storya-btn--sm{font-size:var(--st-text-caption);padding:var(--st-space-xs) var(--st-space-md);min-height:36px}.match-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--st-space-3xl) var(--st-space-lg);position:relative}.match-shell__inner{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center}.match-progress{display:flex;gap:var(--st-space-xs);margin-bottom:var(--st-space-2xl);align-items:center}.match-progress__dot{width:8px;height:8px;border-radius:50%;background:var(--st-border);transition:all var(--st-duration-normal) var(--st-ease);border:none;padding:0}.match-progress__dot--active{background:var(--st-text);transform:scale(1.25)}.match-progress__dot--completed{background:var(--st-red)}.match-progress__label{font-size:var(--st-text-caption);color:var(--st-text-tertiary);letter-spacing:var(--st-tracking-wider);text-transform:uppercase;margin-left:var(--st-space-sm)}.match-question{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);text-align:center;color:var(--st-text);line-height:var(--st-leading-tight);margin-bottom:var(--st-space-xl);letter-spacing:var(--st-tracking-tight)}.match-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}.match-option{display:flex;align-items:center;gap:.9rem;min-width:0;min-height:128px;padding:1rem 1.1rem;background:#101012;color:var(--st-text);border:2px solid var(--st-border);border-radius:var(--st-radius-lg);cursor:pointer;font-family:var(--st-font);font-size:var(--st-text-body);font-weight:var(--st-weight-medium);text-align:left;transition:all var(--st-duration-normal) var(--st-ease);position:relative}.match-option:hover:not(:disabled){border-color:var(--st-border-hover);background:var(--st-surface-hover)}.match-option:active:not(:disabled){transform:scale(.98)}.match-option:focus-visible{outline:2px solid var(--st-border-focus);outline-offset:2px}.match-option--selected{background:var(--st-red-subtle);border-color:var(--st-red);color:var(--st-text)}.match-option--selected:hover:not(:disabled){background:var(--st-red-subtle);border-color:var(--st-red-hover)}.match-option__indicator{width:44px;height:44px;border-radius:50%;border:1px solid rgba(245,245,243,.12);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--st-text-secondary);background:#f5f5f314;transition:all var(--st-duration-normal) var(--st-ease)}.match-option__indicator svg{width:22px;height:22px}.match-option--selected .match-option__indicator{border-color:var(--st-red);background:var(--st-red)}.match-option--selected .match-option__indicator svg{color:#fff}.match-option__copy{display:flex;flex-direction:column;justify-content:center;gap:.3rem;min-width:0;flex:1}.match-option__label{font-weight:var(--st-weight-semibold);line-height:1.2}.match-option__description{color:var(--st-text-secondary);font-size:var(--st-text-caption);font-weight:var(--st-weight-regular);line-height:1.35}.match-option__arrow{position:relative;z-index:1;display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:50%;color:var(--st-text-secondary);background:#f5f5f314;font-size:1.75rem;font-weight:300;line-height:1;transition:all var(--st-duration-normal) var(--st-ease)}.match-option:hover:not(:disabled) .match-option__arrow,.match-option--selected .match-option__arrow{color:var(--st-text);background:#f5f5f324}.match-option:disabled{opacity:.4;cursor:not-allowed}.match-option--mood{position:relative;overflow:hidden;min-height:128px;padding:1rem 1.1rem;border-color:var(--st-border)}.match-option--mood:hover:not(:disabled){border-color:var(--st-border-hover)}.match-option__mood-art{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.match-option__mood-art img{width:100%;height:100%;object-fit:cover;display:block}.match-option__mood-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#080808f0,#080808d1 62%,#080808bd),linear-gradient(to top,#080808eb,#08080894)}.match-option--mood .match-option__indicator,.match-option--mood .match-option__copy,.match-option--mood .match-option__label{position:relative;z-index:1}.match-option--mood.match-option--selected{border-color:var(--st-red);border-width:2px}.match-option--mood.match-option--selected .match-option__indicator{border-color:var(--st-red);background:var(--st-red)}.processing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--st-space-xl);padding:var(--st-space-2xl);background-repeat:no-repeat;background-size:cover;background-position:center top}.processing__ring{width:80px;height:80px;border-radius:50%;border:3px solid var(--st-border);border-top-color:var(--st-red);animation:storya-spin 1.2s linear infinite}@media(prefers-reduced-motion:reduce){.processing__ring{animation:none;border-top-color:var(--st-red);opacity:.7}}@keyframes storya-spin{to{transform:rotate(360deg)}}.processing__copy{font-size:var(--st-text-body);color:var(--st-text-secondary);letter-spacing:var(--st-tracking-wide)}.processing__copy--done{font-size:var(--st-text-h2);color:var(--st-text);font-weight:var(--st-weight-semibold)}@keyframes result-reveal-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.result{min-height:100vh;display:flex;flex-direction:column;background:var(--st-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed;padding:0}.result__hero{position:relative;width:100%;min-height:min(860px,100vh);display:flex;align-items:center;overflow:hidden}.result__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center top}.result__hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,var(--st-surface) 0%,var(--st-bg) 50%,#1a1018 100%)}.result__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(0deg,rgba(8,8,8,.94) 0%,transparent 35%),linear-gradient(90deg,#080808eb,#08080847)}.result__hero-inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:7rem var(--st-space-xl) 5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:center;gap:clamp(3rem,9vw,9rem)}.result__content{width:100%;max-width:650px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--st-space-lg)}.result__content>*,.result__identity,.result__footer{opacity:0;animation:result-reveal-up .48s var(--st-ease) both}.result__content>*:nth-child(1){animation-delay:.04s}.result__content>*:nth-child(2){animation-delay:.1s}.result__content>*:nth-child(3){animation-delay:.16s}.result__content>*:nth-child(4){animation-delay:.22s}.result__content>*:nth-child(5){animation-delay:.28s}.result__content>*:nth-child(6){animation-delay:.34s}.result__content>*:nth-child(7){animation-delay:.4s}.result__identity{animation-delay:.65s}.result__footer{animation-delay:.48s}@media(prefers-reduced-motion:reduce){.result__content>*,.result__identity,.result__footer{opacity:1;animation:none}}.result__score{display:inline-flex;align-items:baseline;gap:.45rem;color:var(--st-red);font-size:var(--st-text-label);font-weight:var(--st-weight-semibold);letter-spacing:var(--st-tracking-wide);text-transform:uppercase}.result__score-value{font-size:1.05rem}.result__score-label{color:var(--st-text-secondary)}.result__eyebrow{font-size:var(--st-text-caption);color:var(--st-red);text-transform:uppercase;letter-spacing:var(--st-tracking-wider);font-weight:var(--st-weight-semibold)}.result__title{font-size:clamp(3rem,6vw,5.8rem);font-weight:var(--st-weight-bold);color:var(--st-text);line-height:var(--st-leading-tight);letter-spacing:var(--st-tracking-tight);max-width:100%;overflow-wrap:break-word}.result__title--mobile{display:none}.result__genres{color:var(--st-red);font-size:var(--st-text-label);font-weight:var(--st-weight-medium);letter-spacing:var(--st-tracking-wide)}.result__content .metadata{gap:var(--st-space-md)}.result__content .metadata__item{color:var(--st-text-secondary)}.result__overview{max-width:570px;color:var(--st-text-secondary);font-size:var(--st-text-body);line-height:var(--st-leading-relaxed)}.result__content .why-it-fits{width:100%;padding:0;background:transparent;border:0;border-left:2px solid var(--st-red);border-radius:0;padding-left:var(--st-space-md)}.result__content .why-it-fits__label{margin-bottom:var(--st-space-xs)}.result__content .why-it-fits__text{color:var(--st-text);font-style:normal;line-height:var(--st-leading-normal)}.result__where{width:100%;max-width:570px;display:flex;flex-direction:column;gap:var(--st-space-md)}.result__where-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--st-space-sm)}.result__where .availability{gap:var(--st-space-xs)}.result__where .availability__title{margin-bottom:var(--st-space-xs)}.result__where .availability__item{min-height:40px;padding:var(--st-space-sm) var(--st-space-md);background:#171719b8;border-color:#ffffff1f}.result__watch-button{width:min(100%,360px);max-width:360px;background:var(--st-text);color:var(--st-bg)}.result__watchlist-button{width:min(100%,360px);max-width:360px;border-color:#fff3;background:#17171980}.result__watch-button:hover:not(:disabled){background:#fff;color:var(--st-bg)}.result__art{display:flex;justify-content:center;width:100%;filter:drop-shadow(0 28px 45px rgba(0,0,0,.5))}.result__identity{display:flex;flex-direction:column;align-items:center;gap:var(--st-space-lg)}.result__art .poster--mobile{display:none}.result__art .poster--desktop{display:block;width:min(100%,390px);border-radius:var(--st-radius-md)}.result__footer{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 var(--st-space-xl) var(--st-space-2xl);display:flex;flex-direction:column;align-items:flex-start;gap:var(--st-space-md)}.result__footer .result-actions{flex-direction:row;width:auto;padding:0}.result__footer .feedback{align-items:flex-start;max-width:none;padding:var(--st-space-lg) 0 0}.poster{width:140px;border-radius:var(--st-radius-md);overflow:hidden;flex-shrink:0;box-shadow:var(--st-shadow-lg);background:var(--st-surface)}.poster--mobile{display:block}.poster--desktop{display:none}@media(min-width:640px){.poster--mobile{display:none}.poster--desktop{display:block;width:180px}}.poster img{width:100%;height:auto;display:block;object-fit:cover}.poster__fallback{width:100%;aspect-ratio:2/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--st-surface) 0%,#1a1018 100%);color:var(--st-text-tertiary);font-size:var(--st-text-caption);text-align:center;padding:var(--st-space-md);line-height:var(--st-leading-normal)}.metadata{display:flex;flex-wrap:wrap;gap:var(--st-space-md);align-items:center}.metadata__item{display:flex;align-items:center;gap:var(--st-space-xs);font-size:var(--st-text-label);color:var(--st-text-secondary)}.metadata__item svg{width:14px;height:14px;opacity:.6}.metadata__separator{width:3px;height:3px;background:var(--st-text-tertiary);border-radius:50%}.tag-list{display:flex;flex-wrap:wrap;gap:var(--st-space-xs)}.tag{display:inline-flex;align-items:center;padding:var(--st-space-xs) var(--st-space-sm);background:var(--st-surface);color:var(--st-text-secondary);font-size:var(--st-text-caption);border-radius:var(--st-radius-full);border:1px solid var(--st-border);text-transform:capitalize;white-space:nowrap}.why-it-fits{padding:var(--st-space-lg);background:var(--st-surface);border-radius:var(--st-radius-lg);border-left:3px solid var(--st-red)}.why-it-fits__label{font-size:var(--st-text-caption);color:var(--st-red);text-transform:uppercase;letter-spacing:var(--st-tracking-wider);margin-bottom:var(--st-space-sm);font-weight:var(--st-weight-semibold)}.why-it-fits__text{font-size:var(--st-text-body);color:var(--st-text-secondary);line-height:var(--st-leading-relaxed);font-style:italic}.availability{display:flex;flex-direction:column;gap:var(--st-space-sm)}.availability__title{font-size:var(--st-text-caption);color:var(--st-text-tertiary);text-transform:uppercase;letter-spacing:var(--st-tracking-wider);font-weight:var(--st-weight-medium);margin-bottom:var(--st-space-xs)}.availability__item{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-md);padding:var(--st-space-md) var(--st-space-lg);background:var(--st-surface);border-radius:var(--st-radius-md);border:1px solid var(--st-border);text-decoration:none;color:var(--st-text);transition:all var(--st-duration-normal) var(--st-ease);min-height:48px}.availability__item:hover{border-color:var(--st-border-hover);background:var(--st-surface-hover)}.availability__item:active{transform:scale(.99)}.availability__item:focus-visible{outline:2px solid var(--st-border-focus);outline-offset:2px}.availability__provider{font-size:var(--st-text-body);font-weight:var(--st-weight-medium)}.availability__type{font-size:var(--st-text-caption);color:var(--st-text-tertiary);padding:var(--st-space-xs) var(--st-space-sm);background:var(--st-surface-active);border-radius:var(--st-radius-sm)}.availability__type--subscription{color:#34c759}.availability__type--free{color:#5ac8fa}.availability__type--rent{color:#ff9500}.availability__type--buy{color:var(--st-red)}.availability__type--addon{color:#af52de}.availability__empty{padding:var(--st-space-lg);text-align:center;color:var(--st-text-tertiary);font-size:var(--st-text-label);background:var(--st-surface);border-radius:var(--st-radius-md);border:1px dashed var(--st-border)}.result-actions{display:flex;flex-direction:column;gap:var(--st-space-sm);width:100%;align-items:center;padding:0 var(--st-space-lg)}.position-indicator{font-size:var(--st-text-caption);color:var(--st-text-tertiary);text-align:center}.feedback{display:flex;flex-direction:column;align-items:center;gap:var(--st-space-sm);padding:var(--st-space-xl) var(--st-space-lg);border-top:1px solid var(--st-border);width:100%;max-width:720px}.feedback__question{font-size:var(--st-text-caption);color:var(--st-text-tertiary);text-transform:uppercase;letter-spacing:var(--st-tracking-wider)}.feedback__buttons{display:flex;gap:var(--st-space-sm)}.feedback__btn{display:inline-flex;align-items:center;gap:var(--st-space-xs);padding:var(--st-space-sm) var(--st-space-lg);background:transparent;border:1px solid var(--st-border);border-radius:var(--st-radius-full);color:var(--st-text-secondary);font-family:var(--st-font);font-size:var(--st-text-label);cursor:pointer;transition:all var(--st-duration-normal) var(--st-ease);min-height:40px}.feedback__btn:hover{border-color:var(--st-border-hover);color:var(--st-text);background:var(--st-surface)}.feedback__btn:active{transform:scale(.97)}.feedback__btn:focus-visible{outline:2px solid var(--st-border-focus);outline-offset:2px}.feedback__btn--liked{border-color:#34c759;color:#34c759}.feedback__btn--disliked{border-color:var(--st-red);color:var(--st-red)}.feedback__thanks{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.error-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--st-space-2xl);text-align:center;gap:var(--st-space-lg)}.error-state__icon{width:56px;height:56px;border-radius:50%;background:var(--st-red-subtle);display:flex;align-items:center;justify-content:center;margin-bottom:var(--st-space-sm)}.error-state__icon svg{width:24px;height:24px;color:var(--st-red)}.error-state__title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);color:var(--st-text)}.error-state__message{font-size:var(--st-text-body);color:var(--st-text-secondary);max-width:400px;line-height:var(--st-leading-relaxed)}.error-state__actions{display:flex;flex-direction:column;gap:var(--st-space-sm);width:100%;max-width:320px;align-items:center}.empty-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--st-space-2xl);text-align:center;gap:var(--st-space-lg)}.empty-state__icon{width:56px;height:56px;border-radius:50%;background:var(--st-surface);display:flex;align-items:center;justify-content:center;margin-bottom:var(--st-space-sm)}.empty-state__icon svg{width:24px;height:24px;color:var(--st-text-tertiary)}.empty-state__title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);color:var(--st-text)}.empty-state__message{font-size:var(--st-text-body);color:var(--st-text-secondary);max-width:400px;line-height:var(--st-leading-relaxed)}.empty-state__actions{display:flex;flex-direction:column;gap:var(--st-space-sm);width:100%;max-width:320px;align-items:center}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--st-space-2xl);position:relative;overflow:hidden}.home__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(255,59,48,.06) 0%,transparent 70%),radial-gradient(ellipse 80% 60% at 30% 60%,rgba(255,255,255,.02) 0%,transparent 60%);background-repeat:no-repeat;pointer-events:none}.home__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--st-space-xl);max-width:900px;width:min(100%,720px);text-align:center}.home__intro{display:flex;flex-direction:column;align-items:center;gap:var(--st-space-sm)}.home__tagline{font-size:var(--st-text-caption);color:var(--st-text-tertiary);text-transform:uppercase;letter-spacing:var(--st-tracking-wider)}.home__promise{max-width:520px;font-size:var(--st-text-body);font-weight:var(--st-weight-regular);color:var(--st-text-secondary);line-height:var(--st-leading-normal)}.home__promise strong{color:var(--st-text);font-weight:var(--st-weight-semibold)}.home__title{margin:0;color:var(--st-off-white);font-size:clamp(1.5rem,6vw,4.25rem);font-weight:var(--st-weight-bold);line-height:.98;letter-spacing:-.045em;white-space:nowrap}.home__primary-cta{width:min(100%,400px);margin-top:var(--st-space-md)}.home__duo-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-lg);width:min(100%,560px);margin-top:var(--st-space-md);padding:1rem 1.15rem;border:1px solid rgba(245,245,243,.14);border-radius:var(--st-radius-lg);color:#f5f5f39e;background:#08080894;text-align:left;box-shadow:0 12px 36px #0003}.home__duo-copy{display:flex;flex-direction:column;gap:.25rem;min-width:0}.home__duo-kicker{color:var(--st-red);font-size:.62rem;font-weight:var(--st-weight-semibold);letter-spacing:var(--st-tracking-wider)}.home__duo-copy strong{color:var(--st-text);font-size:var(--st-text-label);font-weight:var(--st-weight-semibold)}.home__duo-copy>span:last-child{color:#f5f5f385;font-size:var(--st-text-caption);line-height:1.4}.home__duo-cta button{flex:0 0 auto;padding:.7rem .9rem;border:1px solid rgba(245,245,243,.2);border-radius:var(--st-radius-md);color:var(--st-text);background:#f5f5f30f;font:inherit;font-size:var(--st-text-caption);font-weight:var(--st-weight-semibold);cursor:pointer;transition:border-color var(--st-duration-fast) var(--st-ease),background var(--st-duration-fast) var(--st-ease)}.home__duo-cta button:hover,.home__duo-cta button:focus-visible{border-color:var(--st-red);background:#ff3b301a}@media(max-width:639px){.home__duo-cta{align-items:stretch;flex-direction:column;gap:var(--st-space-md)}.home__duo-cta button{width:100%}}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center top;opacity:.35}.backdrop--fallback{background:linear-gradient(135deg,var(--st-surface) 0%,var(--st-bg) 50%,#1a1018 100%);opacity:1}.back-arrow{width:16px;height:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.page-container{min-height:100vh;display:flex;flex-direction:column}@media(min-width:1280px){:root{--st-text-h1: 3rem;--st-text-h2: 2rem}}@media(min-width:768px)and (max-width:1023px){.match-option-grid{gap:var(--st-space-md)}.result__hero-inner{padding:6rem clamp(1.5rem,5vw,3rem) 3rem}.result__title{font-size:clamp(2.75rem,7vw,4.5rem)}.result__content{max-width:720px}.result__footer{padding-inline:clamp(1.5rem,5vw,3rem);margin-top:0}.result__art{padding-inline:clamp(1.5rem,5vw,3rem)}.duo-result .result__footer{align-items:center}.duo-result .duo-result__feedback{width:100%}.duo-result .result__footer .result-actions{justify-content:center}}@media(min-width:768px)and (max-width:899px){.result__hero-inner{grid-template-columns:1fr;gap:var(--st-space-2xl)}.result__identity{grid-column:1;grid-row:1}.result__content{grid-column:1;grid-row:2;max-width:720px}.result__art .poster--desktop{width:min(100%,280px)}}@media(max-width:639px){.result{background-attachment:scroll}.match-option-grid{grid-template-columns:1fr;gap:.75rem}.match-shell{padding:var(--st-space-4xl) var(--st-space-md) var(--st-space-2xl)}.match-question{font-size:var(--st-text-h3)}.match-option{min-height:96px;padding:.85rem}.match-option__indicator{width:40px;height:40px}.match-option__arrow{width:34px;height:34px}.result__hero{min-height:auto;align-items:flex-start}.result__title{font-size:clamp(2.5rem,13vw,4rem)}.result__hero-overlay{background:linear-gradient(0deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.4) 55%,transparent 100%),linear-gradient(90deg,#080808eb,#08080847)}.result__hero-inner{grid-template-columns:1fr;padding:6rem var(--st-space-md) var(--st-space-2xl)}.result__content{gap:var(--st-space-md)}.result__art{justify-content:center}.result__identity{grid-column:1;grid-row:1;gap:var(--st-space-md);animation-delay:.04s}.result__content{grid-column:1;grid-row:2}.result__content>*:nth-child(1){animation-delay:.46s}.result__content>*:nth-child(2){animation-delay:.52s}.result__content>*:nth-child(3){animation-delay:.58s}.result__content>*:nth-child(4){animation-delay:.64s}.result__content>*:nth-child(5){animation-delay:.7s}.result__content>*:nth-child(6){animation-delay:.76s}.result__content>*:nth-child(7){animation-delay:.82s}.result__identity .result__title{text-align:center}.result__title--desktop{display:none}.result__title--mobile{display:block}.result__art .poster--mobile{display:block;width:min(62vw,240px)}.result__art .poster--desktop{display:none}.result__watch-button,.result__watchlist-button{width:100%}.result__footer{margin:0;padding:0 var(--st-space-md) var(--st-space-2xl)}.result__footer .result-actions{flex-direction:column;width:100%}.result__footer .feedback{width:100%}.storya-btn--primary,.storya-btn--secondary{max-width:100%}.feedback__buttons{width:100%;justify-content:center}.home__promise{font-size:var(--st-text-body)}}.profile-loading{min-height:60vh;display:grid;place-items:center;color:var(--st-text-secondary)}.profile-page{max-width:1080px;padding-top:clamp(5.5rem,9vw,8rem)}.profile-page--guest{max-width:680px;min-height:72vh;display:flex;flex-direction:column;justify-content:center}.profile-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--st-space-xl);padding-bottom:var(--st-space-2xl);border-bottom:1px solid var(--st-border)}.profile-eyebrow,.profile-section__eyebrow{display:block;color:var(--st-red);font-size:var(--st-text-caption);font-weight:var(--st-weight-semibold);letter-spacing:.14em;text-transform:uppercase}.profile-title{max-width:760px;margin:var(--st-space-sm) 0 var(--st-space-md);font-size:clamp(2.25rem,6vw,4.75rem);line-height:.98;letter-spacing:-.045em}.profile-subtitle{max-width:560px;margin:0;line-height:1.65}.profile-avatar{width:72px;height:72px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(255,59,48,.7);border-radius:50%;color:var(--st-off-white);background:radial-gradient(circle at 35% 25%,rgba(255,59,48,.32),var(--st-surface) 65%);font-size:1.75rem;font-weight:var(--st-weight-semibold)}.profile-notice{margin:var(--st-space-lg) 0 0;padding:var(--st-space-sm) var(--st-space-md);border-left:2px solid var(--st-red);color:var(--st-text);background:#ff3b3014}.profile-notice--error{border-color:#ff8178;color:#ffb4ae}.profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:var(--st-space-2xl);background:var(--st-border);border:1px solid var(--st-border)}.profile-section{min-height:260px;margin:0;padding:clamp(1.35rem,3vw,2.25rem);border:0;background:#171719d1}.profile-section--insight{background:linear-gradient(135deg,#ff3b3024,#171719f2 55%)}.profile-section h2{max-width:460px;margin:var(--st-space-md) 0 var(--st-space-md);font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.12;letter-spacing:-.025em}.profile-muted,.profile-empty{color:var(--st-text-secondary);line-height:1.6}.profile-insights,.learning-list,.profile-preferences,.profile-fields{display:grid;gap:var(--st-space-sm)}.profile-insights p{margin:0;color:var(--st-off-white);line-height:1.55}.profile-text-link,.profile-logout{padding:0;border:0;color:var(--st-red);background:transparent;font:inherit;cursor:pointer}.profile-text-link{margin-top:var(--st-space-lg)}.profile-text-link:hover,.profile-text-link:focus-visible,.profile-logout:hover,.profile-logout:focus-visible{color:var(--st-off-white)}.profile-field{display:grid;gap:var(--st-space-xs);color:var(--st-text-secondary);font-size:var(--st-text-label)}.profile-field input,.profile-field select{width:100%;min-height:44px;padding:0 var(--st-space-sm);border:1px solid var(--st-border);border-radius:var(--st-radius-sm);color:var(--st-text);background:#101012;font:inherit}.profile-field input:focus-visible,.profile-field select:focus-visible{border-color:var(--st-red);outline:2px solid rgba(255,59,48,.28);outline-offset:2px}.profile-toggle{display:flex;align-items:flex-start;gap:var(--st-space-sm);color:var(--st-text);cursor:pointer}.profile-toggle input{margin-top:4px;accent-color:var(--st-red)}.profile-toggle span{display:grid;gap:3px}.profile-toggle small{color:var(--st-text-secondary);line-height:1.4}.learning-item{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-md);padding:var(--st-space-sm) 0;border-bottom:1px solid var(--st-border);color:var(--st-text);text-transform:capitalize}.learning-item .profile-text-link{margin:0;white-space:nowrap;font-size:var(--st-text-caption)}.platform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:var(--st-space-sm);margin-top:var(--st-space-lg)}.platform-choice{display:flex;align-items:center;gap:var(--st-space-sm);min-height:48px;padding:var(--st-space-sm) var(--st-space-md);border:1px solid var(--st-border);border-radius:var(--st-radius-sm);color:var(--st-text-secondary);background:#101012;font:inherit;text-align:left;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.platform-choice:hover,.platform-choice:focus-visible{border-color:var(--st-text-secondary);color:var(--st-text)}.platform-choice--selected{border-color:var(--st-red);color:var(--st-text);background:#ff3b301a}.platform-choice__mark{color:var(--st-red);font-weight:var(--st-weight-semibold)}.profile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:var(--st-space-2xl);background:var(--st-border)}.profile-links button{display:grid;grid-template-columns:1fr auto;gap:4px var(--st-space-md);padding:var(--st-space-lg);border:0;color:var(--st-text);background:var(--st-surface);font:inherit;text-align:left;cursor:pointer}.profile-links button:hover,.profile-links button:focus-visible{background:#202024}.profile-links span{font-size:1.15rem;font-weight:var(--st-weight-semibold)}.profile-links small{color:var(--st-text-secondary)}.profile-links b{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--st-red);font-size:1.4rem}.profile-logout{display:block;margin:var(--st-space-xl) auto 0;color:var(--st-text-secondary);font-size:var(--st-text-caption)}.profile-reference-loading{min-height:100vh;display:grid;place-items:center;color:var(--st-text-secondary);background:var(--st-bg)}.profile-reference{min-height:100vh;padding:112px clamp(1.25rem,6vw,5rem) 3rem;color:var(--st-text);background-color:var(--st-bg);background-position:center;background-size:cover;background-attachment:fixed}.profile-reference__content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.78fr);gap:clamp(2rem,7vw,6rem);max-width:1180px;min-height:590px;margin:0 auto;align-items:center}.profile-reference__intro{max-width:680px}.profile-reference__kicker,.profile-reference__label{display:block;color:var(--st-red);font-size:.68rem;font-weight:var(--st-weight-semibold);letter-spacing:.12em;text-transform:uppercase}.profile-reference__intro h1{margin:.75rem 0 .6rem;font-size:clamp(2.3rem,5vw,4rem);letter-spacing:-.045em;line-height:.98}.profile-reference__intro>p{max-width:560px;margin:0 0 2rem;color:#f5f5f39e;font-size:.82rem;line-height:1.5}.profile-reference__label{margin:1.8rem 0 .7rem;color:#f5f5f3b8;font-size:.62rem}.profile-reference__chips{display:flex;flex-wrap:wrap;gap:.5rem}.profile-reference__chip{display:inline-flex;align-items:center;gap:.55rem;padding:.52rem .78rem;border:1px solid rgba(245,245,243,.08);border-radius:8px;color:#f5f5f3d1;background:#171719b8;font:inherit;font-size:.7rem;cursor:pointer}.profile-reference__chip:hover,.profile-reference__chip:focus-visible{border-color:#ff3b30b3;color:var(--st-text)}.profile-reference__chip.is-selected{border-color:#ff3b30e6;color:var(--st-text);background:#ff3b3014}.profile-reference__chip span{color:#f5f5f373}.profile-reference__rewatch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;max-width:620px}.profile-reference__rewatch-card{min-height:72px;padding:.8rem;border:1px solid rgba(245,245,243,.1);border-radius:9px;color:var(--st-text);background:#171719d1;font:inherit;text-align:left;cursor:pointer}.profile-reference__rewatch-card:hover,.profile-reference__rewatch-card:focus-visible{border-color:#ff3b30b3}.profile-reference__rewatch-card.is-selected{border-color:var(--st-red);box-shadow:0 0 0 1px #ff3b302e}.profile-reference__rewatch-card strong,.profile-reference__rewatch-card small{display:block}.profile-reference__rewatch-card strong{font-size:.72rem}.profile-reference__rewatch-card small{margin-top:.3rem;color:#f5f5f37a;font-size:.62rem}.profile-reference__platforms{padding:1.5rem;border:1px solid rgba(245,245,243,.1);border-radius:16px;background:#171719e6;box-shadow:0 20px 80px #00000047}.profile-reference__platforms h2{margin:.55rem 0 .35rem;font-size:1.35rem;letter-spacing:-.025em}.profile-reference__platforms>p{margin:0 0 1rem;color:#f5f5f38c;font-size:.7rem;line-height:1.45}.profile-reference__platform-list{display:grid;gap:.55rem}.profile-reference__platform{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 .7rem;border:1px solid rgba(245,245,243,.12);border-radius:7px;color:var(--st-text);background:#08080859;font:inherit;font-size:.7rem;text-align:left;cursor:pointer}.profile-reference__platform:hover,.profile-reference__platform:focus-visible{border-color:#ff3b30b3}.profile-reference__platform.is-selected{border-color:var(--st-red)}.profile-reference__platform i{display:grid;width:12px;height:12px;place-items:center;border-radius:4px;color:#fff;background:#f5f5f314;font-size:.56rem;font-style:normal}.profile-reference__platform.is-selected i{background:var(--st-red)}.profile-reference__only{display:flex;gap:.5rem;margin-top:1rem;color:#f5f5f39e;font-size:.65rem;line-height:1.3}.profile-reference__only input{accent-color:var(--st-red)}.profile-reference__footer{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;max-width:1180px;margin:0 auto;border-top:1px solid rgba(245,245,243,.1);padding-top:1rem}.profile-reference__footer button{border:0;color:#f5f5f394;background:transparent;font:inherit;font-size:.7rem;cursor:pointer}.profile-reference__footer button:hover,.profile-reference__footer button:focus-visible{color:var(--st-text)}.profile-reference__footer span[role=status]{color:var(--st-red);font-size:.68rem}.profile-reference__decide,.profile-reference__cta{margin-left:auto;padding:.65rem 1rem;border:0!important;border-radius:999px;color:#fff!important;background:var(--st-red)!important;font-size:.62rem!important;font-weight:var(--st-weight-semibold);letter-spacing:.04em}.profile-reference__decide span,.profile-reference__cta span{margin-left:.45rem}.profile-reference__guest{max-width:620px;margin:15vh auto 0}.profile-reference__guest h1{max-width:600px;margin:.7rem 0;font-size:clamp(2.4rem,6vw,4.5rem);line-height:.98;letter-spacing:-.045em}.profile-reference__guest p{color:#f5f5f39e}.profile-reference__cta{display:inline-block;margin:1rem 0 0;text-decoration:none}@media(max-width:760px){.profile-reference{padding:88px 1rem 2rem;background-attachment:scroll}.profile-reference__content{display:block;min-height:auto}.profile-reference__intro{padding:2rem 0}.profile-reference__intro h1{font-size:clamp(2.35rem,12vw,3.5rem)}.profile-reference__rewatch{grid-template-columns:1fr}.profile-reference__platforms{margin-top:1.25rem}.profile-reference__footer{margin-top:2rem}.profile-reference__decide{width:100%;margin-left:0;text-align:center}}.title-detail{background:var(--st-bg)}.title-detail .result__hero{min-height:0;padding:0}.title-detail .result__hero-overlay{background:linear-gradient(90deg,#080808f5,#080808b3 52%,#0808087a),linear-gradient(0deg,rgba(8,8,8,.98) 0%,transparent 58%)}.title-detail__hero-inner{position:relative;z-index:2;width:min(1120px,100%);margin:0 auto;padding:8.5rem clamp(1rem,5vw,4rem) 4.5rem;display:grid;grid-template-columns:minmax(190px,270px) minmax(0,650px);align-items:center;gap:clamp(2rem,6vw,5.5rem)}.title-detail__poster{display:flex;justify-content:center;filter:drop-shadow(0 22px 34px rgba(0,0,0,.48))}.title-detail__poster .poster--desktop{display:block;width:min(100%,270px);border-radius:var(--st-radius-lg);box-shadow:0 18px 44px #00000061}.title-detail__poster .poster--mobile{display:none}.title-detail__intro{display:flex;flex-direction:column;align-items:flex-start;gap:var(--st-space-md);min-width:0}.title-detail__eyebrow{margin:0;color:var(--st-red);font-size:var(--st-text-caption);font-weight:var(--st-weight-semibold);letter-spacing:var(--st-tracking-wider);text-transform:uppercase}.title-detail__title{margin:0;max-width:720px;color:var(--st-text);font-size:clamp(2.5rem,6vw,5rem);line-height:.98;letter-spacing:var(--st-tracking-tight);overflow-wrap:anywhere}.title-detail__intro .metadata{gap:.75rem 1.1rem}.title-detail__intro .metadata__item{color:#f5f5f3b8}.title-detail__intro .tag-list{gap:.4rem}.title-detail__intro .tag{background:#171719b8}.title-detail__overview{max-width:650px;margin:.35rem 0 0;color:#f5f5f3b8;font-size:var(--st-text-body);line-height:var(--st-leading-relaxed)}.title-detail__body{position:relative;z-index:2;width:min(1120px,100%);margin:0 auto;padding:0 clamp(1rem,5vw,4rem) 4rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(2rem,7vw,6rem);align-items:start}.title-detail__section-title{margin:0 0 var(--st-space-md);color:var(--st-text);font-size:var(--st-text-h3);letter-spacing:var(--st-tracking-tight)}.title-detail__availability .availability__title:empty{display:none}.title-detail__availability .availability{gap:.65rem}.title-detail__availability .availability__item{background:var(--st-surface)}.title-detail__actions{display:flex;flex-direction:column;gap:var(--st-space-md);padding-top:2.15rem}.title-detail__actions .result-actions{width:100%;padding:0;align-items:stretch}.title-detail__secondary-actions{padding-top:var(--st-space-md)!important;border-top:1px solid var(--st-border)}.title-detail__actions .storya-btn{width:100%;max-width:none}@media(max-width:760px){.title-detail .result__hero-overlay{background:linear-gradient(0deg,#080808fa,#080808bd 52%,#08080866),linear-gradient(90deg,#080808b8,#0808083d)}.title-detail__hero-inner{grid-template-columns:1fr;gap:var(--st-space-xl);padding:6.5rem 1rem 3rem}.title-detail__poster .poster--desktop{display:none}.title-detail__poster .poster--mobile{display:block;width:min(58vw,220px);border-radius:var(--st-radius-lg)}.title-detail__intro{align-items:center;text-align:center}.title-detail__title{font-size:clamp(2.35rem,11vw,3.7rem)}.title-detail__overview{text-align:left}.title-detail__body{grid-template-columns:1fr;gap:var(--st-space-xl);padding:0 1rem 3rem}.title-detail__actions{padding-top:0}}.search-page .search-card{border-radius:var(--st-radius-lg);transition:transform var(--st-duration-fast) var(--st-ease),border-color var(--st-duration-fast) var(--st-ease),box-shadow var(--st-duration-fast) var(--st-ease)}.search-page .search-card:hover,.search-page .search-card:focus-visible{box-shadow:0 16px 32px #00000047}.search-page .search-card__poster{background:#111113}.search-page .search-card__poster img{transition:transform .35s var(--st-ease)}.search-page .search-card:hover .search-card__poster img,.search-page .search-card:focus-visible .search-card__poster img{transform:scale(1.04)}.search-page .search-card__title{line-height:1.25}.search-page .search-card__meta{flex-wrap:wrap}@media(max-width:480px){.search-page .search-title{font-size:clamp(2.2rem,12vw,3.2rem)}.search-page .search-card__info{padding:.65rem}.search-page .search-card__meta .tag{max-width:100%;overflow:hidden;text-overflow:ellipsis}}.secondary-page{min-height:100vh;padding:8rem clamp(1rem,5vw,4rem) 4rem;color:var(--st-text);background-color:var(--st-bg);background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.secondary-page__inner{width:min(1120px,100%);margin:0 auto}.secondary-page__hero{max-width:680px;margin-bottom:2.5rem}.secondary-page__kicker{color:var(--st-red);font-size:.66rem;font-weight:var(--st-weight-semibold);letter-spacing:.14em;text-transform:uppercase}.secondary-page__subtitle{max-width:560px;margin:.75rem 0 0;color:#f5f5f39e;line-height:1.55}.search-page .search-title{margin:.7rem 0 0;color:var(--st-text);font-size:clamp(2.35rem,5vw,4rem);line-height:.98;letter-spacing:-.045em}.search-page .search-form{display:flex;align-items:center;gap:var(--st-space-sm);max-width:720px;padding:.45rem;border:1px solid rgba(245,245,243,.14);border-radius:var(--st-radius-lg);background:#171719e0;box-shadow:0 20px 60px #00000038}.search-page .search-input{min-height:48px;border:0;background:transparent}.search-page .search-input:focus{border:0;box-shadow:none}.search-page .search-form .storya-btn--primary{width:auto;max-width:none;min-height:44px;padding:.65rem 1.15rem;flex-shrink:0}.search-page .search-results-count{margin:2rem 0 1rem;color:var(--st-text-secondary)}.search-page .search-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.search-page .search-card{width:100%;padding:0;border:1px solid rgba(245,245,243,.1);background:#171719e6;text-align:left;cursor:pointer}.search-page .search-card:hover,.search-page .search-card:focus-visible{border-color:var(--st-red);transform:translateY(-3px)}.search-page .search-card__poster{aspect-ratio:2 / 3}.search-page .search-card__info{padding:.75rem}.search-page .search-card__title{color:var(--st-text)}.search-page .search-card__meta .tag{background:#080808a6}.duo-page .duo-home,.duo-page .duo-join{max-width:760px;margin:0 auto}.duo-page{display:flex;align-items:center}.duo-page .duo-join{width:min(760px,100%)}.duo-page .duo-home__title,.duo-page .duo-join__title{margin:.7rem 0 .5rem;font-size:clamp(2.35rem,5vw,4rem);line-height:.98;letter-spacing:-.045em}.duo-page .duo-home__subtitle{margin:0;color:#f5f5f39e}.duo-page .duo-home__create,.duo-page .duo-home__session,.duo-page .duo-join__form{margin-top:2rem;padding:1.5rem;border:1px solid rgba(245,245,243,.12);border-radius:16px;background:#171719e6;box-shadow:0 20px 60px #0000003d}.duo-page .duo-join__form{display:flex;flex-direction:column;gap:.75rem}.duo-page .duo-join__form .storya-btn{width:100%;margin-top:.5rem}.duo-page .duo-home__create{display:grid;gap:1.25rem;max-width:520px}.duo-page .duo-home__input,.duo-page .duo-join__input{min-height:46px;border:1px solid rgba(245,245,243,.14);border-radius:8px;color:var(--st-text);background:#101012}.duo-page .duo-home__input:focus,.duo-page .duo-join__input:focus{border-color:var(--st-red);outline:2px solid rgba(255,59,48,.22)}.duo-page .duo-home__participants{margin-bottom:1.5rem}.duo-page .duo-home__section-title{color:var(--st-text)}.duo-page .duo-home__invite{display:grid;gap:1rem}.duo-page .duo-home__waiting,.duo-page .duo-home__ready-text,.duo-page .duo-home__completed p,.duo-page .duo-join__message{color:#f5f5f39e;line-height:1.55}.duo-page .duo-home__ready{display:grid;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(245,245,243,.1)}.duo-page .duo-join__form{width:100%;max-width:520px;margin-inline:auto}.duo-page .duo-join__label{color:var(--st-text-secondary)}.duo-page .duo-join__error{margin-top:1rem;color:#ffaaa4}.duo-home__alignment{display:grid;gap:var(--st-space-lg);margin-top:var(--st-space-md);padding:var(--st-space-lg);border:1px solid rgba(255,59,48,.28);border-radius:var(--st-radius-lg);background:#171719e0}.duo-home__alignment-hint{margin-top:.35rem;color:var(--st-text-tertiary);line-height:1.5}.duo-home__answer-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--st-space-md)}.duo-home__answer-card{padding:var(--st-space-md);border:1px solid var(--st-border);border-radius:var(--st-radius-md);background:#08080859}.duo-home__answer-card strong{color:var(--st-text)}.duo-home__answer-card dl{display:grid;gap:.45rem;margin-top:var(--st-space-sm)}.duo-home__answer-card dl>div{display:flex;justify-content:space-between;gap:var(--st-space-sm)}.duo-home__answer-card dt{color:var(--st-text-tertiary)}.duo-home__answer-card dd{margin:0;color:var(--st-text-secondary);text-align:right}@media(max-width:760px){.secondary-page{padding:6.5rem 1rem 3rem;background-attachment:scroll}.duo-page{align-items:flex-start}.duo-page .duo-join{width:100%;padding:0}.duo-page .duo-join__title{font-size:clamp(2.15rem,10vw,3rem)}.duo-page .duo-join__form{padding:1rem}.duo-home__answer-comparison{grid-template-columns:1fr}.search-page .search-form{display:grid;gap:.4rem}.search-page .search-form .storya-btn--primary{justify-self:start}.search-page .search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}}@media(max-width:720px){.profile-hero{align-items:flex-start}.profile-avatar{width:52px;height:52px;font-size:1.25rem}.profile-layout,.profile-links{grid-template-columns:1fr}.profile-section{min-height:auto}}.navbar{position:fixed;top:0;left:0;right:0;z-index:var(--st-z-header);background:#080808;padding:var(--st-space-md) var(--st-space-xl)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;max-width:720px;margin:0 auto}.navbar__logo{display:flex}.navbar__links{display:flex;align-items:center;gap:var(--st-space-xs);width:auto;margin-left:auto;justify-content:flex-end}.navbar__link{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--st-text-tertiary);text-decoration:none;font-size:var(--st-text-caption);padding:var(--st-space-xs) var(--st-space-sm);border-radius:var(--st-radius-md);transition:color var(--st-duration-fast) var(--st-ease);white-space:nowrap}.navbar__link:hover{color:var(--st-text-secondary)}.navbar__link--active{color:var(--st-red)}.navbar__link--profile{font-weight:var(--st-weight-medium);max-width:80px;overflow:hidden;text-overflow:ellipsis}.navbar__decision{display:inline-flex;align-items:center;gap:.35rem;margin-left:.35rem;padding:.36rem .7rem;border:1px solid rgba(245,245,243,.14);border-radius:999px;color:var(--st-text)!important;background:#111113;font-size:.58rem;font-weight:var(--st-weight-semibold);letter-spacing:.02em;text-decoration:none;white-space:nowrap}.navbar__link--duo{color:#f5f5f3b8}.navbar__decision:hover,.navbar__decision:focus-visible{border-color:var(--st-red);background:#ff3b301f}@media(min-width:768px){.navbar{position:fixed;top:0;padding:var(--st-space-md) var(--st-space-xl)}.navbar__inner{width:100%;max-width:none;justify-content:space-between;gap:var(--st-space-xl)}.navbar__logo{display:flex}.navbar__links{width:auto;margin-left:auto;justify-content:flex-start;gap:var(--st-space-md)}.navbar__link{flex-direction:row;font-size:var(--st-text-label)}.navbar__link--profile{margin-left:auto;max-width:200px}.navbar__decision{margin-left:.25rem}}@media(max-width:767px){.navbar__inner{gap:.5rem}.navbar__logo .storya-logo__img{width:92px;height:auto}.navbar__links{gap:.15rem;overflow-x:auto;scrollbar-width:none}.navbar__links::-webkit-scrollbar{display:none}.navbar__link{flex-direction:row;padding:.3rem .4rem;font-size:.62rem}.navbar__decision{padding:.3rem .5rem;font-size:.52rem}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vh,var(--st-space-2xl));position:relative;background-color:var(--st-bg);background-position:center;background-size:cover;background-attachment:fixed}.auth-card{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:var(--st-space-md);position:relative;z-index:1;margin:auto 0;padding:clamp(1rem,2vw,var(--st-space-lg));border:1px solid rgba(245,245,243,.12);border-radius:var(--st-radius-lg);background:#080808b8;box-shadow:var(--st-shadow-lg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media(max-height:700px){.auth-page{align-items:center}.auth-card{gap:.75rem}.auth-form{gap:var(--st-space-sm)}.auth-field input,.auth-field select{padding:.7rem var(--st-space-md)}}.auth-card .storya-logo--large .storya-logo__img{height:44px}.auth-card .auth-title{margin:0}.auth-card .auth-subtitle{font-size:var(--st-text-label);line-height:var(--st-leading-normal)}.auth-title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);color:var(--st-text);text-align:center}.auth-subtitle{font-size:var(--st-text-body);color:var(--st-text-secondary);text-align:center;line-height:var(--st-leading-relaxed)}.auth-form{width:100%;display:flex;flex-direction:column;gap:var(--st-space-sm)}.auth-field{display:flex;flex-direction:column;gap:var(--st-space-xs)}.auth-field label{font-size:var(--st-text-label);color:var(--st-text-secondary);font-weight:var(--st-weight-medium)}.auth-field input,.auth-field select{padding:var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);color:var(--st-text);font-family:var(--st-font);font-size:var(--st-text-body);transition:border-color var(--st-duration-fast) var(--st-ease)}.auth-field input:focus,.auth-field select:focus{outline:none;border-color:var(--st-red)}.auth-error{padding:var(--st-space-md);background:var(--st-red-subtle);border:1px solid var(--st-red);border-radius:var(--st-radius-md);color:var(--st-red);font-size:var(--st-text-label);text-align:center}.auth-success{padding:var(--st-space-md);background:#34c7591f;border:1px solid #34C759;border-radius:var(--st-radius-md);color:#34c759;font-size:var(--st-text-label);text-align:center}.auth-method-tabs{display:flex;gap:var(--st-space-xs);width:100%;background:var(--st-surface);border-radius:var(--st-radius-md);padding:1px}.auth-tab{flex:1;padding:.5rem var(--st-space-md);background:transparent;border:none;border-radius:var(--st-radius-sm);color:var(--st-text-secondary);font-family:var(--st-font);font-size:var(--st-text-label);cursor:pointer;transition:all var(--st-duration-fast) var(--st-ease)}.auth-tab--active{background:var(--st-bg);color:var(--st-text);font-weight:var(--st-weight-medium)}.auth-footer{text-align:center;color:var(--st-text-secondary);font-size:var(--st-text-label)}.auth-form .storya-btn--primary{min-height:48px;padding:.65rem var(--st-space-lg)}.auth-link{color:var(--st-red);text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-dev-link{padding:var(--st-space-md);background:var(--st-surface);border:1px dashed var(--st-border);border-radius:var(--st-radius-md);width:100%}.auth-dev-label{font-size:var(--st-text-caption);color:var(--st-text-tertiary);margin-bottom:var(--st-space-xs)}.auth-dev-url{font-size:var(--st-text-caption);color:var(--st-red);word-break:break-all}.history-page{max-width:720px;margin:0 auto;padding:var(--st-space-4xl) var(--st-space-lg) var(--st-space-3xl)}.history-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--st-space-xl)}.history-title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold)}.history-count{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.history-list{display:flex;flex-direction:column;gap:var(--st-space-sm)}.history-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);overflow:hidden;transition:border-color var(--st-duration-fast) var(--st-ease)}.history-card:hover{border-color:var(--st-border-hover)}.history-card__main{display:flex;gap:var(--st-space-md);padding:var(--st-space-md);cursor:pointer}.history-card__poster{width:60px;flex-shrink:0;border-radius:var(--st-radius-sm);overflow:hidden}.history-card__poster img{width:100%;height:auto;display:block;object-fit:cover}.history-card__info{flex:1;min-width:0}.history-card__title{font-size:var(--st-text-body);font-weight:var(--st-weight-medium);margin-bottom:var(--st-space-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-card__meta{display:flex;gap:var(--st-space-xs);margin-bottom:var(--st-space-xs)}.history-card__date{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.history-card__expanded{padding:var(--st-space-md);border-top:1px solid var(--st-border)}.history-card__overview{font-size:var(--st-text-label);color:var(--st-text-secondary);line-height:var(--st-leading-relaxed);margin-bottom:var(--st-space-md)}.history-card__context{font-size:var(--st-text-caption);color:var(--st-text-tertiary);margin-bottom:var(--st-space-md)}.history-card__actions{display:flex;gap:var(--st-space-sm)}.history-pagination{display:flex;align-items:center;justify-content:center;gap:var(--st-space-md);margin-top:var(--st-space-xl)}.history-page-info{font-size:var(--st-text-label);color:var(--st-text-secondary)}.watchlist-page{max-width:720px;margin:0 auto;padding:var(--st-space-4xl) var(--st-space-lg) var(--st-space-3xl)}.watchlist-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--st-space-xl)}.watchlist-title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold)}.watchlist-count{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.watchlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--st-space-md)}.watchlist-card{position:relative;background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);overflow:hidden;cursor:pointer;transition:border-color var(--st-duration-fast) var(--st-ease)}.watchlist-card:hover{border-color:var(--st-border-hover)}.watchlist-card__poster{aspect-ratio:2/3;overflow:hidden}.watchlist-card__poster img{width:100%;height:100%;object-fit:cover;display:block}.watchlist-card__info{padding:var(--st-space-sm)}.watchlist-card__title{font-size:var(--st-text-label);font-weight:var(--st-weight-medium);margin-bottom:var(--st-space-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watchlist-card__meta{display:flex;gap:var(--st-space-xs)}.watchlist-card__remove{position:absolute;top:var(--st-space-xs);right:var(--st-space-xs);width:28px;height:28px;border-radius:50%;background:#080808b3;border:none;color:var(--st-text-secondary);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--st-duration-fast) var(--st-ease)}.watchlist-card__remove:hover{background:var(--st-red);color:#fff}.search-title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);margin-bottom:var(--st-space-xl)}.search-form{display:flex;gap:var(--st-space-sm);margin-bottom:var(--st-space-xl)}.search-input{flex:1;padding:var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);color:var(--st-text);font-family:var(--st-font);font-size:var(--st-text-body)}.search-input:focus{outline:none;border-color:var(--st-red)}.search-results-count{font-size:var(--st-text-label);color:var(--st-text-secondary);margin-bottom:var(--st-space-lg)}.search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--st-space-md)}.search-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);overflow:hidden;cursor:pointer;transition:border-color var(--st-duration-fast) var(--st-ease)}.search-card:hover{border-color:var(--st-border-hover)}.search-card__poster{aspect-ratio:2/3;overflow:hidden}.search-card__poster img{width:100%;height:100%;object-fit:cover;display:block}.search-card__info{padding:var(--st-space-sm)}.search-card__title{font-size:var(--st-text-label);font-weight:var(--st-weight-medium);margin-bottom:var(--st-space-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-card__meta{display:flex;gap:var(--st-space-xs)}.search-error{padding:var(--st-space-lg);text-align:center;color:var(--st-red)}.search-pagination{display:flex;align-items:center;justify-content:center;gap:var(--st-space-md);margin-top:var(--st-space-xl)}.profile-page{max-width:720px;margin:0 auto;padding:var(--st-space-4xl) var(--st-space-lg) var(--st-space-3xl)}.profile-title{font-size:var(--st-text-h2);font-weight:var(--st-weight-semibold);margin-bottom:var(--st-space-xl)}.profile-subtitle{font-size:var(--st-text-body);color:var(--st-text-secondary);margin-bottom:var(--st-space-xl)}.profile-section{margin-bottom:var(--st-space-2xl);padding-bottom:var(--st-space-2xl);border-bottom:1px solid var(--st-border)}.profile-section h2{font-size:var(--st-text-h3);font-weight:var(--st-weight-semibold);margin-bottom:var(--st-space-lg)}.profile-email{font-size:var(--st-text-label);color:var(--st-text-secondary);margin-bottom:var(--st-space-md)}.profile-hint{font-size:var(--st-text-caption);color:var(--st-text-tertiary);margin-bottom:var(--st-space-md)}.profile-prefs{display:flex;flex-direction:column;gap:var(--st-space-md)}.profile-platforms{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--st-space-sm)}.profile-platform-item{display:flex;align-items:center;gap:var(--st-space-sm);padding:var(--st-space-sm) var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);font-size:var(--st-text-label);color:var(--st-text);cursor:pointer}.profile-platform-item input[type=checkbox]{accent-color:var(--st-red)}.profile-actions{display:flex;flex-direction:column;gap:var(--st-space-sm);align-items:flex-start}@media(max-width:639px){.navbar__link{font-size:10px;padding:var(--st-space-xs)}.watchlist-grid,.search-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.search-form{flex-direction:column}}.duo-home,.duo-join{max-width:560px;margin:0 auto;padding:var(--st-space-2xl) var(--st-space-lg)}.duo-home__title{font-size:var(--st-text-h1);font-weight:var(--st-weight-bold);letter-spacing:var(--st-tracking-tight);color:var(--st-text);margin-bottom:var(--st-space-sm)}.duo-home__subtitle{color:var(--st-text-secondary);margin-bottom:var(--st-space-xl)}.duo-home__section-title{font-size:var(--st-text-h3);font-weight:var(--st-weight-semibold);color:var(--st-text);margin-bottom:var(--st-space-md)}.duo-home__create{display:flex;flex-direction:column;gap:var(--st-space-lg)}.duo-home__form{display:flex;flex-direction:column;gap:var(--st-space-sm)}.duo-home__label{font-size:var(--st-text-label);color:var(--st-text-secondary)}.duo-home__input,.duo-join__input{width:100%;padding:var(--st-space-sm) var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);color:var(--st-text);font-size:var(--st-text-body);transition:border-color var(--st-duration-fast) var(--st-ease)}.duo-home__input:focus,.duo-join__input:focus{outline:none;border-color:var(--st-border-focus)}.duo-home__session{display:flex;flex-direction:column;gap:var(--st-space-xl)}.duo-home__participants{display:flex;flex-direction:column;gap:var(--st-space-sm)}.duo-home__invite{display:flex;flex-direction:column;gap:var(--st-space-md)}.duo-home__waiting,.duo-home__ready-text,.duo-home__completed p{color:var(--st-text-secondary);font-size:var(--st-text-body)}.duo-home__error{color:var(--st-red);font-size:var(--st-text-label)}.duo-participant{display:flex;align-items:center;gap:var(--st-space-md);padding:var(--st-space-sm) var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md)}.duo-participant__avatar{width:36px;height:36px;border-radius:var(--st-radius-full);background:var(--st-red-subtle);color:var(--st-red);display:flex;align-items:center;justify-content:center;font-weight:var(--st-weight-bold);font-size:var(--st-text-label);flex-shrink:0}.duo-participant__info{display:flex;flex-direction:column;gap:2px}.duo-participant__name{font-weight:var(--st-weight-medium);color:var(--st-text)}.duo-participant__you{font-weight:var(--st-weight-regular);color:var(--st-text-secondary)}.duo-participant__status{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.duo-participant__status--answered{color:#34c759}.duo-invitation-link{display:flex;flex-direction:column;gap:var(--st-space-sm)}.duo-invitation-link__label{font-size:var(--st-text-label);color:var(--st-text-secondary)}.duo-invitation-link__row{display:flex;gap:var(--st-space-sm)}.duo-invitation-link__input{flex:1;padding:var(--st-space-sm) var(--st-space-md);background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-md);color:var(--st-text);font-size:var(--st-text-label);font-family:monospace}.duo-invitation-link__expiry{font-size:var(--st-text-caption);color:var(--st-text-tertiary)}.duo-join{text-align:center}.duo-join__title{font-size:var(--st-text-h1);font-weight:var(--st-weight-bold);color:var(--st-text);margin-bottom:var(--st-space-md)}.duo-join__message{color:var(--st-text-secondary);margin-bottom:var(--st-space-xl)}.duo-join__form{display:flex;flex-direction:column;gap:var(--st-space-sm);text-align:left;margin-bottom:var(--st-space-lg)}.duo-join__label{font-size:var(--st-text-label);color:var(--st-text-secondary)}.duo-join__error{margin-top:var(--st-space-lg);color:var(--st-red);display:flex;flex-direction:column;gap:var(--st-space-sm);align-items:center}.duo-answer__done{max-width:400px;margin:var(--st-space-4xl) auto;text-align:center;color:var(--st-text-secondary)}.duo-answer__done h2{color:var(--st-text);margin-bottom:var(--st-space-md)}.duo-result__feedback{width:100%;text-align:center;padding:var(--st-space-lg) 0}.duo-result__feedback-label{color:var(--st-text-secondary);margin-bottom:var(--st-space-md)}.duo-result__feedback-actions{display:flex;gap:var(--st-space-md);justify-content:center}.duo-result__feedback-thanks{text-align:center;color:#34c759;padding:var(--st-space-lg) 0}.duo-explanation{padding:var(--st-space-lg) 0}.duo-explanation__title{font-size:var(--st-text-h3);font-weight:var(--st-weight-semibold);color:var(--st-text);margin-bottom:var(--st-space-md)}.duo-explanation__overall{color:var(--st-text-secondary);line-height:var(--st-leading-relaxed);margin-bottom:var(--st-space-lg)}.duo-explanation__section{margin-top:var(--st-space-lg)}.duo-explanation__label{margin-bottom:var(--st-space-sm);color:var(--st-text);font-size:var(--st-text-label);font-weight:var(--st-weight-semibold)}.duo-explanation__chips{display:flex;flex-wrap:wrap;gap:var(--st-space-xs)}.duo-explanation__chip{padding:.4rem .65rem;border:1px solid rgba(52,199,89,.28);border-radius:999px;background:#34c75914;color:var(--st-text-secondary);font-size:var(--st-text-caption)}.duo-explanation__details{margin-top:var(--st-space-xl);border-top:1px solid var(--st-border);padding-top:var(--st-space-lg)}.duo-explanation__details summary{cursor:pointer;display:inline-flex;align-items:center;min-height:40px;padding:.55rem .8rem;border:1px solid var(--st-border);border-radius:var(--st-radius-md);background:var(--st-surface);color:var(--st-text);font-size:var(--st-text-label);font-weight:var(--st-weight-medium)}.duo-explanation__details summary:hover,.duo-explanation__details summary:focus-visible{border-color:var(--st-border-focus)}.duo-explanation__participants{display:flex;flex-direction:column;gap:var(--st-space-md);margin-top:var(--st-space-md)}.duo-explanation__item{padding:var(--st-space-md) var(--st-space-lg);background:var(--st-surface);border-radius:var(--st-radius-md);border-left:3px solid var(--st-red)}.duo-explanation__name{font-weight:var(--st-weight-medium);color:var(--st-text);font-size:var(--st-text-label)}.duo-explanation__text{color:var(--st-text-secondary);font-size:var(--st-text-body);line-height:var(--st-leading-normal);margin-top:var(--st-space-xs)}.duo-explanation__answers{display:grid;gap:var(--st-space-sm);margin-top:var(--st-space-md)}.duo-explanation__answers>div{display:flex;justify-content:space-between;gap:var(--st-space-md);line-height:1.4}.duo-explanation__answers dt{color:var(--st-text-tertiary)}.duo-explanation__answers dd{margin:0;color:var(--st-text-secondary);text-align:right}@media(max-width:639px){.duo-home,.duo-join{padding:var(--st-space-lg) var(--st-space-md)}.duo-invitation-link__row{flex-direction:column}.duo-result__feedback-actions{flex-direction:column;align-items:center}}
