*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#141414;--surface-hover:#1a1a1a;--border:#2a2a2a;--text:#f0f0f0;--text-muted:#888;--accent:#f7931a;--accent-hover:#e8850f}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.app{min-height:100vh}.header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:2rem;display:flex;position:relative}.logo{letter-spacing:.5em;cursor:pointer;text-align:center;text-transform:uppercase;font-size:3.5rem;font-weight:300;transition:opacity .2s}.logo:hover{opacity:.8}.cart-btn{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .2s;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.cart-btn:hover{opacity:.7}.cart-badge{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-4px}.nav{justify-content:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav button{color:var(--text-muted);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;border-bottom:3px solid #0000;padding:1.5rem 0 .4rem;font-size:2.5rem;font-weight:600;transition:all .2s}.nav button:hover{color:var(--text)}.nav button.active{color:var(--text);border-bottom-color:var(--text)}.main{max-width:1000px;margin:0 auto;padding:2.5rem 2rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=640px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:4px;transition:border-color .2s;overflow:hidden}.product-card:hover{border-color:#444}.product-image{aspect-ratio:4/5;background:#1a1a1a;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image img{filter:blur(3px)brightness(.5);transform:scale(1.05)}.product-image-overlay{opacity:0;color:#fff;justify-content:center;align-items:center;gap:1.5rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.product-card:hover .product-image-overlay{opacity:1}.overlay-action{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;transition:background .2s;display:flex}.overlay-action span{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:500}.overlay-action:hover{background:#fff3}.add-to-cart-btn{display:none}.product-info{padding:1rem 1.25rem 1.25rem}.product-category{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.product-name{margin-top:.25rem;font-size:1rem;font-weight:600}.product-price{color:var(--text-muted);margin-top:.5rem;font-size:.95rem;display:block}.cart-overlay{z-index:200;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{background:var(--surface);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:380px;max-width:90vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{font-size:1.1rem;font-weight:600}.cart-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem}.cart-empty{color:var(--text-muted);flex:1;justify-content:center;align-items:center;display:flex}.cart-items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem 0;display:flex}.cart-item img{object-fit:cover;border-radius:6px;width:50px;height:50px}.cart-item-details{flex-direction:column;flex:1;gap:.2rem;display:flex}.cart-item-name{font-size:.9rem;font-weight:500}.cart-item-price{color:var(--text-muted);font-size:.8rem}.cart-item-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.2rem}.cart-footer{border-top:1px solid var(--border);padding:1.5rem}.cart-total{justify-content:space-between;margin-bottom:1rem;font-weight:600;display:flex}.checkout-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.9rem;font-size:.95rem;font-weight:600;transition:background .2s}.checkout-btn:hover{background:var(--accent-hover)}.checkout{max-width:800px;margin:0 auto}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-bottom:2rem;font-size:.9rem;transition:color .2s}.back-btn:hover{color:var(--text)}.checkout-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=640px){.checkout-container{grid-template-columns:1fr}}.checkout-summary,.checkout-payment{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.checkout-summary h2,.checkout-payment h2{margin-bottom:1rem;font-size:1rem;font-weight:600}.checkout-item{color:var(--text-muted);justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.checkout-total{border-top:1px solid var(--border);justify-content:space-between;margin-top:.5rem;padding-top:1rem;font-weight:600;display:flex}.btc-info{text-align:center}.btc-qr{background:#fff;border-radius:8px;margin-bottom:1rem;padding:1rem;display:inline-block}.btc-label{color:var(--text-muted);margin-top:.75rem;font-size:.8rem}.btc-amount{color:var(--accent);font-size:1.25rem;font-weight:700}.btc-address{word-break:break-all;background:var(--bg);border-radius:6px;margin-top:.25rem;padding:.5rem .75rem;font-family:monospace;font-size:.7rem}.btc-note{color:var(--text-muted);margin-top:1rem;font-size:.75rem}.about{max-width:600px}.about h2{margin-bottom:1rem;font-size:1.5rem}.about p{color:var(--text-muted);margin-bottom:.75rem;line-height:1.7}.product-detail{max-width:900px;margin:0 auto}.product-detail-layout{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (width<=640px){.product-detail-layout{grid-template-columns:1fr}}.product-detail-image{background:var(--surface);border:1px solid var(--border);border-radius:4px;overflow:hidden}.product-detail-image img{aspect-ratio:4/5;object-fit:cover;width:100%}.product-detail-info{flex-direction:column;display:flex}.product-detail-name{margin-top:.5rem;font-size:2rem;font-weight:600}.product-detail-price{color:var(--text-muted);margin-top:.5rem;font-size:1.5rem}.product-detail-description{margin-top:2rem}.product-detail-description h3{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:1.5rem;margin-bottom:.5rem;font-size:.85rem}.product-detail-description h3:first-child{margin-top:0}.product-detail-description p{color:var(--text-muted);line-height:1.7}.product-detail-description ul{padding:0;list-style:none}.product-detail-description li{color:var(--text-muted);padding:.3rem 0 .3rem 1rem;position:relative}.product-detail-description li:before{content:"–";color:var(--text-muted);position:absolute;left:0}.add-to-cart-detail-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;margin-top:2rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.add-to-cart-detail-btn:hover{background:var(--accent-hover)}
