html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root,:root[data-theme=light]{--bg: radial-gradient(circle at 10% 10%, #f4f2ec 0%, #ebe8e0 48%, #e2ddd3 100%);--surface: #f7f5f1;--surface-strong: #fbf9f5;--surface-muted: #f0eee8;--line: #ddd7cb;--text: #132b45;--subtext: #6d7f92;--accent: #0f9f95;--accent-2: #22b6a3;--accent-soft: #dcece9;--focus-ring: rgba(15, 159, 149, .22);--positive: #14976f;--negative: #d45d5d;--shadow: 0 20px 40px rgba(48, 52, 57, .08);--control-bg: #f4f3ef}:root[data-theme=dark]{--bg: radial-gradient(circle at 15% 10%, #10212f 0%, #0b1724 50%, #08121d 100%);--surface: #132433;--surface-strong: #172b3d;--surface-muted: #1b3247;--line: #29445d;--text: #e8f3fb;--subtext: #9eb3c4;--accent: #1eb4a7;--accent-2: #42c7b8;--accent-soft: #1f3e4b;--focus-ring: rgba(30, 180, 167, .28);--positive: #27c08d;--negative: #e17d7d;--shadow: 0 22px 42px rgba(0, 0, 0, .35);--control-bg: #1a3147}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,sans-serif;color:var(--text);background:var(--bg)}h1,h2,h3,h4{margin:0;letter-spacing:.01em;font-family:Space Grotesk,sans-serif;color:var(--text)}.app-root{min-height:100vh;padding:22px;color:var(--text);background:var(--bg)}.login-shell{min-height:calc(100vh - 44px);display:grid;place-items:center}.login-card{width:min(460px,94vw);padding:30px;border-radius:30px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow)}.login-card p{margin:10px 0 22px;color:var(--subtext)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(145deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.topbar p{margin:8px 0 0;color:var(--subtext)}.topbar-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.main-grid{margin-top:16px;display:grid;grid-template-columns:1fr;gap:16px}.panel{border-radius:28px;border:1px solid var(--line);background:linear-gradient(145deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow);padding:18px}.panel-head{margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.panel-head span{font-size:12px;color:var(--subtext)}.panel h4,.symbol-section h4{color:var(--text)}.panel-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.source-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid var(--line);background:var(--accent-soft);color:var(--text)!important}.ticker-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.ticker-card{border-radius:20px;padding:14px;border:1px solid var(--line);background:var(--surface-muted)}.ticker-card h4{font-size:1.03rem}.ticker-card .price{margin:8px 0 6px;font-size:1.22rem;font-weight:700}.ticker-card .delta{margin:0;font-weight:600}.ticker-card.up .delta{color:var(--positive)}.ticker-card.down .delta{color:var(--negative)}.chart{margin-top:14px;height:250px;width:100%;border-radius:20px;background:var(--surface-muted);border:1px solid var(--line)}.split{display:grid;gap:20px;grid-template-columns:1fr}.symbol-section{margin-top:14px;padding-top:14px;border-top:1px dashed var(--line)}.symbol-head{display:flex;align-items:center;gap:10px;margin:10px 0}.risk-cards{display:grid;gap:10px;margin-bottom:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.risk-card{border-radius:18px;border:1px solid var(--line);background:var(--accent-soft);padding:12px}.risk-card span{display:block;font-size:12px;color:var(--subtext)}.risk-card strong{font-size:1.1rem}.ant-tabs-tab{font-family:Space Grotesk,sans-serif;font-weight:600}.ant-tabs-tab .ant-tabs-tab-btn{color:var(--subtext)!important}.ant-tabs-tab:hover .ant-tabs-tab-btn,.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.ant-tabs-tab-btn:focus,.ant-tabs-tab-btn:focus-visible{color:var(--accent)!important}.ant-tabs-tab-btn:focus,.ant-tabs-tab-btn:focus-visible{outline:none;text-shadow:none!important}.ant-tabs-ink-bar{background:var(--accent)!important}.ant-tabs-content,.ant-tabs-tabpane{color:var(--text)!important}.ant-form-item-label>label,.ant-table,.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.ant-select,.ant-input,.ant-input-number,.ant-segmented,.ant-btn{font-family:IBM Plex Sans,sans-serif}.ant-form-item{margin-bottom:12px}.ant-form-item-label>label{color:var(--subtext)!important;font-weight:600}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-select-selector,.ant-segmented{border-radius:14px!important;border-color:var(--line)!important;background:var(--control-bg)!important;color:var(--text)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-input-number:focus-within,.ant-input-number-focused,.ant-select-focused .ant-select-selector,.ant-select-open .ant-select-selector,.ant-picker-focused,.ant-picker:focus-within{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--focus-ring)!important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder{color:color-mix(in srgb,var(--subtext) 75%,transparent)!important}.ant-input-number-input,.ant-select-selection-item,.ant-select-selection-placeholder{color:var(--text)!important}.ant-select-dropdown,.ant-picker-dropdown,.ant-dropdown{border-radius:14px}.ant-btn{border-radius:14px;border-color:var(--line);color:var(--text);background:var(--control-bg);font-weight:600}.ant-btn:hover,.ant-btn:focus,.ant-btn:focus-visible{color:var(--text)!important;border-color:var(--accent)!important}.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):hover,.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):focus-visible,.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):active{color:var(--text)!important;border-color:var(--accent)!important;background:color-mix(in srgb,var(--accent-soft) 32%,var(--control-bg) 68%)!important}.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):active{background:color-mix(in srgb,var(--accent-soft) 46%,var(--control-bg) 54%)!important}.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):hover span,.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):focus-visible span,.ant-btn-default:not(:disabled):not(.ant-btn-dangerous):active span{color:inherit!important}.ant-btn:focus,.ant-btn:focus-visible,.ant-switch:focus,.ant-switch:focus-visible,.ant-segmented:focus-within{outline:none;box-shadow:0 0 0 3px var(--focus-ring)!important}.ant-btn-primary{color:#fff!important;border:none!important;background:linear-gradient(135deg,var(--accent),var(--accent-2))!important}.ant-btn-primary.ant-btn-dangerous{background:linear-gradient(135deg,#d95e5e,#ea7a6f)!important}.ant-switch{background:#b7c4cf}.ant-switch.ant-switch-checked{background:var(--accent)}.ant-switch:hover:not(.ant-switch-disabled){background:color-mix(in srgb,#b7c4cf 82%,var(--accent) 18%)!important}.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:var(--accent-2)!important}.ant-table-wrapper .ant-table{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--surface-muted)}.ant-table-wrapper .ant-table-thead>tr>th{background:color-mix(in srgb,var(--surface-muted) 88%,white 12%)!important;color:var(--subtext)!important;font-weight:600;border-bottom:1px solid var(--line)!important}.ant-table-wrapper .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent 30%)!important;color:var(--text)!important}.ant-table-wrapper .ant-pagination .ant-pagination-item,.ant-table-wrapper .ant-pagination .ant-pagination-prev,.ant-table-wrapper .ant-pagination .ant-pagination-next{border-radius:10px;border-color:var(--line);background:var(--control-bg)}.ant-segmented-item-selected{color:#fff!important;background:linear-gradient(135deg,var(--accent),var(--accent-2))!important}.ant-segmented-item{color:var(--text)!important}.ant-segmented-item-label{color:inherit!important}.ant-segmented-item:not(.ant-segmented-item-selected):hover{color:var(--text)!important;background:color-mix(in srgb,var(--accent-soft) 52%,var(--control-bg) 48%)!important}.ant-segmented-item:not(.ant-segmented-item-selected):active{color:var(--text)!important;background:color-mix(in srgb,var(--accent-soft) 66%,var(--control-bg) 34%)!important}:root[data-theme=light] .ant-segmented-item.ant-segmented-item-selected,:root[data-theme=light] .ant-segmented-item.ant-segmented-item-selected:hover,:root[data-theme=light] .ant-segmented-item.ant-segmented-item-selected:active,:root[data-theme=light] .ant-segmented-item.ant-segmented-item-selected:focus-within,:root[data-theme=light] .ant-segmented-item.ant-segmented-item-selected .ant-segmented-item-label{color:#fff!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:color-mix(in srgb,var(--accent-soft) 45%,var(--control-bg) 55%)!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--text)!important;background:color-mix(in srgb,var(--accent-soft) 62%,var(--control-bg) 38%)!important}.ant-table-wrapper .ant-pagination .ant-pagination-item-active{border-color:var(--accent)!important}.ant-table-wrapper .ant-pagination .ant-pagination-item-active a{color:var(--accent)!important}@media (min-width: 1280px){.app-root{max-width:1650px;margin:0 auto;padding:24px}.main-grid{grid-template-columns:minmax(430px,1fr) 1.22fr}.split{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.app-root{padding:14px}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%;justify-content:flex-start}.panel{border-radius:22px}.chart{height:220px}}
