:root{--bg:#faf9f7;--bg-card:#f3f1ee;--text:#1a1a1a;--text-muted:#6b6b6b;--text-light:#999;--accent:#1a1a1a;--border:#e8e6e3;--radius:10px;--font-body:'Geist', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-mono:'Geist Mono', ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--reveal-duration:.6s;--reveal-distance:24px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:960px;margin:0 auto;padding:0 24px}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#f9f8f6d9;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{height:60px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;transition:opacity .2s}.logo:hover{opacity:.7}.logo-img{width:28px;height:28px;border-radius:6px}.logo-text{font-size:.9rem;font-weight:500;letter-spacing:-.02em}.nav{display:flex;gap:24px}.nav-link{color:var(--text-muted);font-size:.85rem;position:relative;transition:color .3s var(--ease-out-expo)}.nav-link::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--text);transition:width .3s var(--ease-out-expo)}.nav-link:hover{color:var(--text)}.nav-link:hover::after{width:100%}.hero{padding:100px 0 80px}.hero .container{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-logo{width:128px;height:128px;border-radius:24px}.hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:600;letter-spacing:-.03em;line-height:1.15}.typewriter-word{display:inline}.typewriter-cursor{display:inline-block;color:var(--text-muted);font-weight:300;margin-left:1px;animation:blink .8s step-end infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.hero-sub{color:var(--text-muted);font-size:1.05rem;line-height:1.6;max-width:480px}.products{padding:40px 0 80px}.section-label{color:var(--text-light);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.products-grid{grid-template-columns:1fr}.hero{padding:60px 0 48px}}.product-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);display:block;padding:24px;position:relative;transition:border-color .3s var(--ease-out-expo),transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo)}.product-card:hover{border-color:var(--text-muted);box-shadow:0 8px 24px rgba(0,0,0,6%);transform:translateY(-3px)}.product-icon{font-size:1.8rem;margin-bottom:16px}.product-info{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.product-name{font-size:1rem;font-weight:600;letter-spacing:-.02em}.product-platform{color:var(--text-light);font-size:.7rem}.product-status{font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:2px 8px;border-radius:20px;text-transform:uppercase}.product-status--released{background:#e6f4ea;color:#1a7f37}.product-status--coming-soon{background:#fff3e0;color:#b45309}.product-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.product-arrow{color:var(--text-light);font-size:1.1rem;position:absolute;right:24px;top:24px;transition:color .3s var(--ease-out-expo),transform .3s var(--ease-out-expo)}.product-card:hover .product-arrow{color:var(--text);transform:translate(3px)}.coming-soon{color:var(--text-light);font-size:.8rem;margin-top:20px;text-align:center}.footer{border-top:1px solid var(--border);margin-top:120px;padding:48px 0 24px}.footer-inner{display:flex;justify-content:space-between;gap:48px}.footer-brand-link{display:flex;align-items:center;font-size:.85rem;font-weight:500;gap:8px}.footer-logo-img{width:20px;height:20px;border-radius:4px}.footer-tagline{color:var(--text-muted);font-size:.8rem;margin-top:8px}.footer-links{display:flex;gap:48px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h4{color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.footer-col a{color:var(--text-muted);font-size:.8rem;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);margin-top:48px;padding-top:20px}.footer-bottom p{color:var(--text-light);font-size:.75rem}@media(max-width:640px){.footer-inner{flex-direction:column;gap:32px}.footer-links{gap:32px}}.reveal{opacity:0;transform:translateY(var(--reveal-distance));transition:opacity var(--reveal-duration)var(--ease-out-expo),transform var(--reveal-duration)var(--ease-out-expo);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.product-page{padding:40px 0 100px}.back-link{display:inline-block;font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);margin-bottom:48px;transition:color .2s}.back-link:hover{color:var(--text)}.product-page-header{margin-bottom:48px}.product-page-icon{font-size:3rem;display:block;margin-bottom:16px}.product-page-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;margin-bottom:8px;line-height:1.15}.product-page-intro{font-size:1.05rem;color:var(--text-muted);max-width:480px;line-height:1.6;margin-top:16px}.product-meta{display:flex;align-items:center;gap:10px;margin-top:4px}.product-cta{margin-top:56px;padding-top:32px;border-top:1px solid var(--border)}.product-cta-button{display:inline-block;background:var(--accent);color:var(--bg);font-size:.9rem;font-weight:500;padding:12px 32px;border-radius:var(--radius);transition:opacity .2s,transform .2s var(--ease-out-expo)}.product-cta-button:hover{opacity:.85;transform:translateY(-1px)}.product-page-content h2{font-size:1.4rem;font-weight:600;margin-top:48px;margin-bottom:16px;letter-spacing:-.02em}.product-page-content h3{font-size:1.1rem;font-weight:600;margin-top:32px;margin-bottom:12px}.product-page-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px;max-width:640px}.product-page-content ul,.product-page-content ol{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px;padding-left:24px;max-width:640px}.product-page-content li{margin-bottom:8px}.product-page-content strong{color:var(--text);font-weight:600}.product-page-content a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.product-page-content a:hover{color:var(--text-muted)}.static-page{padding:40px 0 100px}.static-page-header{margin-bottom:48px}.static-page-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:1.15}.static-page-content h2{font-size:1.4rem;font-weight:600;margin-top:48px;margin-bottom:16px;letter-spacing:-.02em}.static-page-content h3{font-size:1.1rem;font-weight:600;margin-top:32px;margin-bottom:12px}.static-page-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px;max-width:640px}.static-page-content ul,.static-page-content ol{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px;padding-left:24px;max-width:640px}.static-page-content li{margin-bottom:8px}.static-page-content strong{color:var(--text);font-weight:600}.static-page-content em{color:var(--text-light);font-style:italic}.static-page-content a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.static-page-content a:hover{color:var(--text-muted)}.static-page-content hr{border:none;border-top:1px solid var(--border);margin:48px 0;max-width:640px}