/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y5onxylydk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y5onxylydk] {
    flex: 1;
}

.sidebar[b-y5onxylydk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y5onxylydk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y5onxylydk]  a, .top-row[b-y5onxylydk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y5onxylydk]  a:hover, .top-row[b-y5onxylydk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y5onxylydk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y5onxylydk] {
        justify-content: space-between;
    }

    .top-row[b-y5onxylydk]  a, .top-row[b-y5onxylydk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y5onxylydk] {
        flex-direction: row;
    }

    .sidebar[b-y5onxylydk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y5onxylydk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y5onxylydk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y5onxylydk], article[b-y5onxylydk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y5onxylydk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y5onxylydk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Specific semantic icon colors - override default dimgrey */
/* Solar / FVE */
.bi-sun-nav-menu[b-zb7ge99mnw],
.icon-fve[b-zb7ge99mnw] {
    color: #ffd93d !important; /* warm yellow */
}

/* Use currentColor in SVG so icons can be colored via CSS */
.bi-house-door-fill-nav-menu[b-zb7ge99mnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zb7ge99mnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zb7ge99mnw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* Specific semantic icon colors - override default dimgrey */
/* Solar / FVE */
.bi-sun-nav-menu[b-zb7ge99mnw],
.icon-fve[b-zb7ge99mnw] {
    color: #ffd93d !important; /* warm yellow */
}

/* Info / marker */
.bi-info-nav-menu[b-zb7ge99mnw],
.icon-info[b-zb7ge99mnw] {
    color: #2b9cf3 !important; /* bright blue */
}

/* Lightning / energy */
.bi-lightning-nav-menu[b-zb7ge99mnw],
.icon-energy[b-zb7ge99mnw] {
    color: #ff4b4b !important; /* red */
}

/* Group / people */
.bi-people-nav-menu[b-zb7ge99mnw],
.icon-group[b-zb7ge99mnw] {
    color: #2ecc71 !important; /* green */
}

/* Bank / institution */
.bi-bank-nav-menu[b-zb7ge99mnw],
.icon-bank[b-zb7ge99mnw] {
    color: #6f42c1 !important; /* purple */
}

.nav-item[b-zb7ge99mnw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zb7ge99mnw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zb7ge99mnw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zb7ge99mnw]  .nav-link {
        /* make nav text readable on white backgrounds */
        color: dimgrey !important;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zb7ge99mnw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: dimgrey;
}

.nav-item[b-zb7ge99mnw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: dimgrey;
}


@media (min-width: 641px) {
    .nav-scrollable[b-zb7ge99mnw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/ConsumptionLog.razor.rz.scp.css */
/* ── Hero ─────────────────────────────────────────────────────── */
.watthub-hero[b-us65o99t2k] {
    background: linear-gradient(120deg, #2563eb 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 40px 32px 36px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.2);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.25), 0 2px 8px rgba(0,0,0,0.08);
}

.watthub-hero-badge[b-us65o99t2k] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    padding: 4px 14px;
    color: rgba(255,255,255,0.9);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.watthub-hero-stats[b-us65o99t2k] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 0 8px;
    backdrop-filter: blur(8px);
}

.watthub-stat-card[b-us65o99t2k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 24px;
    gap: 2px;
}

.watthub-stat-label[b-us65o99t2k] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
}

.watthub-stat-value[b-us65o99t2k] {
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.3px;
}

.watthub-stat-divider[b-us65o99t2k] {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

.watthub-hero-actions[b-us65o99t2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
}

.watthub-btn-glass[b-us65o99t2k] {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    backdrop-filter: blur(4px);
    box-shadow: none !important;
}

.watthub-btn-glass:hover[b-us65o99t2k] { background: rgba(255,255,255,0.25) !important; }

.watthub-btn-primary[b-us65o99t2k] {
    background: white !important;
    color: #1e40af !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.watthub-btn-primary:hover[b-us65o99t2k] { background: rgba(255,255,255,0.92) !important; }

.watthub-btn-success[b-us65o99t2k] {
    background: rgba(16,185,129,0.9) !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(16,185,129,0.35) !important;
}

.watthub-btn-warning[b-us65o99t2k] {
    background: rgba(245,158,11,0.9) !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(245,158,11,0.35) !important;
}

/* ── Banners ──────────────────────────────────────────────────── */
.banner-stat-item[b-us65o99t2k] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.banner-stat-label[b-us65o99t2k] {
    font-size: 0.65rem;
    font-weight: 800;
    opacity: 0.5;
    letter-spacing: 1.5px;
    color: white;
}

.banner-stat-value[b-us65o99t2k] {
    font-size: 1.2rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.5px;
}

.banner-stat-sep[b-us65o99t2k] {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.15);
}

.premium-status-chip[b-us65o99t2k] {
    background: #10b981 !important;
    font-weight: 900;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    padding: 0 12px;
    height: 24px;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.banner-action-btn[b-us65o99t2k] {
    background: #3b82f6 !important;
    color: white !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4) !important;
    text-transform: none !important;
}

/* ── Entrance rows ────────────────────────────────────────────── */
.premium-entrance-row[b-us65o99t2k] {
    background: white;
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.premium-entrance-row:hover[b-us65o99t2k] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #3b82f6;
}

.entrance-indicator[b-us65o99t2k] {
    width: 54px;
    height: 54px;
    background: #f1f5f9;
    color: #1e3c72;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.4rem;
    border: 2px solid #e2e8f0;
}

.metric-pill[b-us65o99t2k] {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
    border-radius: 14px;
    min-width: 110px;
    flex: 1 1 110px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.pill-label[b-us65o99t2k] {
    font-size: 0.6rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.5px;
}

.pill-value[b-us65o99t2k] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1e293b;
}

.pill-value small[b-us65o99t2k] { font-size: 0.75rem; opacity: 0.6; }
.pill-amber[b-us65o99t2k] { background: #fffbeb; border-color: #fef3c7; }
.pill-blue[b-us65o99t2k]  { background: #eff6ff; border-color: #dbeafe; }
.pill-green[b-us65o99t2k] { background: #f0fdf4; border-color: #dcfce7; }

.sparkline-container[b-us65o99t2k] {
    padding-left: 20px;
    border-left: 1px solid #f1f5f9;
}

.section-title-dark[b-us65o99t2k] { color: #0f172a; font-weight: 800; }

.om-total-badge[b-us65o99t2k] {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.premium-progress[b-us65o99t2k] {
    height: 6px;
    background: rgba(255,255,255,0.05) !important;
}

.success-glow .metric-value[b-us65o99t2k] { color: #10b981; }
.info-glow .metric-value[b-us65o99t2k]    { color: #60a5fa; }

.upper-label[b-us65o99t2k] { color: rgba(255,255,255,0.4); font-weight: 700; }
.upper-value[b-us65o99t2k] { color: white; font-weight: 800; }

/* ── Site cards ───────────────────────────────────────────────── */
.site-card[b-us65o99t2k] {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease-in-out;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 24px !important;
    background: #ffffff;
}

.site-card:hover[b-us65o99t2k] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.card-header-premium[b-us65o99t2k] {
    padding: 24px 28px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden;
}

.card-header-premium[b-us65o99t2k]::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}

.status-pill[b-us65o99t2k] {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.search-container-premium[b-us65o99t2k] {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226,232,240,0.8);
    border-radius: 30px;
    padding: 12px 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.search-container-premium:focus-within[b-us65o99t2k] {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: #3b82f6;
}

.metric-container[b-us65o99t2k] {
    background: #f8fafc;
    border-radius: 20px;
    padding: 16px;
    border: 1px solid #f1f5f9;
    height: 100%;
}

.metric-icon-box[b-us65o99t2k] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.action-btn-modern[b-us65o99t2k] {
    border-radius: 14px !important;
    text-transform: none !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
}

.sharing-progress-bar[b-us65o99t2k] {
    height: 8px;
    border-radius: 4px;
    background: #e2e8f0;
    overflow: hidden;
    margin-top: 8px;
}

.sharing-progress-fill[b-us65o99t2k] {
    height: 100%;
    background: #10b981;
    border-radius: 4px;
}

/* ── Date Availability Heatmap ────────────────────────────────── */
.date-status-valid[b-us65o99t2k] {
    background-color: rgba(16, 185, 129, 0.1) !important;
    border: 2px solid #10b981 !important;
    border-radius: 50%;
}

.date-status-estimated[b-us65o99t2k] {
    background-color: rgba(245, 158, 11, 0.1) !important;
    border: 2px solid #f59e0b !important;
    border-radius: 50%;
}

.date-status-missing[b-us65o99t2k] {
    background-color: rgba(239, 68, 68, 0.1) !important;
    border: 2px solid #ef4444 !important;
    border-radius: 50%;
}

/* ── Entrance detail hero stats ───────────────────────────────── */
.hero-stat[b-us65o99t2k] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding-right: 24px;
}

.hero-stat:last-child[b-us65o99t2k] { border-right: none; padding-right: 0; }

.hero-stat-value[b-us65o99t2k] {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1e293b;
    letter-spacing: -1px;
    line-height: 1.2;
}

.hero-stat-value small[b-us65o99t2k] {
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 2px;
    opacity: 0.6;
}

.hero-stat-label[b-us65o99t2k] {
    font-size: 0.6rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

.text-green[b-us65o99t2k] { color: #10b981 !important; }
.text-blue[b-us65o99t2k]  { color: #3b82f6 !important; }
.text-amber[b-us65o99t2k] { color: #f59e0b !important; }
/* /Components/Pages/ConsumptionLogCards/GroupDashboardCard.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   GroupDashboardCard — scoped CSS
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero header ─────────────────────────────────────────────────── */
.premium-hero-header[b-rnxum4yna7] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}

.premium-hero-header[b-rnxum4yna7]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% -20%, rgba(56,189,248,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.premium-title[b-rnxum4yna7] {
    font-weight: 900 !important;
    color: white !important;
    letter-spacing: -1px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.status-glow[b-rnxum4yna7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-rnxum4yna7] .premium-chip {
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    font-size: 0.7rem !important;
}

[b-rnxum4yna7] .premium-month-chip {
    font-weight: 700 !important;
    background: rgba(255,255,255,0.1) !important;
    color: rgba(255,255,255,0.9) !important;
    backdrop-filter: blur(4px);
}

/* ── Hero metrics ──────────────────────────────────────────────── */
.hero-stats-grid[b-rnxum4yna7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    justify-content: end;
}

@media (max-width: 960px) {
    .hero-stats-grid[b-rnxum4yna7] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .hero-stats-grid[b-rnxum4yna7] {
        grid-template-columns: 1fr;
    }
}

.hero-metric-card[b-rnxum4yna7] {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(12px);
    transition: all 0.3s cubic-bezier(0.2,1,0.3,1);
    position: relative;
    overflow: hidden;
}

.hero-metric-card[b-rnxum4yna7]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 4px 0 0 4px;
    transition: background 0.3s ease;
}

.hero-metric-card:hover[b-rnxum4yna7] {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.3);
}

.hero-metric-card:hover[b-rnxum4yna7]::before {
    background: #38bdf8;
}

.card-success:hover[b-rnxum4yna7]::before { background: #34d399; }
.card-info:hover[b-rnxum4yna7]::before { background: #60a5fa; }
.card-warning:hover[b-rnxum4yna7]::before { background: #fbbf24; }
.card-purple:hover[b-rnxum4yna7]::before { background: #c084fc; }

.metric-icon[b-rnxum4yna7] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.icon-blue[b-rnxum4yna7] { background: rgba(56,189,248,0.2); color: #38bdf8; }
.icon-green[b-rnxum4yna7] { background: rgba(52,211,153,0.2); color: #34d399; }
.icon-info[b-rnxum4yna7] { background: rgba(96,165,250,0.2); color: #bfdbfe; }
.icon-warning[b-rnxum4yna7] { background: rgba(251,191,36,0.2); color: #fde68a; }
.icon-purple[b-rnxum4yna7] { background: rgba(192,132,252,0.2); color: #e9d5ff; }

.metric-content[b-rnxum4yna7] {
    display: flex;
    flex-direction: column;
}

[b-rnxum4yna7] .hero-value {
    font-weight: 900 !important;
    color: white !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

[b-rnxum4yna7] .hero-value span {
    font-size: 0.8rem;
    font-weight: 700;
    opacity: 0.7;
}

.hero-label[b-rnxum4yna7] {
    color: #94a3b8;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 4px;
}

/* ── Section title ───────────────────────────────────────────────── */
.section-title-dark[b-rnxum4yna7] {
    font-weight: 800 !important;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.om-total-badge[b-rnxum4yna7] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border: 1px solid #93c5fd;
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
}

/* ── Entrance rows ───────────────────────────────────────────────── */
.entrance-rows-container[b-rnxum4yna7] {
    background: #f8fafc;
}

.premium-entrance-row[b-rnxum4yna7] {
    background: white;
    border-radius: 20px;
    transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
    cursor: pointer;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.premium-entrance-row[b-rnxum4yna7]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 4px 0 0 4px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.premium-entrance-row:hover[b-rnxum4yna7] {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(30,64,175,0.12);
    border-color: #93c5fd;
}

.premium-entrance-row:hover[b-rnxum4yna7]::before {
    opacity: 1;
}

/* ── Entrance indicator badge ────────────────────────────────────── */
.entrance-indicator[b-rnxum4yna7] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    box-shadow: 0 6px 20px rgba(30,64,175,0.35);
    letter-spacing: -1px;
}

/* ── Metric pills ────────────────────────────────────────────────── */
.metric-pill[b-rnxum4yna7] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 16px;
    border-radius: 14px;
    gap: 2px;
    min-width: 90px;
}

.pill-label[b-rnxum4yna7] {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.65;
}

.pill-value[b-rnxum4yna7] {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.pill-value small[b-rnxum4yna7] {
    font-size: 0.65em;
    font-weight: 700;
    opacity: 0.7;
}

.pill-amber[b-rnxum4yna7]  { background: #fffbeb; border: 1.5px solid #fde68a; color: #92400e; }
.pill-blue[b-rnxum4yna7]   { background: #eff6ff; border: 1.5px solid #bfdbfe; color: #1e40af; }
.pill-green[b-rnxum4yna7]  { background: #f0fdf4; border: 1.5px solid #bbf7d0; color: #065f46; }
.pill-purple[b-rnxum4yna7] { background: #faf5ff; border: 1.5px solid #e9d5ff; color: #581c87; }

/* ── Sparkline container ─────────────────────────────────────────── */
.sparkline-container[b-rnxum4yna7] {
    background: #f8fafc;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
}

/* ── Footer ──────────────────────────────────────────────────────── */
.dark-footer[b-rnxum4yna7] {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.dark-hero-btn[b-rnxum4yna7] {
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    border-radius: 12px !important;
}

.dark-action-btn[b-rnxum4yna7] {
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    border-radius: 12px !important;
    background: #334155 !important;
    color: white !important;
}

/* ── Card wrapper ────────────────────────────────────────────────── */
.dark-hero-card[b-rnxum4yna7] {
    border: 1px solid #dde3ed;
    transition: box-shadow 0.3s ease;
}

.dark-hero-card:hover[b-rnxum4yna7] {
    box-shadow: 0 20px 60px rgba(0,0,0,0.1) !important;
}

/* ── Smart Optimization warning ──────────────────────────────────── */
.ripple-effect[b-rnxum4yna7] {
    position: relative;
}
/* /Components/Pages/Education/SmartAllocationCalculator.razor.rz.scp.css */
/* Premium Glassmorphism & Animations pro Smart Kalkulačku */

.premium-container[b-1jie4skbvi] {
    background: linear-gradient(145deg, var(--mud-palette-background), var(--mud-palette-surface));
    border: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.05);
    border-radius: 24px;
    overflow: hidden;
}

.glass-panel[b-1jie4skbvi] {
    background: rgba(var(--mud-palette-surface-rgb), 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(var(--mud-palette-lines-default-rgb), 0.5);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.glass-panel:hover[b-1jie4skbvi] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(var(--mud-palette-primary-rgb), 0.08);
    border-color: rgba(var(--mud-palette-primary-rgb), 0.3);
}

/* Prázdné stavy (Empty States) */
.empty-state-panel[b-1jie4skbvi] {
    border: 2px dashed var(--mud-palette-lines-default);
    background-color: rgba(var(--mud-palette-background-grey-rgb), 0.3);
    border-radius: 16px;
    text-align: center;
    padding: 3rem 2rem;
    transition: all 0.3s ease;
}

.empty-state-panel:hover[b-1jie4skbvi] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.5);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.02);
}

/* Zvýraznění strategií */
.strategy-card[b-1jie4skbvi] {
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.strategy-family[b-1jie4skbvi] {
    border-left-color: var(--mud-palette-info);
    background: linear-gradient(90deg, rgba(var(--mud-palette-info-rgb), 0.05) 0%, transparent 100%);
}

.strategy-profit[b-1jie4skbvi] {
    border-left-color: #f1c40f; /* Zlatá */
    background: linear-gradient(90deg, rgba(241, 196, 15, 0.05) 0%, transparent 100%);
}

.strategy-eco[b-1jie4skbvi] {
    border-left-color: var(--mud-palette-success);
    background: linear-gradient(90deg, rgba(var(--mud-palette-success-rgb), 0.05) 0%, transparent 100%);
}

.strategy-equal[b-1jie4skbvi] {
    border-left-color: var(--mud-palette-secondary);
    background: linear-gradient(90deg, rgba(var(--mud-palette-secondary-rgb), 0.05) 0%, transparent 100%);
}

/* Animace tlačítek */
.premium-btn[b-1jie4skbvi] {
    transition: all 0.3s ease !important;
}

.premium-btn:hover[b-1jie4skbvi] {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(var(--mud-palette-primary-rgb), 0.3);
}

.premium-btn:active[b-1jie4skbvi] {
    transform: scale(0.98);
}

/* Tabulka s jemnými linkami */
.premium-table[b-1jie4skbvi] {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    overflow: hidden;
}

.premium-table th[b-1jie4skbvi] {
    background-color: rgba(var(--mud-palette-background-grey-rgb), 0.5);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CSS Isolation pro novou homepage hostů a přihlášených */

.landing-container[b-wjz967uo6q] {
    font-family: 'Roboto', 'Inter', sans-serif;
    color: #334155; /* Tmavší text na světlém pozadí */
    margin-top: -16px; /* Vyrovnání odsazení MudMainContent */
    margin-left: -32px;
    margin-right: -32px;
    background-color: #fafafa;
    overflow-x: hidden;
}

/* Container */
.container-custom[b-wjz967uo6q] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography & Headings */
.section-title[b-wjz967uo6q] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.section-subtitle[b-wjz967uo6q] {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Micro-animations */
.hover-scale[b-wjz967uo6q] {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.hover-scale:hover[b-wjz967uo6q] {
    transform: translateY(-4px) scale(1.02);
}

/* 1. Hero Section */
.landing-hero[b-wjz967uo6q] {
    position: relative;
    padding: 100px 24px 80px 24px;
    /* Nádherný pastelový přechod */
    background: radial-gradient(circle at center, #f0f9ff 0%, #e0f2fe 50%, #fafafa 100%);
    border-bottom: 1px solid rgba(14, 165, 233, 0.1);
}

.landing-hero-overlay[b-wjz967uo6q] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at top left, rgba(245, 158, 11, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.landing-hero-content[b-wjz967uo6q] {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.landing-hero-logo[b-wjz967uo6q] {
    height: 120px;
    object-fit: contain;
    /* Původní filtr byl: filter: brightness(0) invert(1); -> TEĎ OSTRANĚN, logo je barevné */
    animation: floating-logo-b-wjz967uo6q 4s ease-in-out infinite;
}

@keyframes floating-logo-b-wjz967uo6q {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.landing-hero-title[b-wjz967uo6q] {
    font-size: 4rem;
    font-weight: 950;
    color: #0f172a;
    letter-spacing: -1.5px;
    line-height: 1.0;
    margin-bottom: 12px;
}

.landing-hero-tagline[b-wjz967uo6q] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ea580c; /* Pěkná oranžová k logu */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.landing-hero-description[b-wjz967uo6q] {
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.6;
    max-width: 780px;
}

.landing-hero-description strong[b-wjz967uo6q] {
    color: #0f172a;
    font-weight: 700;
}

/* Quick Links in Hero */
.quick-links-container[b-wjz967uo6q] {
    max-width: 750px;
    margin: 0 auto;
}

.quick-links-title[b-wjz967uo6q] {
    font-size: 0.9rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quick-links-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.quick-link-card[b-wjz967uo6q] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px; /* Větší zaoblení */
    color: #334155;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.quick-link-card:hover[b-wjz967uo6q] {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.quick-link-icon[b-wjz967uo6q] {
    font-size: 1.5rem;
    color: #3b82f6;
}

.quick-link-card span[b-wjz967uo6q] {
    font-weight: 600;
    font-size: 0.95rem;
}

/* 2. Stats Section */
.stats-section[b-wjz967uo6q] {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.stats-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.stat-box[b-wjz967uo6q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    background: #ffffff;
    border-radius: 32px; /* Výrazné zaoblení */
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.02);
}

.stat-icon[b-wjz967uo6q] {
    font-size: 2.5rem !important;
    margin-bottom: 16px;
}

.stat-number[b-wjz967uo6q] {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.0;
    margin-bottom: 6px;
}

.stat-label[b-wjz967uo6q] {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 3. Features Section */
.features-section[b-wjz967uo6q] {
    background-color: #fafafa;
}

.features-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.feature-card-premium[b-wjz967uo6q] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px; /* Zvýšené zaoblení */
    padding: 40px 32px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.04);
}

.feature-card-premium:hover[b-wjz967uo6q] {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.08);
}

.feature-icon-wrapper[b-wjz967uo6q] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.feature-icon[b-wjz967uo6q] {
    font-size: 2rem !important;
    color: white;
}

/* Glowing Wrapper Colors - Světlejší stíny pro denní režim */
.purple-glow[b-wjz967uo6q] { background: #8b5cf6; box-shadow: 0 8px 20px rgba(139, 92, 246, 0.25); }
.amber-glow[b-wjz967uo6q] { background: #f59e0b; box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25); }
.blue-glow[b-wjz967uo6q] { background: #3b82f6; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.25); }
.green-glow[b-wjz967uo6q] { background: #10b981; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25); }
.rose-glow[b-wjz967uo6q] { background: #f43f5e; box-shadow: 0 8px 20px rgba(244, 63, 94, 0.25); }
.orange-glow[b-wjz967uo6q] { background: #f97316; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.25); }

.feature-card-premium h3[b-wjz967uo6q] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.feature-card-premium p[b-wjz967uo6q] {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* 4. Segments Section */
.segments-section[b-wjz967uo6q] {
    background-color: #ffffff;
}

.segments-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.segment-card[b-wjz967uo6q] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.03);
}

.segment-card:hover[b-wjz967uo6q] {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -5px rgba(0,0,0,0.08);
}

.highlighted-segment[b-wjz967uo6q] {
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
    border: 2px solid #bae6fd;
}

.segment-header[b-wjz967uo6q] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}

.segment-header-icon[b-wjz967uo6q] {
    font-size: 2.2rem !important;
    color: #0ea5e9;
}

.segment-header h3[b-wjz967uo6q] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.segment-features[b-wjz967uo6q] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.segment-features li[b-wjz967uo6q] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: #475569;
    line-height: 1.5;
}

.segment-features li .mud-icon-root[b-wjz967uo6q] {
    color: #10b981; /* Green check */
    font-size: 1.4rem !important;
    margin-top: 1px;
}

/* 5. Pricing Section */
.pricing-section[b-wjz967uo6q] {
    background-color: #fafafa;
}

.pricing-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 48px;
    align-items: stretch;
}

.pricing-card[b-wjz967uo6q] {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 48px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0,0,0,0.05);
}

.pricing-card:hover[b-wjz967uo6q] {
    transform: translateY(-4px);
    box-shadow: 0 25px 45px -5px rgba(0,0,0,0.1);
}

.premium-card-highlight[b-wjz967uo6q] {
    background: radial-gradient(circle at top right, #fffbeb 0%, #ffffff 100%);
    border: 2px solid #f59e0b;
}

.pricing-badge[b-wjz967uo6q] {
    position: absolute;
    top: 24px; left: 32px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-badge-hot[b-wjz967uo6q] {
    position: absolute;
    top: -16px; left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    font-weight: 800;
    color: #ffffff;
    background: #f59e0b;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}

.pricing-card h3[b-wjz967uo6q] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 8px;
    margin-bottom: 12px;
}

.price-value[b-wjz967uo6q] {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.0;
}

.price-value span[b-wjz967uo6q] {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}

.price-desc[b-wjz967uo6q] {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 24px;
    min-height: 44px;
}

.price-list[b-wjz967uo6q] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    flex-grow: 1;
}

.price-list li[b-wjz967uo6q] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #334155;
}

.price-list li .mud-icon-root[b-wjz967uo6q] {
    color: #10b981;
}

.promo-box[b-wjz967uo6q] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 0.9rem;
    color: #b45309;
    line-height: 1.5;
}

.promo-box .inline-icon[b-wjz967uo6q] {
    font-size: 1.2rem !important;
    vertical-align: text-bottom;
}

/* 6. SVJ Banner Section */
.svj-banner-section[b-wjz967uo6q] {
    background-color: #ffffff;
}

.svj-glass-banner[b-wjz967uo6q] {
    background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
    border: 1px solid #99f6e4;
    border-radius: 36px; /* Větší kulaté rohy */
    box-shadow: 0 20px 40px rgba(20, 184, 166, 0.15);
}

.svj-banner-text h4[b-wjz967uo6q] {
    letter-spacing: -0.5px;
    color: #0f766e; /* Tmavě zelenomodrá */
}

/* 7. How it works Section */
.how-it-works[b-wjz967uo6q] {
    background-color: #fafafa;
}

.how-it-works-grid[b-wjz967uo6q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 48px;
}

.how-step[b-wjz967uo6q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 32px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    border: 1px solid #e2e8f0;
}

.step-badge[b-wjz967uo6q] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3b82f6;
    color: white;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 24px;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.step-orange[b-wjz967uo6q] {
    background: #f59e0b;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.step-green[b-wjz967uo6q] {
    background: #10b981;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.how-step h4[b-wjz967uo6q] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.how-step p[b-wjz967uo6q] {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    max-width: 320px;
    margin: 0;
}

/* 8. FAQ Section */
.faq-section[b-wjz967uo6q] {
    background-color: #ffffff;
}

/* FAQ Accordion Styling Overrides */
[b-wjz967uo6q] .mud-expand-panel {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    margin-bottom: 16px !important;
    color: #0f172a !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05) !important;
}

[b-wjz967uo6q] .mud-expand-panel-header {
    padding: 24px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

[b-wjz967uo6q] .mud-expand-panel-text {
    color: #475569 !important;
    line-height: 1.6;
    padding: 0 24px 24px 24px !important;
}

/* 9. Bottom CTA Section */
.bottom-cta-section[b-wjz967uo6q] {
    background-color: #fafafa;
    padding-bottom: 100px;
}

.bottom-cta-card[b-wjz967uo6q] {
    background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
    box-shadow: 0 25px 50px -12px rgba(14, 165, 233, 0.3);
    color: white;
}

.bottom-cta-card h2[b-wjz967uo6q] {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .landing-hero-title[b-wjz967uo6q] {
        font-size: 2.8rem;
    }
    
    .landing-hero-tagline[b-wjz967uo6q] {
        font-size: 1.1rem;
    }
    
    .section-title[b-wjz967uo6q] {
        font-size: 2rem;
    }
    
    .bottom-cta-card h2[b-wjz967uo6q] {
        font-size: 2rem;
    }
    
    .bottom-cta-card[b-wjz967uo6q] {
        padding: 40px 20px !important;
    }
    
    .quick-links-grid[b-wjz967uo6q] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SolarPlants/SolarPlantDetail.razor.rz.scp.css */
.bg-glass[b-lggwe8g8wr] { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); }
.metric-card[b-lggwe8g8wr] { transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.05); }
.metric-card:hover[b-lggwe8g8wr] { transform: translateY(-4px); }

.tabs-orange-header[b-lggwe8g8wr] {
    background: #f59e0b !important;
    border-radius: 32px 32px 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 48px;
}

[b-lggwe8g8wr] .mud-tabs-toolbar {
    background: #f59e0b !important;
    border-radius: 32px 32px 0 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

[b-lggwe8g8wr] .mud-tabs-tab {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 0.8rem !important;
    height: 48px !important;
}

[b-lggwe8g8wr] .mud-tabs-tab.mud-tab-active {
    color: white !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

[b-lggwe8g8wr] .mud-tabs-tab-bar {
    display: none !important;
}

.weather-scroll-container[b-lggwe8g8wr] {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.weather-card-item[b-lggwe8g8wr] {
    flex: 0 0 auto;
    width: 170px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.weather-card-item:hover[b-lggwe8g8wr] {
    transform: translateY(-8px) scale(1.02);
}
