:root{color-scheme:light dark;--bg: #edf1f7;--bg-accent: rgba(15, 118, 110, .08);--bg-wash: rgba(17, 24, 39, .04);--surface: rgba(255, 255, 255, .94);--surface-muted: rgba(247, 250, 252, .92);--surface-strong: rgba(241, 245, 249, .96);--line: rgba(148, 163, 184, .28);--line-strong: rgba(100, 116, 139, .34);--text: #0f172a;--text-soft: #475569;--text-faint: #64748b;--accent: #0f766e;--up: #117a37;--down: #b42318;--flat: #667085;--danger: #b42318;--yes-tint: rgba(17, 122, 55, .12);--no-tint: rgba(180, 35, 24, .12);--radius: 6px;--shadow: 0 18px 42px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .04);font-family:IBM Plex Sans,Avenir Next,Segoe UI,sans-serif;line-height:1.45;font-weight:400;color:var(--text);background:radial-gradient(circle at top right,var(--bg-accent),transparent 34%),radial-gradient(circle at bottom left,var(--bg-wash),transparent 38%),var(--bg)}@media(prefers-color-scheme:dark){:root{--bg: #0b1016;--bg-accent: rgba(15, 118, 110, .14);--bg-wash: rgba(14, 165, 233, .05);--surface: rgba(18, 24, 33, .94);--surface-muted: rgba(15, 21, 29, .92);--surface-strong: rgba(21, 29, 39, .96);--line: rgba(71, 85, 105, .32);--line-strong: rgba(100, 116, 139, .42);--text: #eef2f7;--text-soft: #cbd5e1;--text-faint: #94a3b8;--flat: #94a3b8;--yes-tint: rgba(17, 122, 55, .18);--no-tint: rgba(180, 35, 24, .18);--shadow: 0 18px 42px rgba(0, 0, 0, .26), 0 2px 8px rgba(0, 0, 0, .16)}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,var(--bg-accent),transparent 34%),radial-gradient(circle at bottom left,var(--bg-wash),transparent 38%),var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}summary{cursor:pointer}#root{min-height:100vh}.app-shell{min-height:100vh;max-width:1640px;margin:0 auto;padding:22px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.title-block h1{margin:0;font-size:clamp(1.85rem,2.4vw,3rem);line-height:1;letter-spacing:.08em}.eyebrow{margin:0;font-size:.72rem;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}.brand-lockup{display:flex;align-items:center;gap:14px}.brand-mark{width:52px;height:52px;display:block;flex:0 0 auto;object-fit:contain}@media(prefers-color-scheme:dark){.brand-mark{filter:brightness(0) invert(1)}}.status-stack{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.status-pill,.direction-pill,.mini-direction{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.status-pill{gap:10px;border-left:3px solid var(--accent)}.status-pill.subtle{border-left-color:var(--line-strong);color:var(--text-soft)}.direction-pill{gap:8px}.live-dot{--live-dot-color: #dc2626;--live-dot-glow: rgba(220, 38, 38, .45);--live-dot-glow-fade: rgba(220, 38, 38, 0);width:8px;height:8px;border-radius:999px;background:var(--live-dot-color);box-shadow:0 0 0 var(--live-dot-glow);animation:live-pulse 1.6s ease-out infinite}@keyframes live-pulse{0%{transform:scale(.9);box-shadow:0 0 0 0 var(--live-dot-glow)}70%{transform:scale(1);box-shadow:0 0 0 7px var(--live-dot-glow-fade)}to{transform:scale(.9);box-shadow:0 0 0 0 var(--live-dot-glow-fade)}}.direction-pill.up .live-dot{--live-dot-color: var(--up);--live-dot-glow: rgba(17, 122, 55, .45);--live-dot-glow-fade: rgba(17, 122, 55, 0)}.direction-pill.up,.mini-direction.up{border-color:#117a374d;color:var(--up)}.direction-pill.down,.mini-direction.down{border-color:#b4231852;color:var(--down)}.direction-pill.flat,.mini-direction.flat{border-color:#6670854d;color:var(--flat)}.layout-grid{display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr) minmax(320px,380px);gap:18px;align-items:start}.sidebar,.main-panel,.trade-panel{display:flex;flex-direction:column;gap:18px}.trade-panel{position:sticky;top:22px}.card,.selected-card,.market-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card:has(.tooltip-wrap:hover),.card:has(.tooltip-wrap:focus-within),.selected-card:has(.tooltip-wrap:hover),.selected-card:has(.tooltip-wrap:focus-within),.market-card:has(.tooltip-wrap:hover),.market-card:has(.tooltip-wrap:focus-within){z-index:8}.card,.selected-card{padding:16px}.wallet-summary-meta{color:var(--text-soft);font-size:.84rem;font-weight:600}.wallet-summary-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit}.wallet-summary-button:hover .wallet-summary-meta{color:var(--text)}.wallet-summary-button:focus-visible{outline:2px solid rgba(15,118,110,.18);outline-offset:3px;border-radius:999px}.copy-toast{position:fixed;top:18px;right:18px;z-index:20;max-width:calc(100vw - 36px);padding:9px 12px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);box-shadow:var(--shadow);color:var(--text);font-size:.84rem;font-weight:600;pointer-events:none}.wallet-card{display:flex;flex-direction:column;gap:14px}.wallet-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wallet-panel-head strong{display:block;margin-top:4px;font-size:.98rem}.wallet-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet-action-full{grid-column:1 / -1}.section-title{display:inline-flex;align-items:center;gap:8px;margin-bottom:2px;font-size:.95rem;letter-spacing:-.01em}.tooltip-wrap{position:relative;display:inline-flex;align-items:center}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-strong);color:var(--text-faint);font-size:.7rem;font-weight:700;line-height:1}.tooltip-trigger:hover{color:var(--text)}.tooltip-trigger:focus-visible{outline:2px solid rgba(15,118,110,.18);outline-offset:2px}.tooltip-bubble{position:absolute;right:0;bottom:calc(100% + 8px);z-index:12;width:min(280px,calc(100vw - 36px));padding:9px 11px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);box-shadow:var(--shadow);color:var(--text);font-size:.8rem;font-weight:500;line-height:1.45;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.tooltip-bubble-start{left:0;right:auto}.tooltip-wrap:hover .tooltip-bubble,.tooltip-wrap:focus-within .tooltip-bubble{opacity:1;transform:translateY(0)}.detail-list,.form-stack,.history-list{display:flex;flex-direction:column;gap:10px}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--line)}.detail-row:last-child{padding-bottom:0;border-bottom:0}.detail-row span{color:var(--text-soft)}.field-label{color:var(--text-soft);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.inline-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.terminal-input,.textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);color:var(--text);padding:10px 11px}.textarea{min-height:88px;resize:vertical}.primary-button,.secondary-button{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);transition:border-color .12s ease,background-color .12s ease,color .12s ease,transform .12s ease}.primary-button{border-left:3px solid var(--accent);background:var(--surface-strong)}.secondary-button{border-left:3px solid var(--line-strong)}.primary-button:hover,.secondary-button:hover,.market-card:hover{border-color:var(--line-strong)}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.terminal-input:focus,.textarea:focus,.primary-button:focus-visible,.secondary-button:focus-visible,.market-card:focus-visible{outline:2px solid rgba(15,118,110,.18);outline-offset:1px}.error-text,.error-banner{margin:0;color:var(--danger);font-size:.88rem}.error-banner{padding:12px 14px;border:1px solid rgba(180,35,24,.28);border-radius:var(--radius);background:#b423180a}.muted-line{margin:0;color:var(--text-soft);font-size:.9rem}.subsection{display:flex;flex-direction:column;gap:10px;padding-top:2px}.subsection-title{color:var(--text-faint);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.subsection-title-row{display:inline-flex;align-items:center;gap:8px}.position-count-pill{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--text-soft);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.compact-history{gap:0}.history-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.history-item:first-child{padding-top:0}.history-item:last-child{padding-bottom:0;border-bottom:0}.history-copy{flex:1 1 auto;min-width:0}.history-direction{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--text-soft)}.history-direction svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.history-line{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.86rem}.history-line.muted{margin-top:4px;color:var(--text-soft)}.history-toggle{align-self:center;min-height:32px;margin-top:8px;padding:0 10px;font-size:.82rem}.wallet-chip-list{display:flex;flex-wrap:wrap;gap:8px}.wallet-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;flex:1 1 100%;padding:9px 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.wallet-chip span{color:var(--text-faint);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.wallet-chip strong{font-size:.83rem}.asset-list{display:flex;flex-direction:column;gap:8px}.asset-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.asset-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.asset-meta span{color:var(--text-faint);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.asset-symbol,.asset-balance{font-size:.9rem}.position-list{display:flex;flex-direction:column;gap:8px}.position-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.position-data-point{min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.position-data-point span{display:block;margin-bottom:6px;color:var(--text-faint);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.position-data-point strong{display:block;font-size:.84rem;line-height:1.25}.position-summary-block,.position-metric{background:linear-gradient(180deg,var(--surface),var(--surface-strong))}.position-summary-block.accent,.position-pill.accent{border-color:#0f766e47}.position-summary-block.accent strong,.position-pill.accent strong{color:var(--accent)}.position-card{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.position-card-head{display:flex;flex-direction:column;gap:4px}.position-card-head strong{font-size:.88rem;line-height:1.2}.position-card-head span{color:var(--text-faint);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.position-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.position-metric.yes{border-left:3px solid rgba(17,122,55,.34)}.position-metric.no{border-left:3px solid rgba(180,35,24,.34)}.position-metric.open{border-left:3px solid rgba(100,116,139,.34)}.position-pill-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.selected-card,.trade-card{display:flex;flex-direction:column;gap:16px}.selected-title-block{display:flex;flex-direction:column;gap:8px;min-width:0}.selected-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.selected-head h2{margin:4px 0 0;font-size:clamp(1.15rem,1.8vw,1.6rem);line-height:1.15;letter-spacing:-.02em}.market-identity{display:flex;align-items:center;gap:12px;min-width:0}.market-identity.large{gap:14px}.market-logo-shell{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);overflow:hidden}.market-identity.large .market-logo-shell{width:48px;height:48px;border-radius:10px}.market-logo{width:100%;height:100%;object-fit:cover;display:block}.market-logo-fallback{color:var(--text-soft);font-size:.95rem;font-weight:700}.market-title-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.market-title-copy h2{margin:0}.market-title-copy strong{display:block;font-size:1rem;line-height:1.1}.market-title-copy span{color:var(--text-soft);font-size:.84rem}.selected-stats,.selected-insights,.market-metrics,.trade-stats{display:grid;gap:10px}.selected-stats,.selected-insights{grid-template-columns:repeat(4,minmax(0,1fr))}.trade-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-block{min-height:76px;padding:10px;border:1px solid var(--line);border-left:3px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong)}.stat-block>span,.market-metrics span{display:block;margin-bottom:8px;color:var(--text-faint);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.stat-block>strong{font-size:.98rem}.price-chart{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted)}.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.market-card{display:flex;flex-direction:column;gap:14px;width:100%;padding:16px;text-align:left}.market-card.active{border-color:var(--line-strong);box-shadow:inset 0 0 0 1px #0f766e1f,var(--shadow)}.market-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.market-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.market-metrics strong{font-size:.94rem}.market-contract-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:2px;color:var(--text-soft);font-size:.78rem}.market-contract-row span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.market-contract-row strong{font-size:.76rem;word-break:break-all}.history-table,.orderbook{display:flex;flex-direction:column;gap:1px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface-muted)}.history-header-row,.history-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,.9fr) minmax(76px,.65fr);gap:10px;align-items:center;padding:10px 12px}.history-header-row{background:var(--surface-strong);color:var(--text-faint);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.history-row{font-size:.82rem;background:var(--surface)}.history-row+.history-row{border-top:1px solid var(--line)}.history-row.empty{color:var(--text-soft)}.book-header-row,.book-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:center;padding:10px 12px}.book-header-row{background:var(--surface-strong);color:var(--text-faint);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.book-row{font-size:.86rem;background:var(--surface)}.book-row+.book-row{border-top:1px solid var(--line)}.book-price{font-weight:700}.book-price.bid{color:var(--up)}.book-price.ask{color:var(--down)}.midpoint-row{padding:10px 12px;border-top:1px solid var(--line);background:var(--surface-strong);color:var(--text-soft);font-size:.8rem;font-weight:600}.trade-ticket{display:flex;flex-direction:column;gap:14px}.ticket-copy{margin-top:-4px}.ticket-grid,.ticket-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yes-button{border-left-color:var(--up);background:linear-gradient(180deg,var(--yes-tint),transparent 120%),var(--surface)}.no-button{border-left-color:var(--down);background:linear-gradient(180deg,var(--no-tint),transparent 120%),var(--surface)}.ticket-receipt{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong)}.receipt-list{display:flex;flex-direction:column;gap:10px}.receipt-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.receipt-copy-button{padding:0;color:var(--accent);font-size:.8rem;font-weight:600}.signature-preview{padding-top:2px;color:var(--text-faint);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:1220px){.layout-grid{grid-template-columns:minmax(260px,300px) minmax(0,1fr)}.trade-panel{position:static;grid-column:1 / -1}.selected-stats,.selected-insights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.layout-grid{grid-template-columns:1fr}.sidebar,.main-panel,.trade-panel{grid-column:auto}.market-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{padding:14px}.topbar,.selected-head,.history-line{flex-direction:column;align-items:flex-start}.status-stack{justify-content:flex-start}.selected-stats,.selected-insights,.market-metrics,.trade-stats,.position-overview,.position-grid,.position-pill-row,.ticket-grid,.ticket-actions,.wallet-actions,.inline-field{grid-template-columns:1fr}.history-header-row,.history-row,.book-header-row,.book-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
