.table-custom thead th {
    background-color: #14883C !important;
    color: white !important;
    font-weight: bold !important;
}

.table-custom tbody td:first-child {
    font-weight: bold !important;
}

.table-custom {
    width: 100%;
    text-align: center;
}

:root {
    --intraday-revenue-card-border: #edf2f7;
    --intraday-revenue-card-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    --intraday-revenue-card-text: #1f2937;
    --intraday-revenue-card-muted: #8a94a6;
    --intraday-revenue-card-accent: #14883c;
    --intraday-filter-border: #d7dee7;
    --intraday-filter-muted: #98a2b3;
    --intraday-filter-text: #344054;
    --intraday-filter-surface: #ffffff;
}

.vw-app-frame {
    min-height: 100vh;
    padding: 1rem;
    background:
        radial-gradient(circle at top left, rgba(20, 136, 60, 0.06), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #fdfefe 100%);
}

.vw-app-shell {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    overflow: visible;
}

.vw-main-header {
    --bs-gutter-x: 1rem;
    margin: 0;
    padding: 0.95rem 1.35rem;
    background: linear-gradient(180deg, #11833a 0%, #0d7a33 100%);
    border-radius: 22px 22px 0 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.vw-main-header__brand,
.vw-main-header__nav {
    display: flex;
    align-items: center;
}

.vw-main-header__nav .nav {
    flex-wrap: wrap;
}

.vw-main-header__nav .dropdown {
    display: flex;
    align-items: center;
}

.vw-main-header__logo {
    width: 146px;
    height: auto;
    display: block;
}

.vw-main-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.vw-main-nav__link.nav-link,
.vw-main-nav__menu .dropdown-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.vw-main-nav__link.nav-link:hover,
.vw-main-nav__link.nav-link:focus,
.vw-main-nav__menu .dropdown-toggle:hover,
.vw-main-nav__menu .dropdown-toggle:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
}

.vw-main-nav__link.nav-link.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.vw-main-nav__link.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: -0.12rem;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
}

.vw-main-nav__menu .dropdown-toggle {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.vw-main-nav__menu .dropdown-toggle::after {
    margin-left: 0.45rem;
}

.vw-main-nav__menu .dropdown-menu {
    margin-top: 0.55rem;
    padding: 0.45rem;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.vw-main-nav__dropdown-item.dropdown-item {
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
    color: #1f2937;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
}

.vw-main-nav__dropdown-item.dropdown-item:hover,
.vw-main-nav__dropdown-item.dropdown-item:focus,
.vw-main-nav__dropdown-item.dropdown-item.active {
    color: #0d7a33;
    background: rgba(20, 136, 60, 0.08);
}

.vw-main-header__version {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vw-main-header__logout {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.vw-main-header__logout:hover,
.vw-main-header__logout:focus {
    color: #ffffff;
    text-decoration: none;
}

.vw-page-hero {
    padding: 1.45rem 1.85rem 1.2rem;
    background: #ffffff;
}

.vw-page-hero__eyebrow {
    color: #14883c;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
}

.vw-page-hero__eyebrow:empty {
    display: none;
}

.vw-page-hero__title {
    margin: 0.45rem 0 0;
    color: #182230;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: clamp(2.3rem, 3.3vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.vw-page-content {
    padding: 0 0.45rem 1rem;
}

.vw-home-page {
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    padding: 1.55rem 1rem 1.8rem;
}

.vw-home-hero {
    padding: 0.2rem 0 0.2rem;
}

.vw-home-hero__eyebrow {
    color: #14883c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
}

.vw-home-hero__title {
    margin: 0.55rem 0 0;
    color: #172033;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: clamp(2.45rem, 4vw, 3.6rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.vw-home-hero__accent {
    color: #14883c;
}

.vw-home-hero__copy {
    max-width: none;
    margin: 0.9rem 0 0;
    color: #667085;
    font-size: 0.96rem;
    line-height: 1.75;
}

@media (min-width: 960px) {
    .vw-home-hero__copy {
        white-space: nowrap;
    }
}

.vw-home-section {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.vw-home-section__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: -0.45rem;
}

.vw-home-section__meta-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #14883c;
    flex: 0 0 auto;
}

.vw-home-section__meta-text {
    color: #14883c;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.vw-home-section__title {
    color: #1f2937;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.vw-home-snapshot__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.vw-home-snapshot__link {
    text-decoration: none;
}

.vw-home-snapshot__card {
    height: 100%;
    min-height: 11rem;
    padding: 1.05rem 1.1rem 1.15rem;
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vw-home-snapshot__link:hover .vw-home-snapshot__card,
.vw-home-snapshot__link:focus .vw-home-snapshot__card {
    transform: translateY(-2px);
    border-color: rgba(20, 136, 60, 0.22);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.vw-home-directory__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 12px;
    background: rgba(20, 136, 60, 0.08);
}

.vw-home-directory__icon-image {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
}

.vw-home-snapshot__card-title {
    margin: 0.95rem 0 0;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.vw-home-snapshot__card-value {
    margin: 0.55rem 0 0;
    color: #182230;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.vw-home-snapshot__card-copy {
    margin: 0.55rem 0 0;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.55;
}

.vw-home-spotlight {
    display: grid;
    grid-template-columns: minmax(20rem, 1.05fr) minmax(18rem, 1fr);
    gap: 0;
    border: 1px solid #e4eaf2;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.vw-home-spotlight__media {
    position: relative;
    padding: 1rem;
    background:
        radial-gradient(circle at top left, rgba(20, 136, 60, 0.08), transparent 38%),
        linear-gradient(180deg, #fdfefe 0%, #f8fafc 100%);
}

.vw-home-spotlight__badge {
    display: none;
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    z-index: 1;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #14883c;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vw-home-spotlight__image {
    width: 100%;
    height: 100%;
    min-height: 24rem;
    object-fit: contain;
    object-position: center;
    display: block;
}

.vw-home-spotlight__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2.2rem;
}

.vw-home-spotlight__status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.vw-home-spotlight__status-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #14883c;
}

.vw-home-spotlight__status-text {
    color: #14883c;
    font-size: 0.88rem;
    font-weight: 700;
}

.vw-home-spotlight__title {
    margin: 0.8rem 0 0;
    color: #182230;
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.vw-home-spotlight__copy {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: #667085;
    font-size: 1rem;
    line-height: 1.7;
}

.vw-home-spotlight__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
    margin-top: 1.4rem;
}

.vw-home-spotlight__metric-label {
    color: #98a2b3;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vw-home-spotlight__metric-value {
    margin-top: 0.25rem;
    color: #182230;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.vw-home-spotlight__metric-value--compact {
    font-size: 1.35rem;
    line-height: 1.2;
}

.vw-home-spotlight__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 1.65rem;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    background: #14883c;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(20, 136, 60, 0.2);
}

.vw-home-spotlight__link:hover,
.vw-home-spotlight__link:focus {
    color: #ffffff;
    background: #106d30;
    text-decoration: none;
}

.edf-intraday-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.15rem 0.75rem;
}

.edf-intraday-results-section {
    position: relative;
}

@keyframes edf-intraday-skeleton-shimmer {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.edf-intraday-skeleton {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 55vh;
}

.edf-intraday-skeleton__card {
    padding: 1.55rem 1.75rem;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.edf-intraday-skeleton__block,
.edf-intraday-skeleton__revenue-bar,
.edf-intraday-skeleton__tab,
.edf-intraday-skeleton__legend-chip,
.edf-intraday-skeleton__chart-bar {
    background: linear-gradient(
        90deg,
        #edf2f7 0%,
        #f8fafc 50%,
        #edf2f7 100%
    );
    background-size: 220% 100%;
    animation: edf-intraday-skeleton-shimmer 1.35s ease-in-out infinite;
}

.edf-intraday-skeleton__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.3rem;
}

.edf-intraday-skeleton__stack {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.edf-intraday-skeleton__title {
    width: 15.5rem;
    max-width: 60vw;
    height: 2.2rem;
    border-radius: 0.8rem;
}

.edf-intraday-skeleton__meta {
    width: 10.5rem;
    height: 0.95rem;
    border-radius: 999px;
}

.edf-intraday-skeleton__summary {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.edf-intraday-skeleton__kicker {
    width: 4.25rem;
    height: 0.75rem;
    border-radius: 999px;
}

.edf-intraday-skeleton__hero-value {
    width: 8.4rem;
    height: 2.8rem;
    border-radius: 1rem;
}

.edf-intraday-skeleton__revenue-bars {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: end;
    gap: 1rem;
    min-height: 18rem;
    padding: 0.5rem 0 0.35rem;
}

.edf-intraday-skeleton__revenue-bar {
    width: 100%;
    border-radius: 0.9rem 0.9rem 0 0;
}

.edf-intraday-skeleton__axis-labels {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.edf-intraday-skeleton__axis-label {
    width: 72%;
    height: 0.55rem;
    margin: 0 auto;
    border-radius: 999px;
}

.edf-intraday-skeleton__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0.15rem;
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.edf-intraday-skeleton__tab {
    height: 4.25rem;
    border-radius: 14px;
}

.edf-intraday-skeleton__tab--active {
    background: linear-gradient(
        90deg,
        rgba(20, 136, 60, 0.12) 0%,
        rgba(20, 136, 60, 0.18) 50%,
        rgba(20, 136, 60, 0.12) 100%
    );
    background-size: 220% 100%;
    animation: edf-intraday-skeleton-shimmer 1.35s ease-in-out infinite;
}

.edf-intraday-skeleton__legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
    gap: 0.7rem 1rem;
    margin: 1.15rem 0 1.35rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.edf-intraday-skeleton__legend-chip {
    width: 100%;
    height: 0.8rem;
    border-radius: 999px;
}

.edf-intraday-skeleton__chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.edf-intraday-skeleton__chart {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 18rem;
}

.edf-intraday-skeleton__chart-title {
    width: 8rem;
    height: 1rem;
    border-radius: 999px;
}

.edf-intraday-skeleton__chart-bars {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: end;
    gap: 0.7rem;
    flex: 1;
    min-height: 14rem;
}

.edf-intraday-skeleton__chart-bar {
    width: 100%;
    border-radius: 0.65rem 0.65rem 0 0;
}

.edf-intraday-results-overlay {
    position: absolute;
    inset: 0;
    z-index: 140;
    border-radius: 18px;
    padding: 0;
    background: rgba(248, 250, 252, 0.985);
    backdrop-filter: none;
    overflow: auto;
}

.edf-intraday-results-overlay .edf-intraday-skeleton {
    min-height: 100%;
}

.edf-intraday-tabbed-results-shell {
    position: relative;
}

.edf-intraday-tabbed-results-loader,
.edf-intraday-tabbed-results-loader > div {
    min-height: 100%;
}

.edf-intraday-tabbed-results-loader .dash-spinner-container {
    position: absolute !important;
    inset: 0;
    z-index: 50;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(248, 250, 252, 0.985);
}

.edf-intraday-tabbed-results-loader .dash-spinner-container > div {
    width: 100%;
    height: 100%;
}

.edf-intraday-skeleton--tabbed {
    width: 100%;
    min-height: 100%;
}

.edf-intraday-skeleton--tabbed .edf-intraday-skeleton__card {
    min-height: 100%;
}

.edf-intraday-revenue-card {
    border: 1px solid var(--intraday-revenue-card-border);
    border-radius: 16px;
    box-shadow: var(--intraday-revenue-card-shadow);
    background: #ffffff;
    overflow: hidden;
}

.edf-intraday-section-card {
    border: 1px solid var(--intraday-revenue-card-border);
    border-radius: 16px;
    box-shadow: var(--intraday-revenue-card-shadow);
    background: #ffffff;
    overflow: visible;
}

.edf-intraday-section-card .card-body {
    padding: 1.55rem 1.9rem 0.95rem;
    border-radius: 16px;
    background: #ffffff;
}

.edf-intraday-revenue-card .card-body {
    padding: 1.55rem 1.9rem 0.95rem;
}

.edf-intraday-revenue-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.edf-intraday-revenue-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.05rem;
    border-bottom: 1px solid #edf2f7;
}

.edf-intraday-revenue-card__heading {
    min-width: 0;
}

.edf-intraday-revenue-card__title {
    margin: 0;
    color: var(--intraday-revenue-card-text);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    display: inline-block;
    font-size: clamp(1.95rem, 2.35vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
    padding-bottom: 0.35rem;
    border-bottom: 4px solid #14883c;
}

.edf-intraday-section-title {
    margin: 0 0 1rem;
    color: var(--intraday-revenue-card-text);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    display: inline-block;
    font-size: clamp(1.95rem, 2.35vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.12;
    padding-top: 0.08em;
    padding-bottom: 0.35rem;
    border-bottom: 4px solid #14883c;
    text-decoration: none;
    overflow: visible;
}

.edf-intraday-pnl-card__body {
    display: flex;
    flex-direction: column;
}

.edf-intraday-pnl-header {
    margin: 0 0 0.9rem;
    padding-top: 0.15rem;
}

.edf-intraday-pnl-header__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.edf-intraday-pnl-header__meta-label,
.edf-intraday-pnl-header__meta-divider {
    color: #98a2b3;
    font-size: 0.95rem;
    font-weight: 500;
}

.edf-intraday-pnl-header__meta-divider {
    color: #d0d5dd;
}

.edf-intraday-pnl-header__meta-date {
    color: #14883c;
    font-size: 0.95rem;
    font-weight: 700;
}

.edf-intraday-pnl-header__legend-shell {
    position: sticky;
    top: 6.4rem;
    z-index: 60;
    margin: 0 0 1.4rem;
    padding: 0.85rem 0 0.95rem;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    backdrop-filter: saturate(150%) blur(10px);
}

.edf-intraday-pnl-header__legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, max-content));
    gap: 0.5rem 1rem;
    align-items: center;
    width: 100%;
}

.edf-intraday-pnl-header__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.edf-intraday-pnl-header__legend-dot {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    flex: 0 0 auto;
}

.edf-intraday-pnl-header__legend-dot--square {
    border-radius: 0.22rem;
}

.edf-intraday-pnl-header__legend-dot--line,
.edf-intraday-pnl-header__legend-dot--dash {
    width: 1rem;
    height: 0;
    border-radius: 0;
    background: transparent !important;
    border-top: 2px solid;
    box-shadow: none;
}

.edf-intraday-pnl-header__legend-dot--dash {
    border-top-style: dashed;
}

.edf-intraday-pnl-header__legend-label {
    color: #8a94a6;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.edf-frequency-response-empty {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28rem;
    padding: 1.35rem 0 1.8rem;
}

.edf-frequency-response-empty__panel {
    position: relative;
    width: 100%;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.9rem;
    padding: 2.8rem 2rem;
    border: 1px dashed #dbe6ee;
    border-radius: 20px;
    background: linear-gradient(180deg, #fcfefd 0%, #ffffff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.edf-frequency-response-empty__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
}

.edf-frequency-response-empty__spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: #ffffff;
    z-index: 2;
}

.edf-frequency-response-empty__icon {
    width: 5.3rem;
    height: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e7edf3;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f8fbf9 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.edf-frequency-response-empty__icon-bars {
    width: 1.45rem;
    height: 1rem;
    border-radius: 0.3rem;
    border: 2px solid #c7d2e1;
    position: relative;
}

.edf-frequency-response-empty__icon-bars::before,
.edf-frequency-response-empty__icon-bars::after {
    content: "";
    position: absolute;
    bottom: 0.18rem;
    width: 0.18rem;
    border-radius: 999px;
    background: #c7d2e1;
}

.edf-frequency-response-empty__icon-bars::before {
    left: 0.26rem;
    height: 0.32rem;
}

.edf-frequency-response-empty__icon-bars::after {
    left: 0.62rem;
    height: 0.56rem;
    box-shadow: 0.36rem -0.14rem 0 0 #c7d2e1;
}

.edf-frequency-response-empty__title {
    color: #344054;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.edf-frequency-response-empty__copy {
    max-width: 32rem;
    color: #98a2b3;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.7;
}

.edf-intraday-skeleton--frequency {
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
}

.edf-intraday-skeleton--frequency .edf-intraday-skeleton__card {
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 1.25rem 0 1.8rem;
    border: none;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.edf-frequency-response-skeleton__chart {
    width: 100%;
    min-height: 24rem;
    height: 100%;
    gap: 1.2rem;
}

.edf-frequency-response-skeleton__bars {
    min-height: 19rem;
    flex: 1;
}

.edf-intraday-revenue-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.edf-intraday-revenue-card__meta-label,
.edf-intraday-revenue-card__meta-divider {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
}

.edf-intraday-revenue-card__meta-divider {
    color: #d0d5dd;
}

.edf-intraday-revenue-card__meta-date {
    color: #14883c;
    font-size: 0.95rem;
    font-weight: 700;
}

.edf-intraday-revenue-card__summary {
    min-width: 12rem;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    padding-top: 0.05rem;
}

.edf-intraday-revenue-card__kicker {
    color: #a3acba;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.edf-intraday-revenue-card__total {
    color: #111827;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: clamp(2.3rem, 2.8vw, 2.95rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-top: 0;
}

.edf-intraday-revenue-card__graph {
    min-height: 410px;
}

.edf-intraday-revenue-card__hero {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.55rem;
}

.edf-intraday-revenue-card__hero-kicker {
    color: #a3acba;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.edf-intraday-revenue-card__hero-total {
    color: #111827;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: clamp(4.8rem, 12vw, 8.6rem);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.92;
}

.edf-intraday-revenue-card__graph .js-plotly-plot,
.edf-intraday-revenue-card__graph .plot-container {
    width: 100%;
}

.edf-intraday-revenue-card__graph .modebar,
.edf-intraday-revenue-card__graph .modebar-group,
.edf-intraday-revenue-card__graph .modebar-btn {
    background: transparent !important;
    box-shadow: none !important;
}

.edf-intraday-revenue-card__graph .modebar {
    padding: 0.2rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92) !important;
}

.edf-intraday-revenue-card__graph .modebar-btn svg {
    fill: #98a2b3 !important;
}

.edf-intraday-revenue-card__graph .modebar-btn:hover svg,
.edf-intraday-revenue-card__graph .modebar-btn:focus svg {
    fill: #667085 !important;
}

.edf-intraday-revenue-card__graph .modebar-btn.active svg,
.edf-intraday-revenue-card__graph .modebar-btn[data-title="Reset axes"] svg,
.edf-intraday-revenue-card__graph .modebar-btn[data-title="Autoscale"] svg {
    fill: #111827 !important;
}

.edf-intraday-filterbar {
    position: sticky;
    top: 0;
    z-index: 500;
}

.edf-intraday-filterbar__surface {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
    padding: 1.15rem 1.35rem;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.edf-intraday-filterbar__controls {
    display: flex;
    align-items: flex-end;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
    flex: 1 1 0;
    min-width: 0;
}

.edf-intraday-filterbar__action {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.edf-intraday-filter {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

.edf-intraday-filter--date {
    flex: 1.45 1 17.5rem;
    max-width: 27rem;
}

.edf-intraday-filter--asset {
    flex: 1 1 13rem;
    max-width: 17rem;
}

.edf-intraday-filter--toggle {
    flex: 0 1 auto;
    min-width: 12rem;
    justify-content: flex-end;
    padding-bottom: 0.15rem;
}

.edf-intraday-filter__label {
    margin: 0;
    padding-left: 0.15rem;
    color: var(--intraday-filter-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.1;
    text-transform: uppercase;
}

.edf-intraday-filter__control {
    min-height: 50px;
    border: 1px solid var(--intraday-filter-border);
    border-radius: 12px;
    background: var(--intraday-filter-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    overflow: visible;
}

.edf-intraday-filter__control--date {
    padding: 0 0.45rem;
}

.edf-intraday-filter__control--date .DateRangePicker,
.edf-intraday-filter__control--date .DateRangePickerInput {
    width: 100%;
    border: 0;
    background: transparent;
}

.edf-intraday-filter__control--date .DateRangePickerInput__withBorder {
    border: 0;
    background: transparent;
}

.edf-intraday-filter__control--date .DateRangePicker_picker {
    z-index: 1200;
}

.edf-intraday-filter__control--date .DateInput {
    width: calc(50% - 18px);
    background: transparent;
}

.edf-intraday-filter__control--date .DateInput_input {
    height: 48px;
    padding: 0.8rem 0.35rem;
    border: 0;
    background: transparent;
    color: var(--intraday-filter-text);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.edf-intraday-filter__control--date .DateInput_input__focused,
.edf-intraday-filter__control--date .DateInput_input:focus,
.edf-intraday-filter__control--date .DateInput_input:active {
    border: 0;
    box-shadow: none;
    color: #14883c;
}

.edf-intraday-filter__control--date .DateInput_input__disabled {
    color: var(--intraday-filter-text);
    background: transparent;
    font-style: normal;
    opacity: 1;
}

.edf-intraday-filter__control--date .DateRangePickerInput_arrow {
    padding: 0 0.15rem;
    color: var(--intraday-filter-muted);
}

.edf-intraday-filter__control--date .DateRangePickerInput_arrow_svg {
    fill: var(--intraday-filter-muted);
    height: 18px;
    width: 18px;
}

.edf-intraday-filter__control--dropdown .Select-control {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
}

.edf-intraday-filter__control--dropdown .Select-placeholder,
.edf-intraday-filter__control--dropdown .Select-value-label {
    color: var(--intraday-filter-text) !important;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 48px;
}

.edf-intraday-filter__control--dropdown .Select-input > input {
    color: var(--intraday-filter-text);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.edf-intraday-filter__control--dropdown .Select.is-disabled > .Select-control {
    background: transparent;
}

.edf-intraday-filter__control--dropdown .Select.is-disabled .Select-value-label,
.edf-intraday-filter__control--dropdown .Select.is-disabled .Select-placeholder {
    color: var(--intraday-filter-text) !important;
    opacity: 1;
}

.edf-intraday-filter__control--dropdown .is-focused > .Select-control,
.edf-intraday-filter__control--dropdown .is-open > .Select-control {
    box-shadow: inset 0 0 0 1px #14883c;
}

.edf-intraday-filter__control--dropdown .Select-arrow-zone {
    padding-right: 0.75rem;
}

.edf-intraday-filter__control--dropdown .Select-arrow {
    border-top-color: var(--intraday-filter-muted);
}

.edf-intraday-filter__control--dropdown .is-open > .Select-control .Select-arrow {
    border-top-color: transparent;
    border-bottom-color: var(--intraday-filter-muted);
}

.edf-intraday-filter__control--dropdown .Select-menu-outer {
    margin-top: 0.35rem;
    border: 1px solid var(--intraday-filter-border);
    border-radius: 12px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
    z-index: 1200;
}

.edf-intraday-filter__control--dropdown .VirtualizedSelectFocusedOption,
.edf-intraday-filter__control--dropdown .Select-option.is-focused {
    background: rgba(20, 136, 60, 0.08) !important;
    color: #106d30 !important;
}

.edf-intraday-filter__control--dropdown .Select-option.is-selected {
    background: #14883c !important;
    color: #ffffff !important;
}

.DateRangePicker_picker,
.SingleDatePicker_picker {
    z-index: 1200;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
    background: #14883c;
    border: 1px solid #14883c;
    color: #ffffff;
}

.CalendarDay__selected_span,
.CalendarDay__selected_span:hover,
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
    background: rgba(20, 136, 60, 0.14);
    border: 1px solid rgba(20, 136, 60, 0.22);
    color: #106d30;
}

.CalendarDay__default:hover {
    background: rgba(20, 136, 60, 0.08);
    border: 1px solid rgba(20, 136, 60, 0.18);
    color: #106d30;
}

.DateInput_input__focused {
    border-bottom: 2px solid #14883c;
}

.DayPickerNavigation_button__default {
    border: 1px solid #d7dee7;
    color: #667085;
}

.DayPickerNavigation_button__default:hover {
    border-color: #14883c;
    color: #14883c;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
    border-right-color: #14883c;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
    border-right-color: #106d30;
}

.edf-intraday-filter__toggle-row {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.edf-intraday-filter__toggle-copy {
    color: #475467;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.edf-intraday-tabs-shell {
    border: 1px solid #edf2f7;
    border-radius: 20px 20px 0 0;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.edf-intraday-tabs {
    display: flex;
    align-items: stretch;
    background: #ffffff;
}

.edf-intraday-tab {
    flex: 1 1 0;
    margin: 0 !important;
    padding: 1rem 1.3rem 1.1rem !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    background: #ffffff !important;
    color: #98a2b3 !important;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.edf-intraday-tab + .edf-intraday-tab {
    border-left: 1px solid #edf2f7 !important;
}

.edf-intraday-tab:first-child {
    border-top-left-radius: 20px;
}

.edf-intraday-tab:last-child {
    border-top-right-radius: 20px;
}

.edf-intraday-tab:hover {
    background: #f9fcfa !important;
    color: #667085 !important;
}

.edf-intraday-tab--selected {
    background: rgba(20, 136, 60, 0.06) !important;
    color: #14883c !important;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 #14883c;
}

.edf-intraday-tab--selected:hover {
    background: rgba(20, 136, 60, 0.06) !important;
    color: #14883c !important;
}

.edf-intraday-button.btn,
.edf-intraday-button.btn.btn-outline-success {
    color: #14883c;
    border-color: #14883c;
    background-color: #ffffff;
    box-shadow: none;
}

.edf-intraday-button.btn:hover,
.edf-intraday-button.btn:focus,
.edf-intraday-button.btn:active,
.edf-intraday-button.btn.btn-outline-success:hover,
.edf-intraday-button.btn.btn-outline-success:focus,
.edf-intraday-button.btn.btn-outline-success:active {
    color: #ffffff;
    border-color: #14883c;
    background-color: #14883c;
    box-shadow: 0 0 0 0.18rem rgba(20, 136, 60, 0.16);
}

.edf-intraday-button.btn.disabled,
.edf-intraday-button.btn:disabled,
.edf-intraday-button.btn.btn-outline-success.disabled,
.edf-intraday-button.btn.btn-outline-success:disabled {
    color: #98a2b3;
    border-color: #d6deea;
    background-color: #f7f9fc;
    opacity: 1;
}

.edf-intraday-toolbar-button.btn,
.edf-intraday-toolbar-button.btn.btn-success {
    min-height: 50px;
    padding: 0.8rem 1.5rem;
    border: 1px solid #14883c;
    border-radius: 12px;
    background: #14883c;
    color: #ffffff;
    font-family: "Avenir Next", "Segoe UI", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(20, 136, 60, 0.22);
}

.edf-intraday-toolbar-button.btn:hover,
.edf-intraday-toolbar-button.btn:focus,
.edf-intraday-toolbar-button.btn:active,
.edf-intraday-toolbar-button.btn.btn-success:hover,
.edf-intraday-toolbar-button.btn.btn-success:focus,
.edf-intraday-toolbar-button.btn.btn-success:active {
    border-color: #106d30;
    background: #106d30;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(16, 109, 48, 0.24);
}

.edf-intraday-toolbar-button.btn.disabled,
.edf-intraday-toolbar-button.btn:disabled,
.edf-intraday-toolbar-button.btn.btn-success.disabled,
.edf-intraday-toolbar-button.btn.btn-success:disabled {
    border-color: #d6deea;
    background: #f7f9fc;
    color: #98a2b3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    opacity: 1;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .vw-app-frame {
        padding: 0.55rem;
    }

    .vw-main-header {
        padding: 0.85rem 1rem;
    }

    .vw-main-header__logo {
        width: 124px;
    }

    .vw-main-nav__link.nav-link,
    .vw-main-nav__menu .dropdown-toggle {
        min-height: 2.9rem;
        padding: 0.7rem 0.8rem;
        font-size: 0.9rem;
    }

    .vw-page-hero {
        padding: 1.1rem 1rem 1rem;
    }

    .vw-page-hero__title {
        font-size: 2.25rem;
    }

    .vw-page-content {
        padding: 0 0.2rem 0.8rem;
    }

    .vw-home-page {
        gap: 1.4rem;
        padding: 0.15rem 0.2rem 1rem;
    }

    .vw-home-hero__eyebrow {
        font-size: 0.68rem;
    }

    .vw-home-hero__title {
        font-size: 2.3rem;
    }

    .vw-home-hero__copy {
        font-size: 0.98rem;
    }

    .vw-home-snapshot__grid {
        grid-template-columns: 1fr;
    }

    .vw-home-snapshot__card {
        min-height: 0;
    }

    .vw-home-spotlight {
        grid-template-columns: 1fr;
    }

    .vw-home-spotlight__media {
        padding: 0.85rem;
    }

    .vw-home-spotlight__image {
        min-height: 18rem;
    }

    .vw-home-spotlight__content {
        padding: 1.35rem 1.1rem 1.5rem;
    }

    .edf-intraday-revenue-card .card-body {
        padding: 1.25rem 1rem 0.85rem;
    }

    .edf-intraday-section-card .card-body {
        padding: 1.25rem 1rem 0.85rem;
    }

    .edf-intraday-filterbar__surface {
        padding: 1rem;
    }

    .edf-intraday-filterbar__controls {
        gap: 0.9rem;
    }

    .edf-intraday-filter--date,
    .edf-intraday-filter--asset,
    .edf-intraday-filter--toggle {
        flex: 1 1 100%;
        max-width: none;
        min-width: 0;
    }

    .edf-intraday-filterbar__action {
        margin-left: 0;
        width: 100%;
    }

    .edf-intraday-toolbar-button.btn,
    .edf-intraday-toolbar-button.btn.btn-success {
        width: 100%;
        justify-content: center;
    }

    .edf-intraday-revenue-card__header {
        flex-direction: column;
        gap: 1rem;
    }

    .edf-intraday-revenue-card__summary {
        min-width: 0;
        text-align: left;
        padding-top: 0;
    }

    .edf-intraday-revenue-card__graph {
        min-height: 340px;
    }

    .edf-intraday-revenue-card__hero {
        min-height: 340px;
    }

    .edf-intraday-revenue-card__hero-total {
        font-size: clamp(3.8rem, 17vw, 6rem);
    }

    .edf-intraday-pnl-header {
        margin: 0 0 1.1rem;
        padding: 0;
    }

    .edf-intraday-pnl-header__legend-shell {
        position: static;
        margin: 0 0 1.1rem;
        padding: 0 0 0.95rem;
        border-top: 1px solid #edf2f7;
        border-bottom: 1px solid #edf2f7;
        background: transparent;
        backdrop-filter: none;
    }

    .edf-intraday-pnl-header__legend {
        grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
        gap: 0.45rem 0.75rem;
    }

    .edf-intraday-tab {
        padding: 0.9rem 0.75rem 1rem !important;
        font-size: 0.92rem;
    }

    .edf-intraday-filter__control--date .DateInput_input,
    .edf-intraday-filter__control--dropdown .Select-placeholder,
    .edf-intraday-filter__control--dropdown .Select-value-label,
    .edf-intraday-filter__toggle-copy {
        font-size: 0.95rem;
    }
}

/* Loading spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#react-entry-point ._dash-loading {
    min-height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 0;
}

#react-entry-point ._dash-loading::after {
    content: "";
    width: 42px;
    height: 42px;
    border: 5px solid rgba(20, 136, 60, 0.18);
    border-top-color: #14883C;
    border-radius: 50%;
    animation: spin 0.85s linear infinite;
}
