*{box-sizing:border-box}body{margin:0;background:#0c0d10;color:#f5f5f5;font-family:Arial,sans-serif}header{display:flex;justify-content:space-between;align-items:center;padding:24px 6%;border-bottom:1px solid #292b32}a{color:inherit;text-decoration:none}.logo{font-size:24px;font-weight:900;letter-spacing:2px}.logo span{color:#a7ff4f}nav{display:flex;gap:20px}.hero{padding:90px 6%;background:linear-gradient(120deg,#171a20,#0c0d10)}.eyebrow{color:#a7ff4f;letter-spacing:3px}.hero h1{font-size:clamp(38px,6vw,80px);margin:15px 0}.hero p{color:#b8bcc6;max-width:600px;line-height:1.7}main{padding:45px 6%;max-width:1300px;margin:auto}.categories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:45px}.categories a,.button,button{background:#a7ff4f;color:#0b0d0f;border:0;padding:12px 18px;border-radius:6px;font-weight:700;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.product{background:#171a20;padding:20px;border:1px solid #292d35;border-radius:12px}.product-image{height:150px;background:#272c35;display:grid;place-items:center;color:#a7ff4f;border-radius:8px;margin-bottom:18px}.product p{color:#b8bcc6;min-height:45px}.product strong{display:block;margin:18px 0;font-size:20px}.cart-row{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #292d35}.checkout{display:grid;gap:15px;max-width:600px}.checkout input,.checkout textarea{padding:14px;background:#171a20;color:white;border:1px solid #3a3e47;border-radius:6px}.checkout textarea{min-height:130px}.notice{color:#ffcf66}footer{padding:30px 6%;color:#8e949f}code{word-break:break-all}