@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400 700;font-display:swap;src:url("/static/fonts/source-sans-3-latin.woff2") format("woff2")}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:400 600;font-display:swap;src:url("/static/fonts/jetbrains-mono-latin.woff2") format("woff2")}

:root{--ink:#171719;--muted:#69666f;--paper:#f6f3ed;--white:#fff;--line:#ded9d0;--violet:#6c5ce7;--violet-dark:#5644d8;--violet-soft:#eeeaff;--amber:#e4a72d;--blue:#4f7df3;--sans:"Source Sans 3",system-ui,sans-serif;--mono:"JetBrains Mono",monospace}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:var(--sans);background:var(--paper);font-size:16px;line-height:1.5}
button,a{font:inherit}
button{margin:0}
a{color:inherit}
.site-header{position:absolute;z-index:10;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.13);color:#fff}
.header-inner,.hero-inner,.section,.site-footer{width:min(1180px,calc(100% - 48px));margin:0 auto}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;color:#fff;font-weight:700;text-decoration:none;letter-spacing:-.02em}
.brand-mark{width:32px;height:32px;border-radius:9px;display:inline-grid;place-items:center;background:var(--violet);color:#fff;font:600 15px var(--mono);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.brand-dark{color:var(--ink)}
.site-nav{display:flex;align-items:center;gap:34px;margin-left:auto}
.site-nav a{color:rgba(255,255,255,.72);font-size:14px;text-decoration:none;transition:color .2s ease}
.site-nav a:hover{color:#fff}
.button{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:650;text-decoration:none;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px)}
.button:focus-visible,.site-nav a:focus-visible,.text-link:focus-visible,.site-footer a:focus-visible{outline:3px solid #b9acf9;outline-offset:3px}
.button-primary{background:var(--violet);color:#fff;box-shadow:0 12px 30px rgba(50,35,134,.3)}
.button-primary:hover{background:var(--violet-dark);box-shadow:0 15px 34px rgba(50,35,134,.38)}
.button-outline{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.06);color:#fff;box-shadow:none}
.button-outline:hover{background:#fff;color:var(--ink);border-color:#fff}
.button-small{min-height:40px;padding:0 16px;border-radius:8px;font-size:14px}
.hero{position:relative;overflow:hidden;padding:164px 0 96px;background:#1d1c21;color:#fff}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.hero-glow{position:absolute;width:620px;height:620px;right:-120px;top:30px;border-radius:50%;background:radial-gradient(circle,rgba(108,92,231,.28),transparent 68%);filter:blur(12px)}
.hero-inner{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:70px}
.hero-copy{padding-bottom:22px}
.eyebrow{margin:0 0 20px;color:var(--violet);font:600 11px var(--mono);letter-spacing:.14em;text-transform:uppercase}
.hero .eyebrow{color:#bdb2ff}
.hero .eyebrow span{display:inline-block;width:22px;height:1px;margin-right:9px;vertical-align:middle;background:currentColor}
.hero h1{max-width:560px;margin:0;font-size:clamp(52px,5.2vw,78px);line-height:.97;letter-spacing:-.052em;font-weight:650}
.hero h1 em{display:block;color:#9e8ff5;font-style:normal;font-weight:450}
.hero-lede{max-width:520px;margin:30px 0 0;color:rgba(255,255,255,.67);font-size:19px;line-height:1.6}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.hero-actions form,.header-inner form,.final-cta form{margin:0}
.text-link{color:#fff;font-size:14px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.28);padding:8px 0}
.hero-note{display:flex;align-items:center;gap:12px;margin-top:28px;color:rgba(255,255,255,.5);font-size:13px}
.avatar-stack{display:flex}
.avatar-stack i,.people i{width:27px;height:27px;margin-right:-7px;border:2px solid #242329;border-radius:50%;display:grid;place-items:center;background:#564b80;color:#fff;font:600 8px var(--mono);font-style:normal}
.avatar-stack i:nth-child(2),.people i:nth-child(2){background:#a86d59}.avatar-stack i:nth-child(3){background:#39383e}
.product-frame{min-width:0;transform:perspective(1400px) rotateY(-2deg) rotateX(1deg);border:1px solid rgba(255,255,255,.18);border-radius:15px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 40px 90px rgba(0,0,0,.4)}
.frame-topbar{height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#26252a;color:#fff;font-size:10px}
.frame-brand{display:flex;align-items:center;gap:7px;font-weight:650}.frame-brand span{width:19px;height:19px;border-radius:5px;display:grid;place-items:center;background:var(--violet);font:600 8px var(--mono)}
.frame-controls{display:flex;gap:5px}.frame-controls i{width:5px;height:5px;border-radius:50%;background:#78767e}
.frame-body{display:grid;grid-template-columns:1.07fr .93fr;min-height:446px}
.frame-list{padding:21px;background:#f8f7f4;border-right:1px solid #e8e4dd}
.preview-heading{display:flex;align-items:flex-end;justify-content:space-between}.preview-kicker{color:#8b8790;font-size:7px;text-transform:uppercase;letter-spacing:.12em}.preview-heading h2{margin:1px 0 0;font-size:19px;letter-spacing:-.03em}.preview-add{width:27px;height:27px;border-radius:7px;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:15px}
.preview-tabs{display:flex;gap:17px;margin:18px 0 14px;border-bottom:1px solid #ddd9d2;color:#918d96;font-size:8px}.preview-tabs span{padding-bottom:8px}.preview-tabs .active{color:var(--ink);border-bottom:2px solid var(--violet)}.preview-tabs b{margin-left:3px;font-weight:600}
.project-group{margin-bottom:10px}.group-label{display:flex;justify-content:space-between;padding:7px 4px;font-size:8px;color:#77737b}.group-label span{display:flex;align-items:center;gap:6px}.group-label b{font-weight:500;color:#aaa6ae}
.dot{width:6px;height:6px;border-radius:2px;display:inline-block}.dot-violet{background:var(--violet)}.dot-amber{background:var(--amber)}.dot-blue{background:var(--blue)}
.preview-card{margin:5px 0;padding:12px;border:1px solid #e4e1db;border-radius:8px;background:#fff;box-shadow:0 2px 5px rgba(40,34,55,.035)}.preview-card.selected{border-color:#b8adf7;box-shadow:0 4px 14px rgba(108,92,231,.1)}
.card-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.card-top strong{font-size:10px}.status{width:max-content;display:inline-flex!important;align-items:center;border-radius:20px;padding:3px 7px!important;font-size:7px!important;font-style:normal}.status-progress{background:#eae6ff;color:#5d4bd1}.status-planned{background:#eef1f5;color:#66707e}
.preview-card p{margin:6px 0;color:#99959d;font-size:7px}.progress{height:3px;overflow:hidden;border-radius:3px;background:#ebe8e2}.progress span{height:100%;display:block;border-radius:inherit;background:var(--violet)}.progress.large{height:5px}
.card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:9px;color:#938f98;font-size:7px}.people{display:flex}.people i{width:17px;height:17px;border-color:#fff;font-size:5px}
.muted-group{opacity:.62}
.frame-detail{padding:25px 22px;background:#fff}.detail-overline{display:flex;justify-content:space-between;color:#9a969e;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.frame-detail h3{margin:18px 0 5px;font-size:18px;letter-spacing:-.03em}.detail-summary{margin:0;color:#85818a;font-size:9px;line-height:1.5}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 10px;margin:22px 0}.detail-grid div{display:flex;flex-direction:column;gap:5px}.detail-grid span{color:#aaa6ae;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.detail-grid strong{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:600}.person{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#ece5dc;font:600 5px var(--mono);font-style:normal}.mini-section{display:flex;justify-content:space-between;margin:20px 0 7px;color:#77737b;font-size:8px}.mini-section b{color:var(--ink)}.mini-section a{color:var(--violet)}
.activity-row{display:flex;align-items:center;gap:9px;padding:10px 0;border-top:1px solid #efede9}.activity-row>i{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;font-size:8px;font-style:normal}.activity-row .check{background:#e8f6ef;color:#29885a}.activity-row .comment{background:#eeeaff;color:var(--violet)}.activity-row p{display:flex;flex-direction:column;margin:0}.activity-row strong{font-size:8px}.activity-row span{color:#aaa6ae;font-size:7px}
.proof-strip{padding:26px 5vw;display:flex;align-items:center;justify-content:center;gap:55px;border-bottom:1px solid var(--line);background:#fff}.proof-strip p{margin:0;color:#99949c;font:500 9px var(--mono);letter-spacing:.1em;text-transform:uppercase}.proof-strip div{display:flex;flex-wrap:wrap;justify-content:center;gap:37px}.proof-strip span{position:relative;color:#67636b;font-size:13px;font-weight:600}.proof-strip span::before{content:"·";position:absolute;left:-21px;color:#bab5bd}.proof-strip span:first-child::before{display:none}
.section{padding-top:118px;padding-bottom:118px}
.section-heading{max-width:700px;margin:0 auto 58px;text-align:center}.section-heading h2,.privacy-section h2,.final-cta h2{margin:0;letter-spacing:-.045em;font-size:clamp(38px,4vw,56px);line-height:1.08}.section-heading>p:last-child{max-width:560px;margin:20px auto 0;color:var(--muted);font-size:18px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-card{position:relative;min-height:400px;padding:36px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.feature-card-large{grid-column:1/-1;min-height:415px;display:grid;grid-template-columns:.76fr 1.24fr;gap:70px;align-items:center;padding:54px}.feature-number{position:absolute;top:24px;right:27px;color:#aaa5ae;font:500 9px var(--mono)}.feature-card h3{margin:18px 0 10px;font-size:27px;line-height:1.15;letter-spacing:-.035em}.feature-card p{max-width:420px;margin:0;color:var(--muted);font-size:16px;line-height:1.6}.feature-copy .feature-number{position:static}.feature-copy h3{font-size:36px;margin-top:24px}
.feature-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:23px}.feature-icon-amber{background:#fff4d9;color:#a96d00}.feature-icon-blue{background:#e8efff;color:#3765d9}
.portfolio-visual{padding:22px;border:1px solid #e5e1da;border-radius:12px;background:#faf9f7;box-shadow:0 20px 44px rgba(36,30,48,.08)}.portfolio-label{display:flex;justify-content:space-between;margin-bottom:22px;font-size:12px}.portfolio-label span{font-weight:650}.portfolio-label b{color:#2d8b5c;font-size:10px}.portfolio-row{display:grid;grid-template-columns:150px 1fr 38px;align-items:center;gap:14px;padding:14px 0;border-top:1px solid #e7e3dd;font-size:11px}.portfolio-row>span{display:flex;align-items:center;gap:8px}.portfolio-row>div{height:6px;border-radius:5px;background:#e8e5df}.portfolio-row>div i{height:100%;display:block;border-radius:5px;background:var(--violet)}.portfolio-row b{text-align:right;font-size:10px}
.risk-chip{position:absolute;left:36px;right:36px;bottom:36px;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #f0dba8;border-radius:10px;background:#fffbef}.risk-chip>span{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#f3c85d;color:#604300;font-weight:700}.risk-chip div{display:flex;flex:1;flex-direction:column}.risk-chip small{color:#977017;font-size:8px;text-transform:uppercase}.risk-chip strong{font-size:11px}.risk-chip>b{font-size:9px;color:#80601b}
.load-visual{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;gap:10px;margin-top:28px;font-size:9px}.load-visual+ .load-visual{margin-top:16px}.load-visual>span{display:flex;align-items:center;gap:7px}.load-visual span i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e8efff;color:#345cc0;font:600 6px var(--mono);font-style:normal}.load-visual div{height:7px;border-radius:7px;background:#e9e7e2}.load-visual div i{height:100%;display:block;border-radius:7px;background:var(--blue)}.load-visual em{color:#949099;font-style:normal;text-align:right}
.workflow-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;border-top:1px solid var(--line)}.section-heading-left{margin:0;text-align:left}.workflow-list{list-style:none;margin:0;padding:0}.workflow-list li{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:0 0 32px;margin-bottom:32px;border-bottom:1px solid var(--line)}.workflow-list li:last-child{margin-bottom:0}.workflow-list>li>span{color:var(--violet);font:500 10px var(--mono)}.workflow-list h3{margin:0 0 7px;font-size:21px}.workflow-list p{margin:0;color:var(--muted)}
.privacy-section{width:min(1180px,calc(100% - 48px));margin:0 auto 118px;padding:60px;display:grid;grid-template-columns:80px 1fr .85fr;align-items:center;gap:42px;border-radius:18px;background:#222126;color:#fff}.privacy-mark{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;background:var(--violet);font-size:35px}.eyebrow-light{color:#bcb2ff}.privacy-section h2{max-width:650px;font-size:42px}.privacy-section p:last-child{max-width:650px;margin:18px 0 0;color:rgba(255,255,255,.6)}.privacy-section ul{list-style:none;margin:0;padding:0}.privacy-section li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.78);font-size:14px}.privacy-section li span{margin-right:10px;color:#a99bf8}
.final-cta{padding:110px 24px;text-align:center;background:#ebe6dc}.final-cta h2{max-width:720px;margin:0 auto}.final-cta>p:not(.eyebrow){margin:20px 0 30px;color:var(--muted);font-size:18px}.final-cta small{display:block;margin-top:16px;color:#89858d}
.site-footer{min-height:110px;display:flex;align-items:center;justify-content:space-between}.site-footer p,.site-footer>a:last-child{color:#858089;font-size:13px}.site-footer>a:last-child{text-decoration:none}

.credential-page{min-height:100vh;display:grid;place-items:center;padding:50px 20px;background:#1d1c21}.credential-page::before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 10%,rgba(108,92,231,.2),transparent 33%),linear-gradient(100deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:auto,70px 70px,70px 70px}.credential-shell{position:relative;width:min(610px,100%)}.credential-card{padding:42px;border:1px solid #e3ded5;border-radius:18px;background:#fff;box-shadow:0 32px 80px rgba(0,0,0,.35)}.credential-card .brand{margin-bottom:42px}.success-mark{width:50px;height:50px;margin-bottom:24px;border-radius:14px;display:grid;place-items:center;background:#e9f7ef;color:#278756;font-size:24px}.credential-card h1{margin:0;font-size:40px;line-height:1.07;letter-spacing:-.04em}.credential-intro{margin:18px 0 28px;color:var(--muted);font-size:16px}.credential-group{margin-top:16px}.credential-label{margin:0 0 6px;color:#7c7780;font:600 9px var(--mono);letter-spacing:.1em;text-transform:uppercase}.credential-value{padding:14px 15px;border:1px solid #ddd8d0;border-radius:9px;background:#f7f5f1;overflow-wrap:anywhere;font:500 12px/1.55 var(--mono);color:#37323b}.credential-warning{display:flex;gap:12px;margin:22px 0;padding:14px;border-radius:9px;background:#fff8e7;color:#765817}.credential-warning>span{flex:none;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#e9bb45;color:#fff;font-weight:700;font-size:12px}.credential-warning p{margin:0;font-size:13px}.button-full{width:100%}

@media(max-width:980px){.site-nav{display:none}.hero-inner{grid-template-columns:1fr;gap:60px}.hero-copy{max-width:680px}.product-frame{transform:none}.feature-card-large{grid-template-columns:1fr;gap:38px}.workflow-section{grid-template-columns:1fr;gap:55px}.privacy-section{grid-template-columns:65px 1fr}.privacy-section ul{grid-column:2}}
@media(max-width:700px){.header-inner,.hero-inner,.section,.site-footer,.privacy-section{width:min(100% - 30px,1180px)}.header-inner{height:68px}.brand{font-size:14px}.header-inner .brand-mark{width:29px;height:29px}.button-small{padding:0 12px;font-size:12px}.hero{padding:126px 0 68px}.hero h1{font-size:clamp(46px,14vw,66px)}.hero-lede{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.hero-actions .button{width:100%}.product-frame{margin:0 -7px}.frame-body{grid-template-columns:1fr}.frame-detail{display:none}.frame-list{border:0}.proof-strip{align-items:flex-start;flex-direction:column;gap:18px}.proof-strip div{justify-content:flex-start;gap:12px 24px}.proof-strip span::before{display:none}.section{padding-top:82px;padding-bottom:82px}.section-heading{margin-bottom:38px;text-align:left}.section-heading>p:last-child{margin-left:0}.feature-grid{grid-template-columns:1fr}.feature-card-large{grid-column:auto;padding:32px;min-height:auto}.feature-card{padding:30px;min-height:390px}.feature-copy h3{font-size:29px}.portfolio-row{grid-template-columns:1fr 85px 30px}.portfolio-row>span{font-size:9px}.privacy-section{margin-bottom:82px;padding:36px 28px;grid-template-columns:1fr;gap:26px}.privacy-section ul{grid-column:auto}.privacy-section h2{font-size:36px}.final-cta{padding:82px 20px}.site-footer{padding:30px 0;align-items:flex-start;flex-direction:column;gap:18px}.credential-card{padding:28px 22px}.credential-card h1{font-size:35px}.credential-card .brand{margin-bottom:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}
