.app-root{min-height:100%}.landing-page{--landing-motion-progress: 0;--landing-motion-progress-percent: 0%;min-height:100%;position:relative;isolation:isolate;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(22,115,106,.08),transparent 38%),radial-gradient(circle at top right,rgba(195,100,43,.08),transparent 32%),linear-gradient(180deg,rgba(255,252,246,.88) 0%,rgba(243,239,230,.94) 38%,var(--color-bg) 100%);color:var(--color-ink)}.landing-page main,.landing-header{position:relative;z-index:1}.landing-shell{width:min(calc(100% - 2rem),var(--max-content));margin:0 auto}.landing-section-shell{min-width:0}.landing-signal-current{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.94}.landing-signal-current:before,.landing-signal-current:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.landing-signal-current:before{background:radial-gradient(circle 12rem at var(--signal-focus-x) var(--signal-focus-y),var(--signal-focus-color, rgba(129, 217, 203, .24)) 0%,transparent 76%),linear-gradient(180deg,#fff0,#ffffff12 46%,#fff0);opacity:calc(.18 + (var(--landing-motion-progress) * .12))}.landing-signal-current:after{top:10rem;right:10vw;bottom:6rem;left:10vw;background:radial-gradient(circle at 72% 8%,rgba(129,217,203,.06),transparent 18%),linear-gradient(180deg,#16736a0a,#16736a00 56%);filter:blur(22px);opacity:.38}.landing-signal-current__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle 16rem at calc(var(--signal-focus-x) + 2rem) var(--signal-focus-y),rgba(255,255,255,.16),transparent 74%),linear-gradient(90deg,#fff0 62%,#ffffff1a 74%,#fff0 88%);opacity:.34}.landing-signal-current__svg{display:block;width:100%;height:100%;overflow:visible}.landing-signal-current__trace{fill:none;stroke-linecap:round;stroke-linejoin:round}.landing-signal-current__trace--base{stroke:#1013121a;stroke-width:1.8}.landing-signal-current__trace--glow{stroke:var(--signal-accent, #81d9cb);stroke-width:3;stroke-dasharray:10 16;animation:landing-signal-current-flow 8.5s linear infinite;filter:drop-shadow(0 0 9px var(--signal-glow, rgba(129, 217, 203, .22)))}.landing-signal-current__group{opacity:.1;transition:opacity .26s ease}.landing-signal-current__group--past{opacity:.52}.landing-signal-current__group--active{opacity:1}.landing-signal-current__group--active .landing-signal-current__trace--glow{stroke-width:3.4;filter:drop-shadow(0 0 12px var(--signal-glow, rgba(129, 217, 203, .26)))}.landing-signal-current__node,.landing-signal-current__endpoint{fill:#ffffffeb;stroke:#1013121f;stroke-width:1.1}.landing-signal-current__group--past .landing-signal-current__node,.landing-signal-current__group--past .landing-signal-current__endpoint{fill:#ffffffd6;stroke:var(--signal-accent, rgba(129, 217, 203, .3))}.landing-signal-current__group--active .landing-signal-current__node,.landing-signal-current__group--active .landing-signal-current__endpoint{fill:var(--signal-accent, #81d9cb);stroke:#ffffff9e;filter:drop-shadow(0 0 18px var(--signal-glow, rgba(129, 217, 203, .3)))}.landing-signal-current__group--active .landing-signal-current__endpoint{animation:landing-signal-current-node 2.8s ease-in-out infinite}.landing-skip-link{position:absolute;top:.85rem;left:1rem;z-index:60;padding:.7rem .95rem;border-radius:999px;background:var(--color-ink);color:#fff;text-decoration:none;transform:translateY(-160%);transition:transform var(--transition-fast)}.landing-skip-link:focus-visible{transform:translateY(0);outline:2px solid rgba(129,217,203,.52);outline-offset:3px}.landing-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--color-line);background:#f3efe6d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--header-height)}.landing-brand{display:inline-flex;align-items:baseline;gap:.75rem;color:inherit;text-decoration:none}.landing-brand-mark{font-family:var(--font-display);font-size:1.35rem;font-weight:700;letter-spacing:.12em}.landing-brand-copy{color:var(--color-ink-soft);font-size:.95rem}.landing-nav{display:flex;align-items:center;gap:1.25rem}.landing-nav a{color:var(--color-ink-soft);font-size:.95rem;text-decoration:none;transition:color var(--transition-fast)}.landing-nav a:hover,.landing-nav a:focus-visible,.landing-nav a[aria-current=location]{color:var(--color-ink)}.landing-header-actions,.landing-hero-actions,.landing-cta-actions,.landing-ada-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.landing-hero-actions{justify-content:center}.landing-hero-actions--mobile,.landing-mobile-contact-dock{display:none}.landing-primary-button,.landing-secondary-button,.landing-founder-button,.landing-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.75rem 1.15rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:transform var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.landing-primary-button{background:var(--color-ink);color:#fff;box-shadow:var(--shadow-soft)}.landing-primary-button:hover,.landing-primary-button:focus-visible{transform:translateY(-1px);background:var(--color-signal)}.landing-founder-button{background:var(--color-ember);color:#fff;box-shadow:var(--shadow-soft)}.landing-founder-button:hover,.landing-founder-button:focus-visible{transform:translateY(-1px);background:#a75424}.landing-secondary-button,.landing-link-button{border-color:var(--color-line-strong);background:#ffffff94;color:var(--color-ink)}.landing-secondary-button:hover,.landing-secondary-button:focus-visible,.landing-link-button:hover,.landing-link-button:focus-visible{transform:translateY(-1px);border-color:var(--color-signal);color:var(--color-signal)}.landing-secondary-button--inverse{background:transparent;border-color:#ffffff2e;color:#f5f4ed}.landing-secondary-button--inverse:hover,.landing-secondary-button--inverse:focus-visible{border-color:#ffffff6b;color:#fff}.landing-primary-button:focus-visible,.landing-secondary-button:focus-visible,.landing-founder-button:focus-visible,.landing-link-button:focus-visible,.landing-nav a:focus-visible,.landing-brand:focus-visible{outline:2px solid rgba(22,115,106,.42);outline-offset:3px}.landing-eyebrow,.landing-panel-label,.landing-callout-label,.landing-card-index,.landing-ownership-band span{margin:0;color:var(--color-signal);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.landing-hero{--hero-pointer-x: 50%;--hero-pointer-y: 50%;--hero-tilt-x: 0deg;--hero-tilt-y: 0deg;position:relative;padding:0 0 4rem;overflow:clip;isolation:isolate}.landing-hero:before,.landing-hero:after{content:"";position:absolute;inset-inline:0;pointer-events:none;z-index:0}.landing-hero:before{inset-block:0 auto;height:11rem;background:linear-gradient(180deg,#fffcf6d1,#fffcf600)}.landing-hero:after{inset:auto 0 0;height:10rem;background:linear-gradient(180deg,#f3efe600,#f3efe6e0)}.landing-hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 14% 18%,rgba(22,115,106,.08),transparent 30%),radial-gradient(circle at 86% 20%,rgba(195,100,43,.08),transparent 26%),linear-gradient(180deg,#fffcf6b8,#f3efe63d 42%,#f3efe614)}.landing-hero-backdrop:before,.landing-hero-backdrop:after{content:"";position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%}.landing-hero-backdrop:before{background:radial-gradient(circle 22rem at var(--hero-pointer-x) var(--hero-pointer-y),rgba(255,255,255,.42) 0%,rgba(255,255,255,.16) 28%,transparent 68%),radial-gradient(circle 14rem at var(--hero-pointer-x) var(--hero-pointer-y),rgba(22,115,106,.12) 0%,transparent 74%);opacity:.92}.landing-hero-backdrop:after{background:linear-gradient(90deg,#ffffff61,#ffffff0f 24%,#ffffff0f 76%,#ffffff47),radial-gradient(circle at 72% 24%,rgba(255,255,255,.3),transparent 30%);opacity:.68}.landing-hero-shader{position:absolute;top:-4%;right:-5%;bottom:0;left:-5%;opacity:.96;filter:saturate(1.02)}.landing-hero-shader__canvas{display:block;width:100%;height:100%}.landing-lattice-field{position:absolute;top:0;right:0;bottom:0;left:0;--lattice-spot-size: 16rem;pointer-events:none}.landing-lattice-field__spotlight{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle var(--lattice-spot-size) at var(--lattice-pointer-x, 50%) var(--lattice-pointer-y, 50%),rgba(22,115,106,.16) 0%,rgba(22,115,106,.08) 28%,transparent 64%),radial-gradient(circle calc(var(--lattice-spot-size) * .54) at var(--lattice-pointer-x, 50%) var(--lattice-pointer-y, 50%),rgba(255,255,255,.5) 0%,transparent 74%);opacity:calc(.22 + var(--lattice-field-strength, .4) * .88);transition:opacity .22s ease}.landing-lattice-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.landing-lattice-svg polyline{fill:none;stroke-linecap:round;stroke-linejoin:round}.landing-lattice-svg--base{opacity:.88}.landing-lattice-svg--base polyline{stroke:#10131224;stroke-width:.34}.landing-lattice-svg--base circle{fill:#10131229}.landing-lattice-svg-mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:calc(.28 + var(--lattice-field-strength, .4) * .72);filter:drop-shadow(0 0 12px rgba(22,115,106,.14)) drop-shadow(0 0 20px rgba(255,255,255,.22));-webkit-mask-image:radial-gradient(circle var(--lattice-spot-size) at var(--lattice-pointer-x, 50%) var(--lattice-pointer-y, 50%),rgba(0,0,0,1) 0%,rgba(0,0,0,.94) 24%,transparent 72%);mask-image:radial-gradient(circle var(--lattice-spot-size) at var(--lattice-pointer-x, 50%) var(--lattice-pointer-y, 50%),rgba(0,0,0,1) 0%,rgba(0,0,0,.94) 24%,transparent 72%);transition:opacity .24s ease}.landing-lattice-svg--glow polyline{stroke:#16736ab8;stroke-width:.48}.landing-lattice-svg--glow circle{fill:#16736af2}.landing-hero-grid,.landing-two-column,.landing-comparison-grid{display:grid;gap:1.5rem}.landing-hero-grid{position:relative;z-index:1;align-content:center;justify-items:center;gap:clamp(1.6rem,3vw,2.6rem);grid-template-columns:minmax(0,1fr);min-height:calc(100vh - var(--header-height));padding:clamp(3rem,8vh,5rem) 0 4.5rem}.landing-hero-copy{display:grid;justify-items:center;gap:1.5rem;width:min(100%,62rem);padding:1rem 0 0;text-align:center}.landing-hero-proof-rail{display:grid;gap:1rem;align-self:stretch;align-items:stretch;width:min(100%,56rem);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.landing-hero-prelude{display:grid;gap:.9rem;width:100%;justify-items:center}.landing-hero-tile{display:inline-flex;align-items:center;min-height:2.15rem;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(16,19,18,.12);background:#ffffffad;color:var(--color-ink);font-size:.84rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing-hero-philosophy{width:min(100%,46rem);max-width:46rem}.landing-hero h1,.landing-section h2,.landing-cta-card h2,.landing-hero-panel h2,.landing-lattice-showcase-copy h3,.landing-callout-card h3,.landing-card h3,.landing-card h4,.landing-ada-dock h3{margin:0;font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;line-height:.96;text-wrap:balance}.landing-hero h1{max-width:12.2ch;font-size:clamp(3.2rem,6.6vw,6.65rem);text-align:center}.landing-hero-word-ai{font-family:Baskerville,Baskerville Old Face,Hoefler Text,Iowan Old Style,Georgia,serif;font-style:italic;color:var(--color-ember);letter-spacing:-.05em}.landing-hero-word-inside{position:relative;z-index:0;display:inline-block;padding:0 .08em;color:var(--color-signal)}.landing-hero-word-inside:after{content:"";position:absolute;inset:auto 0 .12em;height:.18em;border-radius:999px;background:#16736a2e;z-index:-1}.landing-hero-intro,.landing-intro,.landing-copy-block p,.landing-card p,.landing-proof-quote p,.landing-cta-card p,.landing-hero-panel p,.landing-lattice-showcase-copy p,.landing-ada-dock p,.landing-hero-philosophy{margin:0;color:var(--color-ink-soft);font-size:1.05rem;line-height:1.75;text-wrap:pretty}.landing-hero-intro{width:min(100%,43rem);max-width:43rem;font-size:1.18rem}.landing-signal-list,.landing-value-list,.landing-credibility-list,.landing-comparison-panel ul,.landing-ada-points{list-style:none;margin:0;padding:0}.landing-signal-list{display:flex;flex-wrap:wrap;gap:.75rem}.landing-signal-list--hero li,.landing-value-list li{border:1px solid var(--color-line);border-radius:999px;background:#fff9;padding:.8rem 1rem;color:var(--color-ink);font-size:.95rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-hero-proof-rail,.landing-hero-numerals{display:grid;gap:1rem;transform:perspective(1200px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));transform-style:preserve-3d;transition:transform .18s ease-out}.landing-hero-metric,.landing-hero-panel,.landing-card,.landing-callout-card,.landing-proof-quote,.landing-comparison-panel,.landing-cta-card,.landing-logo-tile,.landing-ownership-band,.landing-ada-dock,.landing-lattice-showcase-panel{border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.landing-hero-metric{display:grid;gap:.85rem;align-content:start;min-height:13.5rem;height:100%;padding:1.25rem;background:linear-gradient(180deg,#ffffffd6,#f3efe6c2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-hero-metric--signal{background:linear-gradient(180deg,#ffffffe6,#e4f0ebdb)}.landing-hero-metric--quiet{background:linear-gradient(180deg,#faf6eee0,#efe8dac7)}.landing-hero-metric-label{margin:0;color:var(--color-ink-soft);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing-hero-metric-value{display:flex;align-items:flex-end;gap:.2rem;color:var(--color-ink)}.landing-hero-metric-value span{font-family:var(--font-display);font-size:clamp(3.9rem,6vw,5.9rem);line-height:.82}.landing-hero-metric-percent{margin-bottom:.9rem;font-family:Baskerville,Baskerville Old Face,Hoefler Text,Iowan Old Style,Georgia,serif;font-size:1.8rem;font-style:italic;font-weight:700;line-height:1;color:var(--color-ember)}.landing-hero-metric-points{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.landing-hero-metric-points li{position:relative;padding-left:1rem;color:var(--color-ink-soft);font-size:.96rem;line-height:1.55}.landing-hero-metric-points li:before{content:"";position:absolute;top:.72rem;left:0;width:.38rem;height:.38rem;border-radius:999px;background:#4a766ce6}.landing-hero-metric--quiet .landing-hero-metric-points li:before{background:#6e5f4ed1}.landing-harness-intro-grid{display:grid;gap:clamp(1.25rem,2vw,1.6rem);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.landing-harness-stage-wrap{margin-top:clamp(1.5rem,3vw,2.5rem)}@media (min-width: 1181px){.landing-harness-intro-grid{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr)}.landing-ada-dock{padding:1rem}.landing-ada-dock h3{font-size:clamp(1.3rem,2vw,1.6rem)}.landing-ada-body{margin-top:.75rem;gap:.78rem}.landing-ada-avatar-shell{width:4rem}.landing-ada-points{margin-top:.75rem;gap:.5rem}.landing-ada-points li{line-height:1.5}.landing-ada-actions{margin-top:.75rem}}.landing-hero-panel,.landing-lattice-showcase-panel{position:relative;--lattice-pointer-x: 50%;--lattice-pointer-y: 50%;--lattice-field-strength: .3;--constellation-spot-size: 10.75rem;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.landing-hero-panel:after,.landing-lattice-showcase-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle 18rem at var(--lattice-pointer-x, 50%) var(--lattice-pointer-y, 50%),rgba(255,255,255,.26) 0%,transparent 72%);opacity:calc(.08 + var(--lattice-field-strength, .3) * .16);pointer-events:none;transition:opacity .22s ease}.landing-hero-panel>*,.landing-lattice-showcase-panel>*{position:relative;z-index:1}.landing-hero-panel:hover,.landing-hero-panel:focus-within,.landing-lattice-showcase-panel:hover,.landing-lattice-showcase-panel:focus-within{border-color:#16736a38;box-shadow:0 22px 40px #10131217}.landing-hero-panel{--constellation-spot-size: 11.5rem;position:relative;z-index:1;padding:1.5rem;background:linear-gradient(160deg,#ffffffd6,#e3efece0);box-shadow:0 1.5rem 3rem #1013121a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-hero-panel h2{font-size:clamp(2rem,3.5vw,3rem);margin-top:.9rem}.landing-hero-flow{display:grid;gap:1.15rem;margin-top:1.6rem;padding:0;list-style:none}.landing-hero-flow__step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:flex-start;padding:1rem 1rem 1rem .95rem;border-radius:1.35rem;border:1px solid rgba(16,19,18,.08);background:#ffffffb8;box-shadow:0 .9rem 1.9rem #1013120f}.landing-hero-flow__step:not(:last-child):after{content:"";position:absolute;left:1.62rem;top:calc(100% + .18rem);width:1px;height:.92rem;background:linear-gradient(180deg,#16736a6b,#16736a14)}.landing-hero-flow__marker{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;aspect-ratio:1;border-radius:999px;background:linear-gradient(180deg,#101312f0,#16211feb);color:#f5f4ed;font-size:.72rem;font-weight:700;letter-spacing:.08em;box-shadow:0 .75rem 1.25rem #10131224}.landing-hero-flow__content{display:grid;gap:.35rem}.landing-hero-flow__title,.landing-hero-flow__copy{margin:0}.landing-hero-flow__title{color:var(--color-ink);font-family:var(--font-display);font-size:clamp(1.1rem,1.35vw,1.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.08}.landing-hero-flow__copy{color:var(--color-ink-soft);font-size:.96rem;line-height:1.55}.landing-value-list{display:grid;gap:.75rem;margin-top:1.5rem}.landing-lattice-constellation{position:relative;isolation:isolate;min-height:18.5rem;margin-top:1.5rem;border-radius:calc(var(--radius-xl) - .3rem);border:1px solid rgba(16,19,18,.12);background:radial-gradient(circle at 50% 48%,rgba(22,115,106,.18),transparent 28%),linear-gradient(180deg,#ffffffb8,#f0ebe2cc);overflow:hidden}.landing-lattice-field--constellation{top:0;right:0;bottom:0;left:0;--lattice-spot-size: var(--constellation-spot-size, 10.75rem)}.landing-lattice-field--constellation .landing-lattice-svg--base polyline{stroke:#1013122b;stroke-width:.54}.landing-lattice-field--constellation .landing-lattice-svg--base circle{fill:#1013122e}.landing-lattice-field--constellation .landing-lattice-svg--glow polyline{stroke-width:.72}.landing-lattice-constellation:before,.landing-lattice-constellation:after{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border:1px solid rgba(22,115,106,.14);border-radius:999px;z-index:0}.landing-lattice-constellation:before{width:15rem;height:15rem}.landing-lattice-constellation:after{width:10rem;height:10rem}.landing-lattice-ring{position:absolute;inset:50% auto auto 50%;z-index:1;transform:translate(-50%,-50%);border-radius:999px;border:1px dashed rgba(22,115,106,.22);transition:border-color .22s ease,opacity .22s ease}.landing-lattice-ring--outer{width:17.75rem;height:17.75rem}.landing-lattice-ring--inner{width:11.75rem;height:11.75rem}.landing-lattice-core{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:8.75rem;aspect-ratio:1;padding:1rem;border-radius:999px;background:linear-gradient(180deg,#101312f2,#16211ff2);box-shadow:0 24px 40px #1013122e;color:#f5f4ed;font-family:var(--font-display);font-size:1.1rem;line-height:1.08;text-align:center;transform:translate(-50%,-50%);transition:box-shadow .22s ease,transform .22s ease}.landing-lattice-node-badge{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.55rem .85rem;border-radius:999px;border:1px solid rgba(16,19,18,.1);background:#ffffffd1;color:var(--color-ink);font-size:.82rem;font-weight:600;box-shadow:var(--shadow-crisp);transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease}.landing-hero-panel:hover .landing-lattice-core,.landing-hero-panel:focus-within .landing-lattice-core,.landing-lattice-showcase-panel:hover .landing-lattice-core,.landing-lattice-showcase-panel:focus-within .landing-lattice-core{box-shadow:0 28px 48px #10131233,0 0 0 1px #81d9cb24}.landing-hero-panel:hover .landing-lattice-node-badge,.landing-hero-panel:focus-within .landing-lattice-node-badge,.landing-lattice-showcase-panel:hover .landing-lattice-node-badge,.landing-lattice-showcase-panel:focus-within .landing-lattice-node-badge{border-color:#16736a2e;background:#ffffffeb;box-shadow:0 14px 24px #10131214}.landing-lattice-node-badge--1{top:12%;left:50%;transform:translate(-50%)}.landing-lattice-node-badge--2{top:29%;right:7%}.landing-lattice-node-badge--3{bottom:16%;right:16%}.landing-lattice-node-badge--4{bottom:10%;left:50%;transform:translate(-50%)}.landing-lattice-node-badge--5{bottom:16%;left:12%}.landing-lattice-node-badge--6{top:29%;left:5%}.landing-ada-dock{position:relative;z-index:1;padding:1.4rem;background:linear-gradient(180deg,#101312f5,#182221f5);box-shadow:0 1.6rem 3.2rem #1013122e;color:#f5f4ed}.landing-ada-dock .landing-panel-label,.landing-ada-dock p,.landing-ada-dock li{color:#f5f4edd1}.landing-ada-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-ada-dock h3{margin-top:.75rem;font-size:clamp(1.6rem,2.8vw,2.2rem);color:#f5f4ed}.landing-ada-status{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.landing-ada-status--action{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:#f5f4ed;transition:transform var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast)}.landing-ada-status--action:hover,.landing-ada-status--action:focus-visible{transform:translateY(-1px);border-color:#81d9cb61;background:#81d9cb1f;box-shadow:0 0 0 .18rem #81d9cb1f}.landing-ada-status--action:focus-visible{outline:2px solid rgba(129,217,203,.34);outline-offset:3px}.landing-ada-status-dot{width:.55rem;aspect-ratio:1;border-radius:999px;background:#81d9cb;box-shadow:0 0 0 6px #81d9cb24}.landing-ada-body{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;margin-top:1.25rem}.landing-ada-avatar-shell{position:relative;width:5.5rem;aspect-ratio:1;border-radius:999px;overflow:hidden;box-shadow:0 18px 30px #00000042}.landing-ada-avatar-shell:before{content:"";position:absolute;top:-.55rem;right:-.55rem;bottom:-.55rem;left:-.55rem;border-radius:999px;border:1px solid rgba(129,217,203,.34);animation:landing-avatar-pulse 3.4s ease-in-out infinite}.landing-ada-avatar-shell img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-ada-points{display:grid;gap:.7rem;margin-top:1.2rem}.landing-ada-points li{position:relative;padding-left:1.2rem;line-height:1.6}.landing-ada-points li:before{content:"";position:absolute;top:.68rem;left:0;width:.45rem;aspect-ratio:1;border-radius:999px;background:#81d9cb}.landing-ada-actions{margin-top:1.4rem}.landing-ada-actions .landing-primary-button{background:#f5f4ed;color:var(--color-ink);box-shadow:none}.landing-ada-actions .landing-primary-button:hover,.landing-ada-actions .landing-primary-button:focus-visible{background:#81d9cb;color:var(--color-ink)}.landing-motion-spine{--landing-motion-progress: 0;--landing-motion-progress-percent: 0%;--motion-spine-accent: #81d9cb;--motion-spine-glow: rgba(129, 217, 203, .28);position:fixed;top:calc(var(--header-height) + 1rem);right:clamp(.75rem,1.6vw,1.5rem);z-index:35;width:min(14.5rem,19vw);display:grid;gap:.95rem;pointer-events:none;opacity:1;visibility:visible;transform:translateZ(0) scale(1);transition:opacity .32s ease,transform .48s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.landing-motion-spine--hidden{opacity:0;visibility:hidden;transform:translate3d(1.2rem,0,0) scale(.96);transition:opacity .18s ease,transform .28s ease,visibility 0s linear .28s}.landing-motion-spine__relay{position:relative;margin-top:.95rem;color:#f5f4ed}.landing-motion-spine__relay-shell{position:relative;display:grid;gap:.78rem;padding:.95rem .95rem 1rem;overflow:hidden;border:1px solid rgba(16,19,18,.14);border-radius:1.45rem;background:#101312e6;box-shadow:0 1rem 2.6rem #1013122e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.landing-motion-spine__relay-signal{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(255,255,255,0) 16%,var(--motion-spine-glow) 46%,rgba(255,255,255,0) 76%),radial-gradient(circle at 20% 20%,var(--motion-spine-glow),transparent 48%);opacity:.52;animation:landing-spine-signal-sweep 6.5s linear infinite}.landing-motion-spine__relay-shell>*{position:relative;z-index:1}.landing-motion-spine__avatar-shell{position:absolute;top:-.9rem;right:.95rem;z-index:3;width:3.1rem;aspect-ratio:1;border-radius:999px;overflow:hidden;border:1px solid rgba(129,217,203,.34);background:#101312f5;box-shadow:0 0 0 .22rem #f5f4ed2e,0 .8rem 1.8rem #10131238}.landing-motion-spine__avatar-shell img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-motion-spine__avatar-bridge{position:absolute;top:.75rem;right:1.92rem;z-index:2;width:1rem;height:1rem;border-right:1px solid rgba(129,217,203,.34);border-bottom:1px solid rgba(129,217,203,.24);border-bottom-right-radius:1rem;box-shadow:0 0 .75rem #81d9cb24}.landing-motion-spine__relay-meta{display:flex;align-items:flex-start;justify-content:flex-start;min-height:1.9rem}.landing-motion-spine__relay-status{margin:-.08rem 0 0;padding-right:3.05rem;color:#f5f4ed;font-size:1rem;font-weight:600;line-height:1.28}.landing-motion-spine__relay-presence{display:inline-flex;align-items:center;gap:.38rem;min-height:1.9rem;padding:.36rem .6rem;border:1px solid rgba(245,244,237,.08);border-radius:999px;background:#ffffff0a;color:#f5f4edbd;font-size:.63rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.landing-motion-spine__relay-presence-dot{width:.45rem;aspect-ratio:1;border-radius:999px;background:var(--motion-spine-accent);box-shadow:0 0 .55rem var(--motion-spine-glow)}.landing-motion-spine__relay-bubble{position:relative;min-height:6.9rem;padding:.95rem 1rem 1rem;border:1px solid rgba(245,244,237,.08);border-radius:1.15rem;background:linear-gradient(180deg,#363a39f0,#2c302ff5);box-shadow:inset 0 1px #ffffff0d}.landing-motion-spine__relay-bubble:before{content:"";position:absolute;top:-.36rem;right:2.25rem;width:.88rem;height:.88rem;border-top:1px solid rgba(245,244,237,.08);border-left:1px solid rgba(245,244,237,.08);border-top-left-radius:.2rem;background:#363a39f5;transform:rotate(45deg)}.landing-motion-spine__relay-bubble p{margin:0;white-space:pre-line;color:#f5f4edeb;font-size:.9rem;line-height:1.62}.landing-motion-spine__relay-cursor{display:inline-block;width:.5rem;height:1.05rem;margin-left:.18rem;border-radius:999px;background:var(--motion-spine-accent);vertical-align:-.16rem;box-shadow:0 0 .6rem var(--motion-spine-glow);animation:landing-spine-cursor-blink 1s steps(1,end) infinite}.landing-motion-spine__relay-announcement,.landing-motion-spine__sr-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.landing-motion-spine__track{position:relative;justify-self:end;min-width:3.8rem;padding:.95rem .72rem;border:1px solid rgba(245,244,237,.08);border-radius:1.65rem;background:linear-gradient(180deg,#101312b8,#10131280);box-shadow:0 1rem 2.4rem #10131229,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:visible}.landing-motion-spine__track:before,.landing-motion-spine__track:after{content:"";position:absolute;top:1rem;bottom:1rem;left:50%;width:2px;border-radius:999px}.landing-motion-spine__track:before{background:#f5f4ed29;transform:translate(-50%)}.landing-motion-spine__track:after{background:linear-gradient(180deg,var(--motion-spine-accent) 0%,rgba(245,244,237,.16) 100%);box-shadow:0 0 18px var(--motion-spine-glow);transform:translate(-50%) scaleY(var(--landing-motion-progress));transform-origin:center top}.landing-motion-spine__nodes{display:grid;gap:.88rem;margin:0;padding:0;list-style:none}.landing-motion-spine__node{position:relative;display:flex;justify-content:center;align-items:center;min-height:.95rem}.landing-motion-spine__dot{width:.78rem;aspect-ratio:1;border-radius:999px;border:1px solid rgba(245,244,237,.32);background:#fffffff0;box-shadow:0 0 #81d9cb38;transition:transform var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.landing-motion-spine__active-pill{position:absolute;right:calc(100% + .85rem);top:50%;display:inline-flex;align-items:center;min-height:1.9rem;padding:.42rem .76rem .42rem .84rem;border:1px solid rgba(245,244,237,.12);border-radius:999px;background:linear-gradient(180deg,#1c201ff5,#121514f0);color:#f5f4ed;font-size:.64rem;font-weight:700;letter-spacing:.16em;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 .8rem 2rem #1013122e,0 0 0 1px #f5f4ed08;transform:translate3d(0,-50%,0)}.landing-motion-spine__active-pill:before{content:"";position:absolute;top:50%;right:-.84rem;width:.84rem;height:1px;background:linear-gradient(90deg,rgba(245,244,237,.3) 0%,var(--motion-spine-accent) 100%)}.landing-motion-spine__node--active .landing-motion-spine__dot{transform:scale(1.18);border-color:#f5f4ed75;background:var(--motion-spine-accent);box-shadow:0 0 0 .35rem var(--motion-spine-glow)}.landing-motion-spine--reentering .landing-motion-spine__track{animation:landing-spine-track-return .72s cubic-bezier(.2,1,.22,1)}.landing-motion-spine--reentering .landing-motion-spine__node--active .landing-motion-spine__dot{animation:landing-spine-active-dot-pop .72s cubic-bezier(.2,1,.22,1)}.landing-motion-spine--reentering .landing-motion-spine__node--active .landing-motion-spine__active-pill{animation:landing-spine-pill-return .58s cubic-bezier(.16,1,.3,1) .12s both}.landing-page[data-active-section=contact] .landing-motion-spine__relay-shell{border-color:#81d9cb52;box-shadow:0 1rem 2.6rem #1013122e,0 0 0 1px #81d9cb24}.landing-section{padding:4.75rem 0;border-top:1px solid rgba(16,19,18,.08)}.landing-section--muted{background:#ffffff5c}.landing-section--contrast{background:linear-gradient(180deg,#101312f5,#182221f5);color:#f5f4ed}.landing-section--contrast .landing-eyebrow,.landing-section--contrast .landing-callout-label,.landing-section--contrast .landing-card-index,.landing-section--contrast .landing-card p,.landing-section--contrast .landing-intro,.landing-section--contrast .landing-proof-quote p{color:#f5f4edd1}.landing-section--contrast .landing-section-heading h2,.landing-section--contrast .landing-comparison-panel h3,.landing-section--contrast .landing-proof-quote,.landing-section--contrast .landing-comparison-panel li,.landing-section--contrast .landing-differentiation-panel h3,.landing-section--contrast .landing-differentiation-panel li,.landing-section--contrast .landing-differentiation-proof,.landing-section--contrast .landing-differentiation-proof h3{color:#f5f4ed}.landing-section-heading{display:grid;gap:.9rem;max-width:48rem;margin-bottom:2rem}@media (min-width: 1261px){#differentiation .landing-section-heading{max-width:min(58rem,calc(100% - 18rem))}}.landing-section h2,.landing-cta-card h2{font-size:clamp(2.25rem,4vw,4.2rem)}.landing-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-two-column--proof{align-items:start}.landing-copy-block{display:grid;gap:1rem}.landing-harness-system,.landing-lattice-system,.landing-capability-deck{display:grid;gap:1.25rem}.landing-harness-stage-shell,.landing-harness-support-card,.landing-harness-callout,.landing-lattice-system-stage,.landing-lattice-summary-card,.landing-lattice-detail-card,.landing-capability-scene{border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.landing-harness-stage-shell,.landing-harness-support-card,.landing-harness-callout,.landing-lattice-system-stage,.landing-lattice-summary-card,.landing-lattice-detail-card{background:var(--color-panel)}.landing-harness-support-card,.landing-harness-callout,.landing-lattice-control-rail,.landing-lattice-summary-card,.landing-lattice-detail-card,.landing-capability-scene-copy,.landing-capability-artifact,.landing-capability-control-pill{color:var(--color-ink-soft)}.landing-harness-support-card h3,.landing-harness-callout h3,.landing-lattice-control-rail h3,.landing-lattice-summary-card h3,.landing-lattice-detail-card h3,.landing-capability-scene h3{margin:0;font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;line-height:.98}.landing-harness-stage-shell,.landing-lattice-system-stage,.landing-capability-scene{overflow:hidden;isolation:isolate}.landing-harness-stage-shell{padding:1.25rem;background:radial-gradient(circle at 50% 42%,rgba(22,115,106,.16),transparent 34%),radial-gradient(circle at 18% 16%,rgba(22,115,106,.1),transparent 26%),radial-gradient(circle at 84% 18%,rgba(195,100,43,.1),transparent 24%),linear-gradient(180deg,#ffffffeb,#eff5f2e0)}.landing-harness-stage{position:relative;min-height:38rem;border-radius:calc(var(--radius-xl) - .35rem);border:1px solid rgba(16,19,18,.08);background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.32),transparent 34%),linear-gradient(180deg,#ffffff6b,#ffffff1f)}.landing-harness-stage-label{position:absolute;top:50%;z-index:2;min-height:2rem;padding:.42rem .78rem;border-radius:999px;border:1px solid rgba(16,19,18,.1);background:#ffffffc7;color:var(--color-ink-soft);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-harness-stage-label--entry{left:1rem;transform:translateY(-50%)}.landing-harness-stage-label--exit{right:1rem;transform:translateY(-50%)}.landing-harness-links,.landing-lattice-system-routes{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.landing-harness-link,.landing-lattice-route{fill:none;stroke-linecap:round;stroke-linejoin:round}.landing-harness-link--thread,.landing-harness-link--return{stroke:#16736a57;stroke-width:.9}.landing-harness-link--branch{stroke:#10131229;stroke-width:.74}.landing-harness-ring{position:absolute;top:50%;left:50%;border-radius:999px;transform:translate(-50%,-50%);border:1px dashed rgba(22,115,106,.18)}.landing-harness-ring--outer{width:min(34rem,calc(100% - 6rem));aspect-ratio:1}.landing-harness-ring--inner{width:min(22rem,calc(100% - 14rem));aspect-ratio:1}.landing-harness-layer,.landing-lattice-system-node{position:absolute;z-index:2;display:grid;gap:.4rem;padding:.85rem .95rem;border-radius:1.1rem;border:1px solid rgba(16,19,18,.1);background:#ffffffd1;box-shadow:var(--shadow-crisp);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%,-50%)}.landing-harness-layer--wide{width:min(14rem,32vw)}.landing-harness-layer--compact{width:min(11.5rem,26vw)}.landing-harness-layer p,.landing-lattice-system-node p,.landing-capability-artifact p{margin:0;color:var(--color-ink);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-harness-layer span,.landing-lattice-system-node span,.landing-capability-artifact span{font-size:.9rem;line-height:1.55}.landing-harness-core,.landing-lattice-system-core{position:absolute;top:50%;left:50%;z-index:3;display:grid;gap:.55rem;place-items:center;aspect-ratio:1;padding:1.35rem;border-radius:999px;background:linear-gradient(180deg,#101312f5,#182221f5);box-shadow:0 24px 48px #1013122e;color:#f5f4ed;text-align:center;transform:translate(-50%,-50%)}.landing-harness-core{width:11rem}.landing-harness-core p,.landing-lattice-system-core p{margin:0;color:#f5f4edb8;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.landing-harness-core strong,.landing-lattice-system-core strong{font-family:var(--font-display);font-size:1.45rem;line-height:1}.landing-harness-core span,.landing-lattice-system-core span{color:#f5f4edcc;font-size:.92rem;line-height:1.5}.landing-harness-support-grid,.landing-lattice-detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-harness-support-card,.landing-harness-callout,.landing-lattice-summary-card,.landing-lattice-detail-card{display:grid;gap:.8rem;padding:1.45rem}.landing-harness-support-card h3,.landing-harness-callout h3,.landing-lattice-summary-card h3,.landing-lattice-detail-card h3{font-size:clamp(1.35rem,2vw,1.9rem)}.landing-harness-support-card p:last-child,.landing-harness-callout p:last-child,.landing-lattice-summary-card p:last-child,.landing-lattice-detail-card p:last-child,.landing-lattice-control-rail p:last-child,.landing-capability-scene-copy p,.landing-capability-scene-note,.landing-capability-artifact span,.landing-capability-control-pill{margin:0;font-size:1rem;line-height:1.72}.landing-harness-callout{background:linear-gradient(180deg,#f4f9f7eb,#e5f2eff0)}.landing-lattice-system-stage{padding:1.25rem;background:radial-gradient(circle at 50% 40%,rgba(22,115,106,.14),transparent 34%),radial-gradient(circle at 82% 18%,rgba(195,100,43,.08),transparent 24%),linear-gradient(180deg,#ffffffeb,#ecf4f1e6)}.landing-lattice-control-rail{position:relative;z-index:2;display:grid;gap:.9rem;width:min(100%,42rem);margin:0 auto 1rem;padding:1.2rem 1.25rem;border:1px solid rgba(16,19,18,.08);border-radius:calc(var(--radius-xl) - .35rem);background:#ffffffbd;box-shadow:var(--shadow-crisp)}.landing-lattice-control-rail h3{font-size:clamp(1.4rem,2vw,1.95rem)}.landing-lattice-control-pills,.landing-capability-scene-badges{display:flex;flex-wrap:wrap;gap:.75rem}.landing-lattice-control-pills span,.landing-capability-scene-badges span,.landing-capability-route-step,.landing-capability-control-pill,.landing-lattice-flow-chip,.landing-lattice-subagent,.landing-lattice-system-callout{border:1px solid rgba(16,19,18,.1);border-radius:999px;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-lattice-control-pills span,.landing-capability-scene-badges span{padding:.55rem .9rem;color:var(--color-ink);font-size:.88rem;line-height:1.3}.landing-lattice-system-map{position:relative;min-height:41rem;border-radius:calc(var(--radius-xl) - .35rem);border:1px solid rgba(16,19,18,.08);background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.34),transparent 34%),linear-gradient(180deg,#ffffff61,#ffffff1f)}.landing-lattice-route--main,.landing-lattice-route--return,.landing-lattice-route--orchestration,.landing-lattice-route--delegate,.landing-lattice-route--delegate-return{stroke:#16736a52;stroke-width:.9}.landing-lattice-route--branch{stroke:#1013122e;stroke-width:.76}.landing-lattice-flow-chip,.landing-lattice-subagent,.landing-lattice-system-callout{position:absolute;z-index:2;padding:.5rem .85rem;color:var(--color-ink-soft);font-size:.8rem;font-weight:700;letter-spacing:.05em;line-height:1.45}.landing-lattice-flow-chip--entry{top:52%;left:1rem;transform:translateY(-50%)}.landing-lattice-flow-chip--return{top:50%;right:1rem;transform:translateY(-50%)}.landing-lattice-subagent-cluster{position:absolute;top:16%;right:6%;z-index:2;display:grid;gap:.55rem}.landing-lattice-system-callout--router{right:5%;bottom:15%;max-width:17rem}.landing-lattice-system-core{width:12.5rem}.landing-lattice-system-node{width:min(12rem,22vw)}.landing-lattice-summary-card{background:linear-gradient(180deg,#f5faf8f0,#e6f2eff5)}.landing-capability-deck{position:relative}.landing-capability-deck:before{content:"";position:absolute;top:.75rem;bottom:.75rem;left:50%;width:1px;background:linear-gradient(180deg,#16736a00,#16736a2e 12%,#16736a2e 88%,#16736a00);transform:translate(-50%);pointer-events:none}.landing-capability-scene{position:relative;display:grid;gap:1.5rem;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);padding:1.5rem;background:var(--scene-surface)}.landing-capability-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 14% 16%,var(--scene-glow),transparent 28%),radial-gradient(circle at 84% 84%,var(--scene-glow),transparent 26%);pointer-events:none}.landing-capability-scene--reverse .landing-capability-scene-copy{order:2}.landing-capability-scene--reverse .landing-capability-scene-visual{order:1}.landing-capability-scene-copy,.landing-capability-scene-visual{position:relative;z-index:1}.landing-capability-scene-copy{display:grid;align-content:start;gap:.9rem}.landing-capability-scene h3{font-size:clamp(1.8rem,3vw,2.8rem)}.landing-capability-scene .landing-card-index{font-size:.8rem;line-height:1.25}.landing-capability-scene-proof{padding-left:1rem;border-left:2px solid var(--scene-accent)}.landing-capability-scene-note strong,.landing-capability-artifact strong,.landing-capability-control-pill{color:var(--color-ink)}.landing-capability-scene-visual{display:grid;align-content:start;gap:1rem;min-height:22rem;padding:1.2rem;border-radius:calc(var(--radius-xl) - .35rem);border:1px solid rgba(16,19,18,.08);background:radial-gradient(circle at 72% 18%,var(--scene-glow),transparent 26%),linear-gradient(180deg,var(--scene-surface-strong) 0%,rgba(255,255,255,.74) 100%);box-shadow:inset 0 1px #fff6}.landing-capability-route{display:grid;gap:.8rem}.landing-capability-route-line{position:relative;height:1px;background:#1013121f}.landing-capability-route-progress{position:absolute;inset:0 auto 0 0;width:100%;background:linear-gradient(90deg,var(--scene-accent) 0%,rgba(16,19,18,.24) 100%)}.landing-capability-route-steps{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.landing-capability-route-step,.landing-capability-control-pill{padding:.48rem .82rem;color:var(--color-ink-soft);font-size:.8rem;font-weight:700;letter-spacing:.04em;line-height:1.3}.landing-capability-artifact-grid{display:grid;gap:.9rem;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:minmax(7rem,auto)}.landing-capability-artifact{display:grid;align-content:start;gap:.48rem;padding:1rem;border-radius:1.15rem;border:1px solid rgba(16,19,18,.08);background:#ffffffbd;box-shadow:var(--shadow-crisp)}.landing-capability-artifact--wide{grid-column:span 4}.landing-capability-artifact--compact{grid-column:span 2}.landing-capability-artifact--tall{grid-column:span 2;grid-row:span 2}.landing-capability-artifact strong{font-family:var(--font-display);font-size:1.35rem;line-height:1.02}.landing-capability-artifact-lines{display:grid;gap:.35rem;margin-top:.2rem}.landing-capability-artifact-lines span{height:1px;background:#1013121f}.landing-capability-artifact-lines span:nth-child(1){width:100%}.landing-capability-artifact-lines span:nth-child(2){width:72%}.landing-capability-artifact-lines span:nth-child(3){width:54%}.landing-capability-control-pill{justify-self:end;border-color:color-mix(in srgb,var(--scene-accent) 24%,rgba(16,19,18,.08))}.landing-callout-card,.landing-card,.landing-comparison-panel,.landing-proof-quote,.landing-logo-tile,.landing-lattice-showcase-panel{padding:1.5rem}.landing-callout-card,.landing-card,.landing-cta-card,.landing-lattice-showcase-panel,.landing-ownership-band{background:var(--color-panel)}.landing-callout-card h3,.landing-card h3,.landing-comparison-panel h3,.landing-lattice-showcase-copy h3{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:.75rem}.landing-lattice-showcase{display:grid;gap:1rem}.landing-lattice-showcase-panel{--constellation-spot-size: 10.25rem;display:grid;align-items:center;gap:1.5rem;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);background:linear-gradient(180deg,#ffffffdb,#ebf3f0b8)}.landing-lattice-showcase-copy{display:grid;gap:.9rem}.landing-lattice-constellation--section{margin-top:0;min-height:20.5rem}.landing-card-grid{display:grid;gap:1rem}.landing-card-grid--three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-card-grid--two-up,.landing-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-card--lattice{background:#ffffffbd}.landing-card--trust{display:flex;align-items:center;min-height:8rem}.landing-comparison-panel ul{display:grid;gap:.9rem}.landing-comparison-panel li,.landing-credibility-list li{position:relative;padding-left:1.25rem;line-height:1.7}.landing-comparison-panel li:before,.landing-credibility-list li:before{content:"•";position:absolute;left:0;top:0}.landing-comparison-panel--rigid{background:#ffffff0f;border-color:#ffffff24}.landing-comparison-panel--adaptive{background:#16736a2e;border-color:#81d9cb38}.landing-proof-quote{margin-top:1.5rem;border-color:#ffffff24;background:#ffffff0f}.landing-ownership-band{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:1rem 1.25rem}.landing-ownership-band strong{font-family:var(--font-display);font-size:1.15rem}.landing-credibility-list{display:grid;gap:.85rem}.landing-logo-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-logo-tile{display:flex;align-items:center;justify-content:center;min-height:7.5rem}.landing-logo-tile img{width:100%;max-width:120px;max-height:54px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);opacity:.85}.landing-differentiation-surface,.landing-trust-surface,.landing-proof-field{display:grid;gap:1rem}.landing-differentiation-compare,.landing-proof-field{margin:0}.landing-differentiation-compare{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-differentiation-panel,.landing-differentiation-proof,.landing-trust-surface__lead,.landing-trust-surface__stack,.landing-trust-surface__rail,.landing-trust-surface__ownership,.landing-proof-field{position:relative;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.landing-differentiation-panel,.landing-differentiation-proof{padding:1.5rem}.landing-differentiation-panel{display:grid;align-content:start;gap:1rem;min-height:25rem}.landing-differentiation-panel--legacy{background:linear-gradient(180deg,#ffffff12,#ffffff0a),#ffffff08;border-color:#ffffff24}.landing-differentiation-panel--harness{background:radial-gradient(circle at 84% 16%,rgba(129,217,203,.14),transparent 26%),linear-gradient(180deg,#16736a3d,#12494333);border-color:#81d9cb47}.landing-differentiation-panel__signal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.landing-differentiation-panel__signal span{height:.28rem;border-radius:999px;background:#ffffff2e}.landing-differentiation-panel--legacy .landing-differentiation-panel__signal span:nth-child(1){width:48%}.landing-differentiation-panel--legacy .landing-differentiation-panel__signal span:nth-child(2){width:34%}.landing-differentiation-panel--legacy .landing-differentiation-panel__signal span:nth-child(3){width:22%}.landing-differentiation-panel--harness .landing-differentiation-panel__signal span{background:linear-gradient(90deg,#81d9cb4d,#81d9cbd1)}.landing-differentiation-panel h3,.landing-trust-surface__lead h3,.landing-proof-field h3,.landing-differentiation-proof h3{margin:0;line-height:1.02}.landing-differentiation-panel h3,.landing-trust-surface__lead h3,.landing-proof-field h3{font-size:clamp(1.8rem,3vw,2.55rem)}.landing-differentiation-panel ul{display:grid;gap:.8rem}.landing-differentiation-panel li{position:relative;padding-left:1.2rem;line-height:1.65}.landing-differentiation-panel li:before{content:"";position:absolute;left:0;top:.7rem;width:.42rem;height:.42rem;border-radius:999px;background:currentColor}.landing-differentiation-panel__footer,.landing-differentiation-proof p,.landing-trust-surface__lead p,.landing-trust-surface__stack-heading p,.landing-trust-surface__ownership p,.landing-proof-field__mast>p,.landing-proof-field__evidence-header p,.landing-proof-field__row p,.landing-proof-field__signal-strip p{margin:0;overflow-wrap:anywhere}.landing-differentiation-panel__footer{margin-top:auto;color:#f5f4edc2}.landing-differentiation-proof{display:grid;gap:.85rem;background:#ffffff0a;border-color:#ffffff24}.landing-trust-surface{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-template-areas:"lead stack" "ownership ownership";align-items:start}.landing-trust-surface__lead{grid-area:lead;display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1.6rem;background:radial-gradient(circle at 12% 18%,rgba(22,115,106,.1),transparent 24%),linear-gradient(180deg,#ffffffe6,#f4f9f7e6)}.landing-trust-surface__badges,.landing-proof-field__signals{display:flex;flex-wrap:wrap;gap:.6rem}.landing-trust-surface__badges{margin-top:auto}.landing-trust-surface__badges span,.landing-proof-field__signals span{display:inline-flex;align-items:center;min-height:2.1rem;padding:.5rem .9rem;border:1px solid rgba(16,19,18,.1);border-radius:999px;background:#ffffffa8;font-size:.84rem;line-height:1.2}.landing-trust-surface__stack{grid-area:stack;display:grid;align-content:start;gap:.9rem;padding:1rem 1.1rem;background:linear-gradient(180deg,#fbfcfae6,#f2f6f3e0)}.landing-trust-surface__stack-heading{display:grid;gap:.45rem}.landing-trust-surface__stack-heading p:last-child{color:var(--color-ink-soft);font-size:.98rem;line-height:1.6}.landing-trust-surface__rails{display:grid;gap:.7rem}.landing-trust-surface__rail{display:grid;align-content:start;gap:.3rem;padding:.95rem 1rem;background:#ffffffe0;box-shadow:none}.landing-trust-surface__rail span{display:block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-trust-surface__rail strong{display:block;font-size:.92rem;line-height:1.45;overflow-wrap:anywhere}.landing-trust-surface__rail--signal span{color:#9c6121}.landing-trust-surface__rail--calm span{color:var(--color-signal)}.landing-trust-surface__rail--quiet span{color:var(--color-ink-soft)}.landing-trust-surface__ownership{grid-area:ownership;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:1rem;padding:1.2rem 1.4rem;background:linear-gradient(90deg,#fafbf9f0,#f2f6f3eb)}.landing-trust-surface__ownership strong{display:block;margin-top:.2rem;font-family:var(--font-display);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.02}.landing-proof-field{grid-template-columns:minmax(0,1.05fr) minmax(21rem,.95fr);grid-template-areas:"lead evidence" "signals evidence";align-items:stretch;padding:1.25rem;background:radial-gradient(circle at 84% 16%,rgba(195,100,43,.13),transparent 26%),radial-gradient(circle at 16% 84%,rgba(22,115,106,.08),transparent 24%),linear-gradient(180deg,#ffffffe0,#f6f9f7eb)}.landing-proof-field__lead,.landing-proof-field__evidence,.landing-proof-field__signal-strip{position:relative;overflow:hidden;border:1px solid rgba(16,19,18,.08);border-radius:1.45rem}.landing-proof-field__lead{grid-area:lead;display:grid;align-content:start;gap:1.25rem;padding:1.6rem;background:linear-gradient(145deg,#ffffffeb,#f6f9f7e6),#ffffffe0}.landing-proof-field__lead:after{content:"";position:absolute;right:1.1rem;top:1rem;width:5.8rem;height:5.8rem;border-radius:1.5rem;background:radial-gradient(circle at 32% 28%,rgba(255,252,244,.96),rgba(242,219,169,.76) 42%,rgba(201,156,78,.14) 72%,transparent 100%);opacity:.5;pointer-events:none}.landing-proof-field__mast{display:grid;gap:.95rem;max-width:38rem}.landing-proof-field__rows{counter-reset:proof-ledger;display:grid;gap:.9rem;margin:0;padding:0;list-style:none}.landing-proof-field__row{counter-increment:proof-ledger;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;padding-top:.95rem;border-top:1px solid rgba(16,19,18,.08)}.landing-proof-field__row:before{content:counter(proof-ledger,decimal-leading-zero);display:inline-flex;align-items:center;min-height:1.6rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9c6121}.landing-proof-field__row-copy{display:grid;gap:.28rem}.landing-proof-field__row-label{font-size:.95rem;font-weight:700;line-height:1.35}.landing-proof-field__row-body{color:var(--color-ink-soft);line-height:1.6}.landing-proof-field__evidence{grid-area:evidence;display:grid;align-content:start;gap:1rem;padding:1.2rem;background:linear-gradient(180deg,#fbfcfaeb,#f4f7f4e6),#ffffffd6}.landing-proof-field__evidence-header{display:grid;gap:.42rem}.landing-proof-field__evidence-header p:last-child{color:var(--color-ink-soft);font-size:.95rem;line-height:1.6}.landing-proof-field__logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-self:stretch}.landing-proof-field__logo-tile{display:flex;align-items:center;justify-content:center;min-height:8.2rem;padding:1.2rem;border:1px solid rgba(16,19,18,.08);border-radius:1.3rem;background:linear-gradient(180deg,#fffffff5,#f8f8f5eb),#ffffffe0;box-shadow:0 1rem 2.5rem #1013120f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.landing-proof-field__logo-tile:hover{transform:translateY(-2px);border-color:#10131224;box-shadow:0 1.3rem 2.8rem #10131217}.landing-proof-field__logo-tile img{width:100%;max-width:130px;max-height:58px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);opacity:.84}.landing-proof-field__signal-strip{grid-area:signals;display:grid;gap:.75rem;padding:1rem 1.15rem;background:linear-gradient(90deg,#f9faf7f0,#f4f7f4eb)}.landing-cta-section{padding:0 0 4.75rem}.landing-cta-card{display:grid;gap:1.5rem}.landing-cta-card--integrated{position:relative;grid-template-columns:minmax(0,1.02fr) minmax(20rem,.98fr);align-items:start;padding:2rem;border:1px solid rgba(16,19,18,.1);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(22,115,106,.09),transparent 34%),radial-gradient(circle at bottom left,rgba(195,100,43,.08),transparent 30%),linear-gradient(180deg,#ffffffb8,#f5f4edf0);box-shadow:var(--shadow-soft);overflow:hidden;isolation:isolate}.landing-cta-card--integrated:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.34),transparent 48%);pointer-events:none}.landing-cta-copy{position:relative;z-index:1;display:grid;align-content:start;gap:1rem}.landing-cta-copy h2,.landing-cta-copy p{margin:0}.landing-cta-copy p{max-width:40rem}.landing-cta-signal-list{display:flex;flex-wrap:wrap;gap:.65rem}.landing-cta-signal-list span{display:inline-flex;align-items:center;min-height:2rem;padding:.38rem .8rem;border-radius:999px;border:1px solid rgba(22,115,106,.12);background:#16736a14;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink)}.landing-cta-notes{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.landing-cta-notes li{position:relative;padding-left:1.2rem;color:var(--color-ink-soft);line-height:1.6}.landing-cta-notes li:before{content:"";position:absolute;top:.68rem;left:0;width:.45rem;aspect-ratio:1;border-radius:999px;background:var(--color-signal)}.landing-mobile-contact-dock__sheet{display:grid;gap:1rem;padding:1.1rem;border:1px solid rgba(16,19,18,.1);border-radius:1.35rem;background:radial-gradient(circle at top right,rgba(22,115,106,.1),transparent 34%),linear-gradient(180deg,#fffffff5,#f6f4edfa);box-shadow:0 1.4rem 3rem #10131229}.landing-mobile-contact-dock__sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.landing-mobile-contact-dock__sheet-header h2{font-size:clamp(1.6rem,5vw,2.05rem)}.landing-mobile-contact-dock__close{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(16,19,18,.1);border-radius:999px;background:#ffffffc7;color:var(--color-ink);font-size:1.4rem;line-height:1}.landing-mobile-contact-dock__close:focus-visible{outline:2px solid rgba(22,115,106,.42);outline-offset:3px}.landing-mobile-contact-dock__body{margin:0;color:var(--color-ink-soft);line-height:1.65}.landing-mobile-contact-dock__signals{display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none}.landing-mobile-contact-dock__signals li{display:inline-flex;align-items:center;min-height:2rem;padding:.38rem .8rem;border-radius:999px;border:1px solid rgba(22,115,106,.12);background:#16736a14;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink)}.landing-mobile-contact-dock__actions{display:grid;gap:.75rem}.landing-mobile-contact-dock__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;padding:0;border:0;background:#10131247;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-cta-ada-console{position:relative;z-index:1;display:grid;gap:1rem;padding:1.35rem;border:1px solid rgba(255,255,255,.08);border-radius:1.45rem;background:linear-gradient(180deg,#101312f5,#182221f5);color:#f5f4ed;box-shadow:0 1.4rem 2.8rem #1013122e}.landing-cta-ada-console .landing-panel-label,.landing-cta-ada-console p{color:#f5f4edc7}.landing-cta-ada-console h3{margin-top:.7rem;font-size:clamp(1.4rem,2.2vw,1.8rem);color:#f5f4ed}.landing-cta-ada-body{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.landing-cta-step-list{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.landing-cta-step{display:grid;grid-template-columns:auto 1fr;gap:.85rem;padding:.85rem;border-radius:1rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0d}.landing-cta-step__index{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;aspect-ratio:1;border-radius:999px;border:1px solid rgba(129,217,203,.24);background:#81d9cb24;color:#81d9cb;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.landing-cta-step__copy{min-width:0}.landing-cta-step__copy strong{display:block;color:#f5f4ed;font-size:.96rem}.landing-cta-step__copy p{margin-top:.35rem}.landing-page[data-active-section=contact] .landing-cta-ada-console{box-shadow:0 1.4rem 2.8rem #1013122e,0 0 0 1px #81d9cb29}@keyframes landing-avatar-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.08);opacity:.8}}@keyframes landing-signal-current-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-120}}@keyframes landing-signal-current-node{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes landing-spine-signal-sweep{0%{transform:translate(-110%)}to{transform:translate(110%)}}@keyframes landing-spine-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes landing-spine-track-return{0%{opacity:0;transform:translate3d(.85rem,0,0) scale(.94)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes landing-spine-active-dot-pop{0%{transform:scale(.74);box-shadow:0 0 #81d9cb00}58%{transform:scale(1.34);box-shadow:0 0 0 .5rem var(--motion-spine-glow)}to{transform:scale(1.18);box-shadow:0 0 0 .35rem var(--motion-spine-glow)}}@keyframes landing-spine-pill-return{0%{opacity:0;transform:translate3d(.8rem,-50%,0) scale(.94)}to{opacity:1;transform:translate3d(0,-50%,0) scale(1)}}@media (max-width: 1260px){.landing-motion-spine,.landing-signal-current{display:none}}@media (max-width: 1180px){.landing-hero-grid,.landing-lattice-showcase-panel,.landing-harness-intro-grid{grid-template-columns:1fr}.landing-hero-grid{min-height:auto;padding-top:2.5rem}.landing-hero-proof-rail{max-width:100%;margin-inline:0;padding-top:0;transform:none}.landing-hero-handoff{padding-inline:.35rem}.landing-harness-support-grid,.landing-lattice-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-harness-layer--wide{width:min(12.5rem,34vw)}.landing-harness-layer--compact,.landing-lattice-system-node{width:min(10.5rem,28vw)}}@media (max-width: 1024px){.landing-nav{display:none}.landing-two-column,.landing-card-grid--three-up,.landing-card-grid--two-up,.landing-comparison-grid,.landing-cta-card,.landing-capability-scene,.landing-differentiation-compare,.landing-trust-surface,.landing-proof-field,.landing-hero-proof-rail{grid-template-columns:1fr}.landing-proof-field{grid-template-areas:"lead" "evidence" "signals"}.landing-proof-field__logos{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-hero-proof-rail,.landing-hero-numerals{grid-template-columns:1fr}.landing-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-ownership-band{flex-direction:column;align-items:flex-start}.landing-trust-surface__ownership{grid-template-columns:1fr}.landing-harness-stage{min-height:35rem}.landing-lattice-system-map{min-height:38rem}.landing-capability-deck:before{display:none}.landing-capability-scene--reverse .landing-capability-scene-copy,.landing-capability-scene--reverse .landing-capability-scene-visual{order:initial}.landing-capability-artifact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-capability-artifact--wide{grid-column:span 4}}@media (max-width: 720px){.landing-shell{width:min(calc(100% - 1.25rem),var(--max-content))}.landing-page main{padding-bottom:6.75rem}.landing-header-inner{flex-wrap:nowrap;justify-content:space-between;gap:.75rem;padding:.75rem 0}.landing-brand{width:auto;min-width:0;justify-content:flex-start;gap:.55rem}.landing-brand-copy{font-size:.82rem}.landing-header-actions,.landing-hero-actions,.landing-cta-actions,.landing-ada-actions,.landing-primary-button,.landing-secondary-button,.landing-founder-button,.landing-link-button{width:100%}.landing-hero-actions--desktop{display:none}.landing-hero-actions--mobile{display:flex}.landing-differentiation-panel,.landing-differentiation-proof,.landing-trust-surface__lead,.landing-trust-surface__stack,.landing-trust-surface__rail,.landing-trust-surface__ownership,.landing-proof-field,.landing-proof-field__lead,.landing-proof-field__evidence,.landing-proof-field__signal-strip,.landing-cta-card--integrated,.landing-cta-ada-console{padding:1.15rem}.landing-differentiation-panel,.landing-trust-surface__lead{min-height:auto}.landing-proof-field__lead:after{display:none}.landing-proof-field__row{grid-template-columns:1fr;gap:.35rem}.landing-proof-field__logos{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-proof-field__logo-tile{min-height:7.2rem}.landing-cta-signal-list{display:grid;grid-template-columns:1fr}.landing-cta-step{grid-template-columns:1fr}.landing-cta-step__index{justify-self:flex-start}.landing-hero{padding-bottom:2.5rem}.landing-hero-grid{min-height:auto;padding:1.75rem 0 3rem}.landing-hero h1{max-width:10.5ch;font-size:clamp(2.8rem,13vw,4.3rem)}.landing-hero-intro{width:min(100%,28rem);font-size:1.03rem;line-height:1.65}.landing-hero-shader{top:0;right:0;bottom:0;left:0}.landing-signal-list,.landing-value-list{display:grid}.landing-ada-header{flex-direction:column;align-items:flex-start}.landing-ada-body,.landing-cta-ada-body{grid-template-columns:1fr}.landing-ada-status{align-self:flex-start}.landing-lattice-core{width:7.5rem;font-size:1rem}.landing-lattice-node-badge{font-size:.74rem}.landing-section{padding:4rem 0}.landing-trust-surface{grid-template-columns:1fr;grid-template-areas:"lead" "stack" "ownership"}.landing-trust-surface__stack,.landing-trust-surface__ownership{gap:.85rem}.landing-trust-surface__rails,.landing-trust-surface__ownership{grid-template-columns:1fr}.landing-mobile-contact-dock{position:fixed;left:0;right:0;bottom:0;z-index:49;display:grid;gap:.85rem;padding:0 .75rem calc(.75rem + env(safe-area-inset-bottom));pointer-events:none}.landing-mobile-contact-dock__backdrop{display:block}.landing-mobile-contact-dock__sheet,.landing-mobile-contact-dock__trigger{pointer-events:auto}.landing-mobile-contact-dock__sheet{position:fixed;left:.75rem;right:.75rem;bottom:calc(5rem + env(safe-area-inset-bottom))}.landing-mobile-contact-dock__actions .landing-founder-button,.landing-mobile-contact-dock__actions .landing-primary-button,.landing-mobile-contact-dock__actions .landing-secondary-button,.landing-mobile-contact-dock__trigger{width:100%}.landing-logo-grid,.landing-harness-support-grid,.landing-lattice-detail-grid{grid-template-columns:1fr}.landing-harness-stage-shell,.landing-lattice-system-stage,.landing-capability-scene{padding:1rem}.landing-harness-stage{min-height:35rem}.landing-harness-stage-label{top:1rem;min-height:auto;padding:.34rem .6rem;font-size:.64rem;transform:none}.landing-harness-stage-label--entry{left:.75rem}.landing-harness-stage-label--exit{right:.75rem}.landing-harness-ring--outer{width:calc(100% - 2rem)}.landing-harness-ring--inner{width:calc(100% - 8rem)}.landing-harness-layer--wide,.landing-harness-layer--compact,.landing-lattice-system-node{width:8rem;padding:.68rem .72rem}.landing-harness-layer p,.landing-lattice-system-node p,.landing-capability-artifact p{font-size:.68rem}.landing-harness-layer span,.landing-lattice-system-node span,.landing-capability-artifact span{font-size:.74rem;line-height:1.45}.landing-harness-core{width:8.5rem;padding:1rem}.landing-harness-core strong,.landing-lattice-system-core strong{font-size:1.15rem}.landing-harness-core span,.landing-lattice-system-core span{font-size:.78rem}.landing-lattice-control-rail{width:100%;padding:1rem}.landing-lattice-system-map{min-height:35rem}.landing-lattice-system-core{width:9.25rem;padding:1rem}.landing-lattice-flow-chip,.landing-lattice-subagent,.landing-lattice-system-callout,.landing-capability-route-step,.landing-capability-control-pill{padding:.4rem .65rem;font-size:.68rem}.landing-lattice-subagent-cluster{top:13%;right:4%}.landing-lattice-system-callout--router{right:.75rem;bottom:12%;max-width:10rem}.landing-capability-scene h3{font-size:clamp(1.6rem,6vw,2.15rem)}.landing-capability-route-steps{flex-direction:column;align-items:flex-start}.landing-capability-artifact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-capability-artifact--wide,.landing-capability-artifact--compact,.landing-capability-artifact--tall{grid-column:span 2}.landing-capability-artifact--tall{grid-row:span 1}.landing-capability-control-pill{justify-self:start}}@media (prefers-reduced-motion: reduce){.landing-ada-avatar-shell:before{animation:none!important}.landing-hero-proof-rail,.landing-hero-numerals{transform:none}.landing-capability-deck:before{display:none}}.landing-system-diagram,.landing-workflow-stack{display:grid;gap:1.25rem}@media (min-width: 1025px){.landing-page--motion-enhanced .landing-system-diagram,.landing-page--motion-enhanced .landing-workflow-stage{will-change:transform,clip-path}}.landing-diagram-caption,.landing-workflow-copy,.landing-workflow-stage{position:relative;overflow:hidden;isolation:isolate;border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:var(--color-panel)}.landing-diagram-caption,.landing-workflow-copy{display:grid;gap:.85rem;padding:1.35rem 1.45rem}.landing-diagram-caption{background:linear-gradient(180deg,#f5faf8f0,#e8f3eff0)}.landing-diagram-caption h3,.landing-workflow-copy h3{margin:0;font-family:var(--font-display);font-size:clamp(1.6rem,2.8vw,2.45rem);font-weight:700;letter-spacing:-.03em;line-height:.98}.landing-diagram-caption p,.landing-workflow-copy p{margin:0}.landing-diagram-caption p:last-child,.landing-workflow-note{color:var(--color-ink-soft);font-size:1rem;line-height:1.72}.landing-workflow-chips,.landing-harness-workspace__badges,.landing-capability-surface__meta{display:flex;flex-wrap:wrap;gap:.75rem}.landing-workflow-chips span,.landing-harness-workspace__badges span,.landing-capability-surface__meta span{padding:.55rem .9rem;border:1px solid rgba(16,19,18,.1);border-radius:999px;background:#ffffffd1;color:var(--color-ink);font-size:.88rem;line-height:1.3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-harness-workspace{position:relative;margin:0;padding:0;overflow:visible;border:0;background:transparent;box-shadow:none}.landing-harness-workspace__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);grid-template-areas:"desk stack" "boundary boundary";gap:.95rem;align-items:stretch;min-height:26rem;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.landing-harness-workspace__desk,.landing-harness-workspace__stack,.landing-harness-workspace__boundary,.landing-capability-surface__fragment,.landing-lattice-network__intake,.landing-lattice-network__group,.landing-lattice-network__lane,.landing-lattice-network__result{display:grid;gap:.28rem;min-width:0;padding:1rem 1.1rem;border-radius:1rem;border:1px solid rgba(16,19,18,.08);background:#ffffffd1}.landing-harness-workspace__desk{grid-area:desk;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(180deg,#ffffffeb,#f6faf8e0);box-shadow:0 1rem 3rem #1013121f}.landing-harness-workspace__desk h4,.landing-capability-surface__hero h4{margin:.25rem 0 .65rem;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);line-height:.96}.landing-harness-workspace__desk p,.landing-capability-surface__hero p,.landing-harness-workspace__stack-heading p:last-child{margin:0;overflow-wrap:anywhere}.landing-harness-workspace__stack{grid-area:stack;align-content:start;gap:.9rem;background:linear-gradient(180deg,#fbfcfae6,#f2f6f3e0);box-shadow:0 1rem 2.5rem #10131214}.landing-harness-workspace__badges{margin-top:auto}.landing-premium-bullet-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.landing-premium-bullet-list--caption{gap:.78rem}.landing-premium-bullet-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start}.landing-premium-bullet-dot{display:block;width:.78rem;height:.78rem;margin-top:.34rem;border:1px solid rgba(132,92,37,.34);border-radius:999px;background:radial-gradient(circle at 32% 28%,#fff9e2fa,#f2dba9f5 34%,#c99c4ef5 62%,#7e5822fa);box-shadow:0 0 0 .32rem #c99c4e1f,0 .55rem 1.15rem #7e58221f}.landing-premium-bullet-copy{display:grid;gap:.22rem;min-width:0}.landing-premium-bullet-kicker{margin:0;color:#8a6528;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.landing-premium-bullet-text{margin:0;color:var(--color-ink);font-size:.99rem;line-height:1.62;overflow-wrap:anywhere}.landing-diagram-caption .landing-premium-bullet-text{color:var(--color-ink-soft)}.landing-harness-workspace__stack-heading{display:grid;gap:.45rem}.landing-harness-workspace__stack-heading p:last-child{color:var(--color-ink-soft);font-size:.98rem;line-height:1.6}.landing-harness-workspace__rails,.landing-lattice-network__lane-stack{display:grid;gap:.7rem}.landing-harness-workspace__rail,.landing-lattice-network__lane{display:grid;align-content:start;gap:.3rem;padding:.95rem 1rem;background:#ffffffe0;box-shadow:none}.landing-harness-workspace__boundary{grid-area:boundary;grid-template-columns:minmax(0,12rem) minmax(0,1fr);align-items:center;gap:.9rem;background:linear-gradient(90deg,#fafbf9f0,#f2f6f3eb);box-shadow:0 1rem 2.5rem #10131214}.landing-harness-workspace__rail span,.landing-harness-workspace__boundary span,.landing-capability-surface__fragment span,.landing-lattice-network__intake span,.landing-lattice-network__lane span,.landing-lattice-network__result span{display:block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-harness-workspace__rail strong,.landing-harness-workspace__boundary strong,.landing-capability-surface__fragment strong,.landing-lattice-network__intake strong,.landing-lattice-network__lane strong,.landing-lattice-network__result strong,.landing-lattice-network__intake small,.landing-lattice-network__lane small,.landing-lattice-network__result small{display:block;line-height:1.45;overflow-wrap:anywhere}.landing-harness-workspace__rail strong,.landing-harness-workspace__boundary strong,.landing-capability-surface__fragment strong,.landing-lattice-network__intake strong,.landing-lattice-network__lane strong,.landing-lattice-network__result strong{font-size:.92rem}.landing-harness-workspace__rail--signal span{color:#9c6121}.landing-harness-workspace__rail--calm span,.landing-lattice-network__lane--teal span{color:var(--color-signal)}.landing-harness-workspace__rail--quiet span,.landing-harness-workspace__boundary--quiet span{color:var(--color-ink-soft)}.landing-lattice-network{position:relative;margin:0;padding:clamp(1rem,2vw,1.5rem);overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-xl);background:radial-gradient(circle at 16% 16%,rgba(22,115,106,.12),transparent 30%),radial-gradient(circle at 86% 82%,rgba(195,100,43,.1),transparent 28%),linear-gradient(180deg,#f7faf8f5,#ecf4f1eb);box-shadow:var(--shadow-soft)}.landing-lattice-network__field{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,.92fr);gap:.85rem;align-items:stretch;min-height:24rem;padding:1rem;border-radius:calc(var(--radius-xl) - .4rem);background:linear-gradient(180deg,#ffffffc2,#f5f9f7ad);border:1px solid rgba(16,19,18,.08)}.landing-lattice-network__field:before{content:"";position:absolute;left:11%;right:11%;top:50%;height:1px;background:linear-gradient(90deg,#10131200,#16736a47 18%,#5a55a83d 48%,#c3642b38 82%,#10131200);transform:translateY(-.5px);pointer-events:none}.landing-lattice-network__intake,.landing-lattice-network__group,.landing-lattice-network__result{position:relative;z-index:1;box-shadow:0 1rem 2.2rem #1013121a}.landing-lattice-network__intake,.landing-lattice-network__result{align-content:center}.landing-lattice-network__group{align-content:start;gap:.8rem;background:linear-gradient(180deg,#fcfcfbeb,#f6f8f7e6)}.landing-lattice-network__lane{min-height:0}.landing-lattice-network__lane--warm span{color:#9c6121}.landing-lattice-network__lane--violet span{color:#5a55a8}.landing-lattice-network__lane--slate span{color:#425d66}.landing-workflow-stack{gap:1.35rem}.landing-workflow-stage{display:grid;gap:1.25rem;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);padding:1.35rem;background:linear-gradient(180deg,var(--scene-surface) 0%,rgba(255,255,255,.9) 100%)}.landing-workflow-stage:before,.landing-capability-surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 14% 18%,var(--scene-glow),transparent 28%),radial-gradient(circle at 86% 82%,var(--scene-glow),transparent 26%)}.landing-workflow-stage--reverse .landing-workflow-copy{order:2}.landing-workflow-stage--reverse .landing-capability-surface{order:1}.landing-workflow-copy,.landing-capability-surface{position:relative;z-index:1}.landing-workflow-copy{align-content:start;gap:.9rem}.landing-workflow-proof{padding-left:1rem;border-left:2px solid var(--scene-accent);color:var(--color-ink)}.landing-workflow-note strong{color:var(--color-ink)}.landing-capability-surface{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto;gap:.85rem;align-items:start;margin:0;min-height:24rem;padding:1.1rem;overflow:hidden;border:1px solid rgba(16,19,18,.08);border-radius:calc(var(--radius-xl) - .35rem);background:radial-gradient(circle at 16% 18%,var(--scene-glow),transparent 28%),radial-gradient(circle at 82% 82%,var(--scene-glow),transparent 24%),linear-gradient(180deg,var(--scene-surface-strong) 0%,rgba(255,255,255,.9) 100%)}.landing-capability-surface__hero{grid-column:1 / -1;grid-row:1;position:relative;z-index:1;width:100%;max-width:none;min-width:0;min-height:12.5rem;padding:1.25rem;border:1px solid rgba(16,19,18,.08);border-radius:1.35rem;background:#ffffffe0;box-shadow:0 1rem 2.5rem #1013121f}.landing-capability-surface__meta span{background:#1013120a}.landing-capability-surface__fragments{position:relative;inset:auto;grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-self:stretch;justify-self:stretch;gap:.7rem;width:100%;min-width:0}.landing-capability-surface__fragment{height:100%;background:#ffffffc2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-capability-surface__fragment span{color:var(--scene-accent)}@media (max-width: 1180px){.landing-harness-workspace__shell{grid-template-columns:1fr;grid-template-areas:"desk" "stack" "boundary";min-height:auto}.landing-lattice-network__field{grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto}.landing-lattice-network__intake,.landing-lattice-network__result{grid-column:1 / -1}.landing-capability-surface{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.landing-capability-surface__hero,.landing-capability-surface__fragments{grid-column:1;grid-row:auto;width:100%;max-width:none;min-height:0}.landing-capability-surface__fragments{grid-template-columns:1fr;grid-auto-rows:auto;align-self:auto;justify-self:stretch}.landing-workflow-stage,.landing-system-diagram{grid-template-columns:1fr}.landing-workflow-stage--reverse .landing-workflow-copy,.landing-workflow-stage--reverse .landing-capability-surface{order:initial}}@media (max-width: 720px){.landing-diagram-caption,.landing-workflow-stage{padding:1rem}.landing-workflow-stage{gap:1rem}.landing-diagram-caption h3,.landing-workflow-copy h3{font-size:clamp(1.55rem,6vw,2.1rem)}.landing-workflow-chips span,.landing-harness-workspace__badges span,.landing-capability-surface__meta span{font-size:.78rem}.landing-harness-workspace__shell,.landing-lattice-network__field,.landing-capability-surface{min-height:auto}.landing-harness-workspace__boundary,.landing-lattice-network__field{grid-template-columns:1fr}.landing-lattice-network__intake,.landing-lattice-network__group,.landing-lattice-network__result{grid-column:1 / -1;min-width:0;margin-bottom:0}.landing-capability-surface__hero{margin-bottom:0}}@media (prefers-reduced-motion: reduce){html,#root{scroll-behavior:auto}.landing-signal-current,.landing-motion-spine__relay-signal{display:none!important}.landing-page *,.landing-page *:before,.landing-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.landing-harness-workspace,.landing-lattice-network,.landing-capability-surface{scroll-behavior:auto}.landing-harness-workspace:before,.landing-lattice-network:before,.landing-capability-surface:before{animation:none!important}}.landing-hero-grid--single{width:100%}.landing-hero-copy .landing-signal-list--hero{justify-content:center}.landing-trust-strip{padding:0 0 4rem}.landing-trust-strip__inner{display:grid;gap:.95rem;padding:1rem 1.2rem;border:1px solid rgba(16,19,18,.08);border-radius:1.45rem;background:linear-gradient(180deg,#ffffffd1,#f6f9f7e6);box-shadow:var(--shadow-soft)}.landing-trust-strip__logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.landing-trust-strip__logo{display:flex;align-items:center;justify-content:center;min-height:4.75rem;padding:.9rem;border:1px solid rgba(16,19,18,.06);border-radius:1.1rem;background:#ffffffd6}.landing-trust-strip__logo img{width:100%;max-width:106px;max-height:36px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);opacity:.84}.landing-workflow-story,.landing-results-surface{display:grid;gap:1rem}.landing-workflow-story__cards,.landing-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.landing-workflow-story__card,.landing-process-lead,.landing-process-flow-shell,.landing-results-card{position:relative;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.landing-workflow-story__card,.landing-results-card{display:grid;align-content:start;gap:.9rem;min-height:100%;padding:1.35rem}.landing-workflow-story__card--quiet{background:linear-gradient(180deg,#ffffffe6,#f7f5efeb)}.landing-workflow-story__card--signal{background:linear-gradient(180deg,#f5fbf9f5,#e6f2eef0)}.landing-workflow-story__card--calm{background:linear-gradient(180deg,#fafbf9f0,#f2f6f3eb)}.landing-workflow-story__card h3,.landing-process-lead h3{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.45rem);font-weight:700;letter-spacing:-.03em;line-height:.98;text-wrap:balance}.landing-workflow-story__card p:last-child,.landing-process-lead>p,.landing-results-card__body,.landing-results-note{margin:0;color:var(--color-ink-soft);line-height:1.68}.landing-process-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1rem;align-items:start}.landing-process-lead{display:grid;gap:1rem;padding:1.45rem;background:linear-gradient(180deg,#ffffffeb,#f5f9f7eb)}.landing-process-flow-shell{padding:1.2rem;background:linear-gradient(180deg,#fbfcfaeb,#f2f6f3e6)}.landing-hero-flow--process{margin-top:0}.landing-results-card{background:linear-gradient(180deg,#ffffffe6,#f6f9f7eb)}.landing-results-card__label{margin:0;color:var(--color-ink-soft);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-results-card__value{margin:0;color:var(--color-ink);font-family:var(--font-display);font-size:clamp(2.65rem,4.5vw,4.9rem);font-weight:700;letter-spacing:-.05em;line-height:.9;text-wrap:balance}.landing-results-note{max-width:44rem}.landing-differentiation-compare--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-differentiation-panel--chat{background:linear-gradient(180deg,#ffffff14,#ffffff0a),#ffffff0a;border-color:#ffffff24}.landing-differentiation-panel--chat .landing-differentiation-panel__signal span:nth-child(1){width:62%}.landing-differentiation-panel--chat .landing-differentiation-panel__signal span:nth-child(2){width:46%}.landing-differentiation-panel--chat .landing-differentiation-panel__signal span:nth-child(3){width:28%}@media (max-width: 1180px){.landing-trust-strip__logos,.landing-workflow-story__cards,.landing-results-grid,.landing-differentiation-compare--triple{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-process-grid{grid-template-columns:1fr}}@media (max-width: 720px){.landing-trust-strip{padding-bottom:2.4rem}.landing-trust-strip__inner,.landing-process-lead,.landing-process-flow-shell,.landing-workflow-story__card,.landing-results-card{padding:1rem}.landing-trust-strip__logos{grid-auto-flow:column;grid-auto-columns:minmax(8.5rem,38vw);grid-template-columns:none;gap:.65rem;overflow-x:auto;padding-bottom:.15rem;scroll-snap-type:x proximity;scrollbar-width:none}.landing-trust-strip__logos::-webkit-scrollbar{display:none}.landing-workflow-story__cards,.landing-results-grid,.landing-differentiation-compare--triple{grid-template-columns:1fr}.landing-trust-strip__logo{min-height:4rem;scroll-snap-align:start}}.voice-agent-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.consent-form{display:flex;align-items:center;justify-content:center;min-height:400px;padding:20px}.consent-content{text-align:center;max-width:500px;margin:0 auto}.consent-icon{width:64px;height:64px;margin:0 auto 24px;color:#4ade80}.consent-content h3{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:16px}.consent-content p{font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:24px}.consent-details{background:#f9fafb;border-radius:12px;padding:20px;margin-bottom:32px;text-align:left}.consent-details ul{list-style:none;padding:0;margin:0}.consent-details li{font-size:14px;color:#4b5563;margin-bottom:8px;padding-left:20px;position:relative}.consent-details li:before{content:"•";color:#4ade80;position:absolute;left:0}.consent-actions{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.privacy-link{margin-top:16px}.privacy-link a{font-size:14px;color:#6366f1;text-decoration:underline}.privacy-toggle-btn{background:none;border:none;font-size:14px;color:#6366f1;text-decoration:underline;cursor:pointer;padding:0}.privacy-toggle-btn:hover{color:#4f46e5}.privacy-full-text{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;max-height:400px;overflow-y:auto}.privacy-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.privacy-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937}.privacy-close-btn{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.privacy-close-btn:hover{color:#374151}.privacy-content{padding:20px}.privacy-content section{margin-bottom:20px}.privacy-content section:last-child{margin-bottom:0}.privacy-content h5{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 8px}.privacy-content p{font-size:13px;color:#4b5563;line-height:1.5;margin:0}.overlay-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#101011cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.overlay-content{position:relative;z-index:2;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.voice-agent-container{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;padding:32px;position:relative;overflow:hidden}.voice-agent-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.voice-agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid rgba(16,16,17,.1)}.voice-agent-title{font-size:28px;font-weight:700;color:#101011;margin:0;font-family:Poppins,sans-serif}.close-button{width:40px;height:40px;border:none;background:#1010110d;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#101011}.close-button:hover{background:#1010111a;transform:scale(1.05)}.close-button svg{width:20px;height:20px}.voice-agent-main{text-align:center}.agent-avatar-container{position:relative;display:inline-block;margin-bottom:24px}.agent-avatar{position:relative;width:120px;height:120px;margin:0 auto;border-radius:50%;overflow:hidden;border:4px solid #FFE4E1;box-shadow:0 8px 32px #ffe4e166}.agent-avatar .avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.avatar-glow{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:linear-gradient(45deg,#ffe4e1,#ffb6c1,#ffe4e1);opacity:.6;animation:avatarGlow 3s ease-in-out infinite;z-index:-1}@keyframes avatarGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.agent-status{margin-bottom:32px}.status-text{font-size:18px;color:#101011;line-height:1.6;margin:0;opacity:.9}.collected-info{margin-bottom:32px}.info-container{background:#ffe4e14d;border-radius:16px;padding:24px;text-align:left;border:1px solid rgba(255,228,225,.5)}.info-title{font-size:16px;font-weight:600;color:#101011;margin:0 0 16px;opacity:.8}.info-content{min-height:60px}.info-placeholder{color:#101011;opacity:.6;font-style:italic;margin:0;font-size:14px}.voice-controls{display:flex;gap:16px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.voice-button{display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:14px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-width:160px}.voice-button.primary{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;box-shadow:0 4px 16px #ff6b6b4d}.voice-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.voice-button.primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.voice-button.secondary{background:#1010111a;color:#101011;border:1px solid rgba(16,16,17,.2)}.voice-button.secondary:hover{background:#10101126;transform:translateY(-1px)}.voice-icon{width:20px;height:20px;flex-shrink:0}.voice-agent-footer{text-align:center;padding-top:20px;border-top:1px solid rgba(16,16,17,.1)}.privacy-note{font-size:14px;color:#101011;opacity:.7;margin:0;line-height:1.5}@media (max-width: 768px){.voice-agent-overlay{padding:16px}.voice-agent-container{padding:24px;border-radius:20px}.voice-agent-title{font-size:24px}.agent-avatar{width:100px;height:100px}.status-text{font-size:16px}.voice-controls{flex-direction:column;align-items:center}.voice-button{width:100%;max-width:280px}}@media (max-width: 480px){.voice-agent-container{padding:20px}.voice-agent-title{font-size:22px}.agent-avatar{width:80px;height:80px}.close-button{width:36px;height:36px}.close-button svg{width:18px;height:18px}}@media (prefers-reduced-motion: reduce){.avatar-glow{animation:none}.voice-button,.close-button{transition:none}}@media (prefers-contrast: high){.voice-agent-container{border:2px solid #101011}.info-container{border:2px solid rgba(16,16,17,.3)}.voice-button.secondary{border:2px solid #101011}}.close-button:focus,.voice-button:focus{outline:2px solid #FF6B6B;outline-offset:2px}.voice-button.loading{position:relative;color:transparent}.voice-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sound-wave-container{position:relative;transition:all .3s ease}.sound-wave-container:hover{transform:scale(1.02)}.sound-wave-bar{transition:all .2s ease}.agent-avatar{position:relative;transition:all .3s ease}.avatar-image{transition:all .3s ease}.avatar-glow{animation:breathe 3s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:.8}}.status-text{transition:all .3s ease}.agent-status{min-height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.voice-button{position:relative;overflow:hidden}.voice-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.voice-button:hover:before{width:300px;height:300px}.info-container{transition:all .3s ease}.info-container:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.error-text{color:#ef4444;font-weight:500}.connection-status{font-size:.9rem;color:#10b981;font-weight:500;text-transform:capitalize;margin-top:.5rem}.collected-data{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;line-height:1.6;color:#374151;background:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;white-space:pre-wrap;margin:0}.voice-button:disabled{opacity:.6;cursor:not-allowed}.collected-data-display{display:flex;flex-direction:column;gap:.75rem}.data-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#ffe4e11a;border-radius:8px;border-left:3px solid #FFE4E1;transition:all .3s ease}.data-item:hover{background:#ffe4e133;transform:translate(2px)}.data-item-content{display:flex;flex-direction:column;gap:.25rem}.data-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#8b5a2b}.data-icon{width:16px;height:16px;opacity:.7}.data-value{font-size:.95rem;color:#101011;font-weight:500;margin-left:22px}.data-checkmark{width:20px;height:20px;color:#10b981;opacity:.8}.data-completeness{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,228,225,.3)}.completeness-bar{width:100%;height:4px;background:#ffe4e14d;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.completeness-fill{height:100%;background:linear-gradient(90deg,#ffe4e1,#ff6b6b);transition:width .5s ease;border-radius:2px}.completeness-text{font-size:.8rem;color:#8b5a2b;font-weight:500}.info-placeholder{text-align:center;padding:2rem 1rem;color:#6b7280}.placeholder-icon{width:48px;height:48px;margin:0 auto 1rem;opacity:.5}.expected-info{margin-top:1rem;font-size:.8rem;color:#9ca3af;font-style:italic}.info-title{display:flex;align-items:center;gap:.5rem}.info-icon{width:20px;height:20px}.data-value{font-size:1rem;color:#101011;font-weight:500}.sound-wave-container{margin-top:1rem}@keyframes slideInFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.submission-status{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px;background:#ffe4e133;border-radius:12px;margin-bottom:20px;border:1px solid rgba(255,228,225,.4)}.submission-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:24px;height:24px;border:3px solid rgba(255,107,107,.2);border-top:3px solid #FF6B6B;border-radius:50%;animation:spin 1s linear infinite}.submission-message{font-size:16px;color:#101011;font-weight:500;margin:0}.result-animation-container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#101011f2;border-radius:24px;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.result-content{text-align:center;padding:40px;max-width:400px}.result-emoji{font-size:4rem;margin-bottom:20px;animation:bounceIn .6s ease}.result-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 16px;font-family:Poppins,sans-serif}.result-message{font-size:16px;color:#ffffffe6;line-height:1.6;margin:0 0 24px}.voice-button.small{padding:12px 20px;font-size:14px;min-width:120px}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.voice-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.voice-button:disabled:hover{transform:none!important;box-shadow:none!important}.voice-button.loading{position:relative;color:transparent!important}.voice-button.loading .voice-icon,.voice-button.loading span{opacity:0}.voice-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;opacity:1}.result-animation-container{animation:fadeInScale .5s ease forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.submission-status{animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.result-content{padding:32px 24px;max-width:350px}.result-emoji{font-size:3rem}.result-title{font-size:20px}.result-message{font-size:14px;line-height:1.5}.submission-status{flex-direction:column;gap:12px;text-align:center}.voice-button.small{padding:10px 16px;font-size:13px;min-width:100px}}@media (max-width: 480px){.result-content{padding:24px 16px;max-width:280px}.result-emoji{font-size:2.5rem;margin-bottom:16px}.result-title{font-size:18px;margin-bottom:12px}.result-message{font-size:13px;margin-bottom:20px}.voice-button.small{padding:8px 14px;font-size:12px;min-width:90px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-16{bottom:4rem}.bottom-4{bottom:1rem}.left-2{left:.5rem}.right-4{right:1rem}.z-20{z-index:20}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[24px\]{height:24px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.w-10{width:2.5rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-72{width:18rem}.w-\[44px\]{width:44px}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-4xl{max-width:56rem}.max-w-none{max-width:none}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-transparent{border-color:transparent}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-0{padding:0}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{color-scheme:light;box-sizing:border-box;--font-display: "Livvic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent: Georgia, "Times New Roman", serif;--color-bg: #f3efe6;--color-surface: #fbf7ef;--color-surface-strong: #ece3d2;--color-panel: rgba(255, 252, 246, .7);--color-ink: #101312;--color-ink-soft: #45514b;--color-line: rgba(16, 19, 18, .12);--color-line-strong: rgba(16, 19, 18, .2);--color-signal: #16736a;--color-ember: #c3642b;--color-moss: #6d7e4e;--shadow-soft: 0 18px 50px rgba(16, 19, 18, .08);--shadow-crisp: 0 12px 30px rgba(16, 19, 18, .06);--radius-sm: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--max-content: 1180px;--header-height: 5rem;--transition-fast: .18s ease;--transition-medium: .26s ease;--background: 39 33% 93%;--foreground: 150 11% 7%;--card: 0 0% 100%;--card-foreground: 150 11% 7%;--popover: 0 0% 100%;--popover-foreground: 150 11% 7%;--primary: 176 67% 27%;--primary-foreground: 0 0% 100%;--secondary: 37 36% 89%;--secondary-foreground: 150 11% 7%;--muted: 39 25% 88%;--muted-foreground: 150 8% 34%;--accent: 24 66% 47%;--accent-foreground: 0 0% 100%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 100%;--border: 39 16% 82%;--input: 39 16% 82%;--ring: 176 67% 27%}*,*:before,*:after{box-sizing:inherit}html{height:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar{display:none}@media (prefers-reduced-motion: reduce){html,#root{scroll-behavior:auto}}body{min-height:100%;margin:0;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit}#root{position:relative;min-height:100vh;height:100%;overflow-y:auto;overflow-x:hidden}::-moz-selection{background:#16736a2e;color:var(--color-ink)}::selection{background:#16736a2e;color:var(--color-ink)}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
