@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=JetBrains+Mono:wght@500&display=swap";:root{--bg-1: #f8fafc;--bg-2: #e8f4ff;--surface: rgba(255, 255, 255, .78);--surface-strong: rgba(255, 255, 255, .92);--border: rgba(2, 12, 27, .1);--text: #0b1a2c;--muted: #32445b;--accent: #0ea5e9;--accent-strong: #0369a1;--danger: #991b1b;--ok: #166534}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Sora,sans-serif;color:var(--text);background:radial-gradient(circle at 8% 10%,rgba(250,204,21,.24),transparent 30%),radial-gradient(circle at 92% 6%,rgba(6,182,212,.24),transparent 38%),linear-gradient(140deg,var(--bg-1) 0%,var(--bg-2) 100%)}.store-shell{width:min(76rem,100%);margin:0 auto;padding:1.2rem 1rem 2.5rem}.store-header{display:flex;justify-content:space-between;align-items:center;gap:.9rem}.brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--text);text-decoration:none;font-weight:800;font-size:clamp(1.1rem,2.4vw,1.4rem);letter-spacing:.02em}.brand-dot{width:.85rem;height:.85rem;border-radius:999px;background:linear-gradient(130deg,#f59e0b,#0ea5e9);box-shadow:0 0 0 4px #0ea5e926}.cart-toggle{border:1px solid var(--border);border-radius:999px;padding:.45rem .75rem;background:var(--surface-strong);font:inherit;font-weight:700;color:var(--text);display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.cart-count{min-width:1.4rem;height:1.4rem;border-radius:999px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:.76rem;font-family:JetBrains Mono,monospace}.hero{margin-top:1rem;border:1px solid var(--border);border-radius:1.25rem;padding:1.1rem;background:var(--surface);backdrop-filter:blur(7px);box-shadow:0 18px 35px #0c14261a}.badge{display:inline-block;margin:0;padding:.32rem .7rem;border-radius:999px;background:#dbf4ff;color:#05557f;font-family:JetBrains Mono,monospace;font-size:.72rem;text-transform:uppercase}.hero-title{margin:.9rem 0 .45rem;font-size:clamp(1.45rem,4vw,2.25rem);line-height:1.15}.hero-copy{margin:0;color:var(--muted);line-height:1.6}.toolbar{margin-top:1rem;display:flex;gap:.8rem;align-items:end}.toolbar-field{flex:1;display:flex;flex-direction:column;gap:.35rem}.field-label{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0c4a6e}.field-control{width:100%;border-radius:.75rem;border:1px solid var(--border);background:#ffffffe6;padding:.65rem .72rem;font:inherit;color:var(--text)}.field-control:focus{outline:2px solid rgba(14,165,233,.35);border-color:#0ea5e9b3}.status{min-height:1.15rem;margin:.75rem 0 0;color:var(--muted);font-size:.9rem}.status[data-kind=error]{color:var(--danger)}.product-grid{margin-top:.7rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.product-tile{border:1px solid var(--border);border-radius:1rem;background:var(--surface);overflow:hidden;box-shadow:0 16px 28px #0c142614;animation:tile-in .28s ease-out}.tile-visual{height:9.8rem;background:linear-gradient(130deg,#d6f0ff,#fde68a)}.tile-image{width:100%;height:100%;object-fit:cover}.tile-image-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:2.3rem;font-weight:800;color:#075985}.tile-body{padding:.86rem;display:grid;gap:.58rem}.tile-category{margin:0;font-size:.76rem;color:#0c4a6e;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tile-name{margin:0;font-size:1.14rem}.tile-description{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45;min-height:2.6rem}.tile-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.tile-price{font-size:1rem}.tile-tag{background:#fef3c7;color:#92400e;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.tile-button,.buy-button{width:100%;border:0;border-radius:.8rem;padding:.72rem .9rem;background:linear-gradient(120deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s ease,filter .15s ease}.tile-button:hover,.buy-button:hover{transform:translateY(-1px);filter:brightness(1.04)}.buy-button:disabled{cursor:not-allowed;filter:grayscale(.2) opacity(.75)}.empty-state{border:1px dashed rgba(12,74,110,.25);border-radius:.9rem;padding:1rem;color:var(--muted);background:#ffffff94}.drawer-backdrop{position:fixed;inset:0;background:#0f172a61;z-index:20}.cart-drawer{position:fixed;top:0;right:0;width:min(27.5rem,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;border-left:1px solid var(--border);background:#fffffff7;transform:translate(102%);transition:transform .22s ease;z-index:30}.cart-drawer.is-open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:.95rem;border-bottom:1px solid var(--border)}.cart-title{margin:0}.cart-items{overflow:auto;padding:.95rem;display:grid;gap:.72rem;align-content:start}.cart-item{border:1px solid var(--border);border-radius:.85rem;padding:.7rem;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.cart-item-main{display:grid;gap:.24rem}.cart-item-main span{color:var(--muted);font-size:.88rem}.cart-item-controls{display:inline-flex;align-items:center;gap:.26rem}.icon-button{border:1px solid var(--border);border-radius:.6rem;min-width:1.9rem;height:1.9rem;background:#fff;font:inherit;font-weight:700;color:var(--text);cursor:pointer}.cart-footer{border-top:1px solid var(--border);padding:.95rem;background:#f8fafcf2}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.7rem}.turnstile-zone{margin-bottom:.75rem;min-height:68px}.fine-print{margin:.68rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.45}.page-shell{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem}.product-card{width:min(33rem,100%);border-radius:1.15rem;border:1px solid var(--border);padding:1.35rem;background:var(--surface);box-shadow:0 20px 35px #0c14261a}.product-title{margin:.86rem 0 .4rem;font-size:clamp(1.5rem,4vw,2rem);line-height:1.15}.product-description{margin:0;color:var(--muted);line-height:1.6}.success-text{color:var(--ok)}.link{display:inline-block;margin-top:.9rem;color:#0b5f8b;text-decoration-thickness:2px;text-underline-offset:3px}@keyframes tile-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.toolbar{flex-direction:column;align-items:stretch}.product-grid{grid-template-columns:1fr}.store-shell{padding-top:.85rem}}@media(prefers-reduced-motion:reduce){.product-tile,.cart-drawer,.tile-button,.buy-button{animation:none;transition:none}}
