:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f7fb;--surface:#ffffffe6;--surface-solid:#fff;--foreground:#172033;--muted:#68748a;--border:#2430491c;--grid:#2430491a;--green:#13a36d;--blue:#3977f6;--orange:#ee8b31;--red:#d84f5f;--volume:#13a36d47;--volume-down:#d84f5f3d;--chip:#edf2fb;--hover:#f3f6fb;--shadow:0 18px 55px #1f2a4414}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0c111b;--surface:#141b29e6;--surface-solid:#141b29;--foreground:#edf2fb;--muted:#9aa8bd;--border:#c1cfe61f;--grid:#c1cfe61c;--green:#45d49a;--blue:#72a3ff;--orange:#ffad63;--red:#ff8590;--volume:#45d49a4d;--volume-down:#ff859040;--chip:#202b3e;--hover:#1b2536;--shadow:0 20px 60px #0000004d}}*{box-sizing:border-box}body{background:var(--background);min-width:320px;color:var(--foreground);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,a{font:inherit}.shell{width:calc(100% - 48px);margin:0 auto;padding:28px 0 44px}.hero{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:8px;display:flex}.status-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:7px;font-size:11px;display:flex}.status-separator{opacity:.55}.status-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 0 5px color-mix(in srgb, var(--green) 16%, transparent);border-radius:50%}.status-dot.is-waiting{background:var(--orange)}.status-dot.is-error{background:var(--red)}h1,h2,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:0;font-size:clamp(18px,1.5vw,22px);line-height:1.08}h2{margin-bottom:5px;font-size:17px}.panel-head p{color:var(--muted);margin-bottom:0;font-size:13px}.api-link{border:1px solid var(--border);background:var(--surface);color:var(--foreground);box-shadow:var(--shadow);border-radius:10px;flex:none;padding:9px 12px;text-decoration:none}.api-link:hover{background:var(--hover)}.error-banner{border:1px solid color-mix(in srgb, var(--red) 28%, transparent);background:color-mix(in srgb, var(--red) 8%, var(--surface-solid));color:var(--red);border-radius:10px;margin-bottom:12px;padding:12px 14px;font-size:13px}.market-overview{border-bottom:1px solid var(--border);grid-template-columns:minmax(230px,300px) minmax(0,1fr);align-items:stretch;padding:4px 0 9px;display:grid}.price-focus{border-right:1px solid var(--border);min-width:0;padding-right:18px}.market-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}.headline-price{align-items:baseline;gap:9px;margin-top:5px;display:flex}.headline-price strong{font-variant-numeric:tabular-nums;letter-spacing:-.045em;font-size:clamp(31px,3vw,38px);line-height:1}.headline-price strong.price-up{color:var(--red)}.headline-price strong.price-down{color:var(--green)}.headline-price strong.price-flat{color:var(--foreground)}.headline-price span{color:var(--muted);font-size:13px;font-weight:700}.price-change-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;margin-top:7px;font-size:11px;display:flex}.price-change-row strong{font-variant-numeric:tabular-nums;font-size:13px}.trend-board{min-width:0;padding-left:18px}.market-stat-grid{grid-template-columns:repeat(4,max-content);justify-content:start;gap:10px clamp(16px,2.4vw,34px);margin:0;display:grid}.market-stat-grid div{min-width:0}.market-stat-grid dt{color:var(--muted);margin-bottom:2px;font-size:9px}.market-stat-grid dd{font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:700;overflow:hidden}.is-up{color:var(--red)!important}.is-down{color:var(--green)!important}.is-flat{color:var(--muted)!important}.dashboard-grid{min-width:0}.chart-card{border-bottom:1px solid var(--border);min-width:0;padding:11px 0 18px}.chart-toolbar{justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:7px;display:flex}.panel-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.range-selector{background:var(--chip);border-radius:8px;flex-wrap:wrap;flex:none;gap:2px;padding:3px;display:flex}.range-selector button{min-width:43px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 7px;font-size:11px}.range-selector button[aria-pressed=true]{background:var(--surface-solid);color:var(--foreground);box-shadow:0 2px 8px #00000014}.chart-container{background:var(--surface-solid);height:460px;position:relative;overflow:hidden}.chart-extreme-label{z-index:2;background:color-mix(in srgb, var(--surface-solid) 88%, transparent);font-variant-numeric:tabular-nums;pointer-events:none;white-space:nowrap;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:650;line-height:1.2;position:absolute}.chart-extreme-label.high{color:var(--red);transform:translate(-50%,-100%)}.chart-extreme-label.low{color:var(--green);transform:translate(-50%)}.chart-legend{min-width:0;min-height:27px;color:var(--muted);scrollbar-width:none;white-space:nowrap;flex:1;align-items:center;gap:12px;margin:0;font-size:12px;display:flex;overflow-x:auto}.chart-legend::-webkit-scrollbar{display:none}.chart-legend b{color:var(--foreground);font-variant-numeric:tabular-nums}.chart-legend .minimum,.chart-legend .up{color:var(--green)}.chart-legend .average{color:var(--orange)}.chart-legend .median{color:var(--blue)}.chart-legend .down{color:var(--red)}.legend-time{color:var(--foreground);font-weight:650}.legend-secondary,.legend-muted{color:var(--muted)}.offers-card{min-width:0;overflow:hidden}.offers-head{margin-bottom:0;padding:20px 0 10px}.offers-head-actions{flex:none;align-items:center;gap:8px;display:flex}.offers-expand-button{border:1px solid var(--border);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:7px;padding:5px 9px;font-size:11px;display:none}.offers-expand-button:hover{background:var(--hover);color:var(--foreground)}.store-count,.stock{background:var(--chip);color:var(--muted);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:12px;display:inline-flex}.table-wrap{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-top:1px solid var(--border);text-align:left;padding:13px 8px;font-size:13px}th{background:color-mix(in srgb, var(--surface-solid) 70%, transparent);color:var(--muted);font-weight:600}tbody tr:hover{background:var(--hover)}.offer-row{cursor:pointer}.offer-row:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.store,.title-cell{text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}.price{color:var(--green);white-space:nowrap;font-weight:700}td a{color:var(--blue);text-decoration:none}td a:hover{text-decoration:underline}.empty{color:var(--muted);text-align:center;padding:28px}footer{color:var(--muted);justify-content:space-between;gap:16px;margin-top:14px;font-size:12px;display:flex}.footer-status{margin-bottom:0}.footer-refresh{white-space:nowrap;flex:none;align-items:center;gap:8px;display:flex}.footer-credit{color:var(--muted);text-decoration:none}.footer-credit:hover{color:var(--foreground)}@media (width>=1280px){.dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(340px,28vw);align-items:start;gap:24px;display:grid}.chart-card{border-right:1px solid var(--border);border-bottom:0;padding-right:24px}.chart-container{height:clamp(480px,57vh,640px)}.offers-head{align-items:flex-start}.offers-expand-button{display:inline-flex}.offers-card .table-wrap{max-height:calc(57vh + 91px);overflow:auto}.offers-card table{table-layout:fixed;min-width:0}.offers-card th,.offers-card td{padding-left:6px;padding-right:6px}.offers-card th:first-child{width:58%}.offers-card th:nth-child(2){width:42%}.offers-card th:nth-child(3),.offers-card td:nth-child(3),.offers-card th:nth-child(4),.offers-card td:nth-child(4){display:none}.offers-card thead th{z-index:1;position:sticky;top:0}.dashboard-grid.is-offers-expanded{grid-template-columns:minmax(0,1fr)}.dashboard-grid.is-offers-expanded .chart-card{border-right:0;border-bottom:1px solid var(--border);padding-right:0}.dashboard-grid.is-offers-expanded .offers-card .table-wrap{max-height:none;overflow:auto}.dashboard-grid.is-offers-expanded .offers-card table{table-layout:auto;min-width:760px}.dashboard-grid.is-offers-expanded .offers-card th,.dashboard-grid.is-offers-expanded .offers-card td{width:auto}.dashboard-grid.is-offers-expanded .offers-card th:nth-child(3),.dashboard-grid.is-offers-expanded .offers-card td:nth-child(3),.dashboard-grid.is-offers-expanded .offers-card th:nth-child(4),.dashboard-grid.is-offers-expanded .offers-card td:nth-child(4){display:table-cell}}@media (width>=1480px){.dashboard-grid:not(.is-offers-expanded){grid-template-columns:minmax(0,1fr) minmax(540px,32vw)}.dashboard-grid:not(.is-offers-expanded) .offers-card th:nth-child(3),.dashboard-grid:not(.is-offers-expanded) .offers-card td:nth-child(3),.dashboard-grid:not(.is-offers-expanded) .offers-card th:nth-child(4),.dashboard-grid:not(.is-offers-expanded) .offers-card td:nth-child(4){display:table-cell}.dashboard-grid:not(.is-offers-expanded) .offers-card th:first-child{width:24%}.dashboard-grid:not(.is-offers-expanded) .offers-card th:nth-child(2){width:20%}.dashboard-grid:not(.is-offers-expanded) .offers-card th:nth-child(3){width:13%}.dashboard-grid:not(.is-offers-expanded) .offers-card th:nth-child(4){width:43%}}@media (width<=1100px){.market-overview{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.market-stat-grid{grid-template-columns:repeat(2,max-content);gap:8px 22px}}@media (width>=800px){.market-header{border-bottom:1px solid var(--border);grid-template-rows:auto auto;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:9px clamp(26px,3.5vw,58px);padding:8px 0;display:grid}.hero{grid-area:1/1;align-items:center;gap:12px;margin-bottom:0}.market-overview{display:contents}.price-focus{border-right:0;grid-area:2/1;padding-right:0}.trend-board{border-left:1px solid var(--border);grid-area:1/2/span 2;align-self:stretch;align-items:center;padding-left:18px;display:flex}.market-stat-grid{grid-template-columns:repeat(4,max-content);align-items:center;gap:8px clamp(12px,1.4vw,24px)}}@media (width<=850px){.chart-container{height:380px}}@media (width<=560px){.shell{width:calc(100% - 20px);padding-top:20px}.hero{align-items:center}.status-separator,.status-updated-separator,#updatedAt{display:none}.status-line .status-separator:not(.status-updated-separator){display:inline}.api-link{padding:7px 9px;font-size:12px}.market-overview{grid-template-columns:minmax(0,1.18fr) minmax(132px,.82fr);gap:0;padding-bottom:9px;container:market-overview/inline-size}.price-focus{border-right:1px solid var(--border);border-bottom:0;padding:0 12px 0 0}.headline-price strong{font-size:clamp(32px,11vw,39px)}.trend-board{padding:1px 0 0 10px}.market-stat-grid{grid-template-columns:1fr;gap:7px;margin-top:0}.market-stat-grid dt{margin-bottom:2px;font-size:9px}.market-stat-grid dd{font-size:11px}.stat-median{order:1}.stat-low{order:2}.stat-average{order:3}.stat-high{display:none}.chart-card{padding:9px 0 16px}.chart-toolbar{flex-direction:column;align-items:stretch;gap:5px}.chart-toolbar .range-selector{order:-1;align-self:flex-end}.chart-container{height:350px}footer{flex-direction:column;gap:7px}.footer-refresh{justify-content:space-between}}@media (width>=330px) and (width<=560px){.market-overview{grid-template-columns:185px minmax(0,1fr)}}@media (width<=560px){@container market-overview (width>=320px){.market-stat-grid{grid-template-columns:repeat(2,max-content);gap:7px 14px}.stat-average,.stat-median,.stat-high,.stat-low{order:initial;display:block}}}
