.theia-landing *,.theia-landing :after,.theia-landing :before{box-sizing:border-box;margin:0;padding:0}.theia-landing{--bg:#ffffff;--bg-lavender:#edf0f8;--bg-lavender2:#e4e8f4;--border:rgba(0,0,0,0.08);--border-mid:rgba(0,0,0,0.13);--hero-bg:#181818;--hero-bg2:#212121;--hero-border:rgba(255,255,255,0.08);--hero-text:#ffffff;--hero-mid:#999999;--hero-dim:#666666;--amber:#3f5fe8;--amber-bright:#5274ef;--amber-light:#edf0fd;--amber-border:rgba(63,95,232,0.2);--text:#111111;--text-mid:#666666;--text-dim:#999999;--green:#1a6e3a;--green-bg:rgba(26,110,58,0.07);--green-border:rgba(26,110,58,0.18);--red:#b83020;--red-bg:rgba(184,48,32,0.07);--red-border:rgba(184,48,32,0.18);--warn-bg:rgba(67,97,238,0.07);--warn-border:rgba(67,97,238,0.2);--dash-bg:#141210;--dash-bg2:#1c1814;--dash-bg3:#242018;--dash-border:rgba(255,255,255,0.07);--dash-text:#f0ece6;--dash-dim:#7a6e60;--dash-mid:#b8aa98}html{scroll-behavior:smooth}html:has(.theia-landing){scroll-snap-type:y mandatory;scrollbar-width:auto;scrollbar-color:#3f5fe8 #e4e8f4}html:has(.theia-landing).how-snap-off{scroll-snap-type:none}.theia-landing>.footer-wrap,.theia-landing>section{scroll-snap-align:start}.theia-landing>.how-hero{scroll-snap-align:none}.theia-landing>section:not(.how-hero){min-height:100vh;display:flex;flex-direction:column;justify-content:center}html:has(.theia-landing)::-webkit-scrollbar{width:14px}html:has(.theia-landing)::-webkit-scrollbar-track{background:#e4e8f4}html:has(.theia-landing)::-webkit-scrollbar-thumb{background:#3f5fe8;border-radius:999px;border:3px solid #e4e8f4}html:has(.theia-landing)::-webkit-scrollbar-thumb:hover{background:#5274ef}.theia-landing{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}@keyframes theiaFadeIn{0%{opacity:0}to{opacity:1}}.theia-landing.animate-fadeIn{animation:theiaFadeIn .28s ease-out both}.theia-landing .nav-wrap{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:12px 1.5rem}.theia-landing nav{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:792px;height:60px;padding:0 1rem 0 .85rem;background:rgba(255,255,255,.45);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);border:1px solid rgba(255,255,255,.55);box-shadow:0 1px 10px rgba(20,30,80,.05);border-radius:12px;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.theia-landing nav.intro-done,.theia-landing nav.scrolled{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:var(--border-mid);box-shadow:0 2px 12px rgba(0,0,0,.07)}.theia-landing .nav-logo{text-decoration:none;display:flex;align-items:center}.theia-landing .nav-logo-img{height:46px;width:auto;display:block}.theia-landing .nav-links{display:flex;gap:1.75rem;align-items:center}.theia-landing .nav-links a{color:var(--text-mid);text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:0;transition:color .2s}.theia-landing .nav-links a:hover{color:var(--text)}.theia-landing .nav-actions{display:flex;gap:.6rem;align-items:center}.theia-landing .btn-nav-outline{border:1px solid var(--border-mid);background:transparent;color:var(--text);padding:.3rem .7rem;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;transition:border-color .2s,color .2s}.theia-landing .btn-nav-outline:hover{border-color:var(--text)}.theia-landing .btn-nav-fill{background:var(--amber);color:#fff;padding:.3rem .7rem;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;border:none;font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.theia-landing .btn-nav-fill:hover{background:var(--amber-bright);color:#fff}.theia-landing .auth-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-lavender)}.theia-landing .auth-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:108px 1.5rem 56px}.theia-landing .auth-box{width:100%;max-width:400px;padding:2.25rem;background:var(--bg);border:1px solid var(--border-mid);border-radius:14px;box-shadow:0 10px 40px rgba(20,30,80,.07)}.theia-landing .auth-box__header{margin-bottom:1.5rem}.theia-landing .auth-box h1{font-size:1.6rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.theia-landing .auth-box__header p{margin-top:.4rem;color:var(--text-mid);font-size:.9rem}.theia-landing .auth-form{display:flex;flex-direction:column;gap:1rem}.theia-landing .auth-field{display:flex;flex-direction:column;gap:.4rem}.theia-landing .auth-field label{font-size:.78rem;font-weight:600;color:var(--text-mid)}.theia-landing .auth-field input{height:44px;padding:0 .85rem;background:#fff;border:1px solid var(--border-mid);border-radius:8px;font-family:inherit;font-size:.92rem;color:var(--text);outline:none;transition:border-color .18s,box-shadow .18s}.theia-landing .auth-field input::placeholder{color:var(--text-dim)}.theia-landing .auth-field input:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-border)}.theia-landing .auth-error{display:flex;align-items:center;gap:.5rem;padding:.65rem .8rem;background:var(--red-bg);border:1px solid var(--red-border);border-radius:8px;color:var(--red);font-size:.82rem}.theia-landing .auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:46px;margin-top:.25rem;background:var(--amber);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.theia-landing .auth-submit:hover:not(:disabled){background:var(--amber-bright)}.theia-landing .auth-submit:disabled{opacity:.7;cursor:default}.theia-landing .auth-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:theiaSpin .7s linear infinite}@keyframes theiaSpin{to{transform:rotate(1turn)}}.theia-landing .auth-footnote{margin-top:1.25rem;text-align:center;font-size:.8rem;color:var(--text-dim)}.theia-landing .how-hero{height:600vh;position:relative;padding:0;background:var(--bg-lavender);border-bottom:1px solid var(--border-mid)}.theia-landing .how-snap-anchor{position:absolute;left:0;width:1px;height:1px;pointer-events:none;scroll-snap-align:start}.theia-landing .how-hero-sticky{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:5.5rem 1.5rem 2rem}.theia-landing .how-hero-sticky.how-hero-swipeable{touch-action:pan-y;overscroll-behavior-x:contain}.theia-landing .how-hero-sticky>.container{display:flex;flex-direction:column;width:100%}.theia-landing .how-hero h2{text-align:center;margin-left:auto;margin-right:auto}.theia-landing .how-hero .how-nav-label{margin-bottom:.35rem}.theia-landing .how-hero .how-nav{margin-top:.5rem}.theia-landing .how-hero h2{margin-bottom:2rem}.theia-landing .how-hero h2 em{font-style:normal;color:#8b2020}.theia-landing .how-hero-sticky>.container.how-intro-only{justify-content:center;min-height:calc(100vh - 7.5rem);max-width:none;padding:0}.theia-landing .how-intro{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;grid-gap:3.5rem;gap:3.5rem;margin:auto;width:100%;max-width:1060px}.theia-landing .how-intro-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.theia-landing .how-intro h2{text-align:left;margin:0 0 1.1rem}.theia-landing .how-intro-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:1.1rem;padding:.3rem .7rem;border:1px solid var(--amber-border);border-radius:999px;background:var(--amber-light);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--amber)}.theia-landing .how-intro-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--amber);flex:none}.theia-landing .how-intro-sub{margin:0;max-width:30rem;font-size:1.02rem;line-height:1.6;color:var(--text-mid)}.theia-landing .how-intro-sub strong{color:var(--text);font-weight:600}.theia-landing .how-intro-feed{display:flex;flex-direction:column;gap:.7rem}.theia-landing .feed-cam{position:relative;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:#0c0d12;border:1px solid rgba(0,0,0,.18);box-shadow:0 24px 60px -28px rgba(20,24,55,.55),0 2px 10px rgba(0,0,0,.12)}.theia-landing .feed-cam-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04) brightness(.92)}.theia-landing .feed-cam-grain{position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 3px);mix-blend-mode:overlay;pointer-events:none}.theia-landing .feed-cam-scan{position:absolute;left:0;right:0;height:38%;background:linear-gradient(180deg,transparent,rgba(82,116,239,.16),transparent);pointer-events:none;animation:feedScan 5.5s linear infinite}@keyframes feedScan{0%{transform:translateY(-45%);opacity:0}12%{opacity:1}88%{opacity:1}to{transform:translateY(265%);opacity:0}}.theia-landing .feed-cam-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:.6rem;padding:.7rem .85rem;font-family:Inter,sans-serif;font-size:.66rem;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.92);background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)}.theia-landing .feed-cam-live{display:inline-flex;align-items:center;gap:5px;padding:.15rem .45rem;border-radius:4px;background:rgba(184,48,32,.9);color:#fff;font-weight:700;letter-spacing:.1em}.theia-landing .feed-cam-live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:feedBlink 1.3s steps(1) infinite}@keyframes feedBlink{0%,50%{opacity:1}51%,to{opacity:.2}}.theia-landing .feed-cam-id{color:rgba(255,255,255,.78)}.theia-landing .feed-cam-time{margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(255,255,255,.9)}.theia-landing .feed-box{position:absolute;border:1.5px solid rgba(82,116,239,.95);border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.25);opacity:0;animation:feedBoxIn .5s ease-out forwards}.theia-landing .feed-box-tag{position:absolute;top:-1.45rem;left:-1.5px;display:inline-block;padding:.12rem .4rem;font-family:Inter,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.02em;white-space:nowrap;color:#fff;background:rgba(82,116,239,.95);border-radius:3px 3px 3px 0}.theia-landing .feed-box.ok{border-color:rgba(40,190,120,.95)}.theia-landing .feed-box.ok .feed-box-tag{background:rgba(26,140,80,.95)}.theia-landing .feed-box.flag{border-color:rgba(255,90,70,.98);animation:feedBoxIn .5s ease-out forwards,feedFlag 1.6s ease-in-out .8s infinite}.theia-landing .feed-box.flag .feed-box-tag{background:rgba(200,45,30,.97)}.theia-landing .feed-box.b1{left:9%;top:42%;width:15%;height:40%;animation-delay:.3s}.theia-landing .feed-box.b2{left:60%;top:50%;width:24%;height:31%;animation-delay:.6s}.theia-landing .feed-box.b3{left:33%;top:34%;width:21%;height:46%;animation-delay:.95s}@keyframes feedBoxIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes feedFlag{0%,to{box-shadow:0 0 0 1px rgba(0,0,0,.25),0 0 0 0 rgba(255,90,70,.5)}50%{box-shadow:0 0 0 1px rgba(0,0,0,.25),0 0 14px 2px rgba(255,90,70,.55)}}.theia-landing .feed-cam-corner{position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.45);pointer-events:none}.theia-landing .feed-cam-corner.tl{top:10px;left:10px;border-right:0;border-bottom:0}.theia-landing .feed-cam-corner.tr{top:10px;right:10px;border-left:0;border-bottom:0}.theia-landing .feed-cam-corner.bl{bottom:10px;left:10px;border-right:0;border-top:0}.theia-landing .feed-cam-corner.br{bottom:10px;right:10px;border-left:0;border-top:0}.theia-landing .feed-cam-caption{font-size:.78rem;color:var(--text-dim);text-align:center}.theia-landing .how-intro-full{position:absolute;inset:0;display:block;max-width:none;width:auto;margin:0;gap:0}.theia-landing .feed-cam-full{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none}.theia-landing .feed-cam-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(8,9,15,.88),rgba(8,9,15,.6) 30%,rgba(8,9,15,.22) 55%,transparent 75%),linear-gradient(0deg,rgba(8,9,15,.45),transparent 32%),linear-gradient(180deg,rgba(8,9,15,.4),transparent 22%)}.theia-landing .feed-step{opacity:0;transition:opacity 1s ease}.theia-landing .feed-step.show{opacity:1}.theia-landing .feed-alert{position:absolute;z-index:4;right:clamp(1.25rem,5vw,4rem);top:34%;display:flex;align-items:flex-start;gap:.7rem;width:clamp(248px,24vw,300px);padding:.8rem .9rem;border-radius:13px;background:rgba(12,13,18,.74);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 55px -20px rgba(0,0,0,.75);font-family:Inter,sans-serif;color:#fff;animation:feedAlertIn 1.5s cubic-bezier(.1,1.8,.3,1) both,feedAlertFlash 1.9s ease-out .08s both,feedAlertWiggle .6s ease-in-out 1.6s both;transition:border-color .6s ease}.theia-landing .feed-alert.flag{border-color:rgba(255,90,70,.5)}.theia-landing .feed-alert.active{border-color:rgba(245,170,60,.55)}.theia-landing .feed-alert.resolved{border-color:rgba(40,190,120,.55)}.theia-landing .feed-alert-dot{margin-top:4px;width:9px;height:9px;border-radius:50%;flex:none;transition:background .6s ease}.theia-landing .feed-alert.flag .feed-alert-dot{background:#ff5a46;animation:feedAlertPulse 1.5s ease-out infinite}.theia-landing .feed-alert.active .feed-alert-dot{background:#f5aa3c;animation:feedAlertPulseAmber 1.5s ease-out infinite}.theia-landing .feed-alert.resolved .feed-alert-dot{background:#2ec27e}.theia-landing .feed-alert-body{display:flex;flex-direction:column;gap:2px;min-width:0}.theia-landing .feed-alert-kicker{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55)}.theia-landing .feed-alert.flag .feed-alert-kicker{color:rgba(255,140,125,.92)}.theia-landing .feed-alert.active .feed-alert-kicker{color:rgba(245,185,110,.95)}.theia-landing .feed-alert.resolved .feed-alert-kicker{color:rgba(90,215,155,.92)}.theia-landing .feed-alert-title{font-size:.82rem;font-weight:700;letter-spacing:.01em;line-height:1.25}.theia-landing .feed-alert-sub{font-size:.7rem;font-weight:500;color:rgba(255,255,255,.7);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.theia-landing .feed-alert-time{margin-left:auto;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.6)}.theia-landing .feed-alert.resolved .feed-alert-time{color:#2ec27e;font-size:.85rem}@keyframes feedAlertIn{0%{opacity:0;transform:translateX(110px) scale(.82)}32%{opacity:1}46%{transform:translateX(-16px) scale(1.08)}68%{transform:translateX(7px) scale(.99)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes feedAlertFlash{0%{box-shadow:0 0 0 0 rgba(255,255,255,0),0 0 0 0 rgba(255,120,100,0),0 22px 55px -20px rgba(0,0,0,.75)}18%{box-shadow:0 0 40px 10px rgba(255,120,100,.8),0 0 0 9px rgba(255,120,100,.45),0 22px 55px -20px rgba(0,0,0,.75)}42%{box-shadow:0 0 12px 2px rgba(255,120,100,.3),0 0 0 3px rgba(255,120,100,.15),0 22px 55px -20px rgba(0,0,0,.75)}60%{box-shadow:0 0 30px 7px rgba(255,120,100,.55),0 0 0 7px rgba(255,120,100,.3),0 22px 55px -20px rgba(0,0,0,.75)}to{box-shadow:0 0 0 0 rgba(255,120,100,0),0 0 0 0 rgba(255,120,100,0),0 22px 55px -20px rgba(0,0,0,.75)}}@keyframes feedAlertWiggle{0%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(-5px) rotate(-1.2deg)}50%{transform:translateX(4px) rotate(.9deg)}75%{transform:translateX(-2px) rotate(-.4deg)}to{transform:translateX(0) rotate(0deg)}}@keyframes feedAlertPulse{0%{box-shadow:0 0 0 0 rgba(255,90,70,.55)}70%{box-shadow:0 0 0 9px rgba(255,90,70,0)}to{box-shadow:0 0 0 0 rgba(255,90,70,0)}}@keyframes feedAlertPulseAmber{0%{box-shadow:0 0 0 0 rgba(245,170,60,.5)}70%{box-shadow:0 0 0 9px rgba(245,170,60,0)}to{box-shadow:0 0 0 0 rgba(245,170,60,0)}}@keyframes feedAlertSwapUp{0%{opacity:0;transform:translateY(8px);filter:blur(3px)}60%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.theia-landing .feed-alert-body{animation:feedAlertSwapUp .5s cubic-bezier(.2,.9,.2,1) both}.theia-landing .feed-alert-time{animation:feedAlertSwapUp .5s cubic-bezier(.2,.9,.2,1) .05s both}.theia-landing .feed-alert-ping{position:absolute;inset:-1px;border-radius:14px;pointer-events:none;--ping:255,255,255;animation:feedAlertStatePing .85s ease-out both}.theia-landing .feed-alert.flag .feed-alert-ping{--ping:255,90,70}.theia-landing .feed-alert.active .feed-alert-ping{--ping:245,170,60}.theia-landing .feed-alert.resolved .feed-alert-ping{--ping:40,190,120}@keyframes feedAlertStatePing{0%{box-shadow:0 0 0 0 rgba(var(--ping),.5),0 0 18px 2px rgba(var(--ping),.4)}to{box-shadow:0 0 0 13px rgba(var(--ping),0),0 0 18px 2px rgba(var(--ping),0)}}.theia-landing .feed-cam-meta{position:absolute;right:1.25rem;bottom:1.25rem;z-index:4;display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;border-radius:8px;background:rgba(8,9,15,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:Inter,sans-serif;font-size:.66rem;font-weight:600;letter-spacing:.04em}.theia-landing .feed-cam-meta .feed-cam-id{color:rgba(255,255,255,.78)}.theia-landing .feed-cam-meta .feed-cam-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(255,255,255,.92)}.theia-landing .how-intro-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:0 clamp(1.5rem,6vw,6rem);max-width:760px}.theia-landing .how-intro-overlay h2{text-align:left;margin:0 0 1.1rem;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.45);transform:translateY(clamp(2.5rem,8vh,5.5rem))}.theia-landing .how-intro-overlay h2 em{color:var(--amber-bright)}.theia-landing .how-intro-overlay .how-intro-eyebrow{margin-bottom:1.1rem;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.theia-landing .how-intro-overlay .how-intro-eyebrow .dot{background:var(--amber-bright)}.theia-landing .how-intro-overlay .how-intro-sub{margin:0;max-width:28rem;font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.82);text-shadow:0 1px 14px rgba(0,0,0,.4);transform:translateY(clamp(2.5rem,8vh,5.5rem))}.theia-landing .how-intro-cue.how-intro-cue-floating{position:absolute;z-index:4;bottom:clamp(1.5rem,4vh,2.75rem);left:50%;transform:translateX(-50%);margin-top:0;color:#fff;font-weight:700;border-color:#fff;background:rgba(0,0,0,.42);text-shadow:0 1px 10px rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.theia-landing .how-intro-cue.how-intro-cue-floating:hover{background:rgba(0,0,0,.55);border-color:#fff;color:#fff}.theia-landing .how-intro-cue{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.6rem 1.1rem;border:1px solid var(--border-mid);border-radius:999px;background:transparent;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--text-mid);transition:background .2s,border-color .2s,color .2s}.theia-landing .how-intro-cue:hover{background:var(--bg);border-color:var(--amber);color:var(--text)}.theia-landing .how-intro-cue-arrow{font-size:.9rem;animation:howCueBounce 1.6s ease-in-out infinite}@keyframes howCueBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.theia-landing .how-hero-dots{display:flex;gap:.55rem;justify-content:center;margin-top:2rem}.theia-landing .how-hero-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;cursor:pointer;background:var(--border-mid);transition:background .25s,transform .25s}.theia-landing .how-hero-dot.active{background:var(--amber);transform:scale(1.35)}@media (max-width:860px){.theia-landing .how-intro-overlay{padding:0 1.5rem;max-width:100%}.theia-landing .how-intro-overlay .how-intro-sub,.theia-landing .how-intro-overlay h2{transform:translateY(clamp(1.75rem,6vh,3.25rem))}.theia-landing .how-intro-overlay .how-intro-sub{font-size:.95rem}.theia-landing .feed-cam-scrim{background:linear-gradient(90deg,rgba(8,9,15,.85),rgba(8,9,15,.55) 45%,rgba(8,9,15,.3)),linear-gradient(0deg,rgba(8,9,15,.5),transparent 38%)}.theia-landing .feed-alert{right:1.25rem;left:auto;top:auto;bottom:5rem;width:clamp(230px,60vw,280px)}}@media (max-width:768px){.theia-landing .how-hero{height:650vh}.theia-landing .how-hero-sticky{padding:5rem 1.25rem 1.5rem}.theia-landing .how-hero h2{margin-bottom:1.25rem}.theia-landing .how-intro-full{position:relative;inset:auto;display:flex;flex-direction:column;justify-content:center;gap:1.4rem;padding:0;width:100%}.theia-landing .how-intro-overlay{order:-1;position:relative;inset:auto;z-index:auto;padding:0;max-width:100%;align-items:flex-start}.theia-landing .how-intro-overlay h2{transform:none;color:var(--text);text-shadow:none;margin:0 0 .7rem;font-size:1.85rem}.theia-landing .how-intro-overlay h2 em{color:var(--amber)}.theia-landing .how-intro-overlay .how-intro-sub{transform:none;color:var(--text-mid);text-shadow:none;max-width:100%;font-size:.98rem}.theia-landing .feed-cam-full{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:4/3;flex:none;border-radius:14px;border:1px solid rgba(0,0,0,.18);box-shadow:0 24px 60px -28px rgba(20,24,55,.55),0 2px 10px rgba(0,0,0,.12)}.theia-landing .feed-cam-scrim{display:none}.theia-landing .feed-alert{right:.6rem;left:auto;top:auto;bottom:.6rem;width:min(64%,214px);gap:.4rem;padding:.45rem .55rem;border-radius:9px}.theia-landing .feed-alert-dot{width:7px;height:7px;margin-top:3px}.theia-landing .feed-alert-kicker{font-size:.44rem}.theia-landing .feed-alert-title{font-size:.64rem}.theia-landing .feed-alert-sub{font-size:.54rem}.theia-landing .feed-alert-time{font-size:.48rem}.theia-landing .feed-alert.resolved .feed-alert-time{font-size:.64rem}.theia-landing .how-intro-cue.how-intro-cue-floating{order:1;position:relative;inset:auto;bottom:auto;left:auto;transform:none;align-self:center;margin-top:0;background:#fff;color:var(--text);border-color:var(--border-mid);text-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:.35rem;padding:.45rem .85rem;font-size:.72rem}.theia-landing .how-intro-cue-arrow{font-size:.78rem}}@media (prefers-reduced-motion:reduce){.theia-landing .how-hero{height:auto}.theia-landing .how-hero-sticky{position:static;height:auto}.theia-landing .how-intro-full{position:relative;inset:auto;height:88vh}.theia-landing .feed-cam-scan{animation:none;opacity:0}.theia-landing .feed-cam-live-dot{animation:none}.theia-landing .feed-step{transition:none}.theia-landing .feed-alert,.theia-landing .feed-alert-dot{animation:none}}.theia-landing section{padding:6rem 1.5rem}.theia-landing .container{max-width:1060px;margin:0 auto}.theia-landing .section-label{display:block;font-size:.95rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:1.1rem;text-align:left;font-family:Inter,sans-serif}.theia-landing .section-label .dot{display:none}.theia-landing h2{font-family:Inter,sans-serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.015em;color:var(--text);margin-bottom:1rem}.theia-landing .section-sub{color:var(--text-mid);font-size:1rem;line-height:1.75;max-width:500px;margin-bottom:3rem;font-family:Inter,sans-serif}.theia-landing .moments{background:var(--bg)}.theia-landing .tl-toggle{display:inline-flex;align-items:center;gap:1.25rem;border-radius:999px}.theia-landing .tl-switch:not(.on){animation:tl-switch-hint 1.7s ease-out infinite}@keyframes tl-switch-hint{0%{box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14),0 0 0 0 rgba(63,95,232,.7)}70%{box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14),0 0 0 22px rgba(63,95,232,0)}to{box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14),0 0 0 0 rgba(63,95,232,0)}}@media (prefers-reduced-motion:reduce){.theia-landing .tl-switch:not(.on){animation:none}}.theia-landing .tl-toggle-side{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.01em;color:var(--text-dim);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s,opacity .3s;opacity:.6}.theia-landing .tl-toggle-side.active{color:var(--text);opacity:1}.theia-landing .tl-toggle-side-theia.active{color:var(--amber)}.theia-landing .tl-switch{--sw-w:66px;--sw-h:34px;--sw-pad:4px;width:var(--sw-w);height:var(--sw-h);flex:0 0 auto;padding:0;border:none;border-radius:999px;background:#dde0ea;box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14);cursor:pointer;position:relative;transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.theia-landing .tl-switch:hover{background:#d3d6e3}.theia-landing .tl-switch.on{background:var(--amber);box-shadow:0 2px 8px rgba(63,95,232,.3)}.theia-landing .tl-switch.on:hover{background:var(--amber-bright)}.theia-landing .tl-switch-thumb{position:absolute;top:var(--sw-pad);left:var(--sw-pad);width:calc(var(--sw-h) - var(--sw-pad) * 2);height:calc(var(--sw-h) - var(--sw-pad) * 2);border-radius:50%;background:#fff;box-shadow:0 1px 2.5px rgba(20,20,50,.22);transition:transform .45s cubic-bezier(.34,1.56,.64,1)}.theia-landing .tl-switch.on .tl-switch-thumb{transform:translateX(calc(var(--sw-w) - var(--sw-h)))}.theia-landing .moments .container{width:100%}.theia-landing .tl-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-gap:4.5rem;gap:4.5rem;margin-top:3rem;align-items:start;position:relative;width:100%}.theia-landing .tl-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.theia-landing .tl-right .tl-toggle{align-self:flex-end}.theia-landing .tl-carousel-control{display:none}.theia-landing .tl-events{display:flex;flex-direction:column;min-width:0}.theia-landing .tl-item{display:grid;grid-template-columns:18px 1fr;grid-gap:1.1rem;gap:1.1rem;cursor:pointer;padding:1rem 0;transition:opacity .25s}.theia-landing .tl-item:not(.active){opacity:.38}.theia-landing .tl-item:hover:not(.active){opacity:.62}.theia-landing .tl-item-review:not(.active){opacity:1}.theia-landing .tl-events .tl-item-review:not(.active) .tl-title{color:var(--text)}.theia-landing .tl-item-theia .tl-content{padding-left:.7rem;border-left:2px solid var(--amber-border);border-radius:0}.theia-landing .tl-item-theia.active .tl-content{border-left-color:var(--amber)}.theia-landing .tl-marker{display:flex;flex-direction:column;align-items:center;padding-top:4px}.theia-landing .tl-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.theia-landing .tl-dot.warn{background:var(--amber)}.theia-landing .tl-dot.urgent{background:var(--red)}.theia-landing .tl-dot.good{background:var(--green)}.theia-landing .tl-dot.yellow{background:#e0a92e}.theia-landing .tl-dot.orange{background:#df7327}.theia-landing .tl-dot.red{background:var(--red)}.theia-landing .tl-dot.green{background:var(--green)}.theia-landing .tl-dot.theia{background:var(--amber);box-shadow:0 0 0 3px var(--amber-light)}.theia-landing .tl-line{flex:1 1;width:1px;background:var(--border-mid);margin-top:6px;min-height:44px}.theia-landing .tl-time{font-size:.74rem;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.2rem}.theia-landing .tl-tag,.theia-landing .tl-time{font-weight:700;text-transform:uppercase;font-family:Inter,sans-serif}.theia-landing .tl-tag{font-size:.62rem;letter-spacing:.1em;color:var(--amber);margin-bottom:.25rem}.theia-landing .tl-tag-theia{color:var(--amber-bright)}.theia-landing .tl-title{font-size:.97rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.35;margin-bottom:.3rem}.theia-landing .tl-item:not(.active) .tl-title{color:var(--text-mid)}.theia-landing .tl-title-stars{letter-spacing:.04em;font-size:1.5em;white-space:nowrap}.theia-landing .tl-title-star{color:#d4d4d4}.theia-landing .tl-title-star.filled{color:#fff000}.theia-landing .tl-item:not(.active) .tl-title-star.filled{color:#ffea00}.theia-landing .tl-desc{font-size:.8rem;color:var(--text-mid);line-height:1.65;font-family:Inter,sans-serif;overflow:hidden;max-height:0;transition:max-height .35s ease}.theia-landing .tl-item.active .tl-desc{max-height:80px}.theia-landing .tl-preview{position:-webkit-sticky;position:sticky;top:80px;width:100%;min-width:0;aspect-ratio:1100/825}.theia-landing .tl-card{position:absolute;inset:0;width:100%;height:100%;border-radius:14px;overflow:hidden;opacity:0;transform:scale(1.012);pointer-events:none;transition:opacity .6s ease,transform .6s ease}.theia-landing .tl-card.active{opacity:1;transform:scale(1);pointer-events:auto;z-index:1}.theia-landing .tl-photo-img{width:100%;height:100%;object-fit:cover;display:block}.theia-landing .tl-photo-caption{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 1.4rem 1.3rem;background:linear-gradient(0deg,rgba(0,0,0,.62) 0,transparent)}.theia-landing .tl-photo-tag{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;margin-bottom:.3rem}.theia-landing .tl-photo-tag.warn{color:#a0b4ff}.theia-landing .tl-photo-tag.urgent{color:#ffaa88}.theia-landing .tl-photo-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:#ffffff;line-height:1.25}.theia-landing .tl-alert{position:absolute;z-index:4;top:.9rem;right:.9rem;display:flex;align-items:flex-start;gap:.6rem;width:clamp(210px,64%,280px);padding:.7rem .8rem;border-radius:12px;background:rgba(12,13,18,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px -18px rgba(0,0,0,.75);font-family:Inter,sans-serif;color:#fff;animation:tlAlertIn .9s cubic-bezier(.1,1.6,.3,1) both}.theia-landing .tl-alert.active{border-color:rgba(245,170,60,.55)}.theia-landing .tl-alert.resolved{border-color:rgba(40,190,120,.55)}.theia-landing .tl-alert-dot{margin-top:4px;width:8px;height:8px;border-radius:50%;flex:none}.theia-landing .tl-alert.active .tl-alert-dot{background:#f5aa3c;animation:feedAlertPulseAmber 1.5s ease-out infinite}.theia-landing .tl-alert.resolved .tl-alert-dot{background:#2ec27e}.theia-landing .tl-alert-body{display:flex;flex-direction:column;gap:2px;min-width:0}.theia-landing .tl-alert-kicker{font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.theia-landing .tl-alert.active .tl-alert-kicker{color:rgba(245,185,110,.95)}.theia-landing .tl-alert.resolved .tl-alert-kicker{color:rgba(90,215,155,.92)}.theia-landing .tl-alert-title{font-size:.8rem;font-weight:700;line-height:1.25}.theia-landing .tl-alert-sub{font-size:.68rem;font-weight:500;color:rgba(255,255,255,.72)}.theia-landing .tl-alert-time{margin-left:auto;font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.6)}@keyframes tlAlertIn{0%{opacity:0;transform:translateX(44px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.theia-landing .tl-toast-card{background:var(--bg-lavender);border:1px solid var(--border);display:none;align-items:center;justify-content:center;padding:2rem}.theia-landing .tl-toast-card.active{display:flex;animation:tlCardIn .35s ease forwards}.theia-landing .tl-toast{width:100%;max-width:380px;display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem 1.2rem;border-radius:13px;background:#fff;border:1px solid var(--border-mid);box-shadow:0 4px 24px rgba(0,0,0,.07),0 1px 4px rgba(0,0,0,.04);position:relative;animation:tlToastPop .5s cubic-bezier(.2,1.4,.3,1) both}.theia-landing .tl-toast-theia{border-color:var(--amber-border);box-shadow:0 4px 24px rgba(63,95,232,.1),0 1px 4px rgba(0,0,0,.04)}.theia-landing .tl-toast-good{border-color:var(--green-border);box-shadow:0 4px 24px rgba(26,110,58,.1),0 1px 4px rgba(0,0,0,.04)}@keyframes tlToastPop{0%{opacity:0;transform:translateY(14px) scale(.96)}60%{transform:translateY(-3px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.theia-landing .tl-toast-icon{font-size:1.3rem;flex-shrink:0;line-height:1;margin-top:1px}.theia-landing .tl-toast-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.theia-landing .tl-toast-label{font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.theia-landing .tl-toast-theia .tl-toast-label{color:var(--amber)}.theia-landing .tl-toast-good .tl-toast-label{color:var(--green)}.theia-landing .tl-toast-detail{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;color:var(--text-mid);line-height:1.55}.theia-landing .tl-toast-time{position:absolute;top:.7rem;right:.9rem;font-family:Inter,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.04em;color:var(--text-dim);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.theia-landing .tl-review-card{border:1px solid var(--border);display:none}.theia-landing .tl-review-card.active{display:block;animation:tlCardIn .45s ease forwards}.theia-landing .tl-review-bad{background:linear-gradient(135deg,#fdf2f0,#fce8e4);border-color:var(--red-border)}.theia-landing .tl-review-good{background:linear-gradient(135deg,#eefbf3,#e3f7ec);border-color:var(--green-border)}.theia-landing .tl-review-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:340px;margin:0 auto;padding:2.5rem}.theia-landing .tl-review-stars{font-size:2rem;letter-spacing:.12em;margin-bottom:1.25rem}.theia-landing .tl-star{color:#d4d4d4;transition:color .2s}.theia-landing .tl-star.filled{color:#f5a623}.theia-landing .tl-review-quote{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:500;color:var(--text);line-height:1.65;font-style:italic;margin-bottom:1rem}.theia-landing .tl-review-source{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.theia-landing .how-nav{display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;margin-bottom:1.75rem}.theia-landing .how-step-wrap{display:flex;flex-direction:column;align-items:flex-start}.theia-landing .how-step-btn{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:1px solid var(--border-mid);border-radius:6px;background:transparent;cursor:pointer;transition:background .2s,border-color .2s}.theia-landing .how-step-btn:hover{background:var(--bg)}.theia-landing .how-step-btn.active{background:var(--bg-lavender2);border-color:var(--amber)}.theia-landing .how-step-btn.active .how-step-n{color:var(--amber)}.theia-landing .how-step-n{font-size:.72rem;font-weight:700;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .how-step-sep{font-size:.7rem;color:var(--border-mid)}.theia-landing .how-step-name{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text);font-family:Inter,sans-serif}.theia-landing .how-arrow{padding:0 .4rem .72rem;color:var(--text-dim);font-size:.62rem;letter-spacing:-1px}.theia-landing .how-panels{background:var(--bg-lavender);border:1px solid var(--border);border-radius:16px;overflow:hidden}.theia-landing .how-panel{display:none;grid-template-columns:1fr 1.15fr;min-height:340px}.theia-landing .how-panel.active{display:grid;animation:howIn .32s ease forwards}@keyframes howIn{0%{opacity:0;transform:translateX(14px)}to{opacity:1;transform:translateX(0)}}.theia-landing .how-panel-text{padding:2.75rem;display:flex;flex-direction:column;justify-content:center;background:var(--bg);border-right:1px solid var(--border)}.theia-landing .how-panel-text h3{font-optical-sizing:auto;font-size:clamp(1.4rem,2.4vw,1.95rem);font-weight:500;letter-spacing:-.02em;color:var(--text);margin-bottom:.8rem;line-height:1.12}.theia-landing .how-panel-text p{font-size:.87rem;color:var(--text-mid);line-height:1.75;font-family:Inter,sans-serif;max-width:340px}.theia-landing .how-panel-viz{display:flex;align-items:center;justify-content:center;padding:2.25rem;background:rgba(255,255,255,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.theia-landing .how-reads-viz{padding:0;position:relative;overflow:hidden}.theia-landing .how-reads-svg{position:absolute;inset:0;width:100%;height:100%;display:block}.theia-landing .how-reads-svg-mobile{display:none}.theia-landing .how-read-bubble{animation:how-read-bubble-in .28s cubic-bezier(.2,.8,.2,1) both;transform-origin:center;transform-box:fill-box}@keyframes how-read-bubble-in{0%{opacity:0;transform:translateY(2px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.theia-landing .how-read-bubble{animation:none}}.theia-landing .how-vendor-viz{justify-content:flex-start}.theia-landing .how-vendor-block{width:100%;max-width:340px}.theia-landing .how-vendor-eyebrow{font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim);margin-bottom:.9rem}.theia-landing .how-vendor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.theia-landing .how-vendor-list li{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.theia-landing .how-vendor-note{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:var(--text-mid);line-height:1.6;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--border)}.theia-landing .how-alert-card{width:min(100%,460px);max-width:460px;background:transparent;border:none;border-radius:12px;overflow:hidden}.theia-landing .how-alert-rows{display:flex;flex-direction:column;gap:.55rem}.theia-landing .shift-card{position:relative;background:transparent;border:none;border-radius:0;overflow:visible;box-shadow:none}.theia-landing .shift-card-head{padding:1rem 1.3rem;border-bottom:1px solid var(--border);background:var(--bg-lavender2)}.theia-landing .shift-card-head .label{font-size:.64rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim);margin-bottom:.3rem;font-family:Inter,sans-serif}.theia-landing .shift-card-head .title{font-size:.94rem;font-weight:700;color:var(--text)}.theia-landing .shift-card-body{padding:1.1rem 1.3rem;display:flex;flex-direction:column;gap:1.1rem}.theia-landing .shift-group{display:flex;flex-direction:column;gap:.15rem}.theia-landing .shift-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;padding-bottom:.6rem;margin-bottom:.25rem;border-bottom:1px solid var(--border)}.theia-landing .shift-group-when{font-size:.66rem;font-weight:600;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .shift-group-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700;font-family:Inter,sans-serif;display:flex;align-items:center;gap:.45rem}.theia-landing .shift-group-label:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.theia-landing .shift-group-label.bad{color:var(--red)}.theia-landing .shift-group-label.good{color:var(--text-dim)}.theia-landing .shift-group.wins{opacity:.78}.theia-landing .shift-row{display:flex;align-items:center;gap:.9rem;padding:.75rem .1rem;font-size:.84rem;font-weight:600;line-height:1.4;font-family:Inter,sans-serif;border-bottom:1px solid var(--border)}.theia-landing .shift-row:last-child{border-bottom:none}.theia-landing .shift-row-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.theia-landing .shift-row-head{color:var(--text);font-weight:600;font-size:.9rem;line-height:1.35}.theia-landing .shift-row-fix{display:flex;align-items:baseline;gap:.35rem;margin-top:.1rem;font-size:.74rem;line-height:1.4;font-family:Inter,sans-serif}.theia-landing .shift-row-fix-arrow{flex-shrink:0;font-weight:700}.theia-landing .shift-row-fix-text{color:var(--text-mid);font-weight:500}.theia-landing .shift-group.wins .shift-row{padding:.5rem .1rem;font-size:.8rem}.theia-landing .shift-replay{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid;background:transparent;color:inherit;cursor:pointer;opacity:.45;transition:transform .15s ease,opacity .15s ease,background .15s ease,box-shadow .15s ease}.theia-landing .shift-row:hover .shift-replay{opacity:.75}.theia-landing .shift-replay:hover{opacity:1;background:currentColor;transform:scale(1.08);box-shadow:0 2px 8px rgba(0,0,0,.18)}.theia-landing .shift-replay-play{width:0;height:0;margin-left:2px;border-color:transparent transparent transparent currentcolor;border-style:solid;border-width:5px 0 5px 8px}.theia-landing .shift-replay:hover .shift-replay-play{border-left-color:#fff}.theia-landing .shift-row.good{color:var(--green)}.theia-landing .shift-row.warn{color:var(--amber)}.theia-landing .shift-row.bad{color:var(--red)}.theia-landing .shift-row-time{font-size:.6rem;font-weight:700;color:currentColor;opacity:.7;letter-spacing:.06em;text-transform:uppercase;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:SF Mono,Menlo,Consolas,monospace}.theia-landing .shift-row-icon{font-size:.55rem;flex-shrink:0;font-weight:900}.theia-landing .shift-suggest{padding:.85rem 1.3rem;border-top:1px solid var(--border)}.theia-landing .shift-suggest .label{font-size:.64rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim);margin-bottom:.4rem;font-family:Inter,sans-serif}.theia-landing .shift-suggest p{font-size:.82rem;color:var(--text-mid);line-height:1.65;font-family:Inter,sans-serif}.theia-landing .pricing{background:var(--bg-lavender);padding-top:144px;padding-bottom:96px}.theia-landing .pricing .container{width:100%;max-width:1180px}.theia-landing .pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:1.75rem;gap:1.75rem;justify-content:center;width:100%;margin:2.5rem auto 0}.theia-landing .pricing-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#ffffff,#fbfcff);border:1px solid var(--border);border-radius:18px;padding:1.5rem 1.4rem 1.4rem;box-shadow:0 12px 40px rgba(20,30,80,.06);-moz-user-select:none;user-select:none;-webkit-user-select:none}.theia-landing .pricing-card--featured{border-color:var(--amber-border);box-shadow:0 24px 60px rgba(63,95,232,.16)}.theia-landing .pricing-badge{position:absolute;top:1.25rem;right:1.25rem;padding:.3rem .7rem;border-radius:999px;background:var(--amber-light);border:1px solid var(--amber-border);color:var(--amber);font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-family:Inter,sans-serif}.theia-landing .pricing-name{margin-bottom:1rem;font-size:.98rem;font-weight:700;color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif}.theia-landing .pricing-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--amber) 0,var(--amber-bright) 100%)}.theia-landing .pricing-price{display:flex;align-items:baseline;flex-wrap:nowrap;gap:.4rem}.theia-landing .pricing-amount{font-size:1.65rem;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1;white-space:nowrap;font-family:Inter,sans-serif}.theia-landing .pricing-period{font-size:1rem;color:var(--text-mid);font-weight:600;white-space:nowrap}.theia-landing .pricing-after{margin-top:.45rem;font-size:.78rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .pricing-highlight{display:flex;align-items:center;gap:.8rem;margin-top:1.1rem;padding:.7rem .85rem;background:var(--amber-light);border:1px solid var(--amber-border);border-radius:12px}.theia-landing .pricing-highlight-mark{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:var(--amber);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem}.theia-landing .pricing-highlight div{display:flex;flex-direction:column;line-height:1.35}.theia-landing .pricing-highlight strong{font-size:.92rem;font-weight:700;color:var(--text);font-family:Inter,sans-serif}.theia-landing .pricing-highlight span{font-size:.8rem;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .pricing-features{list-style:none;margin:1.1rem 0;padding:1.1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.65rem;flex:1 1}.theia-landing .pricing-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--text-mid);line-height:1.5;font-family:Inter,sans-serif}.theia-landing .pricing-check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--amber-light);color:var(--amber);border:1px solid var(--amber-border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;margin-top:.05rem}.theia-landing .pricing-cta{display:block;text-align:center;background:var(--amber);color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:10px;font-weight:700;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;font-family:Inter,sans-serif;box-shadow:0 8px 20px rgba(63,95,232,.25);transition:background .2s,transform .15s,box-shadow .2s}.theia-landing .pricing-cta:hover{background:var(--amber-bright);transform:translateY(-2px);box-shadow:0 12px 28px rgba(63,95,232,.32)}.theia-landing .pricing-foot{margin-top:2rem;text-align:center;font-size:.78rem;color:var(--text-dim);font-family:Inter,sans-serif}@media (max-width:880px){.theia-landing .pricing-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:clamp(14rem,calc(100vw - 7.5rem),420px);align-items:stretch;justify-content:start;gap:1rem;max-width:none;margin-top:1rem;margin-bottom:-2rem;padding:1.5rem 0 2rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.theia-landing .pricing-grid::-webkit-scrollbar{display:none}.theia-landing .pricing-grid:focus{outline:none}.theia-landing .pricing-card{scroll-snap-align:start;scroll-snap-stop:always;-webkit-tap-highlight-color:transparent}.theia-landing .pricing-card--featured{transform:none}}@media (max-width:560px){.theia-landing .pricing-badge{right:1rem;padding:.25rem .4rem;font-size:.62rem;letter-spacing:0}}.theia-landing .principles{background:radial-gradient(120% 120% at 100% 0,var(--amber-light) 0,transparent 55%),var(--bg);border-top:1px solid var(--border)}.theia-landing .principles .container{width:100%;min-width:0}.theia-landing .principles-head{max-width:620px;margin-bottom:4.5rem}.theia-landing .principles-head .section-label{margin-bottom:1.1rem}.theia-landing .principles-head .section-sub{margin-bottom:0}.theia-landing .principles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.theia-landing .principle{position:relative;display:flex;flex-direction:column;padding:2rem 1.85rem 2.1rem;background:var(--bg);border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.03);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.theia-landing .principle:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--amber),var(--amber-bright));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.theia-landing .principle:hover{transform:translateY(-4px);border-color:var(--amber-border);box-shadow:0 18px 40px -22px rgba(63,95,232,.4)}.theia-landing .principle:hover:before{transform:scaleX(1)}.theia-landing .principle-index{font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--amber);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.theia-landing .principle-bar{width:26px;height:2px;background:var(--amber);border-radius:2px;margin:.85rem 0 1.15rem}.theia-landing .principle h3{font-size:1.08rem;font-weight:600;margin-bottom:.9rem;color:var(--text);letter-spacing:-.015em;line-height:1.25}.theia-landing .principle p{font-size:.88rem;color:var(--text-mid);line-height:1.72;font-family:Inter,sans-serif;white-space:pre-line}.theia-landing .principle-logos{display:grid;grid-template-columns:repeat(2,auto);justify-content:center;justify-items:center;align-items:center;grid-gap:1.4rem 2.4rem;gap:1.4rem 2.4rem;margin-top:auto;padding-top:.4rem}.theia-landing .principle-logo{height:30px;width:auto;max-width:100%;object-fit:contain;opacity:.78;filter:grayscale(1);transition:opacity .18s ease,filter .18s ease}.theia-landing .principle:hover .principle-logo{opacity:1;filter:grayscale(0)}.theia-landing .principle-logo--sm{height:22px}.theia-landing .principles-carousel-dots{display:none}.theia-landing .principles-cta{margin-top:4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.theia-landing .principles-cta-text{font-family:Inter,sans-serif;font-size:1.02rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.theia-landing .principles-cta .btn-nav-fill{padding:.85rem 2.2rem;font-size:.85rem;border-radius:8px}.theia-landing .cta-section{background:var(--bg-lavender);border-top:1px solid var(--border);text-align:center;padding:7rem 1.5rem}.theia-landing .cta-box{max-width:560px;margin:0 auto}.theia-landing .cta-box h2{margin-bottom:1rem}.theia-landing .cta-box p{color:var(--text-mid);margin-bottom:2.25rem;font-size:1rem;line-height:1.75;font-family:Inter,sans-serif}.theia-landing .cta-form{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.theia-landing .cta-input{flex:1 1;min-width:190px;background:var(--bg);border:1px solid var(--border-mid);color:var(--text);padding:.75rem 1rem;border-radius:8px;font-size:.88rem;outline:none;font-family:Inter,sans-serif;transition:border-color .2s,box-shadow .2s}.theia-landing .cta-input::placeholder{color:var(--text-dim)}.theia-landing .cta-input:focus{border-color:var(--amber);box-shadow:0 0 0 3px rgba(224,124,0,.1)}.theia-landing .btn-submit{background:var(--text);color:var(--bg);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s,transform .15s;white-space:nowrap}.theia-landing .btn-submit:hover{background:var(--amber);transform:translateY(-1px)}.theia-landing .form-success{text-align:center;padding:.75rem .5rem}.theia-landing .form-success-check{width:46px;height:46px;border-radius:50%;background:var(--green-bg);color:var(--green);border:1px solid var(--green-border);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.theia-landing .form-success h3{font-optical-sizing:auto;font-size:1.45rem;font-weight:500;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.theia-landing .form-success p{color:var(--text-mid);font-size:.9rem;line-height:1.6;font-family:Inter,sans-serif;max-width:30ch;margin:0 auto}.theia-landing .footer-wrap{background:var(--bg);border-top:1px solid var(--border)}.theia-landing footer{padding:1.35rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;max-width:1060px;margin:0 auto}.theia-landing .footer-cta{padding:.4rem 1rem;font-size:.7rem}.theia-landing .footer-logo{font-weight:600;font-size:1.25rem;color:var(--text);letter-spacing:-.01em}.theia-landing .footer-links{display:flex;gap:1.5rem}.theia-landing .footer-links a{color:var(--text-dim);font-size:.78rem;text-decoration:none;transition:color .2s;font-family:Inter,sans-serif}.theia-landing .footer-links a:hover{color:var(--text-mid)}.theia-landing .footer-copy{font-size:.72rem;color:var(--text-dim);font-family:Inter,sans-serif}html:has(.legal-page){scroll-snap-type:none}.theia-landing.legal-page{min-height:100vh;background:radial-gradient(1200px 480px at 50% -120px,#f4f1ff 0,transparent 70%),var(--bg-lavender)}.theia-landing .legal-main{max-width:800px;margin:0 auto;padding:8.5rem 1.5rem 5rem}.theia-landing .legal-card{background:var(--bg);border:1px solid var(--border);border-radius:20px;box-shadow:0 1px 2px rgba(20,30,80,.04),0 18px 50px -20px rgba(20,30,80,.18);padding:3.5rem 3.5rem 3rem}.theia-landing .legal-header{padding-bottom:1.75rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.theia-landing .legal-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);background:var(--amber-light);border:1px solid var(--amber-border);padding:.32rem .7rem;border-radius:999px;margin-bottom:1.1rem}.theia-landing .legal-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--amber)}.theia-landing .legal-title{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text);margin-bottom:.7rem}.theia-landing .legal-updated{font-size:.8rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .legal-body{display:flex;flex-direction:column}.theia-landing .legal-body section{padding:0 0 1.75rem;margin-bottom:1.75rem;border-bottom:1px solid var(--border)}.theia-landing .legal-body section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.theia-landing .legal-body h2{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;letter-spacing:-.015em;color:var(--text);margin-bottom:.85rem}.theia-landing .legal-body h2:before{content:"";flex-shrink:0;width:3px;height:1.05em;border-radius:2px;background:var(--amber)}.theia-landing .legal-body p{font-size:.94rem;line-height:1.75;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .legal-body p+p{margin-top:.85rem}.theia-landing .legal-body ul{list-style:none;padding-left:0;margin-top:.95rem;display:flex;flex-direction:column;gap:.65rem}.theia-landing .legal-body li{position:relative;padding-left:1.5rem;font-size:.94rem;line-height:1.65;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .legal-body li:before{content:"";position:absolute;left:.1rem;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--amber);opacity:.55}.theia-landing .legal-body strong{color:var(--text);font-weight:600}.theia-landing .legal-body a{color:var(--amber);text-decoration:underline;text-underline-offset:2px;font-weight:500}.theia-landing .legal-body a:hover{color:var(--amber-bright)}.theia-landing .legal-callout{background:var(--amber-light);border:1px solid var(--amber-border);border-radius:14px;padding:1.6rem 1.85rem!important}.theia-landing .legal-callout h2:before{display:none}.theia-landing .legal-keyword{text-align:center;font-size:1.4rem!important;font-weight:700;letter-spacing:.12em;color:#fff!important;background:var(--amber);border-radius:10px;padding:.7rem 1rem!important;margin:1rem 0!important;box-shadow:0 6px 16px -6px rgba(63,95,232,.5)}.theia-landing .legal-summary{margin-top:2.5rem;background:var(--bg-lavender2);border:1px solid var(--border);border-radius:14px;padding:1.35rem 1.6rem}.theia-landing .legal-summary p{font-size:.88rem;line-height:1.65;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .legal-back{display:inline-flex;align-items:center;gap:.4rem;margin-top:2.5rem;padding:.6rem 1rem;border:1px solid var(--border-mid);border-radius:8px;color:var(--text);font-size:.82rem;font-weight:600;text-decoration:none;font-family:Inter,sans-serif;transition:border-color .2s,background .2s}.theia-landing .legal-back:hover{border-color:var(--text);background:var(--bg-lavender)}@media (max-width:640px){.theia-landing .legal-card{padding:2rem 1.4rem;border-radius:16px}.theia-landing .legal-main{padding:7rem 1rem 3rem}.theia-landing .legal-title{font-size:1.9rem}}.theia-landing .wdot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.theia-landing .wdot.wr{background:#ff5f56}.theia-landing .wdot.wy{background:#ffbd2e}.theia-landing .wdot.wg{background:#27c93f}.theia-landing .alert-row{position:relative;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;line-height:1.35;color:var(--text);font-family:Inter,sans-serif;padding:.7rem 1.1rem;border-radius:10px;background:#ffffff;border:1px solid var(--border-mid);box-shadow:0 2px 10px rgba(0,0,0,.05);opacity:0;transform:translateY(8px);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.theia-landing .alert-row.revealed{opacity:1;transform:translateY(0)}.theia-landing .alert-row.urgent{border-color:var(--red-border)}.theia-landing .alert-row.warn{border-color:var(--warn-border)}.theia-landing .alert-row.good{border-color:var(--green-border)}.theia-landing .adot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.theia-landing .adot.urgent{background:var(--red);box-shadow:0 0 0 3px var(--red-bg)}.theia-landing .adot.warn{background:var(--amber);box-shadow:0 0 0 3px var(--warn-bg)}.theia-landing .adot.good{background:var(--green);box-shadow:0 0 0 3px var(--green-bg)}.theia-landing .alert-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.12rem}.theia-landing .alert-table{font-size:.64rem;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.theia-landing .alert-label{min-width:0;color:var(--text)}.theia-landing .alert-time{position:absolute;top:.5rem;right:.6rem;font-size:.6rem;font-weight:700;letter-spacing:.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-dim)}.theia-landing .alert-row.urgent .alert-time{color:var(--red)}@media (max-width:900px){.theia-landing .principles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.theia-landing .principles-cta{flex-direction:column;align-items:stretch}.theia-landing .principles-cta .btn-nav-fill{width:100%}}@media (max-width:768px){.theia-landing .nav-links{display:none}.theia-landing .tl-layout{grid-template-columns:1fr;gap:0;margin-top:1.5rem}.theia-landing .tl-events{display:none}.theia-landing .tl-right{gap:1rem}.theia-landing .tl-right .tl-toggle{order:3;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;align-self:stretch;width:100%;grid-gap:1.5rem;gap:1.5rem}.theia-landing .tl-toggle-side{flex:1 1;min-width:0;padding:.55rem 0;font-size:clamp(.78rem,3.5vw,.88rem);line-height:1.2;text-align:right;white-space:nowrap}.theia-landing .tl-toggle-side-theia{text-align:left}.theia-landing .tl-switch{--sw-w:72px;--sw-h:38px}.theia-landing .tl-preview{order:1;position:relative;top:auto}.theia-landing .tl-carousel-control{order:2;gap:.1rem;margin-top:-.35rem}.theia-landing .tl-carousel-control,.theia-landing .tl-carousel-dots{display:flex;align-items:center;justify-content:center}.theia-landing .tl-carousel-dot{display:grid;place-items:center;width:42px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}.theia-landing .tl-carousel-indicator{display:grid;place-items:center;width:8px;height:8px;border-radius:999px;background:var(--border-mid);color:transparent;font-size:0;transition:width .25s ease,height .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.theia-landing .tl-carousel-dot.active .tl-carousel-indicator{width:24px;background:var(--amber)}.theia-landing .tl-carousel-dot-review .tl-carousel-indicator{width:22px;height:22px;border:1px solid var(--border-mid);background:#fff;color:#f5a623;font-size:.7rem}.theia-landing .tl-carousel-dot-review.active .tl-carousel-indicator{width:28px;border-color:var(--amber-border);background:var(--amber-light)}.theia-landing .tl-carousel-dot:focus-visible{outline:2px solid var(--amber);outline-offset:-4px;border-radius:999px}.theia-landing .tl-photo-caption{text-align:right}.theia-landing .how-panel{grid-template-columns:1fr}.theia-landing .how-panel.active{animation:howMobilePanelIn .38s cubic-bezier(.22,1,.36,1) forwards}@keyframes howMobilePanelIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.theia-landing .how-panel-text{border-right:none;border-bottom:1px solid var(--border);padding:1.75rem}.theia-landing .how-panel-viz{min-height:220px;padding:1.5rem}.theia-landing .how-nav{width:100%;justify-content:flex-start;align-items:stretch;gap:.4rem;overflow:visible;padding-bottom:0;flex-wrap:nowrap}.theia-landing .how-step-wrap{min-width:0;flex:0 0 42px;transition:flex .38s cubic-bezier(.22,1,.36,1)}.theia-landing .how-step-wrap.active{flex:1 1 auto}.theia-landing .how-step-btn{width:100%;min-width:42px;height:44px;justify-content:center;gap:0;overflow:hidden;padding:0;border-radius:9px;background:rgba(255,255,255,.52);transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,padding .38s cubic-bezier(.22,1,.36,1)}.theia-landing .how-step-btn.active{justify-content:flex-start;gap:.55rem;padding:0 .85rem;background:var(--bg-lavender2);box-shadow:0 8px 24px rgba(63,95,232,.12)}.theia-landing .how-step-n{flex:none;font-size:0}.theia-landing .how-step-n:after{content:attr(data-mobile-number);font-size:.78rem}.theia-landing .how-arrow,.theia-landing .how-step-sep{display:none}.theia-landing .how-step-name{max-width:0;overflow:hidden;opacity:0;transform:translateX(-5px);white-space:nowrap;transition:max-width .38s cubic-bezier(.22,1,.36,1),opacity .2s ease 0s,transform .28s ease 0s}.theia-landing .how-step-btn.active .how-step-name{max-width:7rem;opacity:1;transform:translateX(0);transition-delay:0s,.12s,.08s}.theia-landing .how-reads-svg-desktop{display:none}.theia-landing .how-reads-svg-mobile{display:block}.theia-landing .principles-head{margin-bottom:1rem}.theia-landing .principles-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:clamp(14rem,calc(100vw - 7.5rem),420px);align-items:stretch;justify-content:start;gap:1rem;max-width:none;margin-bottom:-2rem;padding:1.5rem 0 2rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.theia-landing .principles-grid::-webkit-scrollbar{display:none}.theia-landing .principle{scroll-snap-align:start;scroll-snap-stop:always;-webkit-tap-highlight-color:transparent}.theia-landing .principle:before{display:none}.theia-landing .principle:hover{transform:none;border-color:var(--border);box-shadow:0 1px 2px rgba(0,0,0,.03)}.theia-landing .principle:hover .principle-logo{opacity:.78;filter:grayscale(1)}.theia-landing .principles-carousel-dots{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.75rem}.theia-landing .principles-carousel-dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:var(--border-mid);cursor:pointer;transition:width .2s ease,background .2s ease}.theia-landing .principles-carousel-dot.active{width:18px;background:var(--amber)}.theia-landing .principles-carousel-dot:focus-visible{outline:2px solid var(--amber);outline-offset:3px}}