:root{--tt-ink: #0e0c09;--tt-cream: #f6f1e8}.tt-appwin{position:relative;border-radius:18px;overflow:hidden;background:linear-gradient(168deg,#191410,#0e0c09 62%);border:1px solid rgb(246 241 232 / .12);box-shadow:0 40px 90px #0006;color:var(--tt-cream);font-family:var(--font-body--family)}.tt-appwin__bar{display:flex;align-items:center;gap:.45rem;padding:.75rem 1.05rem;border-bottom:1px solid rgb(246 241 232 / .1)}.tt-appwin__dot{width:9px;height:9px;border-radius:50%;background:#f6f1e833}.tt-appwin__title{margin-left:.5rem;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:#f6f1e88c}.tt-appwin__live{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#7fd1a8;white-space:nowrap}.tt-appwin__pulse{width:7px;height:7px;border-radius:50%;background:#7fd1a8;animation:tt-pulse 2.2s ease-in-out infinite}@keyframes tt-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.tt-appwin__body{padding:1.2rem 1.2rem 1.35rem}.tt-metric__label{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#f6f1e880}.tt-metric__value{font-family:var(--font-heading--family);font-size:clamp(2.1rem,4.4vw,3rem);font-weight:600;line-height:1;color:#f26422;margin:.35rem 0 .15rem;font-variant-numeric:tabular-nums}.tt-metric__sub{font-size:.76rem;color:#f6f1e88c}.tt-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:1.1rem}.tt-mini__cell{min-width:0;border:1px solid rgb(246 241 232 / .1);border-radius:11px;padding:.65rem .7rem;background:#f6f1e808}.tt-mini__num{font-family:var(--font-heading--family);font-size:1.32rem;font-weight:600;line-height:1;color:var(--tt-cream);font-variant-numeric:tabular-nums}.tt-mini__lbl{margin-top:.3rem;font-size:.6rem;line-height:1.3;color:#f6f1e880}.tt-chart{display:block;width:100%;height:auto;margin-top:1.15rem}.tt-chart__line{fill:none;stroke:#f26422;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1200;stroke-dashoffset:1200}.tt-chart__area{fill:url(#ttAreaGrad);opacity:0}.tt-chart__dot{fill:#f26422;opacity:0}.is-inview .tt-chart__line{animation:tt-draw 1.7s cubic-bezier(.22,1,.36,1) forwards}.is-inview .tt-chart__area{animation:tt-soft-in 1.1s ease .55s forwards}.is-inview .tt-chart__dot{animation:tt-soft-in .5s ease 1.35s forwards}@keyframes tt-draw{to{stroke-dashoffset:0}}@keyframes tt-soft-in{to{opacity:1}}.tt-arow{display:flex;align-items:center;gap:.7rem;padding:.62rem 0;border-top:1px solid rgb(246 241 232 / .08);font-size:.82rem}.tt-arow__name{color:var(--tt-cream)}.tt-arow__why{margin-left:auto;font-size:.7rem;color:#f6f1e873;text-align:right}.tt-arow__score{font-family:var(--font-heading--family);font-size:1.05rem;font-weight:600;color:#f26422;font-variant-numeric:tabular-nums;min-width:2.6em;text-align:right}.tt-stagger>*{opacity:0;transform:translateY(7px)}.is-inview .tt-stagger>*{animation:tt-rise-in .55s cubic-bezier(.22,1,.36,1) forwards}.is-inview .tt-stagger>*:nth-child(1){animation-delay:.05s}.is-inview .tt-stagger>*:nth-child(2){animation-delay:.13s}.is-inview .tt-stagger>*:nth-child(3){animation-delay:.21s}.is-inview .tt-stagger>*:nth-child(4){animation-delay:.29s}.is-inview .tt-stagger>*:nth-child(5){animation-delay:.37s}@keyframes tt-rise-in{to{opacity:1;transform:none}}.tt-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center;max-width:var(--tt-maxw);margin-inline:auto}.tt-hero__grid>*{min-width:0}.tt-hero__grid .tt-hero__content{max-width:620px}.tt-appgrid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;align-items:stretch}.tt-appgrid>*{min-width:0}.tt-appgrid>.tt-live,.tt-appgrid>.tt-panel{height:100%;display:flex;flex-direction:column}.tt-cards{grid-auto-rows:1fr}.tt-gauge{position:relative;width:100%;max-width:216px;margin-inline:auto}.tt-gauge svg{display:block;width:100%;height:auto;overflow:visible}.tt-gauge__track{fill:none;stroke:rgb(var(--color-foreground-rgb) / .12);stroke-width:13;stroke-linecap:round}.tt-gauge__val{fill:none;stroke:url(#ttGaugeGrad);stroke-width:13;stroke-linecap:round;stroke-dasharray:var(--tt-arc, 236);stroke-dashoffset:var(--tt-arc, 236)}.is-inview .tt-gauge__val{animation:tt-sweep 1.5s cubic-bezier(.22,1,.36,1) forwards}@keyframes tt-sweep{to{stroke-dashoffset:var(--tt-arc-target, 90)}}.tt-gauge__center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;padding-top:1.1rem}.tt-gauge__num{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;line-height:1;color:var(--color-foreground-heading);font-variant-numeric:tabular-nums}.tt-gauge__den{font-size:.72rem;color:rgb(var(--color-foreground-rgb) / .5)}.tt-segbar{display:flex;height:9px;border-radius:999px;overflow:hidden;margin-top:.4rem;background:rgb(var(--color-foreground-rgb) / .08)}.tt-segbar span{display:block;height:100%;width:0;transition:width 1.1s cubic-bezier(.22,1,.36,1)}.is-inview .tt-segbar span{width:var(--w, 0)}.tt-segbar__a{background:#6b9e7b}.tt-segbar__b{background:#d9a34a}.tt-segbar__c{background:#f26422}.tt-seglegend{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;margin-top:.8rem;font-size:.76rem;color:rgb(var(--color-foreground-rgb) / .7)}.tt-seglegend b{color:var(--color-foreground-heading);font-weight:600}.tt-seglegend i{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:.4rem}.tt-live{border:1px solid var(--color-border);border-radius:20px;overflow:hidden;background:rgb(var(--color-foreground-heading-rgb) / .02)}.tt-live__chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.tt-segchip{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:var(--font-body--family);font-size:.85rem;font-weight:500;color:rgb(var(--color-foreground-rgb) / .75);background:transparent;border:1px solid var(--color-border);border-radius:999px;padding:.5rem .95rem;transition:background .18s ease,border-color .18s ease,color .18s ease}.tt-segchip:hover{border-color:#f2642280;color:var(--color-foreground-heading)}.tt-segchip[aria-selected=true]{background:#f264221a;border-color:#f264228c;color:var(--color-foreground-heading)}.tt-live__body{position:relative;padding:1.4rem 1.25rem 1.5rem;flex:1;display:flex}.tt-live__content{display:flex;flex-direction:column;flex:1;min-width:0;transition:opacity .22s ease}.tt-live[data-loading=true] .tt-live__content{opacity:0;pointer-events:none}.tt-live__skel{position:absolute;top:1.4rem;right:1.25rem;bottom:1.4rem;left:1.25rem;opacity:0;pointer-events:none;transition:opacity .22s ease}.tt-live[data-loading=true] .tt-live__skel{opacity:1}.tt-skel{position:relative;overflow:hidden;background:rgb(var(--color-foreground-rgb) / .07);border-radius:7px;height:14px;margin-bottom:.85rem}.tt-skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgb(var(--color-foreground-rgb) / .1),transparent);animation:tt-shimmer 1.15s infinite}@keyframes tt-shimmer{to{transform:translate(100%)}}.tt-live__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.35rem}.tt-live__metrics>*{min-width:0}.tt-live__num{font-family:var(--font-heading--family);font-size:1.85rem;font-weight:600;line-height:1;color:var(--color-foreground-heading);font-variant-numeric:tabular-nums}.tt-live__lbl{margin-top:.35rem;font-size:.72rem;line-height:1.35;color:rgb(var(--color-foreground-rgb) / .6)}.tt-live__row{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-top:1px solid rgb(var(--color-foreground-rgb) / .09);font-size:.88rem}.tt-live__row-name{color:var(--color-foreground-heading);font-weight:500}.tt-live__row-meta{margin-left:auto;font-size:.76rem;color:rgb(var(--color-foreground-rgb) / .58);text-align:right}.tt-live__row-score{font-family:var(--font-heading--family);font-size:1.05rem;font-weight:600;color:#d9531a;min-width:3em;text-align:right;font-variant-numeric:tabular-nums}.tt-live__foot{margin-top:auto;padding-top:1.1rem;font-size:.78rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .6)}.tt-board{display:grid;grid-template-columns:1.55fr 1fr;gap:1.35rem;align-items:stretch}.tt-board>*{min-width:0}.tt-board__main,.tt-board__feed{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:18px;padding:1.35rem 1.4rem 1.4rem;background:rgb(var(--color-foreground-heading-rgb) / .02)}.tt-board__cols,.tt-board__row{display:grid;grid-template-columns:1.5fr 1.05fr .45fr .7fr;gap:.75rem;align-items:center}.tt-board__cols{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .42);padding-bottom:.6rem;border-bottom:1px solid var(--color-border)}.tt-board__cols span:nth-child(3),.tt-board__cols span:nth-child(4){text-align:right}.tt-board__row{position:relative;padding:.75rem 0 1.15rem;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .07);font-size:.88rem}.tt-board__name{color:var(--color-foreground-heading);font-weight:500}.tt-board__obj{font-size:.78rem;color:rgb(var(--color-foreground-rgb) / .6)}.tt-board__aud{font-size:.78rem;color:rgb(var(--color-foreground-rgb) / .6);text-align:right}.tt-board__rev{font-family:var(--font-heading--family);font-size:1.1rem;font-weight:600;color:#d9531a;text-align:right;font-variant-numeric:tabular-nums}.tt-board__bar{position:absolute;left:0;right:0;bottom:.5rem;height:3px;border-radius:999px;background:rgb(var(--color-foreground-rgb) / .08)}.tt-board__bar i{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#f26422,#ff9a5e);transition:width 1.2s cubic-bezier(.22,1,.36,1)}.is-inview .tt-board__bar i{width:var(--w, 0)}.tt-board__total{margin-top:auto;padding-top:1.15rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.82rem;color:rgb(var(--color-foreground-rgb) / .65)}.tt-board__total b{font-family:var(--font-heading--family);font-size:1.5rem;font-weight:600;color:var(--color-foreground-heading);font-variant-numeric:tabular-nums}.tt-feeditem{padding:.68rem 0;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .07);font-size:.84rem;color:rgb(var(--color-foreground-rgb) / .78)}.tt-feeditem b{color:var(--color-foreground-heading);font-weight:600}.tt-feeditem span{display:block;margin-top:.2rem;font-size:.7rem;letter-spacing:.04em;color:rgb(var(--color-foreground-rgb) / .5)}.tt-board__feednote{margin-top:auto;padding-top:1.1rem;font-size:.75rem;line-height:1.55;color:rgb(var(--color-foreground-rgb) / .55)}@media(max-width:990px){.tt-hero__grid{grid-template-columns:1fr;gap:2.5rem}.tt-hero__grid .tt-hero__content{max-width:none}.tt-appgrid{grid-template-columns:1fr;gap:1.5rem}.tt-board{grid-template-columns:1fr}}@media(max-width:620px){.tt-live__metrics{grid-template-columns:1fr 1fr;gap:.9rem 1rem}.tt-live__num{font-size:1.55rem}.tt-live__body{padding:1.15rem 1rem 1.25rem}.tt-live__skel{top:1.15rem;right:1rem;bottom:1.15rem;left:1rem}.tt-live__chips{padding:.9rem 1rem;gap:.4rem}.tt-segchip{font-size:.78rem;padding:.42rem .75rem}.tt-appwin__body{padding:1rem .9rem 1.15rem}.tt-mini{gap:.4rem}.tt-mini__cell{padding:.55rem .5rem}.tt-mini__num{font-size:1.05rem}.tt-mini__lbl{font-size:.55rem}.tt-arow{font-size:.78rem;gap:.5rem}.tt-arow__why{font-size:.64rem}.tt-board__cols{display:none}.tt-board__row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .6rem;padding:.7rem 0 1.05rem}.tt-board__name{order:1;flex:1 1 auto}.tt-board__rev{order:2;margin-left:auto;text-align:right}.tt-board__obj{order:3;flex:1 1 100%}.tt-board__aud{display:none}.tt-board__main,.tt-board__feed{padding:1.15rem 1rem 1.2rem}.tt-board__total b{font-size:1.3rem}}@media(max-width:420px){.tt-live__metrics{grid-template-columns:1fr;gap:.75rem}.tt-mini{grid-template-columns:1fr 1fr}.tt-gauge{max-width:180px}.tt-gauge__num{font-size:2.1rem}}@media(prefers-reduced-motion:reduce){.tt-appwin__pulse{animation:none;opacity:.9}.tt-chart__line{stroke-dashoffset:0;animation:none!important}.tt-chart__area,.tt-chart__dot{opacity:1;animation:none!important}.tt-stagger>*{opacity:1;transform:none;animation:none!important}.tt-gauge__val{stroke-dashoffset:var(--tt-arc-target, 90);animation:none!important}.tt-segbar span,.tt-board__bar i{transition:none;width:var(--w, 0)}.tt-skel:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/telltale-app-ui.css.map */
