@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--font-family: "JetBrains Mono", monospace;--color-background: #fafafa;--color-surface: #ffffff;--color-text: #0a0a0a;--color-text-muted: #666666;--color-accent: #1a73e8;--color-accent-hover: #1557b0;--color-border: #e0e0e0;--radius-lg: 12px;--shadow-soft: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .08);--container-width: 1000px;--spacing: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-family);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing);width:100%}.hero{padding:120px 0 80px;text-align:center;background:linear-gradient(180deg,#ffffff 0%,var(--color-background) 100%)}.hero h1{font-size:4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.hero__tagline{font-size:1.5rem;font-weight:500;margin-top:12px;color:var(--color-text)}.hero__subtext{max-width:640px;margin:24px auto 40px;color:var(--color-text-muted);font-size:1rem}.hero__cta{display:inline-block;padding:14px 32px;background:var(--color-accent);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s ease}.hero__cta:hover{background:var(--color-accent-hover)}main{flex:1;padding:40px 0 80px}.product{background:var(--color-surface);padding:48px;margin-bottom:24px;border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:box-shadow .2s ease}.product:hover{box-shadow:var(--shadow-soft)}.product__header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.product h2{font-size:2rem;font-weight:600;letter-spacing:-.01em}.product__status{padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product__status--beta{background:#e3f2fd;color:#1565c0}.product__status--coming-soon{background:#f3e5f5;color:#6a1b9a}.product__status--launched{background:#e8f5e9;color:#2e7d32}.product__tagline{font-size:1.25rem;margin-bottom:12px;font-weight:500;color:var(--color-text)}.product__description{color:var(--color-text-muted);margin-bottom:24px;line-height:1.8}.product__cta{display:inline-block;color:var(--color-accent);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s ease}.product__cta:hover{color:var(--color-accent-hover)}.footer{padding:40px 0;background:var(--color-surface);border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.9rem}.footer__content{display:flex;justify-content:space-between;align-items:center}.footer a{color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.footer a:hover{color:var(--color-text)}@media(max-width:768px){.hero{padding:80px 0 60px}.hero h1{font-size:2.5rem}.hero__tagline{font-size:1.25rem}.product{padding:32px 24px}.product h2{font-size:1.5rem}.product__header{flex-direction:column;align-items:flex-start;gap:8px}.footer__content{flex-direction:column;gap:12px;text-align:center}}
