body{background:#f6f8fb;font-family:Arial,sans-serif}
.hero{background:linear-gradient(135deg,#212529,#495057);color:#fff;border-radius:1.5rem;padding:3rem}
.card-product{transition:.25s ease; border:none; border-radius:1rem; overflow:hidden}
.card-product:hover{transform:translateY(-4px); box-shadow:0 1rem 2rem rgba(0,0,0,.08)}
.product-img{height:220px;object-fit:cover}
.price-old{text-decoration:line-through;color:#888;font-size:.9rem}
.badge-soft{background:#fff3cd;color:#7a5800}
.checkout-card,.auth-card,.admin-card{border:none;border-radius:1rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.06)}
.table td,.table th{vertical-align:middle}
.status-badge{padding:.4rem .75rem;border-radius:999px;font-size:.8rem}
.status-pending{background:#fff3cd;color:#856404}
.status-processing{background:#cfe2ff;color:#084298}
.status-shipped{background:#d1e7dd;color:#0f5132}
.status-delivered{background:#d1e7dd;color:#0f5132}
.status-cancelled{background:#f8d7da;color:#842029}
@media (max-width:767px){.hero{padding:2rem 1.25rem}.product-img{height:180px}}
