:root{--bg:#0f0f0f;--primary:#f0f0f0;--secondary:#a0a0a0;--accent:#9d7f8c;--border:#2a2a2a;--dimmed:#505050}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--primary);font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:JetBrains Mono,monospace;cursor:pointer;background:none;border:1px solid var(--border);color:var(--primary);padding:6px 12px;font-size:12px;border-radius:2px}button:hover{border-color:var(--dimmed)}input{font-family:JetBrains Mono,monospace;background:var(--bg);border:1px solid var(--border);color:var(--primary);padding:8px 12px;font-size:13px;border-radius:2px;outline:none;width:100%}input:focus{border-color:var(--accent)}input::placeholder{color:var(--dimmed)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--dimmed)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.slide-in-right{animation:slideInRight .2s ease-out}.status-active{color:#6fcf6f}.status-completed{color:var(--secondary)}.status-error{color:#cf6f6f}.landing-root,.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root{--bg:#0b0b0b;--bg-surface:#111;--bg-raised:#161616;--border:#222;--border-faint:#191919;--accent:#c4607a;--accent-dim:#9d7f8c;--accent-glow:rgba(196,96,122,.12);--accent-glow-strong:rgba(196,96,122,.22);--text:#e2dedd;--text-muted:#6a6267;--text-dim:#3d3a3b;--green:#5a9e6e;--yellow:#b89c5a;--blue:#5a7ea0;--mono:"JetBrains Mono",monospace;--serif:"Instrument Serif",serif;--sans:"DM Sans",sans-serif;background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;display:block;min-height:100vh;overflow-x:hidden}.landing-root .container{max-width:1100px;margin:0 auto;padding:0 32px}.landing-root section{border-bottom:1px solid var(--border)}.landing-root nav{border-bottom:1px solid var(--border);padding:0 32px;height:84px;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,4%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.landing-root .nav-logo{display:flex;align-items:center;gap:14px;font-family:var(--mono);font-size:34px;font-weight:600;color:var(--text);letter-spacing:.01em;line-height:1}.landing-root .nav-logo-mark{width:46px;height:46px;display:block;flex-shrink:0}.landing-root .nav-right{display:flex;align-items:center;gap:12px}.landing-root .nav-links{display:flex;align-items:center;gap:0;list-style:none}.landing-root .nav-links a{color:var(--text-muted);text-decoration:none;font-size:12px;font-family:var(--mono);padding:0 16px;height:84px;display:flex;align-items:center;border-left:1px solid var(--border-faint);transition:color .15s}.landing-root .nav-links a:hover{color:var(--text)}.landing-root .nav-cta{background:var(--accent)!important;color:#fff!important;font-weight:500!important;border-left:none!important;margin-left:8px;border-radius:0;height:38px!important;padding:0 16px!important}.landing-root .hero{padding:88px 0 72px;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.landing-root .hero-eyebrow{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:8px}.landing-root .hero-eyebrow:before{content:"";width:20px;height:1px;background:var(--accent);display:inline-block}.landing-root h1{font-family:var(--serif);font-size:clamp(38px,5vw,58px);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px;color:var(--text)}.landing-root h1 em{font-style:italic;color:var(--accent-dim)}.landing-root .hero-sub{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:440px;margin-bottom:36px}.landing-root .hero-sub strong{color:var(--text);font-weight:400}.landing-root .hero-cmd-row{display:flex;flex-direction:column;gap:14px;width:100%;max-width:560px}.landing-root .install-toggle{display:inline-flex;border:1px solid #2a2a2a;background:var(--bg-raised);align-self:flex-start;font-family:var(--mono)}.landing-root .install-toggle button{background:transparent;border:0;color:var(--text-muted);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:9px 18px;cursor:pointer;transition:background .12s,color .12s;border-right:1px solid #2a2a2a}.landing-root .install-toggle button:last-child{border-right:0}.landing-root .install-toggle button.active{background:var(--accent);color:#fff}.landing-root .install-toggle button:not(.active):hover{color:var(--text)}.landing-root .install-shell{position:relative;display:flex;align-items:center;font-family:var(--mono);font-size:19px;background:var(--bg-raised);border:1px solid #2a2a2a;padding:18px 52px 18px 16px;color:var(--text);width:100%;line-height:1}.landing-root .install-prompt{color:var(--accent);margin-right:12px}.landing-root .install-command{color:var(--text);-webkit-user-select:text;-moz-user-select:text;user-select:text}.landing-root .inline-copy-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;background:transparent;color:var(--text-muted);cursor:pointer;padding:0}.landing-root .inline-copy-btn:hover{color:var(--text)}.landing-root .inline-copy-btn svg{width:18px;height:18px;display:block;margin:0 auto}.landing-root .install-actions{display:flex;gap:10px}.landing-root .hero-btn{font-family:var(--mono);font-size:12px;border:1px solid #2a2a2a;background:var(--bg-raised);color:var(--text);border-radius:0;padding:10px 14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.landing-root .hero-btn:hover{border-color:var(--accent);color:#fff}.landing-root .hero-note{font-size:11px;color:var(--text-dim);font-family:var(--mono);margin-top:4px}.landing-root .hero-right{display:flex;justify-content:center;align-items:center}.landing-root .terminal-preview{width:100%;max-width:520px;border:1px solid #2a2a2a;background:linear-gradient(180deg,#141414,#0f0f0f)}.landing-root .terminal-head{border-bottom:1px solid #2a2a2a;padding:10px 12px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:11px;color:var(--text-muted)}.landing-root .terminal-body{margin:0;padding:12px;font-family:var(--mono);font-size:11px;line-height:1.55;color:#a8a3a6;white-space:pre;overflow-x:auto}.landing-root .tp-accent{color:var(--accent)}.landing-root .tp-dim{color:#686368}.landing-root .tp-strong{color:#d6d2d3}.landing-root .section-header{padding:64px 0 48px;display:flex;align-items:flex-start;gap:24px}.landing-root .section-label{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;display:block}.landing-root .section-title{font-family:var(--serif);font-size:clamp(26px,3.5vw,38px);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:var(--text)}.landing-root .section-title em{font-style:italic;color:var(--accent-dim)}.landing-root .cmd-section{padding:0 0 72px}.landing-root .cmd-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:0;gap:0;border:1px solid var(--border);border-radius:3px;overflow:hidden}.landing-root .cmd-tree{border-right:1px solid var(--border);background:var(--bg-surface);padding:28px 24px;font-family:var(--mono);font-size:12px;line-height:1.9}.landing-root .tree-cmd-name{font-size:14px;font-weight:500;color:var(--accent);margin-bottom:16px;display:flex;align-items:center;gap:8px}.landing-root .tree-cmd-name:before{content:"$";color:var(--text-dim);font-size:11px}.landing-root .tree-line{color:var(--text-dim);display:flex;align-items:flex-start;gap:0}.landing-root .tree-branch{color:var(--border);margin-right:2px;white-space:pre}.landing-root .tree-key{color:var(--text-muted)}.landing-root .tree-arrow{color:var(--text-dim);margin:0 6px}.landing-root .tree-val{color:var(--text)}.landing-root .tree-val.green{color:var(--green)}.landing-root .tree-val.yellow{color:var(--yellow)}.landing-root .tree-val.accent{color:var(--accent)}.landing-root .tree-val.blue{color:var(--blue)}.landing-root .tree-section-label{color:var(--text-dim);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin:16px 0 8px;padding-bottom:6px;border-bottom:1px solid var(--border-faint)}.landing-root .cmd-demo{background:var(--bg);position:relative;overflow:hidden}.landing-root .demo-topbar{height:36px;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:8px;background:var(--bg-surface)}.landing-root .demo-dot{width:8px;height:8px;border-radius:50%;background:var(--border)}.landing-root .demo-title{font-family:var(--mono);font-size:11px;color:var(--text-muted);margin-left:8px;flex:1 1}.landing-root .demo-body{padding:20px;font-family:var(--mono);font-size:12px;line-height:1.8;min-height:240px}.landing-root .demo-caption{padding:16px 20px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted);line-height:1.6;background:var(--bg-surface)}.landing-root .demo-caption strong{color:var(--text);font-weight:400}.landing-root .sense-row{display:flex;align-items:baseline;gap:10px;opacity:0;transform:translateY(4px);animation:landingFadeUp .3s ease forwards}@keyframes landingFadeUp{to{opacity:1;transform:none}}.landing-root .sense-row:first-child{animation-delay:.1s}.landing-root .sense-row:nth-child(2){animation-delay:.5s}.landing-root .sense-row:nth-child(3){animation-delay:1s}.landing-root .sense-row:nth-child(4){animation-delay:1.5s}.landing-root .sense-row:nth-child(5){animation-delay:2s}.landing-root .sense-row:nth-child(6){animation-delay:2.5s}.landing-root .sense-row:nth-child(7){animation-delay:3s}.landing-root .sense-row:nth-child(8){animation-delay:3.4s}.landing-root .sense-row:nth-child(9){animation-delay:3.8s}.landing-root .s-time{color:var(--text-dim);font-size:11px;flex-shrink:0}.landing-root .s-badge{font-size:10px;padding:1px 6px;border-radius:2px;flex-shrink:0;font-weight:500}.landing-root .s-badge.run{background:rgba(90,158,110,.15);color:var(--green);border:1px solid rgba(90,158,110,.25)}.landing-root .s-badge.done{background:rgba(90,126,160,.15);color:var(--blue);border:1px solid rgba(90,126,160,.25)}.landing-root .s-badge.skill{background:rgba(196,96,122,.1);color:var(--accent);border:1px solid rgba(196,96,122,.2)}.landing-root .s-badge.compact{background:rgba(184,156,90,.12);color:var(--yellow);border:1px solid rgba(184,156,90,.22)}.landing-root .s-text{color:var(--text-muted);font-size:11px}.landing-root .s-text .hl{color:var(--text)}.landing-root .s-text .accent{color:var(--accent)}.landing-root .s-text .green{color:var(--green)}.landing-root .s-text .yellow{color:var(--yellow)}.landing-root .s-cursor{display:inline-block;width:6px;height:13px;background:var(--accent);vertical-align:middle;animation:landingBlink 1s step-end infinite;opacity:0;animation-delay:4s;animation-fill-mode:forwards}@keyframes landingBlink{0%{opacity:0}0.01%{opacity:1}50%{opacity:1}50.01%{opacity:0}to{opacity:0}}.landing-root .dig-header{color:var(--text-dim);font-size:11px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-faint)}.landing-root .dig-call{padding:8px 10px;border:1px solid var(--border-faint);border-radius:2px;margin-bottom:6px;cursor:pointer;transition:border-color .15s,background .15s}.landing-root .dig-call.active{border-color:var(--accent);background:var(--accent-glow)}.landing-root .dig-call-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.landing-root .dig-call-id{color:var(--text-muted);font-size:11px}.landing-root .dig-call-tok{color:var(--accent);font-size:11px}.landing-root .dig-call-sub{display:flex;gap:12px;font-size:10px;color:var(--text-dim)}.landing-root .dig-call-sub .green{color:var(--green)}.landing-root .dig-call-sub .yellow{color:var(--yellow)}.landing-root .dig-expanded{margin-top:12px;border:1px solid var(--border);border-radius:2px;overflow:hidden;animation:landingExpandIn .25s ease}@keyframes landingExpandIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.landing-root .dig-exp-section{border-bottom:1px solid var(--border-faint);padding:10px 12px}.landing-root .dig-exp-section:last-child{border-bottom:none}.landing-root .dig-exp-label{font-size:10px;color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.landing-root .skill-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:5px;font-size:11px}.landing-root .skill-bar-name{color:var(--text-muted);width:80px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-root .skill-bar-track{flex:1 1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.landing-root .skill-bar-fill{height:100%;background:var(--accent);border-radius:2px;animation:landingBarGrow .6s ease forwards;width:0}@keyframes landingBarGrow{to{width:var(--w)}}.landing-root .skill-bar-tok{color:var(--accent-dim);font-size:10px;width:40px;text-align:right;flex-shrink:0}.landing-root .cost-breakdown{margin-top:12px;font-family:var(--mono);font-size:11px;color:var(--text-dim);line-height:1.7;padding:10px 12px;background:var(--bg-surface);border:1px solid var(--border-faint);border-radius:2px}.landing-root .cost-breakdown .warn{color:var(--yellow);display:block;margin-top:4px}.landing-root .cost-breakdown .num{color:var(--text-muted)}.landing-root .stats-section{padding:0}.landing-root .stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.landing-root .stat-tile{padding:40px 32px;border-right:1px solid var(--border);position:relative;overflow:hidden}.landing-root .stat-tile:last-child{border-right:none}.landing-root .stat-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent) 0,transparent 100%);opacity:0;transition:opacity .3s}.landing-root .stat-tile:hover:before{opacity:1}.landing-root .stat-num{font-family:var(--serif);font-size:52px;line-height:1;color:var(--text);margin-bottom:10px;letter-spacing:-.03em}.landing-root .stat-unit{font-family:var(--mono);font-size:14px;color:var(--accent);margin-left:4px}.landing-root .stat-label{font-size:13px;color:var(--text-muted);line-height:1.5}.landing-root .stat-sub{font-family:var(--mono);font-size:11px;color:var(--text-dim);margin-top:8px}.landing-root .daemon-section{padding:64px 0}.landing-root .daemon-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border:1px solid var(--border);border-radius:3px;overflow:hidden}.landing-root .daemon-left{padding:40px;border-right:1px solid var(--border)}.landing-root .daemon-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:28px;max-width:380px}.landing-root .daemon-steps{display:flex;flex-direction:column;gap:0;font-family:var(--mono);font-size:13px;border:1px solid var(--border);border-radius:2px;overflow:hidden}.landing-root .daemon-step{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border);transition:background .15s}.landing-root .daemon-step:last-child{border-bottom:none}.landing-root .daemon-step:hover{background:var(--bg-raised)}.landing-root .daemon-step-num{width:20px;height:20px;border-radius:2px;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--text-muted);flex-shrink:0}.landing-root .daemon-step-cmd{color:var(--accent)}.landing-root .daemon-step-desc{color:var(--text-muted);font-size:11px}.landing-root .daemon-right{background:var(--bg-surface);padding:28px 24px;font-family:var(--mono);font-size:12px;line-height:1.9}.landing-root .daemon-right .demo-topbar{margin:-28px -24px 20px;background:var(--bg-raised)}.landing-root .ta-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;opacity:0;animation:landingFadeUp .3s ease forwards}.landing-root .ta-row:first-child{animation-delay:0s}.landing-root .ta-row:nth-child(2){animation-delay:.4s}.landing-root .ta-row:nth-child(3){animation-delay:.7s}.landing-root .ta-row:nth-child(4){animation-delay:1.1s}.landing-root .ta-row:nth-child(5){animation-delay:1.5s}.landing-root .ta-row:nth-child(6){animation-delay:1.9s}.landing-root .ta-row:nth-child(7){animation-delay:2.3s}.landing-root .ta-row:nth-child(8){animation-delay:2.6s}.landing-root .ta-prompt{color:var(--accent)}.landing-root .ta-cmd{color:var(--text)}.landing-root .ta-output{color:var(--text-muted);font-size:11px}.landing-root .ta-output.green{color:var(--green)}.landing-root .ta-output.dim{color:var(--text-dim)}.landing-root .ta-gap{height:8px}.landing-root .email-section{padding:80px 0}.landing-root .email-inner{display:grid;grid-template-columns:1fr 480px;grid-gap:64px;gap:64px;align-items:center}.landing-root .email-eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.landing-root .email-title{font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.2;color:var(--text);margin-bottom:14px}.landing-root .email-sub{font-size:14px;color:var(--text-muted);line-height:1.7}.landing-root .email-count{display:inline-block;margin-top:14px;font-family:var(--mono);font-size:11px;color:var(--accent-dim);letter-spacing:.04em}.landing-root .email-count .num{color:var(--accent)}.landing-root .email-form{border:1px solid var(--border);border-radius:3px;overflow:hidden;background:var(--bg-surface)}.landing-root .email-form-top{padding:24px;border-bottom:1px solid var(--border)}.landing-root .email-form-label{font-family:var(--mono);font-size:10px;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;display:block}.landing-root .email-input-row{display:flex;gap:0}.landing-root .email-input{flex:1 1;background:var(--bg);border:1px solid var(--border);border-right:none;border-radius:2px 0 0 2px;padding:10px 14px;font-family:var(--mono);font-size:13px;color:var(--text);outline:none;transition:border-color .15s;min-width:0}.landing-root .email-input::placeholder{color:var(--text-dim)}.landing-root .email-input:focus{border-color:var(--accent-dim)}.landing-root .email-btn{background:var(--accent);border:none;padding:10px 20px;font-family:var(--mono);font-size:12px;font-weight:500;color:#fff;cursor:pointer;border-radius:0 2px 2px 0;transition:opacity .15s;white-space:nowrap}.landing-root .email-btn:hover{opacity:.88}.landing-root .email-btn:disabled{opacity:.5;cursor:not-allowed}.landing-root .email-status{padding:12px 24px;font-family:var(--mono);font-size:11px;border-bottom:1px solid var(--border)}.landing-root .email-status.ok{color:var(--green)}.landing-root .email-status.warn{color:var(--yellow)}.landing-root .email-status.err{color:#cf6f6f}.landing-root .email-form-bottom{padding:14px 24px;display:flex;gap:16px;flex-wrap:wrap}.landing-root .email-perk{font-family:var(--mono);font-size:11px;color:var(--text-dim);display:flex;align-items:center;gap:6px}.landing-root .email-perk:before{content:"—";color:var(--accent);font-size:10px}.landing-root .pricing-section{padding:80px 0}.landing-root .pricing-header{text-align:center;margin-bottom:48px}.landing-root .pricing-title{font-family:var(--serif);font-size:36px;font-weight:400;color:var(--text);margin-bottom:10px}.landing-root .pricing-sub{font-size:14px;color:var(--text-muted)}.landing-root .pricing-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border:1px solid var(--border);border-radius:3px;overflow:hidden}.landing-root .pricing-card{padding:40px;position:relative}.landing-root .pricing-card:first-child{border-right:1px solid var(--border)}.landing-root .pricing-card.featured{background:var(--bg-surface)}.landing-root .pricing-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent)}.landing-root .pricing-tier{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;display:flex;align-items:center;gap:10px}.landing-root .pricing-badge{background:var(--accent-glow);border:1px solid rgba(196,96,122,.25);color:var(--accent);font-size:9px;padding:2px 8px;border-radius:2px;letter-spacing:.08em}.landing-root .pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.landing-root .pricing-amount{font-family:var(--serif);font-size:52px;line-height:1;letter-spacing:-.03em;color:var(--text)}.landing-root .pricing-period{font-family:var(--mono);font-size:13px;color:var(--text-muted)}.landing-root .pricing-tagline{font-size:13px;color:var(--text-muted);margin-bottom:32px;line-height:1.5}.landing-root .pricing-btn{display:block;width:100%;padding:12px 0;font-family:var(--mono);font-size:13px;font-weight:500;text-align:center;border-radius:2px;cursor:pointer;transition:all .15s;margin-bottom:32px;text-decoration:none}.landing-root .pricing-btn.outline{background:transparent;border:1px solid var(--border);color:var(--text)}.landing-root .pricing-btn.outline:hover{border-color:var(--text-muted)}.landing-root .pricing-btn.fill{background:var(--accent);border:1px solid var(--accent);color:#fff}.landing-root .pricing-btn.fill:hover{opacity:.88}.landing-root .pricing-divider{height:1px;background:var(--border-faint);margin-bottom:24px}.landing-root .pricing-features{list-style:none;display:flex;flex-direction:column;gap:0}.landing-root .pricing-feature{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-faint);font-size:13px;color:var(--text-muted);line-height:1.5}.landing-root .pricing-feature:last-child{border-bottom:none}.landing-root .pricing-feature:before{content:"|_";font-family:var(--mono);font-size:11px;color:var(--accent);flex-shrink:0;margin-top:1px}.landing-root .pricing-feature strong{color:var(--text);font-weight:400}.landing-root .pricing-feature .mono{padding:1px 5px;border-radius:2px}.landing-root .mono-tag,.landing-root .pricing-feature .mono{font-family:var(--mono);font-size:11px;color:var(--accent-dim);background:var(--bg-raised)}.landing-root .mono-tag{border:1px solid var(--border);padding:2px 6px;border-radius:2px}.landing-root footer{padding:32px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border)}.landing-root .footer-left{font-family:var(--mono);font-size:11px;color:var(--text-dim);display:flex;align-items:center;gap:20px}.landing-root .footer-links{display:flex;gap:20px}.landing-root .footer-links a{font-family:var(--mono);font-size:11px;color:var(--text-dim);text-decoration:none;transition:color .15s}.landing-root .footer-links a:hover{color:var(--text-muted)}@media (max-width:768px){.landing-root .hero{grid-template-columns:1fr}.landing-root .hero-right{display:none}.landing-root .cmd-layout{grid-template-columns:1fr}.landing-root .cmd-tree{border-right:none;border-bottom:1px solid var(--border)}.landing-root .stats-grid{grid-template-columns:1fr 1fr}.landing-root .stat-tile:nth-child(2){border-right:none}.landing-root .daemon-grid{grid-template-columns:1fr}.landing-root .daemon-left{border-right:none;border-bottom:1px solid var(--border)}.landing-root .email-inner,.landing-root .pricing-grid{grid-template-columns:1fr}.landing-root .pricing-card:first-child{border-right:none;border-bottom:1px solid var(--border)}}