/* /Pages/Index.razor.rz.scp.css */
.hero[b-cju70aeqh8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.hero-content h1[b-cju70aeqh8] {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin: 0;
}

.hero-subtitle[b-cju70aeqh8] {
    margin-top: 0.5rem;
    color: var(--energy-color-text-secondary, #768187);
    max-width: 65ch;
}

.language-switch[b-cju70aeqh8] {
    display: inline-flex;
    gap: 0.35rem;
    border: 1px solid var(--energy-color-border, #d8d5d1);
    border-radius: 999px;
    padding: 0.25rem;
    background: white;
}

.language-link[b-cju70aeqh8] {
    border: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    color: var(--energy-color-text-secondary, #768187);
}

.language-link.active[b-cju70aeqh8] {
    color: white;
    background: var(--energy-color-accent, #f54021);
}

.filters[b-cju70aeqh8],
.category-section[b-cju70aeqh8],
.empty-state[b-cju70aeqh8] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--energy-color-border, #d8d5d1);
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.filter-grid[b-cju70aeqh8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 0.75rem;
}

.model-filter.disabled[b-cju70aeqh8] {
    opacity: 0.55;
    pointer-events: none;
}

.filter-actions[b-cju70aeqh8] {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.bbox-toggle[b-cju70aeqh8] {
    border: 1px solid var(--energy-color-border, #d8d5d1);
    background: white;
    color: var(--energy-color-text-primary, #010101);
    border-radius: 0.85rem;
    padding: 0.42rem 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    font-weight: 600;
}

.bbox-toggle img[b-cju70aeqh8] {
    width: 1.4rem;
    height: 1.4rem;
}

.bbox-toggle.active[b-cju70aeqh8] {
    border-color: var(--energy-color-accent, #f54021);
    background: var(--energy-color-accent-light, #fff4ef);
}

.result-meta[b-cju70aeqh8] {
    display: inline-block;
    margin-top: 0.7rem;
    color: var(--energy-color-text-secondary, #768187);
}

.filters h2[b-cju70aeqh8] {
    margin-top: 0;
}

.category-section h3[b-cju70aeqh8] {
    margin: 0 0 0.7rem;
    font-size: 1.25rem;
}

.cards-grid[b-cju70aeqh8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
}

.appliance-card[b-cju70aeqh8] {
    border: 1px solid var(--energy-color-border, #d8d5d1);
    border-radius: 0.95rem;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.card-header[b-cju70aeqh8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
}

.manufacturer-logo[b-cju70aeqh8] {
    width: auto;
    height: 1.35rem;
    max-width: 6rem;
    object-fit: contain;
}

.manufacturer-name[b-cju70aeqh8] {
    font-size: 0.85rem;
    color: var(--energy-color-text-secondary, #768187);
    font-weight: 600;
}

.bbox-pill[b-cju70aeqh8] {
    border-radius: 999px;
    padding: 0.12rem 0.55rem;
    background: #eaf7ff;
    color: #1f5f80;
    font-size: 0.72rem;
    font-weight: 700;
}

.device-image[b-cju70aeqh8] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f7f8 100%);
    border-top: 1px solid #edf0f2;
    border-bottom: 1px solid #edf0f2;
}

.card-body[b-cju70aeqh8] {
    padding: 0.75rem;
}

.card-body h4[b-cju70aeqh8] {
    margin: 0 0 0.6rem;
    font-size: 1rem;
}

.card-subtitle[b-cju70aeqh8] {
    margin: -0.35rem 0 0.6rem;
    color: var(--energy-color-text-secondary, #768187);
    font-size: 0.82rem;
}

.capability-grid[b-cju70aeqh8] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.3rem 0.6rem;
    font-size: 0.88rem;
}

.capability-value[b-cju70aeqh8] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.capability-icon[b-cju70aeqh8] {
    font-size: 1rem;
}

.additional-info[b-cju70aeqh8] {
    margin-top: 0.65rem;
    border-top: 1px solid #edf0f2;
    padding-top: 0.55rem;
}

.additional-info strong[b-cju70aeqh8] {
    font-size: 0.82rem;
}

.additional-info p[b-cju70aeqh8] {
    margin: 0.2rem 0 0;
    color: var(--energy-color-text-secondary, #768187);
    font-size: 0.86rem;
}

@media (max-width: 920px) {
    .filter-grid[b-cju70aeqh8] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 640px) {
    .hero[b-cju70aeqh8] {
        flex-direction: column;
    }

    .filter-grid[b-cju70aeqh8] {
        grid-template-columns: 1fr;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.shell[b-f818zh40nc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top right, #fff7f0 0%, #f5f8fa 50%, #f0f3f5 100%);
}

.shell-header[b-f818zh40nc] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--energy-color-border, #d8d5d1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 1rem 1.25rem;
}

.brand[b-f818zh40nc] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    color: var(--energy-color-text-primary, #010101);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.brand img[b-f818zh40nc] {
    height: 1.85rem;
}

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

.content[b-f818zh40nc] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem;
}

.shell-footer[b-f818zh40nc] {
    border-top: 1px solid var(--energy-color-border, #d8d5d1);
    color: var(--energy-color-text-secondary, #6f7880);
    text-align: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
}
