@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Fraunces:wght@600;700&display=swap");:root{color-scheme:light;--bg:#f6f7fb;--ink:#0f172a;--muted:#5b6472;--brand:#ff6a2b;--brand-dark:#f2550c;--panel:#fff;--line:#e5e7eb;--accent:#1c3d5a;--accent-soft:#eef4ff}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif;background:radial-gradient(circle at top,#eef2ff 0,#f6f7fb 42%,#fff 100%);color:var(--ink)}h1,h2,h3{font-family:Fraunces,Space Grotesk,serif;margin:0 0 .4rem}p{margin:0 0 1rem;color:var(--muted)}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{background:#0f172a;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;letter-spacing:.04em}.nav-links{display:flex;gap:1rem;font-size:.9rem}.container{width:min(1200px,100%);margin:0 auto;padding:2rem}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem;align-items:center}.hero-card{background:linear-gradient(135deg,#101c3d,#1f2b4f);color:#fff;padding:2rem;border-radius:24px;box-shadow:0 30px 60px rgba(15,23,42,.2)}.hero-card p{color:#d7deea}.cta{background:var(--brand);color:#fff;padding:.7rem 1.2rem;border-radius:999px;border:none}.cta,.ghost{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.ghost{background:transparent;color:var(--ink);padding:.6rem 1rem;border-radius:999px;border:1px solid var(--line)}.stack{display:grid;grid-gap:.8rem;gap:.8rem}.row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.input{width:100%;margin-top:.4rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.2);padding:.4rem .6rem;background:hsla(0,0%,100%,.08);color:#fff}.input.light{border:1px solid var(--line)}.input.light,.select{background:#fff;color:var(--ink)}.select{width:100%;margin-top:.4rem;border-radius:10px;border:1px solid var(--line);padding:.45rem .6rem}.cart-summary{display:grid;grid-gap:.4rem;gap:.4rem;padding:.8rem 1rem;border-radius:14px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18)}.notice{padding:.7rem .9rem;border-radius:12px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:.9rem}.notice.error{background:hsla(0,91%,71%,.2);border-color:hsla(0,91%,71%,.4);color:#fee2e2}.notice.success{background:rgba(34,197,94,.2);border-color:rgba(34,197,94,.4);color:#dcfce7}.section{margin-top:2.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:1.2rem;box-shadow:0 12px 30px rgba(15,23,42,.05);display:grid;grid-gap:.6rem;gap:.6rem}.card strong{display:block;margin-bottom:.4rem}.image-frame{width:100%;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#e2e8f0;display:grid;place-items:center}.image-frame img{width:100%;height:100%;object-fit:cover}.badge{display:inline-flex;padding:.3rem .6rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:600}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table td,.table th{border-bottom:1px solid var(--line);padding:.6rem .4rem;text-align:left}.table th{color:var(--muted);font-weight:600}.widget{background:#fff;border:1px dashed #cbd5f5;border-radius:18px;padding:1.2rem}.list{display:grid;grid-gap:.8rem;gap:.8rem}.divider{height:1px;background:rgba(12,18,28,.08);width:100%}.tag{background:#f1f5f9;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;color:#475569}@media (max-width:800px){.topbar{flex-direction:column;gap:.6rem}.container{padding:1.5rem}}