
    @font-face { font-family:'Big Shoulders Display'; font-style:normal; font-weight:100 900; font-display:swap; src:url(../fonts/big-shoulders.woff2) format('woff2'); }
    @font-face { font-family:'Literata'; font-style:normal; font-weight:200 900; font-display:swap; src:url(../fonts/literata.woff2) format('woff2'); }
    @font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:400; font-display:swap; src:url(../fonts/plex-mono-400.woff2) format('woff2'); }
    @font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:500; font-display:swap; src:url(../fonts/plex-mono-500.woff2) format('woff2'); }
    @font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:600; font-display:swap; src:url(../fonts/plex-mono-600.woff2) format('woff2'); }
    :root {
      --ink-950:#101f32;--ink-900:#142238;--ink-850:#1b2c42;--ink-800:#23374e;--ink-700:#354960;--ink-600:#65778b;
      --mist-50:#f8fafc;--mist-100:#f1f5f8;--mist-200:#e3eaf0;--mist-300:#c0cbd7;--mist-400:#afbdcc;--slate-600:#526276;--white:#ffffff;
      --green-400:#85c692;--green-500:#237d37;--green-700:#286f39;--green-brand:#39a34a;--green-tint:#e6f3e8;--green-dark-tint:#193e2e;
      --sea-400:#8bc7ad;--sea-700:#23734a;--rec-red:#c86a60;--glass-light:#f8fafcf5;--glass-dark:#142238f5;--shadow:#112b4212;--overlay:#091322e8;--transparent:transparent;
      --bg:var(--mist-50);--surface:var(--white);--raised:var(--mist-100);--text:var(--ink-900);--muted:var(--slate-600);--line:var(--mist-200);--accent:var(--green-500);--live:var(--green-brand);--nav-bg:var(--glass-light);--button-bg:var(--green-500);--button-text:var(--white);--tint:var(--green-tint);
      --display:'Big Shoulders Display',Impact,'Arial Narrow',sans-serif;--body:'Literata',Georgia,serif;--mono:'IBM Plex Mono','Courier New',monospace;--width:1248px;--gutter:48px;color-scheme:light;
    }
    @media(prefers-color-scheme:dark){:root:not([data-theme]){--bg:var(--ink-900);--surface:var(--ink-850);--raised:var(--ink-800);--text:var(--mist-50);--muted:var(--mist-400);--line:var(--ink-700);--accent:var(--green-400);--live:var(--green-400);--nav-bg:var(--glass-dark);--button-bg:var(--green-500);--tint:var(--green-dark-tint);color-scheme:dark}}
    :root[data-theme="dark"]{--bg:var(--ink-900);--surface:var(--ink-850);--raised:var(--ink-800);--text:var(--mist-50);--muted:var(--mist-400);--line:var(--ink-700);--accent:var(--green-400);--live:var(--green-400);--nav-bg:var(--glass-dark);--button-bg:var(--green-500);--tint:var(--green-dark-tint);color-scheme:dark}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font:400 16px/1.85 var(--body);-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:var(--bg)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{touch-action:manipulation;-webkit-tap-highlight-color:var(--transparent)}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:5px}img,svg{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.08;letter-spacing:-.015em}h2{font-size:clamp(44px,4.5vw,62px)}h3{font-size:31px}.wrap{width:min(var(--width),calc(100% - var(--gutter)*2));margin-inline:auto}.eyebrow,.mono,.button,.nav-links,.technical,.screen-tabs,.osd,.screen-note,.feature-number,.node,.wire-label,.table-note,.footer-links{font-family:var(--mono);font-variant-numeric:tabular-nums}.eyebrow{font-size:11px;font-weight:400;letter-spacing:.075em;line-height:1.6;text-transform:uppercase}.accent{color:var(--accent)}.muted{color:var(--muted)}.live-dot{width:5px;height:5px;background:var(--live);display:inline-block;border-radius:50%;flex:none}.skip{position:fixed;top:8px;left:16px;padding:12px 20px;z-index:100;background:var(--accent);color:var(--bg);transform:translateY(-160%)}.skip:focus{transform:translateY(0)}
    .button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:48px;padding:13px 21px;border:1px solid var(--line);border-radius:3px;background:var(--transparent);color:var(--text);font-size:11px;line-height:1.6;font-weight:500;transition:background .16s,border-color .16s}.button:hover{background:var(--raised);border-color:var(--muted)}.button.primary{background:var(--accent);border-color:var(--accent);color:var(--bg)}.button.primary:hover{background:var(--green-500);border-color:var(--green-500);color:var(--ink-950)}.arrow{font-family:var(--mono);font-size:17px;font-weight:400;line-height:1}.text-link{background:var(--transparent);border:0;border-bottom:1px solid var(--line);padding:8px 0;color:var(--accent);font:11px/1.6 var(--mono);text-align:left}.text-link:hover{border-color:var(--accent)}
    .site-header{position:sticky;top:0;z-index:30;background:var(--nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;gap:34px;min-height:88px;position:relative}.brand{display:inline-flex;align-items:center;gap:11px;font:600 25px var(--display);letter-spacing:.015em;flex:none}.brand svg{width:29px;height:29px;color:var(--accent)}.nav-links{display:flex;gap:30px;margin-left:auto;font-size:11px}.nav-links a{padding:15px 0}.nav-links a:hover,.footer-links a:hover{color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:15px}.nav .button{min-height:42px;padding:11px 18px;font-size:10px}.theme-button,.menu-button{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:44px;background:var(--transparent);border:0;color:var(--muted)}.theme-button svg{width:18px;height:18px}.theme-button:hover{color:var(--accent)}.menu-button{display:none;font:11px var(--mono)}
    .hero{padding-top:67px}.hero-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.hero-topline .eyebrow{display:flex;align-items:center;gap:11px;color:var(--accent)}.hero-topline .live-dot{background:var(--accent);border-radius:0;width:18px;height:1px}.hero-copy{display:grid;grid-template-columns:1.65fr 1fr;gap:75px;align-items:end;margin-bottom:51px}h1{font-size:clamp(62px,6.5vw,92px);font-weight:600;line-height:1.06;letter-spacing:-.025em}h1 span{display:block;color:var(--muted)}.hero-aside{max-width:390px;padding-bottom:4px}.hero-aside p{font-size:15px;color:var(--muted);line-height:1.9}.hero-aside strong{font-weight:500;color:var(--text)}.hero-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.hero-buttons .button{font-size:10px;gap:17px;padding-inline:16px}.hero-footnote{font:10px/1.8 var(--mono);margin-top:16px;color:var(--muted)}
    .monitor{background:var(--ink-950);border:1px solid var(--ink-700);border-radius:5px;overflow:hidden;box-shadow:0 25px 65px var(--shadow);color:var(--mist-50)}.monitor-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:61px;padding:0 21px;border-bottom:1px solid var(--ink-700)}.screen-tabs{display:flex;gap:26px}.screen-tabs button{font:11px/1.6 var(--mono);color:var(--mist-400);background:var(--transparent);border:0;border-bottom:1px solid var(--transparent);min-height:61px;padding:0 1px}.screen-tabs button[aria-selected="true"]{color:var(--green-400);border-bottom-color:var(--green-400)}.screen-tabs button:hover{color:var(--mist-50)}.expand-button{background:var(--transparent);border:0;color:var(--mist-400);font:10px var(--mono);min-height:44px;padding:0 3px}.expand-button:hover{color:var(--green-400)}.screen-layout{padding:10px 10px 0}.screen-image{position:relative;background:var(--mist-50);aspect-ratio:1911/907;overflow:hidden;border-radius:2px}.screen-panel{height:100%}.screen-panel[hidden]{display:none}.screen-image img{width:100%;height:100%;object-fit:contain}.osd{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:16px 21px;font-size:9px;line-height:1.6;color:var(--mist-400)}.rec{display:inline-flex;align-items:center;gap:8px;color:var(--mist-300)}.rec-dot{height:5px;width:5px;display:inline-block;border-radius:50%;background:var(--rec-red);animation:rec 2s steps(1,end) infinite}@keyframes rec{50%{opacity:.35}}.screen-note{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px 20px;font-size:10px;line-height:1.7;color:var(--muted);margin-top:17px}.technical{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px 24px;padding:29px 0 49px;font-size:10px;color:var(--muted)}.technical span{display:inline-flex;align-items:center}.technical span+span:before{content:'';width:3px;height:3px;border-radius:50%;background:var(--line);margin-right:24px}
    .section{padding:104px 0;border-top:1px solid var(--line)}.section-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:100px;align-items:end;margin-bottom:50px}.section-heading .eyebrow{color:var(--accent);margin-bottom:21px}.section-heading p{font-size:15px;color:var(--muted);max-width:390px}.dark-band{--bg:var(--ink-950);--text:var(--mist-50);--muted:var(--mist-400);--line:var(--ink-700);--accent:var(--green-400);--raised:var(--ink-800);--live:var(--sea-400);background:var(--ink-950);color:var(--text)}.compare{padding-block:84px}.compare h2{font-size:clamp(42px,4.1vw,58px)}.compare .section-heading{margin-bottom:38px}.table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}table{border-collapse:collapse;text-align:left;width:100%}th{font-weight:500}.comparison{min-width:720px;font:11px/1.8 var(--mono)}.comparison th,.comparison td{padding:20px 25px;border-bottom:1px solid var(--line);vertical-align:top}.comparison thead th{font-size:11px;padding-bottom:22px;border-top:1px solid var(--line);font-weight:400;color:var(--muted)}.comparison th:first-child{width:23%;padding-left:0}.comparison th:nth-child(2){width:35%}.comparison th:last-child,.comparison td:last-child{background:var(--ink-900)}.comparison thead th:last-child{color:var(--accent);border-top:1px solid var(--accent)}.comparison tbody td:nth-child(2){color:var(--muted)}.comparison .check{display:none}.table-note{font-size:10px;line-height:1.9;color:var(--muted);margin-top:22px;max-width:910px}.scroll-hint{display:none;font:10px var(--mono);color:var(--muted);margin-top:13px}
    .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:78px}.feature{display:grid;grid-template-columns:35px 1fr;column-gap:13px;align-content:start;padding:31px 0 38px;border-top:1px solid var(--line)}.feature-top{grid-row:1/3;padding-top:6px}.feature-number{font-size:10px;color:var(--accent)}.feature h3{font-size:31px;margin-bottom:14px}.feature p{grid-column:2;font-size:14px;line-height:1.9;color:var(--muted);max-width:460px}.feature:nth-last-child(-n+2){padding-bottom:0}
    .architecture{background:var(--surface)}.blueprint{padding:26px 31px 25px;border:1px solid var(--line);border-radius:3px;background:var(--bg)}.blueprint-title{display:flex;justify-content:space-between;gap:15px;font:10px var(--mono);color:var(--muted)}.wiring{display:grid;grid-template-columns:1fr 94px 1.3fr 100px 1.15fr;align-items:center;padding:39px 0 40px}.node{position:relative;background:var(--bg);border:1px solid var(--line);padding:24px 20px;min-width:0;border-radius:2px}.node small{display:block;font-size:9px;color:var(--muted);margin-bottom:13px}.node strong{display:block;font-size:12px;font-weight:500;line-height:1.6}.node p{font-size:10px;color:var(--muted);line-height:1.9;margin-top:9px}.node.edge{border-color:var(--accent);padding:31px 21px}.node.edge strong{color:var(--accent);font-size:14px}.node-stack{display:grid;gap:21px}.node.optional{border-style:dashed}.wire{position:relative;height:1px;background:var(--line)}.wire:after{content:'';position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid var(--line);border-right:1px solid var(--line);transform:rotate(45deg)}.wire-label{position:absolute;top:-23px;width:100%;text-align:center;font-size:9px;color:var(--muted);white-space:nowrap}.fork{position:relative;align-self:stretch}.fork:before{content:'';position:absolute;top:50%;left:0;width:50%;height:1px;background:var(--line)}.fork:after{content:'';position:absolute;left:50%;top:24%;bottom:24%;width:1px;background:var(--line)}.fork .wire{position:absolute;right:0;width:50%;top:24%}.fork .wire:last-child{top:76%}.blueprint-footer{display:flex;align-items:flex-start;gap:13px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.blueprint-footer .live-dot{margin-top:8px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:47px;margin-top:35px}.step{display:grid;grid-template-columns:24px 1fr;gap:12px}.step>span{font:10px var(--mono);color:var(--muted);padding-top:5px}.step h3{font-size:25px;margin-bottom:10px}.step p{font-size:13px;color:var(--muted);line-height:1.9}
    .business-grid{display:grid;grid-template-columns:.9fr 1.35fr;gap:66px;align-items:center}.business .eyebrow{color:var(--accent);margin-bottom:22px}.business h2{font-size:58px}.business h2 span{color:var(--text)}.business-copy>p{color:var(--muted);font-size:14px;line-height:1.9;margin:23px 0}.business-list{list-style:none;padding:0;margin:0 0 27px;font:10px/1.8 var(--mono);color:var(--mist-300)}.business-list li{padding:10px 0;border-top:1px solid var(--line)}.business .button{font-size:10px;gap:19px}.central-visual{min-width:0}.central-screen{border:1px solid var(--ink-700);border-radius:4px;overflow:hidden;background:var(--ink-900)}.central-screen-head{padding:17px 18px;display:flex;justify-content:space-between;gap:15px;font:10px var(--mono);color:var(--mist-300)}.central-screen-head span:last-child{color:var(--green-400)}.central-screen img{width:100%;height:auto}.central-caption{margin-top:18px;font:10px/1.8 var(--mono);color:var(--muted)}.central-visual .text-link{margin-top:12px}
    .spec-layout{display:grid;grid-template-columns:.8fr 1.6fr;gap:100px;align-items:start}.spec-layout>div{min-width:0}.spec-intro .eyebrow{color:var(--accent);margin-bottom:22px}.spec-intro p{font-size:14px;color:var(--muted);margin-top:24px;max-width:300px}.specs{min-width:540px;font:11px/1.85 var(--mono);border-top:1px solid var(--accent)}.specs caption{text-align:left;font:10px var(--mono);padding-bottom:19px;color:var(--muted)}.specs th,.specs td{padding:16px 19px;border-bottom:1px solid var(--line);vertical-align:top}.specs th{width:31%;color:var(--muted);font-size:10px;font-weight:400;padding-left:0}.specs tr:nth-child(even) td{background:var(--surface)}.specs .ai-row td{color:var(--accent)}
    .contact{background:var(--surface)}.tiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:75px;border-top:1px solid var(--line)}.tier{display:flex;align-items:start;flex-direction:column;padding-top:31px}.tier .eyebrow{color:var(--muted);font-size:10px;margin-bottom:20px}.tier h3{font-size:40px}.tier p{font-size:14px;color:var(--muted);margin-top:18px;max-width:490px}.tier ul{list-style:none;padding:0;margin:24px 0 31px;font:11px/2.1 var(--mono)}.tier li:before{content:'—';color:var(--accent);margin-right:12px}.tier .button{margin-top:auto;min-width:210px;justify-content:space-between}.contact-foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line);font:10px/1.8 var(--mono);color:var(--muted)}.contact-foot a{color:var(--accent)}
    footer{border-top:1px solid var(--line);padding:49px 0 26px}.footer-top{display:flex;justify-content:space-between;gap:35px;padding-bottom:44px}.footer-top p{font-size:12px;color:var(--muted);margin-top:15px}.footer-links{display:flex;gap:74px;font-size:11px}.footer-links div{display:flex;flex-direction:column;gap:8px}.footer-links strong{font-size:10px;font-weight:400;color:var(--muted);margin-bottom:10px;letter-spacing:.07em}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:23px;border-top:1px solid var(--line);font:10px/1.8 var(--mono);color:var(--muted)}.footer-bottom>span:last-child{display:flex;align-items:center;gap:9px}
    .preview-dialog{width:min(1380px,96vw);max-width:96vw;max-height:92vh;border:1px solid var(--line);border-radius:5px;padding:20px;background:var(--bg);color:var(--text)}.preview-dialog::backdrop{background:var(--overlay)}.preview-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.preview-header h2{font-size:28px}.preview-close{background:var(--transparent);border:1px solid var(--line);color:var(--text);font:11px var(--mono);min-height:44px;padding:10px 16px}.preview-scroll{overflow:auto;max-height:70vh;overscroll-behavior:contain}.preview-scroll img{width:100%;height:auto}.preview-note{margin-top:12px;font:10px/1.8 var(--mono);color:var(--muted)}.email-dialog{width:min(440px,96vw)}.email-dialog-address{font:600 20px var(--mono);margin-bottom:4px}.email-dialog-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
    @media(max-width:1100px){:root{--gutter:32px}.nav{gap:23px}.nav-links{gap:19px;font-size:10px}.nav-actions{gap:8px}.hero-copy{gap:42px;grid-template-columns:1.4fr 1fr}h1{font-size:76px}.hero-aside p{font-size:14px}.hero-buttons .button{font-size:9px;padding-inline:12px;gap:10px}.section-heading{gap:55px}.technical{font-size:9px;gap:15px 20px}.technical span+span:before{margin-right:12px}.wiring{grid-template-columns:1fr 64px 1.3fr 70px 1.15fr}.node{padding:20px 13px}.node.edge{padding:28px 15px}.node strong{font-size:11px}.node.edge strong{font-size:12px}.wire-label{font-size:8px}.feature-grid{column-gap:50px}.business-grid{gap:40px;grid-template-columns:1fr 1.25fr}.business h2{font-size:51px}.spec-layout{gap:65px}.tiers{gap:55px}.screen-tabs{gap:23px}}
    @media(max-width:800px){:root{--gutter:25px}.nav{min-height:74px;gap:17px}.nav-actions{margin-left:auto}.nav-links{display:none;position:absolute;top:100%;left:calc(-1 * var(--gutter));right:calc(-1 * var(--gutter));background:var(--bg);border-bottom:1px solid var(--line);padding:12px var(--gutter) 20px;flex-direction:column;gap:0;font-size:12px}.nav-links.is-open{display:flex}.nav-links a{padding:13px 0}.menu-button{display:flex}.hero{padding-top:43px}.hero-copy{grid-template-columns:1fr;gap:26px;margin-bottom:35px}.hero-aside{max-width:590px}.hero-aside p{font-size:15px}.hero-buttons .button{font-size:11px;padding:13px 18px;gap:25px}.hero-footnote{margin-top:13px}h1{font-size:76px}.hero-topline{margin-bottom:22px}.technical{justify-content:flex-start;padding-bottom:35px}.technical span+span:before{display:none}.screen-note{font-size:9px}.screen-note span:last-child{display:none}.osd-channel{display:none}.section{padding:74px 0}.section-heading{grid-template-columns:1fr;gap:23px;margin-bottom:38px}.section-heading p{max-width:570px;font-size:14px}.feature-grid{column-gap:35px}.feature{grid-template-columns:26px 1fr;column-gap:7px}.feature h3{font-size:29px}.feature p{font-size:13px}.wiring{grid-template-columns:1fr;padding:30px 0 25px;max-width:450px;margin-inline:auto}.node{text-align:center;padding:22px}.node strong{font-size:13px}.node.edge strong{font-size:15px}.node.edge{padding:27px}.node-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.node-stack .node{padding:20px 10px}.node-stack .node strong{font-size:11px}.wiring>.wire{width:1px;height:48px;justify-self:center}.wiring>.wire:after{top:auto;bottom:0;left:-3px;transform:rotate(135deg)}.wiring>.wire .wire-label{top:16px;left:14px;width:auto}.fork{height:54px}.fork:before{top:0;left:50%;height:27px;width:1px}.fork:after{top:27px;left:24%;right:24%;width:auto;height:1px;bottom:auto}.fork .wire,.fork .wire:last-child{height:27px;width:1px;top:27px;left:24%;right:auto}.fork .wire:last-child{left:76%}.fork .wire:after{top:auto;bottom:0;right:-3px;transform:rotate(135deg)}.fork .wire-label{display:none}.blueprint-title span:last-child{display:none}.steps{gap:25px}.step{display:block}.step>span{display:block;margin-bottom:12px}.step h3{font-size:24px}.step p{font-size:12px}.business-grid{grid-template-columns:1fr;gap:40px}.business h2{font-size:58px}.business-copy{max-width:580px}.central-screen-head{font-size:10px}.spec-layout{grid-template-columns:1fr;gap:35px}.spec-intro p{max-width:500px}.tiers{gap:35px}.tier h3{font-size:36px}.tier ul{font-size:10px}.tier p{font-size:13px}.footer-links{gap:40px}.scroll-hint{display:block}.preview-scroll img{min-width:950px;max-width:none}}
    @media(max-width:480px){:root{--gutter:20px}.nav{min-height:69px;gap:7px}.brand{font-size:22px;gap:8px}.brand svg{width:25px;height:25px}.nav-actions{gap:0}.nav .button{min-height:39px;padding:10px 12px;font-size:9px}.theme-button{min-width:37px}.menu-button{font-size:10px;min-width:40px}.hero{padding-top:34px}.hero-topline .eyebrow{font-size:10px;letter-spacing:.04em}.hero-copy{gap:25px}h1{font-size:clamp(47px,13.2vw,57px);line-height:1.08}.hero-aside p{font-size:14px}.hero-buttons{margin-top:24px;gap:9px}.hero-buttons .button{font-size:10px;gap:17px;padding:13px 15px}.hero-footnote{font-size:9px}.monitor-toolbar{padding:0 12px;min-height:52px;gap:10px}.screen-tabs{gap:15px}.screen-tabs button{font-size:9px;min-height:52px}.expand-button{font-size:9px}.screen-layout{padding:5px 5px 0}.osd{padding:12px;font-size:8px}.screen-note{font-size:9px;margin-top:13px}.technical{gap:13px 20px;font-size:9px;line-height:1.6;padding-top:23px;padding-bottom:31px}h2{font-size:45px}.section{padding:59px 0}.section-heading .eyebrow{font-size:10px;margin-bottom:17px}.section-heading p{font-size:13px}.compare h2{font-size:43px}.table-note{font-size:9px;line-height:1.9}.comparison{font-size:11px}.feature-grid{grid-template-columns:1fr}.feature{grid-template-columns:29px 1fr;column-gap:10px;padding:26px 0 31px}.feature-top{padding-top:5px}.feature h3{font-size:31px;margin-bottom:12px}.feature p{font-size:14px}.feature:nth-last-child(2){padding-bottom:31px}.blueprint{padding:21px 16px}.blueprint-title{font-size:9px}.node-stack{gap:13px}.node p{font-size:9px}.node-stack .node strong{font-size:10px}.node-stack .node small{font-size:8px}.blueprint-footer{font-size:11px;gap:10px}.steps{grid-template-columns:1fr;gap:27px;margin-top:31px}.step{display:grid;grid-template-columns:25px 1fr;gap:10px}.step>span{margin:0}.step h3{font-size:27px}.step p{font-size:13px}.business h2{font-size:47px}.business-copy>p{font-size:14px}.business-list{font-size:10px}.business .button{font-size:10px;min-height:48px}.central-screen-head{font-size:9px;padding:14px}.central-caption{font-size:9px}.tiers{grid-template-columns:1fr;gap:0}.tier{padding:28px 0 34px}.tier+.tier{border-top:1px solid var(--line)}.tier:last-child{padding-bottom:0}.tier h3{font-size:39px}.tier p{font-size:14px}.tier ul{font-size:11px}.tier .button{width:100%}.contact-foot{font-size:9px;margin-top:33px;gap:12px}.footer-top{flex-direction:column;gap:34px;padding-bottom:32px}.footer-links{justify-content:space-between;gap:20px;font-size:10px}.footer-bottom{flex-direction:column;gap:10px;font-size:9px}.preview-dialog{padding:13px}.preview-header h2{font-size:26px}.preview-note{font-size:9px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
  
/* Qpantau application identity and project interactions. */
.brand{font:700 21px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.04em;gap:9px}.brand img{width:34px;height:40px;object-fit:contain;border-radius:5px;background:var(--white)}.brand span{color:var(--text)}
.button.primary{background:var(--button-bg);border-color:var(--button-bg);color:var(--button-text)}.button.primary:hover{background:var(--green-700);border-color:var(--green-700);color:var(--button-text)}.button{transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}
.hero{padding-top:58px}.hero-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:63px;align-items:center}.hero-intro{padding-bottom:15px}.hero-eyebrow{color:var(--accent);font-size:10px;letter-spacing:.035em;margin-bottom:25px}.hero h1{font-size:clamp(60px,5.7vw,82px);line-height:1.08;letter-spacing:-.027em}.hero h1 span{color:var(--accent)}.hero-lead{max-width:485px;font-size:15px;line-height:1.95;margin-top:24px;color:var(--muted)}.hero-buttons{margin-top:28px;gap:12px}.hero-buttons .button{font-size:11px;padding-inline:20px;gap:24px}.hero-footnote{margin-top:17px;font-size:10px}.hero-visual{position:relative;min-width:0}.hero-photo{width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;object-position:68% center;border-radius:8px}.hero-visual figcaption{font:9px/1.7 var(--mono);color:var(--muted);margin-top:13px;text-align:right}.hero-local{position:absolute;left:-25px;bottom:63px;padding:21px 24px;background:var(--surface);border:1px solid var(--line);border-radius:5px;box-shadow:0 12px 35px var(--shadow);display:flex;flex-direction:column;gap:7px;max-width:290px}.hero-local-label{font:9px/1.6 var(--mono);color:var(--accent);letter-spacing:.05em}.local-mark{color:var(--live);padding-right:5px}.hero-local strong{font:600 28px/1.1 var(--display);color:var(--text)}.hero-local>span:last-child{font:10px/1.7 var(--mono);color:var(--muted)}.hero .technical{margin-top:29px;border-top:1px solid var(--line);padding-top:25px;padding-bottom:40px}
.product-showcase{padding-top:30px;padding-bottom:84px}.showcase-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:end;margin-bottom:29px}.showcase-heading .eyebrow{color:var(--accent);margin-bottom:12px}.showcase-heading h2{font-size:43px}.showcase-heading p{font-size:13px;line-height:1.9;color:var(--muted);max-width:365px}.monitor{background:var(--surface);border-color:var(--line);color:var(--text);box-shadow:0 20px 60px var(--shadow)}.monitor-toolbar{border-color:var(--line)}.screen-tabs button{color:var(--muted)}.screen-tabs button[aria-selected="true"]{color:var(--accent);border-color:var(--accent)}.screen-tabs button:hover{color:var(--text)}.expand-button{color:var(--muted)}.expand-button:hover{color:var(--accent)}.osd{color:var(--muted)}.rec{color:var(--muted)}.screen-image{background:var(--white)}
.dark-band{--accent:var(--green-400);--button-bg:var(--green-500);--button-text:var(--white)}.central-screen-head span:last-child{color:var(--green-400)}
.usecases{background:var(--surface)}.usecase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.usecase-card{min-width:0;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:var(--bg)}.usecase-card>img{width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;transition:filter .4s ease}.usecase-body{padding:29px 30px 26px}.usecase-body .eyebrow{font-size:10px;color:var(--accent)}.usecase-body h3{font-size:36px;line-height:1.1;margin-top:14px}.usecase-body p{font-size:14px;line-height:1.9;margin-top:17px;color:var(--muted)}.image-credit{display:block;font:9px/1.7 var(--mono);margin-top:24px;color:var(--muted)}
.architecture-switch{display:flex;gap:30px;border-bottom:1px solid var(--line);margin-bottom:24px}.architecture-switch button{font:11px/1.7 var(--mono);min-height:49px;padding:0 0 14px;border:0;border-bottom:2px solid var(--transparent);background:var(--transparent);color:var(--muted)}.architecture-switch button[aria-selected="true"]{border-bottom-color:var(--accent);color:var(--accent)}[role="tabpanel"][hidden]{display:none}.architecture-figure{border:1px solid var(--line);border-radius:5px;background:var(--surface);overflow:hidden}.architecture-figure>img{width:100%;height:auto;background:var(--white)}.architecture-figure figcaption{padding:17px 21px;display:flex;justify-content:space-between;align-items:center;gap:15px;font:10px/1.8 var(--mono);color:var(--muted)}.architecture-download{display:inline-block;margin-top:22px}.architecture .table-note{margin-top:18px}.wire::before{content:'';position:absolute;width:4px;height:4px;top:-1.5px;left:0;background:var(--live);border-radius:50%;opacity:0}.wiring[data-active="true"] .wire::before{animation:route-flow 3s ease-in-out infinite}.wiring[data-active="true"] .fork .wire::before{animation-delay:1.3s}@keyframes route-flow{0%{left:0;opacity:0}15%{opacity:.8}85%{opacity:.8}100%{left:100%;opacity:0}}
.resources{background:var(--surface)}.resource-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.resource-list a{position:relative;display:flex;flex-direction:column;gap:12px;padding:27px 26px 30px;background:var(--bg);border:1px solid var(--line);border-radius:4px;transition:transform .2s,border-color .2s}.resource-list a:hover{transform:translateY(-3px);border-color:var(--accent)}.resource-type{font:10px/1.6 var(--mono);color:var(--accent)}.resource-list strong{font:600 30px/1.1 var(--display);padding-right:18px}.resource-list a>span:not(.resource-type):not(.resource-arrow){font-size:12px;line-height:1.8;color:var(--muted);max-width:270px}.resource-arrow{font:18px var(--mono);color:var(--accent);position:absolute;right:22px;top:28px}
.motion-enabled .reveal{transition:opacity .65s ease,transform .65s cubic-bezier(.2,.6,.2,1)}.motion-enabled .reveal:not(.is-visible){opacity:0;transform:translateY(17px)}.is-paused *{animation-play-state:paused!important}.preview-scroll img{height:auto;max-height:none;object-fit:contain}.preview-header h2{font-size:27px}
@media(max-width:1100px){.hero-grid{gap:43px;grid-template-columns:1fr 1fr}.hero h1{font-size:64px}.hero-lead{font-size:14px}.hero-buttons .button{font-size:10px;padding-inline:15px;gap:17px}.hero-local{left:-15px;padding:18px;max-width:260px}.hero-local strong{font-size:25px}.hero-photo{aspect-ratio:1/1}.resource-list{gap:18px}.resource-list a{padding:24px 21px}.resource-list strong{font-size:27px}}
@media(max-width:800px){.hero{padding-top:39px}.hero-grid{grid-template-columns:1fr;gap:34px}.hero-intro{padding:0;max-width:640px}.hero h1{font-size:75px}.hero-lead{font-size:15px;max-width:580px}.hero-photo{aspect-ratio:16/10;object-position:center}.hero-local{left:20px;bottom:59px}.hero-visual figcaption{text-align:left}.hero .technical{margin-top:26px;padding-bottom:20px}.product-showcase{padding-top:25px;padding-bottom:65px}.showcase-heading{grid-template-columns:1fr;gap:18px}.showcase-heading h2{font-size:42px}.showcase-heading p{max-width:560px}.usecase-grid{gap:22px}.usecase-body{padding:23px}.usecase-body h3{font-size:32px}.usecase-body p{font-size:13px}.architecture-figure figcaption{flex-wrap:wrap}.resource-list{grid-template-columns:1fr}.resource-list a{padding:25px}.resource-list strong{font-size:31px}.wiring[data-active="true"]>.wire::before{animation-name:route-vertical;top:0;left:-1.5px}.wiring[data-active="true"] .fork .wire::before{animation-name:route-vertical;left:-1.5px;top:0}@keyframes route-vertical{0%{top:0;opacity:0}15%{opacity:.8}85%{opacity:.8}100%{top:100%;opacity:0}}}
@media(max-width:480px){.brand{font-size:19px;gap:7px}.brand img{width:29px;height:34px}.hero{padding-top:30px}.hero-eyebrow{font-size:9px;letter-spacing:0;margin-bottom:19px}.hero h1{font-size:clamp(47px,13.2vw,57px)}.hero-lead{font-size:14px;margin-top:22px}.hero-buttons .button{font-size:10px;padding:13px 16px;gap:18px}.hero-footnote{font-size:9px}.hero-photo{aspect-ratio:6/5;object-position:67% center}.hero-local{left:12px;bottom:52px;padding:15px 18px;max-width:235px;gap:6px}.hero-local-label{font-size:8px}.hero-local strong{font-size:25px}.hero-local>span:last-child{font-size:9px}.hero-visual figcaption{font-size:8px}.hero .technical{font-size:9px;gap:13px 18px;margin-top:22px}.showcase-heading h2{font-size:37px}.showcase-heading .eyebrow{font-size:10px}.showcase-heading p{font-size:13px}.product-showcase{padding-bottom:51px}.usecase-grid{grid-template-columns:1fr;gap:25px}.usecase-body{padding:25px}.usecase-body h3{font-size:34px}.usecase-body p{font-size:14px}.architecture-switch{gap:25px}.architecture-switch button{font-size:10px}.architecture-figure figcaption{padding:14px;font-size:9px;gap:6px}.architecture-figure .text-link{font-size:10px}.resource-list a{padding:24px}.resource-list strong{font-size:30px}.preview-header h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){.motion-enabled .reveal:not(.is-visible){opacity:1;transform:none}.wire::before{display:none}.button:hover,.resource-list a:hover{transform:none}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Full-width editorial edition. All runtime assets are local. */
:root{--gutter:clamp(24px,4vw,88px);--hero-white:#f8fbff;--hero-copy:#d3dfe9;--hero-accent:#96d4a0;--hero-start:#0e2039ef;--hero-mid:#0e2039b8;--hero-end:#0e20392b;--hero-bottom:#0b1b31bd;--hero-border:#ffffff50;--hero-chip:#13243acd;--header-height:88px}
.wrap{width:100%;max-width:none;padding-inline:var(--gutter);margin-inline:0}.site-header{min-height:var(--header-height)}.nav{min-height:var(--header-height)}.brand{font-size:23px}.nav-links{font-size:12px;gap:35px}.nav-links a{position:relative}.nav-links a:after{content:'';height:1px;position:absolute;left:0;right:0;bottom:9px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s}.nav-links a[aria-current="location"]{color:var(--accent)}.nav-links a[aria-current="location"]:after{transform:scaleX(1)}.nav .button{font-size:11px;min-height:44px}.scroll-progress{height:3px;position:fixed;top:0;left:0;width:100%;z-index:70;background:var(--green-brand);transform:scaleX(0);transform-origin:left;pointer-events:none}
.hero-wide{position:relative;isolation:isolate;overflow:hidden;padding:0;min-height:740px;height:calc(100svh - var(--header-height));max-height:980px;display:flex;align-items:center;color:var(--hero-white)}.hero-backdrop,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-backdrop{transform:translate3d(0,var(--hero-parallax,0px),0);will-change:transform}.hero-backdrop .hero-photo{width:100%;height:100%;max-width:none;aspect-ratio:auto;object-fit:cover;object-position:center 47%;border-radius:0;animation:scene-settle 1.65s cubic-bezier(.2,.7,.2,1) both}.hero-shade{background:linear-gradient(90deg,var(--hero-start),var(--hero-mid) 48%,var(--hero-end)),linear-gradient(0deg,var(--hero-bottom),var(--transparent) 60%)}.hero-content{position:relative;z-index:1;padding-block:64px 96px}.hero-eyebrow{display:flex;align-items:center;gap:15px;color:var(--hero-accent);font-size:11px;letter-spacing:.11em;margin-bottom:32px;animation:soft-arrive .8s .08s both}.hero-rule{width:36px;height:1px;background:var(--hero-accent);transform-origin:left;animation:rule-in 1s .1s both}.hero h1{font-size:clamp(78px,6.55vw,132px);line-height:1.015;letter-spacing:-.025em;max-width:1100px}.hero h1 .hero-line{display:block;overflow:hidden;padding-bottom:.11em;margin-bottom:-.04em;color:var(--hero-white)}.hero h1 .hero-line>span{display:block;color:inherit;animation:line-arrive .95s cubic-bezier(.2,.65,.2,1) both}.hero h1 .hero-line:last-child{color:var(--hero-accent)}.hero h1 .hero-line:last-child>span{animation-delay:.14s}.hero-lead{max-width:530px;font-size:16px;line-height:1.95;color:var(--hero-copy);margin-top:28px;animation:soft-arrive .9s .3s both}.hero-buttons{margin-top:33px;gap:13px;animation:soft-arrive .9s .4s both}.hero-buttons .button{min-height:52px;font-size:12px;padding-inline:24px;gap:34px}.hero-buttons .button:not(.primary){color:var(--hero-white);border-color:var(--hero-border);background:var(--transparent)}.hero-buttons .button:not(.primary):hover{background:var(--hero-chip);border-color:var(--hero-copy)}.hero-footnote{color:var(--hero-copy);font-size:10px;margin-top:17px;animation:soft-arrive .9s .48s both}.hero-scroll{display:inline-flex;align-items:center;gap:14px;margin-top:42px;font:9px/1.6 var(--mono);letter-spacing:.1em;color:var(--hero-copy)}.scroll-stroke{width:20px;height:32px;border:1px solid var(--hero-border);border-radius:14px;position:relative}.scroll-stroke:after{content:'';position:absolute;left:8px;top:6px;height:7px;width:2px;border-radius:2px;background:var(--hero-accent);animation:scroll-cue 2.3s ease-in-out infinite}.hero-stamp{position:absolute;z-index:2;right:var(--gutter);bottom:94px;display:flex;align-items:center;gap:17px;padding:21px 27px;background:var(--white);color:var(--ink-900);border-radius:4px;box-shadow:0 20px 45px var(--shadow);animation:stamp-arrive 1s .6s both}.hero-stamp img{width:37px;height:43px;object-fit:contain}.hero-stamp div{display:flex;flex-direction:column;gap:8px}.hero-stamp span{font:9px var(--mono);color:var(--green-700);letter-spacing:.07em}.hero-stamp strong{font:600 29px/1.05 var(--display)}.hero-stamp small{font:10px var(--mono);color:var(--slate-600)}.hero-credit{position:absolute;bottom:28px;right:var(--gutter);z-index:2;font:9px/1.6 var(--mono);color:var(--hero-copy)}.hero-osd{position:absolute;right:var(--gutter);top:34px;font:9px var(--mono);letter-spacing:.08em;color:var(--hero-white);padding:8px 11px;border:1px solid var(--hero-border);background:var(--hero-chip)}
@keyframes line-arrive{from{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes soft-arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes stamp-arrive{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes scene-settle{from{transform:scale(1.055)}to{transform:scale(1)}}@keyframes rule-in{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes scroll-cue{0%,100%{transform:translateY(0);opacity:.25}45%{transform:translateY(8px);opacity:1}}
.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:var(--gutter);background:var(--surface);border-bottom:1px solid var(--line)}.principles>div{position:relative;padding:37px 36px 37px 46px;border-right:1px solid var(--line)}.principles>div:first-child{padding-left:31px}.principles>div:last-child{border-right:0}.principle-index{position:absolute;left:19px;top:42px;font:9px var(--mono);color:var(--accent)}.principles>div:first-child .principle-index{left:0}.principles strong{display:block;font:600 29px/1.1 var(--display)}.principles p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:10px}.protocol-band{overflow:hidden;background:var(--bg);border-bottom:1px solid var(--line);padding:20px 0}.protocol-track{display:flex;width:max-content;gap:56px;align-items:center;animation:protocol-travel 42s linear infinite;font:10px/1.5 var(--mono);letter-spacing:.08em;color:var(--muted)}.protocol-track span{display:flex;align-items:center;gap:56px;white-space:nowrap}.protocol-track span:after{content:'+';font-size:15px;color:var(--accent)}@keyframes protocol-travel{to{transform:translateX(calc(-50% - 28px))}}
.section{padding-block:112px}.product-showcase{padding-top:102px;padding-bottom:108px}.section-heading,.showcase-heading{grid-template-columns:1.3fr 1fr;gap:7vw;margin-bottom:55px}.section-heading h2{font-size:clamp(52px,4.7vw,84px);line-height:1.04}.showcase-heading h2{font-size:clamp(52px,4.7vw,84px);line-height:1.04}.section-heading p,.showcase-heading p{font-size:16px;line-height:1.9;max-width:560px;margin-left:auto}.eyebrow{font-size:11px}.section-heading .eyebrow,.showcase-heading .eyebrow{margin-bottom:25px}.monitor{border-radius:5px;box-shadow:0 28px 60px var(--shadow)}.monitor-toolbar{padding-inline:27px;min-height:68px}.screen-tabs{position:relative;gap:37px}.screen-tabs button{font-size:12px;min-height:68px;position:relative;border-bottom:0}.screen-tabs button[aria-selected="true"]{border:0}.tab-indicator{position:absolute;bottom:0;left:0;height:2px;background:var(--accent);width:0;pointer-events:none;transition:transform .35s cubic-bezier(.2,.65,.2,1),width .35s cubic-bezier(.2,.65,.2,1)}.expand-button{font-size:11px}.screen-layout{padding:12px 12px 0}.osd{padding:17px 27px;font-size:10px}.screen-note{font-size:10px;margin-top:20px}.screen-panel{overflow:hidden}.screen-panel img{transform-origin:center}.comparison{font-size:12px;min-width:830px}.comparison th,.comparison td{padding-block:23px}.comparison thead th{font-size:12px}.compare h2{font-size:clamp(50px,4.4vw,78px)}.table-note{font-size:11px;max-width:1100px}
.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:4vw;row-gap:14px}.feature{padding:35px 0 42px;grid-template-columns:30px 1fr;column-gap:14px;position:relative}.feature:before{content:'';position:absolute;top:-1px;left:0;height:2px;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .4s}.feature:hover:before{transform:scaleX(1)}.feature h3{font-size:33px;line-height:1.1}.feature p{font-size:15px;line-height:1.9;max-width:540px}.feature:nth-last-child(-n+3){padding-bottom:0}.feature-number{font-size:10px}.feature-top{padding-top:7px}
.usecase-grid{gap:2.5vw}.usecase-card{border-radius:4px;box-shadow:none}.case-media{overflow:hidden;aspect-ratio:16/10;max-height:560px;background:var(--raised)}.case-media img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.6,.2,1)}.usecase-card:hover .case-media img{transform:scale(1.035)}.usecase-body{padding:36px 38px 32px}.usecase-body h3{font-size:42px}.usecase-body p{font-size:15px;max-width:660px}.image-credit{font-size:10px}.architecture-switch{gap:39px}.architecture-switch button{font-size:12px;min-height:53px}.blueprint{padding:32px 36px}.blueprint-title{font-size:11px}.wiring{grid-template-columns:1fr 8vw 1.35fr 8vw 1.15fr;padding:51px 0}.node{padding:29px 26px;transition:background .25s,border-color .25s}.node:hover{border-color:var(--accent)}.node.edge{padding:38px 27px;background:var(--tint)}.node strong{font-size:14px}.node.edge strong{font-size:16px}.node p{font-size:11px}.node small{font-size:10px}.wire-label{font-size:10px}.blueprint-footer{font-size:14px}.architecture-figure{border-radius:3px}.architecture-figure figcaption{font-size:11px}.steps{gap:6vw;margin-top:42px}.step h3{font-size:28px}.step p{font-size:14px}.business-grid{grid-template-columns:.8fr 1.2fr;gap:6vw}.business h2{font-size:clamp(52px,4.5vw,84px)}.business-copy>p{font-size:16px;max-width:610px}.business-list{font-size:12px;max-width:590px}.business .button{font-size:12px}.central-visual{transform:translateY(var(--panel-drift,0px))}.central-screen{box-shadow:0 30px 60px var(--shadow)}.central-screen-head{font-size:12px}.central-caption{font-size:11px}.central-visual .text-link{font-size:12px}
.spec-layout{grid-template-columns:.8fr 1.6fr;gap:7vw}.spec-intro{position:sticky;top:125px}.spec-intro h2{font-size:clamp(50px,4.2vw,76px)}.spec-intro p{font-size:15px;max-width:440px}.specs{font-size:12px}.specs caption{font-size:11px}.specs th{font-size:11px}.specs th,.specs td{padding-block:19px}.resource-list{gap:2.5vw}.resource-list a{padding:31px}.resource-list strong{font-size:34px}.resource-list a>span:not(.resource-type):not(.resource-arrow){font-size:14px;max-width:400px}.contact .section-heading{grid-template-columns:1.35fr 1fr}.tiers{gap:7vw}.tier{padding-top:39px}.tier h3{font-size:48px}.tier p{font-size:16px;max-width:650px}.tier ul{font-size:12px;line-height:2.2}.tier .button{font-size:12px;min-width:240px}.contact-foot{font-size:11px}.footer-signature{font:600 clamp(54px,7vw,148px)/1.05 var(--display);letter-spacing:-.025em;padding-top:14px;padding-bottom:54px}.footer-signature span{color:var(--accent)}.footer-top{padding-top:36px;border-top:1px solid var(--line)}.footer-links{font-size:12px;gap:6vw}.footer-bottom{font-size:11px;align-items:center}.motion-toggle{background:var(--transparent);color:var(--muted);border:0;min-height:44px;padding:10px 4px;font:10px var(--mono);display:inline-flex;align-items:center;gap:12px}.motion-toggle:hover{color:var(--accent)}.back-top{position:fixed;bottom:26px;right:26px;z-index:25;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--accent);font:22px var(--mono);box-shadow:0 5px 25px var(--shadow);transition:transform .25s}.back-top:hover{transform:translateY(-3px)}.back-top[hidden]{display:none}.preview-dialog{max-width:96vw;width:96vw;border-radius:5px}.preview-scroll{max-height:74vh}.preview-scroll img{max-width:100%;height:auto}.preview-header h2{font-size:31px}
.motion-enabled .reveal{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.65,.2,1);transition-delay:var(--reveal-delay,0ms)}.motion-enabled .reveal:not(.is-visible){opacity:0;transform:translateY(28px)}.motion-enabled .usecase-card.reveal .case-media img{transform:scale(1.055)}.motion-enabled .usecase-card.reveal.is-visible .case-media img{transform:scale(1)}.motion-enabled .usecase-card.reveal.is-visible:hover .case-media img{transform:scale(1.035)}[data-motion="off"] *,[data-motion="off"] *:before,[data-motion="off"] *:after{animation:none!important;transition:none!important}[data-motion="off"] .reveal{opacity:1!important;transform:none!important}[data-motion="off"] .hero-backdrop{transform:none}[data-motion="off"] .wire:before{display:none}[data-motion="off"] .hero-line>span{transform:none}
@media(min-width:1900px){.hero-lead{font-size:18px;max-width:650px}.hero-stamp{padding:27px 34px}.hero-stamp strong{font-size:33px}.hero-content{padding-bottom:108px}.principles strong{font-size:34px}.principles p{font-size:14px}.section-heading p,.showcase-heading p{font-size:18px;max-width:720px}.feature p{font-size:16px}.feature h3{font-size:37px}.hero-wide{min-height:830px}}
@media(max-width:1100px){:root{--gutter:32px}.nav-links{gap:22px;font-size:11px}.nav{gap:24px}.nav-actions{gap:8px}.hero-wide{min-height:700px}.hero h1{font-size:78px}.hero-stamp{right:32px;bottom:76px;padding:18px 20px;gap:12px}.hero-stamp strong{font-size:25px}.hero-stamp img{width:31px}.hero-lead{max-width:475px;font-size:15px}.hero h1 .hero-line:last-child{max-width:800px}.principles>div{padding:29px 22px 30px 37px}.principles strong{font-size:26px}.principles p{font-size:11px}.principle-index{left:10px;top:34px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 4vw}.feature:nth-last-child(3){padding-bottom:42px}.section-heading,.showcase-heading{gap:5vw}.section-heading p,.showcase-heading p{font-size:15px}.feature p{font-size:14px}.usecase-body{padding:28px}.usecase-body h3{font-size:36px}.usecase-body p{font-size:14px}.node{padding:23px 17px}.node.edge{padding:31px 19px}.node strong{font-size:12px}.node p{font-size:10px}.node.edge strong{font-size:14px}.node small{font-size:9px}.wire-label{font-size:9px}.wiring{grid-template-columns:1fr 65px 1.35fr 70px 1.15fr}.business-copy>p{font-size:14px}.business-list{font-size:11px}.business .button{font-size:10px}.tier p{font-size:14px}.tier ul{font-size:11px}}
@media(max-width:800px){:root{--header-height:74px;--gutter:25px}.nav{gap:14px}.brand{font-size:21px}.nav-links{left:0;right:0;font-size:12px;padding:15px var(--gutter) 22px}.nav-links a:after{display:none}.hero-wide{min-height:740px;height:calc(100svh - var(--header-height));max-height:1000px}.hero h1{font-size:76px}.hero-content{padding-block:52px 95px}.hero-lead{max-width:500px;font-size:15px}.hero-stamp{display:none}.hero-credit{right:var(--gutter);left:var(--gutter);bottom:24px;font-size:8px}.hero-osd{font-size:8px;top:20px}.hero-shade{background:linear-gradient(90deg,var(--hero-start),var(--hero-mid)),linear-gradient(0deg,var(--hero-bottom),var(--transparent) 70%)}.hero-backdrop .hero-photo{object-position:67% center}.hero-scroll{margin-top:34px}.principles{padding-inline:var(--gutter)}.principles>div{padding:26px 17px 27px 30px}.principles>div:first-child{padding-left:25px}.principles strong{font-size:24px}.principles p{font-size:11px}.principle-index{left:8px;top:31px}.principles>div:first-child .principle-index{left:0}.protocol-band{padding:16px 0}.protocol-track{font-size:9px}.section{padding-block:76px}.product-showcase{padding-block:75px}.section-heading,.showcase-heading,.contact .section-heading{grid-template-columns:1fr;gap:23px;margin-bottom:39px}.section-heading h2,.showcase-heading h2{font-size:57px}.section-heading p,.showcase-heading p{margin:0;max-width:660px;font-size:15px}.section-heading .eyebrow,.showcase-heading .eyebrow{margin-bottom:20px}.monitor-toolbar{min-height:60px;padding-inline:20px}.screen-tabs{gap:26px}.screen-tabs button{min-height:60px;font-size:11px}.osd{font-size:9px;padding-inline:20px}.screen-layout{padding:7px 7px 0}.feature h3{font-size:31px}.feature p{font-size:14px}.feature-grid{gap:6px 30px}.usecase-grid{grid-template-columns:1fr;gap:31px}.case-media{max-height:480px;aspect-ratio:16/9}.usecase-body h3{font-size:39px}.usecase-body p{font-size:15px;max-width:650px}.architecture-switch{gap:30px}.architecture-switch button{font-size:11px}.wiring{grid-template-columns:1fr;max-width:530px;padding:35px 0}.node{padding:25px}.node.edge{padding:30px}.node strong{font-size:13px}.node.edge strong{font-size:15px}.node-stack .node{padding:21px 14px}.node-stack .node strong{font-size:12px}.node p{font-size:11px}.blueprint-footer{font-size:13px}.steps{gap:25px}.step h3{font-size:26px}.step p{font-size:13px}.business-grid{grid-template-columns:1fr;gap:40px}.business-copy{max-width:680px}.business h2{font-size:62px}.business-copy>p{font-size:15px}.business .button{font-size:11px}.spec-layout{grid-template-columns:1fr;gap:38px}.spec-intro{position:static}.spec-intro h2{font-size:57px}.spec-intro p{max-width:600px}.resource-list{grid-template-columns:1fr}.resource-list strong{font-size:34px}.tiers{gap:30px}.tier h3{font-size:40px}.tier p{font-size:14px}.tier ul{font-size:11px}.footer-signature{font-size:8.2vw;padding-bottom:35px}.footer-links{gap:45px}.footer-bottom{font-size:9px}.preview-scroll img{min-width:950px;max-width:none}}
@media(max-width:480px){:root{--header-height:69px;--gutter:20px}.nav .button{font-size:9px;padding-inline:12px;min-height:39px}.brand{font-size:19px}.nav{gap:7px}.nav-actions{gap:0}.hero-wide{min-height:690px;max-height:820px}.hero-content{padding-block:61px 93px}.hero-eyebrow{font-size:9px;gap:12px;letter-spacing:.045em;margin-bottom:24px}.hero-rule{width:23px}.hero h1{font-size:clamp(46px,13.1vw,60px);line-height:1.065;letter-spacing:-.025em}.hero-lead{font-size:14px;line-height:1.9;margin-top:25px;max-width:360px}.hero-buttons{gap:10px;margin-top:28px}.hero-buttons .button{font-size:10px;min-height:48px;padding-inline:16px;gap:18px}.hero-footnote{font-size:9px;margin-top:15px}.hero-scroll{font-size:8px;margin-top:32px;letter-spacing:.06em}.hero-osd{font-size:7px;top:16px;right:20px;padding:6px 8px}.hero-credit{font-size:8px;bottom:20px}.principles{grid-template-columns:1fr}.principles>div,.principles>div:first-child{padding:25px 0 26px 36px;border-right:0;border-bottom:1px solid var(--line)}.principles>div:last-child{border-bottom:0}.principle-index,.principles>div:first-child .principle-index{top:31px;left:0}.principles strong{font-size:28px}.principles p{font-size:12px;margin-top:8px}.protocol-track{font-size:9px}.section,.product-showcase{padding-block:60px}.section-heading h2,.showcase-heading h2,.compare h2,.business h2,.spec-intro h2{font-size:46px;line-height:1.07}.section-heading p,.showcase-heading p{font-size:14px}.section-heading .eyebrow,.showcase-heading .eyebrow{font-size:10px;margin-bottom:18px}.monitor-toolbar{padding-inline:13px;min-height:53px}.screen-tabs{gap:17px}.screen-tabs button{font-size:9px;min-height:53px}.expand-button{font-size:9px}.osd{padding:13px;font-size:8px}.screen-note{font-size:9px}.screen-layout{padding:5px 5px 0}.comparison{font-size:11px}.comparison thead th{font-size:11px}.table-note{font-size:10px}.feature-grid{grid-template-columns:1fr}.feature{padding:28px 0 33px;grid-template-columns:25px 1fr;column-gap:12px}.feature:nth-last-child(2),.feature:nth-last-child(3){padding-bottom:33px}.feature h3{font-size:31px}.feature p{font-size:14px}.case-media{aspect-ratio:5/4}.usecase-body{padding:25px}.usecase-body h3{font-size:35px}.usecase-body p{font-size:14px}.image-credit{font-size:9px}.blueprint{padding:22px 15px}.blueprint-title{font-size:9px}.architecture-switch{gap:25px}.architecture-switch button{font-size:10px}.node-stack .node{padding:20px 11px}.node-stack .node strong{font-size:10px}.node p{font-size:10px}.node small{font-size:9px}.node-stack .node small{font-size:8px}.blueprint-footer{font-size:12px}.steps{grid-template-columns:1fr;gap:29px}.step p{font-size:13px}.architecture-figure figcaption{font-size:9px}.business-copy>p{font-size:14px}.business-list{font-size:10px}.business .button{font-size:10px}.central-caption{font-size:10px}.central-screen-head{font-size:10px}.spec-intro p{font-size:14px}.specs{font-size:11px}.specs th{font-size:10px}.resource-list a{padding:26px}.resource-list strong{font-size:31px}.resource-list a>span:not(.resource-type):not(.resource-arrow){font-size:13px}.tiers{grid-template-columns:1fr;gap:0}.tier{padding-top:30px}.tier h3{font-size:40px}.tier p{font-size:14px}.tier ul{font-size:11px}.tier .button{font-size:11px}.contact-foot{font-size:10px}.footer-signature{font-size:50px;max-width:100%;padding-top:0;padding-bottom:30px}.footer-signature span{display:block}.footer-top{padding-top:27px}.footer-links{font-size:10px}.footer-bottom{font-size:9px;align-items:flex-start;gap:5px}.motion-toggle{padding-left:0}.back-top{width:42px;height:42px;right:18px;bottom:18px}.preview-header h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-backdrop{transform:none;will-change:auto}.hero-backdrop .hero-photo,.hero-line>span{transform:none}.motion-enabled .reveal:not(.is-visible){opacity:1;transform:none}.wire:before{display:none}*,*:before,*:after{animation:none!important;transition:none!important}}

html[data-motion="off"]{scroll-behavior:auto}

/* Native Higgsedit architectural film. Colors inherit Qpantau's app palette. */
.flow-film{border:1px solid var(--line);background:var(--surface);overflow:hidden;border-radius:4px}
.flow-film-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 30px;border-bottom:1px solid var(--line)}
.flow-local{display:flex;align-items:center;gap:8px;font:10px var(--mono);color:var(--accent)}
.flow-film-stage{background:var(--ink-900);line-height:0}
.flow-film video{display:block;width:100%;height:auto;aspect-ratio:9/4;object-fit:contain;background:var(--ink-900)}
.flow-film-controls{display:flex;align-items:center;gap:26px;min-height:64px;padding:12px 30px;background:var(--ink-900);color:var(--mist-100);border-top:1px solid var(--ink-700);font:11px/1.5 var(--mono)}
.flow-film-controls[hidden]{display:none}
.flow-film-controls button{min-height:40px;padding:8px 0;border:0;background:var(--transparent);color:var(--green-400);font:inherit;text-align:left}
.flow-film-controls button:hover{color:var(--white)}
.flow-film-controls button:disabled{opacity:.65;cursor:default}
.flow-state{color:var(--mist-400)}
.flow-time{margin-left:auto;color:var(--mist-400);font-variant-numeric:tabular-nums;white-space:nowrap}
.flow-film-progress{height:2px;background:var(--ink-700)}
.flow-film-progress span{height:100%;display:block;background:var(--green-brand);transform:scaleX(0);transform-origin:left}
.flow-explainer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 30px}
.flow-explainer>div{position:relative;padding:29px 24px 31px 0}
.flow-explainer>div+div{border-left:1px solid var(--line);padding-left:24px}
.flow-explainer>div:before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);opacity:0;transition:opacity .4s}
.flow-explainer>div.is-current:before{opacity:1}
.flow-index{display:block;font:10px/1.6 var(--mono);color:var(--accent);margin-bottom:13px}
.flow-explainer h3{font-size:clamp(25px,2.2vw,36px);margin-bottom:13px}
.flow-explainer p{font-size:12px;line-height:1.85;color:var(--muted)}
.flow-film figcaption{display:flex;justify-content:space-between;gap:24px;padding:20px 30px;border-top:1px solid var(--line);font:11px/1.8 var(--mono);color:var(--muted)}
.flow-film figcaption a{flex:none;color:var(--accent)}
.flow-film figcaption a:hover{text-decoration:underline;text-underline-offset:5px}
@media(max-width:900px){.flow-explainer{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-explainer>div:nth-child(3){border-left:0;padding-left:0}.flow-explainer>div:nth-child(n+3){border-top:1px solid var(--line)}.flow-film-controls{gap:18px}.flow-state{display:none}}
@media(max-width:520px){.flow-film-header{padding:18px 16px;gap:12px}.flow-film-header .eyebrow{font-size:9px}.flow-local{font-size:8px}.flow-film-controls{padding:10px 16px;font-size:9px;gap:12px}.flow-explainer{padding:0 16px}.flow-explainer>div{padding:24px 13px 24px 0}.flow-explainer>div+div{padding-left:13px}.flow-index{font-size:8px}.flow-explainer h3{font-size:25px}.flow-explainer p{font-size:11px}.flow-film figcaption{flex-direction:column;padding:18px 16px;gap:9px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.flow-explainer>div:before{transition:none}}
