/* Presentation layer only. Preserve trading row heights and virtual-list geometry. */
:root {
  --sc-bg: #0b1220;
  --sc-panel: #141f31;
  --sc-raised: #1a2940;
  --sc-border: #2b3b53;
  --sc-text: #e8eef7;
  --sc-muted: #a9b8cd;
  --sc-accent: #38bdf8;
}
body { background: var(--sc-bg) !important; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
:is(a, button, input, select, [tabindex]):focus-visible { outline: 2px solid var(--sc-accent) !important; outline-offset: 3px; }
svg:hover { transform: none; }
.sc-nav { background: var(--sc-bg); border-right: 1px solid var(--sc-border); padding: 12px 5px; box-shadow: none; display: flex; flex-direction: column; gap: 10px; }
.sc-nav-brand { display: block; padding: 0 7px 14px; }
.sc-nav-brand img { height: 42px; object-fit: contain; }
.sc-nav-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-height: 60px; border-radius: 10px; color: var(--sc-muted); text-decoration: none !important; transition: background .15s, color .15s; }
.sc-nav .side-bar-icon { width: 24px !important; height: 24px !important; margin-top: 0 !important; fill: currentColor !important; }
.sc-nav-label { font-size: 9px; font-weight: 600; line-height: 14px; }
.sc-nav-link:hover, .sc-nav-control:hover { background: var(--sc-raised); color: white; }
.sc-nav-active { background: #15334a; color: #67d3ff; box-shadow: inset 2px 0 var(--sc-accent); }
.sc-nav .account-icon { position: static; margin: auto 0 0; display: flex; flex-direction: column; align-items: center; gap: 5px; padding-top: 16px; }
.sc-nav-control { display: flex; align-items: center; justify-content: center; width: 44px; height: 42px; border-radius: 9px; color: var(--sc-muted); cursor: pointer; }
.sc-nav .account-icon:hover { opacity: 1 !important; }
.card, .accountOuter { background: var(--sc-panel); border-radius: 10px; box-shadow: none; }
.main-card-outer { background: var(--sc-panel) !important; border: 1px solid var(--sc-border); }
.main-card-outer > .card-header, .tab-content-header { background: var(--sc-raised) !important; border-bottom: 1px solid var(--sc-border) !important; }
.header-container, .full-header-container { background: #1d2c43 !important; color: var(--sc-muted) !important; }
.header-container .th, .full-header-container .th { font-weight: 600; }
.main-data-row { font-variant-numeric: tabular-nums; }
.main-data-row:hover { background-color: #24334a !important; }
.progress-bar-content { border: 1px solid var(--sc-border) !important; border-radius: 10px; overflow: hidden; }
.progress-bar-content > .card-body { background: var(--sc-panel) !important; }
.tab-content { border: 1px solid var(--sc-border); border-radius: 10px; }
.tab-content-header { border-radius: 10px 10px 0 0 !important; }
.tab-container > div { color: var(--sc-muted); transition: background .15s; }
.tab-container > div:hover { background: #24334a; }
.tab-container .selected-tab { color: white; border-bottom-color: var(--sc-accent) !important; }
.main-card-outer .MuiOutlinedInput-root, .watchlist-container .MuiOutlinedInput-root { border-radius: 8px; background: #0e192a; }
.main-card-outer .MuiOutlinedInput-notchedOutline, .watchlist-container .MuiOutlinedInput-notchedOutline { border-color: #53647c; }
.accountOuter { background: var(--sc-panel) !important; border: 1px solid var(--sc-border); border-radius: 16px !important; padding: 32px; }
.avatarSection { background: var(--sc-raised); border: 1px solid var(--sc-border); border-radius: 12px; }
.accountAccordion { border-bottom: 1px solid var(--sc-border) !important; }
.accountAccordion .MuiAccordionSummary-root { min-height: 62px; }
.accountAccordion .MuiTypography-root { letter-spacing: .04em; font-size: 12px; }
.accountTextfield .MuiFilledInput-root { border-radius: 8px 8px 0 0; background: #0f1a2b; }
.accountTextfield .MuiInputLabel-root { color: var(--sc-muted); }
.accountTextfield input { color: var(--sc-text); }
.accountNavPopover { background: white; border-radius: 10px; }
.accountNavPopover a { display: block; text-decoration: none; }
.react-datepicker { border: 1px solid #cbd5e1; border-radius: 10px; box-shadow: 0 12px 32px #0004; overflow: hidden; }
.react-datepicker__header { background: #edf4fa; border-bottom-color: #d6e0eb; }
.react-datepicker__day--selected, .react-datepicker__day--in-range { background: #147cad; }
.sc-flowcast { background: var(--sc-bg) !important; }
.sc-flowcast .card { border: 1px solid var(--sc-border); border-radius: 10px !important; background: var(--sc-panel) !important; }
.sc-flowcast .card-header { background: var(--sc-raised) !important; border-bottom: 1px solid var(--sc-border); }
.sc-flowcast .card-body { background: var(--sc-panel) !important; }
.sc-flowcast .card-title { font-size: 18px; letter-spacing: -.3px; }
.stockAlertsTable { background: var(--sc-panel) !important; border: 1px solid var(--sc-border); }
.stockAlertsTable thead { background: var(--sc-raised); }
.navbar.bg-dark { background: var(--sc-bg) !important; border-bottom: 1px solid var(--sc-border); }
.navbar-toggler { border: 1px solid #53647c !important; border-radius: 8px; }
/* Authentication stays a focused, high-contrast form. */
.sc-login-page { background: #0b1220 !important; min-height: 100dvh !important; }
.sc-login-page::before, .sc-login-page::after { display: none !important; }
.sc-login-container { padding: 56px 24px 72px !important; max-width: 1040px !important; }
.sc-login-brand { display: flex; align-items: center; justify-content: center; gap: 12px; color: #f4f8ff; font-size: 24px; font-weight: 700; letter-spacing: -.8px; }
.sc-login-brand img { width: 36px; height: 42px; object-fit: contain; }
.sc-login-intro { text-align: center; margin: 42px 0 30px; }
.sc-login-intro h1 { color: #f4f8ff; font-size: clamp(28px, 4vw, 38px); line-height: 1.2; font-weight: 650; letter-spacing: -1.2px; margin: 0 0 12px; }
.sc-login-intro p { color: var(--sc-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.sc-login-column { flex-basis: 100% !important; max-width: 440px !important; }
.sc-login-card { background: #fff !important; border: 1px solid #dce5ef; border-radius: 16px !important; margin: 0 !important; padding: 8px 12px 18px; box-shadow: 0 20px 70px #0003 !important; }
.sc-login-heading { margin: 0 !important; padding: 24px 12px 8px !important; background: transparent !important; color: #18283e !important; font-size: 20px; font-weight: 650; box-shadow: none !important; }
.sc-login-card label { color: #56647a !important; }
.sc-login-card input { color: #18283e !important; font-size: 16px; }
.sc-login-card .MuiInput-underline::before { border-bottom-color: #b6c4d5 !important; }
.sc-login-card .MuiInput-underline::after { border-bottom-color: #147cad !important; }
.sc-login-card button { background: #146e9e !important; color: #fff !important; width: 100%; border-radius: 8px; box-shadow: none !important; font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; min-height: 46px; }
.sc-login-card button:hover { background: #10577f !important; }
.sc-login-card button.sc-secondary-button { background: #edf3f8 !important; color: #25435e !important; }
.sc-login-card button.sc-secondary-button:hover { background: #dfeaf3 !important; }
@media (max-width: 600px) {
  .sc-login-container { padding: 32px 22px 48px !important; }
  .sc-login-intro { margin-top: 30px; }
  .sc-login-card { padding-inline: 4px; }
  .sc-nav { gap: 4px; }
  .sc-nav-link { min-height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-login-card, .sc-nav-link, .tab-container > div { transition: none !important; animation: none !important; }
}
/* Earnings calendar: keep these rules scoped away from the trading tables. */
.sc-earnings-page { min-height: 100vh; background: #0b1220; color: var(--sc-text); }
.sc-earnings-page > .nav-block { position: sticky !important; top: 0; z-index: 50; }
.sc-earnings-main { max-width: 1760px; margin: 0 auto; padding: 38px 38px 32px 103px; min-width: 0; }
.sc-earnings-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.sc-earnings-header .sc-eyebrow { color: #75c9ed; letter-spacing: .15em; font-size: 10px; font-weight: 700; margin: 0 0 10px; }
.sc-earnings-header h1 { color: #f4f7fc; font-size: 36px; font-weight: 650; line-height: 1.15; letter-spacing: -1.3px; margin: 0 0 10px; }
.sc-earnings-header p { color: var(--sc-muted); font-size: 13px; line-height: 1.5; margin: 0; }
.sc-earnings-overview { display: flex; align-items: center; gap: 30px; padding: 4px 8px; }
.sc-earnings-overview > div { display: flex; flex-direction: column; gap: 4px; min-width: 64px; }
.sc-earnings-overview > div + div { border-left: 1px solid var(--sc-border); padding-left: 30px; }
.sc-earnings-overview strong { color: #f4f7fc; font-size: 28px; line-height: 1.2; font-weight: 600; font-variant-numeric: tabular-nums; }
.sc-earnings-overview span { color: var(--sc-muted); font-size: 11px; }
.sc-earnings-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-block: 1px solid #233147; }
.sc-earnings-date-controls, .sc-earnings-date-group { display: flex; align-items: center; gap: 9px; }
.sc-earnings-date-group { gap: 0; border: 1px solid #35445b; border-radius: 9px; background: #121e2f; }
.sc-earnings-page button { font-family: inherit; cursor: pointer; }
.sc-earnings-date, .sc-day-arrow, .sc-earnings-today { border: 0; color: var(--sc-text); background: transparent; min-height: 40px; }
.sc-earnings-date { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 12px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.sc-earnings-date svg { width: 16px; height: 16px; color: #8da4bf; }
.sc-day-arrow { display: flex; align-items: center; justify-content: center; width: 32px; padding: 0; border-radius: 8px; }
.sc-day-arrow svg { width: 19px; }
.sc-earnings-today { border: 1px solid #35445b; border-radius: 8px; padding: 0 15px; font-size: 12px; font-weight: 600; }
.sc-day-arrow:hover, .sc-earnings-date:hover, .sc-earnings-today:hover { background: #203048; color: #fff; }
.sc-day-arrow:disabled { opacity: .35; cursor: default; }
.sc-earnings-date-group .react-datepicker-popper { z-index: 30; }
.sc-earnings-search { display: flex; align-items: center; gap: 10px; border: 1px solid #35445b; background: #101b2b; padding: 0 12px; border-radius: 9px; width: 300px; margin: 0; }
.sc-earnings-search svg { width: 18px; color: #8da4bf; flex-shrink: 0; }
.sc-earnings-search input { color: var(--sc-text); background: transparent; border: 0; font-family: inherit; font-size: 12px; width: 100%; min-width: 0; height: 40px; padding: 0; }
.sc-earnings-search:focus-within { border-color: var(--sc-accent); }
.sc-earnings-search input:focus-visible { outline: none !important; }
.sc-earnings-search input::placeholder { color: #93a4bc; opacity: 1; }
.sc-calendar-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 21px 0 22px; color: #96a9c2; font-size: 11px; line-height: 1.5; }
.sc-caption-dot { margin: 0 9px; color: #526a8a; }
.sc-earnings-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: start; }
.sc-session-heading { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; }
.sc-session-heading h2 { font-size: 15px; font-weight: 650; color: #e7eef9; margin: 0 0 4px; letter-spacing: -.15px; }
.sc-session-heading p { color: #94a7c1; font-size: 11px; margin: 0; }
.sc-session-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; border: 1px solid #5e4933; background: #29251f; color: #edbd75; }
.sc-session-icon svg { width: 21px; height: 21px; }
.evening .sc-session-icon { color: #b6adfa; background: #23223b; border-color: #484168; }
.sc-session-count { margin-left: auto; border: 1px solid #31415a; border-radius: 7px; padding: 3px 9px; color: #becde0; background: #162237; font-size: 11px; font-variant-numeric: tabular-nums; }
.sc-session-cards { display: flex; flex-direction: column; gap: 14px; }
.sc-earnings-card { background: #141f31; border: 1px solid #29394f; border-radius: 13px; overflow: hidden; min-width: 0; transition: border-color .15s; }
.sc-earnings-card:hover { border-color: #45617f; }
.sc-earnings-card.is-open { border-color: #456783; }
.sc-company-heading { display: flex; align-items: center; gap: 12px; padding: 20px 20px 0; }
.sc-company-logo { width: 42px; height: 42px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 11px; background: #22334c; color: #a6d6f6; border: 1px solid #334965; overflow: hidden; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.sc-company-logo img { width: 36px; height: 28px; object-fit: contain; }
.sc-company-name { min-width: 0; flex: 1; }
.sc-company-name h3 { font-size: 16px; font-weight: 700; letter-spacing: .04em; margin: 0 0 4px; line-height: 1.2; color: #f2f6fc; }
.sc-company-name p { color: #afbed2; font-size: 12px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sc-company-period { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; flex-shrink: 0; font-size: 10px; color: #aabbd0; }
.sc-report-status { border-radius: 5px; padding: 3px 7px; color: #b7c5d8; background: #243149; font-size: 9px; font-weight: 500; }
.sc-report-status.is-reported { color: #8addbf; background: #193b36; }
.sc-earnings-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 22px 20px 19px; }
.sc-earnings-preview > div { display: flex; flex-direction: column; gap: 6px; }
.sc-earnings-preview > div + div { padding-left: 20px; border-left: 1px solid #2a394e; }
.sc-earnings-preview > div > span { color: #a7b8ce; font-size: 11px; }
.sc-earnings-preview > div > span small { font-size: 9px; color: #96a9c2; margin-left: 3px; }
.sc-earnings-preview strong { color: #ecf2fc; font-size: 25px; letter-spacing: -.65px; line-height: 1.2; font-weight: 600; font-variant-numeric: tabular-nums; }
.sc-earnings-preview small { font-size: 10px; color: #9aacC5; }
.sc-earnings-preview small span { margin-left: 5px; }
.sc-earnings-page .sc-positive { color: #76dcb1; }
.sc-earnings-page .sc-negative { color: #ff9d9f; }
.sc-earnings-expand { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid #29394f; background: #172438; color: #b1c5df; font-size: 11px; font-weight: 500; padding: 11px 20px; }
.sc-earnings-expand svg { width: 18px; height: 18px; transition: transform .15s; }
.sc-earnings-expand:hover { color: #e7f4ff; background: #20314a; }
.sc-earnings-expand[aria-expanded=true] svg { transform: rotate(180deg); }
.sc-earnings-details { padding: 18px 20px 20px; border-top: 1px solid #29394f; }
.sc-results-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.sc-results-table caption { caption-side: top; color: #d5e1f2; padding: 0 0 14px; font-size: 12px; font-weight: 600; }
.sc-results-table caption span { font-size: 9px; color: #94a7c1; margin-left: 5px; font-weight: 400; }
.sc-results-table th, .sc-results-table td { text-align: right; padding: 10px 0; border-bottom: 1px solid #29394f; font-size: 11px; font-weight: 500; color: #dce7f7; white-space: nowrap; }
.sc-results-table thead th { color: #96a9c2; font-size: 10px; font-weight: 400; padding-top: 0; }
.sc-results-table th:first-child { text-align: left; width: 23%; }
.sc-flow-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 20px 0 12px; }
.sc-flow-heading h4 { display: flex; align-items: center; gap: 7px; color: #d5e1f2; font-weight: 600; font-size: 12px; margin: 0; }
.sc-flow-heading svg { width: 16px; color: #86a5c7; }
.sc-flow-heading > div { display: flex; gap: 7px; }
.sc-flow-heading > div span { padding: 3px 6px; border-radius: 5px; font-size: 10px; }
.sc-call-count { color: #87d5b7; background: #18332f; }
.sc-put-count { color: #eeb0b9; background: #352936; }
.sc-flow-empty { padding: 16px 12px; border: 1px dashed #3a4e68; border-radius: 8px; color: #9fb1c9; font-size: 11px; line-height: 1.6; text-align: center; background: #111c2d; }
.sc-earnings-flow { overflow-x: auto; padding-top: 3px; }
.sc-earnings-flow > div { min-width: 540px; }
.sc-session-empty { border: 1px dashed #34465f; border-radius: 12px; padding: 35px 15px; text-align: center; color: #a0b1c9; font-size: 12px; }
.sc-calendar-empty { text-align: center; border: 1px dashed #34465f; border-radius: 13px; padding: 65px 20px; background: #101b2c; }
.sc-calendar-empty > svg { color: #72b6da; width: 30px; height: 30px; margin-bottom: 16px; }
.sc-calendar-empty h2 { font-size: 20px; color: #e4edf9; margin: 0 0 10px; }
.sc-calendar-empty p { font-size: 13px; color: #a6b7ce; margin: 0 0 16px; }
.sc-earnings-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 240px; font-size: 13px; color: #b9cce4; }
.sc-loading-dot { width: 9px; height: 9px; border-radius: 50%; background: #67cafa; box-shadow: 0 0 0 5px #67cafa18; }
.sc-earnings-footnote { color: #93a5be; font-size: 10px; text-align: center; margin: 26px 0 0; line-height: 1.7; }
@media (max-width: 1151px) {
  .sc-earnings-main { padding: 28px 24px; }
  .sc-earnings-columns { gap: 18px; }
}
@media (max-width: 800px) {
  .sc-earnings-columns { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .sc-earnings-toolbar { flex-wrap: wrap; gap: 12px; }
  .sc-earnings-search { width: 100%; }
  .sc-calendar-caption > span:last-child { display: none; }
}
@media (max-width: 480px) {
  .sc-earnings-main { padding: 24px 16px; }
  .sc-earnings-header { flex-wrap: wrap; gap: 20px; margin-bottom: 22px; }
  .sc-earnings-header h1 { font-size: 30px; }
  .sc-earnings-header p { font-size: 12px; max-width: 300px; }
  .sc-earnings-overview { padding: 0; gap: 24px; }
  .sc-earnings-overview > div { flex-direction: row; align-items: baseline; gap: 8px; }
  .sc-earnings-overview strong { font-size: 20px; }
  .sc-earnings-overview > div + div { padding-left: 24px; }
  .sc-earnings-date-controls { width: 100%; justify-content: space-between; gap: 6px; }
  .sc-earnings-date { gap: 6px; padding: 0 5px; font-size: 11px; }
  .sc-day-arrow { width: 28px; }
  .sc-earnings-today { padding-inline: 10px; }
  .sc-company-heading { padding: 17px 15px 0; gap: 10px; }
  .sc-company-name p { font-size: 11px; }
  .sc-company-logo { width: 36px; height: 36px; border-radius: 9px; }
  .sc-company-period { font-size: 9px; }
  .sc-report-status { font-size: 8px; }
  .sc-earnings-preview { padding: 20px 15px 17px; gap: 15px; }
  .sc-earnings-preview strong { font-size: 24px; }
  .sc-earnings-expand { padding-inline: 15px; }
  .sc-earnings-details { padding: 16px 12px; }
  .sc-results-table td { font-size: 10px; }
  .sc-results-table thead th { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-earnings-card, .sc-earnings-expand svg { transition: none; }
}
/* FlowCast rankings and their independently scrollable trade details. */
.sc-flowcast { min-height: 100vh; color: var(--sc-text); }
.sc-flowcast > .nav-block { position: sticky !important; top: 0; z-index: 50; }
.sc-fc-main { max-width: 1760px; margin: 0 auto; padding: 38px 38px 32px 103px; min-width: 0; }
.sc-fc-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 30px; }
.sc-fc-header .sc-fc-eyebrow { color: #75c9ed; font-size: 10px; font-weight: 700; letter-spacing: .15em; margin: 0 0 10px; }
.sc-fc-header h1 { font-size: 36px; font-weight: 650; letter-spacing: -1.3px; line-height: 1.15; color: #f4f7fc; margin: 0 0 10px; }
.sc-fc-header p { font-size: 13px; line-height: 1.5; color: var(--sc-muted); margin: 0; }
.sc-fc-overview { display: flex; align-items: center; gap: 30px; padding: 4px 8px; }
.sc-fc-overview > div { display: flex; flex-direction: column; gap: 4px; }
.sc-fc-overview > div + div { border-left: 1px solid var(--sc-border); padding-left: 30px; }
.sc-fc-overview strong { font-size: 28px; font-weight: 600; line-height: 1.2; color: #f4f7fc; font-variant-numeric: tabular-nums; }
.sc-fc-overview span { color: var(--sc-muted); font-size: 11px; }
.sc-fc-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-block: 1px solid #233147; padding: 18px 0; }
.sc-fc-date-controls, .sc-fc-filters { display: flex; align-items: center; gap: 20px; }
.sc-fc-date { display: flex; align-items: center; gap: 12px; border: 1px solid #35445b; border-radius: 9px; padding: 0 12px; min-height: 42px; background: #121e2f; color: #e2ecfa; font-size: 12px; font-weight: 600; font-family: inherit; cursor: pointer; }
.sc-fc-date svg { width: 16px; height: 16px; color: #8da4bf; }
.sc-fc-date:hover { border-color: #6084ab; background: #1b2a40; }
.sc-fc-date-controls .react-datepicker-popper { z-index: 30; }
.sc-fc-date-controls .react-datepicker__aria-live { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sc-fc-toggle { position: relative; display: flex; align-items: center; gap: 9px; margin: 0; font-size: 12px; color: #acbed4; cursor: pointer; white-space: nowrap; }
.sc-fc-toggle input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; z-index: 1; cursor: pointer; }
.sc-fc-toggle:focus-within { outline: 2px solid var(--sc-accent); outline-offset: 6px; border-radius: 4px; }
.sc-fc-switch { width: 30px; height: 18px; border: 1px solid #556882; background: #26344b; border-radius: 10px; position: relative; flex-shrink: 0; }
.sc-fc-switch::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #c6d2e4; position: absolute; top: 3px; left: 3px; transition: transform .15s; }
.sc-fc-toggle.is-checked { color: #e1f2ff; }
.sc-fc-toggle.is-checked .sc-fc-switch { background: #187eac; border-color: #43aad9; }
.sc-fc-toggle.is-checked .sc-fc-switch::after { transform: translateX(12px); background: #fff; }
.sc-fc-list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 24px 0; }
.sc-fc-list-toolbar > div { display: flex; flex-direction: column; gap: 6px; }
.sc-fc-date-label { color: #d6e2f3; font-size: 13px; font-weight: 500; }
.sc-fc-scope { display: flex; align-items: center; gap: 8px; color: #97abc5; font-size: 11px; }
.sc-fc-scope i { width: 3px; height: 3px; border-radius: 50%; background: #586c89; }
.sc-fc-search { display: flex; align-items: center; gap: 10px; width: 260px; margin: 0; padding: 0 12px; border: 1px solid #35445b; border-radius: 9px; background: #101b2b; }
.sc-fc-search svg { width: 18px; height: 18px; color: #8da4bf; flex-shrink: 0; }
.sc-fc-search input { width: 100%; min-width: 0; height: 40px; border: 0; background: transparent; color: #e2ecfa; font-size: 12px; font-family: inherit; }
.sc-fc-search input::placeholder { color: #93a4bc; opacity: 1; }
.sc-fc-search:focus-within { border-color: var(--sc-accent); }
.sc-fc-search input:focus-visible { outline: none !important; }
.sc-fc-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.sc-fc-ranking { min-width: 0; background: #141f31; border: 1px solid #29394f; border-radius: 13px; overflow: hidden; --flow-color: #60d5ab; --flow-soft: #1b3c37; }
.sc-fc-ranking.bearish { --flow-color: #f49b9d; --flow-soft: #422d38; }
.sc-fc-ranking-header { display: flex; align-items: center; gap: 11px; padding: 22px 20px; border-bottom: 1px solid #2c3c52; }
.sc-fc-direction { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 38px; height: 38px; background: var(--flow-soft); color: var(--flow-color); border-radius: 11px; }
.sc-fc-direction svg { width: 22px; height: 22px; }
.sc-fc-ranking-header h2 { font-size: 17px; letter-spacing: -.25px; font-weight: 650; color: #edf3fc; line-height: 1.3; margin: 0 0 5px; }
.sc-fc-ranking-header p { font-size: 10px; color: #9fb2cb; margin: 0; }
.sc-fc-ranking-total { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; margin-left: auto; white-space: nowrap; }
.sc-fc-ranking-total strong { font-size: 21px; font-weight: 600; color: var(--flow-color); letter-spacing: -.5px; font-variant-numeric: tabular-nums; }
.sc-fc-ranking-total span { font-size: 10px; color: #9fb2cb; }
.sc-fc-column-labels { display: flex; justify-content: space-between; padding: 13px 52px 11px 20px; font-size: 9px; letter-spacing: .09em; color: #98acc7; background: #121d2d; }
.sc-fc-ticker + .sc-fc-ticker { border-top: 1px solid #26364b; }
.sc-fc-row { display: grid; grid-template-columns: 26px minmax(70px,1fr) minmax(85px,1fr) 16px; align-items: center; gap: 12px; width: 100%; padding: 15px 20px; border: 0; background: transparent; color: #e7effb; cursor: pointer; text-align: left; font-family: inherit; }
.sc-fc-row:hover, .sc-fc-ticker.is-open .sc-fc-row { background: #1c2b40; }
.sc-fc-row:focus-visible { outline-offset: -3px; }
.sc-fc-rank { font-size: 11px; color: #91a6c3; font-variant-numeric: tabular-nums; }
.sc-fc-symbol, .sc-fc-premium { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.sc-fc-symbol strong { color: #eff5fc; font-weight: 650; font-size: 15px; letter-spacing: .035em; }
.sc-fc-symbol > span { color: #9dafc6; font-size: 10px; }
.sc-fc-premium { align-items: flex-end; gap: 10px; }
.sc-fc-premium strong { color: #e5eefb; font-size: 16px; font-weight: 600; letter-spacing: -.2px; font-variant-numeric: tabular-nums; }
.sc-fc-premium > span { width: 100%; max-width: 160px; height: 3px; border-radius: 3px; overflow: hidden; background: #2b3d53; }
.sc-fc-premium i { display: block; height: 100%; border-radius: 3px; background: var(--flow-color); }
.sc-fc-row .sc-fc-chevron { width: 16px; height: 16px; color: #89a2c3; }
.sc-fc-row[aria-expanded=true] .sc-fc-chevron { transform: rotate(180deg); }
.sc-fc-exact-total { display: flex; justify-content: space-between; padding: 12px 20px; color: #adc0d8; font-size: 11px; background: #101b2b; border-block: 1px solid #2e425b; }
.sc-fc-exact-total strong { color: #dce9fa; font-variant-numeric: tabular-nums; }
.sc-fc-details { background: #101b2b; padding: 15px 16px 18px; }
.sc-fc-detail-caption { display: flex; align-items: center; justify-content: space-between; color: #9eb2ce; font-size: 10px; gap: 10px; margin: 0 0 12px; }
.sc-fc-detail-caption > span:last-child { display: flex; gap: 5px; align-items: center; font-size: 9px; }
.sc-fc-detail-caption i { width: 5px; height: 5px; background: #e4c374; border-radius: 50%; }
.sc-fc-table-scroll { overflow-x: auto; border: 1px solid #30435d; border-radius: 7px; }
.sc-fc-table { width: 660px; color: #c5d4e9; font-size: 10px; font-variant-numeric: tabular-nums; }
.sc-fc-tr { display: grid; grid-template-columns: 90px 90px 95px 110px 110px 165px; align-items: center; }
.sc-fc-tr > span { padding: 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-fc-tr:not(.sc-fc-table-head):hover { background: #263b54; }
.sc-fc-table-head { height: 32px; background: #1b2c42; font-weight: 500; color: #b3c5dd; font-size: 10px; }
.sc-fc-tr.is-large { color: #e4c374; }
.sc-fc-tr .sc-fc-call { color: #85d7b6; }
.sc-fc-tr .sc-fc-put { color: #f0adb4; }
.sc-fc-ranking-footer { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid #29394f; padding: 14px 20px; color: #92a8c4; font-size: 10px; background: #121d2d; }
.sc-fc-empty-side { padding: 50px 20px; text-align: center; color: #9fb1ca; }
.sc-fc-empty-side > svg { color: var(--flow-color); width: 26px; height: 26px; margin-bottom: 12px; opacity: .7; }
.sc-fc-empty-side p { color: #9fb1ca; font-size: 12px; margin: 0; }
.sc-fc-footnote { color: #93a5be; font-size: 10px; text-align: center; margin: 26px 0 0; line-height: 1.7; }
.sc-fc-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 260px; color: #bacce4; font-size: 13px; }
.sc-fc-loading > span { width: 9px; height: 9px; border-radius: 50%; background: #67cafa; box-shadow: 0 0 0 5px #67cafa18; }
.sc-fc-empty { text-align: center; border: 1px dashed #34465f; border-radius: 13px; padding: 65px 20px; background: #101b2c; }
.sc-fc-empty > svg { color: #72b6da; width: 30px; height: 30px; margin-bottom: 16px; }
.sc-fc-empty h2 { font-size: 20px; color: #e4edf9; margin: 0 0 10px; }
.sc-fc-empty p { font-size: 13px; color: #a6b7ce; margin: 0 0 16px; }
.sc-fc-retry { color: #e2ecfa; border: 1px solid #45617f; background: #1b2a40; border-radius: 8px; padding: 10px 16px; font-size: 12px; cursor: pointer; }
@media (max-width: 1151px) { .sc-fc-main { padding: 28px 24px; } }
@media (max-width: 900px) {
  .sc-fc-columns { gap: 16px; }
  .sc-fc-toolbar { flex-wrap: wrap; }
  .sc-fc-ranking-header { padding: 18px 14px; gap: 9px; }
  .sc-fc-ranking-header h2 { font-size: 15px; }
  .sc-fc-ranking-total strong { font-size: 18px; }
  .sc-fc-direction { width: 32px; height: 32px; border-radius: 9px; }
  .sc-fc-row { padding-inline: 14px; gap: 8px; }
}
@media (max-width: 700px) {
  .sc-fc-columns { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .sc-fc-header { flex-wrap: wrap; gap: 20px; margin-bottom: 22px; }
  .sc-fc-overview { padding: 0; gap: 24px; }
  .sc-fc-overview > div { flex-direction: row; align-items: baseline; gap: 8px; }
  .sc-fc-overview strong { font-size: 20px; }
  .sc-fc-overview > div + div { padding-left: 24px; }
  .sc-fc-overview span { font-size: 10px; }
}
@media (max-width: 480px) {
  .sc-fc-main { padding: 24px 16px; }
  .sc-fc-header h1 { font-size: 30px; }
  .sc-fc-header p { font-size: 12px; max-width: 300px; }
  .sc-fc-date-controls { flex-wrap: wrap; gap: 16px; }
  .sc-fc-filters { gap: 22px; }
  .sc-fc-list-toolbar { flex-wrap: wrap; margin: 20px 0; }
  .sc-fc-search { width: 100%; }
  .sc-fc-date { font-size: 11px; gap: 8px; }
  .sc-fc-toggle { font-size: 11px; gap: 7px; }
  .sc-fc-ranking-header h2 { font-size: 17px; }
  .sc-fc-ranking-total strong { font-size: 20px; }
  .sc-fc-row { padding: 15px 16px; }
  .sc-fc-overview { gap: 16px; }
  .sc-fc-overview > div + div { padding-left: 16px; }
}
@media (prefers-reduced-motion: reduce) { .sc-fc-switch::after { transition: none; } }
