:root {
    --bg:#f4f5f7;
    --surface:#ffffff;
    --surface-soft:#f6f7f9;
    --line:#e4e8ed;
    --line-strong:#d2d9e0;
    --text:#1b2732;
    --muted:#5e6e7c;
    --brand:#a34e1b;
    --brand-dark:#7d3a12;
    --brand-soft:#f6ebe2;
    --success:#146c43;
    --success-soft:#e8f5ee;
    --danger:#b42318;
    --danger-soft:#fdeceb;
    --warning:#9a4d12;
    --warning-soft:#fff2e2;
    --shadow-lg:0 2px 4px rgba(16,24,32,.04), 0 16px 40px rgba(16,24,32,.08);
    --shadow-md:0 1px 2px rgba(16,24,32,.04), 0 8px 24px rgba(16,24,32,.06);
    --shadow-sm:0 1px 2px rgba(16,24,32,.05);
    --radius-xl:16px;
    --radius-lg:14px;
    --radius-md:10px;
    --radius-sm:8px;
    --font:"Inter","Segoe UI","Helvetica Neue",system-ui,Arial,sans-serif;
}
* { box-sizing:border-box; }
body {
    margin:0;
    color:var(--text);
    font-family:var(--font);
    font-size:15px;
    line-height:1.5;
    background:var(--bg);
    -webkit-font-smoothing:antialiased;
}
body::before { content:none; }
a { color:inherit; text-decoration:none; }
.sr-only {
    position:absolute !important;
    width:1px; height:1px;
    margin:-1px; padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
    border:0;
}
.shell { position:relative; width:min(1320px, calc(100% - 2rem)); margin:0 auto; padding-bottom:1.75rem; }
.shell::before { content:none; }

/* ---------- Topbar ---------- */
.topbar { position:sticky; top:0; z-index:40; padding:.6rem 0 .25rem; background:linear-gradient(180deg, rgba(244,245,247,.96) 65%, rgba(244,245,247,0)); }
.topbar-inner {
    position:relative;
    display:grid;
    grid-template-columns:148px minmax(0,1fr);
    align-items:center;
    gap:1rem;
    padding:.5rem .75rem;
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    background:var(--surface);
    box-shadow:var(--shadow-sm);
}
.brand-wrap { display:flex; align-items:center; gap:.5rem; min-width:0; }
.brand-mark { width:128px; height:38px; display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; }
.brand-mark img { width:100%; height:100%; object-fit:contain; }
.nav-cluster, .nav-links, .button-row, .topbar-actions, .table-inline-list, .filters-actions, .action-bar { display:flex; gap:.55rem; flex-wrap:wrap; align-items:center; }
.nav-cluster { justify-content:flex-end; gap:.6rem; min-width:0; }
.mobile-nav-toggle, .mobile-only, .mobile-sticky-bar { display:none; }
.nav-links { gap:.15rem; padding:0; }
.nav-link, .nav-dropdown summary {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:2.25rem;
    padding:.5rem .68rem;
    border-radius:9px;
    color:var(--muted);
    font-size:.85rem;
    font-weight:600;
    line-height:1;
    background:transparent;
    border:none;
    cursor:pointer;
    list-style:none;
    white-space:nowrap;
    transition:background .15s ease, color .15s ease;
}
.nav-link:hover, .nav-dropdown summary:hover, .nav-dropdown[open] summary { background:var(--surface-soft); color:var(--text); }
.nav-link.is-active, .nav-dropdown summary.is-active { background:var(--brand); color:#fff; }
.nav-dropdown { position:relative; }
.nav-dropdown summary::-webkit-details-marker { display:none; }
.nav-dropdown summary::after {
    content:"▾";
    margin-left:.4rem;
    font-size:.68rem;
    line-height:1;
    opacity:.7;
    transition:transform .15s ease;
}
.nav-dropdown[open] summary::after { transform:rotate(180deg); }
.nav-dropdown-menu {
    position:absolute;
    top:calc(100% + .4rem);
    right:0;
    z-index:60;
    min-width:230px;
    padding:.4rem;
    border:1px solid var(--line);
    border-radius:12px;
    background:var(--surface);
    box-shadow:var(--shadow-md);
    display:grid;
    gap:.15rem;
}
.nav-dropdown-menu a {
    display:flex;
    align-items:center;
    min-height:2.3rem;
    padding:.55rem .75rem;
    border-radius:8px;
    color:var(--text);
    font-size:.86rem;
    font-weight:600;
    transition:background .15s ease, color .15s ease;
}
.nav-dropdown-menu a:hover { background:var(--surface-soft); }
.nav-dropdown-menu a.is-active { background:var(--brand-soft); color:var(--brand-dark); }
.topbar-actions { gap:.4rem; padding:.15rem 0 .15rem .65rem; border-left:1px solid var(--line); }
.topbar-actions .button,
.topbar-actions button { min-height:2.15rem; padding:.5rem .72rem; font-size:.8rem; }

/* ---------- Page scaffolding ---------- */
.main { padding:1.1rem 0 1.9rem; }
.page-head { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; flex-wrap:wrap; margin-bottom:1.25rem; }
.page-title { margin:0; font-size:clamp(1.45rem, 1.2vw + 1rem, 1.9rem); font-weight:700; line-height:1.15; letter-spacing:-.02em; }
.page-subtitle { margin:.35rem 0 0; max-width:760px; color:var(--muted); font-size:.95rem; line-height:1.55; }
.section-title { margin:0 0 .8rem; font-size:1.05rem; font-weight:700; letter-spacing:-.01em; }
.eyebrow { display:inline-flex; align-items:center; gap:.45rem; margin-bottom:.7rem; color:var(--brand-dark); font-size:.76rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.eyebrow::before { content:""; width:.5rem; height:.5rem; border-radius:999px; background:var(--brand); }
.muted, .helper-text, .table-secondary, .field-hint, .table-meta { color:var(--muted); }
.table-primary { font-weight:600; }
.grid { display:grid; gap:.9rem; }
.grid-2 { grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); }
.grid-3 { grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
.grid-4 { grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); }

/* ---------- Surfaces ---------- */
.card, .panel {
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-sm);
    padding:1.1rem;
}
.card { transition:box-shadow .15s ease, border-color .15s ease; }
.card:hover { border-color:var(--line-strong); box-shadow:var(--shadow-md); }
.panel { border-radius:var(--radius-xl); box-shadow:var(--shadow-md); padding:1.5rem; }
.card > *, .panel > * { position:relative; }
.list-card { height:100%; display:flex; flex-direction:column; gap:.85rem; }
.stat-card { padding:.85rem 1rem; border-radius:var(--radius-md); border:1px solid var(--line); background:var(--surface); }
.stat-label { color:var(--muted); font-size:.76rem; font-weight:600; text-transform:uppercase; letter-spacing:.07em; margin-bottom:.3rem; }
.stat-value { font-size:1.4rem; font-weight:700; letter-spacing:-.02em; }

/* ---------- Badges ---------- */
.badge {
    display:inline-flex;
    align-items:center;
    gap:.35rem;
    padding:.32rem .6rem;
    border-radius:999px;
    border:1px solid transparent;
    background:var(--brand-soft);
    color:var(--brand-dark);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.01em;
    line-height:1;
    white-space:nowrap;
}
.badge.neutral { background:#eef2f5; color:#46586a; border-color:#dde5eb; }
.badge.success { background:var(--success-soft); color:var(--success); border-color:#cbe8d7; }
.badge.warning { background:var(--warning-soft); color:var(--warning); border-color:#f5d6b2; }
.badge.danger { background:var(--danger-soft); color:var(--danger); border-color:#f6d0cc; }
.badge.info { background:#e7f0fb; color:#255fa9; border-color:#cddff7; }
.badge.soft { background:var(--surface); color:var(--text); border-color:var(--line); }

/* ---------- Buttons ---------- */
.button, button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.45rem;
    min-height:2.35rem;
    border:1px solid var(--brand);
    border-radius:var(--radius-md);
    padding:.56rem .9rem;
    background:var(--brand);
    color:#fff;
    cursor:pointer;
    font:inherit;
    font-size:.86rem;
    font-weight:600;
    line-height:1;
    transition:background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
    box-shadow:var(--shadow-sm);
}
.button:hover, button:hover { background:var(--brand-dark); border-color:var(--brand-dark); }
.button.secondary, button.secondary { background:var(--surface); color:var(--text); border:1px solid var(--line-strong); box-shadow:none; }
.button.secondary:hover, button.secondary:hover { background:var(--surface-soft); border-color:#b9c3cc; }
.button.danger, button.danger { background:var(--danger); border-color:var(--danger); }
.mobile-nav-toggle { display:none; }

/* ---------- Tables ---------- */
.table-card { padding:0; overflow:hidden; }
.table-head {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:1rem;
    padding:.95rem 1.1rem;
    border-bottom:1px solid var(--line);
    background:var(--surface);
}
.table-head .section-title { margin:0; }
.table-head .muted,
.table-head .table-meta { margin-top:.25rem; font-size:.88rem; line-height:1.5; }
.table-wrap { overflow:auto; }
.table-wrap table { width:100%; border-collapse:separate; border-spacing:0; min-width:100%; }
.table-wrap thead th {
    padding:.68rem 1rem;
    border-bottom:1px solid var(--line);
    background:var(--surface-soft);
    color:#54636f;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.06em;
    line-height:1.2;
    text-transform:uppercase;
    text-align:left;
    white-space:nowrap;
}
.table-sort-link { display:inline-flex; align-items:center; gap:.35rem; color:inherit; }
.table-wrap thead th[data-client-sort] { cursor:pointer; user-select:none; }
.table-sort-link span,
.table-wrap thead th[data-client-sort]::after { color:var(--brand-dark); font-size:.78rem; }
.table-wrap thead th[data-client-sort]::after { content:"↕"; display:inline-block; margin-left:.35rem; }
.table-wrap thead th[data-client-sort][aria-sort="ascending"]::after { content:"↑"; }
.table-wrap thead th[data-client-sort][aria-sort="descending"]::after { content:"↓"; }
.table-wrap tbody td {
    padding:.8rem 1rem;
    border-bottom:1px solid var(--line);
    background:var(--surface);
    vertical-align:top;
}
.table-wrap tbody tr:hover td { background:var(--surface-soft); }
.table-wrap tbody tr:last-child td { border-bottom:none; }
.table-wrap td form { margin:0; }
.table-wrap .button,
.table-wrap button { min-height:2.05rem; padding:.45rem .7rem; font-size:.8rem; }
.table-actions { display:flex; flex-wrap:wrap; gap:.4rem; align-items:center; justify-content:flex-end; }
.table-actions .button,
.table-actions button { min-height:2.05rem; }
.table-wrap .table-secondary { display:block; margin-top:.18rem; font-size:.85rem; line-height:1.45; }

/* ---------- Mobile data cards ---------- */
.mobile-card-list { display:grid; gap:.8rem; }
.mobile-card-list.flush { padding:1rem; }
.mobile-data-card {
    display:grid;
    gap:.8rem;
    padding:1rem;
    border:1px solid var(--line);
    border-radius:var(--radius-md);
    background:var(--surface);
    box-shadow:var(--shadow-sm);
}
.mobile-data-head { display:flex; justify-content:space-between; gap:.75rem; align-items:flex-start; flex-wrap:wrap; }
.mobile-data-title { font-size:1rem; font-weight:700; line-height:1.4; }
.mobile-data-subtitle { color:var(--muted); font-size:.9rem; line-height:1.5; }
.mobile-data-grid { display:grid; gap:.55rem; }
.mobile-data-row {
    display:grid;
    grid-template-columns:minmax(108px, 124px) minmax(0, 1fr);
    gap:.7rem;
    align-items:start;
    padding:.65rem .75rem;
    border:1px solid var(--line);
    border-radius:var(--radius-sm);
    background:var(--surface-soft);
}
.mobile-data-row span {
    color:var(--muted);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.07em;
    line-height:1.35;
    text-transform:uppercase;
}
.mobile-data-row strong,
.mobile-data-value { font-size:.94rem; font-weight:600; line-height:1.5; word-break:break-word; }
.mobile-card-actions { display:grid; gap:.5rem; }
.mobile-card-actions .button,
.mobile-card-actions button,
.mobile-card-actions form { width:100%; }
.mobile-card-actions form { margin:0; }
.mobile-sticky-bar {
    position:sticky;
    bottom:.75rem;
    z-index:14;
    margin-top:1rem;
    padding:.8rem 1rem;
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    background:rgba(255,255,255,.97);
    box-shadow:var(--shadow-md);
    backdrop-filter:blur(8px);
}
.mobile-sticky-bar .button-row { width:100%; justify-content:space-between; }
.mobile-sticky-meta { color:var(--muted); font-size:.84rem; line-height:1.45; }

/* ---------- Pagination ---------- */
.pagination-shell { margin-top:1rem; display:flex; justify-content:flex-end; }
.pagination { display:flex; align-items:center; justify-content:flex-end; gap:.4rem; flex-wrap:wrap; }
.pagination-link, .pagination-page {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:2.25rem;
    min-height:2.25rem;
    padding:.5rem .8rem;
    border:1px solid var(--line-strong);
    border-radius:var(--radius-md);
    background:var(--surface);
    color:var(--text);
    font-size:.86rem;
    font-weight:600;
    line-height:1;
    transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.pagination-page { min-width:2.25rem; padding:.5rem; }
.pagination-link:hover,
.pagination-link:focus-visible,
.pagination-page:hover,
.pagination-page:focus-visible { background:var(--surface-soft); border-color:#b9c3cc; color:var(--brand-dark); }
.pagination-page.active { background:var(--brand); border-color:var(--brand); color:#fff; }
.pagination-link.disabled,
.pagination-page.disabled { background:var(--surface-soft); color:var(--muted); border-style:dashed; pointer-events:none; }

/* ---------- Order preview ---------- */
.order-preview-summary { display:flex; gap:.55rem; flex-wrap:wrap; align-items:center; color:var(--muted); font-size:.88rem; line-height:1.5; }
.order-preview-summary strong,
.mobile-sticky-meta strong { color:var(--text); }
.order-preview-line { color:var(--brand-dark); font-size:.9rem; font-weight:700; line-height:1.45; }

/* ---------- Forms ---------- */
.field { margin-bottom:1rem; }
label { display:block; margin-bottom:.4rem; font-size:.87rem; font-weight:600; }
input, textarea, select {
    width:100%;
    padding:.62rem .78rem;
    border:1px solid var(--line-strong);
    border-radius:var(--radius-sm);
    background:var(--surface);
    color:var(--text);
    font:inherit;
}
input:focus,
textarea:focus,
select:focus {
    border-color:var(--brand);
    box-shadow:0 0 0 .22rem rgba(163,78,27,.12);
    outline:none;
}
.searchable-select-original {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    opacity:0 !important;
    pointer-events:none !important;
}
.searchable-select-control { position:relative; width:100%; }
.searchable-select-input { width:100%; padding-right:2.45rem; cursor:text; }
.searchable-select-control::after {
    content:"";
    position:absolute;
    right:.95rem;
    top:50%;
    width:.5rem;
    height:.5rem;
    border-right:2px solid var(--muted);
    border-bottom:2px solid var(--muted);
    pointer-events:none;
    transform:translateY(-64%) rotate(45deg);
}
.searchable-select-input[disabled] { cursor:not-allowed; background:var(--surface-soft); color:var(--muted); }
.searchable-select-options {
    position:fixed;
    z-index:1000;
    display:none;
    max-height:18rem;
    overflow:auto;
    padding:.35rem;
    border:1px solid var(--line);
    border-radius:12px;
    background:var(--surface);
    box-shadow:var(--shadow-lg);
}
.searchable-select-options.is-open { display:block; }
.searchable-select-option {
    width:100%;
    display:block;
    min-height:auto;
    padding:.6rem .72rem;
    border:0;
    border-radius:8px;
    background:transparent;
    color:var(--text);
    box-shadow:none;
    text-align:left;
    font-size:.9rem;
    font-weight:500;
    line-height:1.35;
}
.searchable-select-option:hover,
.searchable-select-option.is-active { background:var(--surface-soft); color:var(--brand-dark); box-shadow:none; }
.searchable-select-empty { padding:.7rem .72rem; color:var(--muted); font-size:.88rem; }

/* ---------- Flash messages ---------- */
.flash { display:flex; align-items:flex-start; gap:.85rem; padding:.9rem 1.05rem; border:1px solid transparent; border-radius:var(--radius-md); margin-bottom:1rem; font-size:.92rem; }
.flash.success { background:var(--success-soft); color:var(--success); border-color:#cbe8d7; }
.flash.error { background:var(--danger-soft); color:var(--danger); border-color:#f6d0cc; }
.flash.warning { background:var(--warning-soft); color:var(--warning); border-color:#f5d6b2; }
.flash.info { background:#e7f0fb; color:#255fa9; border-color:#cddff7; }

/* ---------- Active object context bar ---------- */
.object-context-bar { display:grid; gap:.7rem; margin-top:.85rem; }
.stack { display:grid; gap:1rem; }
.object-context-card { padding:.65rem .95rem; }
.object-context-card:hover { border-color:var(--line); box-shadow:var(--shadow-sm); }
.object-context-grid { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:.75rem 1.25rem; align-items:center; }
.object-context-summary { display:flex; flex-wrap:wrap; align-items:center; gap:.35rem .7rem; min-width:0; }
.object-context-summary strong { font-size:.98rem; font-weight:700; }
.object-context-summary .helper-text { font-size:.85rem; }
.object-context-detail-link { color:var(--brand-dark); font-size:.85rem; font-weight:600; white-space:nowrap; }
.object-context-detail-link:hover { text-decoration:underline; }
.object-context-form { display:grid; grid-template-columns:minmax(200px,280px) auto; gap:.5rem; align-items:center; }
.object-context-form button { min-height:2.2rem; padding:.5rem .8rem; font-size:.82rem; white-space:nowrap; }

/* ---------- Meta rows ---------- */
.meta-list { display:grid; gap:.6rem; }
.meta-row {
    display:grid;
    grid-template-columns:minmax(116px, 142px) minmax(0, 1fr);
    gap:.8rem;
    align-items:start;
    padding:.65rem .78rem;
    border:1px solid var(--line);
    border-radius:var(--radius-sm);
    background:var(--surface);
}
.meta-row span {
    color:var(--muted);
    font-size:.73rem;
    font-weight:700;
    letter-spacing:.07em;
    line-height:1.35;
    text-transform:uppercase;
}
.meta-row strong { color:var(--text); font-size:.94rem; font-weight:600; line-height:1.5; word-break:break-word; }

/* ---------- Warehouse ERP surfaces ---------- */
.warehouse-command-panel { border-color:var(--line); background:var(--surface); }
.warehouse-command-panel .field label { color:var(--text); font-weight:700; }
.warehouse-ledger-card { border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
.warehouse-ledger-card .table-head { border-radius:var(--radius-lg) var(--radius-lg) 0 0; background:var(--surface); }
.warehouse-ledger-card tbody tr { transition:box-shadow .15s ease; }
.warehouse-ledger-card tbody tr:hover { box-shadow:inset 3px 0 0 var(--brand); }

.grid-3 > .card .section-title { display:flex; align-items:center; gap:.5rem; }
.grid-3 > .card .section-title::before {
    content:"";
    width:.55rem;
    height:.55rem;
    border-radius:999px;
    background:var(--brand);
}

/* ---------- Google Maps controls guard ---------- */
.gm-style button {
    min-height:auto !important;
    padding:0 !important;
    border:none !important;
    border-radius:2px !important;
    background:initial !important;
    color:initial !important;
    box-shadow:none !important;
    transform:none !important;
}
.gm-style button:hover { transform:none !important; box-shadow:none !important; }

.footer { padding:1.25rem 0 2rem; color:var(--muted); font-size:.88rem; text-align:center; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .shell { width:min(100%, calc(100% - 1rem)); }
    .topbar { padding-top:.5rem; }
    .topbar-inner { display:flex; align-items:flex-start; flex-wrap:wrap; padding:.7rem .8rem; gap:.7rem; }
    .brand-wrap { width:auto; }
    .mobile-nav-toggle {
        display:inline-flex;
        min-width:2.7rem;
        min-height:2.7rem;
        padding:.6rem .85rem;
        margin-left:auto;
    }
    .nav-cluster { display:none; width:100%; flex-direction:column; align-items:stretch; gap:.7rem; }
    .topbar-inner.nav-open .nav-cluster { display:grid; }
    .nav-links {
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:.25rem;
        padding:.3rem;
        border:1px solid var(--line);
        border-radius:12px;
        background:var(--surface-soft);
    }
    .nav-link,
    .nav-dropdown summary {
        width:100%;
        justify-content:space-between;
        min-height:2.75rem;
        padding:.68rem .85rem;
        border-radius:9px;
    }
    .nav-dropdown { width:100%; }
    .nav-dropdown-menu { position:static; min-width:0; margin-top:.3rem; box-shadow:none; background:var(--surface); }
    .topbar-actions { width:100%; padding:.8rem 0 0; border-left:none; border-top:1px solid var(--line); }
    .topbar-actions .button,
    .topbar-actions button,
    .topbar-actions form { width:100%; }
    .page-head .button-row { width:100%; }
    .page-head .button-row .button,
    .page-head .button-row button,
    .page-head .button-row form { flex:1 1 calc(50% - .4rem); min-width:0; }
    .page-head .button-row form { display:flex; }
    .object-context-bar { gap:.7rem; }
    .object-context-card { padding:.85rem .95rem; }
    .object-context-grid { grid-template-columns:1fr; align-items:stretch; }
    .object-context-summary { gap:.4rem .6rem; }
    .object-context-summary strong { font-size:1rem; line-height:1.4; }
    .object-context-summary .helper-text { font-size:.86rem; line-height:1.45; }
    .object-context-form { grid-template-columns:1fr; }
    .object-context-form button { width:100%; }
    .object-context-bar .button-row { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:.5rem; }
    .filters-grid { grid-template-columns:1fr !important; }
    .filters-actions { width:100%; display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); }
    .filters-actions .button,
    .filters-actions button,
    .filters-actions a { width:100%; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns:1fr; }
    .panel { padding:1.15rem; }
    .card { padding:1rem; }
    .table-head { padding:.9rem 1rem; }
    .mobile-only,
    .mobile-sticky-bar { display:block; }
    .desktop-only { display:none !important; }
}
@media (max-width: 860px) {
    .object-context-grid, .object-context-form { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
    .page-title { line-height:1.1; }
    .page-subtitle { font-size:.94rem; line-height:1.55; }
    .page-head .button-row .button,
    .page-head .button-row button,
    .page-head .button-row form { flex:1 1 100%; }
    .object-context-bar .button-row,
    .filters-actions { grid-template-columns:1fr; }
    .meta-row { grid-template-columns:1fr; gap:.3rem; }
    .mobile-data-row { grid-template-columns:1fr; gap:.28rem; }
    .mobile-sticky-bar .button-row { display:grid; grid-template-columns:1fr; }
    .mobile-sticky-bar .button,
    .mobile-sticky-bar button,
    .mobile-sticky-bar form { width:100%; }
}
