body{margin:0}.hc-analytics-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start}.hc-range-controls,.hc-data-status{display:flex;flex-direction:column;gap:10px}.hc-data-status{min-width:250px;padding-left:20px;border-left:1px solid var(--p-color-border, #e1e0d9)}.hc-control-heading{display:flex;align-items:center;gap:8px;min-height:20px}.hc-control-label{color:var(--p-color-text-secondary, #52514e);font-size:12px;font-weight:600}.hc-control-value,.hc-status-detail{color:var(--p-color-text-secondary, #52514e);font-size:13px}.hc-range-buttons{display:flex;flex-wrap:wrap;align-items:end;gap:8px}.hc-range-popover{display:flex;width:500px;flex-direction:column;gap:12px;padding:12px}.hc-range-fields{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:4px;justify-content:start}.hc-range-fields>s-date-field{inline-size:100%}.hc-range-arrow{align-self:center;margin:0;color:var(--p-color-text-secondary, #52514e);font-size:16px;line-height:1;text-align:center}.hc-calendar-grid{display:flex;flex-direction:column}.hc-calendar-pair-header{display:grid;grid-template-columns:36px minmax(0,1fr) minmax(0,1fr) 36px;align-items:center;min-height:42px;color:var(--p-color-text, #303030);font-size:12px;font-weight:600;text-align:center}.hc-calendar-pair-months{display:grid;grid-template-columns:repeat(2,250px)}.hc-calendar-month{width:250px;padding:4px 0 8px}.hc-calendar-month+.hc-calendar-month{border-left:1px solid var(--p-color-border, #e1e0d9)}.hc-calendar-weekdays,.hc-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.hc-calendar-weekdays{margin-bottom:8px;color:var(--p-color-text-secondary, #6d7175);font-size:11px;text-align:center}.hc-calendar-day,.hc-calendar-day-empty{position:relative;min-width:0;height:36px}.hc-calendar-day{z-index:0;border:0;background:transparent;color:var(--p-color-text, #303030);cursor:pointer;font:inherit;font-size:12px}.hc-calendar-day-in-range:before{position:absolute;z-index:-1;top:2px;right:0;bottom:2px;left:0;background:var(--p-color-bg-surface-secondary, #f1f1f1);content:""}.hc-calendar-day-start:before{left:50%}.hc-calendar-day-end:before{right:50%}.hc-calendar-day-start,.hc-calendar-day-end{color:#fff;font-weight:600}.hc-calendar-day-start:after,.hc-calendar-day-end:after{position:absolute;z-index:-1;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--p-color-bg-fill-brand, #303030);content:""}.hc-calendar-day-start.hc-calendar-day-end:before{display:none}.hc-range-popover-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 4px 0;border-top:1px solid var(--p-color-border, #e1e0d9)}.hc-range-popover-actions{display:flex;flex-wrap:wrap;gap:8px}.hc-date-error{color:var(--p-color-text-critical, #d72c0d);font-size:12px}@media(max-width:640px){.hc-analytics-toolbar{grid-template-columns:1fr}.hc-data-status{min-width:0;padding-top:16px;padding-left:0;border-top:1px solid var(--p-color-border, #e1e0d9);border-left:0}.hc-calendar-grid{gap:12px}.hc-range-popover{width:auto}.hc-range-fields{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.hc-range-arrow{align-self:center;margin-bottom:0;transform:rotate(90deg)}.hc-calendar-pair-header{grid-template-columns:32px 1fr 32px}.hc-calendar-pair-header span:nth-of-type(2){display:none}.hc-calendar-pair-months{grid-template-columns:1fr}.hc-calendar-month{width:auto}.hc-calendar-month+.hc-calendar-month{margin-top:12px;padding-top:12px;border-top:1px solid var(--p-color-border, #e1e0d9);border-left:0}.hc-range-popover-footer{align-items:flex-start;flex-direction:column}}.hc-viz{color-scheme:light;--hc-surface: #fcfcfb;--hc-text-primary: #0b0b0b;--hc-text-secondary: #52514e;--hc-text-muted: #898781;--hc-grid: #e1e0d9;--hc-baseline: #c3c2b7;--hc-series-1: #2a78d6;--hc-series-2: #eb6834;position:relative}@media(prefers-color-scheme:dark){.hc-viz{color-scheme:dark;--hc-surface: #1a1a19;--hc-text-primary: #ffffff;--hc-text-secondary: #c3c2b7;--hc-text-muted: #898781;--hc-grid: #2c2c2a;--hc-baseline: #383835;--hc-series-1: #3987e5;--hc-series-2: #d95926}}.hc-viz-plot{position:relative}.hc-viz svg{display:block;width:100%;height:auto}.hc-viz-grid{stroke:var(--hc-grid);stroke-width:1}.hc-viz-baseline,.hc-viz-crosshair{stroke:var(--hc-baseline);stroke-width:1}.hc-viz-tick{fill:var(--hc-text-muted);font-size:11px;font-variant-numeric:tabular-nums}.hc-viz-marker{stroke:var(--hc-surface);stroke-width:2}.hc-viz-legend{display:flex;gap:16px;margin-bottom:8px;font-size:12px;color:var(--hc-text-secondary)}.hc-viz-legend-item{display:inline-flex;align-items:center;gap:6px}.hc-viz-swatch{display:inline-block;width:10px;height:10px;border-radius:3px}.hc-viz-tooltip{position:absolute;top:8px;transform:translate(-50%);display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:8px;background:var(--hc-surface);color:var(--hc-text-primary);border:1px solid var(--hc-grid);box-shadow:0 2px 8px #0000001f;font-size:12px;pointer-events:none;white-space:nowrap;z-index:2}.hc-viz-tooltip span{display:inline-flex;align-items:center;gap:6px;color:var(--hc-text-secondary)}.hc-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.hc-stat-tile{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--p-color-border, #e1e0d9);border-radius:12px}.hc-stat-label{font-size:12px;color:var(--p-color-text-secondary, #52514e)}.hc-stat-value{font-size:20px;font-weight:600}.hc-stat-delta{font-size:12px;color:var(--p-color-text-secondary, #52514e)}.hc-stat-delta.up{color:#006300}.hc-stat-delta.down{color:#d03b3b}@media(prefers-color-scheme:dark){.hc-stat-delta.up{color:#0ca30c}.hc-stat-delta.down{color:#e66767}}.hc-table{width:100%;border-collapse:collapse;font-size:13px}.hc-table th,.hc-table td{text-align:right;padding:8px 10px;border-bottom:1px solid var(--p-color-border, #e1e0d9);font-variant-numeric:tabular-nums}.hc-table th:first-child,.hc-table td:first-child{text-align:left;font-variant-numeric:normal}.hc-table thead th{font-weight:600;color:var(--p-color-text-secondary, #52514e)}.hc-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hc-product-cell{display:flex;align-items:center;gap:10px}.hc-product-thumb{width:40px;height:40px;flex-shrink:0;border-radius:6px;object-fit:cover;background:var(--p-color-bg-surface-secondary, #f0efec);border:1px solid var(--p-color-border, #e1e0d9)}.hc-product-thumb-empty{background-image:linear-gradient(135deg,var(--p-color-bg-surface-secondary, #f0efec) 25%,transparent 25%,transparent 50%,var(--p-color-bg-surface-secondary, #f0efec) 50%,var(--p-color-bg-surface-secondary, #f0efec) 75%,transparent 75%);background-size:8px 8px}.hc-product-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.hc-product-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:26ch}.hc-product-sub{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--p-color-text-secondary, #52514e)}.hc-table td.hc-unreliable{color:var(--p-color-text-secondary, #898781)}.hc-footnote-marker{color:var(--p-color-text-secondary, #898781);margin-inline-end:2px}
