@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--profile: #0891b2;--profile-light: #e0f6fb;--accent-emerald: #0891b2;--accent-emerald-fg: #0891b2;--super: #ba7517;--super-light: #faeeda;--fundamental: #185fa5;--fundamental-light: #e6f1fb;--success: #3b6d11;--success-light: #eaf3de;--warning: #854f0b;--warning-light: #faeeda;--danger: #a32d2d;--danger-light: #fcebeb;--info: #185fa5;--info-light: #e6f1fb;--bg-1: #ffffff;--bg-2: #f1efe8;--bg-3: #e8e6df;--surface: #ffffff;--surface-2: #f1efe8;--text-1: #1a1a18;--text-2: #73726c;--text-3: #a8a79f;--border: #e3e1d8;--border-strong: #cbc9bf;--pnl-pos: #1d9e75;--pnl-neg: #a32d2d;--agent: #7c3aed;--agent-light: #ece5fb;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 20px;--s6: 24px;--s8: 32px;--s10: 40px;--r-sm: 4px;--r-md: 8px;--r-lg: 16px;--r-xl: 16px;--r-full: 9999px;--sh-sm: 0 1px 3px rgba(0, 0, 0, .08);--sh-md: 0 4px 12px rgba(0, 0, 0, .1);--sh-lg: 0 8px 24px rgba(0, 0, 0, .12);--z-base: 1;--z-sticky: 10;--z-drawer: 20;--z-modal: 30;--z-toast: 50;--font: "Archivo", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace;--dur: .15s;--content-max: min(100%, 3600px);--content-pad: clamp(20px, 3.2vw, 64px);--rail-w: 306px}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--profile: #22d3ee;--profile-light: rgba(34, 211, 238, .15);--accent-emerald: #0891b2;--accent-emerald-fg: #22d3ee;--super: #f0a83c;--super-light: #33260f;--fundamental: #5b9be0;--fundamental-light: #14233a;--success: #00e676;--success-light: rgba(16, 185, 129, .15);--warning: #f0a83c;--warning-light: #33260f;--danger: #ff4d4d;--danger-light: #3a1414;--info: #5b9be0;--info-light: #14233a;--bg-1: #0f1014;--bg-2: #15161a;--bg-3: #262732;--surface: #1e1f28;--surface-2: #262732;--text-1: #e8eaf2;--text-2: #9ca3af;--text-3: #6b7280;--border: rgba(45, 46, 58, .5);--border-strong: rgba(45, 46, 58, .9);--pnl-pos: #34d399;--pnl-neg: #ff4d4d;--agent: #a855f7;--agent-light: rgba(168, 85, 247, .1);--sh-sm: 0 2px 12px rgba(0, 0, 0, .4);--sh-md: 0 4px 18px rgba(0, 0, 0, .45);--sh-lg: 0 8px 28px rgba(0, 0, 0, .5)}}:root[data-theme=dark]{--profile: #22d3ee;--profile-light: rgba(34, 211, 238, .15);--accent-emerald: #0891b2;--accent-emerald-fg: #22d3ee;--super: #f0a83c;--super-light: #33260f;--fundamental: #5b9be0;--fundamental-light: #14233a;--success: #00e676;--success-light: rgba(16, 185, 129, .15);--warning: #f0a83c;--warning-light: #33260f;--danger: #ff4d4d;--danger-light: #3a1414;--info: #5b9be0;--info-light: #14233a;--bg-1: #0f1014;--bg-2: #15161a;--bg-3: #262732;--surface: #1e1f28;--surface-2: #262732;--text-1: #e8eaf2;--text-2: #9ca3af;--text-3: #6b7280;--border: rgba(45, 46, 58, .5);--border-strong: rgba(45, 46, 58, .9);--pnl-pos: #34d399;--pnl-neg: #ff4d4d;--agent: #a855f7;--agent-light: rgba(168, 85, 247, .1);--sh-sm: 0 2px 12px rgba(0, 0, 0, .4);--sh-md: 0 4px 18px rgba(0, 0, 0, .45);--sh-lg: 0 8px 28px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:var(--font);font-weight:400;font-size:16px;line-height:1.6;color:var(--text-1);background:var(--bg-1);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600;margin:0 0 var(--s4)}h1{font-size:24px;line-height:1.3}h2{font-size:19px;line-height:1.3}h3{font-size:16px;line-height:1.4}a{color:var(--fundamental);text-decoration:none}a:hover{text-decoration:underline}.mono{font-family:var(--mono)}.muted{color:var(--text-2)}.tertiary{color:var(--text-3)}.label{font-size:11px;font-weight:500;line-height:1.4;color:var(--text-3);letter-spacing:.08em;text-transform:uppercase}:focus-visible{outline:2px solid var(--fundamental);outline-offset:2px;border-radius:var(--r-sm)}button{font:inherit;cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-1);color:var(--text-1);padding:8px 14px;border-radius:var(--r-md);transition:background-color var(--dur),border-color var(--dur),box-shadow var(--dur),color var(--dur)}button:hover:not(:disabled){background:var(--bg-2)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--profile);border-color:var(--profile);color:#04181d}button.primary:hover:not(:disabled){filter:brightness(1.08)}button.ghost{border-color:transparent;background:transparent}button.ghost:hover:not(:disabled){background:var(--bg-2)}button.sm{padding:4px 10px;font-size:13px}button.btn-primary{background:var(--profile);border:1px solid var(--profile);color:#04181d;font-weight:600;padding:10px 16px;border-radius:var(--r-md)}button.btn-primary:hover:not(:disabled){filter:brightness(1.08)}button.btn-ai{background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:#d8b4fe;font-weight:600;padding:10px 16px;border-radius:var(--r-md)}button.btn-ai:hover:not(:disabled){background:#a855f72e}.value{font-family:var(--font);font-weight:700;color:#fff;font-variant-numeric:tabular-nums}input,select,textarea{font:inherit;padding:8px 10px;border:1px solid var(--border-strong);border-radius:var(--r-md);background:var(--surface-2);color:var(--text-1);width:100%;transition:border-color var(--dur),box-shadow var(--dur)}input:focus,select:focus,textarea:focus{border-color:var(--fundamental);box-shadow:var(--sh-sm);outline:none}label{font-size:13px;color:var(--text-2);display:block;margin-bottom:4px}.card{border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--s4);background:var(--surface);box-shadow:var(--sh-sm)}.card.hoverable{cursor:pointer;transition:box-shadow var(--dur),border-color var(--dur)}.card.hoverable:hover{box-shadow:var(--sh-md);border-color:var(--border-strong)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--r-full);font-size:11px;font-weight:500}.row{display:flex;align-items:center;gap:var(--s3)}.col{display:flex;flex-direction:column;gap:var(--s3)}.grid{display:grid;gap:var(--s4)}.scroll-x{overflow-x:auto}.sos-main{max-width:var(--content-max);margin:0 auto;padding:var(--s8) var(--content-pad)}.sos-split{display:flex;gap:var(--s5);align-items:flex-start}.sos-split>.sos-fluid{flex:1 1 0;min-width:0}.sos-split>.sos-rail{flex:0 0 var(--rail-w);width:var(--rail-w);max-width:100%;box-sizing:border-box;border-left:1px solid var(--border);padding-left:var(--s4);padding-right:var(--s4);margin-right:calc(-1 * var(--content-pad))}@media (max-width: 1080px){.sos-split{flex-wrap:wrap}.sos-split>.sos-fluid,.sos-split>.sos-rail{flex:1 1 100%;width:100%}.sos-split>.sos-rail{border-left:none;padding-left:0;padding-right:0;margin-right:0}}.sos-trade-row>.sos-trade-form{flex:0 0 320px;width:320px;display:flex}@media (max-width: 1080px){.sos-trade-row>.sos-trade-form{order:2;flex:1 1 100%;width:100%}.sos-trade-row>.sos-fluid{order:1}.sos-trade-row>.sos-fluid>div:first-child{min-height:360px}}.sos-trade-fs{display:flex;gap:var(--s4);min-height:0}.sos-trade-fs>.sos-trade-fs-form{flex:0 0 320px;width:320px;overflow:auto}.sos-trade-fs>.sos-trade-fs-chart{flex:1 1 0;min-width:0;min-height:0;display:flex}@media (max-width: 720px){.sos-trade-fs{flex-direction:column}.sos-trade-fs>.sos-trade-fs-form{flex:0 0 auto;width:100%;max-height:40vh}.sos-trade-fs>.sos-trade-fs-chart{flex:1 1 auto;min-height:55vh}}.grid-cap{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (min-width: 2100px){.grid-cap{grid-template-columns:repeat(auto-fill,minmax(320px,380px));justify-content:start}}.dot{width:8px;height:8px;border-radius:var(--r-full);display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:14px;height:14px;border:2px solid var(--border-strong);border-top-color:var(--profile);border-radius:var(--r-full);animation:spin .7s linear infinite;flex:0 0 auto;display:inline-block}@keyframes sk{0%{opacity:.45}50%{opacity:1}to{opacity:.45}}.skeleton{background:var(--bg-3);border-radius:var(--r-sm);animation:sk 1.2s ease-in-out infinite}@keyframes slideIn{0%{transform:translate(16px);opacity:0}to{transform:none;opacity:1}}.toast{animation:slideIn .2s ease-out}@keyframes rise{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.pulse{animation:pulse 1.6s ease-in-out infinite}.rise{animation:rise .26s cubic-bezier(.22,1,.36,1) both}.rise-2{animation-delay:60ms}.rise-3{animation-delay:.12s}.rise-4{animation-delay:.18s}.stagger>*{animation:rise .26s cubic-bezier(.22,1,.36,1) both}.stagger>*:nth-child(2){animation-delay:40ms}.stagger>*:nth-child(3){animation-delay:80ms}.stagger>*:nth-child(4){animation-delay:.12s}.stagger>*:nth-child(5){animation-delay:.16s}.stagger>*:nth-child(n+6){animation-delay:.2s}.card.hoverable:active{transform:translateY(1px)}.card.hoverable{transition:box-shadow var(--dur),border-color var(--dur),transform var(--dur)}.sos-only-sm{display:none}.sos-brand{width:232px;flex-shrink:0;align-self:stretch;display:flex;align-items:center;gap:10px;margin-left:calc(-1 * var(--s5));padding-left:var(--s5);border-right:1px solid var(--border);color:inherit;text-decoration:none}@media (max-width: 767px){.sos-brand{width:auto;border-right:none;margin-left:0;padding-left:0}}body[data-fullscreen]{overflow:hidden}@media (max-width: 767px){.sos-sidebar{display:none!important}.sos-bottomnav{display:flex!important}.sos-main{padding:var(--s5) var(--s4) 76px!important}.sos-hide-sm{display:none!important}.sos-only-sm{display:inline-flex!important}.sos-split{gap:var(--s4)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.report-detail{border-top:1px solid var(--border);padding-top:var(--s2)}.report-detail__sum{cursor:pointer;list-style:none;font-size:12px;color:var(--text-3);-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:6px}.report-detail__sum::-webkit-details-marker{display:none}.report-detail__sum:before{content:"▸";font-size:10px;transition:transform .12s ease}.report-detail[open]>.report-detail__sum:before{transform:rotate(90deg)}.report-detail__sum:hover{color:var(--text-1)}@media print{body *{visibility:hidden!important}#report-print-root,#report-print-root *{visibility:visible!important}#report-print-root{position:absolute!important;left:0;top:0;width:100%!important}[data-no-print]{display:none!important}#report-print-root [data-report-toolbar]{position:static!important;border:0!important}.report-detail>.report-detail__sum{display:none!important}.report-detail>*:not(.report-detail__sum){display:block!important}.card{box-shadow:none!important;break-inside:avoid}section,.report-detail,.recharts-wrapper{break-inside:avoid}}
