/* ATLAS TERMINAL white workspace. Load after docta-theme.css.
   The terminal is deliberately white even when the website preference is dark.
   Historical preferences, business states and data colors keep their identities. */
html:has(> body.terminal-v2-page){background:#fff!important;color-scheme:light!important}
html:root:has(> body.terminal-v2-page),
html:root:has(> body.terminal-v2-page) body.terminal-v2-page{
  --terminal-bg:#fff;--terminal-panel:#fff;--terminal-panel-2:#fff;
  --terminal-line:#e2e2e2;--terminal-line-strong:#c9c9c9;
  --terminal-text:#252525;--terminal-muted:#656565;
  --terminal-cyan:#303030;--terminal-blue:#555;--terminal-violet:#777;
  --terminal-up:#216b4d;--terminal-down:#b33e38;--terminal-warn:#77613c;
  --terminal-chart-ink:#292929;--terminal-chart-muted:#6e6e6e;
  --terminal-chart-grid:#e9e9e9;--terminal-chart-up:#167653;--terminal-chart-down:#bf4744;
  --docta-ink:#fff;--docta-ink-raised:#fff;--docta-paper:#252525;
  --docta-white:#252525;--docta-muted:#656565;--docta-dim:#737373;
  --docta-gray-gold:#626262;--docta-rule:#e2e2e2;--docta-rule-strong:#c9c9c9;
  --docta-hover:#f6f6f6;--docta-up:#216b4d;--docta-down:#b33e38;
  --docta-foundation-ink:#fff;--docta-foundation-ink-raised:#fff;
  --docta-foundation-paper:#252525;--docta-foundation-white:#252525;
  --docta-foundation-muted:#656565;--docta-foundation-dim:#737373;
  --docta-foundation-gray-gold:#626262;--docta-foundation-rule:#e2e2e2;
  --docta-foundation-rule-strong:#c9c9c9;--docta-foundation-hover:#f6f6f6;
  --docta-foundation-up:#216b4d;--docta-foundation-down:#b33e38;
  --color-page-background:#fff;--color-surface:#fff;--color-surface-elevated:#fff;
  --color-surface-subtle:#fff;--color-surface-strong:#eee;--color-control-surface:#fff;
  --color-text-primary:#252525;--color-text-primary-rgb:37,37,37;
  --color-text-secondary:#656565;--color-text-muted:#656565;--color-text-emphasis:#171717;
  --color-text-body:#353535;--color-text-subtle:#656565;--color-text-faint:#737373;
  --color-text-support:#565656;--color-border:#e2e2e2;--color-border-solid:#e2e2e2;
  --color-border-strong:#c9c9c9;--color-control-border:#ccc;--color-divider:#e2e2e2;
  --color-component-border:#d8d8d8;--color-accent:#555;--color-link:#303030;--color-focus:#555;
  --color-success:#216b4d;--color-warning:#77613c;--color-danger:#b33e38;
  --color-success-surface:#fff;--color-warning-surface:#fff;--color-danger-surface:#fff;
  --color-hover:#f6f6f6;--color-overlay:rgba(0,0,0,.35);--color-shadow:rgba(0,0,0,.09);
  --color-shadow-menu:rgba(0,0,0,.12);--color-shadow-dialog:rgba(0,0,0,.15);
  --color-shadow-feedback:rgba(0,0,0,.12);--color-shadow-float:rgba(0,0,0,.12);
  --color-header:#fff;--color-header-opaque:#fff;--color-menu-background:#fff;
  --color-translucent-surface:#fff;--color-grid:#ececec;--color-chart-grid:#e9e9e9;
  --color-field-background:#fff;--color-on-accent:#fff;
  --color-action-background:#303030;--color-action-background-hover:#171717;
  --color-action-border:#303030;--color-action-text:#fff;
  --color-chart-neutral:#303030;--color-section-alternate:#fff;
  --color-selected-background:#f3f3f3;--color-focus-ring:rgba(0,0,0,.1);
  --color-chart-series-1:#292929;--color-chart-series-2:#555;--color-chart-series-3:#767676;
  --color-chart-series-4:#8d816d;--color-chart-series-5:#9d9d9d;--color-chart-series-6:#b3b3b3;
  --terminal-command-height:68px;--terminal-rail-width:68px;--terminal-status-height:44px;
  margin:0;min-width:320px;background:#fff!important;color:#252525!important;
  color-scheme:light!important;font-size:13px;line-height:1.55;overflow-x:clip;
}

/* Keep the full application white, including legacy literal-color surfaces. */
html:root body.terminal-v2-page :is(
  .terminal-app,.terminal-canvas,.terminal-command,.terminal-workspace-tabs,.terminal-function-tabs,
  .terminal-statusbar,.terminal-site-header,.terminal-utility-row,
  .terminal-card,.terminal-panel,.terminal-card-head,.terminal-panel-head,.terminal-panel-body,.terminal-card-body,
  .terminal-query input,.terminal-command-meta select,.terminal-query kbd,.terminal-search-results,.terminal-search-section,
  .terminal-search-result-code,.terminal-context-code,.terminal-loading,
  .terminal-kpi,.terminal-market-tick,.terminal-market-snapshot-card,.terminal-security-head,.terminal-security-stat,
  .terminal-function-card,.terminal-workspace-card,.terminal-workspace-card-supply,.terminal-dashboard-search,
  .terminal-news-topic,.terminal-news-visual-cell,.terminal-news-visual-cell>span,.terminal-news-topic-dot,
  .terminal-desk-window,.terminal-desk-window-open,.terminal-desk-window-stream-head,.terminal-desk-window-foot,
  .terminal-impact-item,.terminal-supply-toolbar,.terminal-supply-year select,.terminal-supply-stage,
  .terminal-supply-node,.terminal-xray-column,.terminal-atlas-visual-host,.terminal-supply-preview-orbit,
  .terminal-core-toolbar,.terminal-core-filter select,.terminal-core-evidence-item,.terminal-core-inline-section,
  .terminal-focus-sheet,.terminal-table-wrap,.terminal-chart-wrap,.terminal-performance-chart,
  .terminal-chart-tooltip,.terminal-chart-series,.atlas-ai-panel,.atlas-ai-panel>header,.atlas-ai-panel>p,
  .terminal-price-chart,.terminal-price-toolbar,.terminal-price-plot
){background:#fff!important;border-color:var(--terminal-line)!important;box-shadow:none}
html:root body.terminal-v2-page .terminal-workspace-card::after,
html:root body.terminal-v2-page .terminal-supply-preview-orbit::before{display:none}
html:root body.terminal-v2-page :is(button,input,select,textarea){color-scheme:light;accent-color:#333}
html:root body.terminal-v2-page :is(input,select,textarea){background:#fff!important;color:#252525!important;border-color:#ccc!important}
html:root body.terminal-v2-page :is(input,textarea)::placeholder{color:#737373;opacity:1}
html:root body.terminal-v2-page :is(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:2px solid #555!important;outline-offset:3px;box-shadow:none;
}
html:root body.terminal-v2-page :is(button,input,select,textarea):disabled{cursor:not-allowed;color:#777!important;opacity:1}
html:root body.terminal-v2-page [hidden]{display:none!important}
/* This product has a fixed white surface; the saved website preference is untouched. */
html:root body.terminal-v2-page .docta-theme-toggle,
html:root body.terminal-v2-page .terminal-utility-row:has(> .docta-theme-toggle:only-child){display:none!important}
/* Feedback occupies the reserved right edge of the status strip, never a new row. */
html:root body.terminal-v2-page .terminal-utility-row:has(> .ycf-trigger){
  position:fixed;inset:auto 0 0 auto;z-index:130;display:flex;align-items:stretch;justify-content:center;
  width:96px;min-height:44px;height:calc(44px + env(safe-area-inset-bottom));padding:0 0 env(safe-area-inset-bottom);
  overflow:visible;border:0;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;
}
html:root body.terminal-v2-page .terminal-utility-row>.ycf-trigger.ycf-trigger-inline{
  position:static!important;inset:auto!important;min-width:0!important;width:96px!important;min-height:44px!important;height:44px!important;
  padding:0 10px!important;gap:6px;border:0!important;border-radius:0!important;
  background:#fff!important;color:#454545!important;font-size:11px;box-shadow:none!important;
}
html:root body.terminal-v2-page .terminal-utility-row>.ycf-trigger .ycf-trigger-dot{background:#555!important;box-shadow:none!important}
html:root body.terminal-v2-page .terminal-app:has(> .terminal-utility-row>.ycf-trigger)>.terminal-statusbar{margin-right:96px}

/* Search and navigation share a stable vertical rhythm. */
html:root body.terminal-v2-page .terminal-command{
  min-height:var(--terminal-command-height);grid-template-columns:auto minmax(280px,760px) minmax(100px,1fr) auto;
  padding:10px 20px;gap:16px;box-shadow:0 1px 0 #00000003;backdrop-filter:none;
}
html:root body.terminal-v2-page .terminal-home-mark{
  display:flex;align-items:center;min-height:44px;padding:4px 8px;border:0;border-radius:6px;background:#fff;color:#252525;
}
html:root body.terminal-v2-page :is(.terminal-home-mark .logo,.terminal-brand .logo,.terminal-home-mark.docta-lockup){color:#252525!important}
html:root body.terminal-v2-page :is(.terminal-home-mark .logo,.terminal-brand .logo,.terminal-home-mark.docta-lockup)::before{
  background:url('/assets/brand/docta-ignorantia-mark-dark.svg?v=20260817c') center/contain no-repeat!important;
  filter:none!important;opacity:1!important;mix-blend-mode:normal!important;
}
html:root body.terminal-v2-page .terminal-query{min-width:0}
html:root body.terminal-v2-page .terminal-query input{height:44px;border-radius:8px;padding-left:38px;font-size:12px}
html:root body.terminal-v2-page .terminal-query-mark{color:#555;font-size:21px}
html:root body.terminal-v2-page .terminal-query kbd{font-size:10px;color:#737373;border-radius:4px}
html:root body.terminal-v2-page .terminal-command-meta{gap:8px;min-width:0}
html:root body.terminal-v2-page .terminal-command-meta select{height:40px;border-radius:6px;font-size:11px}
html:root body.terminal-v2-page :is(.terminal-clock,.terminal-command-meta label>span){font-size:10px;color:#656565}
html:root body.terminal-v2-page .terminal-context{gap:8px}
html:root body.terminal-v2-page .terminal-context strong{font-size:11px}
html:root body.terminal-v2-page .terminal-context-code{padding:4px 6px;color:#555;border-radius:4px;font-size:9px}
html:root body.terminal-v2-page :is(.terminal-language a,.terminal-exit,.terminal-ai-toggle){min-width:34px;min-height:36px;display:grid;place-items:center;border-radius:5px}
html:root body.terminal-v2-page .terminal-language{border-radius:6px}
html:root body.terminal-v2-page .terminal-ai-link{font-size:10px;color:#555}
html:root body.terminal-v2-page .terminal-search-results{
  top:calc(100% + 8px);width:min(760px,calc(100vw - 32px));max-height:min(560px,70dvh);
  border-radius:10px;box-shadow:0 12px 36px #00000014!important;overscroll-behavior:contain;
}
html:root body.terminal-v2-page .terminal-search-section{min-height:34px;padding:8px 12px;font-size:10px}
html:root body.terminal-v2-page .terminal-search-section small{font-size:10px}
html:root body.terminal-v2-page :is(.terminal-search-result,.terminal-search-option){min-height:62px;padding:12px;gap:10px}
html:root body.terminal-v2-page :is(.terminal-search-result strong,.terminal-search-option strong){font-size:13px;line-height:1.5;color:#252525}
html:root body.terminal-v2-page :is(.terminal-search-result small,.terminal-search-option small,.terminal-search-result-type){font-size:10px;line-height:1.5;color:#656565}
html:root body.terminal-v2-page .terminal-search-result-code{font-size:10px!important;color:#454545!important;border-radius:4px;max-width:110px;overflow-wrap:anywhere}
html:root body.terminal-v2-page .terminal-workspace-tabs{
  width:var(--terminal-rail-width);top:var(--terminal-command-height);bottom:var(--terminal-status-height);
  padding:10px 6px;gap:7px;overflow-y:auto;scrollbar-width:thin;
}
html:root body.terminal-v2-page .terminal-workspace-tabs button{width:54px;min-height:54px;border-radius:7px;border-color:transparent!important}
html:root body.terminal-v2-page .terminal-workspace-tabs button code{font-size:10px;line-height:1.5;color:#656565}
html:root body.terminal-v2-page .terminal-function-tabs{
  top:var(--terminal-command-height);min-height:44px;padding:0 20px 0 calc(var(--terminal-rail-width) + 20px);
  gap:4px;scrollbar-width:thin;
}
html:root body.terminal-v2-page .terminal-function-tabs button{min-height:44px;padding:0 12px;font-size:11px;color:#656565}
html:root body.terminal-v2-page .terminal-function-tabs button::after{display:none}
html:root body.terminal-v2-page :is(.terminal-workspace-tabs button[aria-selected='true'],.terminal-function-tabs button[aria-selected='true']){
  background:#f3f3f3!important;color:#252525!important;box-shadow:inset 0 -2px 0 #444!important;
}
html:root body.terminal-v2-page .terminal-workspace-tabs button[aria-selected='true'] code{color:#252525}
html:root body.terminal-v2-page :is(
  .terminal-search-result:hover,.terminal-search-result:focus,.terminal-search-result[aria-selected='true'],
  .terminal-search-option:hover,.terminal-search-option:focus,.terminal-search-option[aria-selected='true'],
  .terminal-workspace-tabs button:hover,.terminal-function-tabs button:hover,.terminal-function-card:hover,
  .terminal-workspace-card:hover,.terminal-desk-window-open:hover,.terminal-home-news-item:hover,
  .terminal-news-item:hover,.terminal-news-item.is-active,.terminal-filter-button[aria-pressed='true'],
  .terminal-supply-mode[aria-pressed='true']
){background:#f6f6f6!important;color:#252525!important}

/* Content: fewer cramped boundaries, readable labels and a clear chart hierarchy. */
html:root body.terminal-v2-page .terminal-canvas{
  min-height:calc(100dvh - 146px);padding:20px 24px 32px calc(var(--terminal-rail-width) + 24px);
}
html:root body.terminal-v2-page :is(.terminal-screen,.terminal-grid,.terminal-home-hero,.terminal-workspace-window-grid){gap:16px}
html:root body.terminal-v2-page :is(.terminal-home-screen,.terminal-domain-screen){max-width:1640px}
html:root body.terminal-v2-page .terminal-screen-header{min-height:48px;padding:2px 0 12px;flex-wrap:wrap}
html:root body.terminal-v2-page .terminal-screen-title{flex-wrap:wrap;gap:8px 12px}
html:root body.terminal-v2-page .terminal-screen-title :is(h1,h2){font-size:21px;line-height:1.4;letter-spacing:-.035em}
html:root body.terminal-v2-page .terminal-screen-title p{font-size:11px;line-height:1.6}
html:root body.terminal-v2-page :is(.terminal-card,.terminal-panel,.terminal-function-card,.terminal-workspace-card,.terminal-desk-window){border-radius:10px}
html:root body.terminal-v2-page :is(.terminal-card-head,.terminal-panel-head){min-height:46px;padding:12px 16px;flex-wrap:wrap;gap:6px 12px}
html:root body.terminal-v2-page :is(.terminal-card-head h3,.terminal-panel-head h2,.terminal-panel-head h3){font-size:12px;line-height:1.5;letter-spacing:.02em;text-transform:none;color:#353535}
html:root body.terminal-v2-page :is(.terminal-card-head small,.terminal-panel-head small){font-size:10px;line-height:1.5;color:#656565}
html:root body.terminal-v2-page :is(.terminal-card-body,.terminal-panel-body){padding:16px}
html:root body.terminal-v2-page :is(.terminal-button,.terminal-filter-button,.terminal-supply-mode){
  min-height:38px;padding:8px 11px;border-radius:6px;font-size:11px;line-height:1.5;color:#454545!important;
}
html:root body.terminal-v2-page .terminal-button.is-primary{border-color:#777!important;color:#252525!important;font-weight:600}
html:root body.terminal-v2-page :is(.terminal-button:hover,.terminal-filter-button:hover,.terminal-supply-mode:hover){background:#f6f6f6!important;border-color:#999!important;color:#252525!important}
html:root body.terminal-v2-page :is(.terminal-source-badge,.terminal-freshness,.terminal-tag){font-size:10px;line-height:1.4;min-height:24px;padding:3px 7px;border-radius:4px;color:#656565;background:#fff!important}
html:root body.terminal-v2-page :is(.terminal-source-badge.is-live,.terminal-freshness.is-live){color:var(--terminal-up)!important;border-color:#b1c9bd!important}
html:root body.terminal-v2-page :is(.terminal-source-badge.is-eod,.terminal-freshness.is-eod){color:#656565!important;border-color:#ccc!important}
html:root body.terminal-v2-page :is(.terminal-source-badge.is-partial,.terminal-freshness.is-partial){color:var(--terminal-warn)!important;border-color:#d2c9b9!important}
html:root body.terminal-v2-page :is(.terminal-note,.terminal-core-notice,.terminal-alert,.terminal-noscript){background:#fff!important;font-size:12px;line-height:1.7;padding:12px 14px;border-radius:6px;color:#656565!important}
html:root body.terminal-v2-page :is(.terminal-alert,.terminal-noscript){border-color:#d9aaa6;border-left-color:var(--terminal-down);color:var(--terminal-down)!important}
html:root body.terminal-v2-page :is(.terminal-empty,.terminal-unavailable){min-height:120px;padding:24px 16px;line-height:1.7}
html:root body.terminal-v2-page :is(.terminal-empty strong,.terminal-unavailable strong){font-size:14px}
html:root body.terminal-v2-page :is(.terminal-empty p,.terminal-unavailable p,.terminal-loading){font-size:12px}
html:root body.terminal-v2-page .terminal-loading::after{border-color:#e2e2e2;border-top-color:#555}
html:root body.terminal-v2-page .terminal-security-head{padding:18px;gap:16px;border-radius:10px}
html:root body.terminal-v2-page .terminal-security-id h1{font-size:25px;line-height:1.35;letter-spacing:-.035em}
html:root body.terminal-v2-page .terminal-security-id code{font-size:11px}
html:root body.terminal-v2-page .terminal-security-stat{padding:0 12px;border-left:1px solid #e2e2e2}
html:root body.terminal-v2-page :is(.terminal-security-stat span,.terminal-kpi span,.terminal-kpi small,.terminal-market-snapshot-card small){font-size:10px;line-height:1.6;color:#656565}
html:root body.terminal-v2-page .terminal-security-stat strong{font-size:17px}
html:root body.terminal-v2-page .terminal-kpi{padding:14px 16px}
html:root body.terminal-v2-page .terminal-kpi strong{font-size:23px;line-height:1.5}
html:root body.terminal-v2-page :is(.terminal-market-snapshot,.terminal-market-tape){border-radius:8px;overflow:hidden}
html:root body.terminal-v2-page .terminal-market-snapshot-card{padding:14px 16px;gap:4px 10px}
html:root body.terminal-v2-page .terminal-market-snapshot-card strong{font-size:12px}
html:root body.terminal-v2-page .terminal-market-snapshot-card b{font-size:18px}
html:root body.terminal-v2-page .terminal-market-snapshot-card em{font-size:11px}
html:root body.terminal-v2-page .terminal-market-tick{padding:12px}
html:root body.terminal-v2-page :is(.terminal-market-tick span,.terminal-market-tick span b,.terminal-market-tick span small,.terminal-market-tick em){font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-market-tick strong{font-size:15px}

/* Tables keep complete data in their own scrolling region, with aligned numbers. */
html:root body.terminal-v2-page .terminal-table-wrap{min-width:0;max-width:100%;max-height:min(760px,72dvh);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;border-radius:0 0 9px 9px}
html:root body.terminal-v2-page .terminal-table{font-size:12px;line-height:1.6;font-variant-numeric:tabular-nums}
html:root body.terminal-v2-page .terminal-table :is(th,td){padding:11px 14px;border-color:#e7e7e7!important;background:#fff;color:#454545}
html:root body.terminal-v2-page .terminal-table th{z-index:2;font-size:10px;font-weight:500;letter-spacing:.025em;text-transform:none;background:#fff!important;color:#656565;box-shadow:0 1px 0 #ddd}
html:root body.terminal-v2-page .terminal-table tbody tr:hover td{background:#f7f7f7!important}
html:root body.terminal-v2-page .terminal-table :is(a,button){font-size:inherit;line-height:inherit}
html:root body.terminal-v2-page .terminal-core-toolbar{padding:14px;gap:12px;border-radius:8px}
html:root body.terminal-v2-page .terminal-core-filter>span{font-size:10px;line-height:1.5}
html:root body.terminal-v2-page .terminal-core-filter select{height:40px;padding-left:10px;border-radius:6px;font-size:11px}
html:root body.terminal-v2-page .terminal-core-table td small{font-size:10px;line-height:1.65;white-space:normal;overflow-wrap:anywhere;margin-top:5px}
html:root body.terminal-v2-page .terminal-core-source{color:#3b3b3b;text-decoration:underline;text-underline-offset:3px}
html:root body.terminal-v2-page :is(.terminal-core-evidence-item,.terminal-core-inline-section){border-radius:8px;padding:16px}
html:root body.terminal-v2-page :is(.terminal-core-inline-title h2,.terminal-core-inline-section-title){font-size:13px;line-height:1.6}
html:root body.terminal-v2-page .terminal-core-inline-title p{font-size:11px;line-height:1.7}
html:root body.terminal-v2-page .terminal-core-evidence-head{flex-wrap:wrap}
html:root body.terminal-v2-page .terminal-core-evidence-head strong{font-size:11px;line-height:1.6}
html:root body.terminal-v2-page :is(.terminal-core-evidence-head small,.terminal-core-evidence-locator,.terminal-core-evidence-preview,.terminal-core-evidence-table caption){font-size:10px;line-height:1.65}
html:root body.terminal-v2-page .terminal-core-evidence-text{font-size:12px;line-height:1.85;color:#454545}
html:root body.terminal-v2-page .terminal-panel details{min-width:0}
html:root body.terminal-v2-page .terminal-panel summary{min-height:44px;padding:12px 16px;cursor:pointer;font-size:12px;color:#454545;border-bottom:1px solid #e2e2e2}

/* Price history is the principal visual, with data controls outside the plot. */
html:root body.terminal-v2-page .terminal-price-chart{min-width:0;padding:0}
html:root body.terminal-v2-page .terminal-price-screen .terminal-panel:has(.terminal-price-chart)>.terminal-panel-head{min-height:0;padding:8px 16px 0;border-bottom:0}
html:root body.terminal-v2-page .terminal-price-screen .terminal-panel:has(.terminal-price-chart)>.terminal-panel-head h2{display:none}
html:root body.terminal-v2-page .terminal-price-screen .terminal-panel:has(.terminal-price-chart)>.terminal-panel-head small{font-size:11px;line-height:1.4}
html:root body.terminal-v2-page .terminal-price-screen .terminal-panel:has(.terminal-price-chart)>.terminal-panel-body{padding-top:4px}
html:root body.terminal-v2-page .terminal-price-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;padding:0 4px 6px;border-bottom:1px solid #e9e9e9}
html:root body.terminal-v2-page :is(.terminal-price-range,.terminal-price-granularity,.terminal-price-display){display:flex;gap:4px;align-items:center;min-width:0;max-width:100%;overflow-x:auto;scrollbar-width:thin}
html:root body.terminal-v2-page :is(.terminal-price-range,.terminal-price-granularity,.terminal-price-display) button{flex:none;min-width:44px;min-height:44px;padding:8px 12px;border:1px solid transparent;border-radius:6px;background:#fff;font:500 11px var(--terminal-mono);color:#656565;cursor:pointer;white-space:nowrap}
html:root body.terminal-v2-page :is(.terminal-price-range,.terminal-price-granularity,.terminal-price-display) button[aria-pressed='true']{border-color:#ccc;background:#f3f3f3;color:#252525}
html:root body.terminal-v2-page :is(.terminal-price-range,.terminal-price-granularity,.terminal-price-display) button:hover:not(:disabled){background:#f6f6f6;border-color:#ccc}
html:root body.terminal-v2-page .terminal-price-readout{display:flex;align-items:baseline;flex-wrap:wrap;gap:2px 14px;padding:8px 4px 4px;font-variant-numeric:tabular-nums}
html:root body.terminal-v2-page .terminal-price-readout::after{content:"";order:0;flex-basis:100%;height:0}
html:root body.terminal-v2-page .terminal-price-readout strong{order:-2;font:500 clamp(27px,2.8vw,33px)/1.2 var(--terminal-mono);color:#252525;letter-spacing:-.055em}
html:root body.terminal-v2-page .terminal-price-readout em{font:500 13px/1.5 var(--terminal-mono);font-style:normal}
html:root body.terminal-v2-page .terminal-price-readout span{order:1;flex:0 1 auto;width:auto;white-space:nowrap;font:400 11px/1.6 var(--terminal-mono);color:#656565}
html:root body.terminal-v2-page .terminal-price-readout .terminal-price-date{order:-1;font-size:10px}
html:root body.terminal-v2-page .terminal-price-readout em{order:2}
html:root body.terminal-v2-page .terminal-price-plot{position:relative;min-width:0;height:clamp(370px,42vw,520px);min-height:370px;overflow:hidden}
html:root body.terminal-v2-page .terminal-price-plot canvas.terminal-price-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;filter:none!important}
html:root body.terminal-v2-page :is(.terminal-price-caption,.terminal-price-warning){margin:10px 4px 0;font-size:11px;line-height:1.7;color:#656565;overflow-wrap:anywhere}
html:root body.terminal-v2-page .terminal-price-warning{padding:10px 12px;border-left:2px solid #a39171;color:#77613c;background:#fff}
html:root body.terminal-v2-page .terminal-performance-chart{min-height:310px}
html:root body.terminal-v2-page .terminal-performance-chart svg{width:100%;height:auto;min-height:280px;max-height:430px}
html:root:has(> body.terminal-v2-page) body.terminal-v2-page :is(.terminal-chart-wrap canvas,.terminal-price-canvas){filter:none!important}
html:root body.terminal-v2-page .terminal-chart-caption{font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-chart-tooltip{padding:12px;border-radius:8px;box-shadow:0 6px 24px #00000012!important}
html:root body.terminal-v2-page .terminal-chart-tooltip :is(strong,span){font-size:11px;line-height:1.6;color:#454545}
html:root body.terminal-v2-page .terminal-chart-legend{gap:8px}
html:root body.terminal-v2-page .terminal-chart-series{min-height:44px;padding:8px 10px;border-radius:6px}
html:root body.terminal-v2-page .terminal-chart-series strong{font-size:11px}
html:root body.terminal-v2-page :is(.terminal-chart-series small,.terminal-chart-series em,.terminal-chart-legend span){font-size:10px}
html:root body.terminal-v2-page .terminal-chart-series[aria-pressed='false']{opacity:1;border-style:dashed;color:#777}
html:root body.terminal-v2-page .terminal-chart-series[aria-pressed='false'] i{opacity:.35}

/* News, desk cards and company relationships use the same readable scale. */
html:root body.terminal-v2-page .terminal-news-layout{grid-template-columns:170px minmax(0,1fr) minmax(280px,.7fr);gap:16px}
html:root body.terminal-v2-page .terminal-news-filters{padding:10px;gap:5px}
html:root body.terminal-v2-page :is(.terminal-home-news-item,.terminal-news-item){padding:12px 8px;gap:10px;min-height:60px}
html:root body.terminal-v2-page :is(.terminal-home-news-item strong,.terminal-news-copy strong,.terminal-desk-headlines strong){font-size:12px;line-height:1.6}
html:root body.terminal-v2-page :is(.terminal-home-news-item time,.terminal-home-news-item small,.terminal-news-time,.terminal-news-copy p,.terminal-news-source,.terminal-desk-headlines time,.terminal-desk-headlines small){font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-news-topic-dot{width:26px;height:26px;font-size:8px;border-color:#ccc;color:#555}
html:root body.terminal-v2-page .terminal-story{padding:18px}
html:root body.terminal-v2-page .terminal-story h2{font-size:18px;line-height:1.5}
html:root body.terminal-v2-page .terminal-story p{font-size:13px;line-height:1.85;color:#454545}
html:root body.terminal-v2-page :is(.terminal-impact-item,.terminal-supply-node){padding:12px;border-radius:6px}
html:root body.terminal-v2-page :is(.terminal-impact-item strong,.terminal-supply-node strong,.terminal-relation strong){font-size:12px;line-height:1.6}
html:root body.terminal-v2-page :is(.terminal-impact-item small,.terminal-supply-node small,.terminal-relation small){font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-home-workspaces{padding-top:20px}
html:root body.terminal-v2-page .terminal-home-workspaces>h2{font-size:13px;line-height:1.6;letter-spacing:.015em}
html:root body.terminal-v2-page .terminal-home-workspaces-note{font-size:11px;line-height:1.7;margin-bottom:14px}
html:root body.terminal-v2-page :is(.terminal-function-card,.terminal-workspace-card){padding:16px;min-height:148px}
html:root body.terminal-v2-page :is(.terminal-function-card strong,.terminal-workspace-card>strong){font-size:15px;line-height:1.5}
html:root body.terminal-v2-page .terminal-function-card code{font-size:11px}
html:root body.terminal-v2-page :is(.terminal-function-card p,.terminal-workspace-card>p){font-size:11px;line-height:1.7}
html:root body.terminal-v2-page :is(.terminal-workspace-card-code,.terminal-workspace-card-code code,.terminal-workspace-card-foot small){font-size:10px}
html:root body.terminal-v2-page .terminal-dashboard-search{padding:16px;border-radius:8px}
html:root body.terminal-v2-page .terminal-dashboard-search strong{font-size:13px}
html:root body.terminal-v2-page .terminal-dashboard-search span{font-size:11px;line-height:1.7}
html:root body.terminal-v2-page .terminal-desk-window-open{padding:14px 16px;min-height:62px}
html:root body.terminal-v2-page .terminal-desk-window-open strong{font-size:15px}
html:root body.terminal-v2-page :is(.terminal-desk-window-open small,.terminal-desk-window-stream-head strong,.terminal-desk-window-stream-head small,.terminal-desk-window-cta){font-size:10px;line-height:1.5}
html:root body.terminal-v2-page .terminal-desk-window-visual{padding:16px}
html:root body.terminal-v2-page .terminal-desk-window-stream{max-height:340px;overscroll-behavior:contain}
html:root body.terminal-v2-page .terminal-desk-window-stream-head{padding:10px;min-height:40px}
html:root body.terminal-v2-page .terminal-desk-headlines article{padding:12px 10px;grid-template-columns:72px minmax(0,1fr)}
html:root body.terminal-v2-page .terminal-desk-latest-row{padding:10px;min-height:48px;grid-template-columns:minmax(0,1fr) auto auto}
html:root body.terminal-v2-page :is(.terminal-desk-latest-row strong,.terminal-desk-latest-row b,.terminal-desk-latest-row em){font-size:11px}
html:root body.terminal-v2-page .terminal-desk-latest-row small{font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-desk-window-foot{min-height:48px;padding:10px;flex-wrap:wrap}
html:root body.terminal-v2-page :is(.terminal-desk-sparkline strong,.terminal-rank-label strong){font-size:11px}
html:root body.terminal-v2-page :is(.terminal-desk-sparkline small,.terminal-desk-sparkline>span,.terminal-rank-label small,.terminal-rank-row strong){font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-rank-row{grid-template-columns:minmax(72px,112px) minmax(40px,1fr) minmax(60px,max-content);gap:10px}
html:root body.terminal-v2-page .terminal-rank-track{height:6px;background:#ececec!important}
html:root body.terminal-v2-page .terminal-rank-track i{background:#555!important}
html:root body.terminal-v2-page .terminal-rank-track i.is-negative{background:var(--terminal-down)!important}
html:root body.terminal-v2-page :is(.terminal-news-topic strong,.terminal-news-topic small,.terminal-news-derived-label,.terminal-news-visual-cell strong,.terminal-news-visual-cell small){font-size:10px;line-height:1.6}
html:root body.terminal-v2-page .terminal-news-topic{padding:10px;border-radius:6px}
html:root body.terminal-v2-page .terminal-news-topic>span{background:#ededed}
html:root body.terminal-v2-page :is(.terminal-news-topic>span i,.terminal-news-visual-cell i){background:#777!important}
html:root body.terminal-v2-page .terminal-supply-stage-grid{grid-template-columns:repeat(6,minmax(200px,1fr));gap:12px}
html:root body.terminal-v2-page :is(.terminal-supply-stage,.terminal-xray-column){border-radius:8px}
html:root body.terminal-v2-page :is(.terminal-supply-stage header,.terminal-xray-column h3){padding:12px;font-size:12px;line-height:1.6;color:#454545}
html:root body.terminal-v2-page .terminal-supply-year{font-size:11px}
html:root body.terminal-v2-page .terminal-supply-year select{height:38px;border-radius:6px;font-size:11px}
html:root body.terminal-v2-page .terminal-supply-preview-orbit span{font-size:10px;max-width:100px;color:#656565}
html:root body.terminal-v2-page .terminal-focus-sheet :is(p,code,h4){font-size:11px;line-height:1.7}
html:root body.terminal-v2-page .terminal-focus-sheet h3{font-size:17px}
html:root body.terminal-v2-page [data-yc-atlas-visual]{background:#fff!important;color:#252525!important}
html:root body.terminal-v2-page [data-yc-atlas-visual] button{min-width:44px!important;height:44px!important;font-size:11px!important;border-radius:6px!important;background:#fff!important;color:#353535!important;border-color:#ccc!important}
html:root body.terminal-v2-page [data-yc-atlas-visual] summary{min-height:44px;color:#353535!important}
html:root body.terminal-v2-page .terminal-statusbar{min-height:var(--terminal-status-height);padding:7px 16px 7px calc(var(--terminal-rail-width) + 20px);gap:18px;font-size:10px;letter-spacing:.015em;overflow:auto}

/* Explicit semantic states win over typography and legacy important declarations. */
html:root body.terminal-v2-page :is(.is-up,.terminal-up){color:var(--terminal-up)!important}
html:root body.terminal-v2-page :is(.is-down,.terminal-down){color:var(--terminal-down)!important}
html:root body.terminal-v2-page .is-warn{color:var(--terminal-warn)!important}
html:root body.terminal-v2-page .terminal-statusbar i.is-live{background:var(--terminal-up)!important;box-shadow:none}
html:root body.terminal-v2-page .terminal-statusbar i.is-error{background:var(--terminal-down)!important}
html:root body.terminal-v2-page .terminal-statusbar i.is-pending{background:var(--terminal-warn)!important}

@media(max-width:1180px){
  html:root body.terminal-v2-page .terminal-command{grid-template-columns:auto minmax(220px,1fr) auto;gap:12px}
  html:root body.terminal-v2-page .terminal-context{display:none}
  html:root body.terminal-v2-page .terminal-news-layout{grid-template-columns:150px minmax(0,1fr)}
  html:root body.terminal-v2-page .terminal-news-layout>.terminal-panel:last-child{grid-column:1/-1}
}
@media(max-width:900px){
  html:root body.terminal-v2-page .terminal-command{grid-template-columns:auto minmax(0,1fr) auto;padding-inline:12px;gap:10px}
  html:root body.terminal-v2-page .terminal-command-meta label>span{display:none}
  html:root body.terminal-v2-page .terminal-screen-title :is(h1,h2){font-size:19px}
  html:root body.terminal-v2-page .terminal-canvas{padding-right:16px;padding-left:calc(var(--terminal-rail-width) + 16px)}
}
@media(max-width:760px){
  html:root:has(> body.terminal-v2-page) body.terminal-v2-page{--terminal-command-height:62px;--terminal-status-height:44px}
  html:root body.terminal-v2-page .terminal-command{min-height:62px;padding:8px;gap:8px;grid-template-columns:auto minmax(0,1fr) auto}
  html:root body.terminal-v2-page .terminal-home-mark{padding:0;min-width:0;min-height:44px}
  html:root body.terminal-v2-page .terminal-home-mark .logo{font-size:11px;gap:5px}
  html:root body.terminal-v2-page .terminal-home-mark .logo::before{width:22px;height:22px;display:block}
  html:root body.terminal-v2-page :is(.terminal-home-mark .docta-subname,.terminal-home-mark .docta-inscription){display:none}
  html:root body.terminal-v2-page .terminal-query input{height:44px;font-size:12px;padding-left:29px;padding-right:9px}
  html:root body.terminal-v2-page .terminal-query-mark{left:8px;font-size:18px}
  html:root body.terminal-v2-page .terminal-query kbd{display:none}
  html:root body.terminal-v2-page .terminal-command-meta{gap:4px}
  html:root body.terminal-v2-page .terminal-command-meta select{height:44px;min-width:64px;max-width:78px;padding-left:6px;font-size:11px}
  html:root body.terminal-v2-page .terminal-ai-toggle{min-width:36px;min-height:44px;padding:4px}
  html:root body.terminal-v2-page .terminal-search-results{position:fixed;top:62px;left:8px;right:8px;width:auto;max-height:calc(100dvh - 78px);border-radius:8px}
  html:root body.terminal-v2-page .terminal-search-result-code{max-width:82px;font-size:9px!important}
  html:root body.terminal-v2-page .terminal-workspace-tabs{top:auto;bottom:calc(var(--terminal-status-height) + env(safe-area-inset-bottom));left:0;right:0;width:auto;height:56px;padding:4px 6px;gap:4px;overflow-x:auto;overflow-y:hidden;justify-content:space-between;flex-direction:row;border-top:1px solid #ddd}
  html:root body.terminal-v2-page .terminal-workspace-tabs button{flex:0 0 44px;width:auto;min-width:44px;min-height:44px;height:44px}
  html:root body.terminal-v2-page .terminal-function-tabs{top:62px;padding:0 8px;min-height:44px}
  html:root body.terminal-v2-page .terminal-function-tabs button{min-height:44px;padding:0 11px;font-size:10px}
  html:root body.terminal-v2-page .terminal-canvas{padding:14px 12px calc(108px + env(safe-area-inset-bottom));min-height:calc(100dvh - 140px)}
  html:root body.terminal-v2-page :is(.terminal-screen,.terminal-grid,.terminal-home-hero,.terminal-workspace-window-grid){gap:12px}
  html:root body.terminal-v2-page .terminal-screen-header{gap:10px;align-items:flex-start}
  html:root body.terminal-v2-page .terminal-screen-actions{justify-content:flex-start}
  html:root body.terminal-v2-page :is(.terminal-card-head,.terminal-panel-head,.terminal-card-body,.terminal-panel-body){padding:12px}
  html:root body.terminal-v2-page :is(.terminal-button,.terminal-filter-button,.terminal-supply-mode){min-height:44px;font-size:11px}
  html:root body.terminal-v2-page .terminal-news-layout{grid-template-columns:minmax(0,1fr)}
  html:root body.terminal-v2-page .terminal-news-filters{display:flex;overflow:auto;gap:5px;padding:6px}
  html:root body.terminal-v2-page .terminal-filter-button{width:auto;flex:none}
  html:root body.terminal-v2-page .terminal-market-snapshot-card{padding:12px;gap:4px 6px}
  html:root body.terminal-v2-page .terminal-market-snapshot-card strong{font-size:11px}
  html:root body.terminal-v2-page .terminal-market-snapshot-card b{font-size:16px}
  html:root body.terminal-v2-page .terminal-market-snapshot-card em{font-size:10px}
  html:root body.terminal-v2-page .terminal-market-tape{grid-template-columns:repeat(2,minmax(0,1fr))}
  html:root body.terminal-v2-page .terminal-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  html:root body.terminal-v2-page .terminal-kpi{padding:12px}
  html:root body.terminal-v2-page .terminal-kpi strong{font-size:20px}
  html:root body.terminal-v2-page .terminal-security-head{padding:16px;gap:12px}
  html:root body.terminal-v2-page .terminal-security-id h1{font-size:24px;white-space:normal;overflow-wrap:anywhere}
  html:root body.terminal-v2-page .terminal-security-stat{padding:10px 0 0;border-left:0}
  html:root body.terminal-v2-page .terminal-table :is(th,td){padding:12px 10px}
  html:root body.terminal-v2-page .terminal-core-filter select{height:44px;font-size:12px}
  html:root body.terminal-v2-page .terminal-price-toolbar{gap:4px;padding-bottom:4px}
  html:root body.terminal-v2-page .terminal-price-range{width:100%}
  html:root body.terminal-v2-page :is(.terminal-price-range,.terminal-price-granularity,.terminal-price-display) button{padding-inline:11px;font-size:11px}
  html:root body.terminal-v2-page .terminal-price-plot{height:360px;min-height:360px}
  html:root body.terminal-v2-page .terminal-price-readout{padding:6px 2px 4px;gap:2px 10px}
  html:root body.terminal-v2-page .terminal-price-readout strong{font-size:28px}
  html:root body.terminal-v2-page .terminal-price-readout span{width:auto;font-size:10px}
  html:root body.terminal-v2-page .terminal-performance-chart{min-height:260px}
  html:root body.terminal-v2-page .terminal-performance-chart svg{min-height:220px;max-height:310px}
  html:root body.terminal-v2-page .terminal-desk-window-body{grid-template-columns:1fr}
  html:root body.terminal-v2-page .terminal-desk-window-visual{border-right:0;padding:12px}
  html:root body.terminal-v2-page .terminal-desk-window-foot{gap:6px}
  html:root body.terminal-v2-page .terminal-desk-window-open{padding:12px}
  html:root body.terminal-v2-page .terminal-desk-window-stream{max-height:340px}
  html:root body.terminal-v2-page .terminal-statusbar{min-height:calc(44px + env(safe-area-inset-bottom));padding:7px 10px calc(7px + env(safe-area-inset-bottom));gap:12px;font-size:9px}
}
@media(max-width:390px){
  html:root body.terminal-v2-page .terminal-home-mark .logo{gap:0}
  html:root body.terminal-v2-page .terminal-home-mark .docta-name{display:none}
  html:root body.terminal-v2-page .terminal-home-mark .logo::before{width:25px;height:25px}
  html:root body.terminal-v2-page .terminal-canvas{padding-inline:10px}
  html:root body.terminal-v2-page .terminal-market-snapshot{grid-template-columns:1fr}
  html:root body.terminal-v2-page .terminal-market-snapshot-card{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}
  html:root body.terminal-v2-page .terminal-market-snapshot-card b{grid-column:2;grid-row:1/3;font-size:17px}
  html:root body.terminal-v2-page .terminal-market-snapshot-card em{grid-column:3;grid-row:1/3}
  html:root body.terminal-v2-page .terminal-workspace-card-grid{grid-template-columns:1fr}
  html:root body.terminal-v2-page .terminal-home-news-item{grid-template-columns:26px minmax(0,1fr)}
  html:root body.terminal-v2-page .terminal-home-news-item time{grid-column:2}
  html:root body.terminal-v2-page .terminal-home-news-item>div:last-child{grid-column:2}
  html:root body.terminal-v2-page .terminal-news-item{grid-template-columns:26px minmax(0,1fr)}
  html:root body.terminal-v2-page .terminal-news-time{grid-column:2}
  html:root body.terminal-v2-page .terminal-news-copy{grid-column:2}
  html:root body.terminal-v2-page .terminal-rank-row{grid-template-columns:minmax(70px,90px) minmax(24px,1fr) auto;gap:7px}
}
@media(prefers-reduced-motion:reduce){
  html:root body.terminal-v2-page *{scroll-behavior:auto!important;transition:none!important}
}

/* Shared observed-price display across every price desk. */
html:root body.terminal-v2-page .terminal-price-symbol{max-width:100%;width:100%;min-height:38px;border:1px solid #dedede;border-radius:6px;background:#fff;color:#292929;padding:6px 10px;margin-bottom:8px;font:500 13px var(--terminal-mono)}
html:root body.terminal-v2-page .terminal-price-display{margin-left:auto}
html:root body.terminal-v2-page .terminal-price-chart.is-compact .terminal-price-plot{height:240px;min-height:240px}
html:root body.terminal-v2-page .terminal-price-chart.is-compact .terminal-price-granularity{display:none}
html:root body.terminal-v2-page .terminal-price-chart.is-compact .terminal-price-control-label{display:none}
html:root body.terminal-v2-page .terminal-price-chart.is-compact .terminal-price-readout strong{font-size:24px}
html:root body.terminal-v2-page .terminal-desk-window-visual{min-width:0}
html:root body.terminal-v2-page .terminal-price-chart.is-compact .terminal-price-warning{padding:4px 8px;margin-top:4px}

/* Asset → market → instrument. A quieter, connected global dashboard. */
html:root body.terminal-v2-page{--terminal-status-height:0px;--terminal-rail-width:84px}
html:root body.terminal-v2-page .terminal-statusbar{display:none!important}
html:root body.terminal-v2-page .terminal-workspace-tabs{display:flex!important;width:84px;padding:18px 7px;gap:10px}
html:root body.terminal-v2-page .terminal-workspace-tabs button{width:68px;min-height:62px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}
html:root body.terminal-v2-page .terminal-workspace-tabs button span{display:block;font-size:9px;white-space:normal;line-height:1.3;max-width:64px}
html:root body.terminal-v2-page .terminal-canvas{padding:28px 36px 70px 120px!important}
html:root body.terminal-v2-page .atlas-dashboard{max-width:1720px;margin:0 auto;display:block;--atlas-soft:#f7f8f8;font-family:Inter,"Noto Sans SC",system-ui,sans-serif}
.atlas-dashboard :is(h1,h2,h3,p){margin:0}
.atlas-dashboard a{text-decoration:none;color:inherit}
.atlas-view-heading{padding:0 0 28px}
.atlas-breadcrumbs{display:flex;align-items:center;gap:10px;color:#8b8b8b;font-size:11px;margin:0 0 20px;flex-wrap:wrap}
.atlas-breadcrumbs a{color:#6e6e6e;text-decoration:none}.atlas-breadcrumbs a:hover{color:#111}
.atlas-heading-line{display:flex;justify-content:space-between;align-items:baseline;gap:20px}
.atlas-heading-line h1{font-size:clamp(27px,2.8vw,40px);font-weight:600;letter-spacing:-.06em;line-height:1.3;color:#202525}
.atlas-heading-line p{color:#888;font-size:12px}
.atlas-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:30px;align-items:start}
.atlas-main-column{min-width:0}
.atlas-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:42px;margin:0 0 12px;font-size:15px;font-weight:600}
.atlas-section-head h2,.atlas-chart-panel>h2,.atlas-peers>h2{font-size:15px;font-weight:600;letter-spacing:-.02em}
.atlas-display-options{display:flex;padding:3px;border:1px solid #e7e9e9;border-radius:7px;gap:2px}
.atlas-display-options button{border:0;background:transparent;color:#929696;font-size:10px;padding:5px 9px;border-radius:4px;cursor:pointer;white-space:nowrap}
.atlas-display-options button[aria-pressed=true]{background:#252c2b;color:#fff}
.atlas-index-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #e5e8e7;border-radius:12px;overflow:hidden;background:white}
.atlas-index-card{padding:17px 14px 10px;border-right:1px solid #eceeee;border-bottom:1px solid #eceeee;min-width:0;transition:background .15s}
.atlas-index-card:hover{background:#f8faf9}.atlas-index-card:nth-child(5n){border-right:0}
.atlas-index-card:nth-last-child(-n+5){border-bottom:0}
.atlas-card-label{display:flex;justify-content:space-between;align-items:center;gap:4px}.atlas-card-label strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atlas-card-label span{color:#a4aeaa;font-size:12px}
.atlas-index-card>small{display:block;font-size:9px;color:#959d9a;letter-spacing:.035em;margin:4px 0 11px}
.atlas-card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 7px}.atlas-card-price b{font-size:20px;font-weight:550;letter-spacing:-.05em;font-variant-numeric:tabular-nums;line-height:1.3}.atlas-card-price em{font-size:10px;font-style:normal;font-weight:500}
.atlas-index-card>svg{display:block;width:100%;height:49px;margin:13px 0 0}
html:root body.terminal-v2-page .atlas-dashboard .is-up{color:#167653!important}html:root body.terminal-v2-page .atlas-dashboard .is-down{color:#ba493f!important}
.atlas-news-column{border-left:1px solid #e7e9e8;padding-left:25px;min-width:0}
.atlas-news-item{display:block;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid #edf0ee;padding:15px 0;cursor:pointer;color:#272d2b}
.atlas-news-item:first-of-type{padding-top:5px}.atlas-news-item small{display:block;color:#89958d;font-size:9px;letter-spacing:.07em;margin-bottom:7px}.atlas-news-item strong{font-size:12px;font-weight:500;line-height:1.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.atlas-news-item time{display:block;font-size:9px;color:#a0a7a3;margin-top:8px}.atlas-news-item:hover strong{color:#167653}
.atlas-activity{margin-top:24px;border:1px solid #e5e8e7;border-radius:12px;padding:18px 22px}.atlas-activity .atlas-section-head{margin:0;min-height:24px}.atlas-activity-totals{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:18px 0 20px}.atlas-activity-totals>div+div{border-left:1px solid #e5e8e7;padding-left:22px}.atlas-activity-totals small{font-size:10px;color:#929b96;display:block}.atlas-activity-totals b{font-size:30px;font-weight:500;letter-spacing:-.05em;display:block;margin-top:7px}.atlas-activity h3{font-size:10px;color:#959c98;font-weight:400;margin-bottom:8px}.atlas-volume-bars{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.atlas-volume-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eff1ef;gap:10px;font-size:11px}.atlas-volume-row b{font-weight:500;font-variant-numeric:tabular-nums}
.atlas-desks{margin-top:40px;padding-top:25px;border-top:1px solid #e7e9e8}.atlas-desk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.atlas-desk-card{min-width:0;border:1px solid #e5e8e7;border-radius:12px;padding:22px;overflow:hidden}.atlas-desk-title{display:block;position:relative;margin-bottom:18px}.atlas-desk-title small{font-size:10px;color:#98a09b;letter-spacing:.08em}.atlas-desk-title h2{font-size:22px;font-weight:500;letter-spacing:-.04em;margin-top:10px}.atlas-desk-title>span{position:absolute;right:0;top:15px;font-size:20px;color:#9ca79f}.atlas-desk-more{font-size:10px;color:#7d8981!important;display:block;margin-top:18px;padding-top:12px;border-top:1px solid #edf0ed}
.atlas-instrument-row{display:grid;grid-template-columns:minmax(0,1fr) auto 60px;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eff1ef;font-variant-numeric:tabular-nums}.atlas-instrument-row>span{min-width:0}.atlas-instrument-row strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:500}.atlas-instrument-row small{display:block;font-size:9px;color:#9ba39e;margin-top:3px}.atlas-instrument-row b{font-size:13px;font-weight:500}.atlas-instrument-row em{font-size:11px;font-style:normal;text-align:right}.atlas-instrument-row:hover{background:#fafbfa}
.atlas-market-tabs{display:flex;overflow-x:auto;white-space:nowrap;gap:8px;margin:0 0 26px;padding:0 0 12px;border-bottom:1px solid #e7e9e8;scrollbar-width:thin}.atlas-market-tabs a{padding:10px 22px;border-radius:7px;font-size:12px;color:#86918b;flex:none}.atlas-market-tabs a.is-selected{background:#252c28;color:#fff}.atlas-market-tabs a:hover:not(.is-selected){background:#f2f5f3}
.atlas-region-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 32px}.atlas-region-card{border:1px solid #e5e8e7;border-radius:11px;padding:20px;min-width:0;min-height:161px}.atlas-region-card:hover{background:#f8faf9}.atlas-region-title{display:flex;justify-content:space-between;gap:8px;color:#97a29b}.atlas-region-title small{font-size:9px;letter-spacing:.05em}.atlas-region-card h2{font-size:23px;font-weight:500;letter-spacing:-.045em;margin:12px 0 18px}.atlas-region-quote{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px;align-items:center;font-size:10px;margin:8px 0}.atlas-region-quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atlas-region-quote b{font-weight:500}.atlas-region-quote em{font-style:normal;font-size:9px}.atlas-region-prompt{font-size:11px;color:#a0a8a3}
.atlas-chart-panel{margin:25px 0;padding:20px;border:1px solid #e5e8e7;border-radius:12px;overflow:hidden}.atlas-chart-panel>h2{margin-bottom:16px}.atlas-focus{margin:24px 0}.atlas-empty,.atlas-empty-market{color:#9ba49e;padding:30px 0;font-size:12px}.atlas-empty-market{min-height:150px;display:flex;align-items:center;justify-content:center;border:1px dashed #e1e6e2;border-radius:12px}
.atlas-quote-hero{display:flex;align-items:center;gap:24px;padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #e7e9e8;flex-wrap:wrap}.atlas-last-price{font-size:42px;font-weight:500;letter-spacing:-.06em}.atlas-quote-hero>em{font-size:16px;font-style:normal}.atlas-quote-hero>div{padding-left:20px;border-left:1px solid #e7e9e8}.atlas-quote-hero small{display:block;font-size:10px;color:#929e96}.atlas-quote-hero strong{display:block;font-size:13px;font-weight:500;margin-top:5px}.atlas-peer-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.atlas-peer-links a{padding:8px 14px;background:#f4f6f4;border-radius:5px;font-size:11px}.atlas-peers{margin-top:25px}
html:root body.terminal-v2-page :is(.terminal-panel-meta,.terminal-source-badge,.terminal-freshness,.terminal-meta-endpoint,.terminal-price-caption,.terminal-news-derived-label,.terminal-home-workspaces-note,.terminal-desk-window-foot .terminal-tag){display:none!important}
html:root body.terminal-v2-page .terminal-screen-header>.atlas-breadcrumbs{flex-basis:100%;margin-bottom:5px}
@media(min-width:1600px){.atlas-main-grid{grid-template-columns:minmax(0,1fr) 330px;gap:38px}.atlas-index-card{padding:22px 20px 12px}.atlas-card-price b{font-size:25px}.atlas-news-item strong{font-size:13px}}
@media(max-width:1190px){.atlas-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-index-card:nth-child(5n){border-right:1px solid #eceeee}.atlas-index-card:nth-child(3n){border-right:0}.atlas-index-card:nth-last-child(-n+5){border-bottom:1px solid #eceeee}.atlas-index-card:nth-last-child(-n+1){border-bottom:0}.atlas-desk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-heading-line p{max-width:220px;text-align:right}.atlas-main-grid{grid-template-columns:minmax(0,1fr) 240px;gap:20px}.atlas-news-column{padding-left:18px}}
@media(max-width:850px){html:root body.terminal-v2-page .terminal-canvas{padding:22px 22px 70px 106px!important}.atlas-main-grid{grid-template-columns:1fr}.atlas-news-column{border-left:0;padding-left:0;margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.atlas-news-column>.atlas-section-head{grid-column:1/-1}.atlas-heading-line{display:block}.atlas-heading-line p{max-width:none;text-align:left;margin-top:12px}.atlas-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){html:root body.terminal-v2-page .terminal-workspace-tabs{display:flex!important;position:sticky!important;top:var(--terminal-command-height);width:100%!important;height:58px;min-height:58px;flex-direction:row;padding:4px 12px;overflow-x:auto;border-bottom:1px solid #e5e8e7;gap:5px;z-index:110}html:root body.terminal-v2-page .terminal-workspace-tabs button{width:65px;min-width:65px;min-height:47px;gap:1px}html:root body.terminal-v2-page .terminal-canvas{padding:22px 16px 80px!important}.atlas-heading-line h1{font-size:29px}.atlas-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-index-card:nth-child(3n){border-right:1px solid #eceeee}.atlas-index-card:nth-child(2n){border-right:0}.atlas-card-price b{font-size:23px}.atlas-region-grid{gap:10px}.atlas-region-card{padding:15px 12px}.atlas-region-card h2{font-size:21px}.atlas-region-quote{grid-template-columns:1fr auto}.atlas-region-quote em{display:none}.atlas-desk-grid{grid-template-columns:1fr}.atlas-activity{padding:18px 15px}.atlas-news-column{display:block}.atlas-activity-totals b{font-size:25px}.atlas-volume-bars{gap:0 16px}.atlas-market-tabs a{padding:8px 17px}.atlas-quote-hero{gap:15px}.atlas-quote-hero>div{padding-left:10px}.atlas-last-price{font-size:35px}}
html:root body.terminal-v2-page .atlas-view-heading{position:static;top:auto;background:#fff!important;border:0;box-shadow:none;backdrop-filter:none;z-index:auto}
html:root body.terminal-v2-page .atlas-index-section{padding:0}
html:root body.terminal-v2-page :is(.atlas-focus,.atlas-peers){padding:0}
html:root body.terminal-v2-page .atlas-news-column{max-height:690px;overflow-y:auto;scrollbar-width:thin}
html:root body.terminal-v2-page .atlas-news-item strong{-webkit-line-clamp:2}
html:root body.terminal-v2-page .atlas-desk-card{padding:22px}
@media(max-width:850px){html:root body.terminal-v2-page .atlas-news-column{max-height:none}}
.atlas-index-grid[data-count="6"]{grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-index-grid[data-count="8"]{grid-template-columns:repeat(4,minmax(0,1fr))}.atlas-index-grid:is([data-count="2"],[data-count="4"]){grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-index-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-index-grid[data-count="1"]{grid-template-columns:1fr;max-width:420px}
html:root body.terminal-v2-page .atlas-news-dialog{position:fixed;inset:0;width:min(640px,calc(100vw - 32px));max-height:80dvh;overflow:auto;border:1px solid #e3e8e4;border-radius:14px;padding:38px;background:#fff;color:#252d28;box-shadow:0 20px 100px #0002}.atlas-news-dialog::backdrop{background:#17231d55;backdrop-filter:blur(4px)}.atlas-news-dialog time{font-size:11px;color:#949e97}.atlas-news-dialog h2{margin:20px 0;font-size:22px;line-height:1.7;font-weight:500}.atlas-news-dialog p{font-size:14px;line-height:2;white-space:pre-wrap}.atlas-news-close{position:absolute;right:14px;top:10px;border:0;background:none;color:#535e56;font-size:26px;cursor:pointer;width:40px;height:40px}
@media(max-width:600px){.atlas-index-grid:is([data-count="3"],[data-count="6"],[data-count="8"]){grid-template-columns:repeat(2,minmax(0,1fr))}}
.atlas-exchange-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:25px;border-top:1px solid #edf0ee;padding-top:17px}.atlas-exchange-row>div{display:flex;justify-content:space-between;align-items:center;font-size:11px}.atlas-exchange-row strong,.atlas-exchange-row b{font-weight:500}.atlas-exchange-track{display:block;height:4px;background:#f0f3f1;margin:12px 0 8px;border-radius:3px;overflow:hidden}.atlas-exchange-track i{display:block;height:100%;background:#6b7a70;border-radius:3px}.atlas-exchange-row>small{font-size:9px;color:#98a29b}
