:root{--bg:#0b0e13;--panel:#12161c;--muted:#9aa3af;--text:#e5e7eb;--primary:#3b82f6;--primary-600:#2563eb;--accent:#22d3ee}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:radial-gradient(1200px 800px at 80% -10%,rgba(34,211,238,.08),transparent 60%),var(--bg);color:var(--text)}.container{max-width:1120px;margin:0 auto;padding:1rem}.topbar{background:linear-gradient(90deg,#22d3ee26,#3b82f626);color:#d1fafb;font-weight:600;text-align:center;padding:.5rem .75rem;font-size:.9rem}.header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0b0e1399;border-bottom:1px solid rgba(148,163,184,.15)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800}.brand-badge{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--primary))}button{background:var(--primary);color:#fff;border:none;border-radius:10px;padding:.75rem 1rem;font-weight:700;cursor:pointer;transition:background .15s ease}button:hover{background:var(--primary-600)}.btn-ghost{background:transparent;color:var(--text);border:1px solid rgba(148,163,184,.25)}.hero{text-align:center;padding:2.2rem 1rem 1.2rem}.hero h1{font-size:clamp(1.6rem,3.8vw,2.4rem);margin:.2rem 0 .4rem}.hero p{color:var(--muted);margin:0 auto 1.25rem;max-width:60ch}.hero-ctas{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.compare{margin:1.25rem 0 1.75rem;border:1px solid rgba(148,163,184,.18);border-radius:14px;overflow:hidden;background:#12161c99}.compare-wrap{overflow:auto}.compare table{width:100%;border-collapse:collapse;min-width:560px}.compare th,.compare td{text-align:left;padding:.85rem .9rem}.compare thead th{background:#94a3b814;font-size:.9rem;color:#cbd5e1}.compare tbody tr:nth-child(odd){background:#94a3b80d}.grid{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.grid{grid-template-columns:repeat(3,1fr)}}.card{background:#ffffff05;border:1px solid rgba(148,163,184,.16);border-radius:16px;overflow:hidden}.card-media{position:relative;width:100%;aspect-ratio:4/3;background:#11182799}.card-media img{width:100%;height:100%;object-fit:cover}.placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.card-body{padding:1rem}.card h3{margin:.2rem 0 .4rem;font-size:1.1rem}.card p{color:var(--muted);margin:.2rem 0 .8rem;min-height:2.8rem}.price{font-weight:800;margin:.4rem 0 .8rem}.cart{position:fixed;top:0;right:0;height:100vh;width:100%;background:#0a0d12bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:flex-end;z-index:80}.cart-panel{width:min(100%,380px);height:100%;background:var(--panel);display:flex;flex-direction:column}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(148,163,184,.16)}.cart-body{padding:.5rem 1rem;flex:1;overflow:auto}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px dashed rgba(148,163,184,.18)}.cart-qty{font-size:.8rem;color:var(--muted)}.cart-foot{padding:1rem;border-top:1px solid rgba(148,163,184,.16)}.footer{border-top:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#ffffff05,#fff0);padding:2rem 0 2.5rem;margin-top:2rem}.footer-inner{display:flex;flex-direction:column;gap:1.5rem}.footer-brand p{margin:.25rem 0 0;max-width:52ch}.footer-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:720px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-col h4{margin:.2rem 0 .6rem;font-size:1rem;letter-spacing:.2px}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.3rem}.footer-col a{color:var(--text);text-decoration:none;opacity:.9}.footer-col a:hover{opacity:1;text-decoration:underline}.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.6rem}.footer-meta{display:flex;gap:.75rem;align-items:center;justify-content:space-between;border-top:1px solid rgba(148,163,184,.14);padding-top:1rem;margin-top:.5rem;flex-wrap:wrap}.footer-links{display:flex;gap:.9rem}.footer-links a{color:var(--text);text-decoration:none;opacity:.85}.footer-links a:hover{opacity:1;text-decoration:underline}.brand-logo{height:clamp(36px,6vw,72px);width:auto;display:block}@media (min-width: 1200px){.brand-logo{height:80px}}.page-wrap{position:relative}.page-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;line-height:36px;border-radius:10px;border:1px solid rgba(148,163,184,.25);background:transparent;font-size:1.4rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.page-close:hover{background:#94a3b81f}@media (max-width: 640px){.footer{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}}.image-slider{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory}.image-slider img{flex:0 0 auto;max-height:300px;border-radius:8px;scroll-snap-align:start}.page-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center}.page-sheet{background:#fff;padding:1.5rem;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;border-radius:12px}.page-close{margin-bottom:1rem}.page-sheet{background:var(--panel);color:var(--text);padding:1.5rem;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;border-radius:12px;box-shadow:0 8px 24px #00000080}.page-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.page-sheet{position:relative}.btn-back{position:sticky;top:-.25rem;z-index:2;display:inline-flex;align-items:center;gap:.5rem;height:40px;padding:0 .9rem;margin-bottom:.75rem;border-radius:10px;background:#94a3b81a;color:var(--text);border:1px solid rgba(148,163,184,.28);box-shadow:0 1px #00000040 inset;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .06s ease}.btn-back:hover{background:#94a3b829;border-color:#94a3b861}.btn-back:active{transform:translateY(1px)}.btn-back:focus{outline:none;box-shadow:0 0 0 2px #0b0e13cc,0 0 0 4px var(--primary)}.btn-back svg{width:18px;height:18px}@media (max-width: 640px){.btn-back{height:44px;padding:0 1rem}}
