.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:has(.theia-landing){--nav-h:56px;scroll-padding-top:calc(var(--nav-h) + 1rem);scrollbar-gutter:stable}.theia-landing{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}.theia-landing.agr-embedded{display:block;min-height:0;background:transparent}.theia-landing .footer-wrap{margin-top:auto}@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:0}.theia-landing nav{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;height:56px;padding:0 clamp(1.25rem,4vw,2.75rem);background:rgba(255,255,255,.45);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);border:none;border-bottom:1px solid rgba(255,255,255,.55);box-shadow:0 1px 10px rgba(20,30,80,.05);border-radius:0;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,height .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.scrolled{height:56px}.theia-landing nav.scrolled .nav-logo-img{height:36px}.theia-landing .nav-logo{text-decoration:none;display:flex;align-items:center}.theia-landing .nav-logo-img{height:36px;width:auto;display:block;transition:height .3s ease}.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{position:relative;width:100%;max-width:400px;padding:2.5rem 2.25rem 2.25rem;background:linear-gradient(180deg,#ffffff,#fbfcff);border:1px solid var(--border-mid);border-radius:18px;box-shadow:0 1px 2px rgba(20,30,80,.04),0 12px 28px rgba(20,30,80,.08),0 32px 64px rgba(20,30,80,.06);overflow:hidden}.theia-landing .auth-box:before{content:"";position:absolute;top:-55%;left:50%;width:130%;height:100%;transform:translateX(-50%);background:radial-gradient(50% 50% at 50% 50%,rgba(63,95,232,.14),rgba(63,95,232,0) 70%);pointer-events:none}.theia-landing .auth-box>*{position:relative}.theia-landing .auth-box__header{margin-bottom:1.75rem}.theia-landing .auth-box h1{font-size:1.7rem;font-weight:650;letter-spacing:-.02em;color:var(--text)}.theia-landing .auth-box__header p{margin-top:.5rem;color:var(--text-mid);font-size:.92rem;line-height:1.45}.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{position:relative;display:flex;width:100%;align-items:center;justify-content:center;gap:.7rem;height:52px;margin-top:.25rem;padding:0 1.1rem;background:linear-gradient(180deg,var(--amber-bright),var(--amber));color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:.97rem;font-weight:600;letter-spacing:.01em;cursor:pointer;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(63,95,232,.25),0 8px 20px rgba(63,95,232,.3);transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.theia-landing .auth-submit:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0) 45%);pointer-events:none}.theia-landing .auth-submit:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 2px 4px rgba(63,95,232,.28),0 12px 28px rgba(63,95,232,.38)}.theia-landing .auth-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px rgba(63,95,232,.25),0 3px 8px rgba(63,95,232,.26)}.theia-landing .auth-submit:focus-visible{outline:none;box-shadow:0 0 0 3px var(--amber-border),0 6px 16px rgba(63,95,232,.28)}.theia-landing .auth-submit:disabled{opacity:.7;cursor:default}.theia-landing .auth-submit__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.5)}.theia-landing .auth-submit__label{position:relative;z-index:1}.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 .auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.1rem 0 .1rem;color:var(--text-dim);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.theia-landing .auth-divider:after,.theia-landing .auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border-mid)}.theia-landing .auth-alt-toggle{display:block;width:100%;margin-top:1.1rem;background:none;border:none;padding:.3rem 0;font-family:inherit;font-size:.84rem;color:var(--text-mid);text-align:center;cursor:pointer;transition:color .15s ease}.theia-landing .auth-alt-toggle:hover{color:var(--amber);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.theia-landing .how-hero{height:auto;position:relative;padding:0;background:var(--bg-lavender);border-bottom:1px solid var(--border-mid)}.theia-landing .how-hero--intro{height:auto;background:#fff;--intro-desktop-photo-fit-w:calc(160vh - 17.9rem);--intro-desktop-photo-fit-w:calc(160svh - 17.9rem);--intro-stacked-photo-fit-w:calc(133.333vh - 32rem);--intro-stacked-photo-fit-w:calc(133.333svh - 32rem)}.theia-landing .how-hero--intro .how-hero-sticky{height:auto;min-height:100vh;overflow:visible}.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{position:static;height:auto;overflow:visible;touch-action:pan-y;overscroll-behavior-x:contain;justify-content:flex-start;padding-top:clamp(2rem,5vh,6rem)}.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}@media (min-width:769px){.theia-landing .how-hero .how-nav-label{margin-bottom:2rem}}.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:safe 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-spinner{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;pointer-events:none}.theia-landing .feed-cam-spinner:after{content:"";width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.16);border-top-color:rgba(122,150,245,.95);animation:feedSpin .8s linear infinite}@keyframes feedSpin{to{transform:rotate(1turn)}}.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:relative;inset:auto;display:grid;grid-template-columns:minmax(400px,.86fr) 1.34fr;grid-template-rows:auto auto;align-items:stretch;grid-column-gap:clamp(2.5rem,4.75vw,4.25rem);column-gap:clamp(2.5rem,4.75vw,4.25rem);grid-row-gap:1.5rem;row-gap:1.5rem;width:100%;max-width:1360px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem);text-align:left}.theia-landing .feed-cam-full{position:relative;inset:auto;grid-column:2;align-self:center;width:100%;height:auto;margin:0;aspect-ratio:16/10;touch-action:pan-y;border-radius:20px;border:1px solid rgba(20,24,55,.1);box-shadow:0 2px 6px rgba(20,24,55,.05),0 16px 32px -14px rgba(20,24,55,.22),0 48px 96px -38px rgba(20,24,55,.5)}.theia-landing .venue-feed{grid-column:2;grid-row:1;align-self:center;display:flex;flex-direction:column;gap:1.1rem;width:100%;min-width:0}.theia-landing .venue-feed .feed-cam-full{grid-column:auto;align-self:stretch;transform:scale(.87);transform-origin:center center}.theia-landing .intro-carousel-dots{display:flex;align-items:center;justify-content:center;gap:0;margin-top:-2.2%;min-height:34px}.theia-landing .intro-carousel-dot,.theia-landing .tl-carousel-dot{display:grid;place-items:center;position:relative;width:42px;height:34px;border:none;padding:0;cursor:pointer;background:transparent}.theia-landing .intro-carousel-dot:before,.theia-landing .tl-carousel-dot:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--border-mid);transition:width .25s ease,background .25s ease}.theia-landing .intro-carousel-dot.active:before,.theia-landing .tl-carousel-dot.active:before{background:var(--amber)}.theia-landing .intro-carousel-dot.auto-progress:before,.theia-landing .tl-carousel-dot.auto-progress:before{width:24px;height:8px;background:var(--border-mid)}.theia-landing .intro-carousel-dot.auto-progress:after,.theia-landing .tl-carousel-dot.auto-progress:after{content:"";position:absolute;left:calc(50% - 12px);top:50%;width:24px;height:8px;border-radius:999px;background:var(--amber);transform:translateY(-50%);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);animation:howStepProgress var(--intro-step-duration,3.2s) linear forwards}.theia-landing .tl-carousel-dot.auto-progress:after{animation-duration:var(--tl-step-duration,3s)}.theia-landing .intro-carousel-dot:focus-visible,.theia-landing .tl-carousel-dot:focus-visible{outline:2px solid var(--amber);outline-offset:-4px;border-radius:999px}.theia-landing .venue-toggle{position:relative;z-index:30;align-self:flex-end;display:inline-flex;align-items:center;gap:.6rem;padding:.42rem .44rem .42rem 1.2rem;border:1px solid var(--border-mid);border-radius:999px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 26px -16px rgba(20,24,55,.5);font-family:Inter,sans-serif;transition:border-color .2s,box-shadow .2s}.theia-landing .venue-toggle:hover{border-color:var(--amber-border);box-shadow:0 12px 30px -16px rgba(20,24,55,.55)}.theia-landing .venue-toggle-label{font-size:1.05rem;font-weight:600;letter-spacing:.01em;color:var(--text-dim);white-space:nowrap}.theia-landing .venue-select-wrap{position:relative;display:inline-flex;align-items:center}.theia-landing .venue-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:.45rem;margin:0;padding:.44rem 1rem .44rem 1.1rem;border:1px solid transparent;border-radius:999px;background:var(--amber-light);cursor:pointer;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:.01em;color:var(--amber);transition:background .2s,box-shadow .2s}.theia-landing .venue-select:hover{background:rgba(63,95,232,.16)}.theia-landing .venue-select:focus-visible{outline:none;box-shadow:0 0 0 3px var(--amber-border)}.theia-landing .venue-select-caret{font-size:.72rem;line-height:1;color:var(--amber);pointer-events:none;transition:transform .2s ease}.theia-landing .venue-select-wrap[data-open] .venue-select-caret{transform:rotate(180deg)}.theia-landing .venue-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;min-width:100%;margin:0;padding:.3rem;list-style:none;border:1px solid var(--border-mid);border-radius:.85rem;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px -18px rgba(20,24,55,.55);transform-origin:top right;animation:venue-menu-in .16s ease}@keyframes venue-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.theia-landing .venue-option{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.46rem .6rem;border-radius:.6rem;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;white-space:nowrap;color:var(--text-dim);transition:background .12s,color .12s}.theia-landing .venue-option.is-active{background:var(--amber-light);color:var(--amber)}.theia-landing .venue-option.is-selected{color:var(--amber);font-weight:700}.theia-landing .venue-option-check{font-size:.7rem;color:var(--amber);opacity:0}.theia-landing .venue-option.is-selected .venue-option-check{opacity:1}.theia-landing .how-intro-full .feed-cam-scrim{display: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(.9rem,2.5vw,1.5rem);bottom:clamp(.9rem,2.5vw,1.5rem);display:flex;align-items:flex-start;gap:.8rem;width:clamp(300px,27vw,384px);padding:1rem 1.2rem;border-radius:15px;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:6px;width:11px;height:11px;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:.7rem;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:1.08rem;font-weight:700;letter-spacing:.01em;line-height:1.25}.theia-landing .feed-alert-sub{font-size:.88rem;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:1.08rem;font-weight:700;letter-spacing:.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.theia-landing .feed-alert.flag .feed-alert-time{color:#ff7a68}.theia-landing .feed-alert.resolved .feed-alert-time{color:#5fe0a0}@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 feedAlertPulseGreen{0%{box-shadow:0 0 0 0 rgba(40,190,120,.5)}70%{box-shadow:0 0 0 9px rgba(40,190,120,0)}to{box-shadow:0 0 0 0 rgba(40,190,120,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)}}@keyframes feedAlertStatePingInset{0%{box-shadow:inset 0 0 0 0 rgba(var(--ping),.55),inset 0 0 16px 2px rgba(var(--ping),.45)}to{box-shadow:inset 0 0 0 11px rgba(var(--ping),0),inset 0 0 16px 2px rgba(var(--ping),0)}}@keyframes feedAlertInMobile{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.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:relative;inset:auto;grid-column:1;grid-row:1;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding:0;width:100%;max-width:none;height:100%}.theia-landing .how-intro-overlay h2{margin:0;text-align:left;font-size:clamp(1.5rem,2.3vw,2.1rem);line-height:1.1;letter-spacing:-.035em;font-weight:700;color:var(--text);text-shadow:none;transform:none}.theia-landing .how-intro-overlay h2 .how-intro-line{display:block}.theia-landing .how-intro-overlay h2 .how-intro-line+.how-intro-line{margin-top:.12em}.theia-landing .how-intro-overlay h2 em{position:relative;font-style:normal;background:linear-gradient(100deg,var(--amber) 0,var(--amber-bright) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media (prefers-reduced-motion:no-preference){.theia-landing .how-intro-overlay h2 .how-intro-line{opacity:0;transform:translateY(.4em);animation:how-intro-line-in .6s cubic-bezier(.22,1,.36,1) forwards}.theia-landing .how-intro-overlay h2 .how-intro-line:first-child{animation-delay:.05s}.theia-landing .how-intro-overlay h2 .how-intro-line:nth-child(2){animation-delay:.15s}.theia-landing .how-intro-overlay h2 .how-intro-line:nth-child(3){animation-delay:.25s}}@keyframes how-intro-line-in{to{opacity:1;transform:translateY(0)}}.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-cta-row{grid-column:1/-1;grid-row:2;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem;width:100%;margin-top:1.5rem}.theia-landing .how-intro-cta-row .how-intro-sub{margin:0;max-width:34rem;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.55;font-weight:500;text-align:left;color:var(--text);text-shadow:none;transform:none}.theia-landing .how-intro-cue.how-intro-cue-floating{position:relative;z-index:4;grid-column:1;grid-row:2;justify-self:start;align-self:start;margin-top:0;color:var(--text);font-weight:700;border-color:var(--border-mid);background:#fff;text-shadow:none}.theia-landing .how-intro-cue.how-intro-cue-floating:hover{background:var(--bg);border-color:var(--amber);color:var(--text)}.theia-landing .how-intro-demo-link{align-self:flex-end;flex:none;margin:.5rem 0 0 auto;padding:.5rem 1.1rem;border:none;border-radius:6px;background:var(--amber);box-shadow:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;color:#fff;text-decoration:none;transition:background .2s,color .2s}.theia-landing .how-intro-demo-link:hover{background:var(--amber-bright);color:#fff}.theia-landing .how-intro-demo-link:focus-visible{outline:none;background:var(--amber-bright);color:#fff;box-shadow:0 0 0 3px var(--amber-border)}@media (min-width:901px){.theia-landing .how-hero-sticky>.container.how-intro-only{justify-content:flex-start}.theia-landing .how-intro-full{grid-template-columns:minmax(320px,.72fr) 1.6fr;grid-template-rows:auto auto;align-items:start;align-content:center;column-gap:clamp(2.5rem,4.5vw,4rem);row-gap:1.75rem}.theia-landing .how-intro-overlay{grid-column:1;grid-row:1;height:auto;margin-top:calc(46px + .75rem)}.theia-landing .how-intro-cta-row{grid-column:1;grid-row:2;align-self:stretch;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:.65rem;margin-top:0}.theia-landing .how-intro-cta-row .how-intro-sub{margin-top:.75rem}.theia-landing .how-intro-cta-row .how-intro-demo-link{align-self:flex-start;margin:1.25rem 0 3rem;font-size:.82rem}.theia-landing .venue-feed{position:relative;grid-column:2;grid-row:1/span 2;align-self:stretch;justify-self:end;justify-content:flex-start;width:min(100%,max(360px,var(--intro-desktop-photo-fit-w)))}.theia-landing .venue-toggle{align-self:flex-end;margin-right:6.5%;margin-top:4.06%;margin-bottom:-4.06%}}@media (min-width:1600px){.theia-landing .venue-feed{justify-self:start;width:min(calc(100vw - 41rem),max(360px,var(--intro-desktop-photo-fit-w)),1120px)}}.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)}}@keyframes howStepProgress{to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@media (prefers-reduced-motion:reduce){.theia-landing .intro-carousel-dot.auto-progress:before,.theia-landing .tl-carousel-dot.auto-progress:before{width:8px;height:8px;background:var(--amber)}.theia-landing .intro-carousel-dot.auto-progress:after,.theia-landing .tl-carousel-dot.auto-progress:after{display:none}}@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:none}.theia-landing .how-intro-overlay .how-intro-sub{font-size:.95rem}}@media (max-width:900px){.theia-landing .how-hero-sticky{padding:5rem 1.25rem 1.5rem}.theia-landing .how-hero h2{margin-bottom:1.25rem}.theia-landing .how-hero-sticky>.container.how-intro-only{justify-content:flex-start}.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{display:contents}.theia-landing .how-intro-overlay h2{order:1;transform:none;color:var(--text);text-shadow:none;margin:0 0 .7rem;font-size:1.45rem}.theia-landing .how-intro-overlay h2 em{color:var(--amber)}.theia-landing .how-intro-cta-row{order:4;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:.4rem;width:100%}.theia-landing .how-intro-cta-row .how-intro-sub{transform:none;color:var(--text);text-shadow:none;max-width:100%;text-align:left;font-size:1rem;font-weight:500}.theia-landing .venue-feed{order:3;align-self:center;gap:.75rem;width:min(100%,max(320px,var(--intro-stacked-photo-fit-w)))}.theia-landing .venue-toggle{gap:.5rem;padding:.32rem .34rem .32rem .95rem}.theia-landing .venue-toggle-label{font-size:.8rem}.theia-landing .venue-select{padding:.34rem .78rem .34rem .85rem;font-size:.82rem}.theia-landing .venue-select-caret{font-size:.58rem}.theia-landing .venue-option{font-size:.82rem}.theia-landing .venue-feed .feed-cam-full{transform:none}.theia-landing .intro-carousel-dots{display:none}.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(65%,224px);gap:.45rem;padding:.52rem .64rem;border-radius:10px;animation:feedAlertInMobile .5s cubic-bezier(.2,.9,.2,1) both}.theia-landing .feed-alert-ping{animation-name:feedAlertStatePingInset}.theia-landing .feed-alert-dot{width:8px;height:8px;margin-top:4px}.theia-landing .feed-alert-kicker{font-size:.5rem}.theia-landing .feed-alert-title{font-size:.74rem}.theia-landing .feed-alert-sub{font-size:.62rem}.theia-landing .feed-alert-time{font-size:.74rem}.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}.theia-landing .how-intro-demo-link{display:none}}@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:clamp(2rem,5vh,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 .review{background:var(--bg-lavender);padding-top:clamp(3rem,6vh,6.5rem);padding-bottom:clamp(3rem,6vh,6.5rem)}.theia-landing .review .container{width:100%;min-width:0;max-width:1240px}.theia-landing .review-head{max-width:1060px;margin:0 auto 3.6rem}.theia-landing .review-head .section-label{margin-bottom:1.1rem}.theia-landing .review-head h2{margin-bottom:1rem}.theia-landing .review-head .section-sub{margin:0 auto;max-width:560px}.theia-landing .review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:100%;margin:0 auto;align-items:start}.theia-landing .review-col{min-width:0}.theia-landing .review-col-label{display:block;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin-bottom:1.1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(17,17,17,.1)}.theia-landing .review-tabs{display:none}.theia-landing .review-averages{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem}.theia-landing .review-avg{display:flex;flex-direction:column;justify-content:center;padding:.85rem .9rem;background:rgba(255,255,255,.28);border:1px solid rgba(17,17,17,.045);border-radius:8px}.theia-landing .review-avg-value{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-.03em;line-height:1;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;margin-bottom:.35rem}.theia-landing .review-avg-label{font-size:.78rem;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .review-concerns{display:flex;flex-direction:column}.theia-landing .review-concern{display:flex;align-items:center;gap:.85rem;padding:.9rem 0;border-top:1px solid var(--border)}.theia-landing .review-concern:first-of-type{border-top:none;padding-top:0}.theia-landing .review-concern-text{flex:1 1;min-width:0;font-size:.86rem;color:var(--text-mid);line-height:1.45;font-family:Inter,sans-serif}.theia-landing .review-server-row{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.35rem .6rem;gap:.35rem .6rem;padding:.9rem 0;border-top:1px solid var(--border)}.theia-landing .review-server-row:first-of-type{border-top:none;padding-top:0}.theia-landing .review-server-name{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.theia-landing .review-server-note{grid-column:2/-1;font-size:.86rem;color:var(--text-mid);line-height:1.45;font-family:Inter,sans-serif}.theia-landing .review-server-em{font-weight:inherit;color:inherit}@media (min-width:901px){.theia-landing .review{padding-top:clamp(6.4rem,11.6vh,10.4rem);padding-bottom:clamp(6.4rem,11.6vh,10.4rem)}.theia-landing .review .container{max-width:1180px}.theia-landing .review-head{margin-bottom:4.7rem}.theia-landing .review-grid{align-items:start;grid-template-columns:minmax(14rem,19rem) minmax(18rem,27rem) minmax(14rem,19rem);justify-content:center;column-gap:clamp(2.25rem,3vw,3.5rem);width:-moz-fit-content;width:fit-content;max-width:100%}.theia-landing .review-col:first-child{grid-column:2;grid-row:1}.theia-landing .review-col:nth-child(2){grid-column:1;grid-row:1}.theia-landing .review-col:nth-child(3){grid-column:3;grid-row:1}.theia-landing .review-col{display:flex;flex-direction:column}.theia-landing .review-col-label{margin-bottom:1.45rem;padding-bottom:1.05rem}.theia-landing .review-averages{grid-auto-rows:minmax(6.6rem,auto)}.theia-landing .review-avg{background:rgba(255,255,255,.18);border-color:rgba(17,17,17,.035);border-radius:8px}.theia-landing .review-avg-value{font-size:1.6rem}.theia-landing .review-concerns,.theia-landing .review-servers{display:flex;flex-direction:column}.theia-landing .review-servers{align-items:center;gap:.7rem}.theia-landing .review-concern{display:flex;flex-direction:row;align-items:center;justify-content:center}.theia-landing .review-concern,.theia-landing .review-server-row{min-height:6.6rem}.theia-landing .review-server-row{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:.35rem;grid-template-columns:3.75rem minmax(0,1fr);align-items:center;column-gap:0;width:min(100%,27rem);padding:.95rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.theia-landing .review-server-row:first-of-type{padding-top:.95rem;border-top:1px solid var(--border)}.theia-landing .review-server-name{justify-self:center;text-align:center}.theia-landing .review-server-note{max-width:21rem;padding-left:0;border-left:0}.theia-landing .review-concern-text,.theia-landing .review-server-note{font-size:.9rem}}@media (max-width:900px){.theia-landing .review-grid{grid-template-columns:1fr;gap:2.2rem;max-width:540px}}@media (max-width:768px){.theia-landing .review{min-height:80svh;display:flex;align-items:center}.theia-landing .review-head{margin-bottom:1.8rem}.theia-landing .review-tabs{display:flex;gap:.4rem;margin:0 auto 1.6rem;max-width:540px;background:var(--bg-lavender2);border-radius:999px;padding:.3rem}.theia-landing .review-tab{flex:1 1;min-width:0;border:none;background:transparent;border-radius:999px;padding:.6rem .4rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.01em;line-height:1.15;color:var(--text-mid);cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.theia-landing .review-tab.active{background:var(--bg);color:var(--amber);box-shadow:0 1px 3px rgba(0,0,0,.08)}.theia-landing .review-col-label{display:none}.theia-landing .review-grid{gap:0;max-width:540px;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theia-landing .review-col{display:none}.theia-landing .review-col.active{display:flex;flex-direction:column;justify-content:center;min-height:248px}.theia-landing .review-averages{gap:.6rem}.theia-landing .review-avg{padding:.85rem .8rem}.theia-landing .review-avg-value{font-size:1.4rem}.theia-landing .review-server-row{grid-template-columns:auto 1fr;justify-items:start;text-align:left;padding:.65rem 0;gap:.2rem .6rem}.theia-landing .review-server-note{grid-column:1/-1;grid-row:2;line-height:1.4}.theia-landing .review-server-em{font-weight:700;color:var(--text)}}.theia-landing .moments{background:var(--bg)}.theia-landing .tl-toggle-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:.7rem}@media (prefers-reduced-motion:reduce){.theia-landing .tl-switch:not(.on){animation:none}}.theia-landing .tl-toggle{display:inline-flex;align-items:center;gap:1.25rem;border-radius:999px}.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:not(.on){animation:tl-switch-glow 2.4s ease-in-out infinite}@keyframes tl-switch-glow{0%,to{box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14),0 0 0 0 color-mix(in srgb,var(--amber) 0%,transparent)}50%{box-shadow:inset 0 1px 1.5px rgba(40,40,80,.14),0 0 12px 1px color-mix(in srgb,var(--amber) 45%,transparent)}}.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 .moments .section-label{margin-bottom:2rem}.theia-landing .cmp{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:1.75rem;gap:1.75rem;align-items:stretch;width:100%;margin-top:.5rem}.theia-landing .cmp-col{display:flex;flex-direction:column;gap:.95rem;min-width:0}.theia-landing .cmp-head{display:flex;align-items:center;gap:.55rem}.theia-landing .cmp-head-dot{width:8px;height:8px;border-radius:50%;flex:none}.theia-landing .cmp-without .cmp-head-dot{background:var(--red)}.theia-landing .cmp-with .cmp-head-dot{background:var(--amber);box-shadow:0 0 0 4px var(--amber-light)}.theia-landing .cmp-head-label{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:.01em}.theia-landing .cmp-without .cmp-head-label{color:var(--text-dim)}.theia-landing .cmp-with .cmp-head-label{color:var(--amber)}.theia-landing .tl-watch-badge{position:absolute;z-index:4;top:.9rem;left:.9rem;display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .6rem;border-radius:999px;background:rgba(12,13,18,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,170,60,.5);font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(245,185,110,.95);pointer-events:none}.theia-landing .tl-watch-dot{width:7px;height:7px;border-radius:50%;background:#f5aa3c;animation:feedAlertPulseAmber 1.5s ease-out infinite}.theia-landing .cmp-stage{position:relative;width:100%;aspect-ratio:1100/825;border-radius:14px}.theia-landing .cmp-card{position:absolute;inset:0;border-radius:14px;overflow:hidden;opacity:0;transform:scale(1.012);pointer-events:none;transition:opacity .55s ease,transform .55s ease}.theia-landing .cmp-card.active{opacity:1;transform:scale(1);pointer-events:auto;z-index:1}.theia-landing .cmp-review-card{border:1px solid var(--border)}.theia-landing .cmp-divider{position:relative;display:flex;align-items:center;justify-content:center;width:1px}.theia-landing .cmp-divider:before{content:"";position:absolute;top:2.7rem;bottom:0;width:1px;background:var(--border-mid)}.theia-landing .cmp-vs{position:relative;z-index:1;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);background:var(--bg);border:1px solid var(--border-mid);border-radius:999px;padding:.35rem .5rem}.theia-landing .cmp-dots{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-top:1.5rem;min-height:34px}.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:0;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-wrap{align-self:flex-end;align-items:flex-end}.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-carousel-dots{display:flex;align-items:center;justify-content:center;margin-top:-.25rem;min-height:34px}.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-track{display:contents}.theia-landing .tl-photo-img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theia-landing .tl-photo-caption{position:absolute;bottom:0;left:0;right:0;padding:3.5rem 1.5rem 1.5rem;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.5) 42%,transparent)}.theia-landing .tl-photo-title{display:flex;flex-direction:column;gap:.2rem}.theia-landing .tl-caption-gated{opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.theia-landing .tl-caption-gated.is-shown{opacity:1;transform:none}.theia-landing .tl-photo-time{font-family:Inter,sans-serif;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.theia-landing .tl-photo-label{font-family:Inter,sans-serif;font-size:1.08rem;font-weight:600;color:#ffffff;line-height:1.3;letter-spacing:-.005em;text-shadow:0 1px 8px rgba(0,0,0,.4)}.theia-landing .tl-photo-time.warn{color:#aebfff}.theia-landing .tl-photo-time.urgent{color:#ff9c78}.theia-landing .tl-photo-time.good{color:#74e0a4}.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.is-leaving{animation:tlAlertOut .45s ease forwards}.theia-landing .tl-alert.active,.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:#2ec27e;animation:feedAlertPulseGreen 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,.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)}}@keyframes tlAlertOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(44px) scale(.9)}}.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{position:relative;display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:1px solid var(--border-mid);border-radius:6px;background:var(--bg-lavender2);cursor:pointer;overflow:hidden;transition:background .2s,border-color .2s}.theia-landing .how-step-btn:after{content:"";position:absolute;left:0;right:0;pointer-events:none;transform:scaleX(0);transform-origin:left center;opacity:0;top:0;bottom:0;background:rgba(63,95,232,.14);z-index:1}.theia-landing .how-step-btn>span{position:relative;z-index:2}.theia-landing .how-step-btn:hover{background:var(--bg-lavender2)}.theia-landing .how-step-btn.active{background:var(--bg-lavender2);border-color:var(--amber);box-shadow:0 0 0 3px rgba(63,95,232,.06)}.theia-landing .how-step-btn.active.auto-progress:after{opacity:1;animation:howStepButtonProgress var(--how-step-duration,4.8s) linear forwards}.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{display:grid;background:var(--bg-lavender);border:1px solid var(--border);border-radius:16px;overflow:hidden}.theia-landing .how-panel{grid-area:1/1;display:grid;grid-template-columns:1fr 1.15fr;min-height:340px;visibility:hidden;opacity:0;pointer-events:none}.theia-landing .how-panel.active{visibility:visible;opacity:1;pointer-events:auto;animation:howIn .85s cubic-bezier(.22,1,.36,1) forwards}@keyframes howIn{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes howStepButtonProgress{to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.theia-landing .how-step-btn.active.auto-progress:after{animation:none;transform:scaleX(1)}}.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-reads-clock-float{position:absolute;top:.9rem;right:1rem;display:flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.02em;color:rgba(0,0,0,.5);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;pointer-events:none}.theia-landing .how-reads-clock-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;flex-shrink:0}.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%}.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-wrap:wrap;justify-content:center;gap:.6rem}.theia-landing .how-vendor-list li{flex:0 0 auto;width:calc((100% - 1.2rem) / 3)}@media (max-width:768px){.theia-landing .how-vendor-list li:nth-child(10),.theia-landing .how-vendor-list li:nth-child(11),.theia-landing .how-vendor-list li:nth-child(12){display:none}}.theia-landing .how-vendor-list li{display:flex;align-items:center;justify-content:center;height:50px;padding:0 .4rem;background:#fff;border:1px solid var(--border);border-radius:12px}.theia-landing .how-vendor-logo{width:auto;height:auto;max-width:100%;max-height:18px;object-fit:contain;display:block}.theia-landing .how-vendor-logo.is-tall{max-height:32px}.theia-landing .how-vendor-name{font-family:Inter,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:-.01em;color:var(--text);text-align:center;line-height:1.2}.theia-landing .how-vendor-more{display:flex;flex-wrap:wrap;gap:.4rem .45rem;margin-top:1rem}.theia-landing .how-vendor-chip{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;color:var(--text-mid);letter-spacing:-.01em;padding:.28rem .55rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.55);white-space:nowrap}.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-deliver-card{width:min(100%,460px);max-width:460px;background:transparent;border:none}.theia-landing .deliver-signal{position:relative;display:flex;align-items:center;gap:.75rem;padding:.7rem 1.1rem;border-radius:10px;background:#ffffff;border:1px solid var(--red-border);box-shadow:0 2px 10px rgba(0,0,0,.05);font-family:Inter,sans-serif;opacity:0;transform:translateY(8px);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.theia-landing .deliver-signal.revealed{opacity:1;transform:translateY(0)}.theia-landing .deliver-route{margin:.7rem 0 .55rem;text-align:center;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-dim);opacity:0;transition:opacity .4s ease .15s}.theia-landing .deliver-route.revealed{opacity:1}.theia-landing .deliver-channels{display:flex;flex-direction:column;gap:.5rem}.theia-landing .deliver-channel{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 1.1rem;border-radius:10px;background:#ffffff;border:1px solid var(--border-mid);box-shadow:0 1px 6px rgba(0,0,0,.04);font-family:Inter,sans-serif;opacity:0;transform:translateY(8px);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease}.theia-landing .deliver-channel.revealed{opacity:1;transform:translateY(0);border-color:var(--green-border)}.theia-landing .dc-body{display:flex;flex-direction:column;gap:.12rem;min-width:0}.theia-landing .dc-name{font-size:.92rem;font-weight:700;color:var(--text)}.theia-landing .dc-meta{font-size:.7rem;font-weight:500;color:var(--text-dim)}.theia-landing .dc-status{display:inline-flex;align-items:center;gap:.32rem;flex-shrink:0;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green)}.theia-landing .dc-check{width:14px;height:14px;border-radius:50%;background:var(--green);position:relative}.theia-landing .dc-check:after{content:"";position:absolute;left:4.5px;top:2px;width:3.5px;height:7px;border:solid #ffffff;border-width:0 1.6px 1.6px 0;transform:rotate(45deg)}.theia-landing .deliver-ellipsis{margin-top:.45rem;text-align:center;font-size:.85rem;font-weight:700;letter-spacing:.18em;color:var(--text-dim);opacity:0;transition:opacity .4s ease}.theia-landing .deliver-ellipsis.revealed{opacity:.65}.theia-landing .deliver-more{margin-top:.4rem;text-align:center;font-family:Inter,sans-serif;font-size:.74rem;font-weight:500;color:var(--text-dim);opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.theia-landing .deliver-more.revealed{opacity:1;transform:translateY(0)}.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.bad{color:var(--red)}.theia-landing .shift-group-label.good{color:var(--green)}.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-group-label{font-size:.54rem}.theia-landing .shift-group.wins .shift-row{padding:.4rem .1rem;font-size:.72rem}.theia-landing .shift-group.wins .shift-row-head{font-size:.72rem}.theia-landing .shift-group.averages{opacity:.92}.theia-landing .shift-group.averages .shift-group-label{color:var(--text-dim)}.theia-landing .shift-avgs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-top:.5rem}.theia-landing .shift-avg{display:flex;flex-direction:column;gap:.2rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:10px;background:var(--bg-lavender2)}.theia-landing .shift-avg-value{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:Inter,sans-serif}.theia-landing .shift-avg-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .shift-group.misses .shift-row{padding:.4rem .1rem;font-size:.72rem}.theia-landing .shift-group.misses .shift-row-head{font-size:.72rem}.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:var(--text-dim);opacity:1;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 .shift-card .shift-reveal-item{opacity:0;transform:translateY(12px);transition:opacity .8s ease,transform .8s ease;transition-delay:0s}.theia-landing .shift-card.is-revealing .shift-reveal-item{opacity:1;transform:none;transition-delay:var(--reveal-delay,0s)}.theia-landing .shift-card.is-revealing .shift-group.wins.shift-reveal-item{opacity:.78}@media (prefers-reduced-motion:reduce){.theia-landing .shift-card .shift-reveal-item{opacity:1;transform:none;transition:none}.theia-landing .shift-card .shift-group.wins.shift-reveal-item{opacity:.78}}@media (min-width:769px){.theia-landing .how-hero:not(.how-hero--intro){--how-panel-max-w:1060px;--how-panel-h:clamp(340px,calc(100svh - 20.25rem),520px)}.theia-landing .how-hero:not(.how-hero--intro) .how-panels{width:min(calc(100vw - 3rem),var(--how-panel-max-w));margin-left:50%;transform:translateX(-50%)}.theia-landing .how-hero:not(.how-hero--intro) .how-panel{min-height:var(--how-panel-h)}.theia-landing .how-vendor-list li{width:116px;height:54px;padding:0 .7rem}.theia-landing .how-vendor-logo{max-height:20px}.theia-landing .how-vendor-logo.is-tall{max-height:38px}}@media (min-width:1600px){.theia-landing .how-hero:not(.how-hero--intro){--how-panel-max-w:1280px;--how-panel-h:clamp(420px,calc(100svh - 20.5rem),620px)}}@media (min-width:769px) and (max-height:700px){.theia-landing .how-hero:not(.how-hero--intro){--how-panel-h:clamp(220px,calc(100svh - 16rem),275px)}.theia-landing .how-hero-sticky.how-hero-swipeable{padding-top:calc(var(--nav-h) + 1.25rem);padding-bottom:1rem}.theia-landing .how-hero .how-nav-label{margin-bottom:1.75rem}.theia-landing .how-hero .how-nav{margin-top:.35rem;margin-bottom:1rem}.theia-landing .how-panel-text{padding:1.6rem}.theia-landing .how-panel-text h3{font-size:clamp(1.2rem,2vw,1.55rem);margin-bottom:.55rem}.theia-landing .how-panel-text p{line-height:1.5}.theia-landing .how-panel-viz{padding:1.35rem}.theia-landing .how-vendor-list{gap:.4rem}.theia-landing .how-vendor-list li{width:104px;height:46px;padding:0 .55rem}.theia-landing .how-vendor-logo{max-height:18px}.theia-landing .how-vendor-logo.is-tall{max-height:34px}.theia-landing .how-vendor-more{gap:.3rem .35rem;margin-top:.65rem}.theia-landing .how-vendor-chip{font-size:.66rem;padding:.22rem .45rem}.theia-landing .how-vendor-note{margin-top:.65rem;padding-top:.65rem}.theia-landing .deliver-channels{gap:.4rem}.theia-landing .deliver-channel,.theia-landing .deliver-signal{gap:.55rem;padding:.48rem .8rem;border-radius:8px}.theia-landing .dc-name{font-size:.82rem}.theia-landing .shift-card-body{padding:.75rem 1rem}.theia-landing .shift-row{padding:.48rem .1rem}}.theia-landing .principles{background:#fff;border-top:1px solid var(--border)}.theia-landing .principles .container{width:100%;min-width:0}.theia-landing .principles-head{max-width:620px;margin-bottom:5.75rem}.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(2,1fr);grid-gap:3.25rem 3rem;gap:3.25rem 3rem}.theia-landing .principle{position:relative;display:flex;flex-direction:column;cursor:pointer;padding:0 1.5rem 0 0}.theia-landing .principle-icon{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;color:var(--amber);margin-bottom:1.35rem;transition:color .5s ease}.theia-landing .principle h3,.theia-landing .principle p{transition:color .5s ease}.theia-landing .principle-logo{transition:filter .5s ease,opacity .5s ease}.theia-landing .principle:not(.is-active) .principle-icon{color:#c9c9d0}.theia-landing .principle:not(.is-active) h3{color:#bdbdc5}.theia-landing .principle:not(.is-active) p{color:#cdcdd4}.theia-landing .principle:not(.is-active) .principle-logo{filter:grayscale(1);opacity:.32}.theia-landing .principle h3{font-size:1.18rem;font-weight:600;margin-bottom:.85rem;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,1fr);justify-content:stretch;justify-items:center;align-items:center;grid-gap:.9rem 2.4rem;gap:.9rem 2.4rem;margin-top:.2rem;padding-top:.4rem;width:100%;max-width:18rem}.theia-landing .principle-logo{height:30px;width:auto;max-width:100%;object-fit:contain;opacity:1}.theia-landing .principle-logo--sm{height:22px}.theia-landing .principle-logo--lg{height:72px}.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}.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 .nav-logo-img,.theia-landing nav.scrolled .nav-logo-img{height:22px}.theia-landing>#moments{justify-content:flex-start;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-left:.9rem;padding-right:.9rem}.theia-landing .tl-layout{grid-template-columns:1fr;gap:0;margin-top:2.5rem}.theia-landing .tl-events{display:none}.theia-landing .tl-right{gap:1.6rem}.theia-landing .tl-right .tl-toggle-wrap{order:3;align-self:stretch;align-items:center;width:100%;gap:.85rem}.theia-landing .tl-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;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;margin-left:-.9rem;margin-right:-.9rem;width:calc(100% + 1.8rem);overflow:hidden;touch-action:pan-y}.theia-landing .tl-carousel-dots{display:none}.theia-landing .tl-track{display:flex;position:absolute;inset:0;align-items:stretch;gap:.5rem;will-change:transform;transition:transform .45s cubic-bezier(.22,.61,.36,1);touch-action:pan-y;cursor:-webkit-grab;cursor:grab}.theia-landing .tl-track.dragging{cursor:-webkit-grabbing;cursor:grabbing;transition:none}.theia-landing .tl-card{position:relative;inset:auto;flex:0 0 92%;width:auto;height:100%;opacity:1;transform:none;pointer-events:auto}.theia-landing .tl-review-card{display:block}.theia-landing .tl-photo-caption{text-align:right}.theia-landing .cmp{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.theia-landing .cmp-col{gap:.7rem}.theia-landing .tl-alert{top:.7rem;right:.7rem;gap:.5rem;width:clamp(190px,66%,260px);padding:.62rem .7rem}.theia-landing .tl-alert-kicker{font-size:.52rem;letter-spacing:.1em}.theia-landing .tl-alert-title{font-size:.74rem;line-height:1.22}.theia-landing .tl-alert-time{font-size:.54rem}.theia-landing .tl-watch-badge{top:.65rem;left:.65rem;font-size:.55rem;padding:.28rem .5rem}.theia-landing .cmp-divider{width:100%;height:1px;margin:.25rem 0}.theia-landing .cmp-divider:before{top:50%;bottom:auto;left:0;right:0;width:auto;height:1px}.theia-landing .cmp-dots{margin-top:1.75rem}.theia-landing .how-panel{grid-template-columns:1fr}.theia-landing .how-panel.active{animation:howMobilePanelIn .8s cubic-bezier(.22,1,.36,1) forwards}@keyframes howMobilePanelIn{0%{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}.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:var(--bg-lavender2);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:2rem}.theia-landing .principles-grid{grid-template-columns:1fr 1fr;gap:3.5rem 1.5rem}.theia-landing .principle{-webkit-tap-highlight-color:transparent;padding-right:0}.theia-landing .principle-icon{margin-bottom:1.05rem}.theia-landing .principle h3{font-size:1rem;margin-bottom:.7rem}.theia-landing .principle p{font-size:.8rem;line-height:1.65}.theia-landing .principles-cta{margin-top:2.75rem}.theia-landing .principles-carousel-dots{display:flex;align-items:center;justify-content:center;margin-top:.35rem}.theia-landing .principles-carousel-dot{display:grid;place-items:center;width:42px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}.theia-landing .principles-carousel-dot:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--border-mid);transition:width .25s ease,background .25s ease}.theia-landing .principles-carousel-dot.active:before{width:24px;background:var(--amber)}.theia-landing .principles-carousel-dot:focus-visible{outline:2px solid var(--amber);outline-offset:-4px;border-radius:999px}}@media (max-width:768px) and (max-height:790px){.theia-landing .how-hero-sticky{padding-top:4.25rem}.theia-landing .how-hero .how-nav{margin-top:1.1rem;margin-bottom:.9rem}.theia-landing .how-panel{min-height:0}.theia-landing .how-panel-text{padding:1.25rem}.theia-landing .how-panel-text h3{font-size:1.18rem;margin-bottom:.45rem}.theia-landing .how-panel-text p{font-size:.82rem;line-height:1.5}.theia-landing .how-panel-viz{min-height:150px;padding:1rem}}.theia-landing.agreement-page{background:var(--bg-lavender);min-height:100vh}.theia-landing .agr-main{width:100%;max-width:860px;margin:0 auto;padding:8.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.theia-landing .agr-header{text-align:center;margin-bottom:.5rem}.theia-landing .agr-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 .agr-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--amber)}.theia-landing .agr-title{font-size:2.3rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text);margin-bottom:.7rem}.theia-landing .agr-sub{max-width:30rem;margin:0 auto;font-size:.95rem;line-height:1.65;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .agr-chooser{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.theia-landing .agr-chooser-lead{font-family:Inter,sans-serif;font-size:.98rem;line-height:1.6;color:var(--text-mid);margin-bottom:.3rem}.theia-landing .agr-chooser-btns{display:flex;flex-direction:column;gap:.7rem;width:100%;max-width:22rem}.theia-landing .agr-chooser-primary,.theia-landing .agr-chooser-secondary{width:100%;padding:.9rem 1.6rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:filter .15s ease,background .15s ease,transform .15s ease}.theia-landing .agr-chooser-primary{background:var(--amber);color:#fff;border:none}.theia-landing .agr-chooser-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.theia-landing .agr-chooser-secondary{background:var(--surface-2,#eef0f4);color:var(--text);border:1px solid var(--border)}.theia-landing .agr-chooser-secondary:hover{background:#e3e6ec;transform:translateY(-1px)}.theia-landing .agr-back-link{align-self:flex-start;background:none;border:none;padding:.2rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:var(--text-mid);cursor:pointer;transition:color .15s ease}.theia-landing .agr-back-link:hover{color:var(--amber);text-decoration:underline}@media (max-width:560px){.theia-landing .agr-chooser-opts{grid-template-columns:1fr}}.theia-landing .agr-card{padding:2.25rem;background:var(--bg);border:1px solid var(--border);border-radius:18px;box-shadow:0 1px 2px rgba(20,30,80,.04),0 18px 50px -24px rgba(20,30,80,.16)}.theia-landing .agr-step-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.theia-landing .agr-step-num{flex-shrink:0;width:1.4rem;text-align:right;color:var(--text);font-size:1.2rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:Inter,sans-serif;line-height:1.25;transition:color .25s ease}.theia-landing .agr-step-head h2{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.015em;color:var(--text);line-height:1.25}.theia-landing .agr-step-head>div{flex:1 1}.theia-landing .agr-step-head p{margin-top:.2rem;font-size:.86rem;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .agr-ghost-btn{flex-shrink:0;align-self:center;padding:.5rem .85rem;border:1px solid var(--border-mid);border-radius:8px;font-size:.8rem;font-weight:600;color:var(--text);text-decoration:none;font-family:Inter,sans-serif;transition:border-color .18s,background .18s}.theia-landing .agr-ghost-btn:hover{border-color:var(--text);background:var(--bg-lavender)}.theia-landing .agr-doc-frame{border:1px solid var(--border-mid);border-radius:12px;padding:1.25rem;background:var(--bg-lavender)}.theia-landing .agr-doc{max-height:560px;overflow-y:auto;margin:0 auto;max-width:46rem;padding:3rem 3.25rem;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:0 1px 2px rgba(20,30,80,.05)}.theia-landing .agr-doc,.theia-landing .agr-doc-title{font-family:Times New Roman,Times,Georgia,serif;color:#181818}.theia-landing .agr-doc-title{text-align:center;font-size:1.25rem;font-weight:700;letter-spacing:.005em;margin-bottom:1.75rem}.theia-landing .agr-doc p{font-size:1rem;line-height:1.45;text-align:justify;color:#181818;margin-bottom:.95rem}.theia-landing .agr-doc-fill{display:inline-block;min-width:12rem;border-bottom:1px solid #181818;transform:translateY(-.12em)}.theia-landing .agr-doc-fill-sm{min-width:7.5rem}.theia-landing .agr-doc-sign{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-top:2.5rem}.theia-landing .agr-doc .agr-doc-sign-party{font-weight:700;text-align:left;text-transform:uppercase;letter-spacing:.01em;color:#181818;margin-bottom:.65rem}.theia-landing .agr-doc .agr-doc-sign-line{display:flex;align-items:baseline;gap:.45rem;font-size:1rem;line-height:1.5;color:#181818;margin-bottom:.45rem}.theia-landing .agr-doc .agr-doc-sign-line>span:first-child{flex-shrink:0;min-width:3rem}.theia-landing .agr-doc-sign-line .agr-doc-fill{flex:1 1;min-width:0}.theia-landing .agr-form{display:flex;flex-direction:column;gap:1.25rem}.theia-landing .agr-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.theia-landing .agr-field{display:flex;flex-direction:column;gap:.4rem}.theia-landing .agr-field label{font-size:.78rem;font-weight:600;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .agr-field input{height:44px;padding:0 .85rem;background:#fff;border:1px solid var(--border-mid);border-radius:8px;font-family:inherit;font-size:16px;color:var(--text);outline:none;transition:border-color .18s,box-shadow .18s}.theia-landing .agr-field input::placeholder{color:var(--text-dim)}.theia-landing .agr-field input:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-border)}.theia-landing .agr-sig-label{display:flex;align-items:center;justify-content:space-between}.theia-landing .agr-clear{background:none;border:none;color:var(--amber);font-size:.78rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.theia-landing .agr-clear:hover{color:var(--amber-bright)}.theia-landing .agr-sig-wrap{position:relative;border:1px solid var(--border-mid);border-radius:10px;background:linear-gradient(#fff,#fff) padding-box,repeating-linear-gradient(45deg,#fff,#fff 6px,#fafafa 0,#fafafa 12px);overflow:hidden}.theia-landing .agr-sig-canvas{display:block;width:100%;height:170px;touch-action:none;cursor:crosshair}.theia-landing .agr-sig-hint{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;color:var(--text-dim);font-size:.9rem;font-family:Inter,sans-serif}.theia-landing .agr-sig-meta{margin-top:.5rem;font-size:.78rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .agr-check{display:flex;align-items:flex-start;gap:.6rem;font-size:.86rem;line-height:1.55;color:var(--text-mid);font-family:Inter,sans-serif;cursor:pointer}.theia-landing .agr-check input{margin-top:.15rem;width:16px;height:16px;accent-color:var(--amber);flex-shrink:0}.theia-landing .agr-error{padding:.65rem .8rem;background:var(--red-bg);border:1px solid var(--red-border);border-radius:8px;color:var(--red);font-size:.82rem;font-family:Inter,sans-serif}.theia-landing .agr-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:48px;background:var(--amber);color:#fff;border:none;border-radius:9px;font-family:inherit;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .2s}.theia-landing .agr-submit:hover:not(:disabled){background:var(--amber-bright)}.theia-landing .agr-submit:disabled{opacity:.7;cursor:default}.theia-landing .agr-success{text-align:center;padding:1rem 0}.theia-landing .agr-success-check{width:52px;height:52px;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:var(--green-bg);border:1px solid var(--green-border);color:var(--green);font-size:1.5rem;font-weight:700}.theia-landing .agr-success h2{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:.5rem}.theia-landing .agr-success p{font-size:.92rem;line-height:1.6;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .agr-ref{margin-top:.85rem!important;font-size:.85rem!important;color:var(--text-mid)}.theia-landing .agr-ref strong{color:var(--amber);letter-spacing:.04em}.theia-landing .agr-success-note{max-width:26rem;margin:.75rem auto 0!important;font-size:.84rem!important;color:var(--text-dim)!important}.theia-landing .agr-drop{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:2.25rem 1.5rem;border:1.5px dashed var(--border-mid);border-radius:12px;background:var(--bg-lavender);cursor:pointer;text-align:center;transition:border-color .18s,background .18s}.theia-landing .agr-drop.is-drag,.theia-landing .agr-drop:hover{border-color:var(--amber);background:var(--amber-light)}.theia-landing .agr-drop-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--border-mid);color:var(--amber);font-size:1.1rem;font-weight:700;margin-bottom:.35rem}.theia-landing .agr-drop-title{font-size:.92rem;font-weight:600;color:var(--text);font-family:Inter,sans-serif}.theia-landing .agr-drop-title span{color:var(--amber);text-decoration:underline;text-underline-offset:2px}.theia-landing .agr-drop-sub{font-size:.8rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .agr-files{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.5rem}.theia-landing .agr-file{position:relative;display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.7rem .9rem;border:1px solid var(--border);border-radius:9px;background:var(--bg);font-family:Inter,sans-serif;overflow:hidden}.theia-landing .agr-file-name{min-width:0;font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theia-landing .agr-file-size{font-size:.78rem;color:var(--text-dim)}.theia-landing .agr-file-status{font-size:.78rem;font-weight:600;color:var(--text-mid)}.theia-landing .agr-file.is-done .agr-file-status{color:var(--green)}.theia-landing .agr-file.is-error{grid-template-columns:1fr auto auto auto;background:var(--red-bg);border-color:var(--red-border)}.theia-landing .agr-file.is-error .agr-file-status{color:var(--red)}.theia-landing .agr-file-retry{display:inline-flex;align-items:center;gap:.35rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#fff;background:var(--red);border:1px solid var(--red);border-radius:7px;padding:.4rem .75rem;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .1s ease}.theia-landing .agr-file-retry:hover{background:#a02a1c;border-color:#a02a1c}.theia-landing .agr-file-retry:active{transform:scale(.96)}.theia-landing .agr-file-retry:focus-visible{outline:2px solid var(--red);outline-offset:2px}.theia-landing .agr-file-retry-icon{font-size:.95rem;line-height:1}.theia-landing .agr-file-bar{position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--amber-light)}.theia-landing .agr-file-bar>span{display:block;height:100%;background:var(--amber);transition:width .2s ease}.theia-landing .agr-intro{margin-bottom:1rem;font-family:Inter,sans-serif}.theia-landing .agr-intro p{margin:0 0 .7rem;font-size:.92rem;line-height:1.6;color:var(--text-mid,#4a4a4a)}.theia-landing .agr-intro p:last-child{margin-bottom:0}.theia-landing .agr-uploading{margin-bottom:.9rem;font-family:Inter,sans-serif}.theia-landing .agr-uploading-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.theia-landing .agr-uploading-label{font-size:.9rem;font-weight:700;color:var(--text-dark)}.theia-landing .agr-uploading-pct{font-size:.85rem;font-weight:700;color:var(--amber);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.theia-landing .agr-uploading-bar{height:6px;margin:.5rem 0 .6rem;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden}.theia-landing .agr-uploading-bar>span{display:block;height:100%;border-radius:999px;background:var(--amber);transition:width .25s ease}.theia-landing .agr-uploading-keep{display:flex;align-items:flex-start;gap:.55rem;margin-top:.6rem;padding:.7rem .9rem;border-radius:12px;border:1.5px solid #e23b27;background:color-mix(in srgb,#e23b27 12%,transparent);font-size:.9rem;font-weight:800;line-height:1.45;color:#e23b27}.theia-landing .agr-uploading-keep-icon{flex:none;display:inline-flex;align-items:center;height:1.3rem}.theia-landing .agr-uploading-keep-icon svg{width:1.35rem;height:1.35rem}.theia-landing .agr-uploaded{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--green);background:color-mix(in srgb,var(--green) 10%,transparent);font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:var(--text-dark)}.theia-landing .agr-uploaded-icon{flex:none;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-size:.75rem;font-weight:700}.theia-landing .agr-dropbox{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.theia-landing .agr-dropbox-or{display:block;font-size:.78rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.85rem;font-family:Inter,sans-serif}.theia-landing .agr-dropbox-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.3rem;background:#0061ff;color:#fff;border:none;border-radius:9px;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s}.theia-landing .agr-dropbox-btn:hover{background:#0050d8}.theia-landing .agr-dropbox-note{margin-top:.6rem;font-size:.78rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .agr-step-headbtn{width:100%;background:none;border:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.theia-landing .agr-step-headbtn:disabled{cursor:default}.theia-landing .agr-step:not(.is-open) .agr-step-head{margin-bottom:0}.theia-landing .agr-step-num.is-done{color:var(--text)}.theia-landing .agr-step.is-locked{opacity:.62}.theia-landing .agr-step-summary{color:var(--text-mid)!important}.theia-landing .agr-step-summary strong{color:var(--amber);letter-spacing:.03em}.theia-landing .agr-step-chevron{align-self:center;flex-shrink:0;color:var(--text-dim);font-size:1.15rem;line-height:1}.theia-landing .agr-step-headbtn:not(:disabled):hover .agr-step-chevron{color:var(--text)}.theia-landing .agr-step-body{animation:agrStepIn .28s ease both}@keyframes agrStepIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.theia-landing .agr-step-body{animation:none}}.theia-landing .agr-summary{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.theia-landing .agr-summary li{display:flex;align-items:flex-start;gap:.7rem}.theia-landing .agr-summary-check{flex-shrink:0;width:22px;height:22px;margin-top:.1rem;display:grid;place-items:center;border-radius:50%;background:var(--green-bg);border:1px solid var(--green-border);color:var(--green);font-size:.7rem;font-weight:700}.theia-landing .agr-summary li>div{display:flex;flex-direction:column;gap:.15rem}.theia-landing .agr-summary li>div strong{font-size:.92rem;font-weight:650;color:var(--text);font-family:Inter,sans-serif}.theia-landing .agr-summary li>div span{font-size:.85rem;line-height:1.5;color:var(--text-mid);font-family:Inter,sans-serif}.theia-landing .agr-readfull{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.4rem;margin-top:1.4rem;padding:0;background:none;border:none;color:var(--amber);font-size:.85rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.theia-landing .agr-readfull-chevron{font-size:.9rem;line-height:1;transition:transform .2s}.theia-landing .agr-readfull.is-open .agr-readfull-chevron{transform:rotate(180deg)}.theia-landing .agr-step-body .agr-doc-frame{margin-top:1rem}.theia-landing .agr-doc-fill.is-filled{min-width:0;padding:0 .25rem;font-weight:600;transform:none}.theia-landing .agr-continue{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;height:46px;margin-top:1.6rem;margin-left:auto;padding:0 1.5rem;background:var(--amber);color:#fff;border:none;border-radius:9px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.theia-landing .agr-continue:hover{background:var(--amber-bright)}.theia-landing .agr-sig-modes{display:inline-flex;gap:2px;padding:2px;background:var(--bg-lavender);border:1px solid var(--border-mid);border-radius:8px}.theia-landing .agr-sig-mode{padding:.3rem .75rem;background:none;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:var(--text-mid);cursor:pointer;transition:background .15s,color .15s}.theia-landing .agr-sig-mode.is-active{background:#fff;color:var(--text);box-shadow:0 1px 2px rgba(20,30,80,.08)}.theia-landing .agr-sig-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.theia-landing .agr-sig-foot .agr-sig-meta{margin-top:0}.theia-landing .agr-sig-meta strong{color:var(--text);font-weight:600}.theia-landing .agr-sig-note{font-size:.78rem;color:var(--text-dim);font-family:Inter,sans-serif}.theia-landing .agr-field-err{font-size:.75rem;color:var(--red);font-family:Inter,sans-serif}.theia-landing .agr-field input[aria-invalid=true]{border-color:var(--red-border)}.theia-landing .agr-field input[aria-invalid=true]:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-bg)}@media (max-width:640px){.theia-landing .agr-main{padding:7rem 1rem 3rem}.theia-landing .agr-card{padding:1.6rem 1.3rem;border-radius:14px}.theia-landing .agr-title{font-size:1.6rem}.theia-landing .agr-grid{grid-template-columns:1fr}.theia-landing .agr-step-head{flex-wrap:wrap;gap:.7rem}.theia-landing .agr-ghost-btn{align-self:flex-start}.theia-landing .agr-doc-frame{padding:.75rem}.theia-landing .agr-doc{padding:1.6rem 1.4rem;max-height:60vh}.theia-landing .agr-doc-title{font-size:1.15rem;margin-bottom:1.25rem}.theia-landing .agr-doc p{text-align:left}.theia-landing .agr-doc-fill{min-width:8rem}.theia-landing .agr-doc-sign{grid-template-columns:1fr;gap:1.25rem}.theia-landing .agr-sig-foot{flex-wrap:wrap;gap:.5rem}.theia-landing .agr-continue,.theia-landing .agr-submit{width:100%}.theia-landing .agr-file,.theia-landing .agr-file.is-error{grid-template-columns:1fr auto;row-gap:.3rem}.theia-landing .agr-file-name{grid-column:1;grid-row:1}.theia-landing .agr-file-size{grid-column:2;grid-row:1;justify-self:end}.theia-landing .agr-file-status{grid-column:1/-1;grid-row:2}.theia-landing .agr-file.is-error .agr-file-status{grid-column:1}.theia-landing .agr-file.is-error .agr-file-retry{grid-column:2;grid-row:2;justify-self:end}}