:root{--brand:#0b0b0b;--tvfx_purple:#6e38ec;--tvfx_washed-purple:#6e38ec40;--untitled-ui--gray600:#475467;--untitled-ui--gray900:#101828;--spark-library--white:#ffffff;color-scheme:light}*,:after,:before{box-sizing:border-box}html{height:100%}body,html{padding:0;margin:0}body{min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}img{max-width:100%;height:auto;display:block}.tvfx-navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2);background:rgba(247,251,255,.6);border-bottom:1px solid rgba(148,163,184,.26);transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.tvfx-navbar.shrink{background:rgba(248,252,255,.9);border-color:rgba(148,163,184,.38);box-shadow:0 16px 34px rgba(15,23,42,.08)}.tvfx-nav-inner{max-width:1220px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:18px}.tvfx-navbar.shrink .tvfx-nav-inner{padding:10px 20px}.tvfx-logo img{height:30px;width:auto;display:block}.tvfx-nav-links{margin-left:auto;display:flex;gap:16px;align-items:center}.tvfx-nav-links a{color:#1e293b;text-decoration:none;font-size:.96rem;font-weight:600;opacity:.84;transition:opacity .2s ease}.tvfx-nav-links a:hover{opacity:1}.tvfx-nav-cta{display:flex;gap:10px;margin-left:6px}.tvfx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:9px 16px;text-decoration:none;font-weight:700;font-size:.9rem;color:#f8fafc;background:linear-gradient(130deg,#6e38ec,#5a2fd0);box-shadow:0 10px 20px rgba(110,56,236,.24);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;font:inherit}.tvfx-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(110,56,236,.3)}.tvfx-btn.ghost{background:rgba(248,250,252,.9);color:#0f172a;border-color:rgba(100,116,139,.35);box-shadow:none}.tvfx-modal-shell{position:fixed;inset:0;z-index:9998;opacity:0;visibility:hidden;pointer-events:none}#signup-modal:target{opacity:1;visibility:visible;pointer-events:auto}.tvfx-modal-backdrop{position:absolute;inset:0;display:flex;background:rgba(15,23,42,.56);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tvfx-modal-card{position:relative;margin:min(12vh,96px) auto auto;width:min(100%,560px);border-radius:24px;border:1px solid rgba(148,163,184,.26);background:radial-gradient(320px 220px at 100% 0,rgba(166,149,251,.2),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,245,249,.98));box-shadow:0 30px 70px rgba(15,23,42,.22);padding:32px;z-index:1}.tvfx-modal-close{position:absolute;top:16px;right:18px;border:0;background:transparent;color:#475569;font-size:32px;line-height:1;cursor:pointer}.tvfx-modal-eyebrow{margin:0 0 10px;color:#6e38ec;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tvfx-modal-card h2{margin:0;color:#0f172a;font-size:clamp(28px,4vw,36px);line-height:1.05}.tvfx-modal-copy,.tvfx-modal-note{color:#475569;line-height:1.65}.tvfx-modal-copy{margin:16px 0 0}.tvfx-modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.tvfx-modal-note{margin:18px 0 0;font-size:.94rem}.tvfx-hero-frame{position:relative;min-height:clamp(70vh,85vh,92vh);display:grid;place-items:center;overflow:hidden}.tvfx-hero-bg{background:url(/images/Mnts_Midday_1.webp) 50%/cover no-repeat;filter:blur(var(--hero-blur,0));transform:scale(var(--hero-scale,1)) translateZ(0);transform-origin:center;will-change:filter,transform}.tvfx-hero-bg,.tvfx-hero-overlay{position:fixed;inset:-60px;z-index:-1}.tvfx-hero-overlay{background:rgba(255,255,255,var(--hero-overlay,0));pointer-events:none;transform:scale(var(--hero-scale,1))}.tvfx-hero-headline{font-size:clamp(36px,8vw,88px);line-height:.98;letter-spacing:-.02em;color:#111;text-align:center;text-shadow:0 2px 18px rgba(255,255,255,.6);margin:0;padding:0 16px;opacity:var(--hero-headline-opacity,1);transition:opacity .2s ease-out}.tvfx-section{padding:64px 0}.tvfx-container{max-width:1200px;margin:0 auto;padding:0 20px}.tvfx-section-title{font-size:clamp(22px,3.5vw,36px);margin-bottom:18px}.tvfx-grid.cards{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}.tvfx-card{background:var(--spark-library--white,#fff);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:20px 24px 24px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.tvfx-grid.cards>.tvfx-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.08);border-color:rgba(0,0,0,.08)}.tvfx-card-media{height:clamp(140px,28vw,220px);border-radius:12px;margin-bottom:16px;background:linear-gradient(180deg,#f7f5ff,#f9fafb);border:1px solid rgba(0,0,0,.04)}.tvfx-card-title{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:700;color:var(--untitled-ui--gray900,#101828)}.tvfx-card-text{margin:0 0 12px;color:var(--untitled-ui--gray600,#475467)}.tvfx-card-actions{margin-top:auto}.tvfx-card-actions .tvfx-link{color:var(--tvfx_purple,#6e38ec);text-decoration:none;font-weight:600}.tvfx-card-actions .tvfx-link:hover{text-decoration:underline}.tvfx-section.tvfx-stats{background:radial-gradient(1200px 360px at 50% -12%,rgba(123,92,255,.1),rgba(255,255,255,0));padding:40px 0}.tvfx-container.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:stretch}.tvfx-stat{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:24px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.tvfx-stat-value{font-size:clamp(28px,5vw,48px);font-weight:800;color:#4a3aff;line-height:1;margin-bottom:6px}.tvfx-stat-label{color:#666;line-height:1.2;margin-top:0}@media (max-width:900px){.tvfx-container.stats{grid-template-columns:1fr;gap:12px}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease-out,transform .45s ease-out}.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.tvfx-hero-headline{transition:none}.tvfx-hero-bg{will-change:auto}.reveal{opacity:1}.reveal,.tvfx-card{transform:none;transition:none}}.tvfx-grid.quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.tvfx-quote{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:18px;color:#222}.tvfx-quote footer{margin-top:10px;color:#666}@media (max-width:900px){.tvfx-grid.quotes{grid-template-columns:1fr}}.tvfx-github-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:20px}.tvfx-slider{position:relative}.tvfx-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:6px}.tvfx-track::-webkit-scrollbar{height:6px}.tvfx-track::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:999px}.tvfx-slide{flex:0 0 100%;scroll-snap-align:start}.tvfx-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.tvfx-icon-btn{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#222;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tvfx-icon-btn:disabled{opacity:.4;cursor:default}.tvfx-dots{display:flex;gap:8px;align-items:center}.tvfx-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(0,0,0,.2);padding:0;cursor:pointer}.tvfx-dot.active{background:var(--tvfx_purple,#6e38ec);width:20px;border-radius:999px}@media (prefers-reduced-motion:reduce){.tvfx-track{scroll-behavior:auto}}.tvfx-docs-main{min-height:100vh;background:#ffffff;color:inherit;position:relative;isolation:isolate;z-index:3001}.tvfx-docs-main:before{content:none}.tvfx-docs-hero{padding-top:52px;padding-bottom:16px}.tvfx-docs-hero-inner{display:grid;grid-template-columns:1.2fr .9fr;grid-gap:26px;gap:26px;align-items:end}.tvfx-docs-eyebrow{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#0369a1}.tvfx-docs-title{margin:0;font-size:clamp(36px,6vw,66px);line-height:.96;letter-spacing:-.03em;color:#0b1220;text-wrap:balance;font-family:Space Grotesk,Sora,Avenir Next,Segoe UI,sans-serif}.tvfx-docs-subtitle{max-width:720px;margin:14px 0 0;font-size:clamp(16px,2.3vw,19px);line-height:1.56;color:#334155;text-wrap:pretty}.tvfx-docs-hero-panel{position:relative;overflow:hidden;border-radius:18px;padding:16px 16px 18px;background:rgba(248,251,255,.94);border:1px solid rgba(15,23,42,.14);box-shadow:0 16px 30px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tvfx-docs-hero-panel:after{content:"";position:absolute;inset:-50%;background:linear-gradient(120deg,rgba(56,189,248,.12),transparent 44%,rgba(59,130,246,.12));animation:tvfx-docs-float 12s ease-in-out infinite alternate;pointer-events:none}.tvfx-docs-hero-panel p{margin:0;font-size:20px;font-weight:800;letter-spacing:-.01em;color:#0f172a}.tvfx-docs-hero-panel small{display:block;margin-top:7px;font-size:14px;line-height:1.45;color:#475569}.tvfx-docs-pulse{width:10px;height:10px;display:inline-block;border-radius:999px;background:#4ac9ff;box-shadow:0 0 0 0 rgba(74,201,255,.5);margin-bottom:14px;animation:tvfx-docs-pulse 2.8s ease-out infinite}.tvfx-docs-node-section{padding-top:18px;padding-bottom:96px;position:relative;z-index:2}.tvfx-docs-node-wrap{max-width:min(1560px,calc(100vw - 24px));position:relative;z-index:2}.tvfx-node-shell{border-radius:20px;border:1px solid rgba(91,117,146,.34);background:linear-gradient(180deg,rgba(10,15,24,.96),rgba(8,13,22,.96)),radial-gradient(circle at 12% 14%,rgba(50,106,179,.15),transparent 42%);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 26px 70px rgba(2,6,14,.62);overflow:hidden}.tvfx-node-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(119,145,174,.3);background:rgba(8,13,22,.72)}.tvfx-node-toolbar p{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#c6d5ea}.tvfx-node-toolbar-actions{display:flex;align-items:center;gap:14px;color:#9ab0ca;font-size:12px}.tvfx-node-toolbar-actions button{border:1px solid rgba(147,175,209,.45);background:rgba(34,50,72,.7);color:#dce8f8;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.tvfx-node-toolbar-actions button:hover{background:rgba(53,76,108,.8)}.tvfx-node-viewport{position:relative;min-height:clamp(560px,76vh,860px);overflow:hidden;cursor:-webkit-grab;cursor:grab;touch-action:none;background:linear-gradient(rgba(201,210,223,.05) 1px,transparent 0),linear-gradient(90deg,rgba(201,210,223,.05) 1px,transparent 0),radial-gradient(circle at 0 0,rgba(220,226,235,.22) 0 1px,transparent 1px),linear-gradient(180deg,#1f2329,#191d23);background-size:64px 64px,64px 64px,64px 64px,auto;background-position:0 0,0 0,0 0,0 0}.tvfx-node-viewport:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 130% at 50% 10%,transparent 18%,rgba(3,6,12,.68) 100%)}.tvfx-node-viewport.is-panning{cursor:-webkit-grabbing;cursor:grabbing}.tvfx-node-canvas{position:relative;transform-origin:0 0;will-change:transform}.tvfx-node-wires{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.tvfx-node-wire{fill:none;stroke:var(--wire-color,#9bddff);stroke-width:3;opacity:.75;stroke-linecap:round}.tvfx-node-wire.is-active{opacity:1;stroke-width:3.6;filter:drop-shadow(0 0 8px rgba(155,221,255,.7));filter:drop-shadow(0 0 8px color-mix(in srgb,var(--wire-color,#9bddff) 70%,transparent))}.tvfx-node-wire-final{stroke:#80f0a8;opacity:.95;stroke-width:3.8;filter:drop-shadow(0 0 9px rgba(128,240,168,.7))}.tvfx-node{position:absolute;border-radius:11px;border:1px solid rgba(129,153,184,.26);background:linear-gradient(180deg,#2d3139,#2a2f37);color:#eef4ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 30px rgba(0,0,0,.38);overflow:hidden;z-index:2}.tvfx-node-product{min-height:186px;overflow:visible}.tvfx-node-product.is-active{border-color:rgba(180,205,236,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 20px 36px rgba(0,0,0,.46),0 0 0 1px rgba(188,210,236,.22)}.tvfx-node-head{height:34px;display:flex;align-items:center;gap:8px;padding:0 12px;background:linear-gradient(180deg,#3c577f,#2f425f);background:linear-gradient(180deg,color-mix(in srgb,var(--node-accent,#5495ff) 58%,#234770) 0,color-mix(in srgb,var(--node-accent,#5495ff) 44%,#1c3555) 100%);border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12)}.tvfx-node-head h2{margin:0;font-size:20px;font-weight:700;line-height:1;letter-spacing:-.01em;font-family:Space Grotesk,Sora,Avenir Next,Segoe UI,sans-serif}.tvfx-node-chev{font-size:12px;opacity:.9}.tvfx-node-body{padding:11px 12px 10px}.tvfx-node-product-strip{height:34px;border-radius:8px;border:1px solid rgba(157,176,202,.26);background:rgba(21,29,44,.86);color:#f0f6ff;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:13px;font-weight:700}.tvfx-node-shield{opacity:.7}.tvfx-node-bools{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-gap:6px;gap:6px}.tvfx-node-bool-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#d0dbe9;font-size:14px;line-height:1.35;border-radius:6px;padding:3px 2px}.tvfx-node-bool-link:hover{color:#f4f9ff;background:rgba(141,172,210,.12)}.tvfx-node-bool-link:focus-visible{outline:2px solid rgba(129,200,255,.75);outline-offset:1px}.tvfx-node-bool-box{width:12px;height:12px;border-radius:3px;border:1px solid rgba(149,173,201,.72);background:rgba(44,56,75,.9);flex:0 0 12px}.tvfx-node-output{position:absolute;right:18px;top:52px;display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:#d7e1f1;z-index:3}.tvfx-node-product-socket{position:absolute;right:0;top:60px;transform:translate(50%,-50%);border:0;box-shadow:none}.tvfx-node-socket{width:11px;height:11px;border-radius:999px;border:1px solid rgba(255,255,255,.16);display:inline-block}.tvfx-node-socket-out{background:#89f2a0;box-shadow:0 0 0 1px rgba(100,228,135,.45)}.tvfx-node-socket-in{background:#83e7ff;box-shadow:0 0 0 1px rgba(89,213,255,.45)}.tvfx-node-addshader{--node-accent:#4bb96c;overflow:visible}.tvfx-node-addshader .tvfx-node-body{padding-top:14px}.tvfx-node-addshader-body{position:relative;display:grid;align-content:start;grid-gap:9px;gap:9px}.tvfx-node-addshader-row{position:relative;display:flex;align-items:center;gap:0;min-height:22px;padding-left:12px;color:#dce5f4;font-size:15px}.tvfx-node-addshader-row .tvfx-node-socket-in{position:absolute;left:-12px;top:50%;transform:translate(-50%,-50%)}.tvfx-node-addshader-out{position:absolute;top:calc(50% - 17px);right:12px;transform:translateY(-50%);justify-content:flex-end;margin-top:0;padding-left:0;padding-right:12px}.tvfx-node-addshader-out .tvfx-node-socket-out{position:absolute;right:-12px;top:50%;transform:translate(50%,-50%)}.tvfx-node-world{--node-accent:#7a3545;overflow:visible}.tvfx-node-world-body{display:grid;grid-gap:10px;gap:10px}.tvfx-node-select{width:100%;height:34px;display:flex;align-items:center;border:1px solid rgba(147,168,192,.35);border-radius:7px;background:rgba(30,39,54,.88);color:#d4dfef;font-size:14px;padding:0 9px;box-sizing:border-box}.tvfx-node-world-row{position:relative;display:flex;justify-content:flex-start;align-items:center;min-height:22px;padding-left:12px;color:#d9e2f1;font-size:15px}.tvfx-node-world-row .tvfx-node-socket-in{position:absolute;left:-12px;top:50%;transform:translate(-50%,-50%)}@keyframes tvfx-docs-float{0%{transform:translate3d(-6%,-2%,0)}to{transform:translate3d(6%,3%,0)}}@keyframes tvfx-docs-pulse{0%{box-shadow:0 0 0 0 rgba(74,201,255,.5)}70%{box-shadow:0 0 0 12px rgba(74,201,255,0)}to{box-shadow:0 0 0 0 rgba(74,201,255,0)}}@media (max-width:980px){.tvfx-docs-hero-inner{grid-template-columns:1fr;gap:16px}.tvfx-docs-node-wrap{max-width:calc(100vw - 18px)}.tvfx-node-toolbar-actions span{display:none}}@media (max-width:720px){.tvfx-node-toolbar{flex-direction:column;align-items:flex-start}.tvfx-node-viewport{min-height:560px}}@media (prefers-reduced-motion:reduce){.tvfx-docs-hero-panel:after,.tvfx-docs-pulse{animation:none}.tvfx-node-canvas{transition:none}}.tvfx-home{--tvfx-ink:#0f172a;--tvfx-muted:#475569;--tvfx-surface:rgba(255,255,255,0.82);--tvfx-surface-strong:rgba(255,255,255,0.94);--tvfx-line:rgba(15,23,42,0.12);--tvfx-accent:#6e38ec;--tvfx-accent-alt:#a695fb;min-height:100vh;color:var(--tvfx-ink);background:radial-gradient(1300px 520px at 8% -4%,rgba(110,56,236,.14),transparent 60%),radial-gradient(1300px 540px at 96% 12%,rgba(166,149,251,.16),transparent 54%),linear-gradient(180deg,#f7fbff,#f5f8fb 40%,#f4f4fd);font-family:Exo,Ubuntu,Avenir Next,Segoe UI,sans-serif}.tvfx-home .tvfx-navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2);background:rgba(247,251,255,.6);border-bottom:1px solid rgba(148,163,184,.26);transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.tvfx-home .tvfx-navbar.shrink{background:rgba(248,252,255,.9);border-color:rgba(148,163,184,.38);box-shadow:0 16px 34px rgba(15,23,42,.08)}.tvfx-home .tvfx-nav-inner{max-width:1220px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:18px}.tvfx-home .tvfx-navbar.shrink .tvfx-nav-inner{padding:10px 20px}.tvfx-home .tvfx-logo img{height:30px;width:auto;display:block}.tvfx-home .tvfx-nav-links{margin-left:auto;display:flex;gap:16px;align-items:center}.tvfx-home .tvfx-nav-links a{color:#1e293b;text-decoration:none;font-size:.96rem;font-weight:600;opacity:.84;transition:opacity .2s ease}.tvfx-home .tvfx-nav-links a:hover{opacity:1}.tvfx-home .tvfx-nav-cta{display:flex;gap:10px;margin-left:6px}.tvfx-home .tvfx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:9px 16px;text-decoration:none;font-weight:700;font-size:.9rem;color:#f8fafc;background:linear-gradient(130deg,#6e38ec,#5a2fd0);box-shadow:0 10px 20px rgba(110,56,236,.24);transition:transform .2s ease,box-shadow .2s ease}.tvfx-home .tvfx-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(110,56,236,.3)}.tvfx-home .tvfx-btn.ghost{background:rgba(248,250,252,.9);color:#0f172a;border-color:rgba(100,116,139,.35);box-shadow:none}.tvfx-home .tvfx-hero-frame{position:relative;min-height:clamp(640px,90vh,920px);display:grid;place-items:center;overflow:hidden;isolation:isolate}.tvfx-home .tvfx-hero-bg{position:fixed;inset:-70px;z-index:-2;pointer-events:none;background:url(/images/Mnts_Midday_1.webp) 50%/cover no-repeat;filter:saturate(1.16) contrast(1.08) blur(0);transform:scale(1) translateZ(0);transform-origin:center;will-change:filter,transform;transition:filter .12s linear,transform .12s linear}.tvfx-home .tvfx-hero-overlay{position:fixed;inset:-70px;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.48) 38%,rgba(255,255,255,.82) 72%,rgba(255,255,255,1)),radial-gradient(circle at 14% 10%,rgba(166,149,251,.16),transparent 40%);opacity:0;transform:scale(1);will-change:opacity,transform;transition:opacity .12s linear,transform .12s linear}.tvfx-home .tvfx-hero-content{max-width:980px;margin:0 auto;padding:34px 26px 24px;position:relative;z-index:2;text-align:center;color:#0f172a;opacity:1;transition:opacity .12s linear}.tvfx-home .tvfx-hero-kicker{display:inline-block;margin:0;padding:8px 14px;border-radius:999px;border:1px solid rgba(110,56,236,.38);background:rgba(255,255,255,.72);color:#5b31cf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tvfx-home .tvfx-hero-headline{margin:20px 0 0;font-size:clamp(2.1rem,6.6vw,5.3rem);line-height:.95;letter-spacing:-.03em;text-wrap:balance;color:#0b1020;text-shadow:0 3px 14px rgba(255,255,255,.62)}.tvfx-home .tvfx-hero-subheadline{max-width:760px;margin:16px auto 0;font-size:clamp(1rem,2.1vw,1.25rem);line-height:1.56;color:#334155;text-wrap:pretty}.tvfx-home .tvfx-hero-actions{margin-top:24px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.tvfx-home .tvfx-hero-metrics{list-style:none;margin:28px auto 0;padding:0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.tvfx-home .tvfx-hero-metrics li{padding:8px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.2);background:rgba(255,255,255,.76);color:#1e293b;font-size:.8rem;font-weight:600}.tvfx-home .tvfx-section{position:relative;padding:clamp(66px,10vw,116px) 0}.tvfx-home .tvfx-products-section{padding-top:clamp(220px,30vh,360px)}.tvfx-home .tvfx-container{width:min(1220px,calc(100% - 40px));margin:0 auto}.tvfx-home .tvfx-section-head{max-width:780px;margin-bottom:26px}.tvfx-home .tvfx-eyebrow{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--tvfx-accent)}.tvfx-home .tvfx-section-title{margin:10px 0 0;font-size:clamp(1.8rem,3.6vw,3.1rem);line-height:1.03;letter-spacing:-.02em;color:#0f172a;text-wrap:balance}.tvfx-home .tvfx-section-copy{margin:14px 0 0;color:var(--tvfx-muted);font-size:clamp(1rem,1.8vw,1.12rem);line-height:1.6;text-wrap:pretty}.tvfx-home .tvfx-synergy-shell{margin-bottom:20px;border:1px solid rgba(110,56,236,.22);border-radius:16px;background:rgba(255,255,255,.7);padding:14px 14px 12px}.tvfx-home .tvfx-synergy-kicker{margin:0 0 10px;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#6e38ec}.tvfx-home .tvfx-synergy-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center}.tvfx-home .tvfx-synergy-node{border-radius:12px;border:1px solid rgba(110,56,236,.24);background:rgba(255,255,255,.86);padding:10px 11px;min-height:96px}.tvfx-home .tvfx-synergy-node h3{margin:0;font-size:.95rem;color:#201149}.tvfx-home .tvfx-synergy-node p{margin:8px 0 0;font-size:.88rem;line-height:1.42;color:#334155}.tvfx-home .tvfx-synergy-terrain{box-shadow:inset 0 0 0 1px rgba(110,56,236,.12)}.tvfx-home .tvfx-synergy-sky{box-shadow:inset 0 0 0 1px rgba(92,73,231,.12)}.tvfx-home .tvfx-synergy-vault{box-shadow:inset 0 0 0 1px rgba(143,70,246,.12)}.tvfx-home .tvfx-synergy-arrow{color:#6e38ec;font-weight:800;letter-spacing:.02em}.tvfx-home .tvfx-synergy-summary{margin:10px 0 0;font-size:.9rem;color:#334155}.tvfx-home .tvfx-product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:18px;gap:18px}.tvfx-home .tvfx-product-card{grid-column:span 4;overflow:hidden;border-radius:20px;border:1px solid var(--tvfx-line);background:var(--tvfx-surface);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 22px 42px rgba(15,23,42,.09);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.tvfx-home .tvfx-product-card:hover{transform:translateY(-4px);box-shadow:0 30px 56px rgba(15,23,42,.15)}.tvfx-home .tvfx-product-terrain{--tvfx-card-accent:#6e38ec}.tvfx-home .tvfx-product-sky{--tvfx-card-accent:#5c49e7}.tvfx-home .tvfx-product-vault{--tvfx-card-accent:#8f46f6}.tvfx-home .tvfx-product-media{position:relative;aspect-ratio:16/10}.tvfx-home .tvfx-product-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,color-mix(in srgb,var(--tvfx-card-accent,#6e38ec) 36%,black) 100%);opacity:.32}.tvfx-home .tvfx-product-media img{width:100%;height:100%;object-fit:cover;display:block}.tvfx-home .tvfx-product-body{padding:18px 18px 20px}.tvfx-home .tvfx-product-category{margin:0;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--tvfx-card-accent,#6e38ec)}.tvfx-home .tvfx-card-title{margin:10px 0 0;font-size:1.48rem;line-height:1.1;letter-spacing:-.01em;color:#0f172a}.tvfx-home .tvfx-card-text{margin:10px 0 0;color:#334155;line-height:1.55}.tvfx-home .tvfx-product-list{margin:14px 0 0;padding:0;list-style:none;display:grid;grid-gap:7px;gap:7px}.tvfx-home .tvfx-product-list li{position:relative;padding-left:16px;color:#1e293b;font-size:.92rem}.tvfx-home .tvfx-product-list li:before{content:"";position:absolute;left:0;top:.52em;width:7px;height:7px;border-radius:999px;background:var(--tvfx-card-accent,#6e38ec)}.tvfx-home .tvfx-card-actions{margin-top:16px}.tvfx-home .tvfx-link{color:#0f172a;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(15,23,42,.28)}.tvfx-home .tvfx-link:hover{border-color:#0f172a}.tvfx-home .tvfx-gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;grid-gap:14px;gap:14px}.tvfx-home .tvfx-gallery-item{position:relative;grid-column:span 4;border-radius:16px;overflow:hidden;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 34px rgba(15,23,42,.11);background:#dce6f0}.tvfx-home .tvfx-gallery-square{min-height:300px}.tvfx-home .tvfx-gallery-wide{grid-column:span 8;min-height:360px}.tvfx-home .tvfx-gallery-tall{min-height:620px}.tvfx-home .tvfx-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s ease}.tvfx-home .tvfx-gallery-item:hover img{transform:scale(1.04)}.tvfx-home .tvfx-gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:12px 14px 13px;display:flex;flex-direction:column;gap:3px;background:linear-gradient(180deg,transparent 2%,rgba(2,6,23,.75) 96%)}.tvfx-home .tvfx-gallery-item strong{font-size:.95rem;color:#f8fafc}.tvfx-home .tvfx-gallery-item span{font-size:.8rem;color:rgba(226,232,240,.9)}.tvfx-home .tvfx-slider{border-radius:18px;border:1px solid rgba(148,163,184,.28);background:var(--tvfx-surface-strong);box-shadow:0 18px 36px rgba(15,23,42,.08);padding:18px}.tvfx-home .tvfx-quote{margin:0;border-radius:14px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.8);padding:20px}.tvfx-home .tvfx-quote p{margin:0;color:#0f172a;font-size:1.04rem;line-height:1.6}.tvfx-home .tvfx-quote footer{margin-top:12px;color:#334155;font-size:.9rem}.tvfx-home .tvfx-controls{margin-top:14px}.tvfx-home .tvfx-icon-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(100,116,139,.28);background:rgba(255,255,255,.9)}.tvfx-home .tvfx-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(100,116,139,.42)}.tvfx-home .tvfx-dot.active{width:20px;background:var(--tvfx-accent)}.tvfx-home .tvfx-cta-shell{border-radius:20px;border:1px solid rgba(15,23,42,.15);background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(238,247,252,.9)),radial-gradient(220px 180px at 90% 20%,rgba(110,56,236,.14),transparent 72%);box-shadow:0 26px 48px rgba(15,23,42,.11);padding:clamp(22px,4vw,36px);display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.tvfx-home .tvfx-github-actions{display:flex;gap:10px;flex-wrap:wrap}.tvfx-home .reveal{opacity:1;transform:translateY(0)}html.tvfx-js .tvfx-home .reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease-out,transform .5s ease-out}html.tvfx-js .tvfx-home .reveal.in{opacity:1;transform:translateY(0)}@media (max-width:1060px){.tvfx-home .tvfx-synergy-flow{grid-template-columns:1fr}.tvfx-home .tvfx-synergy-arrow{display:none}.tvfx-home .tvfx-product-card{grid-column:span 6}.tvfx-home .tvfx-gallery-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.tvfx-home .tvfx-gallery-wide{grid-column:span 6}.tvfx-home .tvfx-gallery-item,.tvfx-home .tvfx-gallery-tall{grid-column:span 3;min-height:360px}}@media (max-width:800px){.tvfx-home .tvfx-nav-links{display:none}.tvfx-home .tvfx-nav-inner{gap:10px}.tvfx-home .tvfx-hero-frame{min-height:clamp(590px,88vh,780px)}.tvfx-home .tvfx-hero-subheadline{max-width:560px}.tvfx-home .tvfx-products-section{padding-top:clamp(140px,20vh,220px)}.tvfx-home .tvfx-gallery-item,.tvfx-home .tvfx-gallery-tall,.tvfx-home .tvfx-gallery-wide,.tvfx-home .tvfx-product-card{grid-column:span 6;min-height:300px}.tvfx-home .tvfx-slider{padding:12px}}@media (max-width:560px){.tvfx-home .tvfx-container{width:min(1220px,calc(100% - 24px))}.tvfx-home .tvfx-nav-cta .tvfx-btn{padding:8px 12px;font-size:.82rem}.tvfx-home .tvfx-hero-kicker{font-size:.68rem}.tvfx-home .tvfx-hero-content{padding:24px 14px 18px}.tvfx-home .tvfx-hero-metrics{gap:7px}.tvfx-home .tvfx-hero-metrics li{font-size:.75rem}.tvfx-home .tvfx-gallery-grid{gap:10px}.tvfx-home .tvfx-gallery-item,.tvfx-home .tvfx-gallery-tall,.tvfx-home .tvfx-gallery-wide{grid-column:span 6;min-height:240px}}@media (prefers-reduced-motion:reduce){.tvfx-home .reveal,.tvfx-home .tvfx-btn,.tvfx-home .tvfx-gallery-item img,.tvfx-home .tvfx-product-card{transition:none}.tvfx-home .tvfx-hero-bg{will-change:auto}}.tvfx-features-section,.tvfx-home .tvfx-section,.tvfx-pipeline-section{position:relative;background-color:#fff}.tvfx-features-section{padding:0}.tvfx-feature-panel{display:flex;align-items:stretch;gap:0;padding:96px 0;border-bottom:1px solid rgba(15,23,42,.07)}.tvfx-feature-panel:last-child{border-bottom:none}.tvfx-feature-panel.reversed{flex-direction:row-reverse}.tvfx-feature-visual{flex:0 0 58%;max-width:58%;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(15,23,42,.13);background:#f0f0f4}.tvfx-feature-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.tvfx-feature-visual:hover img{transform:scale(1.04)}.tvfx-feature-body{flex:1 1;padding:0 0 0 68px;display:flex;flex-direction:column;justify-content:center}.tvfx-feature-panel.reversed .tvfx-feature-body{padding:0 68px 0 0}.tvfx-feature-badge{display:inline-block;padding:5px 13px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.tvfx-feature-badge.terrain{background:rgba(110,56,236,.1);color:#6e38ec}.tvfx-feature-badge.sky{background:rgba(92,73,231,.1);color:#5c49e7}.tvfx-feature-badge.vault{background:rgba(143,70,246,.1);color:#8f46f6}.tvfx-feature-name{font-size:clamp(28px,3.6vw,44px);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#0f172a;margin:0 0 14px;white-space:pre-line}.tvfx-feature-desc{font-size:16px;line-height:1.65;color:#475569;margin:0 0 32px;max-width:400px}.tvfx-feature-steps{position:relative;display:flex;flex-direction:column;gap:0}.tvfx-step-row{display:flex;align-items:flex-start;gap:16px;position:relative;padding-bottom:20px}.tvfx-step-row:not(:last-child):after{content:"";position:absolute;left:15px;top:32px;bottom:0;width:2px;background:rgba(15,23,42,.1)}.tvfx-step-num{flex-shrink:0;width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;position:relative;z-index:1}.terrain .tvfx-step-num{background:#6e38ec}.sky .tvfx-step-num{background:#5c49e7}.vault .tvfx-step-num{background:#8f46f6}.tvfx-step-content{padding-top:5px}.tvfx-step-content h4{margin:0;font-size:14px;font-weight:700;color:#0f172a;line-height:1.3}.tvfx-step-content p{margin:3px 0 0;font-size:13px;color:#64748b;line-height:1.5}.tvfx-feature-cta{display:inline-flex;align-items:center;gap:7px;margin-top:28px;font-size:14px;font-weight:700;text-decoration:none;color:#6e38ec;transition:gap .2s ease}.tvfx-feature-cta:hover{gap:11px}.tvfx-feature-cta:after{content:"→"}.tvfx-features-header{text-align:center;padding:96px 0 64px}.tvfx-features-header .tvfx-eyebrow{display:block;margin-bottom:12px}.tvfx-pipeline-section{padding:80px 0;background-image:linear-gradient(180deg,rgba(110,56,236,.05),rgba(255,255,255,0));border-top:1px solid rgba(15,23,42,.07);border-bottom:1px solid rgba(15,23,42,.07)}.tvfx-pipeline-header{text-align:center;margin-bottom:52px}.tvfx-pipeline-header .tvfx-eyebrow{display:block;margin-bottom:10px}.tvfx-pipeline-header h2{font-size:clamp(20px,3vw,30px);font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.tvfx-pipeline-flow{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap}.tvfx-pipeline-node{display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 40px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:20px;box-shadow:0 4px 20px rgba(15,23,42,.06);min-width:220px;max-width:260px;transition:transform .25s ease,box-shadow .25s ease}.tvfx-pipeline-node:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.1)}.tvfx-pipeline-dot{width:40px;height:40px;border-radius:999px;margin-bottom:16px}.tvfx-pipeline-dot.terrain{background:linear-gradient(135deg,#6e38ec,#9b6ef3)}.tvfx-pipeline-dot.sky{background:linear-gradient(135deg,#5c49e7,#7b6df5)}.tvfx-pipeline-dot.vault{background:linear-gradient(135deg,#8f46f6,#b278ff)}.tvfx-pipeline-node-title{font-size:16px;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.01em}.tvfx-pipeline-node-phrase{font-size:13px;color:#64748b;margin:0 0 4px;line-height:1.4}.tvfx-pipeline-node-sub{font-size:12px;color:#94a3b8;margin:0;font-style:italic}.tvfx-pipeline-connector{display:flex;align-items:center;padding:0 12px;color:#94a3b8;font-size:24px;flex-shrink:0}.tvfx-gallery-enhanced{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:220px;grid-gap:12px;gap:12px}.tvfx-gallery-item{display:block;width:100%;height:100%;position:relative;overflow:hidden;border-radius:14px;background:#e8e8ef;cursor:pointer;outline:none;border:0;padding:0;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;text-decoration:none}.tvfx-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.tvfx-gallery-item:hover img{transform:scale(1.05)}.tvfx-gallery-item:focus-visible{box-shadow:0 0 0 3px rgba(110,56,236,.45)}.tvfx-gallery-caption,.tvfx-gallery-item figcaption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 18px 16px;margin:0;background:linear-gradient(0deg,rgba(10,14,26,.72) 0,transparent 60%);opacity:0;transition:opacity .3s ease;color:#fff}.tvfx-gallery-item:focus-visible .tvfx-gallery-caption,.tvfx-gallery-item:hover .tvfx-gallery-caption,.tvfx-gallery-item:hover figcaption{opacity:1}.tvfx-gallery-caption strong,.tvfx-gallery-item figcaption strong{display:block;font-size:14px;font-weight:700;line-height:1.3}.tvfx-gallery-caption span,.tvfx-gallery-item figcaption span{font-size:12px;opacity:.75}.tvfx-gallery-item.g-featured{grid-column:span 8;grid-row:span 2}.tvfx-gallery-item.g-tall{grid-column:span 4;grid-row:span 2}.tvfx-gallery-item.g-wide{grid-column:span 6}.tvfx-gallery-item.g-standard{grid-column:span 4}.tvfx-lightbox-shell{position:fixed;inset:0;z-index:9999;opacity:0;visibility:hidden;pointer-events:none}.tvfx-lightbox-shell:target{opacity:1;visibility:visible;pointer-events:auto}.tvfx-lightbox-backdrop{position:absolute;inset:0;display:block;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tvfx-lightbox{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;animation:tvfx-lb-fadein .25s ease}@keyframes tvfx-lb-fadein{0%{opacity:0}to{opacity:1}}.tvfx-lightbox-close{position:absolute;top:20px;right:24px;color:#fff;font-size:40px;line-height:1;text-decoration:none;opacity:.7;transition:opacity .2s;z-index:2}.tvfx-lightbox-close:hover{opacity:1}.tvfx-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:56px;line-height:1;text-decoration:none;opacity:.6;transition:opacity .2s;padding:12px;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tvfx-lightbox-arrow:hover{opacity:1}.tvfx-lightbox-prev{left:16px}.tvfx-lightbox-next{right:16px}.tvfx-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;outline:none;padding:24px}.tvfx-lightbox-content img{max-width:100%;max-height:82vh;object-fit:contain;border-radius:8px;display:block}.tvfx-lightbox-caption{margin-top:16px;text-align:center;color:#fff}.tvfx-lightbox-caption strong{display:block;font-size:16px;font-weight:700}.tvfx-lightbox-caption span{font-size:13px;opacity:.65}html.tvfx-lightbox-enhanced .tvfx-lightbox-shell{display:none}.tvfx-lightbox-overlay{position:fixed;inset:0;z-index:2147483640;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(229,236,245,.34);-webkit-backdrop-filter:blur(22px) saturate(1.15);backdrop-filter:blur(22px) saturate(1.15);overscroll-behavior:none;isolation:isolate;touch-action:none}.tvfx-lightbox-backdrop-live{position:absolute;inset:0;border:0;padding:0;margin:0;background:transparent;cursor:pointer}.tvfx-lightbox-card{width:min(75vw,1400px);height:min(75vh,920px);display:flex;flex-direction:column;border-radius:24px;border:1px solid rgba(148,163,184,.34);background:radial-gradient(circle at 100% 0,rgba(110,56,236,.13),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,247,255,.98));box-shadow:0 34px 88px rgba(15,23,42,.26);overflow:hidden;position:relative;z-index:2}.tvfx-lightbox-close-floating{position:absolute;top:14px;right:14px;z-index:8;width:42px;height:42px;border-radius:999px;border:1px solid rgba(71,85,105,.36);background:rgba(255,255,255,.94);color:#0f172a;font:inherit;font-weight:700;cursor:pointer}.tvfx-lightbox-close-floating:hover{background:#ffffff}.tvfx-lightbox-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 68px 16px 22px;border-bottom:1px solid rgba(148,163,184,.26)}.tvfx-lightbox-meta{display:grid;grid-gap:8px;gap:8px}.tvfx-lightbox-kicker{margin:0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tvfx-lightbox-meta strong{display:block;color:#0f172a;font-size:clamp(20px,2.2vw,28px);line-height:1.05}.tvfx-lightbox-meta span{display:block;margin-top:4px;color:#475569;font-size:.96rem}.tvfx-lightbox-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;justify-content:flex-end}.tvfx-lightbox-counter{padding:0 6px;color:#334155;font-size:.92rem;font-weight:600}.tvfx-lightbox-tool{height:40px;min-width:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(100,116,139,.32);background:rgba(255,255,255,.78);color:#0f172a;cursor:pointer;font:inherit;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.tvfx-lightbox-tool:hover{background:#ffffff;border-color:rgba(71,85,105,.46)}.tvfx-lightbox-tool:disabled{cursor:default;opacity:.4}.tvfx-lightbox-tool-reset{min-width:72px}.tvfx-lightbox-tool-close{min-width:44px;padding:0;font-size:1.4rem}.tvfx-lightbox-stage{padding:16px 72px}.tvfx-lightbox-stage,.tvfx-lightbox-viewport{position:relative;flex:1 1;min-height:0;display:flex}.tvfx-lightbox-viewport{min-width:0;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;background:linear-gradient(rgba(148,163,184,.1) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 0),linear-gradient(180deg,rgba(241,245,249,.88),rgba(226,232,240,.82));background-size:28px 28px,28px 28px,auto;cursor:zoom-in}.tvfx-lightbox-viewport.is-zoomed{cursor:-webkit-grab;cursor:grab;touch-action:none}.tvfx-lightbox-image{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform;transition:transform .2s ease}.tvfx-lightbox-viewport.is-zoomed .tvfx-lightbox-image{transition:transform .08s linear}.tvfx-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:999px;border:1px solid rgba(100,116,139,.28);background:rgba(255,255,255,.88);color:#0f172a;cursor:pointer;font-size:2rem;line-height:1;z-index:2;transition:background .2s ease,border-color .2s ease,transform .2s ease}.tvfx-lightbox-nav:hover{background:#ffffff;border-color:rgba(71,85,105,.4)}.tvfx-lightbox-nav-prev{left:18px}.tvfx-lightbox-nav-next{right:18px}.tvfx-lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px 20px;border-top:1px solid rgba(148,163,184,.26)}.tvfx-lightbox-footer p{margin:0;color:#475569;font-size:.92rem;line-height:1.5}@media (max-width:960px){.tvfx-feature-panel,.tvfx-feature-panel.reversed{flex-direction:column;padding:64px 0}.tvfx-feature-visual{flex:none;max-width:100%;width:100%;aspect-ratio:16/9}.tvfx-feature-body,.tvfx-feature-panel.reversed .tvfx-feature-body{padding:36px 0 0}.tvfx-feature-desc{max-width:none}.tvfx-pipeline-flow{flex-direction:column;gap:16px}.tvfx-pipeline-connector{transform:rotate(90deg);padding:0}.tvfx-pipeline-node{min-width:280px;max-width:340px;width:100%}.tvfx-gallery-enhanced{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.tvfx-gallery-item.g-featured,.tvfx-gallery-item.g-standard,.tvfx-gallery-item.g-tall,.tvfx-gallery-item.g-wide{grid-column:span 1;grid-row:span 1}.tvfx-lightbox-overlay{padding:18px}.tvfx-lightbox-card{width:min(92vw,1100px);height:min(84vh,820px);border-radius:24px}.tvfx-lightbox-toolbar{flex-direction:column;align-items:stretch;padding-right:16px}.tvfx-lightbox-toolbar-actions{justify-content:flex-start;flex-wrap:wrap}.tvfx-lightbox-stage{padding:16px 58px}}@media (max-width:560px){.tvfx-modal-card{padding:28px 20px 22px}.tvfx-modal-actions{flex-direction:column}.tvfx-modal-actions .tvfx-btn{width:100%}.tvfx-features-header{padding:64px 0 40px}.tvfx-feature-panel,.tvfx-feature-panel.reversed{padding:48px 0}.tvfx-feature-name{font-size:clamp(24px,7vw,32px)}.tvfx-gallery-enhanced{grid-template-columns:1fr;grid-auto-rows:240px}.tvfx-gallery-item.g-featured,.tvfx-gallery-item.g-standard,.tvfx-gallery-item.g-tall,.tvfx-gallery-item.g-wide{grid-column:span 1;grid-row:span 1}.tvfx-lightbox-overlay{padding:10px}.tvfx-lightbox-card{width:calc(100vw - 20px);height:min(88vh,calc(100vh - 20px));border-radius:20px}.tvfx-lightbox-toolbar{padding:16px 16px 12px}.tvfx-lightbox-close-floating{top:10px;right:10px;width:38px;height:38px}.tvfx-lightbox-meta strong{font-size:1.15rem}.tvfx-lightbox-toolbar-actions{gap:8px}.tvfx-lightbox-counter{width:100%;padding:0}.tvfx-lightbox-stage{padding:12px 48px}.tvfx-lightbox-nav{width:42px;height:42px;font-size:1.6rem}.tvfx-lightbox-nav-prev{left:10px}.tvfx-lightbox-nav-next{right:10px}.tvfx-lightbox-footer{padding:12px 16px 16px}}@media (prefers-reduced-motion:reduce){.tvfx-feature-cta,.tvfx-feature-visual img,.tvfx-gallery-item img,.tvfx-lightbox-image,.tvfx-lightbox-nav,.tvfx-lightbox-tool,.tvfx-pipeline-node{transition:none}}.tvfx-footer{position:relative;z-index:1;background:#0f172a;border-top:1px solid rgba(255,255,255,.07);padding:28px 0}.tvfx-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tvfx-footer-copy{margin:0;font-size:14px;color:#64748b}.tvfx-footer-links{display:flex;gap:20px}.tvfx-footer-links a{font-size:14px;color:#64748b;text-decoration:none;transition:color .15s ease}.tvfx-footer-links a:hover{color:#e2e8f0}@media (max-width:560px){.tvfx-footer-inner{flex-direction:column;align-items:flex-start;gap:10px}}.tvfx-policy-page{background:#fff;min-height:100vh;padding-top:80px}.tvfx-policy-container{padding-top:56px;padding-bottom:80px;max-width:760px}.tvfx-policy-header{margin-bottom:48px}.tvfx-policy-header h1{font-size:clamp(28px,5vw,44px);font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:8px 0 12px}.tvfx-policy-subtitle{margin:0 0 4px;font-size:16px;color:#475569}.tvfx-policy-date{margin:0;font-size:14px;color:#64748b}.tvfx-policy-important{font-size:14px;font-weight:700;color:#0f172a;background:rgba(110,56,236,.06);border-left:3px solid #6e38ec;padding:14px 18px;border-radius:0 8px 8px 0;margin:0 0 8px;line-height:1.6}.tvfx-policy-body{display:flex;flex-direction:column;gap:36px}.tvfx-policy-body section h2{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 10px}.tvfx-policy-body section li,.tvfx-policy-body section p{font-size:15px;line-height:1.75;color:#475569;margin:0 0 10px}.tvfx-policy-body section p:last-child{margin-bottom:0}.tvfx-policy-body section ul{margin:0;padding-left:22px}.tvfx-policy-body section a{color:#6e38ec;text-decoration:none}.tvfx-policy-body section a:hover{text-decoration:underline}.tvfx-policy-back{margin-top:52px}.bcon-page{position:relative;min-height:100vh;display:flex;flex-direction:column;color:#f8fafc;overflow:hidden}.bcon-bg{position:absolute;inset:0;background:linear-gradient(105deg,rgba(3,6,18,.92),rgba(3,6,18,.72) 42%,rgba(3,6,18,.44) 70%,rgba(3,6,18,.62)),url(/images/home_heroes/Tsky-Free-download.webp) 50% /cover no-repeat;z-index:0}.bcon-wrap{position:relative;z-index:1;max-width:1180px;width:100%;margin:0 auto;padding:0 clamp(20px,4vw,56px);display:flex;flex-direction:column;min-height:100vh}.bcon-nav{padding:28px 0}.bcon-logo img{height:30px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.9}.bcon-hero{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:48px 0 72px;max-width:640px}.bcon-eyebrow{margin:0 0 28px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(248,250,252,.55)}.bcon-headline{margin:0;font-size:clamp(52px,9vw,102px);line-height:.88;letter-spacing:-.04em;font-weight:900;color:#ffffff}.bcon-body{margin:32px 0 0;font-size:clamp(16px,2vw,19px);line-height:1.65;color:rgba(226,232,240,.82);max-width:42ch}.bcon-note{margin:12px 0 0;font-size:14px;color:rgba(226,232,240,.46);font-style:italic}.bcon-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.bcon-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;background:#ffffff;color:#0a0f1e;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .15s}.bcon-btn-primary:hover{opacity:.88}.bcon-btn-ghost{display:inline-flex;align-items:center;padding:14px 24px;border-radius:999px;border:1px solid rgba(255,255,255,.22);color:rgba(248,250,252,.88);font-size:15px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.bcon-btn-ghost:hover{border-color:rgba(255,255,255,.5);color:#ffffff}.bcon-offer{display:flex;align-items:center;gap:32px;margin-top:52px;padding-top:36px;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.bcon-offer-label{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(248,250,252,.4)}.bcon-offer-text{margin:0;font-size:15px;color:rgba(226,232,240,.75);line-height:1.5}.bcon-offer-text strong{color:#ffffff;font-weight:700}.bcon-code-block{flex-shrink:0;padding:14px 22px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bcon-code-hint{font-size:10px;letter-spacing:.14em;color:rgba(226,232,240,.45);margin-bottom:4px}.bcon-code,.bcon-code-hint{display:block;text-transform:uppercase}.bcon-code{font-size:clamp(20px,3vw,28px);letter-spacing:.1em;font-weight:900;color:#ffffff;line-height:1}@media (max-width:600px){.bcon-hero{padding-bottom:56px}.bcon-actions{flex-direction:column}.bcon-btn-ghost,.bcon-btn-primary{justify-content:center}.bcon-offer{flex-direction:column;align-items:flex-start;gap:20px}}.tvfx-auth-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:#f8fafc}.tvfx-auth-card{width:100%;max-width:420px;background:#ffffff;border:1px solid rgba(148,163,184,.26);border-radius:20px;padding:36px 32px;box-shadow:0 16px 48px rgba(15,23,42,.1)}.tvfx-auth-card h1{margin:0 0 24px;font-size:clamp(22px,3vw,28px);color:#0f172a;font-weight:700}.tvfx-auth-form{display:flex;flex-direction:column;gap:4px}.tvfx-auth-label{font-size:.875rem;font-weight:600;color:#334155;margin-top:12px;margin-bottom:4px}.tvfx-auth-input{width:100%;padding:10px 14px;border:1px solid rgba(148,163,184,.5);border-radius:10px;font-size:1rem;font-family:inherit;color:#0f172a;background:#f8fafc;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.tvfx-auth-input:focus{outline:none;border-color:var(--tvfx_purple);box-shadow:0 0 0 3px rgba(110,56,236,.12)}.tvfx-auth-submit{margin-top:20px;width:100%;padding:11px 16px;border:none;border-radius:999px;font-size:1rem;font-weight:700;font-family:inherit;color:#f8fafc;background:linear-gradient(130deg,#6e38ec,#5a2fd0);box-shadow:0 8px 20px rgba(110,56,236,.24);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.tvfx-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(110,56,236,.3)}.tvfx-auth-submit:disabled{opacity:.6;cursor:not-allowed}.tvfx-auth-error{margin-top:8px;color:#dc2626;font-size:.875rem}.tvfx-auth-success{margin-top:8px;color:#16a34a;font-size:.875rem}