.theme-dashboard {
    --rc-bg: #030914;
    --rc-bg-2: #07111d;
    --rc-surface: #081320;
    --rc-surface-2: #0b1828;
    --rc-card: #0a1626;
    --rc-line: rgba(117, 140, 168, 0.16);
    --rc-line-2: rgba(41, 219, 255, 0.26);
    --rc-text: #f3f8ff;
    --rc-muted: #8ea4bd;
    --rc-soft: #cdd9e6;
    --rc-accent: #29dbff;
    --rc-accent-2: #18bbff;
    --rc-green: #18c37e;
    --rc-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);

    background:
        radial-gradient(1150px 500px at 14% -4%, rgba(41, 219, 255, 0.10), transparent 60%),
        radial-gradient(900px 430px at 100% 8%, rgba(24, 195, 126, 0.05), transparent 56%),
        linear-gradient(180deg, #030914 0%, #06101b 40%, #040b14 100%);
    color: var(--rc-text);
}

.theme-dashboard main {
    background: transparent;
}

/* =========================
   NAVBAR / BRAND
========================= */

.theme-dashboard .rc-site-nav {
    background: rgba(4, 10, 18, 0.88) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
    min-height: 122px;
}

.theme-dashboard .rc-nav-container {
    min-height: 122px;
}

.theme-dashboard .rc-brand {
    display: inline-flex;
    align-items: center;
    gap: 1.15rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1.35rem;
    text-decoration: none;
}

.theme-dashboard .rc-brand-logo {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(36, 215, 255, 0.12));
}

.theme-dashboard .rc-brand-text-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    transform: translateY(1px);
}

.theme-dashboard .rc-brand-text {
    color: #f7fbff;
    font-size: 1.32rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.theme-dashboard .rc-beta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 0.8rem !important;
    margin: 0 !important;
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.015em;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    color: rgba(236, 246, 255, 0.86) !important;
    background: rgba(255, 255, 255, 0.02) !important;
    white-space: nowrap;
}

.theme-dashboard .rc-site-nav .nav-link {
    color: #a8bad0 !important;
    font-weight: 700;
    font-size: 1rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.theme-dashboard .rc-site-nav .nav-link:hover {
    color: #ffffff !important;
}

.theme-dashboard .rc-nav-links {
    margin-top: 0;
    flex-wrap: wrap;
    row-gap: 0.45rem;
    justify-content: flex-end;
}

.theme-dashboard .rc-nav-cta {
    min-height: 58px;
    padding: 0.95rem 1.6rem !important;
    border-radius: 16px;
    background: linear-gradient(180deg, #42e7ff 0%, #1dc8ff 100%) !important;
    border-color: transparent !important;
    color: #05111b !important;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    box-shadow: 0 14px 30px rgba(41, 219, 255, 0.20);
}

.theme-dashboard .rc-nav-cta:hover {
    background: linear-gradient(180deg, #71efff 0%, #42e1ff 100%) !important;
    color: #05111b !important;
}

.theme-dashboard .navbar-toggler {
    background: rgba(255, 255, 255, 0.05);
}

.theme-dashboard .navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(3);
}

/* =========================
   PAGE WRAPPER
========================= */

.price-dashboard-page.container {
    max-width: 1460px;
}

.price-dashboard-page {
    padding-top: 7.4rem !important;
    padding-bottom: 4.75rem !important;
}

/* =========================
   BREADCRUMBS
========================= */

.dashboard-breadcrumbs {
    margin-bottom: 0;
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
}

.dashboard-breadcrumbs-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
}

.dashboard-breadcrumbs-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(190, 205, 221, 0.62);
}

.dashboard-breadcrumbs-item:not(:last-child) {
    padding-right: 2rem;
}

.dashboard-breadcrumbs-item:not(:last-child)::after {
    content: "›";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(190, 205, 221, 0.32);
    font-size: 1rem;
    font-weight: 900;
}

.dashboard-breadcrumbs-item a {
    color: inherit;
    transition: color 0.18s ease;
}

.dashboard-breadcrumbs-item a:hover {
    color: #ffffff;
}

.dashboard-breadcrumbs-item.is-current {
    color: #ffffff;
}

/* =========================
   PANELS
========================= */

.dashboard-panel {
    background: linear-gradient(180deg, rgba(8, 18, 32, 0.96) 0%, rgba(6, 14, 26, 0.96) 100%);
    border: 1px solid var(--rc-line) !important;
    border-radius: 30px !important;
    box-shadow: var(--rc-shadow);
    overflow: hidden;
}

.dashboard-panel .card-body {
    position: relative;
    z-index: 1;
}

.dashboard-panel .card-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(520px 160px at 10% 0%, rgba(41, 219, 255, 0.07), transparent 64%);
    pointer-events: none;
    z-index: -1;
}

.dashboard-hero-panel {
    min-height: 100%;
}

.dashboard-quant-panel {
    min-height: 100%;
}

.dashboard-quant-panel .card-body {
    display: flex;
    flex-direction: column;
}

/* =========================
   CHIPS
========================= */

.dashboard-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #d8e5f1 !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 0.85rem !important;
    font-size: 0.72rem;
    line-height: 1;
}

.dashboard-chip--accuracy {
    background: rgba(24, 195, 126, 0.10) !important;
    border-color: rgba(24, 195, 126, 0.24) !important;
    color: #31e69a !important;
    box-shadow: inset 0 0 0 1px rgba(24, 195, 126, 0.08);
}

.dashboard-chip--accuracy i {
    font-size: 0.78rem;
    line-height: 1;
}

/* =========================
   HERO
========================= */

.dashboard-hero-title {
    font-size: clamp(2.2rem, 3.8vw, 4rem);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: -0.045em;
    margin-bottom: 0.3rem;
}

.dashboard-hero-title-main {
    color: #ffffff;
}

.dashboard-hero-title-accent {
    color: var(--rc-accent);
}

.dashboard-hero-location {
    color: var(--rc-muted);
    font-size: 1.05rem;
    margin-bottom: 0;
}

/* =========================
   METRICS
========================= */

.dashboard-metric-card {
    background: linear-gradient(180deg, rgba(16, 27, 44, 0.90) 0%, rgba(10, 18, 31, 0.94) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px !important;
    min-height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-metric-card--market {
    background: linear-gradient(180deg, rgba(8, 25, 46, 0.98) 0%, rgba(7, 20, 36, 0.98) 100%) !important;
    border-color: rgba(41, 219, 255, 0.30) !important;
    box-shadow:
        inset 0 0 0 1px rgba(41, 219, 255, 0.06),
        0 0 28px rgba(41, 219, 255, 0.10);
    position: relative;
}

.dashboard-metric-card--market::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    box-shadow: 0 0 26px rgba(41, 219, 255, 0.16);
}

.dashboard-metric-label {
    font-size: 0.74rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #97afc6;
    margin-bottom: 0.95rem;
}

.dashboard-metric-card--market .dashboard-metric-label {
    color: #a7c6da;
}

.dashboard-metric-value-row {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.dashboard-metric-value {
    font-size: clamp(1.85rem, 2.5vw, 2.45rem);
    line-height: 1;
    font-weight: 950;
    color: #ffffff;
    margin: 0;
}

.dashboard-metric-value--accent {
    color: #52e7ff;
}

.dashboard-metric-unit {
    font-size: 0.92rem;
    font-weight: 800;
    color: #cfe0ee;
    letter-spacing: 0.01em;
}

.dashboard-mini-card {
    background: linear-gradient(180deg, rgba(13, 23, 38, 0.94) 0%, rgba(9, 17, 30, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 20px !important;
    min-height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-mini-label {
    font-size: 0.78rem;
    color: var(--rc-muted);
    margin-bottom: 0.35rem;
}

.dashboard-mini-value {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.05;
    font-weight: 900;
}

.dashboard-notices {
    background: rgba(245, 158, 11, 0.12) !important;
    color: #ffe1b0 !important;
    border: 1px solid rgba(245, 158, 11, 0.22) !important;
}

/* =========================
   QUANT PANEL
========================= */

.dashboard-panel-heading {
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 0.9;
    max-width: 8ch;
    font-weight: 950;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.dashboard-panel-heading--quant {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.55rem, 2vw, 1.95rem);
    letter-spacing: -0.045em;
    line-height: 0.88;
}

.dashboard-panel-info {
    color: rgba(203, 220, 237, 0.78);
    font-size: 1rem;
    line-height: 1;
    padding-top: 0.16rem;
}

.dashboard-panel-copy {
    color: rgba(191, 206, 223, 0.78);
    font-size: 0.96rem;
    max-width: 23rem;
    line-height: 1.75;
    margin-bottom: 2rem !important;
}

.dashboard-stat-list {
    display: grid;
    gap: 0;
    margin-bottom: 0;
}

.dashboard-stat-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dashboard-stat-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.dashboard-stat-row dt {
    margin: 0;
}

.dashboard-stat-row dt span {
    display: block;
    color: #f2f7fd;
    font-weight: 850;
    font-size: 1.05rem;
    line-height: 1.15;
}

.dashboard-stat-row dt small {
    display: block;
    margin-top: 0.22rem;
    color: rgba(151, 170, 193, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.64rem;
    font-weight: 900;
    line-height: 1.25;
}

.dashboard-stat-row dd {
    margin: 0;
    color: #ffffff;
    font-size: 1.95rem;
    line-height: 1;
    font-weight: 950;
    text-align: right;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.dashboard-quant-source {
    margin-top: auto;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    border: 1px solid rgba(23, 198, 255, 0.20);
    background: rgba(11, 37, 58, 0.82);
    color: #effaff;
    border-radius: 18px;
    padding: 1rem 1.05rem;
    font-size: 0.88rem;
    line-height: 1.55;
    box-shadow: inset 0 0 0 1px rgba(23, 198, 255, 0.04);
}

.dashboard-quant-source i {
    color: #28d7ff;
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.15rem;
}

.dashboard-quant-source span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 850;
}

/* =========================
   HISTORY
========================= */

.dashboard-history-section {
    padding-top: 0.35rem;
}

.dashboard-history-head {
    margin-bottom: 1.35rem;
}

.dashboard-section-kicker {
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    line-height: 0.96;
    font-weight: 950;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.04em;
    color: #f8fbff;
    margin-bottom: 0.28rem;
}

.dashboard-section-subtitle {
    color: var(--rc-muted);
    font-size: 0.92rem;
}

.dashboard-history-actions {
    row-gap: 0.7rem;
}

.dashboard-latest-date {
    color: var(--rc-muted);
    font-size: 0.84rem;
    padding-left: 0.15rem;
}

.dashboard-mode-switch {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 0.2rem;
}

.theme-dashboard [data-chart-mode] {
    border-radius: 999px !important;
    font-weight: 850;
    min-width: 108px;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.theme-dashboard .btn-success[data-chart-mode],
.theme-dashboard .btn.active[data-chart-mode] {
    background: linear-gradient(180deg, #38e7ff 0%, #15c8ff 100%) !important;
    color: #04101a !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(41, 219, 255, 0.24);
}

.theme-dashboard .btn-outline-success[data-chart-mode] {
    background: transparent !important;
    color: #a7b9cc !important;
    border: 0 !important;
}

.theme-dashboard .btn-outline-success[data-chart-mode]:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.dashboard-chart-shell {
    border-radius: 30px;
    border: 1px solid rgba(41, 219, 255, 0.18);
    background: linear-gradient(180deg, rgba(9, 21, 37, 0.98) 0%, rgba(7, 15, 27, 0.99) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 0 0 1px rgba(41, 219, 255, 0.03),
        0 24px 60px rgba(0, 0, 0, 0.26);
    padding: 0.95rem 1rem 0.85rem;
    overflow: hidden;
    position: relative;
}

.dashboard-chart-shell::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(41, 219, 255, 0.45) 20%, rgba(41, 219, 255, 0.2) 55%, transparent 100%);
    pointer-events: none;
}

.dashboard-chart-canvas-wrap {
    height: 400px;
}

.history-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.history-snapshot-card {
    background: linear-gradient(180deg, rgba(10, 19, 33, 0.96) 0%, rgba(7, 14, 25, 0.98) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 22px !important;
    min-height: 110px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.history-snapshot-card:hover {
    transform: translateY(-2px);
    border-color: rgba(41, 219, 255, 0.24) !important;
}

.history-snapshot-card.is-active,
.history-snapshot-card.border-success {
    border-color: rgba(41, 219, 255, 0.78) !important;
    background: linear-gradient(180deg, rgba(13, 67, 94, 0.98) 0%, rgba(8, 42, 66, 0.98) 100%) !important;
    box-shadow:
        0 0 0 1px rgba(41, 219, 255, 0.12),
        0 18px 40px rgba(9, 39, 61, 0.28) !important;
}

.history-snapshot-date {
    color: #9eb5ca;
    font-size: 0.8rem;
    margin-bottom: 0.45rem;
}

.history-snapshot-value {
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.05;
    font-weight: 950;
    margin-bottom: 0.35rem;
}

.history-snapshot-meta {
    color: #9eb5ca;
    font-size: 0.8rem;
}

/* =========================
   TAGS / BUTTONS
========================= */

.dashboard-back-link,
.theme-dashboard .dashboard-tags-panel .btn-outline-success,
.theme-dashboard .dashboard-tags-panel .btn-success,
.theme-dashboard .dashboard-explore-panel .btn-outline-success,
.theme-dashboard .dashboard-explore-panel .btn-success {
    border-radius: 999px !important;
    padding: 0.66rem 0.95rem;
    font-weight: 750;
    font-size: 0.86rem;
}

.dashboard-tags-title,
.dashboard-explore-title {
    font-size: 1.18rem;
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.theme-dashboard .dashboard-tags-panel .btn-outline-success,
.theme-dashboard .dashboard-explore-panel .btn-outline-success,
.theme-dashboard .dashboard-back-link {
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #d6e3ef !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.theme-dashboard .dashboard-tags-panel .btn-outline-success:hover,
.theme-dashboard .dashboard-explore-panel .btn-outline-success:hover,
.theme-dashboard .dashboard-back-link:hover {
    border-color: rgba(41, 219, 255, 0.32) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.theme-dashboard .dashboard-tags-panel .btn-success,
.theme-dashboard .dashboard-explore-panel .btn-success {
    background: linear-gradient(180deg, #22ddff 0%, #0ebdf1 100%) !important;
    color: #05111b !important;
    border-color: transparent !important;
}

.theme-dashboard .dashboard-tags-panel .btn-success:hover,
.theme-dashboard .dashboard-explore-panel .btn-success:hover {
    color: #05111b !important;
    background: linear-gradient(180deg, #57e8ff 0%, #24d2ff 100%) !important;
}

.theme-dashboard .btn-outline-secondary.rounded-pill {
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #d6e3ef !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.theme-dashboard .alert-light {
    background: rgba(255, 255, 255, 0.03) !important;
    color: #d2ddec !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* =========================
   EXPLORE GRID WITH ICONS
========================= */

.dashboard-explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.dashboard-explore-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 104px;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(11, 21, 36, 0.96) 0%, rgba(8, 16, 28, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-explore-card:hover {
    transform: translateY(-2px);
    border-color: rgba(41, 219, 255, 0.24);
    background: linear-gradient(180deg, rgba(13, 24, 40, 0.98) 0%, rgba(9, 18, 31, 1) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(41, 219, 255, 0.03),
        0 14px 28px rgba(0, 0, 0, 0.18);
}

.dashboard-explore-card__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #b9c9d9;
    font-size: 1.5rem;
    line-height: 1;
}

.dashboard-explore-card:hover .dashboard-explore-card__icon {
    color: #e9f7ff;
    border-color: rgba(41, 219, 255, 0.12);
    background: rgba(255, 255, 255, 0.055);
}

.dashboard-explore-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dashboard-explore-card__title {
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.dashboard-explore-card__subtitle {
    margin-top: 0.3rem;
    color: rgba(151, 170, 193, 0.72);
    font-size: 0.82rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
}

/* =========================
   FOOTER
========================= */

.theme-dashboard .rc-site-footer {
    background: #040c17 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 4rem;
}

.theme-dashboard .rc-footer-copy,
.theme-dashboard .rc-site-footer .text-slate-400,
.theme-dashboard .rc-site-footer p {
    color: #8fa6bc !important;
}

.theme-dashboard .rc-footer-title {
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.theme-dashboard .footer-link {
    color: #d1deea;
}

.theme-dashboard .footer-link:hover {
    color: #ffffff;
}

.theme-dashboard .rc-footer-separator {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 2rem 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1399.98px) {
    .dashboard-hero-title {
        font-size: clamp(2.05rem, 3.6vw, 3.6rem);
    }

    .dashboard-panel-heading--quant {
        white-space: normal;
    }

    .dashboard-stat-row dd {
        font-size: 1.72rem;
    }
}

@media (max-width: 1199.98px) {
    .history-snapshot-value {
        font-size: 1.35rem;
    }

    .dashboard-stat-row dd {
        font-size: 1.45rem;
    }

    .dashboard-chart-canvas-wrap {
        height: 360px;
    }
}

@media (max-width: 991.98px) {
    .theme-dashboard .rc-site-nav,
    .theme-dashboard .rc-nav-container {
        min-height: 96px;
    }

    .theme-dashboard .rc-brand {
        gap: 0.95rem;
    }

    .theme-dashboard .rc-brand-logo {
        width: 78px;
        height: 78px;
        flex-basis: 78px;
    }

    .theme-dashboard .rc-brand-text {
        font-size: 1.12rem;
    }

    .theme-dashboard .rc-beta-badge {
        height: 27px;
        padding: 0 0.68rem !important;
        font-size: 0.62rem;
    }

    .theme-dashboard .rc-nav-cta {
        min-height: 48px;
        padding: 0.82rem 1.28rem !important;
        font-size: 0.94rem;
    }

    .price-dashboard-page {
        padding-top: 5.8rem !important;
    }

    .dashboard-panel-heading {
        max-width: none;
    }

    .dashboard-chart-canvas-wrap {
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    .dashboard-breadcrumbs-item {
        font-size: 0.74rem;
    }

    .dashboard-breadcrumbs-item:not(:last-child) {
        padding-right: 1.5rem;
    }

    .dashboard-breadcrumbs-item:not(:last-child)::after {
        right: 0.55rem;
    }

    .theme-dashboard .rc-site-nav,
    .theme-dashboard .rc-nav-container {
        min-height: 78px;
    }

    .theme-dashboard .rc-brand {
        gap: 0.7rem;
        margin-right: 0.5rem;
    }

    .theme-dashboard .rc-brand-text-wrap {
        gap: 0.5rem;
        transform: none;
    }

    .theme-dashboard .rc-brand-logo {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .theme-dashboard .rc-brand-text {
        font-size: 1rem;
    }

    .theme-dashboard .rc-beta-badge {
        display: none;
    }

    .theme-dashboard .rc-nav-cta {
        min-height: 44px;
        padding: 0.72rem 1.05rem !important;
        border-radius: 12px;
        font-size: 0.9rem;
    }

    .price-dashboard-page {
        padding-top: 4.8rem !important;
    }

    .dashboard-hero-title {
        font-size: 1.95rem;
    }

    .dashboard-hero-location {
        font-size: 0.95rem;
    }

    .dashboard-section-kicker {
        font-size: 1.7rem;
    }

    .dashboard-chart-shell {
        padding: 0.85rem;
        border-radius: 24px;
    }

    .dashboard-chart-canvas-wrap {
        height: 260px;
    }

    .theme-dashboard [data-chart-mode] {
        min-width: 0;
        width: 50%;
    }

    .history-snapshot-grid,
    .dashboard-explore-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-explore-card {
        min-height: 92px;
        padding: 1rem 1.05rem;
        border-radius: 18px;
    }

    .dashboard-explore-card__icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 14px;
        font-size: 1.25rem;
    }

    .dashboard-explore-card__title {
        font-size: 1.2rem;
    }

    .dashboard-explore-card__subtitle {
        font-size: 0.74rem;
    }

    .dashboard-metric-value,
    .dashboard-mini-value,
    .history-snapshot-value {
        font-size: 1.3rem;
    }

    .dashboard-stat-row {
        padding: 1rem 0;
    }

    .dashboard-stat-row dd {
        font-size: 1.18rem;
    }

    .dashboard-quant-source span {
        text-transform: none;
    }
}
