@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";.uplot,.uplot *,.uplot *:before,.uplot *:after{box-sizing:border-box}.uplot{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;width:min-content}.u-title{text-align:center;font-size:18px;font-weight:700}.u-wrap{position:relative;-webkit-user-select:none;user-select:none}.u-over,.u-under{position:absolute}.u-under{overflow:hidden}.uplot canvas{display:block;position:relative;width:100%;height:100%}.u-axis{position:absolute}.u-legend{font-size:14px;margin:auto;text-align:center}.u-inline{display:block}.u-inline *{display:inline-block}.u-inline tr{margin-right:16px}.u-legend th{font-weight:600}.u-legend th>*{vertical-align:middle;display:inline-block}.u-legend .u-marker{width:1em;height:1em;margin-right:4px;background-clip:padding-box!important}.u-inline.u-live th:after{content:":";vertical-align:middle}.u-inline:not(.u-live) .u-value{display:none}.u-series>*{padding:4px}.u-series th{cursor:pointer}.u-legend .u-off>*{opacity:.3}.u-select{background:#00000012;position:absolute;pointer-events:none}.u-cursor-x,.u-cursor-y{position:absolute;left:0;top:0;pointer-events:none;will-change:transform}.u-hz .u-cursor-x,.u-vt .u-cursor-y{height:100%;border-right:1px dashed #607D8B}.u-hz .u-cursor-y,.u-vt .u-cursor-x{width:100%;border-bottom:1px dashed #607D8B}.u-cursor-pt{position:absolute;top:0;left:0;border-radius:50%;border:0 solid;pointer-events:none;will-change:transform;background-clip:padding-box!important}.u-axis.u-off,.u-select.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-cursor-pt.u-off{display:none}:root{--bg: #070d17;--bg-2: #0b1425;--panel: rgba(13, 22, 39, .92);--panel-strong: rgba(18, 30, 52, .98);--text: #e9f0ff;--muted: #97abcf;--line: rgba(116, 147, 194, .28);--accent: #1fd9b3;--accent-2: #4d9dff;--danger: #ff6a7a;--warning: #f0b84b;--good: #1fd9b3}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text);font-family:Space Grotesk,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 15%,rgba(77,157,255,.15),transparent 23%),radial-gradient(circle at 80% 10%,rgba(31,217,179,.14),transparent 20%),linear-gradient(155deg,var(--bg),#070f1c 42%,var(--bg-2))}.app-shell{max-width:1680px;margin:0 auto;padding:24px}.pressure-app-shell{max-width:none}.secure-shell{max-width:960px;padding-top:72px}.secure-lock-panel{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.secure-lock-panel h2{margin:0}.secure-lock-panel p{margin:0;color:var(--muted)}.form-field{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:13px}.top-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.top-bar h1{margin:0;letter-spacing:.5px;font-weight:700}.top-bar p{margin:4px 0 0;color:var(--muted)}.toolbar{display:flex;align-items:center;gap:10px}.top-bar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.page-nav{display:flex;gap:8px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#091220c7}.page-tab{width:auto;min-width:128px;background:transparent;border-color:transparent}.page-tab.active{background:linear-gradient(110deg,#1fd9b33d,#4d9dff33);border-color:#4d9dff73;box-shadow:inset 0 0 0 1px #4d9dff2e}.layout{display:grid;grid-template-columns:290px 1fr;gap:16px}.layout-global{display:block}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:0 10px 32px #00000052}.section-title{font-size:13px;text-transform:uppercase;color:var(--muted);letter-spacing:.09em;margin-bottom:10px}.section-subtitle{color:var(--muted);margin:12px 0 8px;font-size:13px}.sidebar{position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto}.global-settings{margin-bottom:12px}.account-list{display:flex;flex-direction:column;gap:8px}.account-item{width:100%;display:flex;justify-content:space-between;align-items:center}.account-label{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.account-label strong{font-size:13px}.account-label small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.account-item.active{border-color:#4d9dffb3;box-shadow:inset 0 0 0 1px #4d9dff59}.state{font-size:11px;font-weight:700;letter-spacing:.08em}.state.on,.state.good{color:var(--good)}.state.off,.state.danger{color:var(--danger)}.state.warn{color:var(--warning)}.add-account{display:flex;flex-direction:column;gap:8px;margin-top:12px}.error-box{margin-top:10px;color:var(--danger);border:1px solid rgba(255,106,122,.35);border-radius:10px;padding:8px;font-size:12px}.warning-box{margin-bottom:12px;padding:10px 12px;border:1px solid rgba(240,184,75,.35);border-radius:10px;background:#4a350a2e;display:flex;align-items:center;justify-content:space-between;gap:12px}.warning-copy{color:var(--warning);font-size:12px;line-height:1.5}.warning-copy code{font-family:JetBrains Mono,monospace;color:var(--text)}.status-panel{margin-bottom:12px}.summary-panel{min-width:0}.summary-row{cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease}.summary-row:hover td{background:#121e3480}.summary-row.is-expanded td{background:#121e34ad}.summary-account-cell{display:flex;align-items:center;gap:10px}.summary-caret{color:var(--accent);font-size:12px;transition:transform .12s ease}.summary-caret.is-open{transform:rotate(90deg)}.summary-metric{font-family:JetBrains Mono,monospace}.summary-expand-row td{padding:0;border-bottom:1px solid var(--line)}.summary-expand-panel{padding:12px;background:#080f1ce6}.summary-compact-table th,.summary-compact-table td{white-space:nowrap}.summary-sort-button{width:auto;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:6px;font:inherit;letter-spacing:inherit;text-transform:inherit}.summary-sort-button.active{color:var(--text)}.summary-empty{padding:8px 4px}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px}.pressure-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px}.pressure-controls{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pressure-controls label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:12px}.pressure-controls input{min-width:160px}.pnl-history-controls{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pnl-history-controls label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:12px}.pnl-history-controls select{min-width:180px}.pnl-history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pnl-history-range-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pnl-history-range-chips button.active{border-color:#1fd9b3b3;background:#1fd9b333;color:var(--text)}.pnl-history-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.pnl-history-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--muted)}.pnl-history-status strong{color:var(--text)}.pnl-history-chart-panel{min-width:0}.pnl-history-chart{min-height:320px}.pnl-history-chart .uplot{width:100%!important}.pnl-history-empty{color:var(--muted)}.pressure-toggle-control{align-items:center;flex-direction:row!important;gap:8px!important;min-height:36px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#121e34b8;color:var(--text)!important}.pressure-toggle-control input{min-width:0;width:auto}.pressure-zoom-controls{display:flex;align-items:center;gap:6px}.pressure-zoom-controls button{min-width:48px;padding-inline:10px}.pressure-zoom-controls button.active{border-color:#1fd9b3b3;background:#1fd9b338;color:var(--text)}.pressure-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--muted)}.pressure-status strong{color:var(--text)}.pressure-status.live strong{color:var(--good)}.pressure-status.no_latest strong,.pressure-status.no_live_data strong{color:var(--warning)}.pressure-status.error strong{color:var(--danger)}.pressure-stats{grid-template-columns:repeat(9,minmax(110px,1fr));margin-bottom:12px}.pressure-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.pressure-compare-column{min-width:0}.pressure-compare-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.pressure-compare-header h3{margin:0 0 6px;font-size:16px;word-break:break-word}.pressure-compare-header p{margin:0;color:var(--muted);font-size:12px}.pressure-stats-compact{grid-template-columns:repeat(3,minmax(90px,1fr))}.pressure-filter-panel{margin-bottom:12px}.pressure-filter-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px}.pressure-filter-group{min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#121e3494}.pressure-filter-group.long{border-color:#22c55e61}.pressure-filter-group.short{border-color:#ef44446b}.pressure-filter-group-title{margin-bottom:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.pressure-filter-group.long .pressure-filter-group-title{color:var(--good)}.pressure-filter-group.short .pressure-filter-group-title{color:var(--danger)}.pressure-filter-row{display:grid;grid-template-columns:minmax(88px,1fr) 76px 76px minmax(74px,1fr) minmax(74px,1fr);gap:8px;align-items:center;margin-top:8px}.pressure-filter-time-row{display:grid;grid-template-columns:minmax(88px,1fr) 88px minmax(98px,1fr) minmax(98px,1fr);gap:8px;align-items:center;margin-top:8px}.pressure-filter-window-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:8px;align-items:center;margin-top:8px}.pressure-filter-window-label{color:var(--muted);font-size:12px}.pressure-filter-toggle{display:flex;align-items:center;gap:8px;color:var(--text);font-size:13px}.pressure-filter-toggle input{width:auto}.pressure-chart-panel{margin-bottom:12px;min-width:0}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.atr-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end;margin-bottom:8px}.atr-controls label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:12px}.research-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:flex-end;gap:10px}.research-controls label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:12px}.research-controls input,.research-controls select{min-width:88px}.research-controls textarea{min-width:220px;min-height:56px;resize:vertical}.research-inline-toggle{min-width:120px}.research-inline-toggle input{width:auto}.research-textarea-label{min-width:min(320px,100%)}.research-field-note{color:var(--muted);font-size:11px}.research-wait-note{grid-column:1 / -1;width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(77,157,255,.28);background:#122138eb;color:#cfe3ff;font-size:12px;font-family:JetBrains Mono,monospace;box-shadow:inset 0 1px #ffffff0a}.research-stats{margin-bottom:12px}.research-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin:14px 0 12px}.research-card{margin-top:0;padding:14px;background:linear-gradient(180deg,#0c1627f5,#080f1ce0),radial-gradient(circle at top right,rgba(77,157,255,.14),transparent 42%);box-shadow:inset 0 1px #ffffff0a}.research-card.disabled{opacity:.88}.research-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.research-card-note{max-width:44ch;margin:6px 0 0}.research-card-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(116,147,194,.24);border-radius:999px;background:#0d182ae0;color:var(--text);font-size:12px;font-weight:700;white-space:nowrap}.research-card-toggle input{width:auto;margin:0;accent-color:var(--accent)}.research-card-disabled-note{margin:0;padding:12px;border:1px dashed rgba(116,147,194,.24);border-radius:10px;background:#09122075}.research-window-editor{margin-top:14px}.research-window-editor table{margin-top:8px}.atr-controls input,.atr-controls select{min-width:88px}.chart-legend{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;font-family:JetBrains Mono,monospace}.pressure-chart{width:100%;max-width:100%;min-height:220px;overflow:hidden}.pressure-chart-pressure{min-height:190px}.pressure-chart-pressureStats,.pressure-chart-tickRateStats{min-height:180px}.pressure-chart-tickRate{min-height:170px}.pressure-chart .uplot{background:transparent;color:var(--text);font-family:JetBrains Mono,monospace;max-width:100%}.pressure-chart .u-title,.pressure-chart .u-legend{color:var(--text)}.pressure-chart .u-axis{color:var(--muted)}.metric-histogram{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);background:#080f1c7a;border-radius:8px;padding-inline:8px;padding-bottom:8px}.metric-histogram-header{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--muted);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.metric-histogram-bars{height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(6px,1fr));gap:2px;align-items:end}.metric-histogram-bars-wrap{position:relative;height:68px;overflow:hidden;border-radius:4px}.metric-histogram-bar{height:100%;background:#121e34b8;border:1px solid rgba(116,147,194,.2);border-radius:2px;overflow:hidden;display:flex;align-items:flex-end}.metric-histogram-fill{width:100%;opacity:.9}.metric-histogram-curve{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none;overflow:hidden}.metric-histogram-range{margin-top:6px;display:flex;justify-content:space-between;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:11px}.metric-histogram-empty{margin-top:6px;color:var(--muted);font-size:11px;font-family:JetBrains Mono,monospace}.stat-box{background:var(--panel-strong);border:1px solid var(--line);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:3px}.stat-box span{color:var(--muted);font-size:12px}.stat-box strong{font-family:JetBrains Mono,monospace;font-size:14px}.stat-box strong.tone-danger{color:var(--danger)}.stat-box strong.tone-good{color:var(--good)}.stat-box strong.tone-warning{color:var(--warning)}.actions-row{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.settings-config-tabs{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.copy-settings-row{margin-top:10px;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:10px;align-items:center}.copy-settings-row span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.sensitive-copy-row{grid-template-columns:auto minmax(220px,1fr) minmax(220px,1fr) auto}.content{display:flex;flex-direction:column;gap:12px}.content-wide{max-width:1180px}.pressure-content{max-width:none;width:100%}.page-error{margin-bottom:16px}.page-hero{display:grid;grid-template-columns:minmax(240px,1.1fr) minmax(320px,1fr);gap:16px;align-items:start}.page-hero-copy h2{margin:0;font-size:28px;line-height:1.1}.page-hero-copy p{margin:8px 0 0;color:var(--muted);max-width:46rem}.eow-toolbar{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(180px,1fr) auto;gap:10px;align-items:end;margin-bottom:10px}.runtime-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.field{display:flex;flex-direction:column;gap:6px}.field span{color:var(--muted);font-size:12px}.check-field{flex-direction:row;align-items:center;gap:10px;padding-top:22px}.check-field input[type=checkbox]{width:auto;margin:0;accent-color:var(--accent)}.module-block{margin-top:12px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#0a12208c}.settings-group{margin-top:12px;border:1px solid rgba(121,162,255,.16);border-radius:10px;padding:10px;background:#070e1a85}.settings-group-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.route-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.route-subblock{background:#070e1abf}.global-settings-form{display:grid;grid-template-columns:minmax(220px,360px) auto;gap:14px;align-items:end}.global-settings-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.global-settings-actions button{width:auto;min-width:180px}.om-axis{position:relative;height:20px;margin:8px 0 6px;border:1px solid var(--line);border-radius:8px;background:#091220cc}.om-axis-tick{position:absolute;top:0;bottom:0;width:1px;border-left:1px solid rgba(116,147,194,.35)}.om-axis-tick span{position:absolute;top:2px;left:2px;font-size:10px;color:var(--muted);font-family:JetBrains Mono,monospace}.om-grid{display:grid;gap:6px;margin-bottom:8px}.om-day-row{display:grid;grid-template-columns:46px 1fr;gap:8px;align-items:center}.om-day-label{font-size:12px;color:var(--muted);text-align:right;font-weight:600}.om-lane{position:relative;height:34px;border:1px solid var(--line);border-radius:8px;background:#080f1ce6;overflow:hidden}.om-lane-grid{position:absolute;top:0;bottom:0;border-left:1px dashed rgba(116,147,194,.22)}.om-block{position:absolute;top:4px;height:24px;display:grid;grid-template-columns:8px 1fr 8px;border-radius:6px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(120deg,#1fd9b3f2,#4d9dfff2);color:#07101f;font-size:10px;font-weight:700;-webkit-user-select:none;user-select:none}.om-block.split{background:linear-gradient(120deg,#f0b84bf2,#ff6a7ae6)}.om-handle{background:#00000038;cursor:ew-resize}.om-block-body{display:flex;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:grab}.om-block-body.split-body{cursor:not-allowed}.om-actions-row{margin:8px 0}.om-actions-row select,.om-actions-row button{width:auto}.om-copy-row{align-items:center}.om-copy-row span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.om-copy-row select,.om-copy-row button{width:auto}table{width:100%;border-collapse:collapse}.table-scroll{overflow-x:auto}th,td{border-bottom:1px solid var(--line);padding:8px;text-align:left;font-size:12px}.table-subtext{color:var(--muted);font-size:11px;margin-top:2px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.muted-row{text-align:center;color:var(--muted)}input,select,button{width:100%;border-radius:10px;border:1px solid var(--line);padding:9px 10px;color:var(--text);background:#0a1220e6;font-family:inherit}input,select{font-family:JetBrains Mono,monospace;font-size:12px}button{cursor:pointer;background:linear-gradient(110deg,#1fd9b33d,#4d9dff33);font-weight:600}button.secondary{background:#101d32f0}button.danger{background:#961c2d5c;border-color:#ff6a7a6b}.ranges-wrap button{width:auto}.empty-state{color:var(--muted)}.market-status-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:end;justify-content:flex-end}.market-status-controls label{min-width:160px;display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px}.market-stream-badge{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:9px 12px;border-radius:999px;border:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.market-stream-badge.live{color:#1fd9b3;border-color:#1fd9b359}.market-stream-badge.connecting,.market-stream-badge.reconnecting{color:#f0b84b;border-color:#f0b84b59}.market-stream-badge.stale{color:#ff6a7a;border-color:#ff6a7a59}.market-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.market-stat-card{display:flex;flex-direction:column;gap:6px}.market-stat-card strong{font-size:24px}.market-filter-panel{display:flex;flex-direction:column;gap:10px}.market-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.market-filter-row label{display:inline-flex;align-items:center;gap:8px;width:auto;color:var(--muted);font-size:12px}.market-filter-row input[type=checkbox]{width:auto}.market-search-input{flex:1 1 240px}.market-status-table .market-actions{display:flex;gap:8px;align-items:center}.market-status-table .market-actions a,.market-status-table .market-actions button{width:auto}.market-status-table .market-actions a{color:var(--accent);text-decoration:none;font-size:12px}.market-row-stale{background:#f0b84b14}.state-pill{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:4px 8px;border-radius:999px;border:1px solid rgba(116,147,194,.25);background:#0e192ce6;color:var(--text);font-size:11px;font-weight:700}.state-pill.buy,.state-pill.good{color:#1fd9b3;border-color:#1fd9b359}.state-pill.sell{color:#ff6a7a;border-color:#ff6a7a59}.state-pill.none,.state-pill.off{color:var(--muted)}.note{color:var(--muted);font-size:12px}@media (max-width: 1200px){.top-bar{flex-direction:column}.top-bar-actions{width:100%;justify-content:space-between}.layout{grid-template-columns:1fr}.sidebar{position:static;max-height:none}.stats-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.pressure-compare-grid{grid-template-columns:1fr}.research-card-header{flex-direction:column;align-items:stretch}.research-card-toggle{align-self:flex-start}.pressure-stats-compact{grid-template-columns:repeat(3,minmax(90px,1fr))}.copy-settings-row,.page-hero,.global-settings-form,.eow-toolbar{grid-template-columns:1fr}.market-status-controls{justify-content:stretch}.market-status-controls label{min-width:0;width:100%}.market-filter-row{flex-direction:column;align-items:stretch}}@media (max-width: 700px){.pressure-hero{align-items:stretch;flex-direction:column}.pressure-controls{justify-content:flex-start}.pressure-controls label,.pressure-controls input{width:100%}.pnl-history-controls{justify-content:flex-start;width:100%}.pnl-history-controls label,.pnl-history-controls select{width:100%}.pressure-toggle-control input{width:auto}.pressure-zoom-controls{width:100%}.pressure-zoom-controls button{flex:1 1 0}.pressure-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.pressure-filter-groups{grid-template-columns:1fr}.pressure-filter-row{grid-template-columns:minmax(0,1fr) 72px 72px repeat(2,minmax(72px,1fr))}.pressure-filter-time-row{grid-template-columns:minmax(0,1fr) 92px repeat(2,minmax(88px,1fr))}.pressure-filter-window-row{grid-template-columns:minmax(0,1fr) minmax(96px,1fr)}.pressure-compare-header,.chart-header,.pressure-status,.pnl-history-toolbar,.pnl-history-status{align-items:stretch;flex-direction:column}}
