*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--surface: #141414;--border: #222;--text: #e5e5e5;--text-muted: #737373;--accent: #d4a574;--accent-dim: #a07850}html{color-scheme:dark;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased}.page{display:flex;flex-direction:column;min-height:100dvh}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border)}.nav-brand{font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.nav-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.dot-ok{background:#22c55e;box-shadow:0 0 6px #22c55e80}.dot-off{background:var(--text-muted)}.hero{min-height:calc(100dvh - 3.5rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem 2rem;gap:1.5rem}.title{font-size:clamp(3rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:1}.title-accent{color:var(--accent)}.subtitle{font-size:1.25rem;color:var(--text-muted);font-weight:400}.description{max-width:540px;font-size:.9375rem;line-height:1.7;color:var(--text-muted)}.flow{width:100%;max-width:640px;margin-top:1rem}.flow-track{display:flex;align-items:center;justify-content:center}.flow-node{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;min-width:100px;z-index:1}.flow-node-hub{border-color:var(--accent-dim);box-shadow:0 0 24px #d4a57414;animation:hub-pulse 3s ease-in-out infinite}@keyframes hub-pulse{0%,to{box-shadow:0 0 24px #d4a5740f}50%{box-shadow:0 0 32px #d4a57426}}.flow-node-label{font-size:1rem;font-weight:600;color:var(--text);white-space:nowrap}.flow-node-sub{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.flow-conn{position:relative;width:80px;height:28px;display:flex;align-items:center;flex-shrink:0}.flow-conn-line{position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border)}.flow-conn-tag{position:absolute;top:-2px;left:50%;transform:translate(-50%);font-size:.5625rem;color:var(--text-muted);letter-spacing:.03em;white-space:nowrap}.flow-dot-fwd{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);top:50%;margin-top:-2.5px;animation:dot-fwd 2.8s infinite ease-in-out;opacity:0}@keyframes dot-fwd{0%{left:0;opacity:0}8%{opacity:1}85%{opacity:1}to{left:calc(100% - 4px);opacity:0}}.flow-dot-rev{position:absolute;width:4px;height:4px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e80;top:50%;margin-top:-2px;animation:dot-rev 2.8s infinite ease-in-out;opacity:0}@keyframes dot-rev{0%{left:calc(100% - 3px);opacity:0}8%{opacity:.8}85%{opacity:.8}to{left:0;opacity:0}}.flow-steps{position:relative;height:1.25em;margin-top:1rem;text-align:center}.flow-step{position:absolute;width:100%;left:0;font-size:.8125rem;color:var(--text-muted);opacity:0;animation:step-cycle 9s infinite}@keyframes step-cycle{0%{opacity:0;transform:translateY(4px)}4%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}34%{opacity:0;transform:translateY(-4px)}to{opacity:0}}.install{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:.625rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:border-color .2s}.install:hover{border-color:var(--accent-dim)}.install-cmd{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8125rem;color:var(--text)}.install-prompt{color:var(--accent);margin-right:.25rem;-webkit-user-select:none;user-select:none}.install-copy{color:var(--text-muted);margin-left:auto;display:flex;align-items:center;transition:color .2s}.install:hover .install-copy{color:var(--text)}.stats{display:flex;gap:2rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;min-width:120px}.stat-value{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.stat-pricing{position:relative;overflow:hidden;min-width:180px;padding:1rem 2rem}.stat-pricing .pricing-carousel{position:relative;width:100%;height:3.25rem}.pricing-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;opacity:0;animation:pricing-cycle 12s infinite}@keyframes pricing-cycle{0%{opacity:0;transform:translateY(4px)}2%{opacity:1;transform:translateY(0)}23%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(-4px)}to{opacity:0}}.pricing-slide .stat-value{font-size:1.75rem;white-space:nowrap}.pricing-slide .stat-label{font-size:.75rem;white-space:nowrap}.pricing-model{font-size:.875rem;color:var(--accent);letter-spacing:.03em}.pricing-official{font-size:1rem;color:var(--text-muted);text-decoration:line-through;font-weight:400}.pricing-ours{color:#22c55e}.pricing-value{display:flex;align-items:baseline;gap:.25rem}.pricing-unit{font-size:.625rem;font-weight:400;color:var(--text-muted)}.cta-arrow{margin-top:1.5rem;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.cta-arrow:hover{color:var(--text)}.guide{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;scroll-margin-top:2rem}.guide-heading{font-size:1rem;font-weight:600;color:var(--text-muted)}.guide-cards{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.guide-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;min-width:280px}.guide-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.guide-label-lend{color:var(--accent)}.guide-label-rent{color:#22c55e}.guide-cmd{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8125rem;color:var(--text);background:var(--bg);padding:.5rem .75rem;border-radius:.375rem}.text-accent{color:var(--accent)}.tip{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:.625rem;font-weight:700;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;cursor:help;position:relative;top:-.5em;margin-left:.25rem;vertical-align:top}.tip:hover{color:var(--text);border-color:var(--accent-dim)}.tip:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);right:-8px;width:220px;padding:.5rem .625rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;font-size:.6875rem;font-weight:400;line-height:1.5;color:var(--text-muted);text-transform:none;letter-spacing:normal;white-space:normal;opacity:0;pointer-events:none;transition:opacity .15s;z-index:10}.tip:hover:after{opacity:1}.badge{margin-top:1rem;font-size:.8125rem;color:var(--text-muted)}.badge a{color:var(--accent);text-decoration:none;font-weight:500}.badge a:hover{text-decoration:underline}.footer{padding:1.5rem 2rem;text-align:center;font-size:.75rem;color:var(--text-muted);border-top:1px solid var(--border)}
