:root{color:#1d1d1f;--primary:#06c;--ink:#1d1d1f;--ink-muted:#7a7a7a;--canvas:#fff;--surface-pearl:#fafafc;--hairline:#e0e0e0;font-synthesis:none;view-transition-name:root;background:#f5f5f7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f5f5f7;min-height:100svh;margin:0}a{color:inherit}a:focus-visible,button:focus-visible{outline-offset:4px;outline:2px solid #0071e3}.global-nav{color:#7a7a7a;letter-spacing:.04em;background:#000;justify-content:space-between;align-items:center;height:52px;padding:4px max(24px,50% - 620px);font-size:13px;font-weight:600;display:flex}.global-date{white-space:nowrap;align-items:center;gap:10px;display:inline-flex}.global-date-separator{color:#555}.theme-toggle{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;min-width:126px;min-height:44px;padding:0;display:inline-flex}.theme-toggle-track{background:#2a2a2c;border:1px solid #555;border-radius:9999px;width:70px;height:38px;transition:width .28s cubic-bezier(.22,1,.36,1),background-color .24s,border-color .24s,box-shadow .24s,transform .18s;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0003}.theme-toggle-thumb{z-index:3;background:#fff;border-radius:50%;place-items:center;width:29px;height:29px;transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .24s;display:grid;position:absolute;top:4px;left:4px;box-shadow:0 1px 4px #00000047}.theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px;transition:color .24s,opacity .24s}.theme-icon-track-sun,.theme-icon-track-moon,.theme-toggle-thumb .theme-icon{z-index:2;position:absolute;top:10px}.theme-icon-track-sun{color:#aaa;opacity:0;left:8px}.theme-icon-track-moon{color:#aaa;right:8px}.theme-toggle-thumb .theme-icon{top:5px;left:5px}.theme-icon-thumb-sun{color:#1d1d1f;opacity:1}.theme-icon-thumb-moon{color:#fff;opacity:0}.theme-toggle[aria-checked=true] .theme-toggle-track{background:#06c;border-color:#1678d2}.theme-toggle[aria-checked=true] .theme-toggle-thumb{background:#1d1d1f;transform:translate(33px)}.theme-toggle[aria-checked=true] .theme-icon-track-sun{color:#8abcf0;opacity:1}.theme-toggle[aria-checked=true] .theme-icon-track-moon,.theme-toggle[aria-checked=true] .theme-icon-thumb-sun{opacity:0}.theme-toggle[aria-checked=true] .theme-icon-thumb-moon{opacity:1}:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-toggle-track{background:#06c;border-color:#1678d2}:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-toggle-thumb{background:#1d1d1f;transform:translate(33px)}:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-icon-track-sun{color:#8abcf0;opacity:1}:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-icon-track-moon,:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-icon-thumb-sun{opacity:0}:root[data-theme=dark] .theme-toggle[aria-checked=false] .theme-icon-thumb-moon{opacity:1}@media (hover:hover) and (pointer:fine){.theme-toggle:is(:hover,[data-hover=true]) .theme-toggle-track{width:126px;transform:scale(1.06);box-shadow:inset 0 1px 2px #0003,0 0 0 4px #0066cc2e}.theme-toggle[aria-checked=true]:is(:hover,[data-hover=true]) .theme-toggle-thumb{transform:translate(89px)}.theme-toggle:not([aria-checked=true]):hover .theme-icon-thumb-sun{animation:.82s cubic-bezier(.22,1,.36,1) theme-sun-spin}.theme-toggle[aria-checked=true]:hover .theme-icon-thumb-moon{animation:.9s ease-in-out theme-moon-float}}:root[data-refreshing] .theme-toggle .theme-toggle-track{width:70px;transform:none;box-shadow:inset 0 1px 2px #0003}:root[data-refreshing] .theme-toggle .theme-icon-thumb-sun,:root[data-refreshing] .theme-toggle .theme-icon-thumb-moon{animation:none!important}@keyframes theme-sun-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes theme-moon-float{0%,to{transform:rotate(0)translateY(0)}50%{transform:rotate(-12deg)translateY(-1px)}}@supports (view-transition-name:root){::view-transition-group(root){animation-duration:.72s}::view-transition-old(root){transform-origin:100% 0;animation:.72s cubic-bezier(.22,1,.36,1) both theme-peel-cover}::view-transition-new(root){animation:none}}@keyframes theme-peel-cover{0%{filter:drop-shadow(0 0 #0000);opacity:1;transform:perspective(1600px)rotateX(0)rotateY(0)translate(0,0)}42%{filter:drop-shadow(-14px 16px 18px #00000038);opacity:1;transform:perspective(1600px)rotateX(7deg)rotateY(-10deg)translate(-2%,4%)}to{filter:drop-shadow(-24px 26px 24px #0000002e);opacity:0;transform:perspective(1600px)rotateX(28deg)rotateY(-68deg)translate(-75%,75%)}}:root[data-theme-transition=to-dark]:before,:root[data-theme-transition=to-light]:before{z-index:9999;pointer-events:none;content:"";transform-origin:100% 0;animation:.72s cubic-bezier(.22,1,.36,1) both theme-peel-fallback;display:block;position:fixed;inset:0}:root[data-theme-transition=to-dark]:before{background:#fff}:root[data-theme-transition=to-light]:before{background:#000}@keyframes theme-peel-fallback{0%{opacity:1;transform:perspective(1600px)rotateX(0)rotateY(0)translate(0,0);box-shadow:0 0 #0000}42%{opacity:1;transform:perspective(1600px)rotateX(7deg)rotateY(-10deg)translate(-2%,4%);box-shadow:-14px 16px 18px #00000038}to{opacity:0;transform:perspective(1600px)rotateX(28deg)rotateY(-68deg)translate(-75%,75%);box-shadow:-24px 26px 24px #0000002e}}.hero{background:#fff}.hero-inner,.projects-section{width:min(100% - 48px,1240px);margin-inline:auto}.hero-inner{padding:28px 0 20px}.hero-header-row{justify-content:space-between;align-items:center;gap:32px;display:flex}.hero-title-block{width:max-content;max-width:100%}.hero-actions{align-items:center;gap:16px;display:inline-flex}.auto-refresh-status{color:#7a7a7a;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px}.refresh-button{color:#fff;min-height:52px;font:inherit;cursor:pointer;background:#06c;border:1px solid #06c;border-radius:9999px;align-items:center;gap:10px;margin-top:2px;padding:0 20px;font-size:14px;font-weight:600;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.refresh-button:hover{background:#0071e3;border-color:#0071e3;transform:translateY(-1px)}.refresh-button:disabled,.refresh-button:disabled:hover{color:#fff;cursor:wait;opacity:.65;background:#8e8e93;border-color:#8e8e93;transform:none}.refresh-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.refresh-button[data-refreshing] .refresh-icon{transform-box:fill-box;transform-origin:50%;animation:.72s linear infinite refresh-spin}@keyframes refresh-spin{to{transform:rotate(360deg)}}.eyebrow{color:#7a7a7a;letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:600}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;white-space:nowrap;border-bottom:1px solid #e0e0e0;width:max-content;max-width:100%;margin-bottom:20px;padding-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1.02}.summary{flex-wrap:wrap;gap:24px;display:flex}.summary-item{gap:3px;min-width:112px;display:grid}.summary-value{align-items:center;gap:10px;display:flex}.summary-icon{color:#7a7a7a;fill:none;opacity:.72;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35px;flex:none;width:18px;height:18px}.summary-item strong{letter-spacing:-.04em;font-size:28px;font-weight:600}.summary-item span{color:#7a7a7a;font-size:12px}.projects-section{padding:36px 0 96px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px;display:flex}.section-heading .eyebrow{margin-bottom:8px}h2{letter-spacing:-.03em;margin-bottom:0;font-size:40px;font-weight:600;line-height:1.1}.filter-controls{gap:12px;display:flex}.filter-control{color:#7a7a7a;gap:7px;min-width:190px;font-size:12px;font-weight:600;display:grid}.filter-select{display:block;position:relative}.filter-select:after{content:"";pointer-events:none;border-bottom:1.5px solid #1d1d1f;border-right:1.5px solid #1d1d1f;width:8px;height:8px;position:absolute;top:50%;right:17px;transform:translateY(-65%)rotate(45deg)}.filter-control select{appearance:none;color:#1d1d1f;width:100%;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:9999px;padding:0 44px 0 16px;font-size:14px}.filter-control select:focus-visible{outline-offset:3px;outline:2px solid #0071e3}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.project-card{perspective:1200px;cursor:pointer;outline:none;min-height:420px;overflow:hidden}.project-card[hidden]{display:none}.status-complete{opacity:.5}.status-blocked .project-card-face{background:#fff7f5;border-color:#e85d04}.project-card-inner{min-height:420px;transform-style:preserve-3d;transition:transform .62s cubic-bezier(.22,1,.36,1);position:relative}.project-card-face{backface-visibility:hidden;background:#fff;border:1px solid #e0e0e0;border-radius:18px;flex-direction:column;min-height:420px;padding:24px;display:flex;position:absolute;inset:0;overflow:hidden}.project-card-back{overflow:hidden;transform:rotateY(180deg)}.project-card:hover .project-card-inner,.project-card:focus-visible .project-card-inner{transform:rotateY(180deg)}.project-card:focus-visible{outline-offset:5px;border-radius:18px;outline:2px solid #0071e3}.back-section-heading{align-items:center;gap:8px;margin:28px 0 12px;display:flex}.project-card-back>.back-section-heading:first-child{margin-top:0}.back-section-icon{fill:none;stroke:#7a7a7a;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;flex:none;width:16px;height:16px}.project-meta{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;gap:14px;margin:0;padding:16px 0;display:grid}.project-meta div{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-meta dt{color:#7a7a7a;font-size:12px}.project-meta dd{margin:0;font-size:14px;font-weight:600}.project-path{color:#555;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.5}.recent-tasks{gap:12px;margin:0;padding:0;list-style:none;display:grid}.recent-tasks li{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:10px;display:flex}.recent-task-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.recent-task-tokens{color:#7a7a7a;white-space:nowrap;text-align:right;flex:none;font-size:12px}.card-topline,.card-footer,.progress{justify-content:space-between;align-items:center;gap:12px;display:flex}.status-pill{color:#333;background:#f5f5f7;border-radius:9999px;align-items:center;gap:7px;width:fit-content;padding:7px 11px;font-size:12px;font-weight:600;display:inline-flex}.status-dot{background:#06c;border-radius:50%;width:7px;height:7px}.status-planning .status-dot{background:#7a7a7a}.status-active-task .status-dot{background:#2a9d8f;animation:1.6s ease-in-out infinite active-task-dot-pulse}.status-blocked .status-dot{background:#e85d04}.status-complete .status-dot{background:#1d1d1f}@keyframes active-task-dot-pulse{50%{opacity:.62;box-shadow:0 0 0 4px #2a9d8f2e}}.activity{color:#7a7a7a;white-space:nowrap;align-items:center;gap:10px;font-size:12px;display:inline-flex}.agent-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45px;flex:none;width:24px;height:24px}.card-copy{margin:32px 0}h3{letter-spacing:-.03em;height:28px;margin-bottom:10px;font-size:24px;font-weight:600;line-height:1.15;overflow:hidden}.card-copy p{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:44px;margin-bottom:0;font-size:15px;line-height:1.47;display:-webkit-box;overflow:hidden}.progress{color:#7a7a7a;margin-top:0;font-size:12px}.progress-track{background:#e5e5e5;border-radius:9999px;flex:1;height:4px;overflow:hidden}.progress-track span{border-radius:inherit;background:#06c;height:100%;display:block}.status-complete .progress-track span{background:#1d1d1f}.status-blocked .progress-track span{background:#e85d04}.completion-summary{margin:24px 0;padding-top:20px}.completion-summary strong{letter-spacing:-.06em;align-items:baseline;gap:8px;margin-top:4px;font-size:48px;font-weight:600;line-height:1;display:flex}.completion-summary strong span{color:#7a7a7a;letter-spacing:0;font-size:15px;font-weight:400}.next-step{margin:24px 0;padding-top:20px}.next-label{color:#7a7a7a;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.next-step p{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:42px;margin:7px 0 0;font-size:15px;line-height:1.4;display:-webkit-box;overflow:hidden}.active-model{margin:24px 0;padding-top:20px}.active-model p{align-items:center;gap:9px;height:42px;margin:7px 0 0;font-size:15px;line-height:1.4;display:flex;overflow:hidden}.openai-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;flex:none;width:20px;height:20px}.card-footer{color:#7a7a7a;border-top:1px solid #f0f0f0;justify-content:stretch;align-items:stretch;gap:11px;margin-top:auto;padding-top:10px;font-size:12px;display:grid}.card-footer-main{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.token-usage{align-items:center;gap:7px;display:inline-flex}.token-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;flex:none;width:16px;height:16px}.repository{align-items:center;gap:6px;max-width:55%;margin-left:auto;display:inline-flex}.repository-icon{flex:none;width:14px;height:14px}.path{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-footer{color:#7a7a7a;background:#eaeaec;justify-content:space-between;gap:20px;padding:32px max(24px,50% - 620px);font-size:12px;display:flex}@media (width<=1023px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.hero-inner,.projects-section{width:min(100% - 32px,1240px)}.global-nav{font-size:11px}.hero-inner{padding:20px 0 16px}.hero-title-block{width:100%}.hero-header-row{display:block}.hero-actions{margin-top:20px}h1{width:auto;margin-bottom:16px;font-size:clamp(30px,10vw,48px)}.summary{gap:16px 20px}.projects-section{padding:36px 0 72px}.section-heading{display:block}.filter-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.filter-control{min-width:0}.project-grid{grid-template-columns:1fr}.site-footer,.site-footer span{display:block}.site-footer span+span{margin-top:8px}}:root[data-theme=dark]{color:#f5f5f7;background:#000}:root[data-theme=dark] body{background:#000}:root[data-theme=dark] .hero{background:#1d1d1f}:root[data-theme=dark] h1{border-color:#3a3a3c}:root[data-theme=dark] .summary-item span,:root[data-theme=dark] .filter-control,:root[data-theme=dark] .activity,:root[data-theme=dark] .progress,:root[data-theme=dark] .card-footer{color:#aaa}:root[data-theme=dark] .projects-section{background:#000}:root[data-theme=dark] .project-card-face{background:#1d1d1f;border-color:#3a3a3c}:root[data-theme=dark] .status-blocked .project-card-face{background:#2b1c1a;border-color:#c94d08}:root[data-theme=dark] .status-pill{color:#f5f5f7;background:#2a2a2c}:root[data-theme=dark] .card-copy p,:root[data-theme=dark] .project-path{color:#d2d2d7}:root[data-theme=dark] .filter-control select{color:#f5f5f7;background:#2a2a2c;border-color:#444}:root[data-theme=dark] .filter-select:after{border-color:#f5f5f7}:root[data-theme=dark] .progress-track{background:#444}:root[data-theme=dark] .project-meta,:root[data-theme=dark] .recent-tasks li,:root[data-theme=dark] .card-footer{border-color:#3a3a3c}:root[data-theme=dark] .site-footer{color:#aaa;background:#1d1d1f}@media (prefers-reduced-motion:reduce){.theme-toggle-track,.theme-toggle-thumb,.theme-icon,.project-card-inner{transition:none}.theme-icon-thumb-sun,.theme-icon-thumb-moon,.status-active-task .status-dot,::view-transition-group(root),::view-transition-old(root),::view-transition-new(root),:root[data-theme-transition]:before{animation:none!important}}.auth-page,.hosted-page{background:var(--canvas);min-height:100vh;color:var(--ink)}.auth-page{place-items:center;padding:24px;display:grid}.auth-card{border:1px solid var(--hairline);background:var(--surface-pearl);border-radius:24px;width:min(100%,420px);padding:40px}.auth-card h1,.hosted-heading h1{letter-spacing:-.04em;margin:8px 0 12px;font-size:clamp(36px,7vw,56px);line-height:1}.auth-muted{color:var(--ink-muted)}.auth-card form{gap:16px;margin:28px 0 20px;display:grid}.auth-card label{gap:8px;font-weight:600;display:grid}.auth-card input{border:1px solid var(--hairline);background:var(--canvas);min-height:44px;font:inherit;border-radius:10px;padding:10px 12px}.auth-card button,.hosted-connector-button{background:var(--primary);color:#fff;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:10px 18px}.auth-card a{color:var(--primary)}.auth-error{color:#b42318}.hosted-nav{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;padding:18px clamp(24px,6vw,80px);display:flex}.hosted-brand{color:inherit;font-weight:700;text-decoration:none}.hosted-signout{color:var(--ink-muted);cursor:pointer;font:inherit;background:0 0;border:0}.hosted-main{width:min(1200px,100% - 48px);margin:0 auto;padding:64px 0 96px}.hosted-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:40px;display:flex}.hosted-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.hosted-project,.hosted-empty{border:1px solid var(--hairline);background:var(--surface-pearl);border-radius:22px;padding:28px}.hosted-project h2{letter-spacing:-.03em;margin:32px 0 12px;font-size:28px}.hosted-project p{color:var(--ink-muted)}.hosted-project-top,.hosted-project-bottom{color:var(--ink-muted);justify-content:space-between;gap:12px;display:flex}.hosted-status{color:var(--ink);font-weight:600}.hosted-progress{background:var(--hairline);border-radius:999px;height:8px;margin:28px 0 10px;overflow:hidden}.hosted-progress span{border-radius:inherit;background:var(--primary);height:100%;display:block}.hosted-next{margin-top:24px}.connector-result{overflow-wrap:anywhere;color:var(--ink-muted);margin:-20px 0 24px}@media (width<=640px){.hosted-heading{flex-direction:column;align-items:start}.auth-card{padding:28px}}.marketing-page{color:#1d1d1f;background:#fff}.marketing-page h1,.marketing-page h2,.marketing-page h3,.marketing-page p{margin:0}.marketing-page h1{white-space:normal;border:0;width:auto;padding:0}.marketing-page a{text-decoration:none}.marketing-nav{justify-content:space-between;align-items:center;gap:24px;width:min(100% - 48px,1180px);min-height:72px;margin:0 auto;font-size:14px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-weight:650;display:inline-flex}.brand svg{fill:none;stroke:#06c;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:22px;height:22px}.marketing-nav nav{color:#6e6e73;gap:28px;display:flex}.marketing-nav nav a:hover,.text-action:hover,.marketing-footer a:hover{color:#06c}.nav-cta{color:#fff;background:#1d1d1f;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:600}.marketing-hero{text-align:center;background:#f5f5f7;padding:104px 24px 0;overflow:hidden}.marketing-eyebrow{color:#06c;letter-spacing:.01em;font-size:14px;font-weight:650}.marketing-hero h1{letter-spacing:-.065em;margin-top:16px;font-size:clamp(50px,7vw,88px);font-weight:650;line-height:.97}.marketing-lead{color:#515154;letter-spacing:-.025em;width:min(100%,630px);font-size:clamp(19px,2.15vw,25px);line-height:1.32;margin:28px auto 0!important}.hero-actions{justify-content:center;align-items:center;gap:26px;margin:34px 0 74px;display:flex}.button-primary{color:#fff;background:#06c;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 21px;font-size:16px;font-weight:550;transition:background-color .2s,transform .2s;display:inline-flex}.button-primary:hover{background:#0071e3;transform:translateY(-1px)}.text-action{color:#06c;font-size:16px;font-weight:550}.dashboard-frame{text-align:left;background:#fff;border:1px solid #d8d8dc;border-bottom:0;border-radius:18px 18px 0 0;width:min(1100px,100%);margin:0 auto -1px;overflow:hidden;box-shadow:0 22px 36px #00000029}.preview-bar{background:#fafafa;border-bottom:1px solid #e7e7e9;align-items:center;gap:6px;height:38px;padding:0 14px;display:flex}.preview-bar>span{background:#d4d4d8;border-radius:50%;width:8px;height:8px}.preview-bar p{color:#8e8e93;font-size:10px;margin:0 auto!important}.preview-bar>i{width:30px}.preview-content{background:#fafafc;grid-template-columns:175px 1fr;min-height:425px;display:grid}.preview-content aside{color:#7a7a7a;border-right:1px solid #e9e9ec;flex-direction:column;gap:17px;padding:29px 23px;font-size:11px;display:flex}.preview-content aside strong{color:#1d1d1f;margin-bottom:17px;font-size:13px}.preview-content aside div{flex:1}.preview-content aside small{color:#a1a1a6;font-size:10px}.preview-main{padding:32px}.preview-heading{justify-content:space-between;align-items:start;display:flex}.preview-heading p{color:#7a7a7a;font-size:12px}.preview-heading strong{letter-spacing:-.045em;margin-top:4px;font-size:26px;display:block}.preview-heading button{color:#fff;font:inherit;background:#06c;border:0;border-radius:999px;padding:9px 13px;font-size:11px}.preview-stats{grid-template-columns:repeat(3,1fr);gap:13px;margin-top:28px;display:grid}.preview-stats>div,.preview-cards article{background:#fff;border:1px solid #e4e4e7;border-radius:10px;position:relative;overflow:hidden}.preview-stats>div{padding:14px}.preview-stats span,.preview-cards small,.preview-cards article>span{color:#86868b;font-size:10px;display:block}.preview-stats strong{letter-spacing:-.04em;margin-top:7px;font-size:25px;display:block}.preview-stats i{background:#06c;border-radius:10px;width:29px;height:4px;position:absolute;bottom:17px;right:14px}.preview-stats>div:nth-child(2) i{background:#e39c34}.preview-stats>div:nth-child(3) i{background:#1d1d1f}.preview-projects>p{justify-content:space-between;font-size:13px;font-weight:600;display:flex;margin:28px 0 12px!important}.preview-projects>p span{color:#06c;font-size:11px;font-weight:500}.preview-cards{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.preview-cards article{min-height:128px;padding:14px}.preview-cards article>i{background:#06c;border-radius:50%;width:6px;height:6px;margin-bottom:11px;display:block}.preview-cards article:nth-child(2)>i{background:#20a78c}.preview-cards article:nth-child(3)>i{background:#8e8e93}.preview-cards strong{letter-spacing:-.025em;margin:8px 0 6px;font-size:13px;display:block}.preview-cards b{background:#e5e5e8;border-radius:4px;height:3px;position:absolute;bottom:14px;left:14px;right:14px;overflow:hidden}.preview-cards b:before{content:"";background:#06c;width:72%;height:100%;display:block}.preview-cards article:nth-child(2) b:before{background:#20a78c;width:48%}.preview-cards article:nth-child(3) b:before{background:#8e8e93;width:18%}.statement-section{text-align:center;max-width:860px;margin:0 auto;padding:150px 24px}.statement-section h2,.feature-card h2,.workflow-section h2,.privacy-section h2,.closing-section h2{letter-spacing:-.055em;font-size:clamp(38px,5vw,62px);font-weight:650;line-height:1.02}.statement-section h2{margin-top:18px}.statement-section>p:last-child{color:#6e6e73;letter-spacing:-.02em;max-width:575px;margin:25px auto 0;font-size:20px;line-height:1.4}.feature-grid{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.feature-card{min-height:720px;padding:clamp(34px,5vw,72px);overflow:hidden}.feature-card-dark{color:#fff;background:#272729}.feature-card-light{background:#f5f5f7}.feature-label{color:#2997ff;font-size:14px;font-weight:650;margin-bottom:16px!important}.feature-card-light .feature-label{color:#06c}.feature-card>p:last-of-type{color:#ccc;max-width:420px;font-size:19px;line-height:1.4;margin-top:20px!important}.feature-card-light>p:last-of-type{color:#6e6e73}.status-orbit{border:1px solid #565659;border-radius:50%;width:360px;height:360px;margin:58px auto 0;position:relative}.status-orbit:before,.status-orbit:after{content:"";border:1px solid #454548;border-radius:50%;position:absolute;inset:46px}.status-orbit:after{inset:105px}.orbit-center{z-index:1;color:#fff;letter-spacing:-.06em;background:#06c;border-radius:50%;place-content:center;width:96px;height:96px;font-size:37px;font-weight:650;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-center small{color:#cfe5fb;letter-spacing:0;font-size:10px;font-weight:500}.status-orbit i{z-index:2;background:#2997ff;border:3px solid #272729;border-radius:50%;width:12px;height:12px;position:absolute}.orbit-one{top:45px;left:80px}.orbit-two{bottom:106px;right:43px;background:#a3a3a8!important}.orbit-three{bottom:43px;left:125px;background:#40bda6!important}.detail-card{background:#fff;border:1px solid #dedee2;border-radius:13px;width:min(100%,420px);margin:57px auto 0;padding:22px}.detail-card>div>span,.detail-card small{color:#86868b;letter-spacing:.04em;font-size:10px;display:block}.detail-card>div>b{letter-spacing:-.03em;margin-top:8px;font-size:18px;display:block}.detail-card ol{gap:22px;margin:25px 0 0;padding:0;list-style:none;display:grid}.detail-card li{align-items:center;gap:12px;display:flex}.detail-card li>i{border:2px solid #06c;border-radius:50%;width:10px;height:10px}.detail-card li:nth-child(2)>i{background:#06c}.detail-card li:nth-child(3)>i{border-color:#c7c7cc}.detail-card li b{font-size:13px;display:block}.detail-card small{letter-spacing:0;margin-top:3px}.workflow-section{background:#fff;padding:145px max(24px,50% - 540px)}.workflow-section>div{justify-content:space-between;gap:38px;display:flex}.workflow-section h2{max-width:550px;margin-top:15px}.workflow-intro{color:#6e6e73;max-width:520px;font-size:19px;line-height:1.4;margin:30px 0 67px auto!important}.workflow-list{border-top:1px solid #d2d2d7;margin:0;padding:0;list-style:none}.workflow-list li{border-bottom:1px solid #d2d2d7;grid-template-columns:23% 1fr;gap:22px;padding:27px 0;display:grid}.workflow-list>li>span{color:#06c;font-size:15px;font-weight:650}.workflow-list h3{letter-spacing:-.035em;font-size:22px}.workflow-list p{color:#6e6e73;font-size:16px;margin-top:7px!important}.privacy-section{color:#fff;text-align:center;background:#000;padding:150px 24px}.privacy-section .marketing-eyebrow{color:#2997ff}.privacy-lock{border:1px solid #3e3e42;border-radius:50%;place-items:center;width:55px;height:55px;margin:0 auto 28px;display:grid}.privacy-lock svg{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:25px}.privacy-section h2{margin-top:17px}.privacy-section>p:last-child{color:#ccc;max-width:565px;margin:25px auto 0;font-size:19px;line-height:1.4}.closing-section{text-align:center;background:#f5f5f7;padding:150px 24px}.closing-section h2{margin:17px 0 30px}.button-primary-light{color:#fff}.marketing-footer{color:#86868b;border-top:1px solid #d2d2d7;align-items:center;gap:25px;width:100%;margin:0;padding:26px max(24px,50% - 590px);font-size:12px;display:flex}.marketing-footer span{margin-right:auto}@media (width<=700px){.marketing-nav{width:min(100% - 32px,1180px);min-height:64px}.marketing-nav nav{display:none}.brand span{font-size:13px}.nav-cta{padding:9px 12px}.marketing-hero{padding-top:72px}.hero-actions{flex-direction:column;gap:17px;margin-bottom:54px}.preview-content{grid-template-columns:1fr;min-height:300px}.preview-content aside{display:none}.preview-main{padding:20px}.preview-heading strong{font-size:19px}.preview-stats{margin-top:18px}.preview-stats>div{padding:10px}.preview-stats strong{font-size:20px}.preview-cards article:nth-child(3){display:none}.preview-cards{grid-template-columns:repeat(2,1fr)}.statement-section,.privacy-section,.closing-section{padding-top:96px;padding-bottom:96px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:680px}.workflow-section{padding-top:96px;padding-bottom:96px}.workflow-section>div{display:block}.workflow-intro{margin:25px 0 45px!important}.workflow-list li{grid-template-columns:68px 1fr}.marketing-footer{flex-wrap:wrap;padding:26px 16px}.marketing-footer span{width:100%}.status-orbit{width:290px;height:290px}.status-orbit:before{inset:37px}.status-orbit:after{inset:84px}.orbit-one{top:35px;left:60px}.orbit-two{bottom:83px;right:35px}.orbit-three{bottom:35px;left:100px}}@media (prefers-reduced-motion:reduce){.button-primary{transition:none}}
