@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gh-purple:#7e57c2;--gh-purple-deep:#630ed4;--gh-purple-container:#7c3aed;--gh-purple-light:#b39ddb;--gh-purple-surface:#1a0a2e;--gh-gold:#f5c518;--gh-gold-dim:#eab308;--gh-gold-surface:#2a2000;--gh-green:#009668;--gh-green-bright:#6ffbbe;--gh-green-surface:#002113;--gh-red:#ba1a1a;--gh-red-container:#ffdad6;--gh-bg:#0d0d0d;--gh-surface:#1a1a2e;--gh-surface-low:#141425;--gh-surface-high:#252540;--gh-surface-highest:#2f2f4a;--gh-surface-card:#1e1e35;--gh-text:#f0eef5;--gh-text-secondary:#b8b5c8;--gh-text-muted:#8a8698;--gh-border:#7e57c226;--gh-border-subtle:#ffffff0f;--gh-radius-sm:8px;--gh-radius:12px;--gh-radius-lg:16px;--gh-radius-xl:24px;--gh-shadow:0 8px 24px #0d0d0d66;--gh-shadow-lg:0 8px 40px #630ed41f;--gh-shadow-glow:0 0 20px #7e57c233;--gh-gradient-primary:linear-gradient(135deg, #630ed4 0%, #7c3aed 50%, #7e57c2 100%);--gh-gradient-gold:linear-gradient(135deg, #f5c518 0%, #eab308 100%);--gh-gradient-hero:linear-gradient(160deg, #0d0d0d 0%, #1a0a2e 40%, #0d0d0d 100%);--gh-gradient-surface:linear-gradient(180deg, var(--gh-surface) 0%, var(--gh-bg) 100%)}[data-theme=light]{--gh-bg:#f5f4fc;--gh-surface:#fff;--gh-surface-low:#ede9f8;--gh-surface-high:#e8e3f5;--gh-surface-highest:#ddd6f0;--gh-surface-card:#fff;--gh-text:#1a1033;--gh-text-secondary:#4a4060;--gh-text-muted:#7c7298;--gh-border:#7e57c22e;--gh-border-subtle:#00000012;--gh-shadow:0 2px 12px #00000014;--gh-shadow-lg:0 8px 32px #630ed41a;--gh-shadow-glow:0 0 16px #7e57c224;--gh-gold-surface:#fff9e6;--gh-green-surface:#e6f7f1;--gh-purple-surface:#f0eafb;--gh-gradient-hero:linear-gradient(160deg, #f5f4fc 0%, #e8deff 40%, #f5f4fc 100%);--gh-gradient-surface:linear-gradient(180deg, #fff 0%, #f5f4fc 100%)}html{scroll-behavior:smooth;height:100%}body{background:var(--gh-bg);color:var(--gh-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow:hidden}.gh-app-shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.gh-scroll-pane{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;overflow:hidden auto}:root{--gh-bottom-nav-offset:0px}.gh-bottom-nav{display:flex}@media (max-width:640px){:root{--gh-bottom-nav-offset:56px}}@media (min-width:641px){.gh-bottom-nav{display:none}}.gh-h-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;display:flex;overflow-x:auto}.gh-h-scroll::-webkit-scrollbar{display:none}.gh-categories-sticky{z-index:40;background:var(--gh-bg);box-shadow:0 1px 0 var(--gh-border);transition:box-shadow .2s;position:sticky;top:0}@media (min-width:641px){.gh-categories-sticky{box-shadow:none;position:static}}.gh-hero{background:var(--gh-gradient-hero);padding:1.5rem 1.5rem 1.25rem;position:relative;overflow:hidden}@media (max-width:640px){.gh-hero{padding:.85rem 1rem}}.gh-hide-mobile{display:block}@media (max-width:640px){.gh-hide-mobile{display:none}}.gh-show-mobile{display:none}@media (max-width:640px){.gh-show-mobile{display:block}}.gh-hero-heading{letter-spacing:-.03em;margin-bottom:.55rem;font-size:clamp(1.35rem,5.5vw,2.6rem);font-weight:900;line-height:1.08}@media (max-width:640px){.gh-hero-heading{margin-bottom:.3rem;line-height:1.15}}.gh-hero-desc{color:var(--gh-text-secondary);max-width:400px;margin:0 auto 1.25rem;font-size:.88rem;line-height:1.55}@media (max-width:640px){.gh-hero-desc{margin-bottom:.7rem;font-size:.78rem;line-height:1.4}}.gh-product-img{height:200px}@media (max-width:640px){.gh-product-img{height:110px}}.gh-grid-2rows{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-auto-rows:0;gap:1rem;display:grid;overflow:hidden}@media (max-width:640px){.gh-grid-2rows{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.6rem}}h1{letter-spacing:-.02em;font-weight:800;line-height:1.1}h2{letter-spacing:-.01em;font-weight:700;line-height:1.2}h3{font-weight:600;line-height:1.3}a{color:var(--gh-purple-light);text-decoration:none;transition:color .2s}a:hover{color:var(--gh-gold)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gh-bg)}::-webkit-scrollbar-thumb{background:var(--gh-surface-high);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gh-purple)}::selection{color:#fff;background:#7e57c24d}:focus-visible{outline:2px solid var(--gh-gold);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}
