/* OUTTHINK identity: Signal Green / Volt Mint / Void Black / Carbon.
   Sora is bundled locally under the SIL Open Font License. */
@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}
:root {
  --signal-green: #a3ff3f;
  --volt-mint: #72f5b0;
  --void-black: #060809;
  --carbon: #11161b;
  --cloud-white: #f3f7f2;
  --slate-grey: #8d98a3;
  --chart-3: #8cc8df;
  --chart-4: #c8b5ed;
  --line: rgba(193, 215, 201, .1);
  --line-2: rgba(193, 215, 201, .2);
}
body { background: var(--void-black); font-size: 14px; }
button, input, select { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
select:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.container { width: min(1240px, calc(100% - 96px)); }
.text-accent, .brand-period { color: var(--signal-green); }
.text-muted { color: var(--slate-grey); }
.site-header { background: rgba(6, 8, 9, .9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { font-family: var(--font); font-size: 22px; font-weight: 800; letter-spacing: -.06em; gap: 7px; }
.brand-symbol { position: relative; width: 39px; height: 43px; overflow: hidden; display: inline-block; flex-shrink: 0; }
.brand-symbol img { position: absolute; width: 62px; height: 62px; max-width: none; left: -12px; top: -9px; mix-blend-mode: screen; }
.brand-period { margin-left: 1px; }
.nav-links { gap: 16px; }
.nav-links li { margin: 0; }
.nav-links a { font: 400 12px var(--font); text-transform: none; letter-spacing: 0; padding: 11px 3px; }
.nav-links a.active { border-color: transparent; color: var(--text); }
.nav-links a.active:not(.nav-cta)::before { content: ""; display: inline-block; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; margin: 0 7px 2px 0; }
.nav-links .nav-cta { font-weight: 600; border: 1px solid var(--accent) !important; background: var(--accent); border-radius: 4px; padding: 12px 18px !important; gap: 26px; box-shadow: none; margin-left: 12px; }
.nav-cta:hover, .btn-primary:hover { background: #b8ff70; box-shadow: 0 0 28px rgba(163, 255, 63, .18); }
.nav-toggle { border-radius: 4px; color: var(--text); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 15px 23px; min-height: 49px; font: 500 12px var(--font); letter-spacing: 0; text-transform: none; border: 1px solid transparent; border-radius: 4px; transition: background .2s, box-shadow .2s, border-color .2s, transform .2s; }
.btn span[aria-hidden] { font-size: 19px; line-height: 1; }
.btn-primary { background: var(--accent); box-shadow: none; color: var(--bg); }
.btn-ghost { color: var(--text); background: rgba(255, 255, 255, .015); border-color: var(--line-2); box-shadow: none; }
.btn-ghost:hover { border-color: var(--accent-dim); color: var(--accent); box-shadow: none; background: rgba(163, 255, 63, .04); }
.btn:hover { transform: translateY(-2px); }
.eyebrow { color: var(--accent); font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: .16em; line-height: 1.7; text-transform: uppercase; margin: 0 0 24px; }
.section-index { color: var(--muted); margin-right: 14px; }
.signal-dot { display: inline-block; width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 9px rgba(163, 255, 63, .5); }

/* Landing — quiet grids, a bright core, and room for the typography. */
.ot-hero { padding-top: var(--header-h); position: relative; overflow: clip; background: radial-gradient(ellipse at 78% 46%, rgba(78, 129, 39, .045), transparent 46%); }
.hero-prelude, .hero-baseline { display: flex; justify-content: space-between; gap: 20px; color: #8c9794; font: 9px var(--mono); letter-spacing: .13em; }
.hero-prelude { padding-top: 29px; }
.hero-prelude > span:first-child { display: flex; align-items: center; gap: 10px; color: #c2cec4; }
.ot-hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; min-height: 563px; gap: 0; }
.hero-copy { position: relative; z-index: 2; padding: 55px 0; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero-copy h1 { font-family: var(--font); font-size: clamp(46px, 5.15vw, 73px); font-weight: 500; line-height: 1.12; letter-spacing: -.064em; margin: 0 0 28px; }
.hero-copy h1 > span { color: var(--accent); }
.ot-hero-description { color: #a4afac; font-size: 13px; line-height: 1.9; letter-spacing: -.02em; margin-bottom: 30px; }
.hero-copy .cta-row { gap: 12px; }
.hero-footnote { display: flex; align-items: center; gap: 9px; margin-top: 27px; font-size: 10px; color: var(--muted); }
.tiny-cross { font: 16px var(--mono); color: var(--accent); }
.ot-hero-art { position: relative; aspect-ratio: 1; width: 100%; max-width: 540px; margin-left: 0; mix-blend-mode: screen; }
.art-grid { position: absolute; inset: 8%; background-image: linear-gradient(rgba(163,255,63,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(163,255,63,.065) 1px, transparent 1px); background-size: 41px 41px; mask-image: radial-gradient(circle, #000, transparent 70%); }
.core-logo { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: contain; mix-blend-mode: screen; animation: core-float 9s ease-in-out infinite; }
.art-orbit { position: absolute; border: 1px solid rgba(163,255,63,.09); border-radius: 50%; pointer-events: none; }
.orbit-one { inset: 12%; }
.orbit-two { inset: 5%; border-style: dashed; border-color: rgba(163,255,63,.07); animation: orbit-turn 100s linear infinite; }
.orbit-two::after { content: ""; position: absolute; left: 13%; top: 13%; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px var(--accent); }
.art-coordinate { position: absolute; font: 8px var(--mono); letter-spacing: .14em; color: #7e8a80; z-index: 1; }
.coord-top { left: 12%; top: 3%; }
.coord-bottom { right: 9%; bottom: 2%; font-size: 7px; }
.art-cross { position: absolute; color: #5d7554; font: 21px var(--mono); }
.cross-one { left: 2%; top: 21%; }
.cross-two { right: 1%; bottom: 21%; }
.art-caption { position: absolute; z-index: 1; right: 0; bottom: 15%; border: 1px solid rgba(163,255,63,.22); background: rgba(10,16,10,.86); backdrop-filter: blur(12px); border-radius: 3px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; font: 8px var(--mono); letter-spacing: .12em; color: #d3e1c8; }
.art-caption > span:last-child { color: var(--accent); font-size: 15px; margin-left: 14px; }
.hero-baseline { padding: 0 0 27px; font-size: 8px; color: #7d8986; }
.hero-baseline a { color: #a1ada8; display: flex; gap: 20px; }
.hero-baseline a:hover { color: var(--accent); }
.principles-strip { background: #0c1011; border-block: 1px solid var(--line); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles-grid > div { display: grid; grid-template-columns: 34px 1fr; padding: 25px 0; gap: 2px 10px; }
.principles-grid > div + div { border-left: 1px solid var(--line); padding-left: 36px; }
.principles-grid .index { grid-row: span 2; color: var(--accent); font: 10px/1.9 var(--mono); }
.principles-grid strong { color: var(--text); font-size: 12px; font-weight: 500; }
.principles-grid div > span:last-child { color: var(--muted); font-size: 10px; }
.ot-section { padding: 100px 0; }
.ot-section h2 { font: 500 clamp(30px, 3.3vw, 44px)/1.2 var(--font); letter-spacing: -.05em; margin: 0; }
.mission-header { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 60px; margin-bottom: 43px; }
.mission-header .eyebrow { margin-bottom: 20px; }
.mission-description { color: #a2aca9; font-size: 12px; max-width: 420px; line-height: 1.95; padding-bottom: 1px; }
.mission-description p:last-child { margin-bottom: 0; }
.ot-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.ot-card { display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 5px; background: linear-gradient(145deg, rgba(35,47,40,.15), transparent 75%), #0b0f10; padding: 29px 27px 24px; transition: border-color .25s, transform .25s, background .25s; }
.ot-card:hover { border-color: rgba(163,255,63,.38); transform: translateY(-4px); background-color: #101711; }
.ot-card-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 30px; color: var(--accent); }
.ot-card-top svg { width: 37px; height: 37px; }
.ot-card-top > span { font: 9px var(--mono); color: #6d7c73; }
.ot-card h3 { font: 500 16px/1.5 var(--font); letter-spacing: -.04em; text-transform: none; color: var(--text); margin: 0 0 12px; }
.ot-card p { color: #97a39e; font-size: 11px; line-height: 1.95; margin-bottom: 25px; }
.ot-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; margin-top: auto; border-top: 1px solid var(--line); color: #c4cfc7; font-size: 9px; }
.ot-card a span { color: var(--accent); font-size: 17px; }
.ot-card a:hover { color: var(--accent); }
.performance-section { border-block: 1px solid var(--line); background: radial-gradient(ellipse at 14% 54%, rgba(110,180,69,.035), transparent 45%); }
.performance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 94px; align-items: center; }
.performance-copy > p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: var(--muted); margin: 22px 0 25px; }
.performance-point { display: flex; gap: 20px; border-top: 1px solid var(--line); padding: 17px 0; }
.performance-point > span { font: 10px/1.7 var(--mono); color: var(--accent); }
.performance-point h3 { font: 500 12px var(--font); color: var(--text); text-transform: none; letter-spacing: -.01em; margin: 0 0 7px; }
.performance-point p { font-size: 10px; color: var(--muted); margin: 0; }
.inline-link { display: inline-flex; gap: 30px; align-items: center; color: var(--accent); font-size: 11px; margin-top: 12px; }
.inline-link > span { font-size: 19px; }
.system-visual { position: relative; background: #0b1010; border: 1px solid var(--line-2); border-radius: 5px; padding: 23px; overflow: hidden; }
.system-topline, .system-bottomline { display: flex; justify-content: space-between; color: var(--muted); font: 8px var(--mono); letter-spacing: .1em; }
.system-topline { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.system-orbits { position: relative; height: 169px; display: grid; place-items: center; background: radial-gradient(ellipse, rgba(163,255,63,.09), transparent 66%); }
.system-orbits > span { position: absolute; width: 170px; height: 106px; border: 1px solid rgba(163,255,63,.25); border-radius: 50%; transform: rotate(-24deg); }
.system-orbits > span:nth-child(2) { width: 125px; transform: rotate(24deg); }
.system-orbits > span:nth-child(3) { width: 57px; transform: rotate(24deg); }
.system-orbits > span:nth-child(4) { height: 43px; transform: rotate(-24deg); }
.system-orbits b { font: 600 32px var(--font); letter-spacing: -.06em; background: #0b1010; padding: 5px; z-index: 1; }
.system-flow { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 12% 23px; }
.system-flow > div { width: 100%; text-align: center; border: 1px solid var(--line-2); border-radius: 3px; padding: 13px 8px; font: 10px var(--mono); color: #a4b0a9; }
.system-flow > span { font: 12px var(--mono); color: #638054; }
.system-flow .flow-decision { border-color: rgba(163,255,63,.4); color: var(--accent); background: rgba(163,255,63,.04); box-shadow: 0 0 22px rgba(163,255,63,.045); }
.flow-decision > span { margin-left: 14px; }
.system-flow .signal-dot { margin-right: 8px; width: 4px; height: 4px; }
.system-bottomline { padding-top: 18px; border-top: 1px solid var(--line); font-size: 7px; }
.ot-cta-section { padding: 74px 0; }
.ot-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid rgba(163,255,63,.2); border-radius: 5px; padding: 45px; background: radial-gradient(ellipse at 88% 125%, rgba(163,255,63,.1), transparent 58%), #0d1210; }
.ot-cta .eyebrow { font-size: 9px; margin-bottom: 12px; }
.ot-cta h2 { font: 500 clamp(25px, 3vw, 39px) var(--font); letter-spacing: -.05em; margin: 0 0 12px; }
.ot-cta p:last-child { color: var(--muted); margin: 0; font-size: 11px; }
.ot-cta .btn { flex-shrink: 0; }

/* Keep the full operating manual available without overwhelming the landing. */
.docs-intro .eyebrow { margin-bottom: 14px; }
.docs-library { background: transparent; border: 0; border-radius: 0; padding: 0; margin: 0 0 75px; }
.docs-summary { padding: 0 0 27px; list-style: none; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; }
.docs-summary::-webkit-details-marker { display: none; }
.docs-summary::after { display: none; }
.docs-summary > span:first-child { display: flex; flex-direction: column; gap: 12px; }
.docs-summary strong { color: var(--text); font: 500 29px var(--font); letter-spacing: -.045em; }
.docs-summary > span > span { font: 11px/1.7 var(--font); color: var(--muted); }
.docs-expand { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; border: 1px solid var(--line-2); color: var(--accent); border-radius: 50%; font: 22px var(--font); transition: transform .2s; }
.docs-library[open] > summary .docs-expand { transform: rotate(45deg); }
.docs-library[open] > summary { color: var(--text); margin-bottom: 30px; }
.docs-library > .docs-content { padding: 0; }
.docs-content .section { padding-top: 60px; }
.docs-content .toc { background: #0d1212; }
.docs-content .sec-head h2 { text-transform: none; letter-spacing: -.04em; font-size: 27px; line-height: 1.3; }
.sec-head h2::before { width: 5px; height: 21px; border-radius: 1px; background: var(--accent); box-shadow: none; }
.docs-content .card, .docs-content pre { box-shadow: none; }
.docs-content p, .docs-content li { line-height: 1.85; }
.ot-footer { margin-top: 0; background: #090d0e; padding: 34px 0 24px; }
.ot-footer .footer-grid { display: flex; align-items: center; gap: 28px; margin-bottom: 28px; }
.ot-footer .footer-brand { font-size: 21px; }
.footer-tagline { font: 8px var(--mono); letter-spacing: .15em; color: var(--muted); margin: 0; }
.ot-footer .footer-links { margin: 0 0 0 auto; gap: 24px; }
.ot-footer .footer-links a { font: 10px var(--font); text-transform: none; letter-spacing: 0; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; padding-top: 20px; border-top: 1px solid var(--line); color: #7d8986; font: 8px/1.6 var(--mono); }
.footer-bottom > span:last-child { font-size: 7px; letter-spacing: .12em; }
.footer-bottom a { color: #a2b19f; }

/* Trading screens use the same identity, with readable data density. */
.dash-main, .arena-main { padding-top: calc(var(--header-h) + 35px); }
.workspace-intro { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.workspace-intro .eyebrow { margin: 0; }
.workspace-intro > span { color: var(--muted); font-size: 10px; }
.dash-topbar { margin-bottom: 22px; gap: 12px; }
.dash-topbar h1 { font: 500 29px/1.3 var(--font); text-transform: none; letter-spacing: -.055em; }
.dash-topbar h1 .accent { color: var(--accent); }
.dash-meta { font-size: 10px; }
.panel { box-shadow: none; background: linear-gradient(145deg, rgba(36,48,40,.12), transparent 70%), #0e1315; }
.panel > header { background: rgba(255,255,255,.01); padding: 17px 19px; flex-wrap: wrap; row-gap: 10px; }
.panel > header h2 { font: 500 13px var(--font); letter-spacing: -.02em; text-transform: none; }
.panel > header .hint { font-size: 10px; }
.dash-main .stat-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stat { background: #0e1315; box-shadow: none; }
.stat .value { font-family: var(--font); letter-spacing: -.045em; font-weight: 500; }
.stat.accent::before { box-shadow: 0 0 9px rgba(163,255,63,.2); }
.stat .label { color: #a0aca5; font-family: var(--font); text-transform: none; letter-spacing: 0; }
.stat .sub { color: var(--muted); }
.badge { font-family: var(--mono); font-size: 9px; letter-spacing: .045em; border-radius: 4px; }
.badge-mode { color: var(--bg); box-shadow: none; }
.badge-source { color: var(--accent); }
.lb-winner { background: radial-gradient(ellipse at 0 0, rgba(163,255,63,.06), transparent 80%), #0b1011; border-color: rgba(163,255,63,.2); }
.lb-winner-name { font-family: var(--font); letter-spacing: -.035em; }
.lb-bar { border-radius: 3px 3px 0 0; opacity: .8; }
.equity-toggle-btn { border-radius: 4px; padding: 6px 11px; }
.equity-toggle-btn.active { color: var(--accent); background: rgba(163,255,63,.08); }
.agent-modal { background: radial-gradient(ellipse at 90% 0, rgba(163,255,63,.055), transparent 48%), #0b1011; }
.agent-hero h1 { font-family: var(--font); font-weight: 500; letter-spacing: -.045em; }
th { font: 500 10px var(--font); color: #aab6af; text-transform: none; letter-spacing: 0; }
.ticker { border: 1px solid var(--line); border-radius: 5px; background: #0c1112; padding: 14px 18px; gap: 28px; font-size: 11px; }
.chat-item { background: #0a0f10; border-radius: 4px; padding: 14px; }
.chat-item p { font-size: 12px; line-height: 1.8; }
.arena-footer { margin-top: 32px; }
@keyframes core-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }

@media (min-width: 1550px) { .ot-hero-grid { min-height: 630px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .nav-links { gap: 12px; }
  .ot-hero-grid { min-height: 510px; }
  .hero-copy h1 { font-size: clamp(43px, 5.5vw, 61px); }
  .ot-hero-art { width: 100%; margin-left: 0; }
  .performance-grid { gap: 50px; }
  .dash-main .stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ot-card { padding: 24px 20px; }
  .footer-tagline { display: none; }
}
@media (max-width: 880px) {
  :root { --header-h: 70px; }
  .nav-links { gap: 0; }
  .nav-links a { padding: 14px 8px; }
  .nav-links .nav-cta { margin: 12px 0 0; justify-content: center; }
  .ot-hero-grid { grid-template-columns: 1fr 0.85fr; min-height: 455px; }
  .hero-copy { padding: 42px 0; }
  .hero-copy h1 { font-size: clamp(37px, 5.4vw, 49px); }
  .hero-copy .eyebrow { font-size: 8px; }
  .ot-hero-description { font-size: 11px; }
  .hero-copy .btn { padding: 13px 16px; font-size: 10px; gap: 16px; }
  .art-caption { right: 0; font-size: 6px; padding: 9px; gap: 6px; }
  .art-coordinate { font-size: 6px; }
  .coord-bottom { display: none; }
  .principles-grid > div + div { padding-left: 20px; }
  .principles-grid strong { font-size: 10px; }
  .principles-grid div > span:last-child { font-size: 9px; }
  .principles-grid > div { grid-template-columns: 25px 1fr; }
  .ot-section { padding: 70px 0; }
  .mission-header { gap: 35px; }
  .mission-description { font-size: 11px; }
  .ot-card-grid { gap: 10px; }
  .ot-card { padding: 23px 16px; }
  .ot-card h3 { font-size: 14px; }
  .ot-card p { font-size: 10px; }
  .ot-card a { font-size: 8px; gap: 12px; }
  .performance-grid { gap: 30px; }
  .system-visual { padding: 18px; }
  .system-flow { padding-inline: 4%; }
  .ot-cta { padding: 35px; }
  .workspace-intro > span { max-width: 200px; text-align: right; }
  .dash-topbar h1 { font-size: 25px; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 40px); }
  .brand { font-size: 21px; }
  .hero-prelude { padding-top: 21px; font-size: 8px; }
  .hero-prelude > span:last-child { display: none; }
  .ot-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 0 0; }
  .hero-copy h1 { font-size: clamp(40px, 9.8vw, 61px); margin-bottom: 22px; }
  .hero-copy .eyebrow { font-size: 8px; margin-bottom: 19px; }
  .ot-hero-description { font-size: 11px; margin-bottom: 23px; }
  .hero-copy .btn { font-size: 10px; padding: 13px 17px; min-height: 45px; gap: 19px; }
  .hero-footnote { margin-top: 19px; }
  .ot-hero-art { width: min(100%, 440px); margin: 12px auto 21px; }
  .art-caption { font-size: 7px; padding: 10px 12px; right: 3%; }
  .art-coordinate { font-size: 7px; }
  .coord-top { top: 7%; }
  .hero-baseline { padding-bottom: 23px; font-size: 7px; align-items: center; }
  .hero-baseline > span { max-width: 175px; line-height: 1.6; }
  .hero-baseline a { gap: 10px; font-size: 7px; white-space: nowrap; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid > div { padding: 17px 0; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; }
  .principles-grid > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .principles-grid .index { grid-row: auto; font-size: 9px; }
  .principles-grid strong { font-size: 11px; }
  .principles-grid div > span:last-child { font-size: 8px; text-align: right; }
  .ot-section { padding: 58px 0; }
  .ot-section h2 { font-size: 33px; }
  .mission-header { grid-template-columns: 1fr; gap: 25px; margin-bottom: 28px; }
  .mission-description { max-width: none; font-size: 12px; }
  .ot-card-grid { grid-template-columns: 1fr; gap: 14px; }
  .ot-card { padding: 26px; }
  .ot-card h3 { font-size: 18px; }
  .ot-card p { font-size: 12px; }
  .ot-card a { font-size: 10px; }
  .ot-card-top { margin-bottom: 25px; }
  .performance-grid { grid-template-columns: 1fr; gap: 36px; }
  .performance-copy { order: -1; }
  .system-visual { padding: 22px; }
  .system-flow { padding-inline: 10%; }
  .performance-point h3 { font-size: 13px; }
  .performance-point p { font-size: 11px; }
  .ot-cta-section { padding: 48px 0; }
  .ot-cta { padding: 30px 24px; flex-direction: column; align-items: start; gap: 25px; }
  .ot-cta h2 { font-size: 29px; }
  .docs-summary strong { font-size: 25px; }
  .docs-summary > span > span { font-size: 10px; max-width: 29ch; }
  .docs-library { margin-bottom: 50px; }
  .docs-content .sec-head h2 { font-size: 23px; }
  .ot-footer .footer-grid { flex-wrap: wrap; gap: 24px; }
  .ot-footer .footer-links { margin-left: 0; width: 100%; gap: 26px; }
  .footer-bottom { font-size: 8px; }
  .footer-bottom > span:last-child { width: 100%; font-size: 6px; }
  .workspace-intro { align-items: flex-start; }
  .workspace-intro .eyebrow { font-size: 8px; }
  .workspace-intro > span { font-size: 8px; max-width: 142px; }
  .dash-topbar h1 { width: 100%; font-size: 28px; }
  .dash-meta { margin-left: 0; width: 100%; }
  .panel > header { padding: 15px; }
  .panel > header .hint { margin-left: 0; }
  .panel > header .equity-toggle { margin-left: 0; }
  .equity-toggle-btn { font-size: 9px; }
  .stat-grid, .dash-main .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dash-main .stat-grid .stat:last-child { grid-column: 1 / -1; }
  .dash-main .table-wrap table, .arena-main .table-wrap table, .agent-modal .table-wrap table { min-width: 680px; }
  .stat { min-width: 0; padding: 16px 13px; }
  .stat .value { font-size: 23px; overflow-wrap: anywhere; }
  .stat .label { font-size: 10px; }
  .stat .sub { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
