@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--primary:#4da6ff;--primary-light:#8cc8ff;--primary-dark:#005aaa;--primary-contrast:#061726;--primary-tint:#4da6ff24;--primary-border:#4da6ff47;--accent-soft:#d8ecff;--surface-tint:#f1f7fc;--bg-main:#f8fafc;--bg-card:#fff;--text-main:#111827;--text-sub:#526070;--glass-border:#4da6ff29;--glass-shadow:0 10px 40px #1118270f;--focus-ring:#4da6ff6b;--brand-shadow:#4da6ff3d;--danger:#ef4444;--success:#2563eb}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.container{max-width:1440px;margin:0 auto;padding:0 1.5rem}.section-kicker{color:var(--primary-dark);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:800}button{cursor:pointer;border:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn-primary{background:var(--primary);color:var(--primary-contrast);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);color:#fff;box-shadow:0 4px 15px var(--brand-shadow);transform:translateY(-2px)}.btn-icon{width:40px;height:40px;color:var(--text-main);background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.btn-icon:hover{background:#0000000d}.product-card{border-radius:8px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.product-card-media{aspect-ratio:4/3;background:var(--surface-tint);position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-card-image{transform:scale(1.04)}.product-price-pill{color:var(--text-main);background:#fffffff0;border:1px solid #ffffffb8;border-radius:8px;padding:.42rem .65rem;font-size:.82rem;font-weight:800;position:absolute;top:.75rem;right:.75rem;box-shadow:0 8px 18px #0f172a24}.product-card-body{flex-direction:column;flex:1;gap:.85rem;padding:1rem;display:flex}.product-card-topline{align-items:center;gap:.5rem;min-height:28px;display:flex}.product-category-pill,.product-stock-pill{border-radius:8px;max-width:100%;padding:.45rem .6rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.product-category-pill{background:var(--primary-tint);color:var(--primary-dark)}.product-title{color:var(--text-main);min-height:2.65rem;font-size:1.08rem;line-height:1.22}.product-description{color:var(--text-sub);font-size:.86rem;line-height:1.5}.product-card-footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.25rem;display:flex}.product-stock-pill[data-stock=ready]{background:var(--accent-soft);color:var(--primary-dark)}.product-stock-pill[data-stock=low]{color:var(--danger);background:#ef44441a}.product-stock-pill[data-stock=out]{color:var(--text-sub);background:#5260701f}.product-action-button{background:var(--primary);color:var(--primary-contrast);border-radius:8px;justify-content:center;align-items:center;gap:.35rem;min-width:92px;min-height:40px;padding:.65rem .85rem;font-weight:800;display:inline-flex}.product-action-button:hover:not(:disabled){background:var(--primary-dark);color:#fff}.product-action-button:disabled{background:var(--primary-tint);color:var(--primary-dark)}.text-gradient{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.error-boundary{flex:1;padding-top:4rem;padding-bottom:4rem}.loading-screen{text-align:center;place-items:center;gap:1rem;display:grid}.cart-notification{border:1px solid var(--primary-border);color:var(--text-main);z-index:80;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;width:max-content;max-width:min(560px,100vw - 2rem);padding:.9rem 1rem;display:flex;position:fixed;top:6rem;left:50%;transform:translate(-50%);box-shadow:0 14px 34px #0f172a24}.cart-notification p{color:var(--text-main);margin:0;font-size:.9rem;line-height:1.45}.cart-notification button{background:var(--primary-tint);color:var(--primary-dark);border-radius:8px;padding:.55rem .75rem;font-weight:800}@media (width<=640px){.cart-notification{flex-direction:column;align-items:flex-start;width:calc(100vw - 2rem);top:5rem}}.loading-screen-splash{background:linear-gradient(135deg, #fffffffa, #f1f7fcf5), var(--bg-main);flex:1;place-content:center;min-height:100svh;padding:2.25rem}.loading-screen-splash:before{background:var(--primary);content:"";height:6px;position:fixed;top:0;left:0;right:0}.loading-splash-shell{border:1px solid var(--glass-border);background:#ffffffeb;border-radius:8px;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;gap:1rem;width:100%;max-width:1040px;display:grid;overflow:hidden;box-shadow:0 28px 80px #11182714}.loading-splash-copy{text-align:left;align-content:center;justify-items:start;gap:1rem;min-height:420px;padding:3rem;display:grid}.loading-splash-copy p:last-of-type{color:var(--text-sub);max-width:440px;line-height:1.7}.loading-splash-visual{border-left:1px solid var(--glass-border);background:linear-gradient(#d8ecffd1,#ffffffeb);place-items:center;gap:1.5rem;min-height:420px;padding:2rem;display:grid}.loading-splash-icon{object-fit:cover;border-radius:8px;width:156px;height:156px;display:block;box-shadow:0 18px 52px #1118271f}.loading-splash-lines{gap:.65rem;width:min(240px,100%);display:grid}.loading-splash-lines span{background:#4da6ff47;border-radius:999px;height:8px;display:block}.loading-splash-lines span:nth-child(2){width:78%}.loading-splash-lines span:nth-child(3){width:54%}.loading-heartbeat{color:var(--primary);filter:drop-shadow(0 10px 18px #4da6ff33);width:100%;max-width:360px;height:72px;margin-top:.25rem}.loading-heartbeat svg{width:100%;height:100%;display:block;overflow:visible}.loading-heartbeat polyline{fill:none;stroke-linecap:round;stroke-linejoin:round}.loading-heartbeat-track{opacity:.22;stroke:var(--primary-light);stroke-width:6px}.loading-heartbeat-pulse{stroke:currentColor;stroke-dasharray:100;stroke-dashoffset:100px;stroke-width:6px;animation:1.45s ease-in-out infinite heartbeat-draw}.loading-screen-inline{border-radius:8px;min-height:260px;margin:1.25rem 0;padding:2rem}.loading-brand-logo{object-fit:contain;width:min(360px,100%);height:auto;max-height:260px;display:block}.loading-brand-mark{background:var(--primary);box-shadow:0 16px 38px var(--brand-shadow);border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.loading-brand-mark span{background:#fff;border-radius:999px;width:42px;height:18px;display:block;position:relative;transform:rotate(-32deg)}.loading-brand-mark span:after{background:var(--primary-light);content:"";width:2px;height:18px;display:block;position:absolute;top:0;left:50%}.loading-copy h2{margin-bottom:.5rem;font-size:clamp(1.75rem,5vw,2.75rem)}.loading-copy p:last-child{color:var(--text-sub);max-width:420px;line-height:1.6}.nav-brand-mark{border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0f172a14}.nav-brand-logo{object-fit:cover;width:100%;height:100%;display:block}.loading-progress{background:#74a1d238;border-radius:999px;width:min(260px,68vw);height:6px;overflow:hidden}.loading-progress span{background:var(--primary-light);border-radius:inherit;width:45%;height:100%;animation:1.2s ease-in-out infinite loading-progress;display:block}@keyframes loading-progress{0%{transform:translate(-110%)}to{transform:translate(230%)}}@keyframes heartbeat-draw{0%{opacity:.2;stroke-dashoffset:100px}12%{opacity:1}68%{opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-100px}}@media (prefers-reduced-motion:reduce){.loading-progress span{animation:none;transform:translate(60%)}.loading-heartbeat-pulse{opacity:1;stroke-dashoffset:0;animation:none}}@media (width<=520px){.loading-brand-logo{width:min(300px,100%)}.nav-brand-mark{width:40px;height:40px}}@media (width<=820px){.loading-screen-splash{padding:1rem}.loading-splash-shell{grid-template-columns:1fr}.loading-splash-copy{min-height:360px;padding:2rem}.loading-splash-visual{border-left:0;border-top:1px solid var(--glass-border);min-height:210px}.loading-splash-icon{width:112px;height:112px}}.error-boundary{place-items:start;gap:1rem;display:grid}.error-boundary h1{font-size:clamp(2rem,5vw,3.5rem)}.error-boundary p{color:var(--text-sub);max-width:640px;line-height:1.7}
