/* _content/Website/Pages/Estimator.razor.rz.scp.css */
:root[b-vjbqdnlsfh] {
    --bg: #f7fafc;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #475569;
    --brand: #0ea5e9;
    --border: #e2e8f0;
}

.container[b-vjbqdnlsfh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

h2[b-vjbqdnlsfh] {
    font-size: clamp(20px,3vw,28px);
    margin: 0 0 10px;
}

.muted[b-vjbqdnlsfh] {
    color: var(--muted);
    margin: 0 0 14px;
}

.grid[b-vjbqdnlsfh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media(min-width:960px) {
    .grid[b-vjbqdnlsfh] {
        grid-template-columns: 1.15fr .85fr
    }
}

.card[b-vjbqdnlsfh] {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(2,6,23,.05);
    padding: 24px;
}

.section-title[b-vjbqdnlsfh] {
    font-weight: 800;
    margin: 0 0 10px;
}

.row[b-vjbqdnlsfh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spaced[b-vjbqdnlsfh] {
    margin: 10px 0 4px;
}

input[type=range][b-vjbqdnlsfh] {
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 999px;
    background: #e2e8f0;
}

    input[type=range][b-vjbqdnlsfh]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #0ea5e9;
        border: none;
        box-shadow: 0 0 0 3px rgba(14,165,233,.25);
        cursor: pointer;
    }

    input[type=range][b-vjbqdnlsfh]::-moz-range-thumb {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #0ea5e9;
        border: none;
        box-shadow: 0 0 0 3px rgba(14,165,233,.25);
        cursor: pointer;
    }

.ticks[b-vjbqdnlsfh] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px
}

    .ticks.small span[b-vjbqdnlsfh] {
        width: 33%;
        text-align: center;
    }

.toggle[b-vjbqdnlsfh] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 10px;
}

    .toggle input[b-vjbqdnlsfh] {
        accent-color: var(--brand);
    }

.breakdown[b-vjbqdnlsfh] {
    border-top: 1px dashed var(--border);
    margin-top: 14px;
    padding-top: 12px;
}

.line[b-vjbqdnlsfh] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
}

    .line .label[b-vjbqdnlsfh] {
        color: var(--muted);
    }

    .line .val[b-vjbqdnlsfh] {
        font-weight: 700;
        text-align: right;
        min-width: 120px;
    }

    .line.total[b-vjbqdnlsfh] {
        margin-top: 10px;
        font-weight: 800;
        font-size: 1.05rem;
    }

.cta[b-vjbqdnlsfh] {
    margin-top: 14px;
}

.btn[b-vjbqdnlsfh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    text-decoration: none;
}

.btn-primary[b-vjbqdnlsfh] {
    background: #0ea5e9;
    color: #fff;
    border: none;
}

    .btn-primary:hover[b-vjbqdnlsfh] {
        background: #0284c7;
    }

.ok[b-vjbqdnlsfh] {
    margin-left: 10px;
    color: #16a34a;
}

.err[b-vjbqdnlsfh] {
    margin-left: 10px;
    color: #dc2626;
}

.lead-panel[b-vjbqdnlsfh] {
    margin-top: 12px;
    padding: 14px;
    border: 1px dashed var(--border);
    border-radius: 12px;
    background: #f9fafb;
}

    .lead-panel h3[b-vjbqdnlsfh] {
        margin: 0 0 10px;
        font-size: 18px;
    }

.form-grid[b-vjbqdnlsfh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

@media(min-width:720px) {
    .form-grid[b-vjbqdnlsfh] {
        grid-template-columns: repeat(2,1fr);
    }
}

.input[b-vjbqdnlsfh] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
}

.table[b-vjbqdnlsfh] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 6px;
    font-size: 14px
}

    .table th[b-vjbqdnlsfh], .table td[b-vjbqdnlsfh] {
        padding: 10px;
        border-bottom: 1px solid var(--border);
        text-align: left
    }

    .table thead th[b-vjbqdnlsfh] {
        background: #f1f5f9
    }

.badge[b-vjbqdnlsfh] {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.note[b-vjbqdnlsfh] {
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px;
}
/* _content/Website/Shared/LanguageSwitcher.razor.rz.scp.css */
/* Styles apply only to LanguageSwitcher component */
.lang-switch[b-d35b09dz1s] {
    cursor: pointer; /* hand cursor */
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9rem;
    user-select: none;
    transition: color .2s, text-decoration-color .2s;
    text-decoration: none;
}

    .lang-switch:hover[b-d35b09dz1s] {
        color: #0ea5e9;
        text-decoration: underline;
    }
/* _content/Website/Shared/MainLayout.razor.rz.scp.css */
.page[b-6btuwpt5su] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6btuwpt5su] {
    flex: 1;
}

.sidebar[b-6btuwpt5su] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6btuwpt5su] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6btuwpt5su]  a, .top-row .btn-link[b-6btuwpt5su] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6btuwpt5su] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6btuwpt5su] {
        display: none;
    }

    .top-row.auth[b-6btuwpt5su] {
        justify-content: space-between;
    }

    .top-row a[b-6btuwpt5su], .top-row .btn-link[b-6btuwpt5su] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6btuwpt5su] {
        flex-direction: row;
    }

    .sidebar[b-6btuwpt5su] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6btuwpt5su] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6btuwpt5su], article[b-6btuwpt5su] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
