*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;min-height:100vh;line-height:1.6}.hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1579547945413-497e1b99dac0?auto=format&fit=crop&q=80&w=2000) center/cover;padding:6rem 2rem;text-align:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0f172a4d,#0f172a)}.hero-content{position:relative;max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero p{font-size:1.25rem;color:#e2e8f0;margin-bottom:2rem}.hero-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:.5rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.875rem;letter-spacing:.05em;box-shadow:0 4px 6px #0000001a}.container{max-width:1200px;margin:0 auto;padding:2rem}.section-title{text-align:center;font-size:2rem;font-weight:700;margin:2rem 0;color:#f8fafc}.products-section{margin-top:-4rem;position:relative;z-index:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:2rem 0}.product-card{background:#1e293bcc;border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.1);position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#94a3b833}.product-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:.5rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:600;z-index:1}.product-image{height:240px;overflow:hidden;position:relative}.product-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,rgba(30,41,59,.9))}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:2rem}.product-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}.product-info p{color:#94a3b8;margin-bottom:1.5rem}.features-list{list-style:none;margin-bottom:2rem}.features-list li{color:#cbd5e1;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:#60a5fa}.stock-display{font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;background:#3b82f61a;color:#60a5fa;display:inline-block;margin-bottom:1rem;font-weight:500}.stock-display.low-stock{background:#ef44441a;color:#ef4444}.price-container{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.price{font-size:2rem;font-weight:700;color:#60a5fa}.buy-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.buy-button.disabled{background:#475569;cursor:not-allowed;transform:none;box-shadow:none}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:1rem;z-index:1000}.modal.active{display:flex}.modal-content{background:linear-gradient(135deg,#1e293b,#0f172a);padding:2.5rem;border-radius:1.5rem;position:relative;max-width:500px;width:100%;border:1px solid rgba(148,163,184,.1);box-shadow:0 25px 50px #00000040}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:#94a3b81a;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:.5rem;line-height:1;transition:all .2s ease}.close-button:hover{background:#94a3b833;color:#fff}.modal-header{margin-bottom:2rem}.modal-header h2{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.modal-header p{color:#60a5fa;font-size:1.25rem;font-weight:600}.crypto-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.crypto-tab{flex:1;padding:1rem;background:#0f172a99;border:1px solid rgba(148,163,184,.1);border-radius:.75rem;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .2s ease}.crypto-tab:hover{background:#0f172acc;border-color:#94a3b833}.crypto-tab.active{background:#3b82f61a;border-color:#3b82f633;color:#60a5fa}.crypto-icon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.crypto-name{font-size:.875rem;font-weight:500}.wallet-info{background:#0f172a99;padding:1.5rem;border-radius:1rem;margin:1.5rem 0;border:1px solid rgba(148,163,184,.1)}.wallet-label{color:#94a3b8;margin-bottom:.75rem;font-size:.875rem}.wallet-address{display:none;font-family:monospace;background:#0f172acc;padding:1rem;border-radius:.5rem;word-break:break-all;margin-bottom:1rem;-webkit-user-select:all;-moz-user-select:all;user-select:all;font-size:.875rem;color:#e2e8f0}.wallet-address.active{display:block}.copy-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;width:100%;transition:all .2s ease}.copy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.modal-footer{text-align:center;margin-top:2rem}.proof-text{color:#94a3b8;font-size:.875rem}@media (max-width: 640px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.products-grid{grid-template-columns:1fr}.product-card{margin:0 auto;max-width:400px}.crypto-tabs{flex-direction:row;flex-wrap:wrap}.crypto-tab{min-width:calc(33.333% - .5rem)}}.highlight{color:#8b5cf6}
