.tuning-surface.crt{z-index:3000;min-height:100vh;opacity:1;background:radial-gradient(80% 100% at 50% 40%,#0e2051 0%,#040b20 85%);align-items:center;justify-items:center;min-height:100dvh;transition:opacity .7s;display:grid;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.tuning-surface.tuning-fading{pointer-events:none;opacity:0}.channel-tuning-identity{grid-template-rows:auto 34px;justify-items:center;row-gap:22px;width:min(1180px,100vw - 48px);display:grid}.wordmark.tuning-brand{--brand-icon-gap:.42em;--brand-tracking:.28em;--brand-tracking-compensation:-.28em;align-items:center;gap:var(--brand-icon-gap);letter-spacing:0;text-shadow:0 0 34px rgba(255,210,74,.25);font-size:96px;display:flex}.tuning-brand .brand-wordmark-text{font-size:.62em}.tuning-status-line{align-items:start;justify-items:center;width:100%;min-height:34px;display:grid;position:relative}.tuning-sub{font-family:var(--font-mono);letter-spacing:.35em;color:rgba(173,189,226,.55);text-align:center;text-transform:uppercase;opacity:1;grid-area:1/1;margin:0;padding-left:.35em;font-size:20px}.tuning-status-incoming{animation:.42s both tuning-label-in}.tuning-status-outgoing{animation:.42s both tuning-label-out}@keyframes tuning-label-in{0%{opacity:0}to{opacity:1}}@keyframes tuning-label-out{0%{opacity:1}to{opacity:0}}@media (max-width:700px){.channel-tuning-identity{grid-template-rows:auto 44px;row-gap:16px;width:calc(100vw - 24px)}.wordmark.tuning-brand{--brand-icon-gap:clamp(8px, 2.5vw, 16px);--brand-tracking:.16em;--brand-tracking-compensation:-.16em;gap:var(--brand-icon-gap);letter-spacing:0;font-size:max(28px,min(9vw,54px))}.wordmark.tuning-brand svg{width:64px;height:64px}.tuning-sub{padding:0 var(--phone-space-4);letter-spacing:.18em;font-size:11px}}@media (prefers-reduced-motion:reduce){.tuning-status-incoming,.tuning-status-outgoing{animation:none}.tuning-status-outgoing{display:none}}.account-switcher{z-index:18;align-items:center;transition:opacity .14s,visibility .14s;display:flex;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.account-switcher-hidden{visibility:hidden;opacity:0;pointer-events:none}.account-switcher-trigger{max-width:min(42vw,520px);color:var(--text-dim);font:700 14px/1.15 var(--font-cond);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid transparent;border-radius:6px;justify-content:center;align-items:center;gap:9px;padding:7px 12px;display:inline-flex}.account-switcher-trigger>span:not(.account-switcher-caret){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-switcher-trigger:hover,.account-switcher-trigger[aria-expanded=true]{color:var(--yellow);background:rgba(3,11,34,.72);border-color:rgba(255,210,74,.5);outline:none}.account-switcher-trigger:focus-visible{color:var(--yellow);background:rgba(3,11,34,.72);border-color:rgba(255,210,74,.5);outline:none}.account-switcher-caret{font-size:11px;transform:translateY(-1px)}.account-switcher-menu.crt{background:linear-gradient(155deg,rgba(12,33,81,.99),rgba(3,11,34,.99));border:1px solid #315297;border-radius:8px;width:min(520px,100vw - 32px);padding:15px;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 18px 50px rgba(0,0,0,.56)}.account-switcher-kicker{color:var(--yellow);font:700 12px/1.2 var(--font-mono);letter-spacing:.18em;padding:0 5px 11px}.account-switcher-rows{gap:6px;display:grid}.account-switcher-row{width:100%;min-height:58px;color:var(--text);text-align:left;cursor:pointer;background:rgba(5,15,49,.72);border:1px solid rgba(71,105,180,.38);border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 11px;display:grid}.account-switcher-row:not(:disabled):hover{border-color:var(--yellow);background:rgba(19,41,104,.78);outline:none}.account-switcher-row:focus-visible{border-color:var(--yellow);background:rgba(19,41,104,.78);outline:none}.account-switcher-row-active{border-color:rgba(255,210,74,.72)}.account-switcher-row-invited{color:var(--text-dim);cursor:default;opacity:.62;background:rgba(3,11,34,.52);border-color:rgba(91,117,176,.24)}.account-switcher-row-invited .account-switcher-person{color:var(--text-dim);border-color:rgba(91,117,176,.38)}.account-switcher-person{width:36px;height:36px;color:var(--yellow);border:1px solid rgba(255,210,74,.48);border-radius:50%;align-items:center;justify-items:center;display:grid}.account-switcher-copy{min-width:0;display:grid}.account-switcher-copy strong,.account-switcher-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-switcher-copy strong{letter-spacing:.07em;font-size:15px}.account-switcher-copy span{color:var(--text-dim);font-size:12px}.account-switcher-state{color:var(--text-dim);font:700 10px/1.2 var(--font-mono);letter-spacing:.1em;white-space:nowrap}.account-switcher-row-active .account-switcher-state{color:var(--yellow)}.account-switcher-state-login_required{color:#ffb2aa}.account-switcher-error{color:#ffb2aa;margin-top:9px;font-size:12px}.account-switcher-actions{border-top:1px solid rgba(73,106,178,.28);flex-direction:column;justify-content:center;align-items:center;gap:7px;margin-top:13px;padding-top:12px;display:flex}.account-switcher-action{text-align:center;min-width:210px;color:var(--text-dim);font:700 11px/1.3 var(--font-cond);letter-spacing:.11em;cursor:pointer;background:0 0;border:0;padding:5px}.account-switcher-action:hover{color:var(--yellow);outline:none}.account-switcher-action:focus-visible{color:var(--yellow);outline:none}.account-switcher-link{color:var(--yellow)}@media (min-width:1200px) and (min-height:700px){html.tv-mode .account-switcher-trigger{gap:14px;padding:11px 18px;font-size:20px}html.tv-mode .account-switcher-trigger .user-icon{width:25px;height:25px}html.tv-mode .account-switcher-menu{width:680px;padding:22px}html.tv-mode .account-switcher-kicker{font-size:16px}html.tv-mode .account-switcher-row{min-height:78px;padding:12px 15px}html.tv-mode .account-switcher-copy strong{font-size:21px}html.tv-mode .account-switcher-copy span{font-size:16px}html.tv-mode .account-switcher-state{font-size:14px}html.tv-mode .account-switcher-action{font-size:16px}}@media (max-width:700px){.account-switcher-trigger{max-width:48vw;font-size:var(--phone-font-xs);gap:5px;padding:6px}.account-switcher-trigger .user-icon{display:none}.account-switcher-menu{width:calc(100vw - 20px)}.account-switcher-row{gap:8px;padding:8px}.account-switcher-state{font-size:8px}.account-switcher-actions{align-items:center}.account-switcher-action{width:100%;min-width:0}}.account-chooser{justify-content:center;padding:32px 18px}.account-chooser-title{color:var(--yellow);font:700 24px/1.2 var(--font-cond);letter-spacing:.18em}.account-chooser-copy{color:var(--text-dim);text-align:center;margin:-5px 0 3px}.account-chooser-list{gap:9px;width:min(620px,100vw - 28px);display:grid}.account-chooser-row{min-height:70px;color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(145deg,rgba(12,33,81,.9),rgba(3,11,34,.9));border:1px solid rgba(71,105,180,.52);border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 15px;display:grid}.account-chooser-row:hover{border-color:var(--yellow);outline:none;box-shadow:0 0 20px rgba(255,210,74,.15)}.account-chooser-row:focus-visible{border-color:var(--yellow);outline:none;box-shadow:0 0 20px rgba(255,210,74,.15)}@media (min-width:1200px) and (min-height:700px){html.tv-mode .account-chooser-title{font-size:36px}html.tv-mode .account-chooser-copy{font-size:20px}html.tv-mode .account-chooser-list{width:820px}html.tv-mode .account-chooser-row{min-height:94px;padding:16px 20px}html.tv-mode .account-chooser-row .account-switcher-copy strong{font-size:24px}html.tv-mode .account-chooser-row .account-switcher-copy span{font-size:18px}}.signin-scroll{height:100vh;scroll-snap-type:y mandatory;scroll-behavior:smooth;width:100%;height:100dvh;overflow-x:hidden;overflow-y:auto}.signin-panel{height:100vh;scroll-snap-align:start;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100dvh;padding:24px;display:flex;position:relative}.tv-signin{scroll-snap-type:none;overflow:hidden}.tv-signin-panel{min-height:100vh;min-height:100dvh}.tv-getstarted{min-width:190px}.signin-direct{scroll-snap-type:none;overflow:hidden}.signin-direct-panel{min-height:100vh;min-height:100dvh}.signin-direct-kicker{color:var(--yellow);font:700 12px/1.2 var(--font-mono);letter-spacing:.2em;margin:-24px 0 18px}.signin-direct-notice{max-width:440px;color:var(--text-dim);line-height:1.5}.signin-direct-trust{position:absolute;bottom:22px}.signin-jump{color:rgba(173,189,226,.85);font-family:var(--font-cond);letter-spacing:.16em;cursor:pointer;background:0 0;border:1px solid rgba(173,189,226,.3);border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:color .15s,border-color .15s;display:inline-flex}.signin-jump:hover,.signin-jump:focus{color:var(--yellow);border-color:var(--yellow)}.signin-jump-down{position:absolute;bottom:40px}.signin-jump-above-footer{bottom:62px}.signin-jump-up{position:absolute;top:40px}.signin-demo-stage{aspect-ratio:16/9;background:#05060f;border:1px solid rgba(120,150,230,.3);border-radius:10px;width:min(1000px,92vw);overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.5)}.signin-demo-video{object-fit:cover;width:100%;height:100%;display:block}.signin-brand.wordmark{--brand-icon-gap:.42em;--brand-tracking:.28em;--brand-tracking-compensation:-.28em;justify-content:center;align-items:center;gap:var(--brand-icon-gap);letter-spacing:0;text-shadow:0 0 34px rgba(255,210,74,.25);font-size:96px;line-height:1;display:flex}.signin-brand .brand-wordmark-text{font-size:.62em}.signin-sub{font-family:var(--font-mono);letter-spacing:.35em;text-transform:uppercase;color:rgba(173,189,226,.55);margin:24px 0 44px;font-size:16px}.signin-connect{padding:13px 30px;font-size:16px}.signin-getstarted{letter-spacing:.14em}.signin-form-inline{align-items:stretch;gap:10px;width:min(400px,90vw);animation:.35s cubic-bezier(.22,1,.36,1) signin-reveal;display:flex}@keyframes signin-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.signin-email-wrap{width:100%;position:relative}.signin-form-inline .signin-email{text-align:left;width:100%;padding-right:46px}.signin-arrow{color:rgba(173,189,226,.4);cursor:not-allowed;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:color .18s,transform .12s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.signin-arrow:not(:disabled){color:var(--yellow);cursor:pointer}.signin-arrow:not(:disabled):hover{transform:translateY(-50%)translate(2px)}.signin-error{color:#ff9b94;letter-spacing:.06em;margin-top:16px;font-size:13px}.auth-legal-notice{color:rgba(173,189,226,.66);width:min(440px,90vw);font-family:var(--font-cond);letter-spacing:.02em;text-align:center;margin:14px auto 0;font-size:11px;line-height:1.55}.auth-legal-notice a{color:rgba(214,224,248,.9);text-underline-offset:2px;text-decoration:underline rgba(173,189,226,.5)}.auth-legal-notice a:hover{color:var(--yellow)}.auth-legal-notice a:focus-visible{color:var(--yellow)}html.tv-mode .auth-legal-notice{width:min(760px,100vw - 180px);margin-top:18px;font-size:16px;line-height:1.5}.signin-form{flex-direction:column;gap:12px;width:min(360px,90vw);display:flex}.signin-email{box-sizing:border-box;width:100%;color:var(--text);text-align:center;letter-spacing:.02em;background:rgba(5,15,49,.6);border:1px solid #253f80;border-radius:8px;padding:13px 16px;font-size:16px}.signin-email:focus{border-color:var(--yellow);outline:none}.signin-sent{text-align:center;max-width:380px;animation:.28s both calm-overlay-reveal}.signin-sent p{margin:6px 0;font-size:18px}.signin-sent-dim{color:var(--text-dim);line-height:1.5;font-size:14px!important}.signin-again{color:var(--yellow);font-family:var(--font-cond);letter-spacing:.08em;cursor:pointer;background:0 0;border:none;margin-top:14px;font-weight:700}.signin-another{color:rgba(173,189,226,.6);font-family:var(--font-cond);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;margin-top:22px;font-size:13px;transition:color .15s}.signin-another:hover{color:var(--yellow)}.signin-trust{right:16px;bottom:max(18px, env(safe-area-inset-bottom));font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin:0;font-size:10px;line-height:1.4;display:flex;position:absolute;left:16px}.signin-youtube,.signin-legal-links a,.signin-legal-links button{color:rgba(173,189,226,.58);text-decoration:none;transition:color .15s}.signin-youtube{width:104px}.signin-legal-links a:hover,.signin-legal-links button:hover{color:var(--yellow)}.signin-legal-links a:focus-visible{color:var(--yellow)}.signin-legal-links button:focus-visible{color:var(--yellow)}.signin-legal-links{color:rgba(173,189,226,.35);align-items:center;gap:9px;display:inline-flex}.signin-legal-links button{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.signin-trust-separator{color:rgba(173,189,226,.35)}.tvpair{flex-direction:column;align-items:center;width:min(400px,92vw);display:flex}.tvpair-card{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:0;display:flex}.tvpair-lead{color:var(--yellow);font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;margin:0 0 18px;font-size:14px;font-weight:700}.tvpair-url{color:var(--yellow);font-family:var(--font-cond);letter-spacing:.08em;white-space:nowrap;font-size:18px;font-weight:700}.tvpair-code{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text);text-shadow:0 0 28px rgba(255,210,74,.28);padding-left:.1em;font-size:45px;font-weight:700;line-height:1}.tvpair-qr{box-sizing:border-box;background:#fff;border-radius:10px;width:196px;height:196px;padding:8px;box-shadow:0 8px 26px rgba(0,0,0,.3)}.tvpair-qr:not(.tvpair-qr-loading){animation:.28s both calm-overlay-reveal}.tvpair-qr-loading{background:linear-gradient(110deg,#f3f5fb 25%,#fff 40%,#f3f5fb 55%) 0 0/220% 100%,#fff;animation:1.2s linear infinite tvpair-loading}@keyframes tvpair-loading{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.tvpair-qr-loading{animation:none}}.tvpair-manual{width:100%;margin-top:20px}.tvpair-hint{color:var(--text-dim);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;margin:0 0 6px;font-size:12px;line-height:1.5}.tvpair-expired{flex-direction:column;align-items:center;gap:16px;font-size:18px;display:flex}.tvpair-email{margin-top:16px;font-size:13px}html.tv-mode .tvpair{width:min(640px,100vw - 160px)}html.tv-mode .tv-signin-panel{padding:48px 80px 72px}html.tv-mode .tv-signin .signin-brand.wordmark{font-size:112px}html.tv-mode .tv-signin .signin-sub{letter-spacing:.3em;margin:28px 0 44px;font-size:20px;line-height:1.5}html.tv-mode .tv-getstarted,html.tv-mode .tvpair-expired .btn{min-width:280px;min-height:56px;padding:14px 28px;font-size:18px}html.tv-mode .tvpair-lead{margin-bottom:20px;font-size:22px;line-height:1.4}html.tv-mode .tvpair-qr{border-radius:14px;width:300px;height:300px;padding:12px;box-shadow:0 12px 36px rgba(0,0,0,.38)}html.tv-mode .tvpair-manual{margin-top:24px}html.tv-mode .tvpair-hint{margin-bottom:8px;font-size:18px;line-height:1.4}html.tv-mode .tvpair-url{font-size:24px;line-height:1.4}html.tv-mode .tvpair-code{margin-top:10px;font-size:64px}html.tv-mode .tvpair-expired{gap:22px;font-size:22px}html.tv-mode .tv-signin-trust{letter-spacing:.08em;gap:14px;font-size:18px;bottom:24px}html.tv-mode .tv-signin-trust .signin-youtube{width:154px}html.tv-mode .tv-signin-trust .signin-legal-links{gap:14px}.link-panel{justify-content:flex-start;gap:8px;padding-top:12vh}.signin-brand.wordmark.link-brand{--brand-icon-gap:.4em;font-size:40px}.link-card{flex-direction:column;gap:12px;width:min(380px,90vw);margin-top:26px;animation:.28s both calm-overlay-reveal;display:flex}.link-title{font-family:var(--font-cond);letter-spacing:.02em;margin:0;font-size:22px;font-weight:700}.link-dim{color:var(--text-dim);margin:0;font-size:14px;line-height:1.55}.link-code-input{text-align:center;letter-spacing:.3em;font-family:var(--font-mono);text-transform:uppercase}.link-actions{gap:12px;margin-top:8px;display:flex}.link-actions .btn{flex:1}@media (max-width:600px){.signin-panel{padding:max(var(--phone-space-4), env(safe-area-inset-top)) max(var(--phone-space-4), env(safe-area-inset-right)) max(var(--phone-space-4), env(safe-area-inset-bottom)) max(var(--phone-space-4), env(safe-area-inset-left))}.signin-hero-brand.wordmark{--brand-icon-gap:clamp(10px, 3vw, 18px);--brand-tracking:.18em;--brand-tracking-compensation:-.18em;gap:var(--brand-icon-gap);letter-spacing:0;white-space:nowrap;flex-direction:row;max-width:100%;font-size:max(30px,min(10vw,52px))}.signin-hero-brand>.brand-wordmark-text{white-space:nowrap;padding-left:0;display:block}.signin-hero-brand>.tv-icon{flex:none;width:max(48px,min(15vw,72px));height:max(48px,min(15vw,72px))}.signin-sub{max-width:100%;margin:var(--phone-space-4) 0 clamp(22px, 7vw, 30px);font-size:var(--phone-font-sm);letter-spacing:.22em;padding-left:.22em;line-height:1.6}.signin-connect{font-size:var(--phone-font-md);padding:var(--phone-space-3) clamp(20px, 6.5vw, 28px)}.signin-form-inline,.signin-sent{width:min(100%,380px)}.signin-another{max-width:290px;margin-top:max(14px,min(5vw,20px));line-height:1.5}.signin-trust{bottom:max(10px, env(safe-area-inset-bottom));gap:6px;font-size:max(7.5px,min(2.35vw,10px))}.signin-legal-links{gap:6px}.signin-jump{padding:var(--phone-space-2) var(--phone-space-4);font-size:var(--phone-font-sm)}.signin-jump-down{bottom:max(18px, env(safe-area-inset-bottom))}.signin-jump-above-footer{bottom:max(58px, calc(env(safe-area-inset-bottom) + 48px))}.signin-jump-up{top:max(18px, env(safe-area-inset-top))}.signin-demo-stage{width:100%}.tvpair{width:min(100%,350px)}.tvpair-card{padding:0}.tvpair-lead{font-size:var(--phone-font-sm);margin-bottom:12px}.tvpair-qr{width:148px;height:148px}.tvpair-manual{margin-top:14px}.tvpair-code{font-size:max(34px,min(11vw,42px))}.signin-brand.wordmark.link-brand{--brand-icon-gap:12px;gap:var(--brand-icon-gap);font-size:30px}.link-brand .tv-icon{width:42px;height:42px}.link-panel{padding-top:max(56px,10dvh)}}@media (max-height:700px) and (max-width:600px){.signin-hero-brand.wordmark{--brand-icon-gap:var(--phone-space-2);gap:var(--brand-icon-gap);font-size:max(27px,min(8.75vw,38px))}.signin-hero-brand .tv-icon{width:max(48px,min(15vw,56px));height:max(48px,min(15vw,56px))}.signin-sub{margin:10px 0 18px}.signin-another{margin-top:14px}.signin-trust{bottom:max(7px, env(safe-area-inset-bottom))}.tvpair-card{padding:0}.tvpair-lead{margin-bottom:8px}.tvpair-qr{width:118px;height:118px}.tvpair-manual{margin-top:10px}.tvpair-hint{margin-bottom:8px;font-size:12px}.tvpair-code{font-size:32px}.tvpair-email{margin-top:10px}.signin-jump-down{bottom:max(10px, env(safe-area-inset-bottom))}.signin-jump-above-footer{bottom:max(68px, calc(env(safe-area-inset-bottom) + 58px))}}.signin-about-content{flex-direction:column;align-items:center;width:min(1040px,92vw);display:flex}.signin-about-kicker{color:var(--yellow);font-family:var(--font-mono);letter-spacing:.28em;margin:0 0 18px;font-size:12px;font-weight:700}.signin-about h2{max-width:1000px;font-family:var(--font-cond);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:max(38px,min(5.2vw,66px));font-weight:700;line-height:1}.signin-about-story{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:34px 0 30px;display:grid}.signin-about-story p{color:var(--text-dim);border-left:1px solid rgba(120,150,230,.25);margin:0;padding:0 22px;font-size:14px;line-height:1.62}.signin-about-story p:first-child{border-left:0}.signin-about-compare{text-align:left;background:rgba(7,19,51,.42);border-top:1px solid rgba(120,150,230,.28);border-bottom:1px solid rgba(120,150,230,.28);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.signin-about-compare>div{border-left:1px solid rgba(120,150,230,.2);padding:17px 22px}.signin-about-compare>div:first-child{border-left:0}.signin-about-compare strong,.signin-about-compare span{display:block}.signin-about-compare strong{color:var(--signal-aqua);font-family:var(--font-mono);letter-spacing:.13em;font-size:10px}.signin-about-compare span{color:var(--text-dim);margin-top:5px;font-size:12px;line-height:1.4}.signin-about-price{color:var(--yellow);font-family:var(--font-mono);letter-spacing:.08em;margin:30px 0 18px;font-size:12px}.signin-about-cta{letter-spacing:.13em;padding:11px 24px}@media (max-width:700px){.signin-about-content{width:min(100%,430px)}.signin-about-kicker{font-size:var(--phone-font-sm);margin-bottom:10px}.signin-about h2{font-size:max(28px,min(9vw,38px))}.signin-about-story{grid-template-columns:1fr;gap:8px;margin:18px 0 16px}.signin-about-story p{font-size:var(--phone-font-sm);border-left-color:rgba(120,150,230,.25);padding:0 0 0 12px;line-height:1.35}.signin-about-story p:first-child{border-left:0}.signin-about-compare{grid-template-columns:1fr}.signin-about-compare>div,.signin-about-compare>div:first-child{border:0;border-top:1px solid rgba(120,150,230,.15);grid-template-columns:105px 1fr;gap:8px;padding:8px 10px;display:grid}.signin-about-compare>div:first-child{border-top:0}.signin-about-compare strong{font-size:max(8px,min(2.5vw,10px))}.signin-about-compare span{font-size:var(--phone-font-sm);margin-top:0}.signin-about-price{font-size:var(--phone-font-sm);margin:18px 0 12px}.signin-about-cta{font-size:var(--phone-font-sm);padding:9px 18px}}@media (max-width:600px) and (max-height:700px){.signin-about{padding-top:54px;padding-bottom:48px}.signin-about-kicker{margin-bottom:4px;font-size:8px}.signin-about h2{font-size:26px}.signin-about-story{gap:5px;margin:8px 0 7px}.signin-about-story p{padding-left:9px;font-size:10px;line-height:1.28}.signin-about-compare>div,.signin-about-compare>div:first-child{grid-template-columns:88px 1fr;gap:5px;padding:4px 7px}.signin-about-compare strong,.signin-about-compare span{font-size:8px;line-height:1.2}.signin-about-price{margin:8px 0 7px;font-size:9px}.signin-about-cta{padding:7px 14px;font-size:9px}}:root{--navy-deep:#050f31;--navy-deeper:#030b22;--navy-darkest:#03081c;--navy:#081842;--navy-hi:#132968;--navy-row-a:#0a1c4b;--navy-row-b:#071436;--text:#f2f5ff;--text-dim:#adbde2;--yellow:#ffd24a;--phosphor-aqua:#51f5ed;--red:#e5231b;--chan-w:150px;--font-cond:"Arial Narrow", "Helvetica Neue", Arial, sans-serif;--font-mono:"Courier New", ui-monospace, monospace;--phone-space-1:clamp(4px, 1.25vw, 6px);--phone-space-2:clamp(6px, 1.8vw, 9px);--phone-space-3:clamp(8px, 2.5vw, 12px);--phone-space-4:clamp(10px, 3.4vw, 16px);--phone-font-xs:clamp(9px, 2.7vw, 11px);--phone-font-sm:clamp(10px, 3.1vw, 13px);--phone-font-md:clamp(12px, 3.7vw, 16px);--phone-font-lg:clamp(16px, 4.8vw, 21px);--phone-dial-w:clamp(78px, 24vw, 104px)}*{box-sizing:border-box}html,body{background:radial-gradient(120% 140% at 50% 0%, var(--navy) 0%, var(--navy-deep) 60%, #03081f 100%);min-height:100%;color:var(--text);font-family:var(--font-cond);letter-spacing:.035em;margin:0;padding:0;line-height:1.45}.crt{position:relative}.crt:after{content:"";pointer-events:none;z-index:5;background:repeating-linear-gradient(rgba(255,255,255,.024) 0,rgba(255,255,255,.024) 1px,transparent 1px,transparent 3px);position:absolute;top:0;bottom:0;left:0;right:0}.wordmark svg{color:var(--yellow)}.youtube-attribution{border-radius:4px;flex:none;width:112px;min-width:80px;max-width:100%;line-height:0;text-decoration:none;display:inline-block}.youtube-attribution img{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}.youtube-attribution:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}.wordmark{letter-spacing:.18em;color:var(--text);text-shadow:0 0 8px rgba(120,160,255,.6);white-space:nowrap;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.brand-wordmark{--brand-icon-gap:.38em;--brand-tracking:.24em;--brand-tracking-compensation:-.24em;gap:var(--brand-icon-gap);letter-spacing:0}.brand-wordmark-text{letter-spacing:var(--brand-tracking);margin-right:var(--brand-tracking-compensation);font-size:.72em;display:inline-block}.brand-wordmark .tv-icon{flex:none;transform:translateY(-4%)}.account-action-brand{margin-bottom:18px}.red-dot{background:radial-gradient(circle at 35% 30%, #ff6a5e, var(--red) 70%);border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:0 0 8px rgba(229,35,27,.9)}.topbar{background:linear-gradient(#0f2151,#071330);border-bottom:1px solid #1e366c;justify-content:space-between;align-items:center;gap:16px;padding:10px 18px;display:flex;position:relative}.topbar-clock{text-align:right;font-family:var(--font-mono);flex-direction:column;align-items:flex-end;gap:3px;padding:2px 4px;line-height:1;display:flex}.topbar-time{color:var(--text);font-size:22px;font-weight:700}.topbar-date{letter-spacing:.08em;color:var(--text-dim);font-size:14px}.btn{font-family:var(--font-cond);letter-spacing:.12em;color:var(--text);background:linear-gradient(to bottom, var(--navy-hi), var(--navy-row-b));cursor:pointer;text-transform:uppercase;border:1px solid #314e94;border-radius:3px;padding:9px 18px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.btn:hover{filter:brightness(1.2)}.btn:disabled{opacity:.45;cursor:default}.btn-yellow{color:#201700;background:linear-gradient(to bottom, #ffe084, var(--yellow) 60%, #e0ac1e);border-color:#b8891a;box-shadow:0 0 12px rgba(255,210,74,.45)}.popup-close{color:rgba(242,245,255,.8);cursor:pointer;background:0 0;border:1px solid rgba(120,150,230,.3);border-radius:6px;flex:none;align-items:center;justify-items:center;width:34px;height:34px;padding:0;font:15px/1 Arial,sans-serif;display:grid}.popup-close:hover{color:var(--yellow);border-color:var(--yellow);background:rgba(19,41,104,.45)}.popup-close:focus-visible{color:var(--yellow);border-color:var(--yellow);background:rgba(19,41,104,.45)}.dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot-red{background:var(--red)}.dot-yellow{background:var(--yellow)}.splash{flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:100vh;display:flex}.splash .wordmark{font-size:34px}.splash-status{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.3em}.splash-message{text-align:center;max-width:460px;color:var(--text-dim);padding:0 20px;line-height:1.6}@keyframes calm-signal-reveal{0%{opacity:.72}to{opacity:1}}@keyframes calm-overlay-reveal{0%{opacity:0}to{opacity:1}}@keyframes calm-panel-settle{0%{opacity:.82;transform:translateY(10px)scale(.992)}to{opacity:1;transform:translateY(0)scale(1)}}.splash,.signin-scroll,.link-panel,.checkout-page,.guide,.watch{animation:.32s both calm-signal-reveal}@keyframes antenna-l{0%,to{transform:rotate(0)}30%{transform:rotate(-10deg)}65%{transform:rotate(6deg)}}@keyframes antenna-r{0%,to{transform:rotate(0)}35%{transform:rotate(9deg)}70%{transform:rotate(-7deg)}}.tv-wiggle .tv-antenna-l{transform-box:view-box;transform-origin:8px 6px;animation:1.1s ease-in-out infinite antenna-l}.tv-wiggle .tv-antenna-r{transform-box:view-box;transform-origin:16px 6px;animation:1.35s ease-in-out infinite antenna-r}html[data-input-mode=keys] :focus{outline:3px solid var(--yellow);outline-offset:2px;border-radius:4px}html[data-input-mode=pointer] :focus:not(:focus-visible){outline:none}html.tv-mode{--tv-space-1:8px;--tv-space-2:12px;--tv-space-3:18px;--tv-space-4:26px;--tv-font-xs:16px;--tv-font-sm:18px;--tv-font-md:22px;--tv-font-lg:28px;--tv-font-xl:40px;--tv-control-size:56px;font-size:20px}html.tv-mode[data-input-mode=keys] :focus{outline-offset:4px;outline-width:5px}html.tv-mode .topbar{gap:24px;min-height:76px;padding:14px 28px}html.tv-mode .topbar .wordmark{font-size:28px}html.tv-mode .topbar-time{font-size:30px}html.tv-mode .topbar-date{font-size:18px}html.tv-mode .btn{min-height:var(--tv-control-size);font-size:var(--tv-font-sm);border-width:2px;border-radius:6px;padding:14px 26px}html.tv-mode .popup-close{border-width:2px;border-radius:8px;width:52px;height:52px;font-size:22px}html.tv-mode .splash{gap:26px}html.tv-mode .splash .wordmark{font-size:46px}html.tv-mode .splash-status{font-size:var(--tv-font-md)}@media (max-width:600px){.btn{padding:var(--phone-space-2) var(--phone-space-4);font-size:var(--phone-font-sm)}}@media (max-width:700px){:root{--chan-w:var(--phone-dial-w)}}@media (orientation:landscape) and (max-height:600px) and (pointer:coarse){:root{--chan-w:clamp(78px, 18vw, 104px)}}@media (min-width:701px) and (max-width:900px){:root{--chan-w:126px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html.tizen-legacy.tv-mode .watch{opacity:1;animation:none}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen{z-index:auto;width:1920px;height:1080px;position:absolute}html.tizen-legacy.tv-mode .watch-chrome{contain:none;transition:none}html.tizen-legacy.tv-mode .crt:after,html.tizen-legacy.tv-mode .modal-backdrop,html.tizen-legacy.tv-mode .store-backdrop,html.tizen-legacy.tv-mode .tuning-surface.crt,html.tizen-legacy.tv-mode .demo-watch,html.tizen-legacy.tv-mode .demo-media-stage,html.tizen-legacy.tv-mode .demo-complete,html.tizen-legacy.tv-mode .demo-error,html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen,html.tizen-legacy.tv-mode .player-holder,html.tizen-legacy.tv-mode .player-holder iframe,html.tizen-legacy.tv-mode .bumper.crt,html.tizen-legacy.tv-mode .bumper{top:0;bottom:0;left:0;right:0}html.tizen-legacy.tv-mode .account-switcher-trigger{max-width:520px}html.tizen-legacy.tv-mode .account-switcher-menu{width:680px;max-width:calc(100vw - 32px)}html.tizen-legacy.tv-mode .account-chooser-list{width:820px;max-width:calc(100vw - 28px)}html.tizen-legacy.tv-mode .tvpair{width:640px;max-width:calc(100vw - 160px)}html.tizen-legacy.tv-mode .auth-legal-notice{width:760px;max-width:calc(100vw - 180px)}html.tizen-legacy.tv-mode .device-share-modal{width:1220px;max-width:calc(100vw - 120px);max-height:calc(100vh - 28px)}html.tizen-legacy.tv-mode .device-reauth-modal{width:1020px;max-width:calc(100vw - 120px)}html.tizen-legacy.tv-mode .channel-tuning-identity{width:calc(100vw - 48px);max-width:1180px}html.tizen-legacy.tv-mode .tunein,html.tizen-legacy.tv-mode .player-region,html.tizen-legacy.tv-mode .watch-chrome{width:96vw;max-width:1100px}html.tizen-legacy.tv-mode .tunein,html.tizen-legacy.tv-mode .player-region{height:619px}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen{background:#000;flex-direction:column;display:flex}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .tunein,html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .player-region{min-width:var(--youtube-player-min-size);min-height:var(--youtube-player-min-size);flex:auto;width:100%;max-width:none;height:auto;margin:0}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .tunein{min-width:var(--youtube-player-min-size);min-height:var(--youtube-player-min-size);flex:auto;width:100%;max-width:none;height:auto;margin:0}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .player-region{min-width:var(--youtube-player-min-size);min-height:var(--youtube-player-min-size);flex:auto;width:100%;max-width:none;height:auto;margin:0}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .watch-chrome{background:linear-gradient(rgba(3,14,39,.9),#030e27 30%);border-top:0;border-radius:0;width:100%;max-width:none;margin:0;box-shadow:inset 0 1px #1e366c}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .watch-chrome{background:linear-gradient(rgba(3,14,39,.9),#030e27 30%);border-top:0;border-radius:0;width:100%;max-width:none;margin:0;box-shadow:inset 0 1px #1e366c}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .watch-chrome:not(.chrome-collapsed){max-height:400px;overflow-y:auto}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .watch-chrome:not(.chrome-collapsed){max-height:400px;overflow-y:auto}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .watch-chrome.chrome-collapsed{border:0}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .watch-chrome.chrome-collapsed{border:0}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .watch-chrome-content{padding:22px 42px 28px}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .watch-chrome-content{padding:22px 42px 28px}html.tizen-legacy.tv-mode .watch-stage.watch-stage-viewport-fullscreen .nowbar{background:0 0;border:none;padding:0}html.tizen-legacy.tv-mode .watch-stage:-webkit-full-screen .nowbar{background:0 0;border:none;padding:0}html.tizen-legacy.tv-mode .chat-checkout-card .checkout-qr{width:280px;height:280px}html.tizen-legacy.tv-mode .topbar>*+*{margin-left:24px}html.tizen-legacy.tv-mode .wordmark>*+*{margin-left:var(--brand-icon-gap,8px)}html.tizen-legacy.tv-mode .preview>*+*{margin-left:32px}html.tizen-legacy.tv-mode .chan-label>*+*{margin-top:6px}html.tizen-legacy.tv-mode .control-strip-group>*+*{margin-left:24px}html.tizen-legacy.tv-mode .modal-header>*+*,html.tizen-legacy.tv-mode .profile-header>*+*{margin-left:28px}html.tizen-legacy.tv-mode .modal-list>*+*{margin-top:10px}html.tizen-legacy.tv-mode .modal-actions>*+*{margin-left:16px}html.tizen-legacy.tv-mode .profile-identity>*+*,html.tizen-legacy.tv-mode .profile-devices-heading>*+*{margin-left:22px}html.tizen-legacy.tv-mode .statement-row>*+*{margin-left:14px}html.tizen-legacy.tv-mode .guide-footer>span+span{margin-left:36px}html.tizen-legacy.tv-mode .youtube-attribution{flex:none;max-width:100%;height:auto;display:inline-block}html.tizen-legacy.tv-mode .signin-youtube{width:104px}html.tizen-legacy.tv-mode .guide-youtube-attribution{width:88px;margin-left:auto}html.tizen-legacy.tv-mode .store-youtube-attribution,html.tizen-legacy.tv-mode .watch-youtube-attribution{width:80px}html.tizen-legacy.tv-mode .signin-trust>*+*,html.tizen-legacy.tv-mode .signin-legal-links>*+*,html.tizen-legacy.tv-mode .store-preview-label-row>*+*{margin-left:14px}html.tizen-legacy.tv-mode .nowbar-meta>*+*{margin-left:8px}html.tizen-legacy.tv-mode .popup-close,html.tizen-legacy.tv-mode .account-switcher-person,html.tizen-legacy.tv-mode .profile-avatar-fallback,html.tizen-legacy.tv-mode .inline-name-icon,html.tizen-legacy.tv-mode .device-share-checkbox,html.tizen-legacy.tv-mode .tuning-surface.crt{justify-content:center;align-items:center;display:flex}html.tizen-legacy.tv-mode .channel-tuning-identity{flex-direction:column;align-items:center;display:flex}html.tizen-legacy.tv-mode .channel-tuning-identity>*+*{margin-top:22px}html.tizen-legacy.tv-mode .tuning-status-line{text-align:center;display:block}html.tizen-legacy.tv-mode .tuning-sub{position:absolute;top:0;left:0;right:0}html.tizen-legacy.tv-mode .account-switcher-rows,html.tizen-legacy.tv-mode .account-switcher-copy,html.tizen-legacy.tv-mode .account-chooser-list{display:block}html.tizen-legacy.tv-mode .account-switcher-row,html.tizen-legacy.tv-mode .account-chooser-row{align-items:center;display:flex}html.tizen-legacy.tv-mode .account-switcher-row+.account-switcher-row,html.tizen-legacy.tv-mode .account-chooser-row+.account-chooser-row{margin-top:9px}html.tizen-legacy.tv-mode .account-switcher-person{flex:none;margin-right:14px}html.tizen-legacy.tv-mode .account-switcher-copy{flex:auto}html.tizen-legacy.tv-mode .account-switcher-state{flex:none;margin-left:14px}html.tizen-legacy.tv-mode .account-switcher-trigger>*+*,html.tizen-legacy.tv-mode .account-switcher-actions>*+*{margin-top:0;margin-left:14px}html.tizen-legacy.tv-mode .account-switcher-actions>*+*{margin-top:7px;margin-left:0}html.tizen-legacy.tv-mode .grid-header,html.tizen-legacy.tv-mode .grid-row,html.tizen-legacy.tv-mode .grid-body{width:-webkit-max-content}html.tizen-legacy.tv-mode .create-channel-options,html.tizen-legacy.tv-mode .empty-slot-strip,html.tizen-legacy.tv-mode .profile-actions,html.tizen-legacy.tv-mode .inline-name-editor,html.tizen-legacy.tv-mode .profile-device-row{display:flex}html.tizen-legacy.tv-mode .create-channel-options,html.tizen-legacy.tv-mode .profile-device-row{flex-wrap:wrap}html.tizen-legacy.tv-mode .create-channel-option{flex:calc(50% - 9px)}html.tizen-legacy.tv-mode .create-channel-option+.create-channel-option{margin-left:18px}html.tizen-legacy.tv-mode .empty-slot-strip>*{flex:0 0 calc(100% / var(--guide-panes))}html.tizen-legacy.tv-mode .inline-name-editor input{flex:auto}html.tizen-legacy.tv-mode .inline-name-editor .inline-name-icon{flex:0 0 46px;margin-left:10px}html.tizen-legacy.tv-mode .profile-device-id{flex:auto}html.tizen-legacy.tv-mode .profile-device-remove{flex:none;margin-left:18px}html.tizen-legacy.tv-mode .profile-device-seen{flex:0 0 100%;order:3}html.tizen-legacy.tv-mode .profile-actions .btn{flex:1 1 0;justify-content:center;align-items:center;display:flex}html.tizen-legacy.tv-mode .profile-actions .btn+.btn{margin-left:10px}html.tizen-legacy.tv-mode .profile-unlink-confirm{display:block}html.tizen-legacy.tv-mode .profile-unlink-confirm>*+*{margin-top:4px}html.tizen-legacy.tv-mode .chatdock.crt,html.tizen-legacy.tv-mode .chatdock{top:4vh;bottom:auto;left:12.5vw;right:auto}html.tizen-legacy.tv-mode .desk-onboarding-copy,html.tizen-legacy.tv-mode .desk-control-sections{align-items:stretch;display:flex}html.tizen-legacy.tv-mode .desk-onboarding-copy>*,html.tizen-legacy.tv-mode .desk-control-sections>*{flex:1 1 0;min-width:0}html.tizen-legacy.tv-mode .desk-onboarding-copy>*+*{margin-left:12px}html.tizen-legacy.tv-mode .desk-control-sections>*+*{margin-left:18px}html.tizen-legacy.tv-mode .chatdock-scroll>*+*,html.tizen-legacy.tv-mode .feedback-stage>*+*{margin-top:12px}html.tizen-legacy.tv-mode .chip-row>*+*,html.tizen-legacy.tv-mode .card-chips>*+*,html.tizen-legacy.tv-mode .feedback-actions>*+*{margin-left:10px}html.tizen-legacy.tv-mode .checkout-flow,html.tizen-legacy.tv-mode .store .checkout-flow{width:820px;max-width:100%}html.tizen-legacy.tv-mode .checkout-handoff{min-height:340px;display:block;position:relative}html.tizen-legacy.tv-mode .checkout-handoff-visual{width:300px;position:absolute;top:0;left:0}html.tizen-legacy.tv-mode .checkout-handoff-intro,html.tizen-legacy.tv-mode .checkout-handoff-details{margin-left:340px}html.tizen-legacy.tv-mode .chat-checkout-card .checkout-handoff{min-height:300px}html.tizen-legacy.tv-mode .chat-checkout-card .checkout-handoff-visual{width:280px}html.tizen-legacy.tv-mode .chat-checkout-card .checkout-handoff-intro,html.tizen-legacy.tv-mode .chat-checkout-card .checkout-handoff-details{margin-left:320px}html.tizen-legacy.tv-mode .checkout-waiting>*+*,html.tizen-legacy.tv-mode .checkout-actions>*+*{margin-left:12px}html.tizen-legacy.tv-mode .device-share-email-label,html.tizen-legacy.tv-mode .device-share-devices,html.tizen-legacy.tv-mode .device-share-review-list,html.tizen-legacy.tv-mode .device-share-success-devices,html.tizen-legacy.tv-mode .device-share-qr-fallback{display:block}html.tizen-legacy.tv-mode .device-share-email-label>*+*,html.tizen-legacy.tv-mode .device-share-devices>*+*,html.tizen-legacy.tv-mode .device-share-review-list>*+*,html.tizen-legacy.tv-mode .device-share-success-devices>*+*{margin-top:7px}html.tizen-legacy.tv-mode .device-share-device>*+*{margin-left:12px}html.tizen-legacy.tv-mode .device-share-success{flex-wrap:wrap;align-items:center;display:flex}html.tizen-legacy.tv-mode .device-share-success-copy{flex:auto;min-width:0;margin-right:24px}html.tizen-legacy.tv-mode .device-share-success-close{flex:0 0 100%;margin-top:16px}html.tizen-legacy.tv-mode .store-grid{flex-wrap:wrap;align-content:flex-start;display:flex}html.tizen-legacy.tv-mode .store-card{flex:270px;margin:0 18px 18px 0}html.tizen-legacy.tv-mode .store-sentinel,html.tizen-legacy.tv-mode .store-loading{flex:0 0 100%}html.tizen-legacy.tv-mode .store-head>*+*{margin-left:42px}html.tizen-legacy.tv-mode .store-counters>*+*{margin-left:24px}html.tizen-legacy.tv-mode .store-cats>*+*,html.tizen-legacy.tv-mode .store-preview-sample>*+*,html.tizen-legacy.tv-mode .store-ticker>*+*{margin-left:14px}html.tizen-legacy.tv-mode .store-card>*+*{margin-top:9px}html.tizen-legacy.tv-mode .nowbar-primary,html.tizen-legacy.tv-mode .program-timeline,html.tizen-legacy.tv-mode .upnext,html.tizen-legacy.tv-mode .upnext-item{align-items:center;display:flex}html.tizen-legacy.tv-mode .nowbar-title,html.tizen-legacy.tv-mode .program-timeline .progress,html.tizen-legacy.tv-mode .upnext-item,html.tizen-legacy.tv-mode .upnext-title{flex:auto}html.tizen-legacy.tv-mode .nowbar-primary>*+*{margin-left:28px}html.tizen-legacy.tv-mode .program-timeline>*+*{margin-left:18px}html.tizen-legacy.tv-mode .upnext>*+*{margin-left:20px}html.tizen-legacy.tv-mode .upnext-item>*+*{margin-left:10px}html.tizen-legacy.tv-mode .watch-chrome-content>*+*{margin-top:22px}html.tizen-legacy.tv-mode .watch-controls>*+*,html.tizen-legacy.tv-mode .player-top-action-row>*+*,html.tizen-legacy.tv-mode .overlay-top>*+*,html.tizen-legacy.tv-mode .ch-surf>*+*{margin-left:14px}html.tizen-legacy.tv-mode .player-top-actions>*+*{margin-top:12px}html.tizen-legacy.tv-mode .feedback-category-row{flex-wrap:wrap;display:flex}html.tizen-legacy.tv-mode .feedback-category-row .chip-btn{flex:calc(33.333% - 10px);margin:0 10px 10px 0}html.tizen-legacy.tv-mode .demo-complete>*+*,html.tizen-legacy.tv-mode .demo-error>*+*{margin-top:22px}html.tizen-legacy.tv-mode .demo-complete-title,html.tizen-legacy.tv-mode .demo-status{font-size:62px}html.tizen-legacy.tv-mode .demo-complete p{font-size:28px}html.tizen-legacy.tv-mode .demo-actions>*+*,html.tizen-legacy.tv-mode .demo-error-actions>*+*{margin-left:16px}
