:root{--bg:#fff;--surface:#fff;--surface-muted:#f6f7f6;--surface-soft:#fbfbfa;--ink:#0c0e0d;--muted:#4f5754;--faint:#7d8782;--line:#0c0e0d1a;--line-strong:#0c0e0d3d;--accent:#2f8f52;--accent-strong:#1e6f3d;--accent-soft:#e8f4eb;--focus:#2f8f5257;--shadow-soft:0 20px 50px #0c0e0d14;--shadow-window:0 32px 80px #0c0e0d29;--font-sans:"Satoshi", "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SF Mono", "JetBrains Mono", ui-monospace, monospace}html.dark{--bg:#090b0a;--surface:#0f1211;--surface-muted:#151918;--surface-soft:#111514;--ink:#f5f7f5;--muted:#b0bab4;--faint:#7d8a83;--line:#f5f7f51a;--line-strong:#f5f7f542;--accent:#72d892;--accent-strong:#a7efbb;--accent-soft:#72d8921f;--focus:#72d89261;--shadow-soft:0 20px 60px #00000057;--shadow-window:0 32px 90px #0000007a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:92px}body{min-width:320px;color:var(--ink);background:repeating-linear-gradient(0deg, #0c0e0d05 0, #0c0e0d05 1px, transparent 1px, transparent 4px), var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .2s,color .2s;overflow-x:hidden}html.dark body{background:repeating-linear-gradient(0deg, #f5f7f505 0, #f5f7f505 1px, transparent 1px, transparent 4px), var(--bg)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}img{max-width:100%}h1,h2,h3{letter-spacing:0;line-height:1.04}.site-header{z-index:10;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(18px);justify-content:space-between;align-items:center;min-height:72px;padding:0 max(24px,50vw - 590px);display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:10px;font-size:1rem;font-weight:700;display:inline-flex}.brand-mark,.footer-brand img{border-radius:8px;place-items:center;width:32px;height:32px;display:grid;overflow:hidden;box-shadow:0 8px 18px #2f8f522e}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.nav-links{color:var(--muted);align-items:center;gap:24px;font-size:.88rem;font-weight:600;display:flex}.nav-links a{padding:8px 0;position:relative}.nav-links a:after{content:"";opacity:0;background:currentColor;height:1px;transition:opacity .16s,transform .16s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(.4)}.nav-links a:hover,.nav-links a:focus-visible{color:var(--ink);outline:none}.nav-links a:hover:after,.nav-links a:focus-visible:after{opacity:1;transform:scaleX(1)}.nav-download{border:1px solid var(--line-strong);background:var(--ink);border-radius:999px;align-items:center;min-height:32px;display:inline-flex;color:var(--surface)!important;padding:0 14px!important}.nav-download:after{display:none}html.dark .nav-download{color:var(--bg)!important}.theme-toggle-btn{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:color-mix(in srgb, var(--surface) 90%, transparent);cursor:pointer;border-radius:8px;place-items:center;display:grid}.theme-toggle-btn:hover,.theme-toggle-btn:focus-visible{color:var(--ink);border-color:var(--line-strong);outline:3px solid var(--focus);outline-offset:2px}.theme-toggle-btn svg{width:16px;height:16px}.theme-toggle-btn .sun-icon,html.dark .theme-toggle-btn .moon-icon{display:none}html.dark .theme-toggle-btn .sun-icon{display:block}.hero,.overview-section,.feature-flow,.faq-section,.footer-inner{width:min(100% - 48px,1180px);margin:0 auto}.hero{padding:clamp(52px,8vw,92px) 0 74px}.hero-copy{max-width:680px}.hero-icon{border-radius:18px;width:clamp(58px,7vw,84px);height:clamp(58px,7vw,84px);margin-bottom:24px;display:block;box-shadow:0 18px 38px #2f8f5229}.lead-line{color:var(--muted);margin-bottom:10px;font-size:clamp(1.06rem,1.7vw,1.28rem)}.hero h1{max-width:680px;font-size:6rem;font-weight:650}.hero-subtitle{max-width:580px;color:var(--muted);margin-top:22px;font-size:clamp(1.08rem,1.7vw,1.24rem)}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:1px solid var(--line-strong);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 20px;font-size:.94rem;font-weight:700;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.button svg{width:17px;height:17px}.button.primary{color:#fff;border-color:var(--accent-strong);background:var(--accent)}html.dark .button.primary{color:#081009}.button.secondary{color:var(--ink);background:color-mix(in srgb, var(--surface) 88%, transparent)}.button:hover,.button:focus-visible{outline:3px solid var(--focus);outline-offset:2px;transform:translateY(-1px)}.button.primary:hover,.button.primary:focus-visible{background:var(--accent-strong)}.download-meta{color:var(--faint);flex-wrap:wrap;gap:12px;margin-top:13px;font-size:.86rem;display:flex}.hero-window{border:1px solid var(--line-strong);background:var(--surface);box-shadow:var(--shadow-window);border-radius:16px;margin:clamp(44px,7vw,70px) auto 0;line-height:0;position:relative;overflow:hidden}.hero-window:after{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff80}.mini-toolbar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface-muted) 72%, var(--surface));align-items:center;min-height:44px;display:flex}.hero-window img{width:100%;height:auto;display:block}.hero-window-picture{display:block}.overview-section{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:start;gap:38px;padding:90px 0;display:grid}.overview-copy{max-width:720px}.section-label{color:var(--accent-strong);font-family:var(--font-mono);text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:700}.overview-copy h2,.feature-heading h2{font-size:clamp(2.3rem,4.2vw,4rem);font-weight:650}.overview-copy p:last-child,.feature-copy p{color:var(--muted);margin-top:18px;font-size:1.06rem}.fact-list{border-top:1px solid var(--line);display:grid}.fact-list div{border-bottom:1px solid var(--line);grid-template-columns:112px minmax(0,1fr);gap:14px;padding:17px 0;display:grid}.fact-list dt{color:var(--faint);font-size:.88rem;font-weight:600}.fact-list dd{color:var(--ink);font-weight:700}.agent-prompt-box{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-column:1/-1;gap:12px;padding:20px;display:grid}.agent-prompt-header{color:var(--faint);font-family:var(--font-mono);font-size:.8rem;font-weight:700}.agent-prompt-body{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.agent-prompt-body code{min-width:0;color:var(--ink);font-family:var(--font-mono);white-space:normal;word-break:break-word;font-size:.9rem}.copy-prompt-btn{border:1px solid var(--line);min-height:34px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.copy-prompt-btn svg{width:15px;height:15px}.copy-prompt-btn:hover,.copy-prompt-btn:focus-visible{color:var(--ink);border-color:var(--line-strong);outline:3px solid var(--focus);outline-offset:2px}.copy-prompt-btn.copied{color:#fff;border-color:var(--accent);background:var(--accent)}.feature-flow{border-top:1px solid var(--line);padding:94px 0 40px}.feature-heading{max-width:760px;margin-bottom:72px}.feature-row{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(34px,6vw,78px);padding:0 0 96px;display:grid}.feature-row.reverse{grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr)}.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .native-panel,.feature-row.reverse .terminal-panel{order:1}.feature-copy h3{font-size:clamp(2rem,3.3vw,3rem);font-weight:650}.feature-points{color:var(--ink);gap:10px;margin-top:20px;font-size:.96rem;font-weight:600;list-style:none;display:grid}.feature-points li{padding-left:24px;position:relative}.feature-points li:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:.62em;left:0}.native-panel,.terminal-panel{border:1px solid var(--line-strong);background:var(--surface);min-width:0;box-shadow:var(--shadow-soft);border-radius:14px;overflow:hidden}.mini-toolbar{color:var(--muted);justify-content:space-between;gap:12px;padding:0 14px;font-size:.86rem;font-weight:700}.mock-button{border:1px solid var(--line);min-height:30px;color:var(--ink);background:var(--surface);border-radius:7px;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.invoice-sheet{color:#111614;background:#fff;gap:24px;min-height:430px;padding:clamp(24px,5vw,50px);display:grid}.invoice-sheet>div:first-child,.invoice-sheet dl,.client-detail dl{gap:5px;display:grid}.invoice-sheet span,.invoice-sheet dt,.client-detail dt,.settings-row span{color:#69716d;font-size:.82rem}.invoice-stamp{color:var(--accent-strong);text-transform:uppercase;justify-self:end;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:700}.invoice-sheet dl{grid-template-columns:repeat(3,1fr)}.invoice-sheet dt,.client-detail dt{font-weight:600}.invoice-sheet dd,.client-detail dd{font-weight:700}.invoice-sheet table{border-collapse:collapse;width:100%;font-size:.88rem}.invoice-sheet th,.invoice-sheet td{text-align:left;border-bottom:1px solid #0c0e0d1f;padding:12px 0}.invoice-sheet th:last-child,.invoice-sheet td:last-child{text-align:right}.client-panel{grid-template-columns:.62fr 1fr;min-height:310px;display:grid}.mini-sidebar{border-right:1px solid var(--line);background:var(--surface-muted);align-content:start;gap:6px;padding:18px;display:grid}.mini-sidebar span{color:var(--muted);border-radius:8px;padding:11px 12px;font-size:.86rem;font-weight:600}.mini-sidebar .active{color:var(--ink);background:var(--accent-soft)}.client-detail{align-content:center;gap:20px;padding:clamp(24px,5vw,44px);display:grid}.client-detail strong{font-size:clamp(1.4rem,2.6vw,2rem)}.client-detail dl{gap:12px}.client-detail dl div{grid-template-columns:100px minmax(0,1fr);gap:12px;display:grid}.terminal-panel{color:#eff5ef;background:#0b0e0d;padding:18px}.terminal-title{color:#eff5efb3;font-family:var(--font-mono);text-align:center;border-bottom:1px solid #eff5ef24;margin:-18px -18px 16px;padding:12px 18px;font-size:.82rem}.terminal-row{color:#eff5efeb;min-height:38px;font-family:var(--font-mono);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;font-size:.88rem;display:grid}.terminal-row code{white-space:nowrap;min-width:0;overflow-x:auto}.terminal-row.success{color:#8feaab}.prompt{color:var(--accent);font-weight:700}.terminal-panel pre{color:#eff5efd1;font:.84rem/1.55 var(--font-mono);margin-top:14px;overflow-x:auto}.backup-panel{gap:0;display:grid}.settings-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;display:grid}.settings-row div{gap:5px;display:grid}.backup-panel>p{color:var(--faint);padding:18px 24px;font-size:.84rem}.faq-section{border-top:1px solid var(--line);padding:88px 0 96px}.faq-section .feature-heading{margin-bottom:34px}.faq-list{border-top:1px solid var(--line);max-width:900px;display:grid}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:18px;padding:22px 0;font-size:1.02rem;font-weight:700;display:flex}.faq-question:hover,.faq-question:focus-visible{color:var(--accent-strong);outline:none}.faq-icon{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);border-radius:8px;flex:none;place-items:center;transition:transform .18s,color .18s;display:grid}.faq-icon svg{width:16px;height:16px}.faq-answer{max-height:0;transition:max-height .22s;overflow:hidden}.faq-item.active .faq-answer{max-height:220px}.faq-answer-inner{max-width:720px;color:var(--muted);padding:0 0 22px}.faq-item.active .faq-icon{color:var(--accent);transform:rotate(180deg)}footer{border-top:1px solid var(--line);background:var(--surface-soft)}.footer-inner{color:var(--muted);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:34px 0;font-size:.88rem;display:grid}.footer-brand{color:var(--ink);align-items:center;gap:10px;font-weight:700;display:inline-flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:20px;font-weight:600;display:flex}.footer-links a{align-items:center;gap:7px;display:inline-flex}.github-icon{fill:currentColor;stroke:none;width:16px;height:16px}.footer-links a:hover,.footer-links a:focus-visible{color:var(--ink);outline:none}.footer-inner p{text-align:right}@media (width<=980px){.hero h1{font-size:4.6rem}.overview-section,.feature-row,.feature-row.reverse{grid-template-columns:1fr}.feature-row.reverse .feature-copy,.feature-row.reverse .native-panel,.feature-row.reverse .terminal-panel{order:initial}.footer-inner{grid-template-columns:1fr;justify-items:start}.footer-links{justify-content:flex-start}.footer-inner p{text-align:left}}@media (width<=720px){.site-header{flex-direction:column;align-items:flex-start;gap:14px;min-height:0;padding:16px 18px}.nav-links{gap:17px;width:100%;padding-bottom:2px;overflow-x:auto}.theme-toggle-btn{position:absolute;top:15px;right:18px}.brand{padding-right:54px}.hero,.overview-section,.feature-flow,.faq-section,.footer-inner{width:min(100% - 36px,1180px)}.hero{padding-top:42px;padding-bottom:56px}.hero h1{font-size:2.55rem}.hero-subtitle{max-width:20.5rem;font-size:1rem}.actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-window{border-radius:12px}.fact-list div,.client-detail dl div{grid-template-columns:1fr;gap:4px}.agent-prompt-body,.settings-row,.client-panel,.invoice-sheet dl{grid-template-columns:1fr}.copy-prompt-btn,.settings-row .mock-button{justify-self:start}.mini-sidebar{border-right:0;border-bottom:1px solid var(--line)}.feature-heading{margin-bottom:50px}.feature-row{padding-bottom:72px}.invoice-sheet{min-height:0}.invoice-sheet table{font-size:.8rem}}@media (width<=430px){.hero h1{font-size:2.45rem}.nav-links{gap:13px;font-size:.84rem}.nav-download{padding:0 12px!important}.hero-icon{border-radius:14px}.terminal-panel pre,.terminal-row{font-size:.76rem}}
