:root {
  color-scheme: light;
  --canvas: #ffffff;
  --ink: #22272a;
  --muted: #747c84;
  --soft: #f7f8f9;
  --line: #e7e9ec;
  --green: #308369;
  --green-bg: #edf5f1;
  --amber: #b28030;
  --amber-bg: #fcf4e6;
  --red: #c65f63;
  --red-bg: #fcf0f0;
  --blue: #647695;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
  letter-spacing: 0;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
.auth-pending > * { visibility: hidden; }
button, input, select { font: inherit; color: inherit; letter-spacing: 0; }
button { cursor: pointer; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; opacity: .35; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
input:focus-visible, select:focus-visible { outline-offset: 1px; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0; }
[hidden] { display: none !important; }
svg { width: 17px; height: 17px; stroke-width: 1.7; flex: none; }
button svg { pointer-events: none; }
h1, h2, h3, p { margin: 0; }
.topbar { height: 72px; border-bottom: 1px solid var(--line); }
.topbar-inner { max-width: 1760px; padding: 0 40px; margin: auto; display: flex; align-items: center; height: 100%; gap: 64px; }
.brand { display: flex; gap: 11px; align-items: center; font-size: 15px; font-weight: 750; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 32px; background: #252b2a; border-radius: 6px; color: white; }
.brand-mark svg { width: 20px; height: 20px; }
.brand-suffix { color: #94989b; font-weight: 400; font-size: 11px; margin-left: 6px; }
.main-nav { display: flex; align-self: stretch; gap: 32px; }
.nav-item { display: flex; align-items: center; padding: 1px 2px 0; font-size: 13px; color: #92969b; border-bottom: 2px solid transparent; }
.nav-item:hover { color: var(--ink); }
.nav-item.active { color: var(--ink); border-bottom-color: var(--ink); font-weight: 600; }
.topbar-end { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: 11px; }
.topbar-end .icon-button { margin-left: -13px; }
.signed-in-user { color: #77857d; border-left: 1px solid var(--line); padding-left: 18px; margin-right: 3px; font-size: 12px; }
.live-status, .page-footer > span:first-child { display: flex; align-items: center; gap: 7px; }
.live-status { color: #5e6d66; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: #419c75; display: inline-block; flex: none; box-shadow: 0 0 0 3px #419c7510; }
main { max-width: 1760px; margin: auto; padding: 38px 40px 22px; }
.page-heading { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 30px; }
.heading-line { display: flex; align-items: center; gap: 16px; }
h1 { font-size: 28px; font-weight: 650; line-height: 1.5; }
.heading-meta { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 13px; margin-top: 7px; }
.clocks { display: flex; align-items: center; gap: 22px; }
.clock-block { display: flex; align-items: center; gap: 11px; }
.clock-block > svg { color: #a2a7ac; width: 21px; height: 21px; }
.clock-block > div { display: flex; flex-direction: column; gap: 6px; }
.clock-label { color: #757c82; font-size: 11px; }
.clock-label span { color: #b0b4b8; margin-left: 6px; font-size: 10px; }
.clock-block time { font-family: "SFMono-Regular", Consolas, monospace; font-size: 17px; font-variant-numeric: tabular-nums; }
.clock-divider { height: 29px; width: 1px; background: var(--line); }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.metric { text-align: left; padding: 20px 22px 18px; border: 1px solid var(--line); border-radius: 8px; min-width: 0; background: white; transition: border-color .15s, box-shadow .15s; }
.metric:hover { border-color: #b9c4bf; box-shadow: 0 2px 8px #26352e06; }
.metric-top { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #747c82; }
.metric-top > span { display: flex; align-items: center; gap: 7px; }
.metric-top > svg { color: #a7aeb3; width: 17px; height: 17px; }
.status-dot { height: 6px; width: 6px; border-radius: 50%; flex: none; }
.normal { background: var(--green); }
.limited { background: var(--amber); }
.abnormal { background: var(--red); }
.metric-value { font-size: 34px; font-weight: 600; line-height: 1.15; margin-top: 16px; font-variant-numeric: tabular-nums; }
.metric-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; font-size: 12px; min-height: 16px; gap: 8px; }
.metric-bottom b { font-weight: 550; color: var(--red); }
.metric-hint { color: #81898f; }
.metric-percentage { font-variant-numeric: tabular-nums; }
.metric-total { background: #fafbfb; }
.metric-total .metric-bottom > span:first-child { color: #747d83; }
.metric-normal .metric-percentage { color: var(--green); }
.metric-limited .metric-percentage { color: var(--amber); }
.metric-abnormal .metric-percentage { color: var(--red); }
.distribution, .metric-track { height: 3px; margin-top: 12px; border-radius: 2px; overflow: hidden; display: flex; background: #f0f2f3; }
.distribution { gap: 3px; background: transparent; }
.distribution span { border-radius: 2px; }
.metric-track > span { border-radius: 2px; transition: width .3s; }
.metric-normal .metric-track > span { background: #7fae9e; }
.metric-limited .metric-track > span { background: #d9b57a; }
.metric-abnormal .metric-track > span { background: #e0a0a3; }
.health-strip { margin-top: 19px; background: #f8f9fa; border: 1px solid #eff0f2; border-radius: 6px; display: flex; align-items: center; padding: 15px 20px; gap: 28px; min-height: 55px; font-size: 12px; color: #778189; }
.health-strip > div { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.health-strip > div + div { border-left: 1px solid #dfe3e6; padding-left: 28px; }
.health-strip strong { font-weight: 600; color: #3c454a; font-variant-numeric: tabular-nums; }
.health-strip .text-red { color: var(--red); }
.health-icon { color: #7e8c92; display: inline-flex; }
.health-icon svg { width: 14px; height: 14px; }
.subtle { color: #a7acb1; }
.mini-tag { color: #79968a; background: #edf2ef; font-size: 10px; border-radius: 3px; padding: 2px 4px; }
.availability { margin-left: auto; }
#availability-chart { width: 64px; height: 22px; margin-left: 3px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; margin-bottom: 19px; min-height: 36px; }
.section-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; min-width: 0; }
h2 { font-size: 16px; font-weight: 600; }
.count-label { font-size: 11px; color: #969ca1; font-variant-numeric: tabular-nums; }
.section-actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 7px; min-height: 35px; border: 1px solid #e0e4e7; background: #fff; padding: 7px 12px; border-radius: 5px; font-size: 13px; white-space: nowrap; line-height: 1.4; transition: background .15s, border-color .15s; }
.button svg { width: 14px; height: 14px; }
.button:hover { background: #f5f7f6; border-color: #cdd3d0; }
.button-primary { background: #29332f; border-color: #29332f; color: white; }
.button-primary:hover { background: #3a4941; border-color: #3a4941; }
.button-quiet { border-color: transparent; color: #797f85; }
.button-danger { background: var(--red); border-color: var(--red); color: white; }
.button-danger:hover { background: #ac4e54; border-color: #ac4e54; }
.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.status-filters { display: flex; align-items: center; gap: 3px; flex-wrap: wrap; }
.filter { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 11px; font-size: 12px; color: #717d85; border-radius: 5px; height: 34px; white-space: nowrap; }
.filter span { font-size: 10px; color: #a1a6aa; font-variant-numeric: tabular-nums; }
.filter:hover { background: #f7f8f9; }
.filter.active { background: #edf2ef; color: #2c654f; font-weight: 600; }
.filter.active span { color: #668b7a; }
.search-field { display: flex; align-items: center; width: 264px; height: 34px; border: 1px solid var(--line); border-radius: 5px; padding: 0 10px; gap: 8px; flex: none; color: #adb2b7; }
.search-field:focus-within { border-color: #779887; }
.search-field input { border: 0; outline: none; background: transparent; width: 100%; min-width: 0; font-size: 12px; padding: 5px 0; }
.search-field input::placeholder { color: #aeb3b7; }
.search-field svg { width: 15px; height: 15px; }
.table-scroll { overflow: auto; width: 100%; border-top: 1px solid var(--line); scrollbar-width: thin; }
table { width: 100%; border-collapse: collapse; text-align: left; font-variant-numeric: tabular-nums; }
th { height: 44px; font-size: 12px; font-weight: 400; color: #77838c; background: #fafbfc; padding: 0 16px; white-space: nowrap; }
td { height: 72px; padding: 10px 16px; border-bottom: 1px solid var(--line); font-size: 12px; white-space: nowrap; }
th:first-child, td:first-child { padding-left: 16px; }
.account-table { table-layout: fixed; min-width: 1320px; }
.account-table th:nth-child(1) { width: 14%; }
.account-table th:nth-child(2) { width: 16%; }
.account-table th:nth-child(3) { width: 11%; }
.account-table th:nth-child(4) { width: 6%; }
.account-table th:nth-child(5), .account-table th:nth-child(6), .account-table th:nth-child(7) { width: 9%; }
.account-table th:nth-child(8) { width: 12%; }
.account-table th:nth-child(9) { width: 190px; }
tbody tr:hover { background: #fbfcfc; }
.account-identity { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; width: 100%; padding: 0; text-align: left; }
.account-email { font-size: 12px; color: #707e87; white-space: normal; overflow-wrap: anywhere; line-height: 1.5; }
.account-number { font-size: 15px; font-weight: 600; color: #363e43; display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.account-number .hash { color: #b7bfc3; font-weight: 400; font-size: 11px; margin-right: 3px; }
.account-id { font-family: "SFMono-Regular", Consolas, monospace; font-size: 12px; color: #7c8992; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.account-identity:hover .account-number { color: var(--green); }
.subscription-label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #50575d; }
.subscription-label i { width: 5px; height: 5px; background: #bdab9f; border-radius: 1px; transform: rotate(45deg); }
.status-badge { display: inline-flex; align-items: center; gap: 5px; border-radius: 4px; font-size: 12px; padding: 4px 7px; line-height: 1.3; }
.status-badge .status-dot { width: 4px; height: 4px; }
.status-normal { color: var(--green); background: var(--green-bg); }
.status-limited { color: var(--amber); background: var(--amber-bg); }
.status-abnormal { color: var(--red); background: var(--red-bg); }
.status-disabled { color: #8d9399; background: #f0f2f4; }
.status-disabled .status-dot { background: #959da3; }
.quota-wrap { max-width: 140px; }
.quota-line { display: flex; align-items: center; gap: 9px; min-height: 16px; }
.quota-track { display: block; height: 4px; background: #f0f2f3; border-radius: 3px; overflow: hidden; flex: 1; min-width: 28px; }
.quota-fill { display: block; height: 100%; border-radius: inherit; background: #56947e; transition: width 1.1s ease; }
.quota-fill.high { background: #c9a05f; }
.quota-fill.full { background: #cba369; }
.quota-fill.inactive { background: #bbc0c4; }
.quota-value { width: 44px; text-align: right; font-size: 12px; color: #77858f; flex: none; }
.quota-timer { color: #929da5; font-size: 10px; margin-top: 6px; min-height: 12px; }
.created-time { color: #75838d; font-size: 12px; }
.actions-heading { text-align: right; }
.row-actions { display: flex; justify-content: flex-end; gap: 7px; }
.row-action { height: 33px; padding: 0 10px; border: 1px solid #e0e4e7; border-radius: 7px; white-space: nowrap; font-size: 12px; color: #333b3f; background: white; }
.row-action:hover { background: #f5f7f6; border-color: #cdd3d0; }
.row-delete { border-color: transparent; color: #8b9094; padding: 0 7px; background: transparent; }
.row-delete:hover { border-color: transparent; color: var(--red); background: var(--red-bg); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: #99a0a5; border-radius: 4px; flex: none; padding: 0; }
.icon-button svg { width: 14px; height: 14px; }
.icon-button:hover:not(:disabled) { background: #edf1ef; color: #456a58; }
.icon-button.danger:hover { color: var(--red); background: var(--red-bg); }
.sort-button { display: flex; align-items: center; gap: 5px; padding: 0; font-size: inherit; }
.sort-button svg { width: 12px; height: 12px; color: #a6adb2; }
.pagination { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 20px; font-size: 11px; color: #8f969c; min-height: 30px; }
.page-controls { display: flex; align-items: center; gap: 8px; }
.page-controls select { appearance: auto; border: 1px solid var(--line); border-radius: 4px; height: 28px; padding: 0 6px; font-size: 11px; background: white; }
.page-divider { height: 14px; width: 1px; background: var(--line); margin: 0 6px; }
#page-indicator { min-width: 55px; text-align: center; color: #58656b; font-variant-numeric: tabular-nums; }
.page-footer { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #f0f2f3; margin-top: 30px; padding-top: 16px; color: #afb5b9; font-size: 10px; }
.footer-divider { color: #d4d8db; margin: 0 10px; }
.empty-state { min-height: 250px; display: flex; flex-direction: column; gap: 11px; align-items: center; justify-content: center; color: #acb3b8; }
.empty-state > svg { width: 28px; height: 28px; }
.empty-state h3 { font-size: 14px; font-weight: 500; color: #7e898f; }
.empty-state p { font-size: 12px; }
.empty-state .button { margin-top: 5px; }
.dialog { color: var(--ink); border: 1px solid var(--line); border-radius: 8px; width: min(460px, calc(100% - 32px)); padding: 25px; box-shadow: 0 24px 100px #101a2330; max-height: calc(100dvh - 32px); overflow-y: auto; }
.dialog::backdrop { background: #23312c45; backdrop-filter: blur(3px); }
.dialog-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.dialog-heading h2 { font-size: 20px; margin-top: 6px; }
.dialog-eyebrow { color: #a0a9af; font-size: 9px; }
.dialog-heading > .icon-button { margin-top: -5px; margin-right: -6px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 3px; border-radius: 5px; background: #f0f3f2; margin-bottom: 22px; }
.segmented button { padding: 8px; font-size: 12px; color: #8b9790; border-radius: 3px; }
.segmented button.active { background: #fff; box-shadow: 0 1px 4px #172d1710; color: #446352; }
.form-field { display: block; font-size: 12px; color: #66746b; margin: 18px 0; }
.form-field > span { color: #b1b8b4; font-size: 10px; margin-left: 4px; }
.form-field input, .form-field select { display: block; width: 100%; padding: 10px; height: 39px; border: 1px solid #e0e6e2; border-radius: 5px; margin-top: 9px; background: white; font-size: 12px; }
.form-field input::placeholder { color: #b1b9b4; }
.dialog-footer { display: flex; justify-content: flex-end; gap: 9px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.form-error { color: var(--red); font-size: 12px; line-height: 1.6; }
.danger-symbol { background: var(--red-bg); color: var(--red); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 7px; margin-bottom: 14px; }
.confirm-dialog p { color: #87928b; line-height: 1.8; font-size: 13px; overflow-wrap: anywhere; }
.detail-identity { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.detail-identity strong { font-size: 22px; font-weight: 550; }
.detail-info { display: grid; grid-template-columns: 86px 1fr; gap: 17px 10px; font-size: 12px; margin-bottom: 28px; }
.detail-info dt { color: #9ba5a0; }
.detail-info dd { margin: 0; overflow-wrap: anywhere; min-width: 0; }
.detail-info dd.code { font-family: Consolas, monospace; display: flex; align-items: center; gap: 6px; }
.detail-quotas { padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 18px; }
.detail-quota { display: grid; grid-template-columns: 90px 1fr; align-items: start; font-size: 12px; color: #919c95; }
.detail-quota .quota-wrap { max-width: none; }
.toast-region { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 20; pointer-events: none; width: max-content; max-width: calc(100% - 28px); }
.toast { display: flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 6px; background: #2d3a33; color: white; box-shadow: 0 6px 25px #273c3326; font-size: 12px; line-height: 1.5; }
.toast svg { color: #b7d0c2; width: 15px; height: 15px; }
.refreshing svg { animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.noscript { position: fixed; inset: 0; display: grid; place-items: center; background: white; }
@media (min-width: 1600px) {
  td { height: 78px; }
  .account-number { font-size: 14px; }
  .account-id, .created-time { font-size: 12px; }
  .subscription-label { font-size: 13px; }
  .quota-wrap { max-width: 160px; }
}
@media (max-width: 1200px) {
  main { padding: 28px 28px 20px; }
  .topbar-inner { padding: 0 28px; gap: 42px; }
  .health-strip { gap: 16px; padding: 14px 16px; }
  .health-strip > div + div { padding-left: 16px; }
  #availability-chart { display: none; }
  .metric { padding: 18px; }
  .filter { padding: 8px; }
}
@media (max-width: 950px) {
  .health-strip { flex-wrap: wrap; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .health-strip > div + div { border: 0; padding-left: 0; }
  .health-strip .availability { margin-left: 0; }
  .list-toolbar { align-items: stretch; flex-direction: column-reverse; gap: 12px; }
  .search-field { width: 100%; }
  .status-filters { gap: 6px; }
  .clocks { gap: 14px; }
  .clock-block { gap: 7px; }
  .clock-block > svg { display: none; }
  .clock-block time { font-size: 15px; }
  .topbar-end { gap: 12px; }
  .topbar-end .icon-button { margin-left: -5px; }
  .metrics { gap: 10px; }
  .metric { padding: 15px; }
  .metric-value { font-size: 29px; }
  .metric-top > svg { display: none; }
}
@media (max-width: 680px) {
  .topbar { height: 60px; }
  .topbar-inner { padding: 0 18px; gap: 25px; }
  .brand { font-size: 13px; gap: 7px; }
  .brand-mark { width: 26px; height: 28px; }
  .brand-mark svg { width: 18px; height: 18px; }
  .brand-suffix, .live-status { display: none; }
  .signed-in-user { display: none; }
  .topbar-end { gap: 2px; }
  .topbar-end .icon-button { margin-left: 0; }
  .main-nav { gap: 20px; }
  .nav-item { font-size: 11px; white-space: nowrap; }
  main { padding: 25px 18px 18px; }
  .page-heading { display: block; margin-bottom: 20px; }
  h1 { font-size: 24px; }
  .heading-line { gap: 12px; }
  .heading-meta { font-size: 10px; gap: 8px; margin-top: 6px; }
  .clocks { margin-top: 19px; gap: 20px; padding-top: 15px; border-top: 1px solid #f2f3f4; }
  .clock-block > div { flex-direction: row; align-items: center; gap: 10px; }
  .clock-block time { font-size: 12px; }
  .clock-label { font-size: 10px; }
  .clock-label span { display: none; }
  .clock-divider { height: 11px; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .metric { padding: 14px 15px; }
  .metric-value { font-size: 28px; margin-top: 11px; }
  .metric-bottom { margin-top: 11px; font-size: 10px; }
  .metric-top { font-size: 11px; }
  .metric-top > svg { display: block; width: 14px; height: 14px; }
  .health-strip { padding: 14px 12px; gap: 14px 5px; font-size: 10px; margin-top: 14px; }
  .health-strip > div { gap: 5px; }
  .health-icon, .mini-tag { display: none; }
  .section-heading { margin-top: 27px; margin-bottom: 14px; gap: 10px; }
  h2 { font-size: 14px; }
  .section-actions { gap: 5px; }
  .button { min-height: 32px; padding: 6px 9px; font-size: 11px; gap: 5px; }
  #export-button, #refresh-button { width: 31px; padding: 6px; }
  #export-button span, #refresh-button span { display: none; }
  .section-title { gap: 6px; }
  .count-label { font-size: 10px; }
  .status-filters { gap: 1px; justify-content: space-between; }
  .filter { font-size: 10px; padding: 6px; gap: 4px; }
  .filter span { font-size: 9px; }
  .list-toolbar { margin-bottom: 11px; }
  .account-table { min-width: 0; display: block; }
  .account-table thead { display: none; }
  .account-table tbody { display: block; }
  .account-table tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 17px 0 12px; border-bottom: 1px solid var(--line); gap: 15px 14px; }
  .account-table td { height: auto; padding: 0; border: 0; min-width: 0; }
  .account-table td:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .account-table td:nth-child(2) { grid-column: 1 / 4; grid-row: 2; }
  .account-table td:nth-child(3) { grid-column: 1 / 4; grid-row: 3; margin-top: -3px; }
  .account-table td:nth-child(4) { grid-column: 3; grid-row: 1; text-align: right; }
  .account-table td:nth-child(5) { grid-column: 1; grid-row: 4; }
  .account-table td:nth-child(6) { grid-column: 2; grid-row: 4; }
  .account-table td:nth-child(7) { grid-column: 3; grid-row: 4; }
  .account-table td:nth-child(8) { grid-column: 1 / 4; grid-row: 5; }
  .account-table td:nth-child(9) { grid-column: 1 / 4; grid-row: 6; margin-top: -5px; }
  .account-identity { flex-direction: row; align-items: center; gap: 8px; }
  .account-number { font-size: 13px; }
  .account-id { font-size: 10px; }
  .account-email { font-size: 12px; }
  .subscription-label { font-size: 10px; }
  .subscription-label i { height: 4px; width: 4px; }
  .status-badge { font-size: 10px; }
  .account-table td[data-label]::before { content: attr(data-label); display: block; color: #a3abb0; font-size: 9px; margin-bottom: 7px; }
  .quota-wrap { max-width: none; }
  .quota-line { gap: 6px; }
  .quota-value { font-size: 10px; width: 36px; }
  .quota-timer { font-size: 9px; }
  .created-time { font-size: 10px; }
  .row-actions { gap: 7px; }
  .icon-button { width: 26px; height: 26px; }
  .pagination { flex-direction: column; align-items: flex-start; gap: 14px; font-size: 10px; }
  .page-controls { width: 100%; justify-content: space-between; gap: 5px; }
  .page-footer { margin-top: 25px; font-size: 9px; }
  .dialog { padding: 22px; }
}
@media (max-width: 360px) {
  .topbar-inner { gap: 16px; padding: 0 14px; }
  .main-nav { gap: 14px; }
  main { padding-right: 14px; padding-left: 14px; }
  .metric { padding: 12px; }
  .metric-bottom { font-size: 9px; }
  .filter { padding: 6px 4px; gap: 3px; }
  .section-title { gap: 4px; }
  .health-strip { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
