/* Company Dashboard - dark terminal theme (aligned with Sector Comparison) */
html, body.io-body.io-dashboard-body {
    height: auto;
    min-height: 100%;
}
body.io-body.io-dashboard-body {
    background: #071018 !important;
    background-image:
        radial-gradient(ellipse 90% 50% at 12% -10%, rgba(61, 139, 253, .12), transparent 55%),
        radial-gradient(ellipse 70% 40% at 92% 0%, rgba(63, 185, 80, .08), transparent 50%) !important;
    color: #e6edf3;
}
body.io-dashboard-body .io-navbar {
    background: #071018 !important;
    border-bottom: 1px solid #1e2a36;
    box-shadow: none;
}
body.io-dashboard-body .io-footer {
    background: #071018 !important;
    border-top: 1px solid #1e2a36;
    color: #8b949e;
}
body.io-dashboard-body .text-muted { color: #8aa0b5 !important; }
body.io-dashboard-body h1,
body.io-dashboard-body h2,
body.io-dashboard-body h3,
body.io-dashboard-body h4,
body.io-dashboard-body .h1,
body.io-dashboard-body .h2,
body.io-dashboard-body .h3 {
    color: #e6edf3 !important;
}
body.io-dashboard-body a:not(.btn):not(.nav-link):not(.dropdown-item):not(.page-link) {
    color: #79b8ff;
}
body.io-dashboard-body a:not(.btn):not(.nav-link):not(.dropdown-item):not(.page-link):hover {
    color: #9ad0ff;
}
body.io-body.io-dashboard-body .form-control,
body.io-body.io-dashboard-body .form-select {
    background: #0b141d !important;
    border-color: #2a3b4d !important;
    color: #e6edf3 !important;
}
body.io-body.io-dashboard-body .form-control:focus,
body.io-body.io-dashboard-body .form-select:focus {
    background: #0b141d !important;
    color: #fff !important;
    border-color: #3d8bfd !important;
    box-shadow: 0 0 0 .2rem rgba(61, 139, 253, .2);
}
body.io-dashboard-body .btn-primary {
    background: #1f6feb;
    border-color: #1f6feb;
    font-weight: 700;
}
body.io-dashboard-body .btn-primary:hover {
    background: #388bfd;
    border-color: #388bfd;
}

.io-dash-shell {
    max-width: 1480px;
    margin: 0 auto;
    padding: .4rem .9rem 1.2rem;
}

.io-dash-chrome {
    position: sticky;
    top: 56px;
    z-index: 1020;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .55rem;
    background: rgba(13, 27, 39, .94);
    backdrop-filter: blur(10px);
    border: 1px solid #1e2d3d;
    border-radius: 10px;
    padding: .32rem .45rem;
    margin: 0 0 .5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}
.io-dash-chrome-title {
    margin: 0 .35rem 0 .2rem;
    color: #fff !important;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .01em;
    white-space: nowrap;
}
.io-dash-search-card {
    flex: 0 1 280px;
    width: 280px;
    max-width: 280px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.io-dash-search-wrap { width: 100%; max-width: 280px; }

.io-dash-headline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: .45rem .7rem;
    margin-bottom: .45rem;
    font-size: 1.05rem;
    color: #e6edf3;
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 10px;
}
.io-dash-co {
    font-size: 1.22rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .01em;
    margin-right: .15rem;
}
.io-dash-badge {
    color: #fff;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.io-dash-badge-sector {
    background: rgba(31, 111, 235, .22);
    border-color: #2f5fa8;
    color: #9ad0ff;
}
.io-dash-badge-isin {
    background: #151e28;
    border-color: #2a3b4d;
    color: #c5d4e4;
}
.io-dash-badge-conso {
    background: rgba(63, 185, 80, .16);
    border-color: #238636;
    color: #56d364;
}
.io-dash-badge-stand {
    background: rgba(210, 153, 34, .16);
    border-color: #9e6a03;
    color: #e3b341;
}
.io-dash-pricebox {
    display: inline-flex;
    align-items: baseline;
    gap: .55rem;
    border: 1px solid #2a3b4d;
    border-radius: 10px;
    padding: 6px 12px;
    margin-left: 4px;
    background: #0b141d;
}
.io-dash-ltp {
    color: #79b8ff;
    font-weight: 800;
    font-size: 1.18rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
}
.io-dash-chg {
    font-size: .95rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.io-dash-chg.io-pos { color: #3fb950; text-shadow: 0 0 10px rgba(63, 185, 80, .28); }
.io-dash-chg.io-neg { color: #f85149; text-shadow: 0 0 10px rgba(248, 81, 73, .22); }
.io-dash-period {
    font-size: .78rem;
    color: #8aa0b5;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-left: .25rem;
}

.io-dash-kpi-wrap { margin-bottom: .45rem; }
.io-dash-strip {
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.io-dash-strip-title {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9fb3c6;
    padding: 6px 12px 5px;
    border-bottom: 1px solid #1a2733;
    background: #0d1b27;
}
.io-dash-strip-cells { display: flex; flex-wrap: wrap; gap: 0; }
.io-dash-strip-cell {
    flex: 1 1 118px;
    min-width: 108px;
    max-width: 210px;
    padding: 8px 12px;
    border-right: 1px solid #1a2733;
    border-bottom: 1px solid #1a2733;
    font-variant-numeric: tabular-nums;
    background: transparent;
}
.io-dash-strip-cell:last-child { border-right: 0; }
.io-dash-strip-lbl {
    display: block;
    font-size: .68rem;
    color: #8aa0b5;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.35;
    margin-bottom: 5px;
    font-weight: 700;
}
.io-dash-strip-val {
    display: block;
    font-size: 1.08rem;
    font-weight: 800;
    color: #f0f6fb;
    line-height: 1.3;
    word-break: break-word;
}
.io-dash-strip-val.io-pos { color: #3fb950; text-shadow: 0 0 8px rgba(63, 185, 80, .25); }
.io-dash-strip-val.io-neg { color: #f85149; }
.io-dash-strip-val.io-muted { color: #6e7f8e; font-weight: 600; }
.io-dash-returns { margin-bottom: 14px; }

.io-dash-peers-wrap {
    margin: .15rem 0 1.2rem;
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}
.io-dash-peers-wrap .io-dash-section-title {
    margin: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #1e2d3d;
    background: #0d1b27;
    color: #e6edf3;
    font-size: .95rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .7rem 1rem;
}
.io-dash-peers-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: .95rem;
    font-variant-numeric: tabular-nums;
    background: #101820;
}
.io-dash-peers-table col.io-peer-col-name { width: 26%; }
.io-dash-peers-table col.io-peer-col-close { width: 16%; }
.io-dash-peers-table col.io-peer-col-mcap { width: 24%; }
.io-dash-peers-table col.io-peer-col-pe { width: 17%; }
.io-dash-peers-table col.io-peer-col-roe { width: 17%; }
.io-dash-peers-table thead th {
    background: #0d1b27 !important;
    color: #9fb3c6 !important;
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: .65rem .9rem;
    border-bottom: 1px solid #223243;
    vertical-align: middle;
}
.io-dash-peers-table thead th:first-child,
.io-dash-peers-table tbody td:first-child { text-align: left !important; }
.io-dash-peers-table thead th:not(:first-child),
.io-dash-peers-table tbody td:not(:first-child) { text-align: right !important; }
.io-dash-peers-table tbody td {
    padding: .62rem .9rem;
    border-bottom: 1px solid #1a2733;
    color: #e6edf3;
    font-size: .95rem;
    vertical-align: middle;
    background: #101820;
}
.io-dash-peers-table tbody tr:nth-child(even) td { background: #0e171f; }
.io-dash-peers-table tbody tr:hover td { background: #173044; }
.io-dash-peers-table tbody tr.io-peer-current td {
    background: #132536;
    box-shadow: inset 3px 0 0 #1f6feb;
}
body.io-dashboard-body .io-dash-peers-table a,
body.io-dashboard-body .io-dash-peers-table a:link,
body.io-dashboard-body .io-dash-peers-table a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: .95rem !important;
}
body.io-dashboard-body .io-dash-peers-table a:hover { color: #9ad0ff !important; }

@media (max-width: 900px) {
    .io-dash-strip-cell { flex: 1 1 30%; max-width: none; }
    .io-dash-peers-table { font-size: .9rem; }
}
@media (max-width: 520px) {
    .io-dash-strip-cell { flex: 1 1 45%; }
    .io-dash-strip-val { font-size: 1rem; }
}

.io-dash-chart-panel {
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 12px;
    padding: 8px 8px 4px;
    margin-bottom: 12px;
    min-height: 320px;
    overflow: visible;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
.io-dash-chart-panel.io-dash-chart-tall { min-height: 380px; }
.io-dash-chart-half { flex: 1 1 320px; min-width: 280px; }
.io-dash-chart-row { display: flex; flex-wrap: wrap; gap: 14px; overflow: visible; }
.io-dash-chart-panel .highcharts-container,
.io-dash-chart-panel .highcharts-root { overflow: visible !important; }

.io-period-filter label { font-size: .9rem; color: #8aa0b5; margin-bottom: 2px; }
.io-period-filter input {
    background: #0b141d;
    color: #e6edf3;
    border: 1px solid #2a3b4d;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 1rem;
    width: 92px;
}
.io-dash-footer-note {
    color: #8aa0b5;
    text-align: center;
    padding: 14px;
    font-size: .85rem;
    border-top: 1px solid #1e2a36;
    margin-top: 8px;
}

.io-dash-search-wrap { position: relative; z-index: 200; margin-bottom: 0; }
.io-dash-ac {
    position: absolute; left: 0; right: 0; top: 100%; z-index: 1050; margin-top: 4px;
    background: #151e28; border: 1px solid #2a3b4d; border-radius: 8px; max-height: 280px; overflow-y: auto;
    display: none; box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
}
.io-dash-ac button {
    display: block; width: 100%; text-align: left; padding: 10px 12px; border: 0; border-bottom: 1px solid #1e2d3d;
    background: transparent; color: #e6edf3; font-size: 1rem; cursor: pointer;
}
.io-dash-ac button:last-child { border-bottom: 0; }
.io-dash-ac button:hover, .io-dash-ac button:focus { background: #173044; outline: none; }
.io-dash-ac .small { color: #8aa0b5; font-size: .85rem; }
.io-dash-ac-list,
.io-dash-ac-list.autocomplete_completionListElement {
    font-size: 1rem !important;
    color: #e6edf3 !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    border: 1px solid #2a3b4d !important;
    background: #151e28 !important;
    background-color: #151e28 !important;
    min-width: 280px;
    max-width: 520px;
    z-index: 10000 !important;
    border-radius: 8px !important;
    max-height: 280px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .4) !important;
    list-style: none !important;
}
.io-dash-ac-list ul,
.io-dash-ac-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
.io-dash-ac-list .autocomplete_listItem,
.io-dash-ac-list li.autocomplete_listItem {
    background-color: #151e28 !important;
    color: #e6edf3 !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
    border-bottom: 1px solid #1e2d3d !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.io-dash-ac-list .autocomplete_highlightedListItem,
.io-dash-ac-list li.autocomplete_highlightedListItem {
    background-color: #173044 !important;
    color: #9ad0ff !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
}

.io-dash-section-block { margin-top: 1.25rem; }
.io-dash-section-title {
    text-align: left;
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .65rem .9rem;
    background: #0d1b27;
    color: #e6edf3;
    border: 1px solid #1e2d3d;
    border-radius: 10px;
    margin-bottom: .55rem;
}
.io-dash-subsection-title {
    text-align: left;
    font-size: .9rem;
    font-weight: 700;
    padding: .45rem .65rem;
    background: #0d1b27;
    color: #c5d4e4;
    margin: .75rem 0 .45rem;
    border-radius: 8px;
    border: 1px solid #1e2d3d;
}
.io-dash-data-table {
    width: 100%;
    font-size: 1rem;
    border-collapse: collapse;
    margin-bottom: .35rem;
    font-variant-numeric: tabular-nums;
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 8px;
    overflow: hidden;
}
.io-dash-data-table thead th {
    font-weight: 700;
    padding: .65rem .75rem;
    border-bottom: 1px solid #223243;
    color: #9fb3c6 !important;
    background: #0d1b27;
}
.io-dash-fin-standalone thead th { background: #15182c !important; color: #d2c4ff !important; }
.io-dash-fin-consolidated thead th { background: #0d1b27 !important; color: #9ad0ff !important; }
.io-dash-corp thead th { background: #0d1b27 !important; color: #9fb3c6 !important; }
.io-dash-data-table tbody td {
    padding: .55rem .7rem;
    border-bottom: 1px solid #1a2733;
    color: #e6edf3;
    background: #101820;
}
.io-dash-data-table tbody tr:nth-child(even) td { background: #0e171f; }
.io-dash-data-table tbody td.io-col-metric { text-align: left; color: #dbe6f0; }
.io-dash-data-table thead th.io-col-metric,
.io-dash-data-table thead th.io-col-num { color: #9fb3c6 !important; }
.io-dash-data-table .io-col-num { text-align: right; }
.io-dash-table-empty { color: #8aa0b5; font-size: .95rem; margin: 0 0 .5rem; }

.io-fin-wrap { margin-top: .1rem; }
.io-fin-head {
    display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
    margin-bottom: .7rem;
}
.io-fin-head h2 {
    margin: 0; font-size: 1.12rem; font-weight: 800; color: #e6edf3; letter-spacing: -.01em;
}
.io-fin-head p { margin: 0; font-size: .82rem; color: #8aa0b5; }
.io-fin-switch {
    display: inline-flex; gap: .3rem; padding: .22rem;
    background: #0d1b27; border: 1px solid #1e2d3d; border-radius: 10px; margin-bottom: .75rem;
}
.io-fin-switch .nav-link {
    border: 0 !important; border-radius: 8px !important;
    color: #c5d4e4 !important; font-weight: 600; font-size: .85rem;
    padding: .4rem .85rem !important; background: transparent;
}
.io-fin-switch .nav-link:hover { background: #173044 !important; color: #fff !important; }
.io-fin-switch .nav-link.active {
    background: #1f6feb !important; color: #fff !important;
    box-shadow: 0 0 12px rgba(31, 111, 235, .28);
}
.io-fin-card {
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 12px;
    overflow: hidden;
}
.io-fin-card-banner {
    display: flex; align-items: center; justify-content: space-between; gap: .5rem;
    padding: .55rem .9rem; color: #fff;
}
.io-fin-card-banner h3 { margin: 0; font-size: .9rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.io-fin-card--sa .io-fin-card-banner { background: linear-gradient(90deg, #132536 0%, #1a3a5c 100%); }
.io-fin-card--co .io-fin-card-banner { background: linear-gradient(90deg, #0f2a28 0%, #145c54 100%); }
.io-fin-card--sa-yr .io-fin-card-banner { background: linear-gradient(90deg, #1e2a12 0%, #3d5a18 100%); }
.io-fin-card--co-yr .io-fin-card-banner { background: linear-gradient(90deg, #2a1c0c 0%, #6b3d12 100%); }
.io-fin-subhead {
    display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
    margin: 1.15rem 0 .55rem;
}
.io-fin-subhead h3 { margin: 0; font-size: 1rem; font-weight: 700; color: #e6edf3; }
.io-fin-subhead p { margin: 0; font-size: .8rem; color: #8aa0b5; }
.io-fin-meta {
    font-size: .72rem; font-weight: 700; opacity: .92;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px; padding: .12rem .55rem;
}
.io-fin-scroll { overflow-x: auto; overflow-y: visible; max-height: none; }
.io-fin-grid {
    width: 100%; border-collapse: separate; border-spacing: 0;
    font-size: .84rem; font-variant-numeric: tabular-nums;
    margin: 0; background: #101820;
}
.io-fin-grid thead th {
    position: sticky; top: 0; z-index: 3;
    background: #0d1b27 !important; color: #9fb3c6 !important;
    font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
    padding: .48rem .55rem; border-bottom: 1px solid #223243;
    white-space: nowrap; text-align: right;
}
.io-fin-grid thead th.io-fin-metric {
    text-align: left; left: 0; z-index: 4; min-width: 8.5rem;
    background: #0d1b27 !important;
    box-shadow: 1px 0 0 #223243;
}
.io-fin-grid thead th.io-fin-fy {
    background: #132536 !important;
    color: #9ad0ff !important;
}
.io-fin-grid tbody td {
    padding: .36rem .55rem; border-bottom: 1px solid #1a2733;
    color: #e6edf3; background: #101820; text-align: right; white-space: nowrap;
    vertical-align: middle;
}
.io-fin-grid tbody td.io-fin-metric {
    text-align: left; position: sticky; left: 0; z-index: 2;
    font-weight: 600; color: #dbe6f0; background: #0e171f;
    box-shadow: 1px 0 0 #223243; min-width: 8.5rem;
    vertical-align: middle;
}
.io-fin-grid thead th.io-fin-has-yoy {
    padding-right: calc(.55rem + 4.25rem + .28rem);
}
.io-fin-cell {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .28rem;
    width: 100%;
    min-height: 1.35rem;
}
.io-fin-val {
    font-variant-numeric: tabular-nums;
    text-align: right;
    line-height: 1.2;
    min-width: 5.6rem;
}
.io-fin-grid tbody tr:nth-child(even) td { background: #0e171f; }
.io-fin-grid tbody tr:nth-child(even) td.io-fin-metric { background: #0c151c; }
.io-fin-grid tbody tr:hover td { background: #173044 !important; }
.io-fin-grid tbody tr:hover td.io-fin-metric { background: #1a3850 !important; }
.io-fin-grid tbody tr.io-fin-row-key td {
    background: #132536; font-weight: 700;
}
.io-fin-grid tbody tr.io-fin-row-key td.io-fin-metric {
    background: #163044; color: #9ad0ff;
}
.io-fin-grid tbody tr.io-fin-row-total td {
    background: #10261c; font-weight: 700;
    border-top: 1px solid #238636;
}
.io-fin-grid tbody tr.io-fin-row-total td.io-fin-metric {
    background: #12301f; color: #56d364;
}
.io-fin-grid tbody tr.io-fin-row-margin td { background: #241c10; }
.io-fin-grid tbody tr.io-fin-row-margin td.io-fin-metric {
    background: #2a2112; color: #e3b341;
}
.io-fin-grid .io-fin-neg { color: #f85149; font-weight: 600; }
.io-fin-grid .io-fin-pos { color: #3fb950; }
.io-fin-yoy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.25rem;
    width: 4.25rem;
    min-width: 4.25rem;
    box-sizing: border-box;
    margin: 0;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .01em;
    border-radius: 999px;
    padding: .12rem .28rem;
    line-height: 1;
    height: 1.2rem;
}
.io-fin-yoy-empty {
    visibility: hidden;
    background: transparent !important;
    border: 0;
    padding: 0;
}
.io-fin-yoy-up { background: rgba(63, 185, 80, .18); color: #56d364; }
.io-fin-yoy-down { background: rgba(248, 81, 73, .18); color: #ff7b72; }
.io-fin-yoy-flat { background: #1b2430; color: #8aa0b5; }
.io-fin-grid .io-fin-fy-cell { background: #0f1c28; }
.io-fin-grid tbody tr:nth-child(even) td.io-fin-fy-cell { background: #0d1924; }
.io-fin-grid tbody tr.io-fin-row-key td.io-fin-fy-cell { background: #163044; }
.io-fin-grid tbody tr.io-fin-row-total td.io-fin-fy-cell { background: #12301f; }
.io-fin-empty {
    margin: 0; padding: 1.1rem; text-align: center; color: #8aa0b5; font-size: .9rem;
}
@media (max-width: 700px) {
    .io-fin-grid { font-size: .78rem; }
    .io-fin-grid thead th, .io-fin-grid tbody td { padding: .3rem .4rem; }
    .io-fin-grid thead th.io-fin-metric,
    .io-fin-grid tbody td.io-fin-metric { min-width: 6.5rem; }
}

.io-corp-wrap { margin-top: .15rem; }
.io-corp-head {
    display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
    margin-bottom: .75rem;
}
.io-corp-head h2 {
    margin: 0; font-size: 1.12rem; font-weight: 800; color: #e6edf3; letter-spacing: -.01em;
}
.io-corp-head p { margin: 0; font-size: .82rem; color: #8aa0b5; }
.io-corp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    align-items: start;
}
@media (max-width: 1100px) {
    .io-corp-grid { grid-template-columns: 1fr; }
}
.io-corp-card {
    background: #101820;
    border: 1px solid #1e2d3d;
    border-radius: 12px;
    overflow: hidden;
}
.io-corp-card-top {
    display: flex; align-items: center; justify-content: space-between; gap: .5rem;
    padding: .55rem .8rem;
    color: #fff;
}
.io-corp-card-top h3 {
    margin: 0; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.io-corp-card--div .io-corp-card-top { background: linear-gradient(90deg, #0f2a1c 0%, #1a6b45 100%); }
.io-corp-card--bonus .io-corp-card-top { background: linear-gradient(90deg, #132536 0%, #1f6feb 100%); }
.io-corp-card--split .io-corp-card-top { background: linear-gradient(90deg, #24183a 0%, #6e40c9 100%); }
.io-corp-count {
    font-size: .72rem; font-weight: 700; background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .12rem .5rem;
}
.io-corp-scroll { max-height: 420px; overflow: auto; }
.io-corp-table {
    width: 100%; border-collapse: collapse;
    font-size: .82rem; font-variant-numeric: tabular-nums;
    margin: 0;
}
.io-corp-table thead th {
    position: sticky; top: 0; z-index: 1;
    background: #0d1b27 !important; color: #9fb3c6 !important;
    font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
    padding: .4rem .55rem; border-bottom: 1px solid #223243; white-space: nowrap;
}
.io-corp-table tbody td {
    padding: .32rem .55rem; border-bottom: 1px solid #1a2733;
    color: #e6edf3; background: #101820; vertical-align: middle;
}
.io-corp-table tbody tr:nth-child(even) td { background: #0e171f; }
.io-corp-table tbody tr:hover td { background: #173044; }
.io-corp-table .io-col-num { text-align: right; font-weight: 600; }
.io-corp-table .io-col-year { font-weight: 700; color: #9ad0ff; white-space: nowrap; width: 3.5rem; }
.io-corp-table .io-col-date { text-align: right; white-space: nowrap; color: #8aa0b5; font-size: .8rem; }
.io-corp-table .io-col-amt { text-align: right; font-weight: 700; color: #3fb950; white-space: nowrap; }
.io-corp-badge {
    display: inline-block; border-radius: 5px; padding: .12rem .4rem;
    font-size: .72rem; font-weight: 700; letter-spacing: .01em; line-height: 1.2;
    white-space: nowrap;
}
.io-corp-badge--final { background: rgba(31, 111, 235, .2); color: #79b8ff; }
.io-corp-badge--interim { background: rgba(63, 185, 80, .16); color: #56d364; }
.io-corp-badge--special { background: rgba(210, 153, 34, .18); color: #e3b341; }
.io-corp-badge--other { background: #151e28; color: #c5d4e4; }
.io-corp-empty {
    margin: 0; padding: .85rem .8rem; color: #8aa0b5; font-size: .84rem; text-align: center;
}

body.io-dashboard-body .rounded.p-3.mb-3 {
    background: #101820 !important;
    border: 1px solid #1e2d3d !important;
    box-shadow: none;
}
body.io-dashboard-body a.link-info,
body.io-dashboard-body .link-info {
    color: #79b8ff !important;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none !important;
}
body.io-dashboard-body a.link-info:hover { color: #9ad0ff !important; }
body.io-dashboard-body .alert { font-size: .95rem; }
body.io-dashboard-body .alert-warning {
    background: #2a2112 !important;
    border-color: #6b4f12 !important;
    color: #e3b341;
}
body.io-dashboard-body .alert-info {
    background: #101820 !important;
    border-color: #1e2d3d !important;
    color: #9fb3c6;
}
body.io-dashboard-body .alert code {
    color: #9ad0ff;
    background: #0b141d;
}

.io-dash-loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200000;
    background: rgba(7, 16, 24, .88);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.io-dash-loading-overlay.io-dash-visible { display: flex; }
.io-dash-loading-panel {
    text-align: center;
    padding: 1.6rem 2rem;
    border-radius: 14px;
    background: #101820;
    border: 1px solid #1e2d3d;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .45);
    min-width: 240px;
}
.io-dash-spinner {
    width: 46px;
    height: 46px;
    margin: 0 auto .9rem;
    border: 4px solid rgba(61, 139, 253, .18);
    border-top-color: #79b8ff;
    border-radius: 50%;
    animation: io-dash-spin .85s linear infinite;
}
@keyframes io-dash-spin { to { transform: rotate(360deg); } }
.io-dash-loading-text {
    font-weight: 800;
    color: #e6edf3;
    font-size: .98rem;
}
.io-dash-loading-subtext {
    margin-top: .35rem;
    font-size: .82rem;
    color: #8aa0b5;
}

.io-dash-tabs-bar {
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.io-dash-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    gap: .2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin: 0;
    border: 0;
}
.io-dash-tabs .nav-link {
    white-space: nowrap;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    color: #c5d4e4 !important;
    font-weight: 700;
    font-size: .8rem;
    padding: .28rem .62rem !important;
    background: transparent;
}
.io-dash-tabs .nav-link:hover,
.io-dash-tabs .nav-link:focus {
    background: #173044 !important;
    color: #fff !important;
    border-color: #2a3b4d !important;
}
.io-dash-tabs .nav-link.active {
    background: #1f6feb !important;
    color: #fff !important;
    border-color: #1f6feb !important;
    box-shadow: 0 0 12px rgba(31, 111, 235, .3);
}
.io-dash-tab-pane { animation: io-dash-tab-in .22s ease; }
@keyframes io-dash-tab-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.io-dash-tab-hint { display: none; }
.io-dash-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    margin: 0 0 0 auto;
    white-space: nowrap;
}
.io-dash-links a {
    font-size: .75rem;
    font-weight: 700;
    color: #79b8ff !important;
}
@media (max-width: 768px) {
    .io-dash-chrome { top: 52px; border-radius: 8px; }
    .io-dash-tabs .nav-link { font-size: .76rem; padding: .26rem .5rem !important; }
    .io-dash-search-card, .io-dash-search-wrap { width: 100%; max-width: none; flex: 1 1 100%; }
    .io-dash-links { margin-left: 0; width: 100%; justify-content: flex-start; }
}
