@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400..600;1,6..72,400..500&family=Hanken+Grotesk:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f5f4;--surface:#fff;--surface-2:#fbfaf9;--ink:#1a1518;--ink-2:#54484c;--ink-3:#8a7e82;--line:#eae6e5;--line-2:#d9d3d2;--band:#1a1416;--band-2:#2a2024;--accent:#c42e3a;--accent-deep:#9e2330;--accent-soft:#c42e3a12;--up:#1e9e6a;--down:#c42e3a;--up-soft:#1e9e6a1f;--on-band:#f3ecec;--on-band-2:#c2a9ac;--band-accent:#f2606a;--header-bg:#f6f5f4d9;--shadow:0 1px 2px #1a14160a, 0 12px 36px #1a141614;--shadow-sm:0 1px 2px #1a14160d, 0 5px 16px #1a14160d;--radius:12px;font-family:Hanken Grotesk,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--ink-2);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}body,button,input,textarea,select{font:inherit}a{color:inherit}button{cursor:pointer}img,svg{max-width:100%;display:block}#root{min-height:100vh}.theme-dark{--bg:#161012;--surface:#211719;--surface-2:#1b1315;--ink:#f3ecec;--ink-2:#c2b2b5;--ink-3:#8c7b7e;--line:#2e2123;--line-2:#412e31;--band:#0e0809;--band-2:#1a1012;--accent:#f2606a;--accent-deep:#f47c84;--accent-soft:#f2606a24;--up:#34d39e;--down:#f2606a;--up-soft:#34d39e24;--on-band:#f3ecec;--on-band-2:#c2a9ac;--band-accent:#f2606a;--header-bg:#161012db;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.site{background:radial-gradient(circle at top, #c42e3a0f, transparent 32%), var(--bg);min-height:100vh;color:var(--ink-2)}.container{width:min(1240px,100%);margin:0 auto;padding:0 clamp(20px,5vw,68px)}.section{padding:clamp(56px,7vw,100px) 0}.section--compact{padding:30px 0}.section--bordered{border-top:1px solid var(--line)}.section--dark{background:var(--band);color:var(--on-band)}.section-heading{flex-direction:column;gap:18px;max-width:50ch;display:flex}.section-title,.hero-title,.contact-title{letter-spacing:-.015em;color:var(--ink);margin:0;font-family:Newsreader,serif;font-weight:500;line-height:1.08}.section-heading--dark .section-title,.section-heading--dark .section-copy{color:var(--on-band)}.section-title{font-size:clamp(28px,3.8vw,44px)}.section-copy{color:var(--ink-2);margin:0;font-size:clamp(16px,1.4vw,18px);font-weight:300}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);align-items:center;gap:9px;font-family:IBM Plex Mono,monospace;font-size:11px;display:inline-flex}.eyebrow--dark{color:var(--band-accent)}.eyebrow__line{background:currentColor;width:20px;height:1px}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover,.button:focus-visible,.icon-button:hover,.icon-button:focus-visible,.burger:hover,.burger:focus-visible,.mini-button:hover,.mini-button:focus-visible,.theme-switcher__button:hover,.theme-switcher__button:focus-visible{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px #bd623a47}.button--primary:hover,.button--primary:focus-visible{background:var(--accent-deep)}.button--ghost{color:var(--ink);border-color:var(--line-2);background:0 0}.button--inverse{color:#1a1518;background:#fff;border-color:#0000}.button--compact{min-height:40px;padding:10px 18px}.icon-button,.burger,.mini-button{border:1px solid var(--line-2);background:var(--surface);color:var(--ink-2);border-radius:10px;justify-content:center;align-items:center;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.icon-button{width:38px;height:38px;padding:0}.icon-button svg{width:18px;height:18px}.mini-button{letter-spacing:.06em;text-transform:uppercase;min-height:30px;padding:5px 10px;font-family:IBM Plex Mono,monospace;font-size:10px}.surface-panel,.surface-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.surface-panel{border-radius:13px;overflow:hidden}.surface-card{border-radius:11px}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0s);transform:translateY(24px)}.reveal--visible{opacity:1;transform:none}.is-up{color:var(--up)!important}.is-down{color:var(--down)!important}.status-dot{background:var(--up);width:6px;height:6px;box-shadow:0 0 0 4px var(--up-soft);border-radius:50%}.pill{border:1px solid var(--line-2);letter-spacing:.08em;text-transform:uppercase;min-height:30px;color:var(--ink-2);border-radius:6px;align-items:center;padding:6px 12px;font-family:IBM Plex Mono,monospace;font-size:11px;display:inline-flex}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}.terminal-preview__stats span,.stats-card__label,.about-card span,.phase-card__meta,.clients-strip__label,.contact-copy,.work-card__header span,.terminal-view__header span,.orderbook-list__row span,.field label,.field div,.risk-summary__card span,.risk-bar__label,.table th,.table td,.site-footer{font-family:IBM Plex Mono,monospace}.market-chart{width:100%;height:auto;display:block}.terminal-table th:last-child,.terminal-table td:last-child,.terminal-table th:nth-last-child(2),.terminal-table td:nth-last-child(2){text-align:right}@keyframes ticker-scroll{to{transform:translate(-50%)}}@media (width<=1040px){.hero-grid,.two-column-layout,.about-grid,.terminal-preview__grid,.terminal-grid--market,.terminal-grid--risk,.terminal-grid--orders,.terminal-modal__body{grid-template-columns:1fr}.stats-grid,.card-grid--3,.card-grid--2,.terminal-preview__stats{grid-template-columns:repeat(2,1fr)}.terminal-modal{height:min(88vh,900px)}.terminal-modal__sidebar{flex-flow:wrap}}@media (width<=920px){.site-header__actions{gap:10px}.burger{display:inline-flex}.site-nav{background:var(--surface);border-bottom:1px solid var(--line);z-index:40;flex-direction:column;align-items:flex-start;gap:0;padding:8px clamp(20px,5vw,68px) 20px;transition:transform .25s;display:flex;position:fixed;top:110px;left:0;right:0;transform:translateY(-160%)}.site-nav--open{transform:translateY(0)}.site-nav .nav-link,.site-nav .button{width:100%}.site-nav .button--primary{justify-content:center}.hero-title{max-width:15ch}}@media (width<=700px){.site-header__inner{height:64px}.brand{font-size:21px}.hero-grid,.two-column-layout,.about-grid,.card-grid--2,.card-grid--3,.stats-grid,.terminal-preview__stats,.terminal-preview__grid,.terminal-grid--market,.terminal-grid--risk,.terminal-grid--orders,.terminal-modal__body,.heatmap-grid{grid-template-columns:1fr}.stats-grid,.terminal-preview__stats{gap:1px}.site-nav{top:104px}.contact-actions,.hero-actions,.site-footer__inner,.site-footer__links,.clients-strip__list,.language-pills{gap:10px}.modal-backdrop{padding:0}.terminal-modal{border-radius:0;width:100%;height:100vh}.terminal-modal__header{flex-direction:column;align-items:flex-start}.terminal-modal__controls{justify-content:space-between;width:100%}.terminal-modal__sidebar{border-right:0;border-bottom:1px solid var(--line)}}.site-header{z-index:50;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;height:70px;display:flex}.brand{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:11px;font-family:Newsreader,serif;font-size:23px;font-weight:600;text-decoration:none;display:inline-flex}.brand__dot{color:var(--accent)}.brand__mark{background:linear-gradient(150deg,#d8434e,#9e2330);border-radius:7px;flex-shrink:0;justify-content:center;align-items:flex-end;gap:2px;width:28px;height:28px;padding:7px;display:inline-flex}.brand__mark span{background:#ffffffb3;border-radius:1px;width:3px}.brand__mark span:first-child{height:6px}.brand__mark span:nth-child(2){height:9px}.brand__mark span:nth-child(3){background:#fff;height:13px}.site-header__actions{align-items:center;gap:16px;display:flex}.site-nav{align-items:center;gap:30px;display:flex}.nav-link{color:var(--ink-2);font-size:14.5px;font-weight:500;text-decoration:none;transition:color .18s}.nav-link:hover,.nav-link:focus-visible{color:var(--accent)}.burger{background:0 0;border-color:#0000;flex-direction:column;gap:5px;width:38px;height:38px;padding:0;display:none}.burger span{background:var(--ink);border-radius:2px;width:22px;height:2px}.ticker{background:var(--band);overflow:hidden}.ticker__track{white-space:nowrap;width:max-content;animation:46s linear infinite ticker-scroll;display:flex}.ticker__item{border-right:1px solid #ffffff14;align-items:center;gap:9px;padding:9px 22px;font-family:IBM Plex Mono,monospace;font-size:12px;display:inline-flex}.ticker__symbol{color:#9a8a8d;letter-spacing:.04em}.ticker__value{color:var(--on-band)}.ticker__change--up{color:var(--up)}.ticker__change--down{color:var(--band-accent)}.hero-section{padding-top:clamp(48px,6vw,84px);padding-bottom:clamp(40px,5vw,70px)}.hero-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(32px,5vw,64px);display:grid}.hero-title{max-width:12ch;margin:22px 0;font-size:clamp(36px,5vw,60px)}.hero-text{max-width:54ch;color:var(--ink-2);margin:0 0 30px;font-size:clamp(16px,1.5vw,18.5px);font-weight:300}.hero-actions{flex-wrap:wrap;gap:13px;margin-bottom:26px;display:flex}.hero-status{color:var(--ink-3);letter-spacing:.04em;align-items:center;gap:9px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.hero-status__dot{background:var(--up);width:8px;height:8px;box-shadow:0 0 0 4px var(--up-soft);border-radius:999px}.terminal-preview__top,.panel-topbar,.work-card__header,.contact-actions,.site-footer__inner,.site-footer__links,.clients-strip__inner,.terminal-view__header,.terminal-modal__header,.terminal-modal__controls,.site-nav,.site-header__actions,.feature-row,.stats-grid,.card-grid,.hero-actions,.hero-status,.language-pills,.terminal-preview__stats,.terminal-tabs,.terminal-blotter__head,.terminal-blotter__row,.terminal-grid,.risk-bar__label,.theme-switcher{display:flex}.terminal-preview{overflow:hidden}.terminal-preview__top{border-bottom:1px solid var(--line);background:var(--surface-2);align-items:center;gap:8px;padding:12px 16px}.window-dots{gap:6px;display:flex}.window-dots i{background:var(--line-2);border-radius:50%;width:9px;height:9px}.terminal-preview__label,.terminal-preview__live{text-transform:uppercase;font-family:IBM Plex Mono,monospace}.terminal-preview__label{letter-spacing:.12em;color:var(--ink-3);margin-left:6px;font-size:11px}.terminal-preview__live{letter-spacing:.1em;color:var(--up);align-items:center;gap:6px;margin-left:auto;font-size:10px}.terminal-preview__live span{background:var(--up);border-radius:999px;width:6px;height:6px}.terminal-preview__grid{grid-template-columns:46px 1.5fr 1fr;display:grid}.terminal-rail{border-right:1px solid var(--line);background:var(--surface-2);flex-direction:column;gap:4px;padding:10px 6px}.terminal-rail__button{width:34px;height:34px;color:var(--ink-3);background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.terminal-rail__button--active{background:var(--accent);color:#fff}.terminal-chart{border-right:1px solid var(--line);padding:16px 16px 10px}.terminal-chart__header{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.terminal-chart__header strong,.terminal-chart__header div:last-child{font-family:IBM Plex Mono,monospace}.terminal-chart__header strong{color:var(--ink);font-size:14px}.terminal-chart__header span{color:var(--ink);margin-left:0;font-family:IBM Plex Mono,monospace;font-size:13px}.terminal-chart__header b{color:var(--up);margin-left:6px;font-weight:500}.terminal-chart__svg,.market-chart{width:100%;height:auto;display:block}.terminal-tabs{gap:6px;margin-top:8px}.terminal-tabs--right{justify-content:flex-end;margin-top:0;margin-bottom:10px}.terminal-tab{border:1px solid var(--line);color:var(--ink-3);border-radius:4px;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:10px}.terminal-tab--active{color:var(--accent);background:var(--accent-soft);border-color:#0000}.terminal-blotter{padding:14px}.terminal-blotter__title,.panel-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:10px}.terminal-blotter__head,.terminal-blotter__row{grid-template-columns:1.2fr .7fr 1fr;align-items:center;gap:6px;display:grid}.terminal-blotter__head{color:var(--ink-3);letter-spacing:.06em;padding-bottom:6px;font-size:9.5px}.terminal-blotter__row{border-top:1px solid var(--line);padding:6px 0;font-family:IBM Plex Mono,monospace;font-size:11px}.terminal-preview__stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.terminal-preview__stats>div{border-right:1px solid var(--line);padding:12px 14px}.terminal-preview__stats>div:last-child{border-right:0}.terminal-preview__stats span,.stats-card__label,.about-card span,.phase-card__meta,.clients-strip__label,.contact-copy,.work-card__header span,.hero-status,.terminal-view__header span,.orderbook-list__row span,.field label,.field div,.risk-summary__card span,.risk-bar__label,.table th,.table td,.site-footer{font-family:IBM Plex Mono,monospace}.terminal-preview__stats span{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-size:9.5px;display:block}.terminal-preview__stats strong{color:var(--ink);margin-top:3px;font-size:15px;display:block}.section-lead{margin-bottom:clamp(38px,5vw,56px)}.clients-strip{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.clients-strip__inner{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(16px,3.4vw,46px)}.clients-strip__label{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap;font-size:11px}.clients-strip__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(16px,3vw,40px);display:flex}.clients-strip__item{color:var(--ink);opacity:.78;font-family:Newsreader,serif;font-size:clamp(17px,1.9vw,22px);font-weight:500}.two-column-layout{grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(28px,4vw,56px);display:grid}.feature-list{flex-direction:column;gap:18px;margin-top:24px;display:flex}.feature-row{align-items:flex-start;gap:14px}.feature-row__icon,.capability-card__icon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.feature-row__icon svg,.capability-card__icon svg{width:17px;height:17px}.feature-row h3,.surface-card h3{color:var(--ink);margin:0;font-family:Hanken Grotesk,sans-serif;font-size:15.5px;font-weight:600}.feature-row p,.surface-card p{color:var(--ink-2);margin:2px 0 0;font-size:14px;font-weight:300}.panel-topbar{border-bottom:1px solid var(--line);background:var(--surface-2);align-items:center;gap:10px;padding:13px 18px}.panel-topbar__label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);font-family:IBM Plex Mono,monospace;font-size:11px}.panel-topbar__status{color:var(--up);margin-left:auto;font-family:IBM Plex Mono,monospace;font-size:10px}.table{border-collapse:collapse;width:100%}.table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);font-size:10px;font-weight:500}.table td{color:var(--ink)}.blotter-table th,.blotter-table td{border-bottom:1px solid var(--line);padding:11px 18px}.stats-grid{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:11px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.stats-card{background:var(--band);padding:clamp(24px,3vw,40px) clamp(18px,2vw,28px)}.stats-card__value{letter-spacing:-.02em;color:var(--on-band);font-family:Newsreader,serif;font-size:clamp(38px,5vw,58px);font-weight:500;line-height:1}.stats-card__label{color:var(--on-band-2);text-transform:none;margin-top:12px;font-size:13.5px;font-weight:300;line-height:1.6}.card-grid{gap:18px}.card-grid--2{grid-template-columns:repeat(2,1fr);display:grid}.card-grid--3{grid-template-columns:repeat(3,1fr);display:grid}.surface-card{padding:clamp(22px,2.6vw,32px)}.phase-card__id{color:var(--accent);letter-spacing:.08em;font-family:IBM Plex Mono,monospace;font-size:13px}.phase-card h3,.capability-card h3,.work-card h3,.engage-card h3{margin-top:14px}.phase-card__meta,.work-card__header span,.engage-card__tag{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin:14px 0 0;font-size:10.5px}.capability-card{padding:clamp(22px,2.4vw,30px)}.capability-card__icon{margin-bottom:16px}.work-card{flex-direction:column;gap:14px;min-height:100%;display:flex}.work-card__header{justify-content:space-between;align-items:baseline;gap:14px}.work-card__header h3{font-family:Newsreader,serif;font-size:clamp(21px,2.3vw,27px);font-weight:600}.work-card__footer{border-top:1px solid var(--line);color:var(--accent);align-items:center;gap:9px;margin-top:auto;padding-top:15px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.engage-card{flex-direction:column;min-height:100%;display:flex}.surface-card--featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), var(--shadow)}.text-link{color:var(--accent);margin-top:16px;font-size:13.5px;font-weight:600;text-decoration:none}.about-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:clamp(28px,5vw,72px);display:grid}.about-card{color:var(--ink-3);padding:28px;font-size:12.5px;line-height:2.1}.about-card b{color:var(--ink);font-weight:500}.about-copy p{color:var(--ink-2);max-width:58ch;margin:0 0 16px;font-size:16px;font-weight:300}.language-pills{flex-wrap:wrap;gap:9px;margin-top:22px}.contact-section{text-align:center}.contact-section__inner{justify-items:center;display:grid}.contact-title{max-width:20ch;color:var(--on-band);margin:20px auto 0;font-size:clamp(30px,4.6vw,56px)}.contact-title em{color:var(--band-accent);font-style:italic}.contact-copy{max-width:54ch;color:var(--on-band-2);margin:22px auto 0;font-size:clamp(16px,1.4vw,18px);font-weight:300}.contact-actions{flex-wrap:wrap;justify-content:center;gap:13px;margin-top:38px}.site-footer{border-top:1px solid var(--line);background:var(--surface);color:var(--ink-3);padding:40px 0;font-size:12px}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px}.site-footer__links{flex-wrap:wrap;gap:24px}.site-footer__links a{color:var(--ink-2);text-decoration:none}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#140e098c;justify-content:center;align-items:center;padding:clamp(10px,3vw,40px);display:flex;position:fixed;inset:0}.terminal-modal{background:var(--surface);width:min(1140px,100%);height:min(80vh,780px);color:var(--ink);border-radius:15px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #140e0973}.terminal-modal__header{border-bottom:1px solid var(--line);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:13px 18px}.terminal-modal__title{letter-spacing:.05em;align-items:center;gap:10px;font-family:IBM Plex Mono,monospace;font-size:13px;display:inline-flex}.terminal-modal__mark{color:var(--accent);align-items:flex-end;gap:2px;display:inline-flex}.terminal-modal__mark span{background:var(--accent);border-radius:1px;width:3px}.terminal-modal__mark span:first-child{opacity:.5;height:7px}.terminal-modal__mark span:nth-child(2){opacity:.75;height:11px}.terminal-modal__mark span:nth-child(3){height:15px}.terminal-modal__live{border:1px solid var(--up);color:var(--up);letter-spacing:.12em;border-radius:20px;padding:2px 8px;font-size:9px}.terminal-modal__body{flex:1;grid-template-columns:182px 1fr;min-height:0;display:grid}.terminal-modal__sidebar{border-right:1px solid var(--line);background:var(--surface-2);flex-direction:column;gap:3px;padding:12px 10px;display:flex}.terminal-nav-button{color:var(--ink-2);text-align:left;background:0 0;border:0;border-radius:9px;justify-content:flex-start;align-items:center;gap:11px;padding:10px 12px;font-size:13.5px;font-weight:500;display:inline-flex}.terminal-nav-button--active{background:var(--accent);color:#fff}.terminal-modal__content{background:var(--bg);color:var(--ink);padding:clamp(14px,2vw,26px);overflow:auto}.terminal-view__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:16px}.terminal-view__header h3,.terminal-view__header span,.terminal-view__header b{margin:0}.terminal-view__header h3{font-family:Newsreader,serif;font-size:22px;font-weight:600}.terminal-view__header span{color:var(--ink-3);margin-left:8px;font-size:11px}.terminal-grid{gap:16px}.terminal-grid--market{grid-template-columns:210px 1fr;display:grid}.terminal-grid--risk{grid-template-columns:1.4fr 1fr;display:grid}.terminal-grid--orders{grid-template-columns:1fr 1fr;display:grid}.orderbook-list,.market-chart-panel,.risk-summary__card,.order-form,.orderbook-panel{border:1px solid var(--line);border-radius:10px}.orderbook-list{height:fit-content;overflow:hidden}.orderbook-list__row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.orderbook-list__row:last-child{border-bottom:0}.orderbook-list__row span:last-child{text-align:right;min-width:48px}.market-chart-panel{padding:14px}.chart-placeholder{border:1px solid var(--line);border-radius:10px;overflow:hidden}.chart-placeholder svg{width:100%;height:320px}.terminal-table th,.terminal-table td{border-bottom:1px solid var(--line);padding:12px 14px;font-size:12.5px}.terminal-table th:last-child,.terminal-table td:last-child,.terminal-table th:nth-last-child(2),.terminal-table td:nth-last-child(2){text-align:right}.heatmap-grid{grid-template-columns:64px repeat(6,1fr);gap:4px;display:grid}.heatmap-cell{border-radius:5px;justify-content:center;align-items:center;min-height:32px;padding:9px 4px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.heatmap-cell--empty{background:0 0}.heatmap-cell--label{color:var(--ink-3);justify-content:flex-start}.heatmap-cell--value{color:#fff}.heatmap-cell--positive{background:#1e9e6a85}.heatmap-cell--negative{background:#c42e3a85}.risk-summary{flex-direction:column;gap:12px;display:flex}.risk-summary__card{padding:16px}.risk-summary__card span{color:var(--ink-3);text-transform:uppercase;letter-spacing:.07em;font-size:10px;display:block}.risk-summary__card strong{margin-top:6px;font-family:Newsreader,serif;font-size:30px;font-weight:600;display:block}.risk-bar{margin-top:11px}.risk-bar__label{color:var(--ink-2);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px}.risk-bar__track{background:var(--line);border-radius:4px;height:7px;overflow:hidden}.risk-bar__fill{background:var(--accent);border-radius:4px;height:100%}.order-form,.orderbook-panel{padding:16px}.side-switcher{gap:6px;margin-bottom:14px;display:flex}.side-switcher__button{border:1px solid var(--line);background:var(--bg);color:var(--ink-2);border-radius:7px;flex:1;padding:10px;font-size:13px;font-weight:600}.side-switcher__button--buy.is-active{background:var(--up);color:#fff;border-color:#0000}.side-switcher__button--sell.is-active{background:var(--down);color:#fff;border-color:#0000}.field{margin-bottom:12px}.field label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);margin-bottom:5px;font-size:10px;display:block}.field div{border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:7px;padding:10px 12px;font-size:13px}.terminal-submit{width:100%;margin-top:4px}.orderbook-row{justify-content:space-between;align-items:center;padding:5px 8px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex;position:relative;overflow:hidden}.orderbook-row:before{content:"";z-index:0;border-radius:3px;width:0;position:absolute;top:2px;bottom:2px;right:0}.orderbook-row--ask:before{background:#c42e3a29;width:68%}.orderbook-row--bid:before{background:#1e9e6a29;width:68%}.orderbook-row span{z-index:1;position:relative}.orderbook-row span:last-child{color:var(--ink-2)}@media (width<=1040px){.hero-grid,.two-column-layout,.about-grid,.terminal-preview__grid,.terminal-grid--market,.terminal-grid--risk,.terminal-grid--orders,.terminal-modal__body{grid-template-columns:1fr}.stats-grid,.card-grid--3,.card-grid--2,.terminal-preview__stats{grid-template-columns:repeat(2,1fr)}.terminal-modal{height:min(88vh,900px)}.terminal-modal__sidebar{flex-flow:wrap}}@media (width<=920px){.site-header__actions{gap:10px}.burger{display:inline-flex}.site-nav{background:var(--surface);border-bottom:1px solid var(--line);z-index:40;flex-direction:column;align-items:flex-start;gap:0;padding:8px clamp(20px,5vw,68px) 20px;transition:transform .25s;display:flex;position:fixed;top:110px;left:0;right:0;transform:translateY(-160%)}.site-nav--open{transform:translateY(0)}.site-nav .nav-link,.site-nav .button{width:100%}.site-nav .button--primary{justify-content:center}.hero-title{max-width:15ch}}@media (width<=700px){.site-header__inner{height:64px}.brand{font-size:21px}.hero-grid,.two-column-layout,.about-grid,.card-grid--2,.card-grid--3,.stats-grid,.terminal-preview__stats,.terminal-preview__grid,.terminal-grid--market,.terminal-grid--risk,.terminal-grid--orders,.terminal-modal__body,.heatmap-grid{grid-template-columns:1fr}.stats-grid,.terminal-preview__stats{gap:1px}.site-nav{top:104px}.contact-actions,.hero-actions,.site-footer__inner,.site-footer__links,.clients-strip__list,.language-pills{gap:10px}.modal-backdrop{padding:0}.terminal-modal{border-radius:0;width:100%;height:100vh}.terminal-modal__header{flex-direction:column;align-items:flex-start}.terminal-modal__controls{justify-content:space-between;width:100%}.terminal-modal__sidebar{border-right:0;border-bottom:1px solid var(--line)}}
