/* --- PHONG CÁCH BẮC ÂU - GIA DỤNG LẠNH --- */
:root {
    --primary-color: #1e3a8a;    /* Xanh Khói Lạnh */
    --accent-color: #06b6d4;     /* Xanh Cyan Băng */
    --bg-body: #f1f5f9;
    --text-main: #0f172a;
    --text-muted: #475569;
    --border-color: #cbd5e1;
    --white: #ffffff;
    --radius-base: 0px;          /* Góc nhọn sắc cạnh lạnh lùng */
    --shadow-base: none;
}
/* Layout cho trang con: Sidebar phải */
.page-body-wrapper { grid-template-columns: 1fr 340px; grid-template-areas: "main-core sidebar-zone"; }
.sidebar-container { display: block; }
.product-card { border: 2px solid var(--border-color); }
.product-card:hover { border-color: var(--accent-color); }