:root{--radius: .625rem;--background: #eaebec;--foreground: #131416;--card: #eaebec;--card-foreground: #131416;--popover: #fafafa;--popover-foreground: #171717;--primary: #f7b041;--primary-foreground: #131416;--secondary: #0b86d1;--secondary-foreground: #fafafa;--brand: var(--secondary);--muted: #b4b9bc;--muted-foreground: #27272a;--accent: #fafafa;--accent-foreground: #1d1f21;--border: #656b72;--border-alt: #c2ccd7;--input: #656b72;--ring: #27272a;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;background:var(--background);color:var(--foreground);font-synthesis:none;text-rendering:optimizeLegibility}:root.dark{--background: #131416;--foreground: #eaebec;--card: #131416;--card-foreground: #eaebec;--popover: #171717;--popover-foreground: #fafafa;--primary: #f7b041;--primary-foreground: #131416;--secondary: #0b86d1;--secondary-foreground: #fafafa;--brand: var(--primary);--muted: #27272a;--muted-foreground: #b4b9bc;--accent: #1d1f21;--accent-foreground: #fafafa;--border: #656b72;--border-alt: #222426;--input: rgb(255 255 255 / 15%);--ring: #fafafa;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--background);color:var(--foreground)}.workspace-panel[hidden]{display:none!important}.workspace-header{position:sticky;z-index:140;top:0;border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent);background:color-mix(in srgb,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.workspace-tabs{display:flex;width:min(100% - 32px,1440px);min-height:52px;align-items:end;gap:6px;margin-inline:auto}.workspace-tab{position:relative;display:inline-flex;min-height:52px;align-items:center;padding:0 16px;color:var(--muted-foreground);font-size:14px;font-weight:650;text-decoration:none}.workspace-tab:after{position:absolute;right:12px;bottom:-1px;left:12px;height:2px;border-radius:2px 2px 0 0;background:transparent;content:""}.workspace-tab:hover,.workspace-tab:focus-visible,.workspace-tab.active{color:var(--foreground)}.workspace-tab.active:after{background:var(--brand)}.filter-card.plot-settings-card{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(150px,1fr) repeat(2,minmax(130px,.9fr)) repeat(2,minmax(190px,1.25fr));gap:12px}.plot-settings-card label{display:grid;min-width:0;gap:6px}.plot-settings-card label>span{color:var(--muted-foreground);font-size:12px;font-weight:700}.plot-settings-card input,.plot-settings-card select{width:100%;min-width:0;min-height:36px;padding:6px 10px;background:color-mix(in srgb,var(--background) 86%,transparent)}.plot-goal-setting select{border-color:color-mix(in srgb,var(--brand) 42%,var(--border));font-weight:650}.plot-empty-lines{display:grid;justify-items:start;gap:4px}.plot-empty-lines strong{color:var(--foreground)}.plot-series-card.drag-over{border-color:color-mix(in srgb,var(--primary) 78%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent)}.series-fields.plot-series-fields{grid-template-columns:repeat(8,minmax(0,1fr))}.plot-series-fields .plot-line-name{grid-column:span 2}.plot-series-fields .plot-line-marker,.plot-series-fields .plot-line-style{grid-column:span 1}.plot-series-fields .plot-line-color{grid-column:span 4}.plot-line-color .color-controls{grid-template-columns:30px minmax(0,1fr)}.plot-line-color .color-presets{gap:2px}.plot-line-color .color-preset{width:15px;min-width:15px;min-height:15px}.point-table.plot-point-table{width:max(100%,560px)}.point-table.plot-point-table th:nth-child(2),.point-table.plot-point-table td:nth-child(2){width:100px}.point-table.plot-point-table th.point-actions-head,.point-table.plot-point-table td.point-actions-cell{width:100px;min-width:100px;max-width:100px;overflow:visible;text-overflow:clip}.point-table.plot-point-table th:nth-child(3),.point-table.plot-point-table td:nth-child(3),.point-table.plot-point-table th:nth-child(4),.point-table.plot-point-table td:nth-child(4){width:auto}.plot-point-table td input{width:100%;min-height:28px;padding:4px 7px;border-color:color-mix(in srgb,var(--border) 48%,transparent);background:color-mix(in srgb,var(--background) 88%,transparent);text-align:right;font-variant-numeric:tabular-nums}.plot-point-table .point-row-actions{padding:3px;text-align:center;white-space:nowrap}.plot-point-table .point-row-actions button{display:inline-grid;width:27px;height:25px;min-height:25px;place-items:center;padding:0;border-color:color-mix(in srgb,var(--border) 46%,transparent);color:var(--muted-foreground)}.plot-point-table .point-row-actions .button-icon{width:12px;height:12px}.plot-import-preview{margin-bottom:14px}.plot-import-list{display:grid;gap:8px;max-height:360px;margin-top:10px;overflow:auto}.plot-import-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--border) 34%,transparent);border-radius:7px;background:color-mix(in srgb,var(--background) 72%,transparent)}.plot-import-item.conflict{border-color:color-mix(in srgb,#f59e0b 60%,var(--border))}.plot-import-select,.plot-import-replace{display:flex;align-items:center;gap:9px;cursor:pointer}.plot-import-select>span,.plot-import-select strong,.plot-import-select small{display:block}.plot-import-select strong{color:var(--foreground);font-size:13px}.plot-import-select small,.plot-import-replace{color:var(--muted-foreground);font-size:12px}.plot-import-replace{flex:0 0 auto;padding:7px 9px;border-radius:6px;background:color-mix(in srgb,#f59e0b 12%,transparent)}button,select,input{font:inherit}button,select,input[type=text]{border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--foreground)}button{min-height:34px;padding:0 12px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}button:hover{background:color-mix(in srgb,var(--accent) 84%,transparent)}button.primary{border-color:var(--brand);background:var(--brand);color:var(--primary-foreground);font-weight:600}.action-button,.series-action-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1}.button-icon{width:15px;height:15px;flex:0 0 auto}.quick-toolbar{position:fixed;z-index:120;top:50%;right:18px;display:grid;gap:8px;padding:6px;border:1px solid color-mix(in srgb,var(--border) 46%,transparent);border-radius:10px;background:color-mix(in srgb,var(--popover) 92%,transparent);box-shadow:0 16px 38px #00000038;transform:translateY(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-tool-button{display:inline-grid;width:36px;height:36px;min-height:36px;place-items:center;padding:0;border-color:color-mix(in srgb,var(--border) 56%,transparent);border-radius:8px;background:color-mix(in srgb,var(--background) 72%,transparent);color:var(--foreground)}.quick-tool-button:hover,.quick-tool-button:focus-visible{border-color:color-mix(in srgb,var(--primary) 56%,var(--border));background:color-mix(in srgb,var(--accent) 78%,transparent)}.quick-tool-button .button-icon{width:17px;height:17px}.series-action-button{min-height:30px;padding:0 10px;border-color:color-mix(in srgb,var(--border) 56%,transparent);background:color-mix(in srgb,var(--background) 72%,transparent);color:var(--muted-foreground);font-size:12px}.series-action-button:hover{border-color:color-mix(in srgb,var(--ring) 70%,transparent);color:var(--foreground)}.series-action-button.danger:hover,.action-button.danger:hover{border-color:#ef4444;color:#ef4444}select{min-height:36px;padding:6px 10px;background-color:color-mix(in srgb,var(--background) 92%,var(--accent));color:var(--foreground)}select option{background:var(--popover);color:var(--popover-foreground)}select[multiple]{min-height:36px;height:auto;overflow:auto}select:disabled{opacity:.68}input:focus,select:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 18%,transparent)}.container{width:min(100% - 32px,1440px);margin-inline:auto}.page{display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:48px}.chart-card,.filter-card,.data-card{border:1px solid color-mix(in srgb,var(--border) 40%,transparent);border-radius:12px;background:color-mix(in srgb,var(--background) 20%,transparent);color:var(--card-foreground);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.data-card,.filter-card,.chart-card{position:relative;padding:24px}h1,h2,p{margin:0}.data-card h2,.chart-caption h2{font-size:18px;font-weight:700}.data-card-header p,.chart-caption p,.chart-instructions,.status{color:var(--muted-foreground);font-size:14px}.filter-card{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:16px 20px}.filter-card.has-latency-percentile{grid-template-columns:repeat(6,minmax(0,1fr))}.filter-card [hidden]{display:none}.filter-card label{display:flex;min-width:0;flex-direction:column;gap:6px}.filter-card span{color:var(--muted-foreground);font-size:12px;font-weight:700}.filter-card select{width:100%;background:color-mix(in srgb,var(--background) 86%,transparent)}.metric-row{display:flex;justify-content:center;padding:0 12px 2px}.metric-switch{display:flex;width:max-content;max-width:100%;flex-wrap:wrap;justify-content:center;gap:5px;padding:5px;border:1px solid color-mix(in srgb,var(--border) 38%,transparent);border-radius:8px;background:color-mix(in srgb,var(--background) 74%,var(--accent));box-shadow:0 8px 20px #0000001a}.metric-switch-button{min-height:30px;padding:6px 14px;border:0;border-radius:6px;background:transparent;color:var(--muted-foreground);font-size:12px;font-weight:700}.metric-switch-button:hover,.metric-switch-button:focus-visible{color:var(--foreground);background:color-mix(in srgb,var(--accent) 72%,transparent)}.metric-switch-button.active{color:var(--foreground);background:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--border) 48%,transparent)}.chart-card-toolbar{position:absolute;top:24px;right:24px;z-index:10;display:flex;max-width:min(100% - 48px,184px);align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px}.watermark-menu{position:relative;display:inline-flex}.watermark-menu-panel{position:absolute;top:calc(100% + 7px);right:0;z-index:20;display:grid;width:min(270px,calc(100vw - 48px));gap:10px;padding:10px;border:1px solid color-mix(in srgb,var(--border) 72%,transparent);border-radius:7px;background:color-mix(in srgb,var(--background) 96%,var(--accent));box-shadow:0 16px 36px #0000003d}.watermark-menu-panel[hidden]{display:none}.watermark-control{display:grid;min-width:0;gap:5px}.watermark-control span{color:var(--muted-foreground);font-size:11px;font-weight:700}.watermark-control input[type=text]{width:100%;min-width:0;height:30px;padding:0 8px;background:color-mix(in srgb,var(--background) 86%,transparent);color:var(--foreground);font-size:12px}.watermark-panel-actions{display:flex;justify-content:flex-end}.watermark-reset-button{min-height:30px}.tool-button{display:inline-flex;align-items:center;justify-content:center;width:28px;min-height:28px;padding:0;background:var(--background)}.chart-caption{margin-bottom:8px;padding-right:190px}.chart-caption h2{margin-bottom:5px}.chart-caption p{margin-bottom:8px;font-size:13px}.chart-layout{display:flex;width:100%;gap:12px}.chart-main{min-width:0;flex:1}#chart{width:100%;min-height:575px}.chart-shell{position:relative;overflow:hidden;width:100%}.inference-curve-chart{display:block;width:100%;height:100%;cursor:grab}.inference-curve-chart:active{cursor:grabbing}.chart-empty{display:grid;min-height:575px;place-items:center;gap:4px;color:var(--muted-foreground);text-align:center}.chart-empty strong,.chart-empty span{display:block}.chart-root .x-axis .domain,.chart-root .y-axis .domain{stroke:var(--border);stroke-width:1}.chart-root .tick line{stroke:var(--border)}.chart-root .tick text{fill:var(--foreground);font-size:10px}.chart-root .grid line{stroke:var(--border-alt)}.chart-root .grid .plot-border{stroke:var(--border)}.chart-watermark{fill:var(--foreground);font-weight:800;opacity:.055;-webkit-user-select:none;user-select:none}.y-axis-label,.x-axis-label{fill:var(--foreground);font-size:12px}.goal-direction-glow{fill:#fff;stroke:#fff;stroke-width:8px;stroke-linejoin:round;opacity:.14}.goal-direction-arrow{fill:#fff;stroke:none}.goal-direction-label{fill:#fff;font-size:14px;font-weight:900;letter-spacing:.08em;paint-order:stroke;stroke:var(--background);stroke-width:4px;stroke-linejoin:round}.ruler-line{stroke:var(--muted-foreground);stroke-width:1;stroke-dasharray:3 3;opacity:.55}.roofline-path,.dot-group{transition:opacity .15s ease}.point-label{paint-order:stroke;stroke:var(--background);stroke-width:3px;font-size:10px;font-weight:700}.parallelism-label text,.line-label text,.pill-text{fill:#fff;font-size:9px;font-weight:700}.line-label text{font-size:11px}.pill-bg{opacity:.9}.chart-tooltip{position:absolute;z-index:50;display:none;max-width:280px;padding:9px 10px;border:1px solid var(--border);border-radius:6px;background:color-mix(in srgb,var(--popover) 96%,transparent);color:var(--popover-foreground);font-size:12px;line-height:1.45;pointer-events:none;box-shadow:0 14px 36px #0000003d}.chart-tooltip strong{color:var(--popover-foreground)}.chart-instructions{margin-top:8px;text-align:center;font-size:12px}.legend-shell{position:relative;width:clamp(240px,22vw,340px);height:575px;flex:0 0 clamp(240px,22vw,340px)}.legend-container{display:flex;flex-direction:column;height:100%;padding:8px;border-radius:4px;background:var(--accent);font-size:14px}.legend-search{position:relative;margin-bottom:6px}.legend-search input{width:100%;min-height:30px;padding:5px 25px 5px 8px;border-color:var(--border);background:var(--background);font-size:12px}.legend-search button{position:absolute;top:50%;right:5px;width:20px;min-height:20px;padding:0;transform:translateY(-50%);border:0;color:var(--muted-foreground)}.legend-list{min-height:0;flex:1;margin:0;padding:0 0 8px;overflow-y:auto;border-bottom:1px solid var(--border);font-size:clamp(11px,.82vw,13px);list-style:none;scrollbar-gutter:stable}.legend-list li{display:flex;position:relative;align-items:flex-start;transition:opacity .18s ease}.legend-list li.inactive{opacity:.45}.legend-list label{display:flex;align-items:flex-start;flex:1 1 auto;width:auto;min-width:0;min-height:24px;cursor:pointer;white-space:normal}.legend-list label:hover{text-decoration:underline}.legend-list input{display:none}.legend-dot{width:12px;height:12px;margin-top:5px;margin-right:8px;flex:0 0 auto;border-radius:50%}.legend-line{width:34px;height:12px;margin-top:4px;margin-right:8px;flex:0 0 auto;overflow:visible}.legend-text{min-width:0;flex:1 1 auto;overflow:visible;max-width:none;line-height:1.3;overflow-wrap:anywhere;text-overflow:clip}.legend-row-actions{position:absolute;top:0;right:0;display:inline-flex;gap:4px;padding-left:8px;background:linear-gradient(90deg,transparent,var(--accent) 18%);opacity:0;pointer-events:none;transition:opacity .12s ease}.legend-only,.legend-locate{min-height:20px;margin-top:1px;border-color:var(--border);background:var(--background);color:var(--muted-foreground);font-size:10px;line-height:1.2;transition:opacity .12s ease,color .12s ease}.legend-only{padding:1px 5px}.legend-locate{width:22px;padding:0}.legend-locate .button-icon{width:13px;height:13px}.legend-list li:hover .legend-row-actions,.legend-list li:focus-within .legend-row-actions{opacity:.78;pointer-events:auto}.legend-only:hover,.legend-locate:hover{color:var(--foreground);opacity:1}.legend-line-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.legend-line-toolbar-precision{min-width:0;flex:1 1 auto}.legend-line-action{flex:0 0 auto;min-height:auto;margin-top:1px;padding:0;border:0;background:transparent;color:var(--muted-foreground);font-size:12px;text-decoration:underline}.legend-line-action:disabled{visibility:hidden;pointer-events:none}.legend-line-action:hover{color:var(--foreground)}.legend-bottom{padding-top:8px}.legend-switch{display:flex;align-items:center;gap:8px;min-height:24px;color:var(--muted-foreground);font-size:12px;cursor:pointer}.legend-switch:hover{color:var(--foreground)}.legend-switch input{position:absolute;opacity:0;pointer-events:none}.switch-track{position:relative;width:28px;height:16px;flex:0 0 auto;border:1px solid var(--border);border-radius:999px;background:var(--muted)}.switch-track:after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:var(--background);transition:transform .15s ease}.legend-switch input:checked+.switch-track{border-color:var(--brand);background:var(--brand)}.legend-switch input:checked+.switch-track:after{transform:translate(12px)}.legend-link{margin-top:8px;min-height:auto;padding:0;border:0;background:transparent;color:var(--muted-foreground);font-size:12px;text-decoration:underline}.precision-key{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;margin:0;color:var(--muted-foreground);font-size:12px}.precision-key label{display:inline-flex;align-items:center;gap:6px;width:fit-content;cursor:pointer;transition:opacity .15s ease,color .15s ease}.precision-key label:hover{color:var(--foreground)}.precision-key label.inactive{opacity:.45}.precision-key input{position:absolute;opacity:0;pointer-events:none}.precision-key b{color:#737373;font-size:12px}.data-card-header{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:start;gap:18px;margin-bottom:12px}.data-card-header p{margin-top:4px;font-size:13px}.data-header-controls{display:flex;min-width:min(700px,100%);flex-direction:column;align-items:flex-end;gap:7px}.data-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}.data-header-actions>.action-button{min-height:34px;padding:0 13px;white-space:nowrap}.data-action-group{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid color-mix(in srgb,var(--border) 34%,transparent);border-radius:8px;background:color-mix(in srgb,var(--accent) 46%,transparent)}.data-action-group-muted{background:color-mix(in srgb,var(--accent) 28%,transparent)}.data-action-group .action-button{min-height:30px;padding:0 9px;border-color:transparent;background:transparent;color:var(--muted-foreground);font-size:12px;white-space:nowrap}.data-action-group .action-button:hover,.data-action-group .action-button:focus-visible{border-color:color-mix(in srgb,var(--border) 44%,transparent);background:color-mix(in srgb,var(--background) 58%,transparent);color:var(--foreground)}.data-action-group .action-button.danger:hover,.data-action-group .action-button.danger:focus-visible{border-color:color-mix(in srgb,#ef4444 58%,transparent);color:#ef4444}.data-header-status{max-width:100%;text-align:right}.action-import-panel{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,210px) auto;align-items:end;gap:10px;margin-bottom:14px;padding:12px;border:1px solid color-mix(in srgb,var(--border) 36%,transparent);border-radius:8px;background:color-mix(in srgb,var(--accent) 28%,transparent)}.action-import-panel label{display:flex;min-width:0;flex-direction:column;gap:6px}.action-import-panel span{color:var(--muted-foreground);font-size:12px;font-weight:700}.action-import-panel input{width:100%;min-height:34px;padding:6px 9px;background:color-mix(in srgb,var(--background) 86%,transparent);font-size:13px}.action-import-token label.action-import-remember{flex-direction:row;align-items:center;gap:5px;margin:0 0 0 auto}.action-import-remember input{width:auto;min-height:0}.action-import-remember span{font-weight:600}.action-import-panel .action-button{justify-self:start;min-height:34px;padding:0 14px;white-space:nowrap}.action-import-field-label{display:flex;align-items:center;gap:6px;min-height:18px}.action-import-field-label>label{flex:0 0 auto}.help-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--muted-foreground);cursor:help}.help-tip:hover,.help-tip:focus-visible{color:var(--foreground)}.help-tip .button-icon{width:14px;height:14px}.help-tip-bubble{position:absolute;z-index:60;bottom:calc(100% + 8px);left:-6px;display:flex;flex-direction:column;gap:6px;width:300px;max-width:min(300px,78vw);padding:11px 13px;border:1px solid color-mix(in srgb,var(--border) 50%,transparent);border-radius:8px;background:var(--popover);color:var(--muted-foreground);font-size:12px;font-weight:400;line-height:1.45;text-align:left;text-transform:none;letter-spacing:normal;white-space:normal;box-shadow:0 14px 34px #0000003d;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease,visibility .12s;pointer-events:none}.help-tip-title{color:var(--foreground);font-weight:700}.help-tip-row{position:relative;padding-left:12px}.help-tip-row:before{content:"";position:absolute;top:7px;left:2px;width:4px;height:4px;border-radius:50%;background:color-mix(in srgb,var(--muted-foreground) 70%,transparent)}.help-tip-note{margin-top:1px;padding-top:6px;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent);color:color-mix(in srgb,var(--muted-foreground) 85%,transparent)}.help-tip-bubble code{padding:1px 4px;border-radius:4px;background:color-mix(in srgb,var(--accent) 50%,transparent);font-size:11px}.help-tip:hover .help-tip-bubble,.help-tip:focus-visible .help-tip-bubble,.help-tip:focus-within .help-tip-bubble{opacity:1;visibility:visible;transform:translateY(0)}.action-button.has-help-tip,.series-action-button.has-help-tip{position:relative}.action-button.has-help-tip .help-tip-bubble,.series-action-button.has-help-tip .help-tip-bubble{bottom:calc(100% + 8px);left:50%;width:340px;max-width:min(340px,80vw);transform:translate(-50%,4px)}.action-button.has-help-tip:hover .help-tip-bubble,.action-button.has-help-tip:focus-visible .help-tip-bubble,.series-action-button.has-help-tip:hover .help-tip-bubble,.series-action-button.has-help-tip:focus-visible .help-tip-bubble{opacity:1;visibility:visible;transform:translate(-50%)}.import-progress{grid-column:1 / -1;height:4px;margin:-2px 0 0;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--border) 40%,transparent)}.import-progress[hidden]{display:none}.import-progress-fill{width:0;height:100%;border-radius:inherit;background:var(--primary);transition:width .15s ease}.import-progress.indeterminate .import-progress-fill{width:40%;animation:import-progress-slide 1.1s ease-in-out infinite}@keyframes import-progress-slide{0%{margin-left:-40%}to{margin-left:100%}}.action-import-status{grid-column:1 / -1;min-height:18px;margin:-4px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.4}.action-import-status.error{color:#ef4444}.import-preview{grid-column:1 / -1}.import-preview:empty{display:none}.import-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:4px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 34%,transparent)}.import-preview-head strong,.import-preview-head span{display:block}.import-preview-head strong{color:var(--foreground);font-size:13px}.import-batch-controls{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(112px,.8fr) minmax(86px,.55fr) minmax(260px,1.55fr);align-items:end;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 30%,transparent)}.import-batch-controls label{display:grid;min-width:0;gap:5px}.import-batch-controls span{color:var(--muted-foreground);font-size:11px;font-weight:700}.import-batch-controls input,.import-batch-controls select{width:100%;min-width:0;min-height:32px;padding:5px 8px;background:color-mix(in srgb,var(--background) 86%,transparent);font-size:12px}.import-line-style-menu summary{height:32px;min-height:32px}.import-color-controls{display:grid;min-width:0;grid-template-columns:minmax(72px,82px) 32px minmax(0,1fr);align-items:center;gap:5px}.import-color-controls input[type=color]{min-height:32px;padding:2px}.import-color-presets{min-width:0;justify-content:flex-start;overflow:hidden}.import-color-presets .color-preset{width:14px;min-width:14px;min-height:14px}.import-preview-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.import-preview-actions .action-button.primary{border-color:#f7b041;background:#f7b041;color:#000;font-weight:700;opacity:1;-webkit-text-fill-color:#000}.import-preview-actions .action-button.primary:hover,.import-preview-actions .action-button.primary:focus-visible{border-color:color-mix(in srgb,#f7b041 82%,#fff);background:color-mix(in srgb,#f7b041 88%,#fff);color:#000;-webkit-text-fill-color:#000}.import-preview-actions .action-button.primary span,.import-preview-actions .action-button.primary .button-icon{color:#000;opacity:1;-webkit-text-fill-color:#000}.import-preview-actions .action-button.primary .button-icon{color:currentColor}.import-preview-list{display:grid;gap:8px;max-height:320px;margin-top:10px;overflow:auto;padding-right:2px}.import-preview-item{display:grid;grid-template-columns:74px minmax(120px,1fr) minmax(140px,1.2fr) minmax(140px,1fr) minmax(120px,.8fr) minmax(90px,.6fr) minmax(104px,.6fr) minmax(126px,.7fr) minmax(160px,1.3fr) 78px;align-items:end;gap:8px;padding:10px;border:1px solid color-mix(in srgb,var(--border) 34%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 74%,transparent)}.import-preview-select{display:flex;align-items:center;gap:6px;min-height:34px}.import-preview-select input{width:auto;min-height:auto}.import-preview-field input,.import-preview-field select{min-width:0}.import-preview-points{align-self:center;color:var(--muted-foreground);font-size:12px;text-align:right;white-space:nowrap}.inferencex-sync-panel{display:grid;gap:10px;margin-bottom:14px;padding:12px;border:1px solid color-mix(in srgb,var(--border) 36%,transparent);border-radius:8px;background:color-mix(in srgb,var(--accent) 24%,transparent)}.inferencex-sync-head,.inferencex-sync-manager-head,.inferencex-sync-config-row,.inferencex-sync-actions,.inferencex-sync-manager-actions{display:flex}.inferencex-sync-head,.inferencex-sync-manager-head{align-items:flex-start;justify-content:space-between;gap:12px}.inferencex-sync-head strong,.inferencex-sync-head span,.inferencex-sync-manager-head strong,.inferencex-sync-manager-head span{display:block}.inferencex-sync-head strong,.inferencex-sync-manager-head strong,.inferencex-sync-config-main strong{color:var(--foreground);font-size:13px}.inferencex-sync-head span,.inferencex-sync-manager-head span,.inferencex-sync-meta,.inferencex-sync-config-main code,.inferencex-sync-config-main small{color:var(--muted-foreground);font-size:12px}.inferencex-sync-actions,.inferencex-sync-manager-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px}.inferencex-sync-status-row{display:grid;gap:2px}.inferencex-sync-status,.inferencex-sync-meta{margin:0;line-height:1.4}.inferencex-sync-status{color:var(--muted-foreground);font-size:12px}.inferencex-sync-status.error,.inferencex-sync-summary.error,.inferencex-sync-config-main .warning{color:#ef4444}.inferencex-sync-summary{padding:9px 10px;border:1px solid color-mix(in srgb,var(--primary) 36%,transparent);border-radius:6px;background:color-mix(in srgb,var(--primary) 9%,transparent);color:var(--foreground);font-size:12px;line-height:1.45}.inferencex-sync-manager{display:grid;gap:10px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 34%,transparent)}.inferencex-sync-config-list{display:grid;gap:7px;max-height:320px;overflow:auto;padding-right:2px}.inferencex-sync-config-row{align-items:center;gap:10px;padding:9px 10px;border:1px solid color-mix(in srgb,var(--border) 30%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 68%,transparent)}.inferencex-sync-config-row.disabled{opacity:.62}.inferencex-sync-enable{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;color:var(--muted-foreground);font-size:12px;font-weight:700}.inferencex-sync-enable input{width:auto;min-height:auto}.inferencex-sync-config-main{display:grid;min-width:0;flex:1 1 auto;gap:2px}.inferencex-sync-config-main strong,.inferencex-sync-config-main code,.inferencex-sync-config-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inferencex-sync-add{display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(116px,.8fr) minmax(90px,.55fr) minmax(90px,.55fr) minmax(120px,.8fr) minmax(94px,.6fr) minmax(86px,.55fr) auto;align-items:end;gap:8px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 30%,transparent)}.inferencex-sync-add label{display:grid;min-width:0;gap:5px}.inferencex-sync-add span{color:var(--muted-foreground);font-size:11px;font-weight:700}.inferencex-sync-add select{width:100%;min-width:0;min-height:32px;padding:5px 8px;background:color-mix(in srgb,var(--background) 86%,transparent);font-size:12px}.inferencex-sync-add .action-button{min-height:32px;white-space:nowrap}.inferencex-sync-actions .action-button.primary,.inferencex-sync-add .action-button.primary{border-color:#f7b041;background:#f7b041;color:#000;font-weight:700;opacity:1;-webkit-text-fill-color:#000}.inferencex-sync-actions .action-button.primary:hover,.inferencex-sync-actions .action-button.primary:focus-visible,.inferencex-sync-add .action-button.primary:hover,.inferencex-sync-add .action-button.primary:focus-visible{border-color:color-mix(in srgb,#f7b041 82%,#fff);background:color-mix(in srgb,#f7b041 88%,#fff);color:#000;-webkit-text-fill-color:#000}.inferencex-sync-actions .action-button.primary span,.inferencex-sync-actions .action-button.primary .button-icon,.inferencex-sync-add .action-button.primary span,.inferencex-sync-add .action-button.primary .button-icon{color:#000;opacity:1;-webkit-text-fill-color:#000}.inferencex-sync-actions .action-button.primary .button-icon,.inferencex-sync-add .action-button.primary .button-icon{color:currentColor}.inferencex-sync-actions .action-button.primary:disabled{border-color:color-mix(in srgb,var(--border) 45%,transparent);background:color-mix(in srgb,var(--accent) 42%,transparent);color:var(--muted-foreground);cursor:not-allowed;opacity:.72;-webkit-text-fill-color:var(--muted-foreground)}.inferencex-sync-actions .action-button.primary:disabled span,.inferencex-sync-actions .action-button.primary:disabled .button-icon{color:var(--muted-foreground);-webkit-text-fill-color:var(--muted-foreground)}.merge-preview{margin-bottom:14px}.merge-preview:empty{display:none}.merge-preview{padding:12px;border:1px solid color-mix(in srgb,var(--border) 36%,transparent);border-radius:8px;background:color-mix(in srgb,var(--accent) 24%,transparent)}.merge-preview-head,.merge-group-head,.merge-line-item,.merge-preview-actions{display:flex}.merge-preview-head{align-items:flex-start;justify-content:space-between;gap:12px}.merge-preview-head strong,.merge-preview-head span,.merge-group-head strong,.merge-group-head span{display:block}.merge-preview-head strong,.merge-group-head strong{color:var(--foreground);font-size:13px}.merge-preview-head span,.merge-group-head span{color:var(--muted-foreground);font-size:12px}.merge-preview-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px}.merge-preview-list{display:grid;gap:10px;max-height:420px;margin-top:10px;overflow:auto;padding-right:2px}.merge-preview-group{display:grid;gap:8px;padding:10px;border:1px solid color-mix(in srgb,var(--border) 34%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 72%,transparent)}.merge-group-head{align-items:center;justify-content:space-between;gap:10px}.merge-line-list{display:grid;gap:6px}.merge-line-item{align-items:center;gap:10px;padding:8px;border:1px solid color-mix(in srgb,var(--border) 28%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 64%,transparent)}.merge-line-item.selected{border-color:color-mix(in srgb,var(--primary) 42%,var(--border));background:color-mix(in srgb,var(--primary) 10%,var(--background))}.merge-line-check,.merge-line-main{display:flex;flex:0 0 auto;align-items:center;gap:6px;color:var(--muted-foreground);font-size:12px;font-weight:700}.merge-line-check input,.merge-line-main input{width:auto;min-height:auto}.merge-line-info{display:grid;min-width:0;flex:1 1 auto;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.merge-line-info strong,.merge-line-info code,.merge-line-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merge-line-info strong{color:var(--foreground);font-size:13px}.merge-line-info code,.merge-line-info small,.merge-line-meta{color:var(--muted-foreground);font-size:12px}.merge-line-meta{flex:0 0 auto;white-space:nowrap}.series-editor{display:grid;min-width:0;gap:14px}.series-card{position:relative;min-width:0;max-width:100%;overflow:visible;border:1px solid color-mix(in srgb,var(--border) 42%,transparent);border-radius:8px;background:color-mix(in srgb,var(--background) 68%,transparent)}.series-card.dragging{opacity:.48}.series-card.drop-before:before,.series-card.drop-after:after{position:absolute;right:10px;left:10px;z-index:2;height:2px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent);content:""}.series-card.drop-before:before{top:-2px}.series-card.drop-after:after{bottom:-2px}.series-card.located{animation:locate-series-card 1.8s ease-out}@keyframes locate-series-card{0%,60%{border-color:color-mix(in srgb,var(--primary) 82%,var(--border));box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 26%,transparent)}to{border-color:color-mix(in srgb,var(--border) 42%,transparent);box-shadow:none}}.series-empty{padding:18px 16px;border:1px dashed color-mix(in srgb,var(--border) 48%,transparent);border-radius:8px;color:var(--muted-foreground);background:color-mix(in srgb,var(--background) 68%,transparent);font-size:13px}.series-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid color-mix(in srgb,var(--border) 34%,transparent);background:color-mix(in srgb,var(--accent) 42%,transparent)}.series-card-title{display:flex;min-width:0;align-items:center;gap:10px}.series-drag-handle{display:inline-grid;width:28px;height:28px;min-height:28px;flex:0 0 auto;place-items:center;padding:0;border:1px solid color-mix(in srgb,var(--border) 58%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 72%,transparent);color:var(--muted-foreground);cursor:grab;line-height:1}.series-drag-handle .button-icon{width:15px;height:15px}.series-drag-handle:active{cursor:grabbing}.series-drag-handle:hover,.series-drag-handle:focus-visible{border-color:color-mix(in srgb,var(--primary) 52%,var(--border));color:var(--foreground)}.series-card-title h3{overflow:hidden;margin:0;color:var(--foreground);font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.series-card-title p{margin-top:2px;color:var(--muted-foreground);font-size:12px}.series-swatch{width:14px;height:14px;flex:0 0 auto;border:1px solid rgb(255 255 255 / 35%);border-radius:50%}.series-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.series-fields{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:10px;padding:12px 14px}.series-field{display:flex;min-width:0;grid-column:span 2;flex-direction:column;gap:6px}.series-field-id{grid-column:span 3}.series-field-name{grid-column:span 5}.series-field-model{grid-column:span 4}.series-field-title{grid-column:span 6}.series-field-note{grid-column:span 20}.series-field-precision,.series-field-mtp,.series-field-marker{grid-column:span 2}.series-field-isl-osl{grid-column:span 4}.line-style-field{grid-column:span 3}.color-field{grid-column:span 9}.series-field>span{color:var(--muted-foreground);font-size:12px;font-weight:700}.series-field input[type=text],.series-field select,.series-field textarea{width:100%;min-height:34px;padding:6px 9px;background:color-mix(in srgb,var(--background) 86%,transparent);font-size:13px}.series-field textarea{min-height:72px;resize:vertical;line-height:1.45}.line-style-controls{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.line-style-menu{position:relative}.line-style-menu summary{display:grid;height:34px;min-height:34px;grid-template-columns:42px minmax(0,1fr) 10px;align-items:center;gap:5px;padding:5px 7px;border:1px solid var(--border);border-radius:6px;background:color-mix(in srgb,var(--background) 86%,transparent);color:var(--foreground);cursor:pointer;list-style:none}.line-style-menu summary::-webkit-details-marker{display:none}.line-style-menu summary:after{content:"⌄";grid-column:3;justify-self:end;color:var(--muted-foreground);font-size:11px}.line-style-menu summary>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-style-sample{width:42px;height:12px}.line-style-sample line{stroke:currentColor;stroke-width:2.5;stroke-linecap:round}.line-style-menu-list{position:absolute;z-index:80;top:calc(100% + 4px);left:0;display:grid;width:min(240px,85vw);gap:2px;padding:5px;border:1px solid color-mix(in srgb,var(--border) 62%,transparent);border-radius:7px;background:var(--popover);box-shadow:0 16px 36px #0000003d}.line-style-menu-list button{display:grid;min-height:30px;grid-template-columns:42px minmax(0,1fr);align-items:center;justify-content:initial;gap:8px;padding:5px 8px;border:0;background:transparent;color:var(--popover-foreground);text-align:left}.line-style-menu-list button:hover,.line-style-menu-list button.selected{background:color-mix(in srgb,var(--accent) 70%,transparent)}.color-controls{display:grid;grid-template-columns:48px 30px minmax(0,1fr);align-items:center;gap:4px}.color-controls input[type=color]{width:30px;min-height:30px;padding:2px;border:1px solid var(--border);border-radius:6px;background:transparent;cursor:pointer}.color-controls.auto input[type=color]{opacity:.58}.color-auto-button{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-height:30px;padding:0 3px;border-color:color-mix(in srgb,var(--border) 54%,transparent);color:var(--muted-foreground);font-size:10px}.color-auto-swatch{width:8px;height:8px;border:1px solid color-mix(in srgb,var(--border) 58%,transparent);border-radius:50%;background:var(--muted-foreground)}.color-auto-button.active{border-color:color-mix(in srgb,var(--primary) 56%,var(--border));background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--foreground)}.color-presets{display:flex;flex-wrap:nowrap;align-items:center;gap:3px;min-width:0;overflow:hidden}.color-preset{width:16px;min-width:16px;min-height:16px;padding:0;border-color:color-mix(in srgb,var(--border) 68%,transparent);border-radius:50%;background:var(--swatch-color)}.color-preset:hover,.color-preset.selected{border-color:var(--ring);box-shadow:0 0 0 2px color-mix(in srgb,var(--ring) 22%,transparent)}.table-wrap{max-width:100%;min-width:0;overflow:auto;max-height:440px;border:1px solid color-mix(in srgb,var(--border) 52%,transparent);border-radius:8px;background:color-mix(in srgb,var(--background) 84%,transparent)}.point-table-wrap{width:calc(100% - 28px);max-width:calc(100% - 28px);max-height:300px;margin:0 14px 14px;border-radius:6px}.point-table-collapsed{margin:0 14px 14px;padding:0;border:1px dashed color-mix(in srgb,var(--border) 48%,transparent);border-radius:6px;color:var(--muted-foreground);background:color-mix(in srgb,var(--background) 74%,transparent);font-size:12px}.point-table-expanded-head{margin:0 14px 8px}.point-data-toggle{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:14px;padding:8px 12px;border:0;border-radius:6px;background:color-mix(in srgb,var(--accent) 42%,transparent);color:var(--foreground);text-align:left}.point-data-toggle:hover{background:color-mix(in srgb,var(--accent) 70%,transparent)}.point-data-toggle-main{display:inline-flex;min-width:0;align-items:center;gap:8px;font-weight:700}.point-data-toggle-meta{flex:0 0 auto;color:var(--muted-foreground);font-size:11px}.data-table{width:max(100%,760px);border-collapse:separate;border-spacing:0;font-size:12px;table-layout:fixed}.data-table th,.data-table td{height:32px;padding:7px 8px;border-right:1px solid color-mix(in srgb,var(--border) 38%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 32%,transparent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table th{position:sticky;top:0;z-index:2;background:var(--accent);color:var(--foreground);font-weight:700;text-align:left}.data-table td{background:color-mix(in srgb,var(--background) 94%,transparent);color:var(--foreground);outline:none}.data-table tbody tr:hover td{background:color-mix(in srgb,var(--accent) 58%,transparent)}.data-table td[contenteditable=true]:focus{position:relative;z-index:1;box-shadow:inset 0 0 0 2px var(--ring);background:var(--background)}.data-table td.required-cell:empty:before{content:"required";color:color-mix(in srgb,var(--muted-foreground) 62%,transparent)}.data-table .row-num{position:sticky;left:0;z-index:3;width:44px;min-width:44px;background:var(--accent);color:var(--muted-foreground);text-align:right}.data-table td.row-num{font-variant-numeric:tabular-nums}.point-table .point-actions-head,.point-table .point-actions-cell{position:sticky;left:44px;z-index:3;width:64px;min-width:64px;padding:3px;background:var(--accent);text-align:center}.point-table .point-actions-cell{background:color-mix(in srgb,var(--background) 94%,transparent)}.point-table tbody tr:hover .point-actions-cell{background:color-mix(in srgb,var(--accent) 58%,transparent)}.point-actions-cell{white-space:nowrap}.point-action-button{display:inline-grid;width:22px;height:22px;min-height:22px;place-items:center;padding:0;margin-right:4px;border:1px solid color-mix(in srgb,var(--border) 46%,transparent);border-radius:6px;background:color-mix(in srgb,var(--background) 76%,transparent);color:var(--muted-foreground);vertical-align:middle}.point-action-button .button-icon{width:13px;height:13px}.point-action-button:last-child{margin-right:0}.point-action-button:hover,.point-action-button:focus-visible{border-color:color-mix(in srgb,var(--primary) 52%,var(--border));color:var(--foreground)}.point-action-button.danger:hover,.point-action-button.danger:focus-visible{border-color:color-mix(in srgb,#ef4444 64%,var(--border));color:#ef4444}.data-table th:nth-child(2),.data-table th:nth-child(3),.data-table td:nth-child(2),.data-table td:nth-child(3){width:150px}.data-table th:nth-child(4),.data-table th:nth-child(5),.data-table td:nth-child(4),.data-table td:nth-child(5){width:120px}.data-table th:nth-child(7),.data-table td:nth-child(7){width:180px}.point-table{width:max(100%,1600px)}.point-table th{height:auto;min-height:38px;padding:6px;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;line-height:1.15;text-align:center;vertical-align:middle}.point-table th.point-actions-head,.point-table td.point-actions-cell{width:64px;min-width:64px;max-width:64px}.point-table th.point-cell-interactivity,.point-table td.point-cell-interactivity{width:112px}.point-table th.point-cell-throughput,.point-table td.point-cell-throughput{width:130px}.point-table th.point-cell-ttft,.point-table td.point-cell-ttft,.point-table th.point-cell-endToEnd,.point-table td.point-cell-endToEnd,.point-table th.point-cell-e2eNormalizedInteractivity,.point-table td.point-cell-e2eNormalizedInteractivity{width:110px}.point-table td.point-cell-interactivity,.point-table td.point-cell-throughput,.point-table td.point-cell-ttft,.point-table td.point-cell-endToEnd,.point-table td.point-cell-e2eNormalizedInteractivity{text-align:right}.point-table td.point-cell-shape,.point-table td.point-cell-num_prefill_gpu,.point-table td.point-cell-num_decode_gpu,.point-table td.point-cell-prefill_tp,.point-table td.point-cell-prefill_ep,.point-table td.point-cell-prefill_dp_attention,.point-table td.point-cell-decode_tp,.point-table td.point-cell-decode_ep,.point-table td.point-cell-decode_dp_attention,.point-table td.point-cell-concurrency{text-align:center}.point-table th.point-cell-shape,.point-table td.point-cell-shape{width:120px}.point-cell-shape select{width:100%;min-height:26px;padding:4px 6px;border-color:color-mix(in srgb,var(--border) 54%,transparent);background:color-mix(in srgb,var(--background) 86%,var(--accent));color:var(--foreground);font-size:12px;font-variant-numeric:tabular-nums}.point-cell-shape select option{background:var(--popover);color:var(--popover-foreground)}.point-table th.point-cell-concurrency,.point-table td.point-cell-concurrency{width:88px}.point-table th.point-cell-num_prefill_gpu,.point-table td.point-cell-num_prefill_gpu,.point-table th.point-cell-num_decode_gpu,.point-table td.point-cell-num_decode_gpu,.point-table th.point-cell-prefill_dp_attention,.point-table td.point-cell-prefill_dp_attention,.point-table th.point-cell-decode_dp_attention,.point-table td.point-cell-decode_dp_attention{width:68px}.point-table th.point-cell-prefill_tp,.point-table td.point-cell-prefill_tp,.point-table th.point-cell-prefill_ep,.point-table td.point-cell-prefill_ep,.point-table th.point-cell-decode_tp,.point-table td.point-cell-decode_tp,.point-table th.point-cell-decode_ep,.point-table td.point-cell-decode_ep{width:58px}.point-table th.point-cell-label,.point-table td.point-cell-label{width:360px;height:auto;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.data-actions{display:flex;align-items:center;gap:12px;margin-top:12px}.status{min-height:18px;margin:0;font-size:12px}.status.error{color:#ef4444}.status.dirty{color:var(--foreground)}.custom-scrollbar::-webkit-scrollbar,.legend-list::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track,.legend-list::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb,.legend-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:color-mix(in srgb,var(--muted-foreground) 25%,transparent);background-clip:padding-box}@media(max-width:1100px){.chart-layout{flex-direction:column}.inferencex-sync-add{grid-template-columns:repeat(3,minmax(0,1fr))}.inferencex-sync-add .action-button{grid-column:span 3;justify-self:start}.series-fields,.series-fields.plot-series-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.plot-series-fields .plot-line-name,.plot-series-fields .plot-line-marker,.plot-series-fields .plot-line-style{grid-column:span 1}.plot-series-fields .plot-line-color{grid-column:span 2}.filter-card.plot-settings-card{grid-template-columns:repeat(4,minmax(0,1fr))}.series-field,.series-field-id,.series-field-name,.series-field-model,.series-field-precision,.series-field-mtp,.series-field-marker{grid-column:span 1}.series-field-title,.series-field-note,.line-style-field,.color-field{grid-column:span 2}.legend-shell{width:100%;height:auto;flex-basis:auto}.legend-container{max-height:320px}}@media(max-width:900px){.chart-card-toolbar{position:static;max-width:none;margin-bottom:12px;justify-content:flex-start}.chart-caption{padding-right:0}}@media(max-width:700px){.quick-toolbar{top:auto;right:12px;bottom:12px;grid-auto-flow:column;transform:none}.container{width:min(100% - 20px,1440px)}.chart-card,.filter-card,.data-card{padding:16px}.filter-card,.filter-card.has-latency-percentile,.filter-card.plot-settings-card{grid-template-columns:1fr}.workspace-tabs{width:min(100% - 20px,1440px);overflow-x:auto}.workspace-tab{flex:0 0 auto;padding-inline:12px}.plot-import-item{align-items:stretch;flex-direction:column}.plot-import-replace{align-self:flex-start}.metric-row{padding-inline:0}.metric-switch{width:100%}.metric-switch-button{flex:1 1 132px}.chart-card-toolbar{position:static;margin-bottom:12px}.watermark-menu-panel{right:auto;left:0;width:min(270px,calc(100vw - 32px))}.chart-caption{padding-right:0}.data-card-header,.data-header-controls,.data-actions{flex-direction:column;align-items:stretch}.data-card-header{grid-template-columns:1fr}.data-header-controls{min-width:0}.data-header-actions{justify-content:flex-start}.data-action-group{flex-wrap:wrap}.data-header-status{text-align:left}.action-import-panel{grid-template-columns:1fr}.import-preview-head{flex-direction:column}.import-batch-controls{grid-template-columns:1fr}.import-preview-actions{justify-content:flex-start}.import-preview-item{grid-template-columns:1fr}.import-preview-points{text-align:left}.inferencex-sync-head,.inferencex-sync-manager-head,.inferencex-sync-config-row,.inferencex-sync-actions,.inferencex-sync-manager-actions{align-items:stretch;flex-direction:column}.inferencex-sync-actions,.inferencex-sync-manager-actions{justify-content:flex-start}.inferencex-sync-config-main strong,.inferencex-sync-config-main code,.inferencex-sync-config-main small{white-space:normal}.inferencex-sync-add{grid-template-columns:1fr}.inferencex-sync-add .action-button{grid-column:span 1}.merge-preview-head,.merge-preview-actions,.merge-line-item{align-items:stretch;flex-direction:column}.merge-preview-actions{justify-content:flex-start}.merge-line-meta{white-space:normal}.series-card-head,.series-card-actions{align-items:stretch;flex-direction:column}.series-fields,.series-fields.plot-series-fields{grid-template-columns:1fr}.plot-series-fields .plot-line-name,.plot-series-fields .plot-line-marker,.plot-series-fields .plot-line-style,.plot-series-fields .plot-line-color,.series-field,.series-field-id,.series-field-name,.series-field-model,.series-field-precision,.series-field-mtp,.series-field-marker,.series-field-title,.series-field-note,.line-style-field,.color-field{grid-column:span 1}}
