:root{--color-bg: #f5f5f7;--color-surface: #ffffff;--color-surface-light: #fbfbfd;--color-text: #1d1d1f;--color-text-muted: #86868b;--color-primary: #0071e3;--color-primary-glow: rgba(0, 113, 227, .2);--color-secondary: #5e5ce6;--border-color: #d2d2d7;--color-success: #34c759;--color-warning: #ff9500;--color-danger: #ff3b30;--font-main: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .02);--shadow-md: 0 8px 30px rgba(0, 0, 0, .04)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;letter-spacing:-.012em}button{font-family:var(--font-main);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-main)}a{text-decoration:none;color:var(--color-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.tsc{width:100%}.tsc-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;margin:-6px 0 10px}.tsc-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--color-bg);color:var(--color-text);font-family:var(--font-main);font-size:12px;line-height:1.3;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease,opacity .15s ease}.tsc-chip:hover{background:var(--border-color)}.tsc-chip:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.tsc-chip-off{opacity:.45}.tsc-chip-off .tsc-chip-label{text-decoration:line-through}.tsc-chip-prev{cursor:default;color:var(--color-text-muted)}.tsc-chip-prev:hover{background:var(--color-bg)}.tsc-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tsc-chip-dash{width:14px;height:0;border-top:2px dashed #a1a1a6;flex-shrink:0}.tsc-chip-label{white-space:nowrap}.tsc-chip-sum{font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-text)}.tsc-chip-prev .tsc-chip-sum{color:var(--color-text-muted)}.tsc-plot{position:relative;width:100%}.tsc-plot svg{display:block;overflow:visible;font-family:var(--font-main)}.tsc-grid{stroke:var(--border-color);stroke-opacity:.55;stroke-width:1;shape-rendering:crispEdges}.tsc-grid-base{stroke-opacity:1}.tsc-xtick{stroke:var(--border-color);stroke-width:1;shape-rendering:crispEdges}.tsc-ylabel,.tsc-xlabel{font-size:11px;fill:var(--color-text-muted);font-variant-numeric:tabular-nums}.tsc-weekend{fill:#00000007}.tsc-crosshair{stroke:#b8b8bd;stroke-width:1;stroke-dasharray:3 3;pointer-events:none}.tsc-hoverband{fill:#0071e312;pointer-events:none}.tsc-path{animation:tsc-fade .25s ease-out}.tsc-bar{transition:opacity .15s ease}.tsc-dot{pointer-events:none}.tsc-hit{cursor:crosshair}.tsc-now line{stroke:var(--color-danger);stroke-width:1;stroke-dasharray:2 3;stroke-opacity:.75}.tsc-now text{font-size:10px;font-weight:600;fill:var(--color-danger)}.tsc-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:13px;pointer-events:none}@keyframes tsc-fade{0%{opacity:0}to{opacity:1}}.tsc-tip,.whm-tip,.hmg-tip{position:absolute;z-index:5;pointer-events:none;background:#fffffff7;border:1px solid var(--border-color);border-radius:10px;padding:8px 10px;box-shadow:var(--shadow-md);font-size:12px;color:var(--color-text);white-space:nowrap}.tsc-tip{min-width:150px}.tsc-tip-title{font-weight:600;margin-bottom:4px}.tsc-tip-row{display:flex;align-items:center;gap:6px;line-height:1.7}.tsc-tip-label{color:var(--color-text-muted);flex:1}.tsc-tip-val{font-weight:600;font-variant-numeric:tabular-nums;margin-left:12px}.tsc-tip-total{border-top:1px solid var(--border-color);margin-top:3px;padding-top:3px}.tsc-tip-prev .tsc-tip-val{font-weight:500;color:var(--color-text-muted)}.tsc-tip-delta{margin-left:6px;font-size:11px;font-weight:600}.tsc-up{color:var(--color-success)}.tsc-down{color:var(--color-danger)}.tsc-flat{color:var(--color-text-muted)}.whm{position:relative;width:100%}.whm-grid{display:grid;grid-template-columns:34px repeat(24,minmax(0,1fr));gap:3px;align-items:center}.whm-h{font-size:10px;color:var(--color-text-muted);text-align:center;font-variant-numeric:tabular-nums;padding-bottom:2px}.whm-day{font-size:11px;color:var(--color-text-muted);padding-right:4px}.whm-cell{aspect-ratio:1;max-height:28px;border-radius:5px;transition:background .3s ease,transform .15s ease;outline:none}.whm-cell-on:hover,.whm-cell:focus-visible{transform:scale(1.12);box-shadow:0 0 0 2px #fff,0 0 0 3px var(--color-primary)}.whm-tip,.hmg-tip{transform:translate(-50%,calc(-100% - 8px));display:flex;flex-direction:column;gap:1px}.whm-tip-when,.hmg-tip-when{color:var(--color-text-muted);font-size:11px}.whm-tip-val,.hmg-tip-val{font-weight:600}.whm-legend,.hmg-legend{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:11px;color:var(--color-text-muted)}.whm-legend-bar,.hmg-legend-bar{flex:0 0 120px;height:8px;border-radius:4px}.whm-empty,.hmg-empty{color:var(--color-text-muted);font-size:13px;text-align:center;padding:12px 0 4px}.whm-is-empty .whm-grid{opacity:.6}@media(max-width:900px){.whm-grid{grid-template-columns:28px repeat(24,minmax(0,1fr));gap:2px}.whm-h{visibility:hidden}.whm-h.whm-h-4{visibility:visible}}.hmg{position:relative;width:100%}.hmg-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:3px}.hmg-cell{aspect-ratio:1;max-height:44px;min-height:36px;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .3s ease;outline:none}.hmg-cell:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--color-primary)}.hmg-hour{font-size:9px;font-weight:500;opacity:.8}.hmg-hour-short{display:none}.hmg-val{font-size:11px;font-weight:700}.hmg-is-empty .hmg-grid{opacity:.6}@media(min-width:900px){.hmg-grid{grid-template-columns:repeat(24,minmax(0,1fr))}}@media(min-width:900px)and (max-width:1250px){.hmg-hour-full{display:none}.hmg-hour-short{display:inline}}.drp{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.drp-presets{display:flex;gap:4px}.drp-btn{padding:5px 12px;font-family:var(--font-main);font-size:12px;font-weight:500;border-radius:8px;border:none;cursor:pointer;color:var(--color-text-muted);background:var(--color-bg);transition:background .15s ease,color .15s ease}.drp-btn:hover{background:var(--border-color)}.drp-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.drp-active{background:var(--color-primary);color:#fff}.drp-active:hover{background:var(--color-primary)}.drp-custom{display:flex;align-items:center;gap:6px}.drp-input{font-size:12px;padding:4px 8px;border-radius:8px;border:1px solid var(--border-color);background:var(--color-surface);color:var(--color-text)}.drp-input:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.drp-sep{color:var(--color-text-muted)}.drp-apply{padding:5px 12px;font-size:12px;font-weight:600;border-radius:8px;background:var(--color-primary);color:#fff;cursor:pointer}.drp-label{font-size:12px;color:var(--color-text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.drp-gran{display:inline-flex;gap:2px;padding:2px;border-radius:8px;background:var(--color-bg)}.drp-gran-btn{padding:4px 10px;font-family:var(--font-main);font-size:12px;font-weight:500;border-radius:6px;border:none;cursor:pointer;color:var(--color-text-muted);background:transparent;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.drp-gran-btn:hover:not(:disabled){color:var(--color-text)}.drp-gran-active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.drp-gran-btn:disabled{opacity:.4;cursor:not-allowed}
