:root { color-scheme: light; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #242932; background: #fff; font-size: 16px; }
* { box-sizing: border-box; letter-spacing: 0; }
body { margin: 0; display: grid; grid-template-columns: 200px minmax(0, 1fr); min-height: 100vh; }
button, input, select { font: inherit; font-size: .875rem; }
button, select, input { border: 1px solid #cbd0d8; border-radius: 5px; background: #fff; color: inherit; min-height: 38px; }
button { cursor: pointer; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; }
button:hover, .icon:hover { background: #f0f3f7; }
button:disabled { opacity: .4; cursor: default; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid #1659cf; outline-offset: 3px; }
input, select { padding: 8px 10px; min-width: 0; max-width: 100%; }
input::placeholder { color: #777f89; }
svg { width: 18px; height: 18px; flex-shrink: 0; }
[hidden] { display: none !important; }
aside { padding: 30px 16px; border-right: 1px solid #e1e4e9; background: #f7f8fa; display: flex; flex-direction: column; gap: 38px; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px; line-height: 1.5; font-size: .875rem; }
.brand svg { width: 25px; height: 25px; color: #155bcc; }
.brand strong { font-size: 1rem; }
nav { display: grid; gap: 6px; }
.nav { justify-content: flex-start; border-color: transparent; background: transparent; color: #59616d; }
.nav.active { background: #e6edf9; color: #174d9f; }
.local { margin-top: auto; display: flex; align-items: center; gap: 8px; color: #68707c; font-size: .75rem; }
main { min-width: 0; padding: 28px 36px; }
header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.eyebrow { margin: 0 0 7px; color: #6c7480; font-size: .75rem; font-weight: 600; }
h1 { margin: 0; font-size: 1.625rem; line-height: 1.2; }
h2 { margin: 0; font-size: 1rem; }
.header-tools { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.product-label { display: flex; align-items: center; gap: 10px; font-size: .875rem; color: #59616d; }
.product-label select { min-width: 120px; font-weight: 600; color: #242932; }
.check { display: flex; align-items: center; gap: 6px; font-size: .875rem; }
.check input { min-height: auto; accent-color: #1659cf; }
.icon { width: 38px; height: 38px; padding: 0; flex-shrink: 0; border: 1px solid #cbd0d8; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; color: inherit; text-decoration: none; background: #fff; }
.service-line { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding-bottom: 16px; border-bottom: 1px solid #e1e4e9; font-size: .8125rem; color: #68707c; }
.coverage { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #e1e4e9; margin-bottom: 24px; }
.coverage > div { padding: 24px 18px 24px 0; min-width: 0; }
.coverage > div + div { border-left: 1px solid #e1e4e9; padding-left: 20px; }
.label { display: block; color: #626b77; font-size: .875rem; margin-bottom: 10px; }
.coverage strong { display: block; font-size: .9375rem; line-height: 1.6; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.confirmed strong { color: #087653; }
.observed strong { color: #97640e; }
.caption { display: block; font-size: .75rem; color: #68707c; margin-top: 6px; }
.notice { padding: 12px 14px; background: #fff8e6; border-left: 3px solid #bc861a; margin: 16px 0; color: #775309; font-size: .875rem; line-height: 1.6; overflow-wrap: anywhere; }
.notice.error { background: #fff0ef; color: #a23027; border-color: #c34b3e; }
.toolbar { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px; padding-bottom: 24px; }
.toolbar label { display: grid; gap: 7px; font-size: .8125rem; color: #626b77; }
.toolbar input { width: 220px; font-size: .8125rem; }
.primary { background: #1b5cd0; border-color: #1b5cd0; color: #fff; }
.primary:hover { background: #174ea9; }
.table-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; border-top: 1px solid #e1e4e9; }
.table-actions { display: flex; align-items: center; gap: 8px; font-size: .8125rem; color: #68707c; }
.table-scroll { overflow-x: auto; max-width: 100%; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: .875rem; white-space: nowrap; }
th { font-size: .75rem; color: #68707c; background: #f7f8fa; font-weight: 600; }
th, td { padding: 12px 14px; border-bottom: 1px solid #e9ecf0; }
td { font-variant-numeric: tabular-nums; }
tbody tr:hover { background: #fafbfc; }
td:first-child, th:first-child { padding-left: 12px; }
.number { text-align: right; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
td .icon { width: 28px; height: 28px; min-height: 28px; border: 0; background: transparent; }
.side { text-transform: uppercase; font-size: .75rem; font-weight: 600; }
.side.buy { color: #087653; }
.side.sell { color: #b44535; }
.empty { padding: 60px 20px; text-align: center; color: #68707c; line-height: 1.6; font-size: .9375rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 16px 0; font-size: .8125rem; color: #68707c; }
.pagination { display: flex; align-items: center; gap: 12px; }
.storage-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; padding: 0 0 28px; }
.storage-summary strong { font-size: 1.25rem; overflow-wrap: anywhere; }
.section-title { padding: 0 0 20px; }
.settings { margin: 0; display: grid; grid-template-columns: minmax(130px, 220px) minmax(0,1fr); font-size: .875rem; }
.settings dt, .settings dd { margin: 0; padding: 16px 8px; border-bottom: 1px solid #e1e4e9; overflow-wrap: anywhere; }
.settings dt { color: #68707c; }
dialog { border: 1px solid #cbd0d8; border-radius: 6px; width: min(680px, calc(100% - 32px)); max-height: 85vh; padding: 20px; }
dialog::backdrop { background: #20252b80; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; font-size: .8125rem; line-height: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
@media (min-width: 1700px) { main { max-width: 1550px; width: 100%; margin: 0 auto; } }
@media (max-width: 1100px) { body { grid-template-columns: 170px minmax(0,1fr); } main { padding: 24px; } .coverage { grid-template-columns: 1fr; } .coverage > div, .coverage > div + div { border-left: 0; padding: 12px 0; } .coverage strong { display: inline; } .caption { display: inline; margin-left: 8px; } .label { margin-bottom: 5px; } }
@media (max-width: 700px) { body { display: block; } aside { padding: 14px 16px; gap: 16px; border-right: 0; border-bottom: 1px solid #e1e4e9; } .brand { padding: 0; } .brand br { display: none; } .brand strong { margin-left: 4px; } nav { display: flex; gap: 4px; flex-wrap: wrap; } .nav { flex: 1; justify-content: center; padding: 8px; } .local { display: none; } main { padding: 22px 16px; } .header-tools { gap: 10px; } .coverage { margin-bottom: 20px; } .toolbar label { flex: 1 1 180px; } .toolbar input { width: 100%; } .toolbar label:has(select) { flex: 0 1 80px; } .storage-summary { grid-template-columns: 1fr 1fr; } .settings { grid-template-columns: 120px minmax(0,1fr); } .table-heading { align-items: flex-start; } .table-actions { flex-wrap: wrap; justify-content: flex-end; } }
