:root,:root[data-theme=aurora]{--rg-canvas: #090d1a;--rg-surface: #12182a;--rg-elevated: #1a2238;--rg-text: #f7f2e8;--rg-muted: #aeb8ce;--rg-border: #34415f;--rg-primary: #8178ff;--rg-primary-contrast: #0c1020;--rg-accent: #35d6e8;--rg-success: #52d39a;--rg-warning: #f0bd61;--rg-danger: #ff756f;--rg-info: #66a9ff;--rg-focus: #7ce7f2;--rg-overlay: rgb(4 7 15 / 72%);--rg-shadow-subtle: 0 1px 2px rgb(0 0 0 / 24%);--rg-shadow-raised: 0 14px 35px rgb(0 0 0 / 28%);--rg-shadow-overlay: 0 24px 70px rgb(0 0 0 / 42%);--color-canvas: var(--rg-canvas);--color-surface: var(--rg-surface);--color-text: var(--rg-text);--color-muted: var(--rg-muted);--color-border: var(--rg-border);--color-primary: var(--rg-primary)}:root[data-theme=light]{--rg-canvas: #f6f3eb;--rg-surface: #fffdf8;--rg-elevated: #ffffff;--rg-text: #171b2b;--rg-muted: #5d667b;--rg-border: #cfd4df;--rg-primary: #5549e8;--rg-primary-contrast: #ffffff;--rg-accent: #087f91;--rg-success: #167a52;--rg-warning: #9a5d08;--rg-danger: #b83232;--rg-info: #2469bd;--rg-focus: #215fce;--rg-overlay: rgb(18 24 42 / 42%);--rg-shadow-subtle: 0 1px 2px rgb(24 29 45 / 10%);--rg-shadow-raised: 0 14px 35px rgb(24 29 45 / 14%);--rg-shadow-overlay: 0 24px 70px rgb(24 29 45 / 22%);--color-canvas: var(--rg-canvas);--color-surface: var(--rg-surface);--color-text: var(--rg-text);--color-muted: var(--rg-muted);--color-border: var(--rg-border);--color-primary: var(--rg-primary)}:root{--rg-space-1: .25rem;--rg-space-2: .5rem;--rg-space-3: .75rem;--rg-space-4: 1rem;--rg-space-6: 1.5rem;--rg-space-8: 2rem;--rg-space-12: 3rem;--rg-space-16: 4rem;--rg-radius-control: .5rem;--rg-radius-panel: .75rem;--rg-radius-overlay: 1rem;--rg-motion-fast: .12s;--rg-motion-standard: .22s;--rg-motion-deliberate: .42s;color:var(--rg-text);background:var(--rg-canvas);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;margin:0;color:var(--rg-text);background:var(--rg-canvas)}h1,h2,h3,h4,h5,h6{color:inherit}button,input,select,textarea{font:inherit}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--rg-focus);outline-offset:3px}.ant-btn-link{color:var(--rg-primary)!important}.ant-btn-primary{color:var(--rg-primary-contrast)!important;background:var(--rg-primary)!important;border-color:var(--rg-primary)!important}.ant-drawer-content,.ant-drawer-content h1,.ant-drawer-content h2,.ant-drawer-content h3{color:var(--rg-text)}.rg-field{display:grid;gap:var(--rg-space-2)}.rg-field--inline{grid-template-columns:auto minmax(7rem,1fr);align-items:center}.rg-field-label{color:var(--rg-muted);font-size:.8125rem;font-weight:650}.rg-control{min-height:2.75rem;padding:0 var(--rg-space-3);color:var(--rg-text);background:var(--rg-surface);border:1px solid var(--rg-border);border-radius:var(--rg-radius-control)}.rg-button,.rg-icon-button{min-height:2.75rem;padding:0 var(--rg-space-4);color:var(--rg-text);background:var(--rg-surface);border:1px solid var(--rg-border);border-radius:var(--rg-radius-control);cursor:pointer}.rg-icon-button{min-width:2.75rem;padding:0}.rg-button--primary{color:var(--rg-primary-contrast);background:var(--rg-primary);border-color:var(--rg-primary)}.rg-button--quiet{background:transparent}.rg-button-row,.rg-shell-controls{display:flex;flex-wrap:wrap;gap:var(--rg-space-3);align-items:center}.rg-page-header{display:flex;gap:var(--rg-space-6);align-items:end;justify-content:space-between}.rg-page-header h1{margin:0;font-size:clamp(1.5rem,3vw,2.25rem)}.rg-eyebrow,.rg-page-header__description{margin:0 0 var(--rg-space-2);color:var(--rg-muted)}.rg-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px;overflow:hidden;background:var(--rg-border);border-radius:var(--rg-radius-panel)}.rg-summary-strip>div{padding:var(--rg-space-4);background:var(--rg-surface)}.rg-summary-strip dt,.rg-summary-strip span{color:var(--rg-muted);font-size:.8125rem}.rg-summary-strip dd{margin:var(--rg-space-1) 0;font-size:1.5rem;font-weight:720}.rg-help-drawer{position:fixed;z-index:1000;inset:0 0 0 auto;width:min(27rem,92vw);padding:var(--rg-space-6);overflow:auto;color:var(--rg-text);background:var(--rg-elevated);border-left:1px solid var(--rg-border);box-shadow:var(--rg-shadow-overlay)}.rg-help-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--rg-space-6)}.rg-glossary{display:grid;gap:var(--rg-space-3);margin-block:var(--rg-space-6)}.rg-glossary article{padding-block:var(--rg-space-3);border-bottom:1px solid var(--rg-border)}.rg-glossary :where(h3,p){margin:0}.rg-glossary p{margin-top:var(--rg-space-1);color:var(--rg-muted)}.rg-tour-step{position:fixed;z-index:1001;right:var(--rg-space-6);bottom:var(--rg-space-6);width:min(26rem,calc(100vw - 2rem));padding:var(--rg-space-6);color:var(--rg-text);background:var(--rg-elevated);border:1px solid var(--rg-border);border-radius:var(--rg-radius-overlay);box-shadow:var(--rg-shadow-overlay)}.rg-tour-anchor{outline:3px solid var(--color-focus, #4f46e5)!important;outline-offset:4px;border-radius:6px}.rg-tour-step__progress{margin:0;color:var(--color-muted);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}@media(max-width:767px){.rg-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.rg-page-header{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}pf-landing-page{--canvas: #080a18;--surface: #101329;--elevated: #171a35;--text: #f7f2e8;--muted: #a8abc2;--border: rgba(255, 255, 255, .12);--primary: #5850d6;--accent: #55d8e8;--coral: #ff806d;--success: #70dfae;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--radius-control: .65rem;--radius-panel: 1.15rem;--shadow-raised: 0 28px 90px rgba(0, 0, 0, .38);display:block;background:var(--canvas);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.55}.landing-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 78% 8%,rgba(91,75,210,.18),transparent 28%),var(--canvas)}*{box-sizing:border-box}.skip-link{position:fixed;z-index:100;top:.5rem;left:.5rem;padding:.75rem 1rem;background:var(--text);color:var(--canvas);transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:#080a18c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{width:min(1180px,calc(100% - 3rem));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.7rem;color:var(--text);font-weight:750;letter-spacing:-.03em;text-decoration:none;font-size:1.08rem}.brand>span:last-child>span{color:var(--accent)}.brand-mark{width:28px;height:28px;position:relative;display:inline-flex;align-items:end;gap:2px;transform:skewY(-8deg)}.brand-mark i{display:block;width:7px;background:var(--primary);border-radius:2px}.brand-mark i:nth-child(1){height:15px}.brand-mark i:nth-child(2){height:24px;background:var(--accent)}.brand-mark i:nth-child(3){height:19px;background:var(--coral)}.nav-links,.nav-actions{display:flex;align-items:center;gap:1.7rem}.nav a:not(.button):not(.brand){color:var(--muted);text-decoration:none;font-size:.88rem}.nav a:hover{color:var(--text)!important}.landing-shell .button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.75rem 1.2rem;border:1px solid transparent;border-radius:var(--radius-control);background:var(--primary);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 10px 35px #5c52dc38;transition:transform .2s ease,background .2s ease}.landing-shell .button:hover{transform:translateY(-2px);background:#8988ff}.landing-shell .button--small{min-height:40px;padding:.55rem 1rem;font-size:.84rem}.landing-shell .button--ghost{background:transparent;border-color:var(--border);box-shadow:none}.landing-shell .button--light{background:var(--text);color:#15152b;white-space:nowrap}.landing-shell .button--status,.landing-shell .button--status:hover{transform:none;background:var(--text);box-shadow:none}.text-action{color:var(--text)!important}.hero{width:min(1180px,calc(100% - 3rem));min-height:760px;margin:auto;display:grid;grid-template-columns:.84fr 1.16fr;align-items:center;gap:4rem;position:relative;padding:5.5rem 0}.hero-orb{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(80px);background:#54d9e814;right:-180px;top:80px;pointer-events:none}.eyebrow,.section-kicker{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--accent)}.eyebrow{display:flex;align-items:center;gap:.65rem}.eyebrow span{width:24px;height:1px;background:currentColor}.hero h1,.section-intro h2,.analytics-copy h2,.cta-section h2{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.045em;line-height:1.03}.hero h1{font-size:clamp(3.15rem,5.7vw,5.8rem);margin:1.15rem 0 1.5rem;max-width:760px}.hero-lead{font-size:1.12rem;color:var(--muted);max-width:610px}.hero-actions{display:flex;gap:.8rem;margin-top:2rem}.proof{display:flex;gap:.55rem;align-items:center;margin-top:1.4rem;font-size:.78rem;color:var(--muted)}.proof span{color:var(--success)}.product-visual{border:1px solid var(--border);border-radius:var(--radius-panel);background:#11142a;box-shadow:var(--shadow-raised);overflow:hidden;transform:perspective(1400px) rotateY(-4deg) rotateX(2deg)}.visual-topbar{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;border-bottom:1px solid var(--border);font-size:.72rem}.visual-brand{display:flex;gap:.6rem;align-items:center;color:var(--muted)}.landing-shell .visual-brand b{display:grid;place-items:center;width:25px;height:25px;border-radius:6px;background:var(--primary);color:#fff}.live-pill{padding:.3rem .6rem;border:1px solid rgba(112,223,174,.2);border-radius:99px;color:var(--success);background:#70dfae0f}.live-pill i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--success);margin-right:5px}.visual-body{display:grid;grid-template-columns:48px 1fr;min-height:480px}.visual-body aside{border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:1.1rem;padding-top:1.2rem}.visual-body aside span{width:16px;height:16px;border:1px solid #555973;border-radius:4px}.visual-body aside .active{background:var(--primary);border-color:var(--primary)}.visual-canvas{padding:1.4rem}.canvas-heading{display:flex;align-items:end;justify-content:space-between}.canvas-heading div{display:flex;flex-direction:column}.canvas-heading small,.metric-row small{font-size:.55rem;letter-spacing:.12em;color:#7f839d}.canvas-heading strong{font-size:.95rem}.canvas-heading>span{font-size:.56rem;color:#ffd47b;border:1px solid rgba(255,212,123,.25);padding:.25rem .5rem;border-radius:20px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:1.3rem 0}.metric-row article{border:1px solid var(--border);padding:.75rem;border-radius:.6rem;background:#ffffff05;display:flex;flex-direction:column}.metric-row b{font-size:1.1rem;margin:.25rem 0}.metric-row i{height:2px;width:var(--bar);background:linear-gradient(90deg,var(--primary),var(--accent))}.orchestration{border:1px solid var(--border);border-radius:.7rem;padding:1rem}.flow{display:flex;align-items:center}.node{width:31%;min-height:90px;padding:.6rem;border:1px solid var(--border);border-radius:.55rem;display:flex;flex-direction:column}.node i{font-style:normal;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#7776ff2e;color:#a9a8ff;font-size:.6rem}.node b{font-size:.62rem;margin-top:.4rem}.node small{font-size:.5rem;color:var(--muted)}.connector{height:1px;flex:1;background:var(--primary);position:relative}.connector:after{content:"";position:absolute;right:0;top:-2px;border-left:4px solid var(--primary);border-top:2px solid transparent;border-bottom:2px solid transparent}.connector--pending{background:repeating-linear-gradient(90deg,#7776ff 0 3px,transparent 3px 6px)}.activity{margin-top:1.1rem;border-top:1px solid var(--border);padding-top:.8rem}.activity>strong{font-size:.6rem}.activity p{display:flex;align-items:center;gap:.5rem;margin:.55rem 0}.activity p span{font-size:.55rem;display:flex;flex-direction:column}.activity p small,.activity time{color:var(--muted);font-size:.47rem}.activity time{margin-left:auto}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--success)}.status-dot.cyan{background:var(--accent)}.source-section,.workflow-section,.feature-section,.analytics-section,.trust-section,.cta-section,footer{width:min(1180px,calc(100% - 3rem));margin:auto}.source-section{padding:2rem 0 7rem;text-align:center}.source-section h2{font-size:1.1rem;font-weight:500;margin-bottom:2rem}.source-rail{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border)}.source-rail article{display:flex;align-items:center;gap:.8rem;padding:1.3rem;border-right:1px solid var(--border);text-align:left}.source-rail article:last-child{border-right:0}.source-rail article>span{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:var(--elevated);color:var(--accent);font-size:.7rem;font-weight:800}.source-rail div{display:flex;flex-direction:column}.source-rail strong{font-size:.82rem}.source-rail small{font-size:.65rem;color:var(--muted)}.workflow-section{padding:7rem 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;border-top:1px solid var(--border)}.section-intro h2,.analytics-copy h2{font-size:clamp(2.6rem,4.7vw,4.8rem);margin:.8rem 0}.workflow-list{list-style:none;padding:0;margin:0}.workflow-list li{display:grid;grid-template-columns:48px 1fr;gap:1rem;border-top:1px solid var(--border);padding:1.25rem 0}.workflow-list li>span{font-family:Georgia,serif;color:var(--primary)}.workflow-list strong{font-size:1rem}.workflow-list p{margin:.2rem 0;color:var(--muted);font-size:.84rem}.feature-section{padding:7rem 0}.feature-section .section-intro{max-width:750px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:3rem;border-top:1px solid var(--border);border-left:1px solid var(--border)}.feature-grid article{min-height:275px;padding:2rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .2s ease}.feature-grid article:hover{background:#ffffff06}.feature-grid article>span{font-size:1.6rem;color:var(--accent)}.feature-grid h3{margin:2rem 0 .7rem}.feature-grid p{color:var(--muted);font-size:.86rem}.feature-grid a{display:inline-flex;gap:.4rem;margin-top:1rem;color:var(--text);font-size:.75rem;text-decoration:none}.feature-grid a b{color:var(--accent)}.analytics-section{padding:8rem 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:center}.analytics-copy>p:not(.eyebrow){color:var(--muted)}.analytics-copy ul{list-style:none;padding:0}.analytics-copy li{padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.82rem}.analytics-copy li:before{content:"\2713";color:var(--success);margin-right:.6rem}.report-card{background:#f4efe4;color:#1a1930;border-radius:var(--radius-panel);padding:2rem;box-shadow:var(--shadow-raised)}.report-card>div:first-child{display:flex;justify-content:space-between}.report-card span{display:flex;flex-direction:column}.report-card small{color:#6e6b7d;font-size:.7rem}.report-card strong{font:500 2.6rem Georgia,serif}.report-card .trend{display:block;color:#167553;background:#d8eee4;border-radius:99px;padding:.35rem .6rem;height:min-content;font-size:.65rem}.chart{height:230px;margin-top:1rem}.chart svg{width:100%;height:100%;overflow:visible}.gridline{stroke:#d9d4ca;stroke-width:1}.area{fill:url(#area)}.line{fill:none;stroke:#6564eb;stroke-width:3}.chart-labels{display:flex;justify-content:space-between;color:#625e6d;font-size:.6rem}.trust-section{padding:8rem 0}.trust-section .section-intro{max-width:790px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.trust-grid article{border-top:1px solid var(--border);padding-top:1.3rem}.trust-grid article>span{color:var(--accent);font-size:.65rem}.trust-grid h3{margin:1.2rem 0 .5rem}.trust-grid p{color:var(--muted);font-size:.85rem}.cta-section{margin-top:5rem;margin-bottom:5rem;background:var(--primary);padding:3.5rem 4rem;border-radius:var(--radius-panel);display:flex;align-items:center;justify-content:space-between;gap:3rem}.cta-section .section-kicker{color:#f4f2ff}.cta-section h2{font-size:clamp(2rem,3.5vw,3.5rem);margin:.6rem 0;max-width:760px}.cta-section p{max-width:690px;color:#e1e0ff}footer{border-top:1px solid var(--border);padding:4rem 0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;position:relative}footer>div{display:flex;flex-direction:column;gap:.55rem}footer strong{font-size:.75rem}footer a:not(.brand),footer div>span:not(.brand-mark),footer p{color:var(--muted);font-size:.72rem;text-decoration:none}.footer-main p{font-size:.82rem}.copyright{grid-column:1/-1;border-top:1px solid var(--border);padding-top:1.5rem}.pf-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.pf-reveal--visible{opacity:1;transform:none}a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:4rem}.hero-copy{max-width:740px}.product-visual{transform:none}.workflow-section,.analytics-section{grid-template-columns:1fr;gap:2rem}.feature-grid,.source-rail{grid-template-columns:repeat(2,1fr)}.source-rail article:nth-child(2){border-right:0}.trust-grid{grid-template-columns:1fr}.cta-section{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.nav,.hero,.source-section,.workflow-section,.feature-section,.analytics-section,.trust-section,.cta-section,footer{width:min(100% - 2rem,1180px)}.nav-actions .button{display:none}.hero{min-height:auto;padding:4rem 0}.hero h1{font-size:3rem}.hero-actions{flex-direction:column;align-items:stretch}.visual-body{grid-template-columns:1fr}.visual-body aside{display:none}.visual-canvas{padding:.8rem}.metric-row{grid-template-columns:1fr}.flow{align-items:stretch;flex-direction:column}.node{width:100%}.connector{height:18px;width:1px;flex:none;margin-left:1rem}.feature-grid,.source-rail{grid-template-columns:1fr}.source-rail article{border-right:0}.cta-section{padding:2rem}footer{grid-template-columns:1fr 1fr}.footer-main{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.pf-reveal{opacity:1;transform:none}.button:hover{transform:none}}
