@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@600&family=JetBrains+Mono:wght@400;500&display=swap";
.landing-root{--navy-950:#0a2342;--navy-900:#0f172a;--navy-800:#1e293b;--navy-700:#334155;--navy-600:#475569;--navy-500:#64748b;--navy-400:#94a3b8;--navy-300:#cbd5e1;--navy-200:#e2e8f0;--navy-100:#f1f5f9;--navy-50:#f8fafc;--accent-900:#170b33;--accent-800:#2c1a63;--accent-700:#3d2790;--accent-600:#5334bd;--accent-500:#6a4de6;--accent-400:#7b61ff;--accent-300:#a594ff;--accent-200:#c9beff;--accent-100:#e6e0ff;--accent-50:#f4f1ff;--gold-700:var(--accent-700);--gold-600:var(--accent-600);--gold-500:var(--accent-500);--gold-400:var(--accent-400);--gold-300:var(--accent-300);--gold-200:var(--accent-200);--gold-100:var(--accent-100);--gold-50:var(--accent-50);--violet-600:var(--accent-500);--paper:#f8fafc;--white:#fff;--ink-900:#0f172a;--ink-700:#334155;--ink-500:#475569;--ink-400:#64748b;--line:#e2e8f0;--line-soft:#f1f5f9;--wash:#f1effa;--wash-strong:#eae6f7;--surface-dark:#16143a;--surface-dark-deep:#100e2c;--surface-dark-line:#2d2a5e;--night:#0b0a1f;--night2:var(--surface-dark-deep);--line-d:var(--surface-dark-line);--ok:#16a34a;--warn:#b45309;--crit:#b91c1c;--success:#16a34a;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-pill:9999px;--shadow-xs:0 1px 2px #0f1b350a;--shadow-sm:0 2px 6px #0f1b350f;--shadow-md:0 8px 24px #0f1b3514;--shadow-lg:0 20px 50px #0f1b351f;--shadow-gold:0 10px 30px #7b61ff3d;--shadow-accent-ambient:0 48px 96px -44px #402c948c;--t:.2s cubic-bezier(.4, 0, .2, 1);background:var(--paper);color:var(--ink-900);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.55;overflow-x:clip}.landing-root *{box-sizing:border-box}.landing-root ::selection{background:var(--navy-900);color:#fff}.landing-root a{color:inherit;text-decoration:none}.landing-root .lnav{z-index:50;-webkit-backdrop-filter:saturate(160%)blur(16px);background:#0b0a1fb8;border-bottom:1px solid #2d2a5e59;transition:background .26s,border-color .26s;position:sticky;top:0}.landing-root .lnav.scrolled{background:#0b0a1fe6;border-bottom-color:#2d2a5ef2}.landing-root .nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:16px 32px;display:flex}.landing-root .brand{color:#fff;align-items:center;gap:11px;display:inline-flex}.landing-root .brand-mark{color:currentColor;flex:none;width:auto;height:29px;display:block;overflow:visible}.landing-root .brand-dot{fill:var(--accent-400)}.landing-root .brand-word{letter-spacing:-.045em;color:currentColor;font-family:Space Grotesk,Plus Jakarta Sans,system-ui,sans-serif;font-size:25px;font-weight:600;line-height:1}.landing-root .brand-word .pm{color:var(--accent-200)}.landing-root .nav-links{align-items:center;gap:2px;display:flex}.landing-root .nav-links a{border-radius:var(--radius-pill);color:#c9beff;transition:var(--t);cursor:pointer;padding:8px 13px;font-size:13.5px;font-weight:500;position:relative}.landing-root .nav-links a:hover{color:#fff;background:#ffffff0f}.landing-root .nav-actions{align-items:center;gap:16px;display:flex}.landing-root .link-login{color:#cbd5e1;text-underline-offset:4px;cursor:pointer;font-size:13.5px;text-decoration:underline}.landing-root .link-login:hover{color:#fff}.landing-root .lang-toggle{border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #a594ff47;align-items:center;gap:4px;padding:4px 8px;display:inline-flex}.landing-root .lang-toggle .lang-opt{letter-spacing:.04em;color:var(--accent-100);cursor:pointer;transition:var(--t);background:0 0;border:0;border-radius:4px;padding:2px 6px;font-family:inherit;font-size:12px;font-weight:700}.landing-root .lang-toggle .lang-opt:hover{color:#fff}.landing-root .lang-toggle .lang-opt.active{color:#fff;background:var(--navy-900)}.landing-root .lang-toggle .lang-sep{color:var(--line);-webkit-user-select:none;user-select:none;font-size:12px}.landing-root .lbtn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--t);white-space:nowrap;border:1px solid #0000;align-items:center;gap:8px;padding:11px 18px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.landing-root .lbtn-primary{background:var(--navy-900);color:#fff}.landing-root .lbtn-primary:hover{background:var(--navy-800);box-shadow:var(--shadow-md);transform:translateY(-1px)}.landing-root .lbtn-gold{background:var(--gold-500);color:#fff}.landing-root .lbtn-gold:hover{background:var(--gold-600);box-shadow:var(--shadow-gold);transform:translateY(-1px)}.landing-root .lbtn-outline{color:var(--navy-900);border-color:var(--line);background:#fff}.landing-root .lbtn-outline:hover{border-color:var(--navy-900)}.landing-root .lbtn-disabled,.landing-root .lbtn-disabled:hover{background:var(--navy-100);color:var(--ink-500);border-color:var(--line);cursor:not-allowed;box-shadow:none;transform:none}.landing-root .lbtn-ghost{color:var(--ink-700);background:0 0}.landing-root .lbtn-ghost:hover{background:var(--navy-50);color:var(--navy-900)}.landing-root .lbtn-lg{padding:14px 22px;font-size:15px}.landing-root .lnav .lbtn-primary{color:var(--night);background:#fff;padding:10px 17px;font-size:13.5px}.landing-root .lnav .lbtn-primary:hover{opacity:.9;box-shadow:none;background:#fff;transform:none}.landing-root .lbtn .arrow{transition:transform var(--t)}.landing-root .lbtn:hover .arrow{transform:translate(3px)}.landing-root .graph-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.landing-root .graph-head>div{min-width:0}.landing-root .graph-replay{border-radius:var(--radius-pill);min-height:34px;color:var(--navy-900);cursor:pointer;transition:transform var(--t), box-shadow var(--t), background var(--t);background:#fff;border:1px solid #0f172a1f;flex:none;align-items:center;gap:8px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.landing-root .graph-replay:hover{border-color:var(--navy-300);transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}.landing-root .graph-replay:focus-visible{outline:2px solid var(--gold-400);outline-offset:3px}.landing-root .graph-replay-dark{border-color:var(--navy-700);color:var(--gold-300);letter-spacing:.06em;background:0 0;font-family:JetBrains Mono,monospace;font-size:11px}.landing-root .graph-replay-dark:hover{border-color:var(--gold-500);box-shadow:none;background:#7b61ff1f}@media (max-width:640px){.landing-root .graph-head{flex-direction:column;align-items:stretch}.landing-root .graph-replay{width:fit-content}}@media (prefers-reduced-motion:reduce){.landing-root .graph-replay{display:none}}@keyframes lp-blink{0%,to{opacity:1}50%{opacity:.25}}@keyframes lp-dash{to{stroke-dashoffset:-220px}}@keyframes lp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes lp-sheen{0%{transform:translate(-120%)}60%,to{transform:translate(240%)}}@keyframes lp-halo{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.06)}}@keyframes lp-scan{0%{opacity:0;transform:translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes lp-layersheen{0%,70%{transform:translate(-120%)}85%,to{transform:translate(120%)}}@keyframes lp-ping{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}.landing-root .reveal{opacity:0;filter:blur(5px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .9s;transform:translateY(22px)}.landing-root .reveal.in-view{opacity:1;filter:none;transform:none}@media (prefers-reduced-motion:reduce){.landing-root .reveal{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}.landing-root .l-section{padding:128px 32px 124px}.landing-root .l-section-dark{background:var(--night);color:#fff}.landing-root .l-section-light{background:var(--paper);color:var(--navy-950)}.landing-root .l-section-wash{background:var(--wash);color:var(--navy-950)}.landing-root .l-wrap{max-width:1240px;margin:0 auto;position:relative}.landing-root .l-wrap-narrow{max-width:900px;margin:0 auto}.landing-root .l-wrap-mid{max-width:1080px;margin:0 auto}.landing-root .l-kicker{letter-spacing:.2em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:500;display:block}.landing-root .l-kicker-acc{color:var(--accent-400)}.landing-root .l-kicker-accd{color:var(--accent-500)}.landing-root .l-kicker-acc2{color:var(--accent-300)}.landing-root .l-h2{letter-spacing:-.035em;text-wrap:balance;margin:22px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4.2vw,62px);font-weight:600;line-height:1.03}.landing-root .l-h2-lg{font-size:clamp(34px,4.6vw,68px)}.landing-root .l-h2-sm{font-size:clamp(30px,3.4vw,48px);line-height:1.05}.landing-root .l-h2-dark{color:#fff}.landing-root .l-h2-light{color:var(--navy-950)}.landing-root .l-h2 .accent{color:var(--accent-300)}.landing-root .l-h2-light .accent{color:var(--accent-500)}.landing-root .l-h2 .italic{font-style:italic}.landing-root .l-desc{text-wrap:pretty;max-width:62ch;margin:24px 0 0;font-size:18px;line-height:1.6}.landing-root .l-desc-lg{font-size:18.5px}.landing-root .l-desc-dark{color:#b9b4d6}.landing-root .l-desc-light{color:var(--ink-400)}.landing-root .l-desc-centered{text-align:center;margin-left:auto;margin-right:auto}.landing-root .l-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.landing-root .lhero{background:radial-gradient(1100px 620px at 76% -8%, #7b61ff4d, transparent 62%), radial-gradient(820px 560px at 6% 26%, #2d2a5e8c, transparent 62%), linear-gradient(180deg, var(--night) 0%, #12102e 52%, var(--night) 100%);align-items:stretch;min-height:92vh;display:flex;position:relative;overflow:hidden}.landing-root .lhero:before{content:"";pointer-events:none;opacity:.5;background-image:linear-gradient(#7b61ff12 1px,#0000 1px),linear-gradient(90deg,#7b61ff12 1px,#0000 1px);background-size:88px 88px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(900px 560px at 72% 26%,#000,#0000 78%);mask-image:radial-gradient(900px 560px at 72% 26%,#000,#0000 78%)}.landing-root .lhero:after{content:"";pointer-events:none;background:linear-gradient(180deg, transparent, #0b0a1fe6 72%, var(--night));height:190px;position:absolute;bottom:0;left:0;right:0}.landing-root .hero-inner{grid-template-columns:1fr;align-items:center;gap:64px;width:100%;max-width:1240px;margin:0 auto;padding:74px 32px 96px;display:grid;position:relative}@media (min-width:1080px){.landing-root .hero-inner{grid-template-columns:1.08fr .92fr}}.landing-root .hero-text{color:#fff}.landing-root .eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#c9beff;background:#7b61ff1a;border:1px solid #a594ff52;border-radius:9999px;align-items:center;gap:10px;width:fit-content;padding:7px 15px 7px 11px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:500;display:inline-flex}.landing-root .eyebrow .dot{background:var(--accent-400);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite lp-blink;box-shadow:0 0 0 4px #7b61ff38}.landing-root .lhero h1{letter-spacing:-.042em;color:#fff;text-wrap:balance;max-width:18ch;margin:26px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(44px,6.2vw,98px);font-weight:600;line-height:.94}.landing-root .lhero h1 .accent{color:var(--accent-300)}.landing-root .hero-subtitle{letter-spacing:-.03em;color:#6f6a9a;max-width:28ch;margin:26px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,2.6vw,38px);font-weight:500;line-height:1.1}.landing-root .lede{color:#b9b4d6;text-wrap:pretty;max-width:48ch;margin:30px 0 0;font-size:18.5px;line-height:1.6}.landing-root .lede strong{color:#fff;font-weight:600}.landing-root .hero-ctas{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.landing-root .lhero .lbtn-primary{background:var(--accent-400);box-shadow:0 14px 38px -10px #7b61ffbf}.landing-root .lhero .lbtn-primary:hover{background:var(--accent-300)}.landing-root .lhero .lbtn-outline{color:#fff;background:#ffffff0f;border-color:#a594ff47}.landing-root .lhero .lbtn-outline:hover{border-color:#a594ff80}.landing-root .hero-meta{letter-spacing:.04em;color:#8b86ad;flex-wrap:wrap;gap:12px 34px;margin-top:42px;font-family:JetBrains Mono,monospace;font-size:11.5px;display:flex}.landing-root .hero-meta span{align-items:center;gap:9px;display:inline-flex}.landing-root .hero-meta span:before{content:"";background:var(--accent-400);border-radius:50%;flex:none;width:4px;height:4px}.landing-root .launch-notice{color:#c9beff;background:#7b61ff12;border:1px solid #a594ff42;border-radius:12px;max-width:60ch;margin-top:30px;padding:14px 17px;font-size:13.5px;line-height:1.55}.landing-root .launch-notice strong{color:#fff}.landing-root .dc-wrap{position:relative}.landing-root .dc-halo{pointer-events:none;background:radial-gradient(closest-side,#7b61ff4d,#0000 72%);animation:7s ease-in-out infinite lp-halo;position:absolute;inset:-18% -12%}.landing-root .dc-card{background:linear-gradient(168deg,#1f1b4af5,#100e2cfa);border:1px solid #a594ff38;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 60px 120px -50px #000000e6,inset 0 0 0 1px #ffffff08}.landing-root .dc-head{border-bottom:1px solid #2d2a5ed9;align-items:center;gap:12px;padding:18px 24px;display:flex}.landing-root .dc-tag{letter-spacing:.16em;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dc-id{color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dc-status{letter-spacing:.1em;color:#4ade80;background:#4ade801f;border:1px solid #4ade804d;border-radius:9999px;align-items:center;gap:7px;margin-left:auto;padding:4px 11px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:inline-flex}.landing-root .dc-status .dot{background:#4ade80;border-radius:50%;width:5px;height:5px;animation:2.6s ease-in-out infinite lp-blink}.landing-root .dc-body{padding:26px 24px 24px}.landing-root .dc-label{letter-spacing:.14em;text-transform:uppercase;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dc-title{letter-spacing:-.025em;color:#fff;margin-top:10px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600;line-height:1.15}.landing-root .dc-metrics{background:var(--line-d);border:1px solid var(--line-d);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;margin-top:22px;display:grid;overflow:hidden}.landing-root .dc-metric{background:#0b0a1f8c;padding:15px 16px}.landing-root .dc-metric.net{background:#7b61ff24}.landing-root .dc-metric .m-label{letter-spacing:.12em;text-transform:uppercase;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .dc-metric.net .m-label{color:var(--accent-300)}.landing-root .dc-metric .m-value{color:#fff;margin-top:7px;font-family:JetBrains Mono,monospace;font-size:19px;font-weight:700}.landing-root .dc-metric .m-value.good{color:#4ade80}.landing-root .dc-metric .m-value.warn{color:#fbbf24}.landing-root .dc-meta-rows{flex-direction:column;gap:9px;margin-top:20px;display:flex}.landing-root .dc-meta-row{color:#b9b4d6;align-items:flex-start;gap:10px;font-size:12.5px;line-height:1.5;display:flex}.landing-root .dc-meta-row .m-tag{color:#6f6a9a;flex:none;width:78px;padding-top:1px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .dc-meta-row .warn{color:#fbbf24}.landing-root .dc-footer-row{border-top:1px dashed var(--line-d);flex-wrap:wrap;align-items:center;gap:18px;margin-top:22px;padding-top:20px;display:flex}.landing-root .dc-cellule{flex:auto;min-width:0}.landing-root .dc-avatars{align-items:center;margin-top:9px;display:flex}.landing-root .dc-avatar{color:#fff;border:2px solid #100e2c;border-radius:50%;place-items:center;width:28px;height:28px;margin-left:-8px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:grid}.landing-root .dc-avatar:first-child{margin-left:0}.landing-root .dc-avatars-note{color:#8b86ad;margin-left:12px;font-size:11.5px}.landing-root .dc-seal{text-align:center;background:radial-gradient(closest-side,#7b61ff38,#0000);border:1px solid #7b61ff80;border-radius:50%;flex:none;place-items:center;width:76px;height:76px;display:grid}.landing-root .dc-seal .s-label{letter-spacing:.1em;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .dc-seal .s-date{color:#fff;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.landing-root .dc-seal .s-hash{color:#6f6a9a;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:7.5px}.landing-root .dc-below{letter-spacing:.08em;color:#6f6a9a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.landing-root .dc-below .up{text-transform:uppercase}.landing-root .l-constat{border-top:1px solid #2d2a5e80}.landing-root .constat-paras{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:44px;margin-top:44px;display:grid}.landing-root .constat-paras p{color:#b9b4d6;text-wrap:pretty;margin:0;font-size:18.5px;line-height:1.62}.landing-root .constat-paras strong{color:#fff}.landing-root .constat-cards{background:var(--line-d);border:1px solid var(--line-d);border-radius:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;margin-top:60px;display:grid;overflow:hidden}.landing-root .constat-card{background:var(--night2);padding:34px 30px 30px}.landing-root .constat-card .c-label{letter-spacing:.14em;text-transform:uppercase;color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .constat-card .c-value{color:#fff;letter-spacing:-.02em;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:34px;font-weight:700}.landing-root .constat-card .c-value.warn{color:#fbbf24}.landing-root .constat-card .c-value.crit{color:#f87171}.landing-root .constat-card .c-sub{color:#8b86ad;margin-top:8px;font-size:13px}.landing-root .constat-alert{background:linear-gradient(120deg,#7b61ff24,#100e2c99);border:1px solid #7b61ff57;border-radius:18px;align-items:flex-start;gap:22px;margin-top:40px;padding:30px 34px;display:flex;position:relative;overflow:hidden}.landing-root .constat-alert:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff12,#0000);width:40%;animation:5.5s ease-in-out infinite lp-sheen;position:absolute;inset:0}.landing-root .constat-alert-icon{background:var(--accent-400);color:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 0 0 6px #7b61ff24}.landing-root .constat-alert-body{position:relative}.landing-root .constat-alert-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .constat-alert-text{color:#e6e0ff;max-width:68ch;margin:12px 0 0;font-size:17px;line-height:1.6}.landing-root .constat-alert-text strong{color:#fff}.landing-root .dates-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:76px;display:grid}.landing-root .date-card{border:1px solid var(--line);box-shadow:var(--shadow-xs);background:#fff;border-radius:20px;padding:34px 30px 32px}.landing-root .date-card.featured{color:#fff;background:linear-gradient(160deg, #16143a, var(--night2));box-shadow:var(--shadow-accent-ambient);border-color:#0000;position:relative}.landing-root .date-badge{background:var(--accent-500);letter-spacing:.1em;color:#fff;border-radius:9999px;padding:5px 10px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700;position:absolute;top:26px;right:28px}.landing-root .date-head{align-items:baseline;gap:10px;display:flex}.landing-root .date-tag{letter-spacing:-.04em;color:var(--accent-500);font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700}.landing-root .date-card.featured .date-tag{color:var(--accent-300)}.landing-root .date-value{color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:12px}.landing-root .date-card.featured .date-value{color:#8b86ad}.landing-root .date-title{color:var(--navy-950);margin-top:20px;font-size:17px;font-weight:700}.landing-root .date-card.featured .date-title{color:#fff}.landing-root .date-desc{color:var(--ink-700);margin:8px 0 0;font-size:15px;line-height:1.6}.landing-root .date-card.featured .date-desc{color:#c4bfe0}.landing-root .date-bar-track{background:var(--line);border-radius:4px;height:4px;margin-top:22px;overflow:hidden}.landing-root .date-card.featured .date-bar-track{background:#ffffff24}.landing-root .date-bar-fill{background:var(--accent-500);border-radius:4px;width:0;height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.landing-root .date-card.featured .date-bar-fill{background:var(--accent-400)}.landing-root .date-bar-fill.filled{width:var(--pct,0%)}.landing-root .dates-note{background:var(--wash);color:var(--ink-700);border-radius:16px;align-items:center;gap:14px;margin-top:30px;padding:20px 26px;font-size:15px;display:flex}.landing-root .dates-note svg{color:var(--accent-500);flex:none}.landing-root .dates-note strong{color:var(--navy-950)}.landing-root .l-moteur-outer{background:var(--paper);padding:0 32px 132px}.landing-root .moteur-panel{background:linear-gradient(165deg, #16143a 0%, var(--night2) 60%, var(--night) 100%);max-width:1240px;box-shadow:var(--shadow-accent-ambient);border-radius:28px;margin:0 auto;padding:84px 48px 76px;position:relative;overflow:hidden}.landing-root .moteur-panel:before{content:"";pointer-events:none;background:radial-gradient(620px 380px at 50% 0,#7b61ff42,#0000 66%);position:absolute;inset:0}.landing-root .moteur-head{text-align:center;position:relative}.landing-root .moteur-head .l-h2{max-width:24ch;margin-left:auto;margin-right:auto;font-size:clamp(32px,3.8vw,56px)}.landing-root .moteur-head .l-desc{text-align:center;max-width:64ch;margin-left:auto;margin-right:auto;font-size:17.5px}.landing-root .moteur-diagram{max-width:1000px;margin:66px auto 0;position:relative}.landing-root .moteur-diagram svg{width:100%;height:auto;display:block;overflow:visible}.landing-root .moteur-points{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;margin-top:66px;display:grid;position:relative}.landing-root .moteur-point{border-top:1px solid #7b61ff66;padding-top:20px}.landing-root .moteur-point .p-tag{letter-spacing:.14em;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .moteur-point .p-title{color:#fff;margin-top:12px;font-size:16.5px;font-weight:700}.landing-root .moteur-point .p-desc{color:#a29dc2;margin:8px 0 0;font-size:14.5px;line-height:1.6}.landing-root .preuve-marquee-wrap{margin-top:56px;position:relative}.landing-root .preuve-fade{z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.landing-root .preuve-fade.left{background:linear-gradient(90deg, var(--paper), transparent);left:0}.landing-root .preuve-fade.right{background:linear-gradient(270deg, var(--paper), transparent);right:0}.landing-root .preuve-marquee-clip{overflow:hidden}.landing-root .preuve-marquee-track{gap:20px;width:max-content;animation:52s linear infinite lp-marquee;display:flex}.landing-root .preuve-marquee-clip:hover .preuve-marquee-track{animation-play-state:paused}.landing-root .preuve-group{gap:20px;display:flex}.landing-root .preuve-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex:none;width:320px;padding:30px 28px}.landing-root .preuve-card.hero-card{background:linear-gradient(150deg, #16143a, var(--night2));color:#fff;border:0;width:340px;box-shadow:0 30px 64px -34px #402c94b3}.landing-root .preuve-card .pc-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .preuve-card.hero-card .pc-tag{color:var(--accent-300)}.landing-root .preuve-card .pc-title{color:var(--navy-950);letter-spacing:-.02em;margin:14px 0 0;font-size:19px;font-weight:700}.landing-root .preuve-card.hero-card .pc-title{letter-spacing:-.03em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:600}.landing-root .preuve-card .pc-desc{color:var(--ink-700);margin:8px 0 0;font-size:14px;line-height:1.55}.landing-root .preuve-card.hero-card .pc-desc{color:#c4bfe0;margin-top:10px}.landing-root .preuve-card .pc-bullets{color:var(--ink-700);flex-direction:column;gap:8px;margin-top:16px;font-size:12.5px;line-height:1.5;display:flex}.landing-root .preuve-card.hero-card .pc-bullets{color:#d6d2ea}.landing-root .preuve-card .pc-bullets strong{color:var(--navy-950)}.landing-root .preuve-card.hero-card .pc-bullets strong{color:#fff}.landing-root .preuve-loop{background:var(--wash);border-radius:18px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:22px 26px;display:flex}.landing-root .preuve-loop .loop-pill{border:1px solid var(--line);color:var(--navy-950);white-space:nowrap;background:#fff;border-radius:9999px;padding:8px 14px;font-size:12.5px;font-weight:700}.landing-root .preuve-loop .loop-pill.final{background:var(--navy-950);color:#fff;border:0}.landing-root .preuve-loop .loop-arrow{color:var(--accent-500);font-weight:700}.landing-root .preuve-loop .loop-note{text-align:center;width:100%;color:var(--ink-500);margin-top:6px;font-size:13px}.landing-root .preuve-cellule{color:var(--ink-700);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 24px;margin-top:16px;font-size:13.5px;display:flex}.landing-root .preuve-cellule .cel-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .preuve-cellule .sep{color:var(--line)}.landing-root .dl-block-label{border-bottom:1px solid var(--line-d);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-300);margin-top:64px;padding-bottom:14px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:block}.landing-root .dl-movements{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.landing-root .dl-move{border:1px solid var(--line-d);background:var(--night2);border-radius:18px;flex-direction:column;padding:26px 26px 22px;display:flex}.landing-root .dl-move-step{letter-spacing:.16em;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500}.landing-root .dl-move-title{letter-spacing:-.02em;color:#fff;margin:12px 0 0;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:600}.landing-root .dl-move-role{color:var(--accent-200);margin-top:4px;font-size:13px;display:block}.landing-root .dl-move-desc{color:#b9b4d6;margin:16px 0 0;font-size:15px;line-height:1.6}.landing-root .dl-move-out{gap:6px;margin-top:auto;padding-top:18px;display:grid}.landing-root .dl-move-out-label{letter-spacing:.14em;text-transform:uppercase;color:var(--navy-400);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dl-move-out-text{color:#fff;font-size:14px;line-height:1.5}.landing-root .dl-movements-note{color:var(--navy-400);margin-top:18px;font-size:13.5px;display:block}.landing-root .dl-split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:start;gap:40px;margin-top:72px;display:grid}.landing-root .dl-split-rev{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.landing-root .dl-col{min-width:0}.landing-root .dl-h3{letter-spacing:-.028em;color:#fff;text-wrap:balance;margin:20px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,2.6vw,34px);font-weight:600;line-height:1.14}.landing-root .dl-p{color:#b9b4d6;margin:18px 0 0;font-size:16.5px;line-height:1.62}.landing-root .dl-grades{background:var(--line-d);border:1px solid var(--line-d);border-radius:14px;gap:1px;margin-top:26px;display:grid;overflow:hidden}.landing-root .dl-grade{background:var(--night2);grid-template-columns:130px minmax(0,1fr);gap:4px 16px;padding:14px 18px;display:grid}.landing-root .dl-grade-range{color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:12px}.landing-root .dl-grade-label{color:#fff;font-size:14px;font-weight:700}.landing-root .dl-grade-desc{color:var(--navy-400);grid-column:2;font-size:13.5px}.landing-root .dl-card{border:1px solid var(--line-d);background:var(--night2);border-radius:20px;min-width:0;padding:24px 26px 26px}.landing-root .dl-card-head{border-bottom:1px solid var(--line-d);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:16px;display:flex}.landing-root .dl-card-label{color:#fff;font-size:14.5px;font-weight:700}.landing-root .dl-card-ref{color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:11px}.landing-root .dl-score-value{flex-wrap:wrap;align-items:baseline;gap:10px;margin-top:20px;display:flex}.landing-root .dl-score-value strong{letter-spacing:-.04em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:54px;font-weight:600;line-height:1}.landing-root .dl-score-max{color:var(--navy-400);font-size:16px}.landing-root .dl-score-grade{border-radius:var(--radius-pill);letter-spacing:.12em;color:#6ee7b7;background:#22c55e1f;border:1px solid #22c55e59;margin-left:auto;padding:4px 11px;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .dl-card-score .date-bar-track{background:#ffffff1f;margin-top:16px}.landing-root .dl-card-score .date-bar-fill{background:var(--accent-400)}.landing-root .dl-score-note{color:var(--navy-400);margin-top:10px;font-size:12.5px;display:block}.landing-root .dl-card-sublabel{border-top:1px solid var(--line-d);letter-spacing:.14em;text-transform:uppercase;color:var(--navy-400);margin-top:24px;padding-top:18px;font-family:JetBrains Mono,monospace;font-size:9.5px;display:block}.landing-root .dl-criteria{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 26px;margin:12px 0 0;padding:0;list-style:none;display:grid}.landing-root .dl-criteria li{grid-template-columns:34px minmax(0,1fr);align-items:baseline;gap:12px;padding:8px 0;display:grid}.landing-root .dl-crit-pts{color:var(--accent-300);text-align:right;font-family:JetBrains Mono,monospace;font-size:12px}.landing-root .dl-crit-body{gap:2px;min-width:0;display:grid}.landing-root .dl-crit-body strong{color:#fff;font-size:14px;font-weight:600}.landing-root .dl-crit-body em{color:var(--navy-400);font-size:12.5px;font-style:normal;line-height:1.45}.landing-root .dl-chain{margin:4px 0 0;display:grid}.landing-root .dl-chain-row{border-bottom:1px solid var(--line-d);grid-template-columns:130px minmax(0,1fr);gap:6px 16px;padding:14px 0;display:grid}.landing-root .dl-chain-row dt{color:var(--navy-400);font-size:13px}.landing-root .dl-chain-row dd{gap:3px;min-width:0;margin:0;display:grid}.landing-root .dl-chain-value{color:#fff;overflow-wrap:anywhere;font-family:JetBrains Mono,monospace;font-size:14px}.landing-root .dl-chain-note{color:var(--navy-400);font-size:12.5px;line-height:1.45}.landing-root .dl-chain-foot{color:var(--accent-200);margin:18px 0 0;font-size:13.5px;line-height:1.55}.landing-root .dl-closing{border:1px solid var(--line-d);background:#7b61ff12;border-radius:18px;gap:10px;margin-top:72px;padding:28px 32px;display:grid}.landing-root .dl-closing-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .dl-closing p{color:#fff;max-width:78ch;margin:0;font-size:17px;line-height:1.6}.landing-root .whatif-table-wrap{border:1px solid var(--line-d);background:var(--night2);border-radius:20px;margin-top:56px;overflow:hidden}.landing-root .whatif-table-head{border-bottom:1px solid var(--line-d);background:#7b61ff0f;flex-wrap:wrap;align-items:center;gap:12px;padding:18px 26px;display:flex}.landing-root .whatif-badge{background:var(--accent-500);color:#fff;border-radius:7px;place-items:center;width:26px;height:26px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:grid}.landing-root .whatif-table-head .title{color:#fff;font-size:14px;font-weight:700}.landing-root .whatif-table-head .sims{color:#8b86ad;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:10.5px}.landing-root .whatif-scroll{overflow-x:auto}.landing-root .whatif-table{border-collapse:collapse;width:100%;min-width:880px;font-size:14px}.landing-root .whatif-table th{letter-spacing:.12em;text-transform:uppercase;color:#8b86ad;border-bottom:1px solid var(--line-d);text-align:left;padding:16px 18px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500}.landing-root .whatif-table th:first-child,.landing-root .whatif-table td:first-child{padding-left:26px}.landing-root .whatif-table th:last-child,.landing-root .whatif-table td:last-child{padding-right:26px}.landing-root .whatif-table td{vertical-align:top;border-bottom:1px solid #2d2a5e8c;padding:20px 18px}.landing-root .whatif-table tr:last-child td{border-bottom:0}.landing-root .whatif-table .row-title{color:#fff;font-weight:700}.landing-root .whatif-table .row-sub{color:#8b86ad;margin-top:3px;font-size:12.5px}.landing-root .whatif-table .mono{color:#e6e0ff;font-family:JetBrains Mono,monospace}.landing-root .whatif-table .mono.good{color:#4ade80}.landing-root .whatif-table .mono.bad{color:#f87171}.landing-root .whatif-table .mono.warn{color:#fbbf24}.landing-root .whatif-table .mono.muted{color:#8b86ad}.landing-root .whatif-table .delta{margin-left:4px;font-size:11px}.landing-root .whatif-table tr.highlight td{background:linear-gradient(90deg,#7b61ff33,#7b61ff0a)}.landing-root .whatif-table tr.highlight td:first-child{box-shadow:inset 3px 0 0 var(--accent-400)}.landing-root .whatif-table .net-big{font-size:17px;font-weight:700}.landing-root .whatif-badge-pill{background:var(--accent-500);letter-spacing:.08em;color:#fff;white-space:nowrap;border-radius:9999px;padding:3px 9px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .whatif-footnote{border-top:1px solid var(--line-d);color:#b9b4d6;background:#7b61ff0d;padding:22px 26px;font-size:14.5px;line-height:1.65}.landing-root .whatif-footnote strong{color:#fff}.landing-root .whatif-points{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-top:48px;display:grid}.landing-root .whatif-points .wp-title{color:#fff;font-size:16.5px;font-weight:700}.landing-root .whatif-points .wp-desc{color:#a29dc2;margin:8px 0 0;font-size:14.5px;line-height:1.6}.landing-root .l-agents{background:radial-gradient(900px 500px at 78% -10%, #7b61ff38, transparent 62%), var(--night);padding:128px 0 124px;position:relative;overflow:hidden}.landing-root .agents-inner{max-width:1240px;margin:0 auto;padding:0 32px}.landing-root .agents-nav-btns{gap:10px;display:flex}.landing-root .agents-nav-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #a594ff4d;border-radius:50%;place-items:center;width:44px;height:44px;transition:border-color .2s,background .2s;display:grid}.landing-root .agents-nav-btn:hover{background:#ffffff14;border-color:#a594ff99}.landing-root .agents-track{scroll-behavior:smooth;scrollbar-width:none;gap:20px;margin-top:44px;padding-bottom:8px;display:flex;overflow-x:auto}.landing-root .agents-track::-webkit-scrollbar{display:none}.landing-root .agent-card{border:1px solid var(--line-d);background:var(--night2);cursor:pointer;border-radius:20px;flex:none;width:306px;height:452px;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .4s;position:relative;overflow:hidden}.landing-root .agent-card:hover,.landing-root .agent-card:focus-visible,.landing-root .agent-card.active{transform:translateY(-5px)}.landing-root .agent-card:focus-visible{outline:2px solid var(--accent-300);outline-offset:2px}.landing-root .agent-visual{height:100%;padding:24px;transition:height .62s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;overflow:hidden}.landing-root .agent-card:hover .agent-visual,.landing-root .agent-card:focus-visible .agent-visual,.landing-root .agent-card.active .agent-visual{height:52%}.landing-root .agent-visual-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-root .agent-visual-head .av-tag{letter-spacing:.16em;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .agent-visual-head .av-no{color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .agent-text{opacity:0;background:var(--night2);border-top:1px solid #7b61ff4d;flex-direction:column;height:48%;padding:22px 24px;transition:opacity .46s .12s,transform .56s cubic-bezier(.16,1,.3,1) .12s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(14px)}.landing-root .agent-card:hover .agent-text,.landing-root .agent-card:focus-visible .agent-text,.landing-root .agent-card.active .agent-text{opacity:1;transform:none}.landing-root .agent-text h3{letter-spacing:-.025em;color:#fff;margin:0;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:600}.landing-root .agent-text .at-sub{margin-top:4px;font-size:13.5px}.landing-root .agent-text .at-desc{color:#b9b4d6;margin:12px 0 0;font-size:13.5px;line-height:1.55}.landing-root .agent-text .at-cta{letter-spacing:.1em;color:#fff;align-items:center;gap:8px;margin-top:auto;font-family:JetBrains Mono,monospace;font-size:10px;display:inline-flex}.landing-root .agents-markers{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.landing-root .agent-marker{border:1px solid var(--line-d);color:#8b86ad;letter-spacing:.06em;cursor:pointer;background:#ffffff08;border-radius:9999px;align-items:center;gap:8px;padding:7px 13px;font-family:JetBrains Mono,monospace;font-size:10px;transition:color .26s,border-color .26s,background .26s;display:inline-flex}.landing-root .agent-marker.active{color:#fff;background:#ffffff12}.landing-root .agent-marker .dot{border-radius:50%;flex:none;width:5px;height:5px}.landing-root .agents-footer-points{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:30px;max-width:1240px;margin:64px auto 0;padding:0 32px;display:grid}.landing-root .agents-footer-points .fp-title{color:#fff;font-size:16.5px;font-weight:700}.landing-root .agents-footer-points .fp-desc{color:#a29dc2;margin:8px 0 0;font-size:14.5px;line-height:1.6}.landing-root .av-score{letter-spacing:-.04em;color:#fff;margin-top:26px;font-family:Space Grotesk,sans-serif;font-size:54px;font-weight:700;line-height:1}.landing-root .av-score .of{color:#6f6a9a;font-size:22px}.landing-root .av-scorelabel{letter-spacing:.1em;color:#8b86ad;margin-top:6px;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .av-bars{align-items:flex-end;gap:7px;height:92px;margin-top:26px;display:flex}.landing-root .av-bars span{border-radius:3px 3px 0 0;flex:1}.landing-root .av-chips{flex-direction:column;gap:8px;margin-top:22px;display:flex}.landing-root .av-chips span{letter-spacing:.08em;color:#c9beff;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:9.5px;display:inline-flex}.landing-root .av-chips span:before{content:"";background:currentColor;border-radius:50%;width:4px;height:4px}.landing-root .av-statusbadge{border-radius:9999px;align-items:center;gap:9px;margin-top:20px;padding:6px 12px;display:inline-flex}.landing-root .av-statusbadge .dot{border-radius:50%;width:6px;height:6px}.landing-root .av-statusbadge span.label{letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.landing-root .av-kpis{background:var(--line-d);border:1px solid var(--line-d);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;margin-top:24px;display:grid;overflow:hidden}.landing-root .av-kpis .kpi{background:#0b0a1f99;padding:14px 15px}.landing-root .av-kpis .kpi .k-label{letter-spacing:.12em;color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .av-kpis .kpi .k-value{color:#fff;margin-top:6px;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.landing-root .av-chartlabel{letter-spacing:.08em;color:#8b86ad;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .av-hyplabel{letter-spacing:.1em;color:#8b86ad;margin-top:22px;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .av-hyptext{color:#fff;margin-top:8px;font-size:15px;font-weight:600;line-height:1.35}.landing-root .av-rows{flex-direction:column;gap:9px;margin-top:20px;display:flex}.landing-root .av-row{border:1px solid var(--line-d);background:#ffffff08;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.landing-root .av-row.net{padding:13px 14px}.landing-root .av-row .r-label{color:#b9b4d6;font-size:12.5px}.landing-root .av-row.net .r-label{color:#fff;font-weight:700}.landing-root .av-row .r-value{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.landing-root .av-row.net .r-value{font-size:17px}.landing-root .av-footlabel{letter-spacing:.08em;color:#8b86ad;margin-top:20px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .av-question{border:1px solid var(--line-d);color:#e6e0ff;background:#ffffff0d;border-radius:11px 11px 11px 3px;margin-top:22px;padding:13px 15px;font-size:12.5px;line-height:1.5}.landing-root .av-avatars{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.landing-root .av-avatars span{border-radius:8px;place-items:center;width:28px;height:28px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:grid}.landing-root .av-synth{border-radius:11px;margin-top:18px;padding:14px 15px}.landing-root .av-synth .syn-label{letter-spacing:.12em;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .av-synth .syn-title{color:#fff;margin-top:8px;font-size:13px;font-weight:700}.landing-root .av-synth .syn-items{color:#d6d2ea;flex-direction:column;gap:7px;margin-top:10px;font-size:12px;line-height:1.45;display:flex}.landing-root .av-obsbox{border:1px solid var(--line-d);background:#ffffff08;border-radius:11px;margin-top:22px;padding:14px 15px}.landing-root .av-obsbox .ob-tag{color:#6f6a9a;justify-content:space-between;gap:10px;font-family:JetBrains Mono,monospace;font-size:9px;display:flex}.landing-root .av-obsbox .ob-title{color:#fff;margin-top:8px;font-size:13.5px;font-weight:600}.landing-root .av-obsbox .ob-badges{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.landing-root .av-obsbox .ob-badges span{border-radius:6px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .av-bridge{align-items:center;gap:10px;margin:12px 0;display:flex}.landing-root .av-bridge .line{flex:1;height:1px}.landing-root .av-bridge .label{letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .av-officebox{background:#34d3991a;border:1px solid #34d39957;border-radius:11px;padding:14px 15px}.landing-root .av-officebox .ob-tag{color:#34d399}.landing-root .av-officebox .ob-title{color:#fff;margin-top:8px;font-size:13.5px;font-weight:600}.landing-root .av-officebox .ob-badge{color:#c9beff;background:#7b61ff33;border-radius:6px;margin-top:9px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700;display:inline-block}.landing-root .av-assign{color:#d6d2ea;background:#ffffff0a;border-radius:10px;margin-top:16px;padding:12px 15px;font-size:12.5px}.landing-root .av-assign strong{color:#34d399}.landing-root .av-tags{flex-wrap:wrap;gap:6px;margin-top:20px;display:flex}.landing-root .av-tags span{color:#8b86ad;background:#ffffff0d;border-radius:7px;padding:4px 9px;font-family:JetBrains Mono,monospace;font-size:8.5px;font-weight:700}.landing-root .av-tags span.active{color:#7fd8e6;background:#56c4d629;border:1px solid #56c4d65c}.landing-root .av-chatbox{background:#ffffff0d;border:1px solid #ffffff14;border-radius:11px;margin-top:16px;padding:12px 14px}.landing-root .av-chatbox .who{letter-spacing:.12em;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .av-chatbox .msg{color:#e6e0ff;margin-top:6px;font-size:12.5px;line-height:1.45}.landing-root .av-chat-answer{background:#56c4d614;border:1px solid #56c4d642;border-radius:11px;margin-top:12px;padding:12px 14px}.landing-root .av-chat-answer .who{letter-spacing:.12em;color:#7fd8e6;align-items:center;gap:7px;font-family:JetBrains Mono,monospace;font-size:8px;display:flex}.landing-root .av-chat-answer .who:before{content:"";background:#56c4d6;border-radius:50%;width:5px;height:5px}.landing-root .av-chat-answer .msg{color:#d3f0f5;margin-top:7px;font-size:12px;line-height:1.5}.landing-root .av-chat-answer .msg strong{color:#fff}.landing-root .av-sources{flex-direction:column;gap:5px;margin-top:12px;display:flex}.landing-root .av-sources span{letter-spacing:.08em;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .av-stats{flex-direction:column;gap:16px;margin-top:24px;display:flex}.landing-root .av-stats .stat-num{letter-spacing:-.04em;align-items:baseline;gap:3px;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;line-height:1;display:flex}.landing-root .av-stats .stat-sub{color:#d6c2c6;margin-top:5px;font-size:12px;line-height:1.4}.landing-root .av-grid3{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:22px;display:grid}.landing-root .av-grid3 span{text-align:center;color:#b9b4d6;background:#ffffff0d;border-radius:8px;padding:9px 4px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .av-grid3 span.active{color:#c9beff;background:#a78bfa29;border:1px solid #a78bfa4d;font-weight:700}.landing-root .av-mc{background:#a78bfa14;border:1px solid #a78bfa3d;border-radius:12px;margin-top:22px;padding:14px 15px}.landing-root .av-mc .mc-label{letter-spacing:.12em;color:#a78bfa;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .av-mc .mc-bars{align-items:flex-end;gap:3px;height:46px;margin-top:10px;display:flex}.landing-root .av-mc .mc-bars span{background:#a78bfa80;border-radius:2px 2px 0 0;flex:1}.landing-root .av-mc .mc-scale{color:#8b86ad;justify-content:space-between;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:8px;display:flex}.landing-root .av-fromlabel{letter-spacing:.1em;color:#8b86ad;margin-top:22px;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .av-fromtext{color:#fff;margin-top:8px;font-size:14px;font-weight:600;line-height:1.35}.landing-root .av-svg{width:100%;height:auto;margin-top:20px;display:block}.landing-root .lb-overlay{z-index:300;-webkit-backdrop-filter:blur(10px);background:#060512e6;justify-content:center;align-items:center;padding:40px 32px;display:flex;position:fixed;inset:0}.landing-root .lb-icon-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #a594ff57;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute}.landing-root .lb-close{top:24px;right:28px}.landing-root .lb-prev{width:48px;height:48px;top:50%;left:24px;transform:translateY(-50%)}.landing-root .lb-next{width:48px;height:48px;top:50%;right:24px;transform:translateY(-50%)}.landing-root .lb-stage{flex-direction:column;width:min(760px,100%);max-height:100%;display:flex;position:relative}.landing-root .lb-card{background:var(--night2);border:1px solid var(--accent-400);border-radius:22px;flex-direction:column;width:100%;height:auto;max-height:86vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 60px 120px -50px #000000e6}.landing-root .lb-card .agent-visual{height:auto;padding:34px 38px 38px;transition:none;position:static;overflow:visible}.landing-root .lb-card .agent-text{opacity:1;height:auto;padding:26px 38px 30px;transition:none;position:static;transform:none}.landing-root .lb-card .agent-text .at-cta{display:none}.landing-root .lb-caption{letter-spacing:.08em;color:#8b86ad;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}.landing-root .l-terrain{background:linear-gradient(180deg, var(--night), #12102e 50%, var(--night));position:relative;overflow:hidden}.landing-root .l-terrain:before{content:"";pointer-events:none;background:radial-gradient(700px 420px at 82% 20%,#7b61ff2e,#0000 64%);position:absolute;inset:0}.landing-root .terrain-cols{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:22px;margin-top:62px;display:grid}.landing-root .terrain-col{border:1px solid var(--line-d);background:var(--night2);border-radius:20px;overflow:hidden}.landing-root .terrain-col.siege{background:linear-gradient(160deg, #7b61ff1a, var(--night2));border-color:#7b61ff5c;position:relative}.landing-root .terrain-scanline{background:linear-gradient(90deg, transparent, var(--accent-400), transparent);height:2px;animation:4.5s linear infinite lp-scan;position:absolute;top:0;left:0;right:0}.landing-root .terrain-col-head{border-bottom:1px solid var(--line-d);align-items:center;gap:10px;padding:18px 24px;display:flex}.landing-root .terrain-col-head .tc-title{color:#fff;font-size:13.5px;font-weight:700}.landing-root .terrain-col-head .tc-sub{color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .terrain-col-body{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.landing-root .terrain-obs{border:1px solid var(--line-d);background:#ffffff05;border-radius:13px;padding:15px 17px}.landing-root .terrain-obs.alert-tone{background:#f871710f;border-color:#f871714d}.landing-root .terrain-obs .to-row{color:#6f6a9a;justify-content:space-between;gap:12px;font-family:JetBrains Mono,monospace;font-size:9.5px;display:flex}.landing-root .terrain-col.siege .terrain-obs .to-row{color:var(--accent-300)}.landing-root .terrain-obs .to-title{color:#fff;margin-top:8px;font-size:14px;font-weight:600}.landing-root .terrain-obs .to-badges{flex-wrap:wrap;align-items:center;gap:9px;margin-top:10px;display:flex}.landing-root .terrain-obs .to-badges span.badge{border-radius:6px;padding:3px 9px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.landing-root .terrain-obs .to-badges .note{color:#8b86ad;font-size:11.5px}.landing-root .badge-warn{color:#fbbf24;background:#fbbf2429}.landing-root .badge-ok{color:#4ade80;background:#4ade8024}.landing-root .badge-crit{color:#f87171;background:#f8717129}.landing-root .badge-info{color:#c9beff;background:#7b61ff2e}.landing-root .badge-neutral{color:#c4bfe0;background:#ffffff0f}.landing-root .terrain-action{border-top:1px solid var(--line-d);margin-top:60px;padding-top:52px}.landing-root .terrain-action-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.landing-root .terrain-action-head h3{letter-spacing:-.03em;color:#fff;text-wrap:balance;max-width:26ch;margin:16px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,2.6vw,36px);font-weight:600;line-height:1.08}.landing-root .terrain-time-pill{white-space:nowrap;background:#7b61ff14;border:1px solid #a594ff42;border-radius:9999px;align-items:center;gap:12px;padding:10px 16px;display:flex}.landing-root .terrain-time-pill .dot{background:var(--accent-400);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite lp-blink;box-shadow:0 0 0 4px #7b61ff33}.landing-root .terrain-time-pill span.txt{letter-spacing:.1em;color:#c9beff;font-family:JetBrains Mono,monospace;font-size:10.5px}.landing-root .phone-grid{grid-template-columns:1fr;align-items:center;gap:48px;margin-top:40px;display:grid}@media (min-width:900px){.landing-root .phone-grid{grid-template-columns:292px 1fr}}.landing-root .phone-wrap{width:292px;margin:0 auto;position:relative}.landing-root .phone-halo{pointer-events:none;background:radial-gradient(closest-side,#7b61ff4d,#0000 72%);animation:7s ease-in-out infinite lp-halo;position:absolute;inset:-14% -22%}.landing-root .phone-shell{background:linear-gradient(160deg,#322e63,#16143a 55%,#0c0a20);border-radius:44px;padding:11px;animation:9s ease-in-out infinite lp-float;position:relative;box-shadow:0 60px 110px -44px #000000eb,inset 0 0 0 1px #ffffff14}.landing-root .phone-screen{background:var(--night);border-radius:34px;height:592px;position:relative;overflow:hidden}.landing-root .phone-notch{z-index:6;background:#06050f;border-radius:9999px;width:82px;height:22px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.landing-root .phone-statusbar{z-index:5;color:#d6d2ea;justify-content:space-between;align-items:center;height:40px;padding:0 20px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex;position:absolute;top:0;left:0;right:0}.landing-root .phone-appbar{z-index:4;border-bottom:1px solid var(--line-d);align-items:center;gap:9px;padding:6px 18px 12px;display:flex;position:absolute;top:40px;left:0;right:0}.landing-root .phone-appbar svg{color:#fff;width:auto;height:14px}.landing-root .phone-appbar .word{letter-spacing:-.04em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600}.landing-root .phone-appbar .word .pm{color:var(--accent-300)}.landing-root .phone-appbar .site{letter-spacing:.1em;color:#6f6a9a;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .phone-panel{opacity:0;pointer-events:none;padding:20px 18px;transition:opacity .48s,transform .62s cubic-bezier(.16,1,.3,1);position:absolute;inset:86px 0 0;transform:translateY(12px)}.landing-root .phone-panel.active{opacity:1;pointer-events:auto;transform:none}.landing-root .phone-panel .pp-tag{letter-spacing:.14em;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .phone-input-box{border:1px solid var(--line-d);background:#ffffff08;border-radius:13px;margin-top:14px;padding:14px 15px}.landing-root .phone-input-box .ib-meta{letter-spacing:.12em;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .phone-input-box .ib-text{color:#fff;min-height:38px;margin-top:9px;font-size:14.5px;font-weight:600;line-height:1.35}.landing-root .phone-caret{vertical-align:-2px;background:var(--accent-300);width:2px;height:15px;margin-left:2px;animation:1.1s step-end infinite lp-blink;display:inline-block}.landing-root .phone-tagrow{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.landing-root .phone-tagrow .tag-a{color:#c9beff;background:#7b61ff29;border:1px solid #7b61ff52;border-radius:8px;padding:6px 11px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .phone-tagrow .tag-b{color:#8b86ad;background:#ffffff0d;border-radius:8px;padding:6px 11px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .phone-impact-box{background:#fbbf2414;border:1px solid #fbbf2447;border-radius:12px;margin-top:16px;padding:13px 15px}.landing-root .phone-impact-box .ib-label{letter-spacing:.12em;color:#fbbf24;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .phone-impact-box .ib-row{align-items:baseline;gap:7px;margin-top:7px;display:flex}.landing-root .phone-impact-box .ib-value{letter-spacing:-.03em;color:#fbbf24;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.landing-root .phone-impact-box .ib-sub{color:#d6d2ea;font-size:11.5px}.landing-root .phone-notes{letter-spacing:.06em;color:#6f6a9a;flex-direction:column;gap:7px;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:8.5px;display:flex}.landing-root .phone-notes span:before{content:"▸ "}.landing-root .phone-proof-visual{border:1px solid var(--line-d);background:linear-gradient(150deg,#1d2b3a,#12182a);border-radius:13px;height:132px;margin-top:14px;position:relative;overflow:hidden}.landing-root .phone-proof-visual:before{content:"";opacity:.5;background-image:linear-gradient(#a594ff1a 1px,#0000 1px),linear-gradient(90deg,#a594ff1a 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.landing-root .phone-proof-visual .scan{background:linear-gradient(90deg, transparent, var(--accent-300), transparent);height:2px;animation:3.2s linear infinite lp-scan;position:absolute;top:0;left:0;right:0}.landing-root .phone-proof-visual .file-tag{letter-spacing:.08em;color:#c9beff;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:8.5px;display:flex;position:absolute;bottom:11px;left:12px}.landing-root .phone-proof-rows{flex-direction:column;gap:9px;margin-top:12px;display:flex}.landing-root .phone-proof-row{border:1px solid var(--line-d);background:#ffffff08;border-radius:11px;align-items:center;gap:11px;padding:11px 13px;display:flex}.landing-root .phone-proof-row svg{color:#4ade80;flex:none}.landing-root .phone-proof-row .pr-title{color:#fff;font-size:12px;font-weight:600}.landing-root .phone-proof-row .pr-sub{color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .phone-transmit{text-align:center;flex-direction:column;align-items:center;margin:auto 0;display:flex}.landing-root .phone-transmit-orb{place-items:center;width:116px;height:116px;display:grid;position:relative}.landing-root .phone-ping{border:1px solid #a594ff73;border-radius:50%;animation:2.2s ease-out infinite lp-ping;position:absolute;inset:0}.landing-root .phone-ping.delay{animation-delay:1.1s}.landing-root .phone-transmit-core{background:var(--accent-400);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;display:grid;box-shadow:0 0 0 8px #7b61ff29}.landing-root .phone-transmit-title{letter-spacing:-.02em;color:#fff;margin-top:20px;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.landing-root .phone-transmit-sub{color:#8b86ad;margin-top:6px;font-size:12px}.landing-root .phone-transmit-bar-track{background:#ffffff14;border-radius:4px;width:168px;height:4px;margin-top:18px;overflow:hidden}.landing-root .phone-transmit-bar-fill{background:var(--accent-400);border-radius:4px;width:0;height:100%;transition:width 1.4s cubic-bezier(.2,.8,.3,1)}.landing-root .phone-transmit-bar-fill.filled{width:100%}.landing-root .phone-done-box{background:#4ade8014;border:1px solid #4ade804d;border-radius:12px;align-items:center;gap:11px;margin-top:14px;padding:13px 15px;display:flex}.landing-root .phone-done-icon{color:#4ade80;background:#4ade802e;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid}.landing-root .phone-done-box .dd-title{color:#fff;font-size:12.5px;font-weight:600;line-height:1.35}.landing-root .phone-done-box .dd-sub{color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:400}.landing-root .phone-impact-cards{flex-direction:column;gap:9px;margin-top:12px;display:flex}.landing-root .phone-impact-card{border:1px solid var(--line-d);background:#ffffff08;border-radius:11px;padding:12px 14px}.landing-root .phone-impact-card .pic-tag{letter-spacing:.12em;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .phone-impact-card .pic-title{color:#fff;margin-top:6px;font-size:12.5px;font-weight:600}.landing-root .phone-impact-card .pic-badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.landing-root .phone-impact-card .pic-badges span{border-radius:7px;padding:4px 9px;font-family:JetBrains Mono,monospace;font-size:8.5px;font-weight:700}.landing-root .phone-impact-card .gantt-track{align-items:center;gap:4px;margin-top:9px;display:flex}.landing-root .phone-impact-card .gantt-track span{border-radius:3px;height:6px}.landing-root .phone-notif-box{background:linear-gradient(150deg,#7b61ff2e,#100e2ce6);border:1px solid #7b61ff66;border-radius:13px;margin-top:14px;padding:14px 15px}.landing-root .phone-notif-box .nb-head{align-items:center;gap:8px;display:flex}.landing-root .phone-notif-box .nb-head .dot{background:var(--accent-400);border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite lp-blink}.landing-root .phone-notif-box .nb-head span.tag{letter-spacing:.12em;color:#c9beff;font-family:JetBrains Mono,monospace;font-size:8px}.landing-root .phone-notif-box .nb-text{color:#fff;margin-top:9px;font-size:13.5px;font-weight:600;line-height:1.4}.landing-root .phone-final-metrics{background:var(--line-d);border:1px solid var(--line-d);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;margin-top:12px;display:grid;overflow:hidden}.landing-root .phone-final-metrics .fm{background:#0b0a1f8c;padding:12px 13px}.landing-root .phone-final-metrics .fm.net{background:#7b61ff24}.landing-root .phone-final-metrics .fm .fm-label{letter-spacing:.1em;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:7.5px}.landing-root .phone-final-metrics .fm.net .fm-label{color:var(--accent-300)}.landing-root .phone-final-metrics .fm .fm-value{color:#4ade80;margin-top:5px;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700}.landing-root .phone-assign-note{border:1px solid var(--line-d);color:#d6d2ea;background:#ffffff08;border-radius:11px;margin-top:12px;padding:12px 14px;font-size:12px;line-height:1.45}.landing-root .phone-assign-note strong{color:#fff}.landing-root .phone-actions{gap:9px;margin-top:auto;display:flex}.landing-root .phone-btn-accept{background:var(--accent-400);color:#fff;cursor:default;border:0;border-radius:11px;flex:1;place-items:center;min-height:44px;font-size:13px;font-weight:700;display:grid}.landing-root .phone-btn-details{color:#c9beff;cursor:default;background:0 0;border:1px solid #a594ff4d;border-radius:11px;flex:none;place-items:center;min-width:92px;min-height:44px;font-size:13px;font-weight:600;display:grid}.landing-root .phone-ticks{z-index:5;gap:5px;display:flex;position:absolute;bottom:10px;left:18px;right:18px}.landing-root .phone-ticks span{background:#ffffff1f;border-radius:3px;flex:1;height:3px;transition:background .4s}.landing-root .phone-ticks span.done{background:#7b61ff66}.landing-root .phone-ticks span.active{background:var(--accent-400)}.landing-root .phone-caption{text-align:center;letter-spacing:.1em;color:#6f6a9a;margin-top:18px;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .terrain-rows{flex-direction:column;gap:10px;display:flex}.landing-root .terrain-row{text-align:left;border:1px solid var(--line-d);cursor:pointer;width:100%;color:inherit;background:#ffffff05;border-radius:15px;grid-template-columns:38px 1fr auto;align-items:center;gap:15px;padding:17px 19px;font-family:inherit;transition:border-color .38s,background .38s,transform .38s;display:grid}.landing-root .terrain-row.active{background:#7b61ff1a;border-color:#7b61ff8c;transform:translate(6px)}.landing-root .terrain-row-num{color:#8b86ad;background:#ffffff0d;border-radius:50%;place-items:center;width:38px;height:38px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;transition:background .38s,color .38s;display:grid}.landing-root .terrain-row.active .terrain-row-num{background:var(--accent-400);color:#fff}.landing-root .terrain-row-title{color:#fff;font-size:15.5px;font-weight:700;display:block}.landing-root .terrain-row-desc{color:#8b86ad;margin-top:3px;font-size:13px;line-height:1.45;display:block}.landing-root .terrain-row-time{color:#6f6a9a;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .terrain-rows-hint{letter-spacing:.08em;color:#6f6a9a;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .terrain-metrics{background:var(--line-d);border:1px solid var(--line-d);border-radius:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:44px;display:grid;overflow:hidden}.landing-root .terrain-metric{background:var(--night2);padding:30px}.landing-root .terrain-metric .tm-value{letter-spacing:-.04em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:700}.landing-root .terrain-metric .tm-value.acc{color:var(--accent-300)}.landing-root .terrain-metric .tm-label{color:#8b86ad;margin-top:8px;font-size:14px}.landing-root .terrain-metric .tm-label .muted{color:#6f6a9a}.landing-root .position-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-top:26px;display:flex}.landing-root .position-badge{border:1px solid var(--line);background:#fff;border-radius:9999px;align-items:center;gap:9px;padding:5px 13px 5px 6px;display:inline-flex}.landing-root .position-badge .pill{background:var(--wash-strong);letter-spacing:.1em;color:var(--ink-500);border-radius:9999px;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .position-badge .txt{letter-spacing:.16em;text-transform:uppercase;color:var(--accent-500);font-family:JetBrains Mono,monospace;font-size:10.5px}.landing-root .position-h2{letter-spacing:-.035em;color:var(--navy-950);margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(34px,4.2vw,62px);font-weight:600;line-height:1.02}.landing-root .position-tabs{border:1px solid var(--line);background:#fff;border-radius:12px;gap:6px;padding:5px;display:flex}.landing-root .position-tab{color:var(--ink-400);letter-spacing:.1em;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 15px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:700}.landing-root .position-tab.active{background:var(--navy-950);color:#fff}.landing-root .position-slide{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:44px;margin-top:40px;display:none}.landing-root .position-slide.active{display:grid}.landing-root .position-intro{max-width:48ch;color:var(--ink-500);text-wrap:pretty;margin:0;font-size:18px;line-height:1.6}.landing-root .position-labelrow{align-items:center;gap:14px;margin-top:30px;display:flex}.landing-root .position-labelrow.tight{margin-top:20px}.landing-root .position-labelrow .lr-label{letter-spacing:.18em;color:var(--ink-500);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .position-labelrow .lr-line{background:linear-gradient(90deg, var(--accent-400), transparent);flex:1;height:1px}.landing-root .tool-list{flex-direction:column;gap:10px;margin-top:16px;display:flex}.landing-root .tool-row{box-shadow:var(--shadow-xs);background:#fff;border-radius:14px;grid-template-columns:46px 1fr auto;align-items:center;gap:16px;padding:14px 16px;transition:transform .3s,box-shadow .3s;display:grid}.landing-root .tool-row:hover{transform:translateY(-3px);box-shadow:0 16px 34px -20px #0f1b3538}.landing-root .tool-row .tr-icon{background:var(--wash);width:46px;height:46px;color:var(--accent-500);border-radius:13px;place-items:center;display:grid}.landing-root .tool-row .tr-title{letter-spacing:-.02em;color:var(--navy-950);font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700}.landing-root .tool-row .tr-desc{color:var(--ink-400);margin-top:2px;font-size:13px;line-height:1.45}.landing-root .tool-row .tr-tag{background:var(--wash);letter-spacing:.1em;color:var(--accent-500);white-space:nowrap;border-radius:8px;padding:5px 10px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .tool-row.sherpa{border:1.5px solid var(--accent-400);padding:18px 16px;position:relative;overflow:hidden;box-shadow:0 0 0 5px #7b61ff1a}.landing-root .tool-row.sherpa:before{content:"";background:linear-gradient(90deg,#0000,#7b61ff1a,#0000);width:40%;animation:6s ease-in-out infinite lp-sheen;position:absolute;inset:0}.landing-root .tool-row.sherpa .tr-title{color:var(--accent-500)}.landing-root .tool-row.sherpa .tr-desc{color:var(--ink-700)}.landing-root .tool-row.sherpa .tr-tag{background:var(--accent-400);color:#fff}.landing-root .deploy-mini-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:12px;display:grid}.landing-root .deploy-mini-card{box-shadow:var(--shadow-xs);background:#fff;border-radius:14px;padding:16px}.landing-root .deploy-mini-card .dm-head{align-items:center;gap:10px;display:flex}.landing-root .deploy-mini-card .dm-icon{background:var(--wash);width:30px;height:30px;color:var(--accent-500);border-radius:9px;flex:none;place-items:center;display:grid}.landing-root .deploy-mini-card .dm-title{color:var(--navy-950);font-size:13px;font-weight:700;line-height:1.25}.landing-root .deploy-mini-card .dm-desc{color:var(--ink-400);margin-top:10px;font-size:11.5px;line-height:1.45}.landing-root .map-panel{background:linear-gradient(165deg, #16143a, var(--night) 72%);border-radius:24px;padding:24px;box-shadow:0 44px 96px -52px #0b0a1ff2}.landing-root .map-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.landing-root .map-panel-head .mp-left{align-items:center;gap:12px;display:flex}.landing-root .map-panel-head .mp-tag{background:var(--accent-500);letter-spacing:.06em;color:#fff;border-radius:8px;padding:5px 10px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .map-panel-head .mp-title{letter-spacing:-.02em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.landing-root .map-panel-head .mp-right{text-align:right;letter-spacing:.14em;color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:8.5px;font-weight:700;line-height:1.7}.landing-root .map-svg-frame{border:1px solid var(--line-d);background:#0b0a1f80;border-radius:18px;margin-top:18px;padding:14px 12px 8px}.landing-root .map-svg-frame svg{width:100%;height:auto;display:block}.landing-root .map-legend{border-top:1px solid var(--line-d);color:#b9b4d6;flex-wrap:wrap;gap:12px 30px;margin-top:16px;padding-top:16px;font-size:12.5px;display:flex}.landing-root .map-legend span.item{align-items:center;gap:9px;display:inline-flex}.landing-root .map-legend strong{color:#fff}.landing-root .map-legend .swatch{border-radius:50%;flex:none;width:10px;height:10px}.landing-root .map-legend .swatch.acc{background:var(--accent-400);animation:2.4s ease-in-out infinite lp-blink;box-shadow:0 0 0 4px #7b61ff33}.landing-root .map-legend .swatch.grey{background:#6f6a9a}.landing-root .modes-title{letter-spacing:-.03em;color:var(--navy-950);margin:32px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:700}.landing-root .modes-sub{color:var(--ink-400);margin:6px 0 0;font-size:15px;line-height:1.5}.landing-root .modes-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.landing-root .mode-row{box-shadow:var(--shadow-xs);background:#fff;border-radius:16px;grid-template-columns:52px 1fr auto;align-items:center;gap:16px;padding:18px 20px;transition:transform .3s,box-shadow .3s;display:grid}.landing-root .mode-row:hover{transform:translateY(-3px);box-shadow:0 16px 34px -20px #0f1b3538}.landing-root .mode-row .mr-icon{background:var(--wash);width:52px;height:52px;color:var(--accent-500);border-radius:15px;place-items:center;display:grid}.landing-root .mode-row .mr-tag{letter-spacing:.14em;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .mode-row .mr-title{letter-spacing:-.02em;color:var(--navy-950);margin-top:6px;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.landing-root .mode-row .mr-desc{color:var(--ink-400);margin-top:4px;font-size:13px;line-height:1.5}.landing-root .mode-row .mr-badge{background:var(--wash);letter-spacing:.1em;color:var(--accent-500);white-space:nowrap;border-radius:8px;padding:5px 10px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .modes-benefits{border-top:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px;margin-top:22px;padding-top:20px;display:grid}.landing-root .modes-benefits .mb-head{align-items:center;gap:9px;display:flex}.landing-root .modes-benefits .mb-head svg{color:var(--accent-500);flex:none}.landing-root .modes-benefits .mb-title{color:var(--navy-950);font-size:13.5px;font-weight:700}.landing-root .modes-benefits .mb-desc{color:var(--ink-400);margin-top:4px;font-size:12.5px}.landing-root .layers-stack{flex-direction:column;gap:12px;margin-top:18px;display:flex}.landing-root .layer-item{padding-left:22px;position:relative}.landing-root .layer-card{background:linear-gradient(150deg,#1c2740,#131c30);border-radius:16px;grid-template-columns:54px 1fr auto;align-items:center;gap:16px;padding:16px 20px 16px 30px;transition:transform .3s;display:grid;position:relative;overflow:hidden}.landing-root .layer-item:hover .layer-card{transform:translateY(-3px)}.landing-root .layer-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:40%;animation:8s linear infinite lp-layersheen;position:absolute;inset:0}.landing-root .layer-card.l3{background:linear-gradient(150deg,#241f56,#171338)}.landing-root .layer-card.l5{background:linear-gradient(150deg,#2a2570,#1a1650)}.landing-root .layer-card.l4{border:2px solid var(--accent-400);background:#fff;padding:20px 20px 20px 30px;box-shadow:0 0 0 6px #7b61ff1f,0 30px 64px -34px #402c948c}.landing-root .layer-card.l4:before{background:linear-gradient(90deg,#0000,#7b61ff1a,#0000)}.landing-root .layer-icon{color:#fff;background:#ffffff12;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:relative}.landing-root .layer-card.l4 .layer-icon{background:var(--wash);color:var(--accent-500);border-color:#7b61ff4d}.landing-root .layer-text{position:relative}.landing-root .layer-text .lt-title{letter-spacing:-.02em;color:#fff;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.landing-root .layer-card.l4 .layer-text .lt-title{color:var(--navy-950);font-size:18px}.landing-root .layer-text .lt-desc{color:#b9b4d6;margin-top:3px;font-size:12.5px;line-height:1.45}.landing-root .layer-card.l4 .layer-text .lt-desc{color:var(--ink-700)}.landing-root .layer-verbs{letter-spacing:.14em;color:#b9b4d6;text-align:right;border-left:1px solid #ffffff24;flex-direction:column;gap:3px;padding-left:16px;font-family:JetBrains Mono,monospace;font-size:8.5px;font-weight:700;display:flex;position:relative}.landing-root .layer-card.l4 .layer-verbs{border-left-color:var(--line);color:var(--accent-500)}.landing-root .layer-badge-num{color:#475569;background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;display:grid;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 4px 12px #0a12204d}.landing-root .layer-badge-num.acc{background:var(--accent-400);color:#fff;animation:3.5s ease-in-out infinite lp-halo;box-shadow:0 4px 14px #7b61ff99}.landing-root .layer-brand{align-items:center;gap:7px;display:inline-flex}.landing-root .layer-brand svg{width:auto;height:15px;color:var(--navy-950)}.landing-root .layer-brand .word{letter-spacing:-.045em;color:var(--navy-950);font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600}.landing-root .layer-brand .word .pm{color:var(--accent-500)}.landing-root .layer-closing{box-shadow:var(--shadow-xs);background:#fff;border-radius:18px;grid-template-columns:54px 1fr;align-items:center;gap:16px;margin-top:16px;padding:20px 22px;display:grid}.landing-root .layer-closing .lc-icon{background:var(--wash);width:54px;height:54px;color:var(--accent-500);border-radius:50%;place-items:center;display:grid}.landing-root .layer-closing .lc-title{letter-spacing:-.02em;color:var(--accent-500);font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700}.landing-root .layer-closing .lc-desc{color:var(--ink-700);margin-top:4px;font-size:13.5px;line-height:1.5}.landing-root .layer-closing .lc-desc strong{color:var(--accent-500)}.landing-root .deploy-banner{box-shadow:var(--shadow-xs);background:#fff;border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:center;gap:24px;margin-top:40px;padding:26px 30px;display:grid}.landing-root .deploy-banner .db-title{letter-spacing:-.03em;color:var(--navy-950);font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.landing-root .deploy-banner .db-desc{color:var(--ink-400);margin-top:5px;font-size:13.5px;line-height:1.5}.landing-root .deploy-banner-item{align-items:flex-start;gap:12px;display:flex}.landing-root .deploy-banner-item .dbi-num{background:var(--wash);width:28px;height:28px;color:var(--accent-500);border-radius:50%;flex:none;place-items:center;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;display:grid}.landing-root .deploy-banner-item .dbi-num.final{background:var(--accent-400);color:#fff}.landing-root .deploy-banner-item .dbi-title{color:var(--navy-950);font-size:14px;font-weight:700}.landing-root .deploy-banner-item .dbi-desc{color:var(--ink-400);margin-top:3px;font-size:12.5px;line-height:1.45}.landing-root .perimetre-grid{background:var(--line);border:1px solid var(--line);border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1px;margin-top:56px;display:grid;overflow:hidden}.landing-root .perimetre-col{background:#fff;padding:32px 26px}.landing-root .perimetre-col .pc-tag{letter-spacing:.16em;color:var(--accent-500);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .perimetre-col h3{color:var(--navy-950);letter-spacing:-.02em;margin:14px 0 0;font-size:18px;font-weight:700}.landing-root .perimetre-col .pc-items{color:var(--ink-700);flex-direction:column;gap:11px;margin-top:18px;font-size:13.5px;line-height:1.5;display:flex}.landing-root .perimetre-col .pc-items strong{color:var(--navy-950)}.landing-root .sovereignty-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px;margin-top:24px;display:grid}.landing-root .sovereignty-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:28px 30px}.landing-root .sovereignty-card.local{background:var(--wash)}.landing-root .sovereignty-card .sc-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:9.5px}.landing-root .sovereignty-card.local .sc-tag{color:var(--accent-500)}.landing-root .sovereignty-card .sc-desc{color:var(--ink-700);margin:12px 0 0;font-size:14.5px;line-height:1.6}.landing-root .sovereignty-card .sc-note{color:var(--ink-500);margin-top:14px;font-size:13px}.landing-root .sovereignty-card .sc-note strong{color:var(--navy-950)}.landing-root .perimetre-footnote{color:var(--ink-400);max-width:90ch;margin-top:18px;font-size:13.5px;line-height:1.6}.landing-root .secteurs-grid{grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:18px;margin-top:56px;display:grid}.landing-root .secteur-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;padding:26px 26px 24px;transition:transform .32s,box-shadow .32s,border-color .32s;display:flex}.landing-root .secteur-card:hover{border-color:var(--accent-400);transform:translateY(-4px);box-shadow:0 20px 44px -24px #0f1b353d}.landing-root .secteur-card-head{align-items:center;gap:13px;display:flex}.landing-root .secteur-card-icon{background:var(--wash);width:40px;height:40px;color:var(--accent-500);border-radius:12px;flex:none;place-items:center;display:grid}.landing-root .secteur-card h3{letter-spacing:-.02em;color:var(--navy-950);margin:0;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700;line-height:1.15}.landing-root .secteur-card p{color:var(--ink-700);margin:16px 0 0;font-size:14px;line-height:1.55}.landing-root .secteur-card-foot{flex-direction:column;gap:9px;margin-top:auto;padding-top:18px;display:flex}.landing-root .secteur-card-foot .sf-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.landing-root .secteur-card-foot .sf-scope{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:8.5px}.landing-root .secteur-card-foot .sf-dots{gap:4px;display:flex}.landing-root .secteur-card-foot .sf-dots span{background:var(--accent-500);border-radius:50%;width:6px;height:6px}.landing-root .secteur-card-foot .sf-dots span.off{background:var(--line)}.landing-root .secteur-card-foot .sf-tag{background:var(--wash);letter-spacing:.04em;color:var(--accent-500);border-radius:8px;align-self:flex-start;padding:6px 11px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .table-side-panel{background:linear-gradient(150deg, #16143a, var(--night2));color:#fff;box-shadow:var(--shadow-accent-ambient);border-radius:20px;margin-top:40px;padding:34px 34px 32px}.landing-root .table-side-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.landing-root .table-side-head .ts-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-300);font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .table-side-head h3{letter-spacing:-.03em;color:#fff;text-wrap:balance;max-width:30ch;margin:14px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(22px,2.4vw,32px);font-weight:600;line-height:1.1}.landing-root .table-side-head p{color:#b9b4d6;text-wrap:pretty;max-width:44ch;margin:0;font-size:15px;line-height:1.6}.landing-root .table-side-grid{background:var(--line-d);border:1px solid var(--line-d);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(216px,1fr));gap:1px;margin-top:30px;display:grid;overflow:hidden}.landing-root .table-side-card{background:#0b0a1f80;padding:22px 22px 24px}.landing-root .table-side-card .tsc-head{align-items:center;gap:10px;display:flex}.landing-root .table-side-card .tsc-icon{color:#c9beff;background:#a594ff24;border:1px solid #a594ff5c;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.landing-root .table-side-card .tsc-title{color:#fff;font-size:14.5px;font-weight:700}.landing-root .table-side-card .tsc-tag{letter-spacing:.1em;color:#8b86ad;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:9px}.landing-root .table-side-card p{color:#b9b4d6;margin:12px 0 0;font-size:13.5px;line-height:1.55}.landing-root .cloisonnement-box{background:#7b61ff1a;border:1px solid #7b61ff52;border-radius:14px;align-items:flex-start;gap:13px;margin-top:22px;padding:18px 20px;display:flex}.landing-root .cloisonnement-box svg{color:var(--accent-300);flex:none;margin-top:2px}.landing-root .cloisonnement-box p{color:#d6d2ea;max-width:92ch;margin:0;font-size:14px;line-height:1.6}.landing-root .cloisonnement-box strong{color:#fff}.landing-root .axes-wrap{margin-top:56px}.landing-root .axes-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;margin-top:22px;display:grid}.landing-root .axis-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px 28px 26px}.landing-root .axis-card .ax-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--accent-500);font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .axis-card h4{letter-spacing:-.02em;color:var(--navy-950);margin:12px 0 0;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700}.landing-root .axis-card .ax-desc{color:var(--ink-400);margin:8px 0 0;font-size:14px;line-height:1.55}.landing-root .axis-items{flex-direction:column;gap:14px;margin-top:20px;display:flex}.landing-root .axis-item{grid-template-columns:auto 1fr;align-items:start;gap:13px;display:grid}.landing-root .axis-item-badge{background:var(--wash);min-width:26px;height:22px;color:var(--accent-500);border-radius:7px;flex:none;place-items:center;margin-top:2px;padding:0 7px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:inline-grid}.landing-root .axis-item-dots{gap:4px;padding-top:8px;display:flex}.landing-root .axis-item-dots span{background:var(--accent-500);border-radius:50%;width:6px;height:6px}.landing-root .axis-item-dots span.off{background:var(--line)}.landing-root .axis-item-title{color:var(--navy-950);font-size:14px;font-weight:700;display:block}.landing-root .axis-item-desc{color:var(--ink-700);margin-top:2px;font-size:13px;line-height:1.45;display:block}.landing-root .axes-footnote{color:var(--ink-400);max-width:88ch;margin:18px 0 0;font-size:13.5px;line-height:1.55}.landing-root .secteurs-integrations{border:1px dashed var(--line);background:#fff;border-radius:18px;flex-wrap:wrap;align-items:center;gap:16px 26px;margin-top:40px;padding:24px 28px;display:flex}.landing-root .secteurs-integrations .si-label{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .secteurs-integrations span.item{color:var(--ink-700);font-size:14px;font-weight:600}.landing-root .ba-wrap{margin-top:44px;position:relative}.landing-root .ba-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.landing-root .ba-tab{border:1px solid var(--line-d);color:#8b86ad;letter-spacing:.12em;cursor:pointer;background:#ffffff08;border-radius:9999px;align-items:center;gap:9px;min-height:44px;padding:0 20px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;transition:background .3s,border-color .3s,color .3s;display:inline-flex}.landing-root .ba-tab .dot{background:#4a4478;border-radius:50%;flex:none;width:7px;height:7px}.landing-root .ba-tab.active.before{color:#fff;background:#f8717124;border-color:#f8717180}.landing-root .ba-tab.active.before .dot{background:#f87171}.landing-root .ba-tab.active.after{color:#fff;background:#4ade801f;border-color:#4ade8080}.landing-root .ba-tab.active.after .dot{background:#4ade80}.landing-root .ba-frame{background:linear-gradient(155deg,#7b61ff38,#2d2a5e66);border-radius:26px;padding:10px;position:relative;box-shadow:0 50px 100px -50px #000000d9}.landing-root .ba-viewport{aspect-ratio:1456/1092;background:var(--night2);border-radius:20px;width:100%;position:relative;overflow:hidden}.landing-root .ba-viewport img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.landing-root .ba-viewport img.after-img{z-index:1}.landing-root .ba-viewport img.before-img{z-index:2;opacity:1;transition:opacity .62s cubic-bezier(.16,1,.3,1)}.landing-root .ba-viewport img.before-img.hidden{opacity:0}.landing-root .ba-hint{text-align:center;letter-spacing:.1em;color:#8b86ad;margin-top:16px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:600;transition:opacity .4s}.landing-root .ba-hint.hidden{opacity:0}.landing-root .ba-table{border:1px solid var(--line-d);background:var(--night2);border-radius:20px;margin-top:40px;overflow:hidden}.landing-root .ba-table-head{border-bottom:1px solid var(--line-d);background:#7b61ff0f;grid-template-columns:minmax(96px,132px) 1fr 1fr;gap:18px;padding:16px 22px;display:grid}.landing-root .ba-table-head span{letter-spacing:.16em;text-transform:uppercase;color:#6f6a9a;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.landing-root .ba-table-head span.before-col{color:#f87171}.landing-root .ba-table-head span.after-col{color:#4ade80}.landing-root .ba-row{border-bottom:1px solid #2d2a5e99;grid-template-columns:minmax(96px,132px) 1fr 1fr;align-items:start;gap:18px;padding:20px 22px;display:grid}.landing-root .ba-row:last-child{border-bottom:0}.landing-root .ba-row .ba-axis{letter-spacing:.14em;text-transform:uppercase;color:#8b86ad;padding-top:2px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700}.landing-root .ba-row .ba-cell{align-items:flex-start;gap:11px;display:flex}.landing-root .ba-row .ba-cell svg{flex:none;margin-top:3px}.landing-root .ba-row .ba-cell.before-cell svg{color:#f87171}.landing-root .ba-row .ba-cell.after-cell svg{color:#4ade80}.landing-root .ba-row .ba-cell.before-cell span{color:#a29dc2;font-size:14.5px;line-height:1.5}.landing-root .ba-row .ba-cell.after-cell span{color:#e6e0ff;font-size:14.5px;line-height:1.5}.landing-root .ba-footnote{text-align:center;color:#b9b4d6;text-wrap:pretty;max-width:68ch;margin:26px auto 0;font-size:16.5px;line-height:1.6}.landing-root .l-tarifs{padding-top:20px}.landing-root .tarifs-grid{grid-template-columns:repeat(auto-fit,minmax(256px,1fr));align-items:stretch;gap:20px;margin-top:56px;display:grid}.landing-root .tier-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;padding:30px 28px;display:flex}.landing-root .tier-card.highlight{color:#fff;background:linear-gradient(165deg, #16143a, var(--night2));box-shadow:var(--shadow-accent-ambient);border:0;border-radius:22px;padding:34px 30px;position:relative}.landing-root .tier-highlight-badge{background:var(--accent-500);letter-spacing:.1em;color:#fff;border-radius:9999px;padding:5px 12px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:700;position:absolute;top:-12px;left:30px}.landing-root .tier-card .tc-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-400);font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .tier-card.highlight .tc-tag{color:var(--accent-300)}.landing-root .tier-card .tc-name{letter-spacing:-.03em;color:var(--navy-950);margin-top:6px;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:700}.landing-root .tier-card.highlight .tc-name{color:#fff}.landing-root .tier-card .tc-pricefrom{color:#8b86ad;margin-top:16px;font-size:12px}.landing-root .tier-card .tc-price-row{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:2px;display:flex}.landing-root .tier-card:not(.highlight) .tc-price-row{margin-top:16px}.landing-root .tier-card .tc-price{white-space:nowrap;letter-spacing:-.04em;color:var(--navy-950);flex:none;font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700}.landing-root .tier-card.highlight .tc-price{color:#fff}.landing-root .tier-card .tc-price-suffix{white-space:nowrap;color:var(--ink-400);font-size:13px}.landing-root .tier-card.highlight .tc-price-suffix{color:#8b86ad}.landing-root .tier-card .tc-price-note{color:var(--ink-400);margin-top:6px;font-size:12.5px}.landing-root .tier-card.highlight .tc-price-note{color:#8b86ad}.landing-root .tier-card .tc-features{color:var(--ink-700);flex-direction:column;gap:10px;margin-top:22px;font-size:14px;line-height:1.5;display:flex}.landing-root .tier-card.highlight .tc-features{color:#d6d2ea}.landing-root .tier-card .tc-features strong{color:var(--navy-950)}.landing-root .tier-card.highlight .tc-features strong{color:#fff}.landing-root .tier-card .tc-features .muted{color:var(--ink-400)}.landing-root .tier-cta{margin-top:auto;padding-top:26px;text-decoration:none;display:block}.landing-root .tier-cta-btn{text-align:center;border-radius:9px;padding:12px 16px;font-size:14px;font-weight:700;display:block}.landing-root .tier-cta-btn.wash{background:var(--wash);color:var(--navy-950)}.landing-root .tier-cta-btn.dark{background:var(--navy-950);color:#fff}.landing-root .tier-cta-btn.acc{background:var(--accent-500);color:#fff;padding:13px 16px;box-shadow:0 12px 30px -10px #7b61ffcc}.landing-root .tier-footnote{color:#8b86ad;margin-top:12px;font-size:11.5px;line-height:1.5}.landing-root .services-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:20px;display:grid}.landing-root .service-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px 28px}.landing-root .service-card.wash{background:var(--wash)}.landing-root .service-card .sv-title{color:var(--navy-950);font-size:15.5px;font-weight:700}.landing-root .service-card .sv-price{color:var(--accent-500);letter-spacing:-.03em;margin-top:8px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.landing-root .service-card .sv-price.small{letter-spacing:-.02em;font-size:20px}.landing-root .service-card .sv-desc{color:var(--ink-700);margin:10px 0 0;font-size:13.5px;line-height:1.6}.landing-root .tarifs-compare{justify-content:center;margin-top:30px;display:flex}.landing-root .tarifs-compare-link{border:1px solid var(--line);color:var(--accent-500);background:#fff;border-radius:9999px;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.landing-root .tarifs-compare-link:hover{border-color:var(--accent-400);transform:translateY(-1px);box-shadow:0 10px 26px -14px #7b61ff8c}.landing-root .tarifs-footnote{color:var(--ink-400);max-width:96ch;margin:22px 0 0;font-size:13.5px;line-height:1.6}.landing-root .l-faq{padding-top:0}.landing-root .faq-list{border-top:1px solid var(--line);margin-top:40px}.landing-root .faq-item{border-bottom:1px solid var(--line)}.landing-root .faq-item summary{cursor:pointer;color:var(--navy-950);justify-content:space-between;gap:20px;padding:22px 0;font-size:16.5px;font-weight:600;list-style:none;display:flex}.landing-root .faq-item summary::-webkit-details-marker{display:none}.landing-root .faq-item summary .faq-plus{color:var(--accent-500);font-family:JetBrains Mono,monospace}.landing-root .faq-item[open] summary .faq-plus{display:inline-block;transform:rotate(45deg)}.landing-root .faq-item p{max-width:74ch;color:var(--ink-700);margin:0 0 24px;font-size:15.5px;line-height:1.65}.landing-root .l-cta{background:linear-gradient(170deg, #12102e, var(--night) 70%);padding:140px 32px 120px;position:relative;overflow:hidden}.landing-root .l-cta:before{content:"";pointer-events:none;background:radial-gradient(720px 420px at 50% 8%,#7b61ff42,#0000 66%);position:absolute;inset:0}.landing-root .l-cta:after{content:"";pointer-events:none;border:1px solid #7b61ff38;border-radius:50%;width:460px;height:460px;margin-left:-230px;animation:6s ease-in-out infinite lp-halo;position:absolute;top:-120px;left:50%}.landing-root .cta-inner{text-align:center;max-width:900px;margin:0 auto;position:relative}.landing-root .cta-inner h2{letter-spacing:-.038em;color:#fff;text-wrap:balance;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(34px,4.6vw,68px);font-weight:600;line-height:1.02}.landing-root .cta-inner h2 .accent{color:var(--accent-300)}.landing-root .cta-inner .cta-desc{color:#b9b4d6;text-wrap:pretty;max-width:60ch;margin:26px auto 0;font-size:18px;line-height:1.6}.landing-root .cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:38px;display:flex}.landing-root .cta-btns .lbtn-primary{background:var(--accent-400);padding:16px 28px;font-size:15.5px;box-shadow:0 16px 42px -12px #7b61ffcc}.landing-root .cta-btns .lbtn-primary:hover{background:var(--accent-300)}.landing-root .cta-btns .lbtn-outline{color:#fff;background:#ffffff0f;border-color:#a594ff47;padding:16px 28px;font-size:15.5px}.landing-root .cta-note{letter-spacing:.06em;color:#6f6a9a;margin-top:34px;font-family:JetBrains Mono,monospace;font-size:11px}.landing-root .lfooter{background:var(--night);border-top:1px solid var(--line-d);padding:72px 32px 40px}.landing-root .footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:44px;max-width:1240px;margin:0 auto;display:grid}.landing-root .footer-brand-col{grid-column:span 2;min-width:240px}.landing-root .footer-brand{color:#fff;align-items:center;gap:11px;display:inline-flex}.landing-root .footer-brand svg{width:auto;height:25px;overflow:visible}.landing-root .footer-brand .word{letter-spacing:-.045em;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:600}.landing-root .footer-brand .word .pm{color:var(--accent-400)}.landing-root .footer-desc{color:#8b86ad;max-width:40ch;margin:18px 0 0;font-size:14px;line-height:1.65}.landing-root .footer-badges{color:#8b86ad;flex-wrap:wrap;gap:14px;margin-top:20px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}.landing-root .footer-col-title{letter-spacing:.14em;text-transform:uppercase;color:#8b86ad;font-family:JetBrains Mono,monospace;font-size:10px}.landing-root .footer-links{flex-direction:column;gap:11px;margin-top:16px;font-size:14px;display:flex}.landing-root .footer-links a{color:#b9b4d6}.landing-root .footer-links a:hover{color:#fff}.landing-root .footer-bottom{border-top:1px solid var(--line-d);color:#8b86ad;flex-wrap:wrap;justify-content:space-between;gap:18px;max-width:1240px;margin:52px auto 0;padding-top:26px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}@media (max-width:1079px){.landing-root .nav-links{display:none}}@media (max-width:959px){.landing-root .dl-split,.landing-root .dl-split-rev{grid-template-columns:minmax(0,1fr);gap:28px;margin-top:56px}.landing-root .dl-split-rev .dl-card{order:2}.landing-root .dl-split-rev .dl-col{order:1}.landing-root .dl-movements{grid-template-columns:minmax(0,1fr)}}@media (max-width:767px){.landing-root .dl-criteria,.landing-root .dl-grade,.landing-root .dl-chain-row{grid-template-columns:minmax(0,1fr)}.landing-root .dl-grade-desc{grid-column:1}.landing-root .dl-closing{padding:24px 20px}.landing-root .nav-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:12px 20px;display:grid}.landing-root .brand{grid-area:1/1}.landing-root .nav-actions{display:contents}.landing-root .lang-toggle{grid-area:1/2;justify-self:end}.landing-root .link-login{grid-area:2/1;justify-self:start}.landing-root .nav-actions>.lbtn{white-space:normal;text-align:center;grid-area:2/2;justify-content:center;padding:10px 12px;font-size:11px}.landing-root .l-section,.landing-root .l-section-dark,.landing-root .l-section-light,.landing-root .l-section-wash{padding-left:20px;padding-right:20px}.landing-root .lhero{padding-left:4px}.landing-root .hero-inner{padding-left:20px;padding-right:20px}.landing-root .moteur-panel{padding:56px 24px 48px}.landing-root .ba-table-head{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 18px}.landing-root .ba-table-head span:first-child{display:none}.landing-root .ba-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;padding:18px}.landing-root .ba-row .ba-axis{grid-column:1/-1}.landing-root .ba-row .ba-cell{min-width:0}.landing-root .ba-row .ba-cell span{overflow-wrap:anywhere;min-width:0}.landing-root .footer-brand-col{grid-column:span 1}}
