@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #07101f;--bg-2: #0b1b33;--bg-3: #14315a;--text: #edf3ff;--muted: #afbdd4;--card: rgba(11, 20, 36, .84);--card-strong: rgba(17, 32, 58, .98);--border: rgba(162, 188, 242, .16);--shadow: 0 24px 60px rgba(2, 8, 20, .38)}*{box-sizing:border-box}html{background:linear-gradient(135deg,#091428f5,#0c1d38f0,#163258f5 68%,#09111ffa),linear-gradient(160deg,var(--bg) 0%,var(--bg-2) 48%,var(--bg-3) 100%);min-height:100%}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.05) 24%,transparent 24.8% 100%),linear-gradient(245deg,transparent 0%,rgba(123,160,255,.06) 28%,transparent 28.8% 100%);opacity:.85}body{margin:0;min-width:320px;color:var(--text);font-family:Inter,sans-serif;background:transparent;min-height:100vh}a{color:inherit;text-decoration:none}#root{min-height:100vh}.page-shell{width:min(1100px,calc(100vw - 32px));margin:0 auto;padding:24px 0 40px;display:flex;flex-direction:column;align-items:center}.topbar{display:flex;align-items:center;justify-content:center;padding:6px 0 24px;width:100%}.brand-lockup{display:inline-flex;align-items:center;gap:14px}.brand-logo{width:44px;height:44px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow);background:#0f1c34f2}.brand-name{font-size:1.1rem;font-weight:700;letter-spacing:.01em}.section-heading{margin-bottom:16px}.eyebrow{margin:0;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,228px));gap:16px;justify-content:center;width:100%}.product-card{display:grid;align-content:start;gap:12px;place-items:center;width:228px;min-height:252px;padding:18px 18px 20px;border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,#83a8ff14,#ffffff08),var(--card);box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 30px 78px #0000008c}.product-icon-wrap{display:grid;place-items:center;width:124px;height:124px;border-radius:30px;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.12),transparent 46%),linear-gradient(180deg,rgba(33,56,104,.98),var(--card-strong));border:1px solid rgba(143,176,255,.2);box-shadow:inset 0 1px #ffffff0f}.product-icon{width:92px;height:92px;object-fit:cover;border-radius:18px}.product-name{font-size:1rem;font-weight:600;text-align:center;color:var(--text)}.product-description{max-width:18ch;margin-top:0;color:var(--muted);font-size:.82rem;line-height:1.5;text-align:center}@media(max-width:520px){.page-shell{width:min(100vw - 20px,1100px)}.topbar{padding-bottom:18px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(168px,1fr))}.product-card{width:auto;min-height:218px}.product-icon-wrap{width:108px;height:108px}.product-icon{width:82px;height:82px}}
