:root{--landing-max-width: 1100px;--landing-section-gap: 6rem;--landing-bg: #0f0f17;--landing-bg-secondary: #161623;--landing-text: #e4e4ef;--landing-text-muted: #9ca3af;--landing-accent: #60a5fa;--landing-green: #86efac;--landing-border: #2a2a3c;--landing-code-bg: #1a1a2e;--landing-nav-bg: rgba(15, 15, 23, .85);--landing-card-bg: #1a1a2e;--landing-card-shadow: rgba(0, 0, 0, .3)}[data-theme=light]{--landing-bg: #fafafa;--landing-bg-secondary: #f0f0f5;--landing-text: #1a1a2e;--landing-text-muted: #6b7280;--landing-accent: #2563eb;--landing-green: #16a34a;--landing-border: #d1d5db;--landing-code-bg: #e8e8f0;--landing-nav-bg: rgba(250, 250, 250, .85);--landing-card-bg: #ffffff;--landing-card-shadow: rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Geist Variable,sans-serif;background:var(--landing-bg);color:var(--landing-text);line-height:1.6;overflow-x:hidden}a{color:var(--landing-accent);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}img{max-width:100%;height:auto;display:block}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--landing-nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-nav-inner{max-width:var(--landing-max-width);margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.2rem;color:var(--landing-text);text-decoration:none}.landing-nav-logo img{width:32px;height:32px;border-radius:6px}.landing-nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none}.landing-nav-links a{color:var(--landing-text-muted);font-size:.9rem;font-weight:500;transition:color .2s ease}.landing-nav-links a:hover{color:var(--landing-text);opacity:1}.hero{padding-top:calc(64px + 4rem);padding-bottom:var(--landing-section-gap);text-align:center}.hero-inner{max-width:var(--landing-max-width);margin:0 auto;padding:0 1.5rem}.hero-logo{margin:0 auto 1.5rem;border-radius:16px}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;color:var(--landing-text)}.hero h1 .accent{color:var(--landing-green)}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--landing-text-muted);max-width:640px;margin:0 auto 2rem;line-height:1.7}.hero-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.hero-links a{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .15s ease,box-shadow .15s ease}.hero-links a:hover{transform:translateY(-1px);opacity:1}.btn-primary{background:var(--landing-accent);color:#fff!important}.btn-primary:hover{box-shadow:0 4px 16px #60a5fa4d}.btn-secondary{background:transparent;color:var(--landing-text-muted)!important;border:1px solid var(--landing-border)}.btn-secondary:hover{color:var(--landing-text)!important;border-color:var(--landing-text-muted)}.hero-demo{margin-top:3rem;border-radius:12px;box-shadow:0 4px 24px var(--landing-card-shadow);overflow:hidden;border:1px solid var(--landing-border)}.hero-demo img{width:100%;border-radius:12px}.install-command{display:inline-flex;align-items:center;gap:.75rem;background:var(--landing-code-bg);border:1px solid var(--landing-border);border-radius:8px;padding:.65rem .75rem .65rem 1.25rem;font-family:Geist Mono Variable,monospace;font-size:.9rem;color:var(--landing-green);user-select:all}.install-command code{white-space:nowrap}.install-command .copy-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--landing-border);border-radius:6px;padding:.35rem .5rem;cursor:pointer;color:var(--landing-text-muted);font-size:.75rem;font-family:inherit;transition:color .2s ease,border-color .2s ease;min-width:32px;line-height:1}.install-command .copy-btn:hover{color:var(--landing-text);border-color:var(--landing-text-muted)}.install-command .copy-btn svg{width:16px;height:16px}.install-command .copy-btn.copied{color:var(--landing-green);border-color:var(--landing-green)}.feature-section{padding:var(--landing-section-gap) 0}.feature-inner{max-width:var(--landing-max-width);margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-inner.reverse{direction:rtl}.feature-inner.reverse>*{direction:ltr}.feature-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-accent);margin-bottom:.75rem}.feature-text h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--landing-text)}.feature-text p{font-size:1.05rem;color:var(--landing-text-muted);line-height:1.7}.feature-images{display:flex;flex-direction:column;gap:1rem}.feature-images img,.feature-images picture img{border-radius:12px;box-shadow:0 4px 24px var(--landing-card-shadow);border:1px solid var(--landing-border);width:100%}.landing-footer{padding:var(--landing-section-gap) 0 3rem;text-align:center;border-top:1px solid var(--landing-border);margin-top:var(--landing-section-gap)}.landing-footer-inner{max-width:var(--landing-max-width);margin:0 auto;padding:0 1.5rem}.landing-footer h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1.5rem;color:var(--landing-text)}.footer-links{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap;list-style:none}.footer-links a{color:var(--landing-text-muted);font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--landing-text)}.footer-copyright{margin-top:2rem;font-size:.85rem;color:var(--landing-text-muted)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--landing-border);border-radius:8px;padding:.4rem;cursor:pointer;color:var(--landing-text-muted);transition:color .2s ease,border-color .2s ease;width:36px;height:36px}.theme-toggle:hover{color:var(--landing-text);border-color:var(--landing-text-muted)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-sun,.theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun,[data-theme=light] .theme-toggle .icon-moon{display:block}@media(max-width:768px){.feature-inner{grid-template-columns:1fr;gap:2rem}.feature-inner.reverse{direction:ltr}.hero{padding-top:calc(64px + 2rem);padding-bottom:3rem}.feature-section{padding:3rem 0}.landing-footer{padding:3rem 0 2rem;margin-top:3rem}.hero-links{flex-direction:column}.hero-links a{width:100%;max-width:280px;justify-content:center}.landing-nav-links{gap:.75rem}.landing-nav-links a{font-size:.8rem}.footer-links{flex-direction:column;gap:.75rem}.install-command{font-size:.8rem}}
