:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #17243d; background: #f4f6f8; }
* { box-sizing: border-box; }
body { margin: 0; }
.admin-header { height: 76px; padding: 0 max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #11233f; color: white; }
.brand { display: flex; gap: 12px; align-items: center; color: white; text-decoration: none; }.brand img { width: 42px; height: 42px; object-fit: contain; }.brand span { display: grid; }.brand small { opacity: .7; }
.back-link { color: white; text-decoration: none; font-weight: 700; }
main { max-width: 1180px; margin: auto; padding: 54px 24px; }.hero { display: flex; justify-content: space-between; align-items: end; }.hero h1 { font-size: clamp(2rem, 5vw, 3.6rem); margin: 2px 0; }.hero p { margin-bottom: 0; color: #617087; }.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .12em; color: #c76d43 !important; font-size: .75rem; font-weight: 800; }
button { border: 1px solid #ccd3dd; border-radius: 10px; padding: 10px 15px; background: white; font: inherit; font-weight: 700; cursor: pointer; }button:disabled { cursor: not-allowed; opacity: .45; }
.message { min-height: 24px; color: #a13b32; font-weight: 700; }.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 22px 0; }.stats article { background: white; border: 1px solid #e1e5eb; border-radius: 16px; padding: 22px; display: grid; gap: 8px; }.stats span { color: #6d788a; }.stats strong { font-size: 2rem; }
.customers { background: white; border: 1px solid #e1e5eb; border-radius: 18px; overflow: hidden; }.toolbar { padding: 18px; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e8ebef; }.toolbar input[type=search] { width: min(430px, 60vw); padding: 12px 14px; border: 1px solid #ccd3dd; border-radius: 10px; font: inherit; }.filter { display: flex; align-items: center; gap: 8px; }
.table-wrap { overflow-x: auto; }table { width: 100%; border-collapse: collapse; }th, td { text-align: left; padding: 16px 18px; border-bottom: 1px solid #edf0f3; }th { color: #687589; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }td:first-child { min-width: 250px; }td strong, td small { display: block; }td small { margin-top: 5px; color: #778398; }.badge { padding: 5px 9px; border-radius: 999px; font-size: .78rem; font-weight: 800; }.badge.active { color: #17663d; background: #e4f5eb; }.badge.inactive { color: #8a4a12; background: #fff0d9; }.remove-button { color: #a13b32; }.empty { text-align: center; padding: 30px; color: #687589; }
dialog { width: min(520px, calc(100% - 32px)); border: 0; border-radius: 18px; padding: 28px; box-shadow: 0 24px 80px #08132955; }dialog::backdrop { background: #0e1d35aa; }dialog h2 { margin: 8px 0; }dialog label { display: grid; gap: 8px; margin-top: 24px; }dialog input { padding: 12px; border: 1px solid #bfc8d4; border-radius: 9px; font: inherit; }.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }.danger { background: #a13b32; color: white; border-color: #a13b32; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr; }.toolbar { align-items: stretch; flex-direction: column; }.toolbar input[type=search] { width: 100%; }.admin-header { padding: 0 16px; }.back-link { font-size: .85rem; }main { padding: 32px 16px; }th:nth-child(2), td:nth-child(2) { display: none; } }
