:root{--navy:#1a1f3a;--navy-light:#252b4a;--navy-border:#2e3560;--white:#f8f8ff;--yellow:gold;--red:#e8392a;--grey:#c8cdd8;--grey-dim:#8890a8;--font-display:"Orbitron",monospace;--font-body:"Inter",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}img{max-width:100%;display:block}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;justify-content:space-between;padding:0 2rem;height:64px;background:rgba(26,31,58,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--navy-border)}.navbar,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.5rem;font-family:var(--font-display);font-size:1.1rem;font-weight:900;letter-spacing:.05em}.navbar-logo-img{width:28px;height:28px;flex-shrink:0}.navbar-links{display:flex;gap:2rem;font-size:.875rem;font-weight:500;color:var(--grey)}.cart-btn,.navbar-links a:hover{color:var(--white)}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background .15s}.cart-btn:hover{background:var(--navy-light)}.cart-badge{position:absolute;top:4px;right:4px;background:var(--yellow);color:var(--navy);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center}.cart-badge,.hero{align-items:center}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:88vh;padding:4rem;overflow:hidden}.hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(var(--navy-border) 1px,transparent 1px),linear-gradient(90deg,var(--navy-border) 1px,transparent 1px);background-size:48px 48px;opacity:.35;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.1em;color:var(--yellow);text-transform:uppercase;margin-bottom:1.5rem}.hero-headline{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-accent{color:var(--yellow)}.hero-sub{font-size:1.1rem;color:var(--grey);max-width:42ch;margin-bottom:2.5rem;line-height:1.7}.hero-cta{font-size:1rem;padding:.9rem 2rem}.hero-visual{z-index:1}.hero-visual,.pokeball-rings{display:flex;align-items:center;justify-content:center;position:relative}.pokeball-rings{width:300px;height:300px}.ring{position:absolute;border-radius:50%;border:1px solid;animation:spin linear infinite}.ring-1{width:300px;height:300px;border-color:rgba(255,215,0,.15);animation-duration:20s}.ring-2{width:220px;height:220px;border-color:rgba(255,215,0,.25);animation-duration:14s;animation-direction:reverse}.ring-3{width:140px;height:140px;border-color:rgba(255,215,0,.4);animation-duration:8s}.pokeball-center{font-size:3rem;color:var(--yellow);animation:pulse 3s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.stats-bar{justify-content:center;gap:3rem;padding:1.5rem 4rem;background:var(--navy-light);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.stat,.stats-bar{display:flex;align-items:center}.stat{flex-direction:column;gap:.15rem}.stat strong{font-family:var(--font-display);font-size:1rem;color:var(--yellow);font-weight:700}.stat span{font-size:.75rem;color:var(--grey-dim);text-transform:uppercase;letter-spacing:.05em}.stat-divider{width:1px;height:36px;background:var(--navy-border)}.products-section{padding:5rem 4rem}.section-header{margin-bottom:3rem}.section-header h2{font-family:var(--font-display);font-size:2rem;font-weight:900;margin-bottom:.5rem}.section-header p{color:var(--grey-dim)}.category-group{margin-bottom:4rem}.category-title{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--navy-border)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{position:relative;background:var(--navy-light);border:1px solid var(--navy-border);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:var(--yellow)}.product-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--yellow);color:var(--navy);font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px}.product-preview{position:relative;height:160px;background:var(--navy);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--navy-border)}.product-image{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.product-emoji{font-size:3.5rem;position:relative;z-index:2;filter:drop-shadow(0 0 16px var(--accent,#FFD700))}.filament-lines{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem 0;pointer-events:none}.filament-line{height:1px;background:linear-gradient(90deg,transparent,gold 20%,gold 80%,transparent);opacity:0;animation:scan 2.4s ease-in-out infinite}.product-card:hover .filament-line{animation-play-state:running}.filament-line{animation-play-state:paused}@keyframes scan{0%{opacity:0;transform:scaleX(.3)}40%{opacity:.35;transform:scaleX(1)}60%{opacity:.35;transform:scaleX(1)}to{opacity:0;transform:scaleX(.3)}}.product-info{padding:1.25rem}.product-category{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-dim);margin-bottom:.3rem}.product-name{font-family:var(--font-display);font-size:.95rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.product-desc{font-size:.82rem;color:var(--grey);line-height:1.5;margin-bottom:1rem}.color-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.color-label{font-size:.75rem;color:var(--grey-dim)}.color-swatches{display:flex;gap:.4rem}.color-swatch{width:18px;height:18px;border-radius:50%;border:2px solid transparent;transition:border-color .15s,transform .15s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.active{border-color:var(--white)}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--yellow)}.add-btn{background:var(--yellow);color:var(--navy);font-size:.8rem;font-weight:700;padding:.45rem 1rem;border-radius:6px;transition:background .15s,transform .1s;letter-spacing:.03em}.add-btn:hover{background:#ffe540}.add-btn:active{transform:scale(.97)}.add-btn.added{background:#2ecc71;color:#fff;.add-btn.disabled{color:var(--grey-dim);cursor:not-allowed}.add-btn.disabled,.add-btn.disabled:hover{background:var(--navy-border)}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--navy);font-family:var(--font-body);font-weight:700;font-size:.875rem;padding:.7rem 1.5rem;border-radius:8px;transition:background .15s,transform .1s;letter-spacing:.02em}.btn-primary:hover{background:#ffe540}.btn-primary:active{transform:scale(.98)}.btn-primary.full-width{width:100%}.btn-ghost{background:transparent;color:var(--grey);border:1px solid var(--navy-border);font-size:.875rem;font-weight:500;padding:.6rem 1.4rem;border-radius:8px;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--grey);color:var(--white)}.drawer-overlay{position:fixed;inset:0;z-index:200;background:rgba(10,12,28,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;top:0;right:0;z-index:201;width:min(420px,100vw);height:100vh;background:var(--navy-light);border-left:1px solid var(--navy-border);display:flex;flex-direction:column;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--navy-border)}.drawer-header h2{font-family:var(--font-display);font-size:1rem;font-weight:700;letter-spacing:.05em}.drawer-close{color:var(--grey-dim);font-size:1rem;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.drawer-close:hover{background:var(--navy);color:var(--white)}.drawer-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--grey-dim)}.empty-icon{font-size:3rem}.drawer-items{flex:1 1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.drawer-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--navy);border-radius:8px;border:1px solid var(--navy-border)}.item-emoji{font-size:1.3rem;flex-shrink:0;width:24px;text-align:center}.item-info{flex:1 1;min-width:0}.item-name{font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-price{font-size:.75rem;color:var(--yellow);font-weight:600;margin-top:.1rem}.item-qty{gap:.4rem;font-size:.82rem}.item-qty,.item-qty button{display:flex;align-items:center}.item-qty button{width:22px;height:22px;background:var(--navy-light);border-radius:4px;border:1px solid var(--navy-border);color:var(--white);justify-content:center;font-size:1rem;line-height:1;transition:background .15s}.item-qty button:hover{background:var(--navy-border)}.item-qty span{min-width:18px;text-align:center;font-weight:600}.item-remove{color:var(--grey-dim);font-size:.75rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s,background .15s}.item-remove:hover{color:var(--red);background:rgba(232,57,42,.1)}.drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--navy-border);display:flex;flex-direction:column;gap:.75rem}.drawer-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.drawer-total strong{font-family:var(--font-display);font-size:1.1rem;color:var(--yellow)}.payment-note{font-size:.75rem;color:var(--grey-dim);line-height:1.4}.checkout-form{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem;gap:1.1rem}.checkout-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.4rem}.form-group label{font-size:.78rem;font-weight:600;color:var(--grey)}.form-group input,.form-group textarea{background:var(--navy);border:1px solid var(--navy-border);border-radius:8px;padding:.65rem .8rem;color:var(--white);font-family:var(--font-body);font-size:.875rem;resize:none;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--yellow)}.form-group input.input-error,.form-group textarea.input-error{border-color:var(--red)}.field-error{font-size:.72rem;color:var(--red)}.btn-ghost.full-width{width:100%;margin-top:.25rem}.drawer-confirmation{flex:1 1;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.confirm-icon{font-size:2.5rem}.drawer-confirmation h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.drawer-confirmation p{font-size:.875rem;color:var(--grey)}.bank-details{background:var(--navy);border:1px solid var(--navy-border);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.bank-row{display:flex;justify-content:space-between;font-size:.8rem}.bank-row span{color:var(--grey-dim)}.bank-row strong{color:var(--white)}.confirm-note{font-size:.78rem;color:var(--grey-dim);line-height:1.5}.about-section{padding:5rem 4rem;background:var(--navy-light);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border)}.about-inner{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:stretch;max-width:1200px}.section-eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.75rem}.about-text h2{font-family:var(--font-display);font-size:1.8rem;font-weight:900;margin-bottom:1rem;line-height:1.2}.about-text p{color:var(--grey);font-size:.9rem;line-height:1.7;margin-bottom:.75rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1.5rem;max-width:360px}.about-image{border-radius:12px;overflow:hidden;border:1px solid var(--navy-border);min-height:420px}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-fact{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--grey);background:var(--navy);border:1px solid var(--navy-border);border-radius:8px;padding:.75rem 1rem}.fact-dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);flex-shrink:0}.contact-section{padding:5rem 4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-section h2{font-family:var(--font-display);font-size:1.8rem;font-weight:900}.contact-section p{color:var(--grey)}.contact-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.contact-chip{background:var(--navy-light);border:1px solid var(--navy-border);border-radius:24px;padding:.6rem 1.2rem;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex;align-items:center;gap:.5rem}.contact-chip:hover{border-color:var(--yellow);color:var(--yellow)}.chip-icon{width:16px;height:16px;flex-shrink:0}.site-footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;border-top:1px solid var(--navy-border);font-size:.75rem;color:var(--grey-dim);flex-wrap:wrap;gap:.5rem}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:3rem 2rem;min-height:auto;gap:3rem}.hero-visual{display:none}.stats-bar{gap:1.5rem;padding:1.25rem 2rem;flex-wrap:wrap}.stat-divider{display:none}.about-section,.contact-section,.products-section{padding:3rem 2rem}.about-inner{grid-template-columns:1fr;gap:2rem}.site-footer{padding:1rem 2rem;flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){.filament-line,.pokeball-center,.ring{animation:none}}