:root{color-scheme:dark;--bg-main: #020617;--bg-card: #050816;--border-card: #1f2937;--accent: #4f46e5;--accent-soft: rgba(79, 70, 229, .18);--text-main: #f9fafb;--text-muted: #9ca3af}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top,#111827 0,#020617 55% 100%);color:var(--text-main)}a{color:inherit}#root{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3.5rem;min-height:100vh;display:flex;flex-direction:column}#root>main{flex:1}.header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1.75rem;border-bottom:1px solid #111827}.header-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.header-logo-mark{width:30px;height:30px;border-radius:999px;background:radial-gradient(circle at 30% 0,#f97316,#ef4444 45%,#4f46e5)}.nav-links{display:flex;gap:1.5rem;font-size:.95rem}.nav-link{text-decoration:none;color:var(--text-muted);padding-bottom:.3rem;border-bottom:2px solid transparent}.nav-link-active,.nav-link:hover{color:var(--text-main);border-bottom-color:var(--accent)}.cart-link{display:inline-flex;align-items:center;gap:.45rem}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;font-size:.8rem;font-weight:700;color:var(--text-main);background:var(--accent-soft);border:1px solid rgba(129,140,248,.35)}.footer{margin-top:3rem;padding-top:1.25rem;border-top:1px solid #111827;display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;gap:1rem}.hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:2rem;align-items:center;margin-bottom:3rem}.hero-title{font-size:2.4rem;font-weight:700;margin-bottom:.75rem}.hero-sub{color:var(--text-muted);margin-bottom:1.5rem}.hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-ghost{border-radius:999px;padding:.6rem 1.3rem;font-size:.95rem;border:none;cursor:pointer;font-weight:500}.btn-primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 12px 28px #4f46e599}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid #1e293b}.hero-image{border-radius:1.5rem;border:1px solid #1f2937;background:radial-gradient(circle at 0 0,#4f46e5 0,#020617 55%);min-height:220px;display:block;width:100%;height:auto;object-fit:contain}.cta-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.cta-card{background:linear-gradient(135deg,#020617,#020617);border-radius:1rem;border:1px solid #1f2937;padding:1rem;cursor:pointer;transition:transform .15s ease-out,border-color .15s}.cta-card:hover{transform:translateY(-4px);border-color:var(--accent)}.products-page{padding-top:1.5rem}.products-title{font-size:1.9rem;font-weight:600;margin-bottom:1.5rem}.products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.product-card{background:linear-gradient(135deg,#050816,#020617);border-radius:1.1rem;border:1px solid var(--border-card);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 40px #000000d9;transition:transform .16s ease-out,box-shadow .16s ease-out,border-color .16s ease-out}.product-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 26px 70px #0f172ae6}.product-image-wrapper{overflow:hidden;max-height:210px}.product-image{display:block;width:100%;object-fit:cover}.product-body{padding:.95rem 1rem 1.1rem}.product-title{font-size:1.02rem;font-weight:600;margin-bottom:.25rem}.product-sub{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-weight:600}.product-add-btn{border-radius:999px;border:none;padding:.45rem .95rem;font-size:.85rem;background:var(--accent-soft);color:#e5e7eb;cursor:pointer}.product-add-btn:hover{background:var(--accent)}.product-card-link{display:block;color:inherit;text-decoration:none}.product-card-link:visited{color:inherit}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.25rem;padding:1.75rem 1.9rem 2rem;background:linear-gradient(135deg,#050816,#020617);border-radius:1.25rem;border:1px solid #1f2937;box-shadow:0 22px 50px #000000e6;align-items:center}@media(max-width:800px){.product-detail-layout{grid-template-columns:minmax(0,1fr);padding:1.4rem 1.3rem 1.7rem}}.product-detail-image-wrapper{background:radial-gradient(circle at top,#111827 0,#020617 60%);border-radius:1.1rem;padding:.9rem;border:1px solid rgba(148,163,184,.35)}.product-detail-image{display:block;width:100%;height:auto;object-fit:contain}.product-detail-body{display:flex;flex-direction:column;gap:.9rem}.product-description{font-size:.95rem;line-height:1.5;color:#e5e7eb}.product-back-link{margin-top:1.1rem}.product-back-link a{font-size:.85rem;color:#a5b4fc}.product-back-link a:hover{text-decoration:underline}.cart-page{padding-top:1.5rem}.cart-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2rem;margin-top:1rem}.cart-items{display:flex;flex-direction:column;gap:.9rem}.cart-item{display:flex;justify-content:space-between;background:#020617;border-radius:.9rem;padding:.8rem 1rem;border:1px solid #111827}.cart-summary{background:#020617;border-radius:1rem;padding:1rem 1.2rem;border:1px solid #111827}.form-group{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.9rem}input,select{border-radius:.5rem;border:1px solid #1f2937;padding:.5rem .6rem;background:#020617;color:var(--text-main)}.thankyou-hero{text-align:center;padding-top:2rem}
