:root{--bg:#f7f8fb;--panel:#fff;--text:#0f172a;--muted:#475569;--accent:#78a6ff;--accent-strong:#9f7aea;--border:#0f172a1a;--shadow:0 18px 40px #0f172a0f;--max-width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at top,#78a6ff2e,#0000 32%),linear-gradient(#fbfcff 0%,#f3f6fb 100%);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}.container{width:min(calc(100% - 32px), var(--max-width));margin:0 auto}.site-shell{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8}.nav,.footer{justify-content:space-between;align-items:center;gap:24px;padding:20px 0;display:flex}.nav-list,.link-list,.tag-list{flex-wrap:wrap;gap:16px;display:flex}.brand,.eyebrow,.status-badge{letter-spacing:.08em;text-transform:uppercase}.brand,.nav-list a,.link-list a,.product-link{transition:color .2s,border-color .2s,background-color .2s,transform .2s}.nav-list a,.link-list a,.product-link{color:var(--muted)}.nav-list a:hover,.link-list a:hover,.product-link:hover,.nav-list a:focus-visible,.link-list a:focus-visible,.product-link:focus-visible{color:var(--text)}.hero,.section{padding:72px 0}.hero h1,.section-title h2{margin:0 0 16px;line-height:1.05}.hero h1{max-width:12ch;font-size:clamp(3rem,9vw,5.5rem)}.hero-copy,.section-title p,.about-copy p,.product-card p{color:var(--muted);line-height:1.7}.hero-actions{gap:16px;margin-top:24px;display:flex}.button-primary,.button-secondary{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;display:inline-flex}.button-primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#050816;font-weight:700;box-shadow:0 16px 36px #78a6ff47}.button-secondary,.product-card{background:var(--panel);box-shadow:var(--shadow)}.button-secondary{color:var(--text)}.section-title{max-width:720px;margin-bottom:28px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.product-card{border:1px solid var(--border);border-radius:24px;padding:24px}.product-card h3,.product-card>p{margin:0 0 12px}.product-meta,.footer-copy{color:var(--muted)}.product-meta{font-size:.95rem}.product-links{gap:10px;margin-top:18px;display:grid}.product-link{border:1px solid var(--border);background:#f8fbff;border-radius:999px;align-items:center;min-height:40px;padding:0 14px;font-weight:600;display:inline-flex}.empty-state{background:linear-gradient(#fffffffa,#f7fafff5)}.about-copy{max-width:760px}.footer-copy{max-width:640px;line-height:1.7}@media (max-width:720px){.nav,.footer,.hero-actions{flex-direction:column;align-items:flex-start}}
