:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#18212f;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}a{color:#2457d6;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding:0 18px}header{background:#101827;color:#fff}.nav{display:flex;align-items:center;justify-content:space-between;min-height:62px;gap:20px}.brand{font-weight:800;color:#fff;font-size:20px}.nav nav{display:flex;gap:15px;flex-wrap:wrap}.nav nav a{color:#dce6ff}main{padding-top:28px;padding-bottom:50px}h1{font-size:28px}h2{font-size:20px}.card{background:#fff;border:1px solid #e3e7ef;border-radius:14px;padding:18px;margin:14px 0;box-shadow:0 2px 10px #1018270a}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.stat b{display:block;font-size:28px;margin-top:6px}.muted{color:#667085}.price{font-size:26px;font-weight:800}.up{color:#a33}.down{color:#087a45}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}th,td{padding:11px 12px;border-bottom:1px solid #edf0f5;text-align:left;vertical-align:top}th{background:#f9fafc;font-size:13px;color:#475467}input,select,button,textarea{width:100%;padding:10px 11px;border:1px solid #cfd6e2;border-radius:9px;background:#fff;font:inherit}button,.btn{display:inline-block;width:auto;background:#2457d6;color:#fff;border:0;padding:10px 14px;border-radius:9px;cursor:pointer}.btn.secondary{background:#475467}.btn.danger{background:#b42318}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.actions{display:flex;gap:8px;flex-wrap:wrap}.flash{padding:12px 14px;border-radius:10px;margin-bottom:15px}.flash.ok{background:#eaf8f1;color:#067647}.flash.err{background:#fff0ee;color:#b42318}.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef2ff;font-size:12px}.badge.bad{background:#fff0ee;color:#b42318}.badge.good{background:#eaf8f1;color:#067647}footer{color:#667085;border-top:1px solid #e4e7ec;padding:22px 0;margin-top:20px}@media(max-width:760px){.nav{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.nav nav{gap:10px}table{display:block;overflow:auto;white-space:nowrap}}
.thumb{width:64px;height:64px;object-fit:contain;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.thumb.placeholder{display:flex;align-items:center;justify-content:center;color:#98a2b3}.product-card{display:block;color:inherit}.product-image-wrap{height:190px;display:flex;align-items:center;justify-content:center;margin:-4px -4px 14px;background:#fff;border-radius:11px;overflow:hidden}.product-image-wrap.placeholder{background:#f9fafb;color:#98a2b3;font-size:13px}.product-image{width:100%;height:100%;object-fit:contain}.product-head{display:grid;grid-template-columns:minmax(180px,300px) 1fr;gap:24px;align-items:center}.product-detail-image{height:280px;display:flex;align-items:center;justify-content:center}.product-detail-image img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:640px){.product-head{grid-template-columns:1fr}.product-detail-image{height:220px}}
