:root{color-scheme:dark;--navy-900:#070b1a;--navy-850:#0a1024;--navy-800:#0e1530;--navy-700:#141d42;--navy-600:#1c2858;--navy-border:#243066;--purple-400:#c084fc;--purple-500:#a855f7;--purple-600:#9333ea;--indigo-500:#6366f1;--indigo-600:#4f46e5;--text:#e7ebfb;--text-muted:#9aa6d4;--text-faint:#6b78ad;--radius:8px;--maxw:1120px;--grad:linear-gradient(110deg, var(--purple-400), var(--indigo-500))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(1100px 700px at 80% -8%, #a855f72e, transparent 60%), radial-gradient(900px 600px at 0% 0%, #4f46e533, transparent 55%), var(--navy-900);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.5rem}.gradient-text{background:var(--grad);color:#0000;background-clip:text}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:.5rem;padding:.72rem 1.25rem;font-size:.95rem;font-weight:600;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn--primary{background:var(--grad);color:#0b0716;box-shadow:0 8px 30px #9333ea59}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 38px #9333ea80}.btn--ghost{border-color:var(--navy-border);color:var(--text);background:#ffffff05}.btn--ghost:hover{border-color:var(--purple-500);background:#a855f714}.badge{border:1px solid var(--navy-border);letter-spacing:.1em;text-transform:uppercase;color:var(--purple-400);background:#a855f70f;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.78rem;display:inline-flex}.badge__dot{background:var(--purple-400);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;box-shadow:0 0 #c084fc99}@keyframes pulse{0%{box-shadow:0 0 #c084fc80}70%{box-shadow:0 0 0 8px #c084fc00}to{box-shadow:0 0 #c084fc00}}.section{padding:6rem 0}.section__head{text-align:center;max-width:680px;margin:0 auto 3rem}.section__head h1,.section__head h2{margin:1rem 0 .75rem;font-size:2.55rem;line-height:1.15}.section__head p{color:var(--text-muted);font-size:1.05rem}.nav{z-index:50;backdrop-filter:blur(12px);background:#070b1ab3;border-bottom:1px solid #24306699;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.nav__logo{letter-spacing:.02em;align-items:center;gap:.6rem;font-weight:700;display:flex}.nav__logo svg{width:26px;height:26px}.nav__logo-text{font-size:1.1rem}.nav__logo-dim{color:var(--text-faint);font-weight:600}.nav__links{align-items:center;gap:1.6rem;display:flex}.nav__link{color:var(--text-muted);font-size:.95rem;transition:color .15s}.nav__link:hover{color:var(--text)}.hero{text-align:center;padding:7rem 0 5rem;position:relative;overflow:hidden}.hero__title{letter-spacing:0;margin:1.4rem 0 1.2rem;font-size:4.4rem;line-height:1.05}.hero__subtitle{max-width:680px;color:var(--text-muted);margin:0 auto;font-size:1.15rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2.2rem;display:flex}.hero__terminal{text-align:left;border:1px solid var(--navy-border);border-radius:var(--radius);background:linear-gradient(180deg, var(--navy-800), var(--navy-850));max-width:620px;margin:3.5rem auto 0;overflow:hidden;box-shadow:0 30px 80px #00000080}.hero__terminal-bar{border-bottom:1px solid var(--navy-border);gap:.45rem;padding:.8rem 1rem;display:flex}.hero__terminal-bar span{background:var(--navy-600);border-radius:50%;width:11px;height:11px}.hero__terminal-bar span:first-child{background:#f87171}.hero__terminal-bar span:nth-child(2){background:#fbbf24}.hero__terminal-bar span:nth-child(3){background:#34d399}.hero__terminal pre{color:var(--text-muted);margin:0;padding:1.2rem 1.3rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.88rem;line-height:1.7;overflow-x:auto}.hero__terminal .tok-cmd{color:var(--purple-400)}.hero__terminal .tok-key{color:var(--indigo-500)}.hero__terminal .tok-str{color:#7dd3fc}.hero__terminal .tok-ok{color:#34d399}.hero__orb{display:none}.stats{background:#0a102466;border-block:1px solid #24306680}.stats__grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:2.4rem 0;display:grid}.stats__item{text-align:center}.stats__num{font-size:1.9rem;font-weight:700;display:block}.stats__label{color:var(--text-faint);font-size:.9rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.card{border:1px solid var(--navy-border);border-radius:var(--radius);background:linear-gradient(#141d428c,#0a10248c);padding:1.8rem;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.card:hover{border-color:var(--purple-500);transform:translateY(-4px);box-shadow:0 18px 50px #581c8759}.card__icon{width:46px;height:46px;color:var(--purple-400);background:#a855f71f;border:1px solid #a855f74d;border-radius:12px;place-items:center;margin-bottom:1.1rem;display:grid}.card__icon svg{width:24px;height:24px}.card h3{margin:0 0 .5rem;font-size:1.25rem}.card p{color:var(--text-muted);margin:0 0 1rem;font-size:.96rem}.card__list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.card__list li{color:var(--text-muted);align-items:flex-start;gap:.55rem;font-size:.9rem;display:flex}.card__list li:before{content:"";background:var(--purple-500);border-radius:50%;flex:none;width:6px;height:6px;margin-top:.45rem}.agent-boundary{border:1px solid var(--navy-border);border-radius:var(--radius);background:linear-gradient(#141d42ad,#0a1024b8);margin-top:2rem;padding:1.8rem}.agent-boundary__head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.4rem;display:flex}.agent-boundary__head h3{margin:.9rem 0 .35rem;font-size:1.45rem}.agent-boundary__head p{max-width:680px;color:var(--text-muted);margin:0}.agent-boundary__head .btn{flex:none}.agent-boundary__layers{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.agent-boundary__layers article{border:1px solid var(--navy-border);background:#070b1a73;border-radius:10px;padding:1rem}.agent-boundary__layers span{color:var(--purple-400);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.agent-boundary__layers strong{font-size:.9rem;display:block}.agent-boundary__layers p{color:var(--text-faint);margin:.5rem 0 0;font-size:.84rem}.agent-boundary__layers .agent-boundary__fiducia{border-color:#a855f78c;box-shadow:inset 0 0 28px #7e22ce1f}.agent-boundary__code{border:1px solid var(--navy-border);background:var(--navy-900);border-radius:10px;margin:1rem 0 0;overflow:hidden}.agent-boundary__code figcaption{border-bottom:1px solid var(--navy-border);color:var(--text-faint);padding:.65rem 1rem;font-size:.8rem}.agent-boundary__code pre{color:#bae6fd;margin:0;padding:1rem;font:.82rem/1.65 ui-monospace,SF Mono,Menlo,Consolas,monospace;overflow-x:auto}.agent-boundary__note{color:var(--text-faint);margin:.8rem 0 0;font-size:.84rem}.raft{grid-template-columns:1.05fr 1fr;align-items:center;gap:3rem;display:grid}.raft__steps{gap:1.1rem;display:grid}.raft__step{align-items:flex-start;gap:1rem;display:flex}.raft__step-num{width:36px;height:36px;color:var(--purple-400);background:#6366f124;border:1px solid #6366f159;border-radius:10px;flex:none;place-items:center;font-weight:700;display:grid}.raft__step h4{margin:.1rem 0 .25rem;font-size:1.05rem}.raft__step p{color:var(--text-muted);margin:0;font-size:.95rem}.raft__card{border:1px solid var(--navy-border);border-radius:var(--radius);background:linear-gradient(#141d4280,#0a102499);padding:1.6rem}.raft__metric{border-bottom:1px dashed #243066b3;justify-content:space-between;padding:.8rem 0;display:flex}.raft__metric:last-child{border-bottom:0}.raft__metric span:first-child{color:var(--text-faint)}.raft__metric span:last-child{font-family:ui-monospace,Menlo,monospace;font-weight:600}.cta{text-align:center;border-radius:var(--radius);background:radial-gradient(700px 300px at 50% 0,#a855f72e,#0000 70%),linear-gradient(#141d4299,#0a102499);border:1px solid #a855f74d;padding:4rem 2rem}.cta h2{margin:0 0 .8rem;font-size:2.45rem}.cta p{color:var(--text-muted);max-width:540px;margin:0 auto 1.8rem}.footer{border-top:1px solid #24306699;margin-top:5rem;padding:2.5rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__brand{align-items:center;gap:.55rem;font-weight:700;display:flex}.footer__brand svg{width:22px;height:22px}.footer small{color:var(--text-faint)}.reveal{opacity:0;animation:.6s forwards rise;transform:translateY(16px)}.reveal.d1{animation-delay:80ms}.reveal.d2{animation-delay:.16s}.reveal.d3{animation-delay:.24s}.reveal.d4{animation-delay:.32s}.reveal.d5{animation-delay:.4s}@keyframes rise{to{opacity:1;transform:none}}@media (width<=880px){.hero{padding:5rem 0 4rem}.hero__title{font-size:2.8rem}.section__head h1,.section__head h2,.cta h2{font-size:2rem}.grid-3{grid-template-columns:1fr}.agent-boundary__head{flex-direction:column;align-items:flex-start}.agent-boundary__layers{grid-template-columns:1fr}.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.raft{grid-template-columns:1fr;gap:2rem}.nav__links{display:none}}:root{--fiducia-account-bar-height:42px}.account-bar[data-astro-cid-ju4pidww]{z-index:70;min-height:var(--fiducia-account-bar-height);backdrop-filter:saturate(1.25)blur(14px);background:#050814f0;border-bottom:1px solid #243066c7;position:sticky;top:0}.account-bar__inner[data-astro-cid-ju4pidww]{width:100%;max-width:var(--maxw);min-height:var(--fiducia-account-bar-height);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;padding-inline:1.5rem;display:flex}.account-bar__context[data-astro-cid-ju4pidww]{color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:.5rem;font-size:.76rem;font-weight:700;display:inline-flex}.account-bar__status[data-astro-cid-ju4pidww]{background:#34d399;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #34d399b8}.account-bar__actions[data-astro-cid-ju4pidww]{justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.account-bar__link[data-astro-cid-ju4pidww]{min-height:30px;color:var(--text-muted);white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.34rem .72rem;font-size:.8rem;font-weight:700;line-height:1;transition:color .15s,border-color .15s,background .15s,transform .15s;display:inline-flex}.account-bar__link[data-astro-cid-ju4pidww]:hover{color:var(--text)}.account-bar__link--outline[data-astro-cid-ju4pidww]{background:#a855f70f;border-color:#c084fc59}.account-bar__link--outline[data-astro-cid-ju4pidww]:hover{background:#a855f71f;border-color:#c084fcb3}.account-bar__link--primary[data-astro-cid-ju4pidww]{background:var(--grad);color:#0b0716;border-color:#0000;box-shadow:0 6px 18px #9333ea40}.account-bar__link--primary[data-astro-cid-ju4pidww]:hover{color:#0b0716;transform:translateY(-1px);box-shadow:0 8px 24px #9333ea66}.account-bar__link[data-astro-cid-ju4pidww]:focus-visible{outline-offset:2px;outline:3px solid #c084fc6b}.nav{top:var(--fiducia-account-bar-height)}@media (width<=560px){:root{--fiducia-account-bar-height:46px}.account-bar__inner[data-astro-cid-ju4pidww]{padding-inline:.75rem}.account-bar__context[data-astro-cid-ju4pidww]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.account-bar__actions[data-astro-cid-ju4pidww]{justify-content:flex-end;width:100%}.account-bar__link[data-astro-cid-ju4pidww]{padding-inline:.62rem;font-size:.77rem}}
