.home-dashboard{display:grid;gap:20px}
.home-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-metric{text-align:left;color:var(--ink);width:100%;display:flex;flex-direction:column;gap:18px}
.home-metric span{color:var(--muted);font-size:14px}.home-metric strong{font-size:30px;font-variant-numeric:tabular-nums}
.home-metric.home-danger strong{color:#e86758}.home-metric.home-warning strong{color:#dc941d}
.home-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:20px;align-items:start}
.home-side{display:grid;gap:20px;min-width:0}.home-section{min-width:0;scroll-margin-top:80px}.home-section h2{font-size:20px;margin:0 0 12px}
.home-section .muted{font-size:13px;line-height:1.6}.home-tabs{display:flex;gap:8px;margin:16px 0}.home-tabs button{padding:8px 14px;min-height:36px}.home-tabs [aria-pressed=true]{border-color:#f59e0b;color:var(--ink);background:var(--bg)}
.home-table-wrap{overflow-x:auto}.home-table{width:100%;border-collapse:collapse;font-size:13px}.home-table th,.home-table td{text-align:right;padding:14px 8px;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}.home-table th{font-weight:500;color:var(--muted);white-space:nowrap}.home-table th:first-child,.home-table td:first-child{text-align:left}.home-table td{white-space:nowrap}.home-table td:first-child{white-space:normal;min-width:130px}.home-table .badge{margin:0;font-size:11px;white-space:normal}.home-table .material-meta{font-size:11px;margin:5px 0 0}
.home-link{background:none;border:0;color:var(--ink);padding:0;min-height:0;text-align:left;font-size:15px;font-weight:650;overflow-wrap:anywhere}.home-link:hover{text-decoration:underline}
.home-arrival{padding:16px 0;border-bottom:1px solid var(--line)}.home-arrival:first-of-type{padding-top:4px}.home-arrival dl{padding:0;border:0;font-size:13px;margin:8px 0}.home-arrival dt,.home-arrival dd{padding:4px 0}.home-eta{font-size:15px;font-weight:650;margin:8px 0}.home-arrival .muted{margin:4px 0}.home-section>button.quiet{margin-top:16px}
.home-activity-link{display:block;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);color:var(--muted);font-size:14px;padding:12px 0}
#workspace[data-page=dashboard]>.toolbar h1{margin-top:12px}
@media(max-width:1150px){.home-layout{grid-template-columns:1fr}.home-side{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.home-metrics{grid-template-columns:1fr 1fr;gap:10px}.home-metric{padding:16px;gap:12px}.home-metric strong{font-size:26px}.home-side{grid-template-columns:1fr}.home-table thead{display:none}.home-table,.home-table tbody,.home-table tr,.home-table td{display:block}.home-table tr{padding:12px 0;border-bottom:1px solid var(--line)}.home-table td{display:flex;justify-content:space-between;align-items:baseline;gap:12px;border:0;padding:7px 0;white-space:normal}.home-table td:before{content:attr(data-label);color:var(--muted);flex-shrink:0}.home-table td:first-child{display:block}.home-table td:first-child:before{display:none}}
