﻿:root{--bg:#f5f6f8;--surface:#fff;--surface-subtle:#fafbfc;--surface-muted:#f0f2f5;--text:#172033;--text-secondary:#5c667a;--text-muted:#8992a3;--border:#e3e6eb;--border-strong:#d5d9e0;--accent:#3659c9;--accent-hover:#2949b0;--accent-soft:#eef2ff;--success:#16845f;--success-soft:#eaf7f2;--warning:#a96920;--warning-soft:#fff5e8;--danger:#bd4b55;--danger-soft:#fff0f1;--radius-sm:8px;--radius:12px;--shadow-ring:0 0 0 1px #17203313;--shadow-card:var(--shadow-ring), 0 1px 2px #17203309, 0 8px 24px -20px #17203347;--font-sans:"Segoe UI Variable", "SF Pro Text", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;font-family:var(--font-sans);color:var(--text);background:var(--bg);font-feature-settings:"cv01", "ss03", "tnum"}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}button,input,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:2px;outline:2px solid #3659c9b3}.app-shell{grid-template-columns:216px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:10;height:100vh;box-shadow:inset -1px 0 var(--border);background:#fbfbfc;flex-direction:column;padding:24px 16px 20px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:10px;min-height:40px;padding:0 8px 24px;display:flex}.brand-symbol{background:var(--text);color:#fff;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 3px 8px #17203324}.sidebar-brand div{gap:2px;min-width:0;display:grid}.sidebar-brand strong{letter-spacing:-.15px;white-space:nowrap;font-size:13px;font-weight:650}.sidebar-brand small{color:var(--text-muted);white-space:nowrap;font-size:9px;line-height:1.25}.sidebar-nav{gap:3px;display:grid}.sidebar-nav a,.nav-disabled{min-height:38px;color:var(--text-secondary);border-radius:8px;align-items:center;gap:11px;padding:0 10px;font-size:12px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex;position:relative}.sidebar-nav a svg,.nav-disabled svg{color:#8b94a5}.sidebar-nav a:hover{color:var(--text);background:var(--surface-muted)}.sidebar-nav a.active{color:var(--text);background:#eceef2;font-weight:620}.sidebar-nav a.active:before{background:var(--accent);content:"";border-radius:0 2px 2px 0;width:2px;height:18px;position:absolute;left:-16px}.sidebar-nav a.active svg{color:var(--accent)}.nav-disabled{color:#a9afba;cursor:not-allowed}.nav-disabled small{color:#9aa1ad;text-transform:uppercase;background:#f0f1f3;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:8px}.sidebar-context{border-top:1px solid var(--border);margin-top:auto;padding:14px 10px 0}.sidebar-context>div{color:var(--text-secondary);align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.sidebar-context>small{color:var(--text-muted);align-items:center;margin-top:7px;font-size:9px;display:flex}.main-area,.app-main{background:var(--bg);min-width:0}.content-container,.app-main{width:min(100%,1544px);margin:0 auto;padding:32px 40px 48px}.dashboard-header,.page-header{justify-content:space-between;align-items:center;gap:32px;min-height:72px;margin-bottom:24px;display:flex}.eyebrow{color:var(--text-muted);letter-spacing:.085em;margin:0 0 5px;font-size:10px;font-weight:650}.dashboard-header h1,.page-header h1{color:var(--text);letter-spacing:-.45px;margin:0;font-size:22px;font-weight:620;line-height:1.2}.dashboard-header>div:first-child>p:last-child,.page-header>div>p:last-child{color:var(--text-secondary);margin:6px 0 0;font-size:12px}.header-meta{border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-ring);align-items:stretch;display:flex;overflow:hidden}.meta-item{min-width:108px;box-shadow:inset -1px 0 var(--border);gap:5px;padding:10px 14px;display:grid}.meta-item:last-child{box-shadow:none}.meta-item small{color:var(--text-muted);letter-spacing:.08em;font-size:8px;font-weight:650}.meta-item b{color:var(--text);white-space:nowrap;align-items:center;font-size:10px;font-weight:600;display:flex}.status-dot{background:var(--text-muted);border-radius:50%;flex:none;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 0 3px #8992a31f}.status-dot.success{background:var(--success);box-shadow:0 0 0 3px #16845f1f}.status-dot.warning{background:var(--warning);box-shadow:0 0 0 3px #a969201f}.status-dot.danger{background:var(--danger);box-shadow:0 0 0 3px #bd4b551f}.page-actions{align-items:center;gap:8px;display:flex}.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.stat-card{border-radius:var(--radius);background:var(--surface);min-width:0;min-height:132px;box-shadow:var(--shadow-card);padding:18px}.stat-card-top{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;display:flex}.stat-card-top span{font-size:11px;font-weight:570}.stat-card-top svg{color:#9ca4b2}.stat-card>strong{color:var(--text);letter-spacing:-.65px;white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;margin-top:20px;font-size:24px;font-weight:620;line-height:1;display:block;overflow:hidden}.stat-card>p{color:var(--text-muted);margin:10px 0 0;font-size:9px;line-height:1.4}.overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:16px;margin-bottom:24px;display:grid}.section-card{border-radius:var(--radius);background:var(--surface);min-width:0;box-shadow:var(--shadow-card)}.section-card-header{min-height:72px;box-shadow:inset 0 -1px var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.section-card-header h2{letter-spacing:-.15px;margin:0;font-size:14px;font-weight:630}.section-card-header p{color:var(--text-muted);margin:5px 0 0;font-size:10px;line-height:1.35}.status-badge{background:var(--surface-muted);min-height:24px;color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:9px;font-weight:600;display:inline-flex}.status-badge.success{background:var(--success-soft);color:var(--success)}.status-badge.warning{background:var(--warning-soft);color:var(--warning)}.status-badge.danger{background:var(--danger-soft);color:var(--danger)}.status-badge .status-dot{width:6px;height:6px;box-shadow:none;margin-right:6px}.snapshot-metrics{grid-template-columns:repeat(4,1fr);padding:24px 20px 20px;display:grid}.snapshot-metrics>div{min-width:0;box-shadow:inset -1px 0 var(--border);padding:0 16px}.snapshot-metrics>div:first-child{padding-left:0}.snapshot-metrics>div:last-child{box-shadow:none;padding-right:0}.snapshot-metrics span{color:var(--text-secondary);font-size:9px;display:block}.snapshot-metrics strong{letter-spacing:-.3px;margin-top:9px;font-size:19px;font-weight:620;display:block}.snapshot-metrics small{color:var(--text-muted);margin-top:6px;font-size:8px;display:block}.trend-placeholder{border-radius:var(--radius-sm);background:var(--surface-subtle);min-height:76px;box-shadow:var(--shadow-ring);align-items:center;gap:12px;margin:0 20px 20px;padding:14px 16px;display:flex}.trend-placeholder>span{background:var(--surface);width:34px;height:34px;color:var(--text-muted);box-shadow:var(--shadow-ring);border-radius:9px;flex:none;place-items:center;display:grid}.trend-placeholder strong{font-size:10px;font-weight:620}.trend-placeholder p{color:var(--text-muted);margin:4px 0 0;font-size:9px;line-height:1.45}.collection-card{min-height:100%}.collection-state{align-items:center;gap:12px;padding:20px;display:flex}.collection-icon{background:var(--success-soft);width:38px;height:38px;color:var(--success);border-radius:10px;flex:none;place-items:center;display:grid}.collection-state small{color:var(--text-muted);letter-spacing:.08em;font-size:8px;font-weight:650}.collection-state strong{margin-top:4px;font-size:12px;font-weight:630;display:block}.collection-state p{color:var(--text-muted);margin:5px 0 0;font-size:9px}.collection-meta{margin:0 20px 20px;display:grid}.collection-meta>div{min-height:38px;box-shadow:inset 0 1px var(--border);justify-content:space-between;align-items:center;display:flex}.collection-meta dt{color:var(--text-muted);align-items:center;gap:7px;font-size:9px;display:flex}.collection-meta dd{color:var(--text-secondary);margin:0;font-size:9px;font-weight:600}.top-products-card{margin-bottom:24px;overflow:hidden}.text-link{color:var(--accent);align-items:center;gap:5px;font-size:10px;font-weight:600;text-decoration:none;display:inline-flex}.text-link:hover{color:var(--accent-hover)}.data-table-wrap{overflow-x:auto}.product-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1120px}.product-table th{background:var(--surface-subtle);height:38px;color:var(--text-muted);letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 12px;font-size:8px;font-weight:650}.product-table th:first-child{width:31%;padding-left:20px}.product-table th:nth-child(2){width:12%}.product-table th:nth-child(3){width:8%}.product-table th:nth-child(4),.product-table th:nth-child(5){width:7%}.product-table th:nth-child(6){width:10%}.product-table th:nth-child(7){width:8%}.product-table th:nth-child(8){width:9%}.product-table th:nth-child(9){width:8%}.product-table td{height:70px;box-shadow:inset 0 1px var(--border);color:var(--text-secondary);vertical-align:middle;padding:9px 12px;font-size:11px}.product-table td:first-child{padding-left:20px}.product-table tbody tr{transition:background .12s}.product-table tbody tr:hover{background:#fafbfc}.product-cell{align-items:center;gap:11px;min-width:0;text-decoration:none;display:flex}.product-thumb{background:var(--surface-muted);color:#a4acb9;width:42px;height:42px;box-shadow:var(--shadow-ring);border-radius:8px;flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.product-thumb img{object-fit:contain;background:#fff;width:100%;height:100%;position:absolute;inset:0}.thumb-fallback{opacity:.7}.product-cell>span:last-child{gap:5px;min-width:0;display:grid}.product-cell strong{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:590;line-height:1.35;display:-webkit-box;overflow:hidden}.product-cell small{color:var(--text-muted);align-items:center;gap:3px;font-size:8px;display:flex}.category-chip{background:var(--surface-muted);max-width:100%;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;border-radius:5px;padding:4px 7px;font-size:8px;display:inline-block;overflow:hidden}.numeric{font-variant-numeric:tabular-nums;white-space:nowrap}.numeric.strong{color:var(--text);font-weight:620}.rating{color:#b47a22}.sales-signal{color:var(--text-muted);gap:2px;font-size:8px;display:inline-grid}.sales-signal b{color:var(--text-secondary);font-size:10px}.unknown{color:var(--text-muted);font-size:9px}.cell-note{color:var(--text-muted);margin-top:2px;font-size:7px;font-weight:400;display:block}.opportunity-badge{background:var(--surface-muted);min-width:66px;color:var(--text-muted);border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:5px 7px;font-size:8px;display:inline-flex}.opportunity-badge b{color:var(--text-secondary);font-size:10px}.opportunity-badge.high{background:var(--success-soft);color:var(--success)}.opportunity-badge.medium{background:var(--warning-soft);color:var(--warning)}.opportunity-badge.low{background:var(--surface-muted)}.updated-cell{white-space:nowrap;color:var(--text-muted)!important;font-size:8px!important}.table-empty{text-align:center;padding:48px 20px}.table-empty strong{font-size:13px}.table-empty p{color:var(--text-muted);margin:7px 0 0;font-size:10px}.table-disclaimer{background:var(--surface-subtle);box-shadow:inset 0 1px var(--border);color:var(--text-muted);align-items:flex-start;gap:7px;padding:11px 20px;font-size:8px;line-height:1.45;display:flex}.intelligence-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-bottom:24px;display:grid}.ranked-bars{padding:10px 20px 16px}.ranked-row{min-height:52px;box-shadow:inset 0 -1px var(--border);grid-template-columns:24px minmax(0,1fr) 48px;align-items:center;gap:10px;display:grid}.ranked-row:last-child{box-shadow:none}.rank{color:var(--text-muted);font:8px ui-monospace,monospace}.ranked-row>div{grid-template-columns:minmax(110px,.8fr) 1fr;align-items:center;gap:16px;min-width:0;display:grid}.ranked-row strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:570;overflow:hidden}.compact-bar{background:#eceef2;border-radius:5px;height:5px;display:block;overflow:hidden}.compact-bar i{border-radius:inherit;background:var(--accent);height:100%;display:block}.bar-value{justify-items:end;display:grid}.bar-value b{font-size:10px}.bar-value small{color:var(--text-muted);margin-top:2px;font-size:7px}.price-summary{box-shadow:inset 0 -1px var(--border);grid-template-columns:1fr 1.25fr;padding:18px 20px;display:grid}.price-summary>div:last-child{box-shadow:inset 1px 0 var(--border);padding-left:20px}.price-summary small{color:var(--text-muted);letter-spacing:.08em;font-size:7px;font-weight:650}.price-summary strong{margin-top:7px;font-size:15px;font-weight:620;display:block}.price-bands{padding:10px 20px 16px}.price-bands>div{grid-template-columns:58px 1fr 28px;align-items:center;gap:12px;min-height:38px;display:grid}.price-bands span,.price-bands b{color:var(--text-secondary);font-size:9px;font-weight:550}.price-bands b{text-align:right}.system-health{border-radius:var(--radius);background:var(--surface);min-height:68px;box-shadow:var(--shadow-card);grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:24px;padding:14px 18px;display:grid}.system-title{align-items:center;gap:10px;display:flex}.system-title>span{background:var(--surface-muted);width:32px;height:32px;color:var(--text-secondary);border-radius:8px;place-items:center;display:grid}.system-title strong{font-size:10px;display:block}.system-title small{color:var(--text-muted);margin-top:4px;font-size:8px;display:block}.health-items{align-items:center;gap:7px;display:flex}.system-health>a{color:var(--accent);white-space:nowrap;align-items:center;gap:5px;font-size:9px;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-footer{color:var(--text-muted);text-align:center;padding:24px 0 0;font-size:8px}.result-summary{border-radius:var(--radius-sm);background:var(--surface);min-height:56px;box-shadow:var(--shadow-ring);justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 16px;display:flex}.result-summary>div{align-items:baseline;gap:6px;display:flex}.result-summary strong{font-size:18px}.result-summary span,.result-summary p{color:var(--text-muted);font-size:9px}.filter-panel{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card);margin-bottom:12px}.filter-primary{grid-template-columns:minmax(190px,1.4fr) minmax(120px,.8fr) minmax(180px,1fr) 110px 125px auto auto;align-items:end;gap:8px;min-height:72px;padding:14px;display:grid}.filter-primary label,.advanced-filters label{min-width:0;color:var(--text-muted);gap:5px;font-size:8px;display:grid}.filter-primary input,.filter-primary select,.advanced-filters input,.advanced-filters select{background:var(--surface-subtle);min-width:0;height:34px;color:var(--text);box-shadow:var(--shadow-ring);border:0;border-radius:7px;padding:0 10px;font-size:10px}.search-field{position:relative}.search-field svg{z-index:1;color:var(--text-muted);position:absolute;bottom:9px;left:10px}.search-field input{padding-left:32px}.price-filter>span:last-child{grid-template-columns:1fr auto 1fr;align-items:center;gap:5px;display:grid}.price-filter i{color:var(--text-muted);font-style:normal}.apply-button,.export-button,.secondary-button,.primary-button{white-space:nowrap;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:9px;font-weight:600;text-decoration:none;display:inline-flex}.apply-button,.primary-button{background:var(--text);color:#fff}.apply-button:hover,.primary-button:hover{background:#263147}.export-button,.secondary-button{background:var(--surface);color:var(--text-secondary);box-shadow:var(--shadow-ring)}.advanced-filters{box-shadow:inset 0 1px var(--border)}.advanced-filters summary{min-height:38px;color:var(--text-secondary);cursor:pointer;align-items:center;gap:7px;padding:0 14px;font-size:9px;list-style:none;display:flex}.advanced-filters summary::-webkit-details-marker{display:none}.advanced-filters>div{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:8px;padding:0 14px 14px;display:grid}.advanced-filters a{height:34px;color:var(--accent);align-items:center;font-size:9px;text-decoration:none;display:inline-flex}.products-table-card{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.empty-state{text-align:center;align-content:center;place-items:center;min-height:180px;padding:24px;display:grid}.empty-state>span{background:var(--surface-muted);width:38px;height:38px;color:var(--text-muted);border-radius:10px;place-items:center;display:grid}.empty-state strong{margin-top:12px;font-size:12px}.empty-state p{max-width:420px;color:var(--text-muted);margin:6px 0 0;font-size:9px;line-height:1.5}.loading-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.loading-header{min-height:72px;margin-bottom:24px}.loading-panel{min-height:420px;margin-top:24px}.skeleton{border-radius:var(--radius);background:#e9ebef;min-height:120px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.error-panel{border-radius:var(--radius);background:var(--surface);max-width:620px;box-shadow:var(--shadow-card);margin:15vh auto;padding:28px}.error-panel h1{margin:0;font-size:18px}.error-panel p{color:var(--text-secondary);font-size:11px;line-height:1.55}.error-panel details{color:var(--text-muted);margin-top:16px;font-size:9px}.error-panel button{margin-top:20px}@keyframes shimmer{to{transform:translate(100%)}}.category-page-grid,.health-overview{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;display:grid}.category-page-grid article,.health-overview article,.health-detail,.accumulating,.trend-list>a,.panel,.notice{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card);padding:18px}.category-page-grid h2,.health-detail h2{margin:8px 0 16px;font-size:15px}.category-page-grid dl{grid-template-columns:1fr 1fr;gap:12px;display:grid}.category-page-grid dt{color:var(--text-muted);font-size:8px}.category-page-grid dd{margin:5px 0 0;font-size:12px}.category-page-grid p,.health-overview p,.accumulating p{color:var(--text-muted);font-size:9px;line-height:1.5}.trend-list{gap:8px;margin-top:20px;display:grid}.trend-list>a{grid-template-columns:1fr 100px 100px;text-decoration:none;display:grid}.truth-note{border-radius:var(--radius-sm);background:var(--surface-subtle);color:var(--text-muted);margin-top:16px;padding:12px;font-size:9px}.status{background:var(--surface-muted);border-radius:5px;padding:4px 7px;font-size:9px;display:inline-flex}.status.success{background:var(--success-soft);color:var(--success)}.status.warning,.status.partial_failure{background:var(--warning-soft);color:var(--warning)}.status.failed,.status.unavailable{background:var(--danger-soft);color:var(--danger)}.details{grid-template-columns:150px 1fr;gap:8px;display:grid}.chart{align-items:end;gap:5px;min-height:140px;display:flex}.chart>div{background:var(--accent);width:16px;max-height:130px}@media (max-width:1280px){.content-container,.app-main{padding:28px 28px 40px}.stats-grid{grid-template-columns:repeat(3,1fr)}.filter-primary{grid-template-columns:minmax(200px,1.4fr) repeat(3,minmax(110px,.7fr))}.apply-button,.export-button{min-width:100px}}@media (max-width:980px){.app-shell{grid-template-columns:190px minmax(0,1fr)}.dashboard-header,.page-header{flex-direction:column;align-items:flex-start}.header-meta{width:100%}.meta-item{flex:1}.overview-grid,.intelligence-grid{grid-template-columns:1fr}.system-health{grid-template-columns:1fr;gap:12px}.health-items{flex-wrap:wrap}.filter-primary{grid-template-columns:repeat(2,1fr)}.search-field{grid-column:span 2}.advanced-filters>div,.category-page-grid,.health-overview{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.app-shell{display:block}.sidebar{width:100%;height:auto;box-shadow:inset 0 -1px var(--border);padding:10px 12px 0;display:block;position:sticky}.sidebar-brand{min-height:40px;padding:0 4px 8px}.sidebar-brand small{font-size:8px}.sidebar-nav{scrollbar-width:none;gap:2px;padding:0 0 8px;display:flex;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav a,.nav-disabled{flex:none;min-width:auto;min-height:44px;padding:0 10px;font-size:10px}.sidebar-nav a.active:before{width:auto;height:2px;bottom:-8px;left:10px;right:10px}.sidebar-nav a svg,.nav-disabled svg{width:14px}.nav-disabled small,.sidebar-context{display:none}.content-container,.app-main{padding:24px 16px 36px}.dashboard-header,.page-header{min-height:auto;margin-bottom:20px}.dashboard-header h1,.page-header h1{font-size:20px}.header-meta{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid;overflow:visible}.meta-item{min-width:0}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{min-height:116px;padding:16px}.stat-card>strong{margin-top:16px;font-size:21px}.snapshot-metrics{grid-template-columns:1fr 1fr;gap:0}.snapshot-metrics>div{min-height:74px;box-shadow:inset -1px 0 var(--border), inset 0 -1px var(--border);padding:10px 12px}.snapshot-metrics>div:nth-child(odd){padding-left:0}.snapshot-metrics>div:nth-child(2n){box-shadow:inset 0 -1px var(--border);padding-right:0}.snapshot-metrics>div:nth-child(n+3){box-shadow:inset -1px 0 var(--border)}.snapshot-metrics>div:last-child{box-shadow:none}.section-card-header{min-height:64px;padding:16px}.trend-placeholder,.collection-meta{margin-left:16px;margin-right:16px}.collection-state{padding:16px}.ranked-bars,.price-bands{padding-left:16px;padding-right:16px}.ranked-row>div{grid-template-columns:1fr;gap:6px}.price-summary{padding:16px}.price-summary strong{font-size:12px}.filter-primary{grid-template-columns:1fr}.search-field{grid-column:auto}.advanced-filters>div{grid-template-columns:1fr}.result-summary{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;padding:12px 14px}.result-summary p{margin:0}.category-page-grid,.health-overview{grid-template-columns:1fr}.trend-list>a{grid-template-columns:1fr;gap:8px}}@media (max-width:420px){.sidebar-nav a span,.nav-disabled span{display:none}.sidebar-nav a,.nav-disabled{justify-content:center;width:40px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card-top span{font-size:10px}.stat-card>strong{font-size:19px}.header-meta{box-shadow:none;background:0 0;gap:6px}.meta-item{background:var(--surface);min-width:100px;box-shadow:var(--shadow-ring);border-radius:7px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
