:root { --bg:#0b0f14; --fg:#e9eef5; --muted:#9aa5b1; --card:#131923; --brand:#ffd166; --accent:#6aa6ff; }
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell}
.container{max-width:1100px;margin:auto;padding:20px}
.header{display:flex;align-items:center;justify-content:space-between}
.brand{color:var(--fg);text-decoration:none;font-weight:800}
nav a{color:var(--muted);margin-left:14px;text-decoration:none}
.h1,h1{font-size:34px;margin:18px 0}
.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin:24px 0}
.card{background:var(--card);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.25)}
.card img{width:100%;height:180px;object-fit:cover}
.card-body{padding:16px}
.row{display:flex;align-items:center;gap:12px;margin-top:8px}
.price{font-weight:800}
.btn{background:var(--accent);color:#000;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700}
.footer{color:var(--muted);font-size:14px;margin-top:40px;border-top:1px solid #1f2732;padding-top:20px}
.product .hero{width:100%;max-height:360px;object-fit:cover;border-radius:14px;margin:12px 0}
.list{line-height:2}
