*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;font-family:Courier New,Courier,monospace;line-height:1.6;min-height:100vh}a,body{color:#39ff14}a{text-decoration:none;transition:color .3s ease}footer,header{background-color:#111;color:#39ff14;text-align:center;padding:1.5rem;font-size:1.2rem;border-bottom:2px solid #39ff14;box-shadow:0 0 15px #39ff14}footer{border-top:2px solid #39ff14;border-bottom:none}main{max-width:1200px;margin:0 auto;padding:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.product-card{background-color:#111;border:1px solid #39ff14;border-radius:10px;padding:1rem;box-shadow:0 0 10px #39ff14;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{transform:scale(1.03);box-shadow:0 0 20px #ff073a}.product-image{width:100%;height:200px;object-fit:contain;background-color:#000;border:2px dashed #ff073a;padding:.5rem;margin-bottom:1rem}.product-info{display:flex;flex-direction:column;gap:.5rem;margin:.3rem 0}.product-title{font-size:1rem;font-weight:700;color:#00ffff;text-shadow:0 0 4px #00ffff}.product-price{font-size:1.2rem;color:#ff073a;font-weight:700;text-shadow:0 0 4px #ff073a}.product-detail{background-color:#111;padding:2rem;border:1px solid #39ff14;border-radius:10px;box-shadow:0 0 15px #39ff14;margin:2rem auto;max-width:800px}.product-detail img{width:100%;max-height:400px;object-fit:contain;border:2px dashed #00ffff;margin-bottom:1.5rem;background-color:#000}.product-detail h1{font-size:2rem;color:#00ffff;text-shadow:0 0 5px #00ffff;margin-bottom:1rem}.product-detail p.description{font-size:1rem;color:#39ff14;margin-bottom:1rem}.product-detail p.price{font-size:1.5rem;color:#ff073a;font-weight:700;margin-bottom:1rem;text-shadow:0 0 5px #ff073a}.product-detail p.category{font-style:italic;color:#a855f7;text-shadow:0 0 3px #a855f7}.product-detail p{margin:.5rem 0;font-size:1rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#39ff14;border-radius:10px}.product-rating{font-size:.9rem;color:#f59e0b;margin-top:.25rem}.rating{font-size:1rem;color:#f59e0b;font-weight:500}.banner{background:linear-gradient(90deg,#ff073a,#39ff14);padding:3rem 1rem;text-align:center;color:#000;font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700;text-shadow:0 0 10px #ff073a,0 0 20px #39ff14;border-radius:10px;margin-bottom:2rem;box-shadow:0 0 20px #ff073a,0 0 30px #39ff14}.neon-button{display:inline-block;padding:.75rem 2rem;font-size:1.25rem;font-weight:700;color:#ff073a;background-color:transparent;border:2px solid #ff073a;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 0 10px #ff073a}.neon-button:hover{background-color:#ff073a;color:#111;box-shadow:0 0 20px #ff073a,0 0 40px #ff073a}