:root{--bg:#f4f7f9;--panel:#fff;--panel-soft:#f8fafb;--ink:#111820;--muted:#68737f;--muted-2:#929ca6;--line:#e4e9ed;--sidebar:#10161d;--sidebar-soft:#171f28;--sidebar-text:#aeb7c0;--accent:#53e6a8;--accent-dark:#1a8e64;--accent-soft:#e8fbf3;--warning:#b97418;--warning-soft:#fff5e7;--shadow:0 10px 35px #1118200e}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:#fff;border-right:1px solid #ffffff0f;flex-direction:column;height:100vh;padding:22px 16px 18px;display:flex;position:sticky;top:0}.brand-lockup{align-items:center;gap:11px;padding:0 7px 22px;display:flex}.brand-mark{color:#fff;letter-spacing:-.4px;background:linear-gradient(145deg,#18242d,#0e141a);border:1px solid #53e6a847;border-radius:12px;place-items:center;width:40px;height:40px;font-size:12px;display:grid;box-shadow:inset 0 0 18px #53e6a80d}.brand-mark strong{color:var(--accent);font-size:14px}.brand-name{letter-spacing:-.3px;font-weight:780}.brand-subtitle{color:#7f8a95;max-width:150px;margin-top:2px;font-size:9.5px;line-height:1.2}.study-switcher{background:var(--sidebar-soft);border:1px solid #ffffff0f;border-radius:14px;margin-bottom:18px;padding:14px}.study-kicker{color:#74808b;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:9px}.study-row{align-items:center;gap:10px;display:flex}.study-avatar{background:var(--accent);color:#0e1a15;border-radius:9px;place-items:center;width:31px;height:31px;font-weight:800;display:grid}.study-copy{flex-direction:column;flex:1;min-width:0;display:flex}.study-copy strong{font-size:12.5px}.study-copy span{color:#7c8792;margin-top:2px;font-size:10px}.study-chevron{color:#76828d}.nav-list{flex-direction:column;gap:3px;display:flex;overflow-y:auto}.nav-item{color:var(--sidebar-text);border-radius:10px;align-items:center;gap:11px;padding:9px 10px;font-size:12.5px;transition:all .15s;display:flex}.nav-item:hover{color:#fff;background:#ffffff09}.nav-item.active{color:#e9fff6;background:#53e6a817}.nav-item.active .nav-icon{color:var(--accent)}.nav-icon{color:#75818c;width:17px;height:17px}.sidebar-footer{border-top:1px solid #fff1;margin-top:auto;padding:14px 8px 2px}.sidebar-footer p{color:#64707b;margin:9px 0 0;font-size:9.5px;line-height:1.45}.study-mode-chip{color:#9eadb8;align-items:center;gap:7px;font-size:10.5px;display:flex}.pulse-dot,.status-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #53e6a814}.content-frame{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#ffffffd1;justify-content:space-between;align-items:center;height:66px;padding:0 30px;display:flex;position:sticky;top:0}.topbar-actions{align-items:center;gap:12px;display:flex}.status-pill{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:10.5px;display:inline-flex}.avatar-button{color:#fff;cursor:pointer;background:#1c2731;border:0;border-radius:10px;width:32px;height:32px;font-weight:800}.main-content{max-width:1480px;margin:0 auto;padding:30px}.page-stack{flex-direction:column;gap:22px;display:flex}.page-heading h1{letter-spacing:-1.45px;margin:7px 0 8px;font-size:clamp(27px,2.4vw,38px);line-height:1.04}.page-heading p{color:var(--muted);max-width:700px;margin:0;font-size:13px;line-height:1.55}.page-heading.compact h1{font-size:clamp(27px,2.1vw,35px)}.eyebrow{color:var(--muted-2);text-transform:uppercase;letter-spacing:1.2px;font-size:9.5px;font-weight:750}.dashboard-heading-row{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.heading-actions{flex-wrap:wrap;gap:8px;display:flex}.button{border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:11.5px;font-weight:700;display:inline-flex}.button.primary{color:#fff;background:#121a21;border-color:#121a21}.button.secondary{color:#3f4a54;background:#fff}.button-icon{width:14px;height:14px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.metric-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:15px;padding:17px}.metric-top{color:var(--muted);justify-content:space-between;align-items:center;font-size:10.5px;display:flex}.metric-icon{color:#a1aab3;width:16px;height:16px}.metric-card strong{letter-spacing:-1.4px;margin:15px 0 2px;font-size:29px;display:block}.metric-card small{color:var(--muted-2);font-size:9.5px}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:14px;display:grid}.dashboard-grid.lower{grid-template-columns:minmax(0,1.35fr) minmax(280px,1fr)}.two-column-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:17px;padding:20px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.panel-heading h2,.panel h2{letter-spacing:-.45px;margin:5px 0 0;font-size:17px}.panel>p{color:var(--muted);font-size:12px;line-height:1.65}.panel-icon{width:20px;height:20px;color:var(--accent-dark)}.progress-number{background:var(--panel-soft);border:1px solid var(--line);width:42px;height:42px;color:var(--muted);border-radius:12px;place-items:center;font-size:11px;font-weight:750;display:grid}.readiness-list{border-top:1px solid var(--line);margin-top:16px}.readiness-row{border-bottom:1px solid var(--line);grid-template-columns:25px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.readiness-row:last-child{border-bottom:0;padding-bottom:0}.readiness-indicator{border:1px solid var(--line);width:20px;height:20px;color:var(--accent-dark);border-radius:7px;place-items:center;display:grid}.readiness-indicator.ready{background:var(--accent-soft);border-color:#ccefe0}.readiness-indicator.pending:after{content:"";background:#c5cbd0;border-radius:50%;width:6px;height:6px}.readiness-row strong{font-size:11.5px}.readiness-row p{color:var(--muted-2);margin:2px 0 0;font-size:9.5px}.readiness-status{text-transform:uppercase;letter-spacing:.8px;color:#8e98a2;background:#f3f5f6;border-radius:999px;padding:5px 7px;font-size:8.5px;font-weight:750}.readiness-status.ready{background:var(--accent-soft);color:var(--accent-dark)}.agent-card{color:#fff;background:linear-gradient(155deg,#121a21 0%,#10171d 60%,#0c1417 100%);border-color:#19242e;position:relative;overflow:hidden}.agent-card:after{content:"";background:radial-gradient(circle,#53e6a81f,#0000 67%);border-radius:50%;width:230px;height:230px;position:absolute;bottom:-110px;right:-90px}.agent-card .eyebrow{color:#72818b}.agent-card h2{max-width:300px;margin-top:8px;font-size:21px;line-height:1.18}.agent-card p{color:#84919c;max-width:380px}.agent-orb{background:linear-gradient(145deg,#53e6a814,#ffffff03);border:1px solid #53e6a847;border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:20px;display:grid;box-shadow:inset 0 0 25px #53e6a80f}.agent-orb span{color:var(--accent);letter-spacing:.6px;font-size:12px;font-weight:850}.agent-channel-row{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.agent-channel-row span{color:#b2bcc4;background:#ffffff06;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:5px;padding:6px 8px;font-size:9.5px;display:inline-flex}.text-link{color:var(--accent-dark);align-items:center;gap:4px;font-size:10.5px;font-weight:750;display:inline-flex}.agent-card .text-link{color:var(--accent);z-index:1;position:relative}.tiny-icon{width:12px;height:12px}.knowledge-preview-list{margin-top:14px}.knowledge-preview-item{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:12px 0;display:flex}.knowledge-preview-item>div{flex-direction:column;gap:3px;display:flex}.knowledge-preview-item>div span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.8px;font-size:8.5px}.knowledge-preview-item>div strong{font-size:11.5px}.chip{background:var(--accent-soft);color:var(--accent-dark);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:8.5px;font-weight:750;display:inline-flex}.chip.warning{background:var(--warning-soft);color:var(--warning)}.cost-panel .cost-zero{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:12px;margin-top:18px;padding:14px 0;display:flex}.cost-zero span{color:var(--muted);font-size:10px}.cost-zero strong{letter-spacing:-1px;font-size:25px}.muted-note{color:var(--muted-2)!important;font-size:9.5px!important}.definition-list{border-top:1px solid var(--line);margin-top:16px}.definition-list>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:12px 0;display:flex}.definition-list span{color:var(--muted);font-size:10.5px}.definition-list strong{text-align:right;font-size:10.5px}.guardrail-list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.guardrail-list div{color:#6f5543;background:#fbf7f4;border:1px solid #f0e6dd;border-radius:10px;align-items:center;gap:9px;padding:9px 10px;font-size:10.5px;display:flex}.guardrail-list div span{color:#a45b2f;background:#f6e9df;border-radius:6px;place-items:center;width:18px;height:18px;font-weight:800;display:grid}.activation-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:16px;display:grid}.activation-grid>div{border:1px solid var(--line);background:var(--panel-soft);border-radius:12px;flex-direction:column;justify-content:space-between;min-height:92px;padding:13px;display:flex}.activation-grid strong{color:var(--accent-dark);font-size:11px}.activation-grid span{font-size:10.5px;font-weight:650;line-height:1.35}.knowledge-page-list{flex-direction:column;gap:11px;display:flex}.knowledge-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.knowledge-card h2{margin-top:5px}.knowledge-card p{max-width:900px;margin:14px 0 0}.knowledge-badges{gap:6px;display:flex}.empty-panel{text-align:center;align-content:center;place-items:center;min-height:360px;display:grid}.empty-panel h2{margin:12px 0 0}.empty-panel p{max-width:480px;margin:7px auto 0}.empty-icon{background:var(--accent-soft);width:54px;height:54px;color:var(--accent-dark);border-radius:16px;place-items:center;font-size:11px;font-weight:850;display:grid}@media (max-width:1050px){.app-shell{grid-template-columns:218px minmax(0,1fr)}.brand-subtitle{display:none}.dashboard-grid,.dashboard-grid.lower{grid-template-columns:1fr}.metric-grid,.activation-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.app-shell{display:block}.sidebar{height:auto;padding-bottom:8px;position:static}.brand-lockup{padding-bottom:12px}.study-switcher,.sidebar-footer{display:none}.nav-list{flex-direction:row;padding-bottom:4px;overflow-x:auto}.nav-item{flex:none}.nav-item span{display:none}.topbar{padding:0 16px;top:0}.main-content{padding:20px 14px}.dashboard-heading-row{flex-direction:column;align-items:flex-start}.two-column-grid{grid-template-columns:1fr}}@media (max-width:520px){.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-card{padding:13px}.activation-grid{grid-template-columns:1fr}.heading-actions{width:100%}.button{flex:1}.knowledge-preview-item{align-items:flex-start}}
:root{--ari-green:#2f9f73;--ari-dark:#11171d;--ari-border:#dfe4e7;--ari-paper:#fff;--ari-off:#f4f6f7}.button,.nav-item,.avatar-button,.study-switcher,.metric-card,.panel,.progress-number,.readiness-indicator,.guardrail-list div,.activation-grid>div,.empty-icon,.agent-orb{border-radius:6px}.status-pill,.chip,.readiness-status,.agent-channel-row span{border-radius:4px}.brand-mark,.study-avatar{border-radius:5px}.panel,.metric-card{box-shadow:0 3px 14px #11182009}.agent-card{background:#111920}.agent-card:after{display:none}.site-shell{color:#161c22;background:#f6f7f8;min-height:100vh}.site-header{border-bottom:1px solid #e2e6e8;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1180px;height:72px;margin:0 auto;padding:0 24px;display:grid}.site-brand{align-items:center;gap:10px;width:max-content;display:flex}.site-brand-mark{color:#fff;letter-spacing:.5px;border-left:3px solid var(--ari-green);background:#11171d;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.site-brand>span:last-child{flex-direction:column;gap:1px;display:flex}.site-brand strong{letter-spacing:-.15px;font-size:13px}.site-brand small{color:#7b858e;font-size:8.5px}.site-nav{color:#5b6570;gap:28px;font-size:11px;display:flex}.site-nav a:hover,.plain-link:hover,.text-action:hover{color:#11171d}.site-actions{justify-self:end;align-items:center;gap:16px;font-size:11px;display:flex}.plain-link{color:#59636d}.compact-cta{color:#222a31;background:#fff;border:1px solid #cbd2d6;border-radius:4px;justify-content:center;align-items:center;min-height:35px;padding:0 13px;font-size:10.5px;font-weight:700;display:inline-flex}.compact-cta.dark{color:#fff;background:#11171d;border-color:#11171d}.compact-cta:hover{border-color:#9fa9af}.compact-cta.dark:hover{background:#1d262e}.hero-section{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:74px;max-width:1180px;margin:0 auto;padding:84px 24px 78px;display:grid}.hero-kicker,.section-intro>span,.site-final>div>span{color:#5b7267;letter-spacing:1.45px;font-size:9px;font-weight:800}.hero-copy h1{letter-spacing:-2.8px;max-width:700px;margin:15px 0 19px;font-size:clamp(38px,5.2vw,64px);font-weight:710;line-height:1.01}.hero-copy>p{color:#59636c;max-width:650px;margin:0;font-size:16px;line-height:1.65}.hero-actions{align-items:center;gap:17px;margin-top:28px;display:flex}.text-action{color:#505a64;font-size:11px;font-weight:650}.hero-note{color:#899199;margin-top:24px;font-size:9.5px}.operation-panel{background:#fff;border:1px solid #dce1e4;border-top:3px solid #28343c;box-shadow:0 12px 28px #0f161c0d}.operation-head{color:#68727b;border-bottom:1px solid #e7eaec;justify-content:space-between;align-items:center;height:51px;padding:0 17px;font-size:10px;display:flex}.operation-head strong{color:#2a986f;letter-spacing:.8px;font-size:10px}.operation-event{border-bottom:1px solid #edf0f1;grid-template-columns:48px 1fr;gap:10px;padding:17px;display:grid}.event-time{color:#9aa2a9;padding-top:2px;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.operation-event b{font-size:11px}.operation-event p{color:#6b747d;margin:5px 0 0;font-size:10.5px;line-height:1.5}.operation-footer{color:#90989e;letter-spacing:.9px;flex-wrap:wrap;gap:15px;padding:12px 17px;font-size:8px;display:flex}.proof-strip{color:#737d85;border-top:1px solid #dfe3e5;border-bottom:1px solid #dfe3e5;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:24px;max-width:1132px;margin:0 auto;padding:20px 0;font-size:9.5px;display:grid}.proof-strip>span{color:#2d353c;font-weight:750}.site-section{max-width:1180px;margin:0 auto;padding:86px 24px}.site-section.divided{border-top:1px solid #e0e4e6}.section-intro{max-width:720px}.section-intro.narrow{max-width:520px}.section-intro h2{letter-spacing:-1.5px;margin:12px 0 13px;font-size:clamp(27px,3vw,40px);line-height:1.07}.section-intro p{color:#667079;font-size:13px;line-height:1.65}.workflow-grid{border-top:1px solid #dce1e4;grid-template-columns:repeat(3,1fr);margin-top:43px;display:grid}.workflow-grid article{border-right:1px solid #dce1e4;min-height:205px;padding:25px 30px 12px 0}.workflow-grid article+article{padding-left:30px}.workflow-grid article:last-child{border-right:0}.workflow-grid article>span{color:#849089;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.workflow-grid h3,.capability-grid h3{margin:25px 0 9px;font-size:15px}.workflow-grid p,.capability-grid p{color:#707981;margin:0;font-size:11px;line-height:1.65}.capability-grid{background:#fff;border:1px solid #dde2e4;grid-template-columns:repeat(4,1fr);margin-top:38px;display:grid}.capability-grid article{border-right:1px solid #e4e7e9;min-height:150px;padding:24px}.capability-grid article:last-child{border-right:0}.capability-grid h3{margin-top:0}.site-final{border-top:1px solid #dce1e4;border-bottom:1px solid #dce1e4;justify-content:space-between;align-items:center;gap:28px;max-width:1132px;margin:0 auto 82px;padding:31px 0;display:flex}.site-final h2{letter-spacing:-.7px;max-width:670px;margin:9px 0 0;font-size:23px;line-height:1.2}.site-footer{color:#8a9299;border-top:1px solid #e1e4e6;justify-content:space-between;align-items:flex-start;max-width:1180px;min-height:90px;margin:0 auto;padding:25px 24px;font-size:9px;display:flex}.site-footer>div{flex-direction:column;gap:3px;display:flex}.site-footer strong{color:#2b333a;font-size:11px}.auth-page{background:#f5f6f7;place-items:center;min-height:100vh;padding:28px;display:grid;position:relative}.auth-back{color:#68727b;font-size:10.5px;font-weight:650;position:absolute;top:28px;left:30px}.auth-form{background:#fff;border:1px solid #dce1e4;width:min(100%,410px);padding:32px;box-shadow:0 8px 24px #12181e0b}.auth-heading{margin-bottom:25px}.auth-heading>span{color:#2f8f6c;letter-spacing:1.3px;font-size:9px;font-weight:800}.auth-heading h1{letter-spacing:-.7px;margin:8px 0 7px;font-size:24px}.auth-heading p{color:#727b83;margin:0;font-size:11px;line-height:1.55}.form-field{margin-top:15px;display:block}.form-field>span{color:#4f5961;margin-bottom:6px;font-size:9.5px;font-weight:700;display:block}.form-field input{color:#11171d;background:#fff;border:1px solid #cfd6da;border-radius:3px;outline:none;width:100%;height:39px;padding:0 11px;font-size:12px}.form-field input:focus{border-color:#6c8c7e;box-shadow:0 0 0 2px #2f9f7314}.password-control{position:relative}.password-control input{padding-right:42px}.password-eye{color:#6c757d;cursor:pointer;background:#fafbfb;border:0;border-left:1px solid #e2e6e8;place-items:center;width:38px;height:37px;padding:0;display:grid;position:absolute;top:1px;right:1px}.password-eye svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.form-assist{text-align:right;color:#5c6a63;margin-top:9px;font-size:9.5px}.form-message{border-left:3px solid;margin-top:14px;padding:9px 10px;font-size:10px;line-height:1.45}.form-message.error{color:#7b3e38;background:#fff5f4;border-color:#a9493f}.form-message.success{color:#316b55;background:#f1f8f5;border-color:#378d6c}.auth-submit{color:#fff;cursor:pointer;background:#11171d;border:1px solid #11171d;border-radius:3px;width:100%;height:39px;margin-top:19px;font-size:10.5px;font-weight:750}.auth-submit:disabled{opacity:.58;cursor:wait}.auth-switch{text-align:center;color:#7b848c;margin-top:17px;font-size:9.5px}.auth-switch a{color:#32483e;font-weight:700}.install-notice{z-index:100;color:#fff;background:#11171d;border:1px solid #29343c;justify-content:space-between;align-items:center;gap:18px;width:min(390px,100vw - 28px);padding:13px 14px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 30px #0000002e}.install-notice>div:first-child{flex-direction:column;gap:3px;display:flex}.install-notice strong{font-size:10.5px}.install-notice span{color:#a8b0b6;font-size:9px;line-height:1.4}.install-notice>div:last-child{flex:none;gap:5px;display:flex}.install-notice button{color:#151b20;cursor:pointer;background:#fff;border:1px solid #526068;border-radius:3px;height:30px;padding:0 9px;font-size:9px;font-weight:700}.install-notice button.muted{color:#aab2b8;background:0 0}@media (max-width:900px){.site-header{grid-template-columns:1fr auto}.site-nav{display:none}.hero-section{grid-template-columns:1fr;gap:44px;padding-top:58px}.hero-copy h1{max-width:760px}.proof-strip{grid-template-columns:1fr 1fr;margin:0 24px}.capability-grid{grid-template-columns:1fr 1fr}.capability-grid article:nth-child(2){border-right:0}.capability-grid article:nth-child(-n+2){border-bottom:1px solid #e4e7e9}}@media (max-width:620px){.site-header{height:64px;padding:0 16px}.site-brand small{display:none}.site-actions{gap:10px}.plain-link{display:none}.hero-section{gap:35px;padding:48px 17px 52px}.hero-copy h1{letter-spacing:-1.8px;font-size:40px}.hero-copy>p{font-size:13px}.hero-actions{flex-direction:column;align-items:flex-start;gap:13px}.operation-event{grid-template-columns:42px 1fr}.proof-strip{grid-template-columns:1fr;gap:11px;margin:0 17px}.site-section{padding:60px 17px}.workflow-grid{grid-template-columns:1fr}.workflow-grid article,.workflow-grid article+article{border-bottom:1px solid #dce1e4;border-right:0;min-height:0;padding:20px 0}.workflow-grid article:last-child{border-bottom:0}.workflow-grid h3{margin-top:12px}.capability-grid{grid-template-columns:1fr}.capability-grid article{border-bottom:1px solid #e4e7e9;border-right:0;min-height:0}.capability-grid article:last-child{border-bottom:0}.site-final{flex-direction:column;align-items:flex-start;margin:0 17px 55px;padding:25px 0}.site-footer{flex-direction:column;gap:11px;margin:0 17px;padding:22px 0}.auth-page{place-items:start center;padding:70px 14px 24px}.auth-back{top:22px;left:17px}.auth-form{padding:25px 20px}.install-notice{flex-direction:column;align-items:flex-start;gap:10px;width:auto;bottom:14px;left:14px;right:14px}}
.green-dot{background:var(--ari-green);border-radius:50%;flex:none;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #2f9f7317}.hero-note{align-items:center;gap:9px;display:flex}.product-stage{background:linear-gradient(145deg,#10171d 0%,#172229 100%);border:1px solid #25323a;grid-template-columns:minmax(210px,.72fr) minmax(300px,1.18fr);align-items:center;gap:20px;min-height:520px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 54px #0f161c24}.product-stage:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 48%,#2f9f730f 48% 48.25%,#0000 48.25% 100%);position:absolute;inset:0}.phone-preview{z-index:2;background:#f8faf9;border:5px solid #0c1115;border-radius:26px;justify-self:center;width:100%;max-width:248px;padding:13px 13px 16px;position:relative;box-shadow:0 14px 30px #00000038}.phone-top{color:#11171d;justify-content:space-between;padding:2px 4px 10px;font-size:8px;font-weight:700;display:flex}.phone-contact{border-bottom:1px solid #e3e8e5;align-items:center;gap:9px;padding:10px 5px 12px;display:flex}.contact-avatar{color:#fff;background:#15352a;border:2px solid #4cb487;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:grid}.phone-contact>div:last-child{flex-direction:column;display:flex}.phone-contact strong{font-size:10px}.phone-contact span{color:#7b8680;margin-top:2px;font-size:7.5px}.message{border-radius:9px;max-width:86%;margin-top:10px;padding:8px 9px;font-size:8.4px;line-height:1.45}.message.customer{color:#29332e;background:#e7ece9;border-bottom-right-radius:3px;margin-left:auto}.message.ari{color:#17392b;background:#dff3e9;border-bottom-left-radius:3px}.message.short{max-width:42%}.phone-status{color:#5d6a63;border-top:1px solid #e3e8e5;align-items:center;gap:7px;margin-top:14px;padding-top:10px;font-size:7.7px;font-weight:700;display:flex}.dashboard-preview{z-index:2;background:#fbfcfc;border:1px solid #3a484f;position:relative;box-shadow:0 16px 34px #00000038}.dash-head{border-bottom:1px solid #dfe5e2;justify-content:space-between;gap:16px;padding:16px;display:flex}.dash-head>div{flex-direction:column;gap:4px;display:flex}.dash-kicker{color:#2f9f73;letter-spacing:1.1px;font-size:7.5px;font-weight:800}.dash-head strong{font-size:12px}.live-chip{color:#287555;background:#edf8f3;border:1px solid #9bcbb6;border-radius:3px;align-self:flex-start;padding:4px 6px;font-size:7.5px;font-weight:800}.dash-row{border-bottom:1px solid #e7ebe9;grid-template-columns:94px 1fr;gap:10px;padding:11px 16px;font-size:8.5px;display:grid}.dash-row span{color:#89928d}.dash-row strong{color:#313b36}.dash-summary{border-left:3px solid var(--ari-green);background:#f3f7f5;padding:14px 16px}.dash-summary span{color:#317a5c;text-transform:uppercase;letter-spacing:.7px;font-size:7.5px;font-weight:800}.dash-summary p{color:#64716a;margin:6px 0 0;font-size:8.5px;line-height:1.55}.dash-actions{gap:7px;padding:12px 16px;display:flex}.dash-actions span{color:#4e5c55;background:#fff;border:1px solid #d3dad6;border-radius:3px;padding:6px 8px;font-size:7.5px;font-weight:700}.dash-actions span:last-child{color:#fff;background:#173c2d;border-color:#387d61}.experience-link-line{color:#8fa39a;letter-spacing:.6px;text-transform:uppercase;align-items:center;gap:10px;font-size:7px;display:flex;position:absolute;bottom:13px;left:24px;right:24px}.experience-link-line span{background:linear-gradient(90deg,#0000,#426456,#0000);flex:1;height:1px}.proof-strip .mini-signal{background:var(--ari-green);vertical-align:1px;border-radius:50%;width:5px;height:5px;margin-right:6px;display:inline-block}.experience-section{border-top:1px solid #dde3e0;max-width:1180px;margin:0 auto;padding:92px 24px}.experience-grid{grid-template-columns:1fr 1fr;gap:22px;margin-top:38px;display:grid}.experience-card{background:#fff;border:1px solid #dbe2de;padding:30px;position:relative;box-shadow:0 7px 24px #12181e09}.experience-card:before{content:"";background:var(--ari-green);width:3px;position:absolute;top:0;bottom:0;left:0}.experience-label{color:#64756c;letter-spacing:1.1px;align-items:center;gap:9px;font-size:8px;font-weight:800;display:flex}.experience-card h3{letter-spacing:-.6px;margin:18px 0 20px;font-size:22px}.experience-card ul{margin:0;padding:0;list-style:none}.experience-card li{color:#65716b;border-top:1px solid #edf0ee;padding:10px 0 10px 18px;font-size:11px;line-height:1.55;position:relative}.experience-card li:before{content:"";background:var(--ari-green);width:6px;height:1px;position:absolute;top:17px;left:0}.call-strip{color:#fff;background:#10171d;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;margin-top:24px;padding:12px 13px;display:grid}.call-icon{color:#80d5ad;background:#1f4738;border-radius:3px;place-items:center;width:29px;height:29px;display:grid}.call-strip>div{flex-direction:column;gap:2px;display:flex}.call-strip strong{font-size:9px}.call-strip small{color:#91a099;font-size:7.5px}.call-live{color:#78d1a7;font:8px ui-monospace,SFMono-Regular,Menlo,monospace}.mini-workspace{border:1px solid #dfe5e2;margin-top:24px}.mini-workspace>div{border-bottom:1px solid #e8ecea;grid-template-columns:1fr 1fr;padding:10px 12px;font-size:8.5px;display:grid}.mini-workspace>div:last-child{border-bottom:0}.mini-workspace span{color:#89938e}.mini-workspace strong{color:#354139}.capability-grid article{position:relative;overflow:hidden}.capability-accent{background:linear-gradient(90deg,var(--ari-green),#2f9f731a 54%,transparent);width:100%;height:2px;position:absolute;top:0;left:0}.site-final{border-left:3px solid var(--ari-green);background:linear-gradient(90deg,#f6f9f7 0%,#fff 100%);padding-left:22px;padding-right:22px}.site-final>div{max-width:760px}.site-final p{color:#6b7570;max-width:690px;margin:10px 0 0;font-size:10.5px;line-height:1.6}.compact-cta.dark{border-left:3px solid var(--ari-green)}.nav-item.active{box-shadow:inset 3px 0 0 var(--ari-green)}.metric-card{border-top:2px solid #2f9f7347}.metric-card:hover{border-top-color:var(--ari-green)}.panel-heading .eyebrow,.page-heading .eyebrow{color:#4d7d68}.study-mode-chip .pulse-dot,.status-dot{background:var(--ari-green)}@media (max-width:900px){.product-stage{grid-template-columns:minmax(190px,.75fr) 1.25fr;min-height:0;padding:24px}.experience-grid{grid-template-columns:1fr}.experience-section{padding:72px 24px}}@media (max-width:620px){.hero-copy h1{max-width:none;line-height:1.04;letter-spacing:-1.35px!important;font-size:34px!important}.hero-kicker{letter-spacing:1.15px;font-size:8px}.hero-copy>p{font-size:12.5px;line-height:1.62}.hero-note{font-size:8.5px;line-height:1.5}.product-stage{grid-template-columns:1fr;gap:18px;padding:20px 14px 35px}.product-stage:before{background:linear-gradient(#0000 0 46%,#2f9f730f 46% 46.3%,#0000 46.3% 100%)}.phone-preview{max-width:238px}.dashboard-preview{width:100%}.experience-link-line{bottom:12px;left:13px;right:13px}.proof-strip>div{align-items:center;display:flex}.experience-section{padding:58px 17px}.experience-grid{gap:14px;margin-top:28px}.experience-card{padding:22px 18px}.experience-card h3{font-size:19px}.experience-card li{font-size:10.5px}.dash-row{grid-template-columns:82px 1fr}.site-final{margin-left:17px;margin-right:17px;padding:23px 17px}.site-final h2{font-size:21px}.site-final p{font-size:10px}}
