/* /Components/Account/LogoutButton.razor.rz.scp.css */
.lb-button[b-nobs31m4yx] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* zachová vzhled nav-link */
    font: inherit;
    color: inherit;
}

    .lb-button:hover[b-nobs31m4yx] {
        text-decoration: underline;
    }

.lb-text[b-nobs31m4yx] {
    white-space: nowrap;
}
/* /Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
h1[b-ndgdaw22vb] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/ConfirmEmailChange.razor.rz.scp.css */
h1[b-n8hchzj390] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/ExternalLogin.razor.rz.scp.css */
h1[b-62aqjcmqgc] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
h1[b-5headpzdnn] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.auth-page[b-zhsqgqxlh7] {
    width: 100%;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-zhsqgqxlh7] {
    width: min(980px, 100%);
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #fff;
}

.auth-brand[b-zhsqgqxlh7] {
    position: relative;
    padding: 34px;
    color: #0f172a;
    background: radial-gradient(1200px 500px at -10% -10%, rgba(37, 99, 235, 0.20), transparent 60%), radial-gradient(900px 450px at 120% 20%, rgba(16, 185, 129, 0.18), transparent 55%), linear-gradient(135deg, #f8fafc, #ffffff);
}

    .auth-brand[b-zhsqgqxlh7]::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.45;
        pointer-events: none;
    }

.auth-brand-inner[b-zhsqgqxlh7] {
    position: relative;
    z-index: 1;
}

.auth-logo[b-zhsqgqxlh7] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    margin-bottom: 14px;
}

    .auth-logo .material-icons[b-zhsqgqxlh7] {
        font-size: 26px;
        opacity: 0.92;
    }

.auth-title[b-zhsqgqxlh7] {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}

.auth-subtitle[b-zhsqgqxlh7] {
    margin: 0 0 18px 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.35;
}

.auth-bullets[b-zhsqgqxlh7] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.auth-bullet[b-zhsqgqxlh7] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.25);
    backdrop-filter: blur(6px);
}

    .auth-bullet .material-icons[b-zhsqgqxlh7] {
        font-size: 20px;
        opacity: 0.75;
    }

.auth-footnote[b-zhsqgqxlh7] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
}

    .auth-footnote .material-icons[b-zhsqgqxlh7] {
        font-size: 18px;
        opacity: 0.7;
    }

.auth-form[b-zhsqgqxlh7] {
    padding: 34px;
    background: #ffffff;
}

.auth-form-inner[b-zhsqgqxlh7] {
    width: min(380px, 100%);
    margin: 0 auto;
}

.auth-form-title[b-zhsqgqxlh7] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.auth-form-desc[b-zhsqgqxlh7] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

.auth-field[b-zhsqgqxlh7] {
    margin-bottom: 14px;
}

.auth-label[b-zhsqgqxlh7] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-zhsqgqxlh7] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-zhsqgqxlh7] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-row[b-zhsqgqxlh7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 6px 0 14px 0;
}

.auth-check[b-zhsqgqxlh7] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.95rem;
}

.auth-check-input[b-zhsqgqxlh7] {
    margin-top: 0;
    border-color: rgba(148, 163, 184, 0.8);
}

.auth-link[b-zhsqgqxlh7] {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
}

    .auth-link:hover[b-zhsqgqxlh7] {
        text-decoration: underline;
    }

.auth-turnstile[b-zhsqgqxlh7] {
    margin: 10px 0 14px 0;
}

.auth-submit[b-zhsqgqxlh7] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

    .auth-submit:disabled[b-zhsqgqxlh7] {
        opacity: .75;
        cursor: not-allowed;
    }

.auth-hint[b-zhsqgqxlh7] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Mobile */
@media (max-width: 860px) {
    .auth-card[b-zhsqgqxlh7] {
        grid-template-columns: 1fr;
    }

    .auth-brand[b-zhsqgqxlh7] {
        display: none;
    }
}

.validation-summary-errors[b-zhsqgqxlh7] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-zhsqgqxlh7] {
        margin: 0;
        padding-left: 18px;
    }
/* /Components/Account/Pages/LoginWith2fa.razor.rz.scp.css */
.auth-page[b-dbw4vg3a8d] {
    width: 100%;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-dbw4vg3a8d] {
    width: min(980px, 100%);
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #fff;
}

.auth-brand[b-dbw4vg3a8d] {
    position: relative;
    padding: 34px;
    color: #0f172a;
    background: radial-gradient(1200px 500px at -10% -10%, rgba(37, 99, 235, 0.20), transparent 60%), radial-gradient(900px 450px at 120% 20%, rgba(16, 185, 129, 0.18), transparent 55%), linear-gradient(135deg, #f8fafc, #ffffff);
}

    .auth-brand[b-dbw4vg3a8d]::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.45;
        pointer-events: none;
    }

.auth-brand-inner[b-dbw4vg3a8d] {
    position: relative;
    z-index: 1;
}

.auth-logo[b-dbw4vg3a8d] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    margin-bottom: 14px;
}

    .auth-logo .material-icons[b-dbw4vg3a8d] {
        font-size: 26px;
        opacity: 0.92;
    }

.auth-title[b-dbw4vg3a8d] {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}

.auth-subtitle[b-dbw4vg3a8d] {
    margin: 0 0 18px 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.35;
}

.auth-bullets[b-dbw4vg3a8d] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.auth-bullet[b-dbw4vg3a8d] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.25);
    backdrop-filter: blur(6px);
}

    .auth-bullet .material-icons[b-dbw4vg3a8d] {
        font-size: 20px;
        opacity: 0.75;
    }

.auth-footnote[b-dbw4vg3a8d] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
}

    .auth-footnote .material-icons[b-dbw4vg3a8d] {
        font-size: 18px;
        opacity: 0.7;
    }

.auth-form[b-dbw4vg3a8d] {
    padding: 34px;
    background: #ffffff;
}

.auth-form-inner[b-dbw4vg3a8d] {
    width: min(380px, 100%);
    margin: 0 auto;
}

.auth-form-title[b-dbw4vg3a8d] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.auth-form-desc[b-dbw4vg3a8d] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

.auth-field[b-dbw4vg3a8d] {
    margin-bottom: 14px;
}

.auth-label[b-dbw4vg3a8d] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-dbw4vg3a8d] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-dbw4vg3a8d] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-otp[b-dbw4vg3a8d] {
    letter-spacing: 0.18em;
    font-variant-numeric: tabular-nums;
}

.auth-row[b-dbw4vg3a8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 6px 0 14px 0;
}

.auth-check[b-dbw4vg3a8d] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.95rem;
}

.auth-check-input[b-dbw4vg3a8d] {
    margin-top: 0;
    border-color: rgba(148, 163, 184, 0.8);
}

.auth-link[b-dbw4vg3a8d] {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    white-space: nowrap;
}

    .auth-link:hover[b-dbw4vg3a8d] {
        text-decoration: underline;
    }

.auth-turnstile[b-dbw4vg3a8d] {
    margin: 10px 0 14px 0;
}

.auth-submit[b-dbw4vg3a8d] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-dbw4vg3a8d] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Mobile */
@media (max-width: 860px) {
    .auth-card[b-dbw4vg3a8d] {
        grid-template-columns: 1fr;
    }

    .auth-brand[b-dbw4vg3a8d] {
        display: none;
    }
}

.validation-summary-errors[b-dbw4vg3a8d] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-dbw4vg3a8d] {
        margin: 0;
        padding-left: 18px;
    }

.auth-bullet[b-dbw4vg3a8d] {
    background: rgba(255,255,255,0.72);
}

@supports (backdrop-filter: blur(6px)) {
    .auth-bullet[b-dbw4vg3a8d] {
        background: rgba(255,255,255,0.55);
        backdrop-filter: blur(6px);
    }
}

.auth-hint > div + div[b-dbw4vg3a8d] {
    margin-top: 6px;
}
/* /Components/Account/Pages/LoginWithRecoveryCode.razor.rz.scp.css */
.auth-page[b-mvoqpbf6sb] {
    width: 100%;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-mvoqpbf6sb] {
    width: min(980px, 100%);
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #fff;
}

.auth-brand[b-mvoqpbf6sb] {
    position: relative;
    padding: 34px;
    color: #0f172a;
    background: radial-gradient(1200px 500px at -10% -10%, rgba(37, 99, 235, 0.20), transparent 60%), radial-gradient(900px 450px at 120% 20%, rgba(16, 185, 129, 0.18), transparent 55%), linear-gradient(135deg, #f8fafc, #ffffff);
}

    .auth-brand[b-mvoqpbf6sb]::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.45;
        pointer-events: none;
    }

.auth-brand-inner[b-mvoqpbf6sb] {
    position: relative;
    z-index: 1;
}

.auth-logo[b-mvoqpbf6sb] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    margin-bottom: 14px;
}

    .auth-logo .material-icons[b-mvoqpbf6sb] {
        font-size: 26px;
        opacity: 0.92;
    }

.auth-title[b-mvoqpbf6sb] {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}

.auth-subtitle[b-mvoqpbf6sb] {
    margin: 0 0 18px 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.35;
}

.auth-bullets[b-mvoqpbf6sb] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.auth-bullet[b-mvoqpbf6sb] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.25);
    backdrop-filter: blur(6px);
}

    .auth-bullet .material-icons[b-mvoqpbf6sb] {
        font-size: 20px;
        opacity: 0.75;
    }

.auth-footnote[b-mvoqpbf6sb] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
}

    .auth-footnote .material-icons[b-mvoqpbf6sb] {
        font-size: 18px;
        opacity: 0.7;
    }

.auth-form[b-mvoqpbf6sb] {
    padding: 34px;
    background: #ffffff;
}

.auth-form-inner[b-mvoqpbf6sb] {
    width: min(380px, 100%);
    margin: 0 auto;
}

.auth-form-title[b-mvoqpbf6sb] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.auth-form-desc[b-mvoqpbf6sb] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

.auth-field[b-mvoqpbf6sb] {
    margin-bottom: 14px;
}

.auth-label[b-mvoqpbf6sb] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-mvoqpbf6sb] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-mvoqpbf6sb] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-otp[b-mvoqpbf6sb] {
    letter-spacing: 0.18em;
    font-variant-numeric: tabular-nums;
}

.auth-row[b-mvoqpbf6sb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 6px 0 14px 0;
}

.auth-check[b-mvoqpbf6sb] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.95rem;
}

.auth-check-input[b-mvoqpbf6sb] {
    margin-top: 0;
    border-color: rgba(148, 163, 184, 0.8);
}

.auth-link[b-mvoqpbf6sb] {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    white-space: nowrap;
}

    .auth-link:hover[b-mvoqpbf6sb] {
        text-decoration: underline;
    }

.auth-turnstile[b-mvoqpbf6sb] {
    margin: 10px 0 14px 0;
}

.auth-submit[b-mvoqpbf6sb] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-mvoqpbf6sb] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

    .auth-hint > div + div[b-mvoqpbf6sb] {
        margin-top: 6px;
    }

/* Mobile */
@media (max-width: 860px) {
    .auth-card[b-mvoqpbf6sb] {
        grid-template-columns: 1fr;
    }

    .auth-brand[b-mvoqpbf6sb] {
        display: none;
    }
}

.validation-summary-errors[b-mvoqpbf6sb] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-mvoqpbf6sb] {
        margin: 0;
        padding-left: 18px;
    }

.auth-bullet[b-mvoqpbf6sb] {
    background: rgba(255,255,255,0.72);
}

@supports (backdrop-filter: blur(6px)) {
    .auth-bullet[b-mvoqpbf6sb] {
        background: rgba(255,255,255,0.55);
        backdrop-filter: blur(6px);
    }
}
/* /Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
/* =========================================================
   ChangePassword.razor.css (Manage -> Change password)
   Right side content card (used with ManageLayout)
========================================================= */

.pg-wrap[b-c8o40sqlmw] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pg-card[b-c8o40sqlmw] {
    width: min(860px, 100%);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
}

.pg-inner[b-c8o40sqlmw] {
    padding: 28px;
    width: min(520px, 100%);
}

.pg-title[b-c8o40sqlmw] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.95);
}

.pg-desc[b-c8o40sqlmw] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

/* Auth-like fields */
.auth-field[b-c8o40sqlmw] {
    margin-bottom: 14px;
}

.auth-label[b-c8o40sqlmw] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-c8o40sqlmw] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-c8o40sqlmw] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-submit[b-c8o40sqlmw] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-c8o40sqlmw] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Validation summary */
.validation-summary-errors[b-c8o40sqlmw] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-c8o40sqlmw] {
        margin: 0;
        padding-left: 18px;
    }

/* StatusMessage is child component */
:deep(.alert)[b-c8o40sqlmw] {
    border-radius: 12px;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 980px) {
    .pg-inner[b-c8o40sqlmw] {
        width: 100%;
        padding: 22px;
    }
}
/* /Components/Account/Pages/Manage/DeletePersonalData.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Nechávám soubor připravený pro případné úpravy UI. */
/* /Components/Account/Pages/Manage/Disable2fa.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/Email.razor.rz.scp.css */
/* =========================================================
   Email.razor.css (Manage -> Email)
   Right side content card (used with ManageLayout)
========================================================= */

.pg-wrap[b-tgg6k3dd86] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pg-card[b-tgg6k3dd86] {
    width: min(860px, 100%);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
}

.pg-inner[b-tgg6k3dd86] {
    padding: 28px;
    width: min(520px, 100%);
}

.pg-title[b-tgg6k3dd86] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.95);
}

.pg-desc[b-tgg6k3dd86] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

/* Auth-like fields */
.auth-field[b-tgg6k3dd86] {
    margin-bottom: 14px;
}

.auth-label[b-tgg6k3dd86] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-tgg6k3dd86] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-tgg6k3dd86] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-submit[b-tgg6k3dd86] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-tgg6k3dd86] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Link style (used by "send verification") */
.auth-link[b-tgg6k3dd86] {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
}

    .auth-link:hover[b-tgg6k3dd86] {
        text-decoration: underline;
    }

/* Email verified layout */
.email-current[b-tgg6k3dd86] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-badge[b-tgg6k3dd86] {
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.10);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: rgba(5, 150, 105, 1);
}

    .email-badge .material-icons[b-tgg6k3dd86] {
        font-size: 20px;
        opacity: 0.95;
    }

.email-row[b-tgg6k3dd86] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 6px 0 14px 0;
}

/* compact hint in the row (no extra top margin) */
.email-hint-compact[b-tgg6k3dd86] {
    margin-top: 0;
}

/* Validation summary */
.validation-summary-errors[b-tgg6k3dd86] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-tgg6k3dd86] {
        margin: 0;
        padding-left: 18px;
    }

/* StatusMessage is child component */
:deep(.alert)[b-tgg6k3dd86] {
    border-radius: 12px;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 980px) {
    .pg-inner[b-tgg6k3dd86] {
        width: 100%;
        padding: 22px;
    }

    .email-row[b-tgg6k3dd86] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/GenerateRecoveryCodes.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
/* =========================================================
   Index.razor.css (Profile page)
   Content card + auth field styling (scoped)
========================================================= */

.pg-wrap[b-0i5hlbi5in] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pg-card[b-0i5hlbi5in] {
    width: min(860px, 100%);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
}

.pg-inner[b-0i5hlbi5in] {
    padding: 28px;
    width: min(520px, 100%);
}

.pg-title[b-0i5hlbi5in] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.95);
}

.pg-desc[b-0i5hlbi5in] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

/* Reuse auth-like inputs */
.auth-field[b-0i5hlbi5in] {
    margin-bottom: 14px;
}

.auth-label[b-0i5hlbi5in] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: rgba(15, 23, 42, 0.85);
}

.auth-input[b-0i5hlbi5in] {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
}

    .auth-input:focus[b-0i5hlbi5in] {
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
    }

.auth-submit[b-0i5hlbi5in] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-0i5hlbi5in] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

/* Validation summary */
.validation-summary-errors[b-0i5hlbi5in] {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.18);
}

    .validation-summary-errors ul[b-0i5hlbi5in] {
        margin: 0;
        padding-left: 18px;
    }

/* StatusMessage is child component */
:deep(.alert)[b-0i5hlbi5in] {
    border-radius: 12px;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 980px) {
    .pg-inner[b-0i5hlbi5in] {
        width: 100%;
        padding: 22px;
    }
}
/* /Components/Account/Pages/Manage/PersonalData.razor.rz.scp.css */
/* =========================================================
   PersonalData.razor.css
   Manage page styling (card in ManageLayout)
========================================================= */

.pg-wrap[b-16c9eiy0mf] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pg-card[b-16c9eiy0mf] {
    width: min(860px, 100%);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
}

.pg-inner[b-16c9eiy0mf] {
    padding: 28px;
    width: min(520px, 100%);
}

.pg-title[b-16c9eiy0mf] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.95);
}

.pg-desc[b-16c9eiy0mf] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

.auth-field[b-16c9eiy0mf] {
    margin-bottom: 14px;
}

.auth-submit[b-16c9eiy0mf] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-16c9eiy0mf] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

:deep(.alert)[b-16c9eiy0mf] {
    border-radius: 12px;
    margin-bottom: 12px;
}

@media (max-width: 980px) {
    .pg-inner[b-16c9eiy0mf] {
        width: 100%;
        padding: 22px;
    }
}
/* /Components/Account/Pages/Manage/ResetAuthenticator.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/SetPassword.razor.rz.scp.css */
/* 1:1 – původní komponenta neměla žádné inline styly.
   Soubor připravený pro případné UI úpravy. */
/* /Components/Account/Pages/Manage/TwoFactorAuthentication.razor.rz.scp.css */
/* =========================================================
   TwoFactorAuthentication.razor.css
   Manage page styling (card in ManageLayout)
========================================================= */

.pg-wrap[b-54mi4ijfmv] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pg-card[b-54mi4ijfmv] {
    width: min(860px, 100%);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
}

.pg-inner[b-54mi4ijfmv] {
    padding: 28px;
    width: min(520px, 100%);
}

.pg-title[b-54mi4ijfmv] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.95);
}

.pg-desc[b-54mi4ijfmv] {
    margin: 6px 0 18px 0;
    color: rgba(15, 23, 42, 0.65);
}

.auth-field[b-54mi4ijfmv] {
    margin-bottom: 14px;
}

.auth-submit[b-54mi4ijfmv] {
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
}

.auth-hint[b-54mi4ijfmv] {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.92rem;
    line-height: 1.35;
}

.auth-link[b-54mi4ijfmv] {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
}

    .auth-link:hover[b-54mi4ijfmv] {
        text-decoration: underline;
    }

:deep(.alert)[b-54mi4ijfmv] {
    border-radius: 12px;
    margin-bottom: 12px;
}

.auth-actions[b-54mi4ijfmv] {
    display: grid;
    gap: 10px;
}

.auth-inline-form[b-54mi4ijfmv] {
    margin-top: 10px;
}

.auth-divider[b-54mi4ijfmv] {
    margin: 18px 0;
    opacity: .12;
}

.auth-section-title[b-54mi4ijfmv] {
    margin: 0 0 10px 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgba(15, 23, 42, 0.92);
}

@media (max-width: 980px) {
    .pg-inner[b-54mi4ijfmv] {
        width: 100%;
        padding: 22px;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
h1[b-wbf18ijt18] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
h1[b-cnsaqwecbw] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
h1[b-larhsa6qnv] {
    margin-bottom: 12px;
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
h1[b-duqmu5213l] {
    margin-bottom: 12px;
}
/* /Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.acc-shell[b-0n3f5n64tg] {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 24px;
}

.acc-body[b-0n3f5n64tg] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* =========================================================
   ManageLayout.razor.css
   Full-width manage layout (sidebar left, content right)
========================================================= */

.mng-shell[b-rdr28s3wtg] {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 100vh;
    background: #ffffff;
}

/* Sidebar */
.mng-nav[b-rdr28s3wtg] {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 12px;
    color: #fff;
    background: linear-gradient(180deg, #0b2a66 0%, #0b2a66 20%, #2a0d4a 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.18);
    overflow: hidden;
}

    .mng-nav[b-rdr28s3wtg]::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.22;
        pointer-events: none;
    }

/* Keep content above overlay */
.mng-nav-header[b-rdr28s3wtg],
.mng-items[b-rdr28s3wtg],
.mng-footer[b-rdr28s3wtg] {
    position: relative;
    z-index: 1;
}

.mng-nav-header[b-rdr28s3wtg] {
    padding: 6px 10px 10px 10px;
}

.mng-brand[b-rdr28s3wtg] {
    font-weight: 800;
    letter-spacing: -0.01em;
    opacity: 0.95;
    font-size: 20px;
    line-height: 1.1;
}

/* Items container */
.mng-items[b-rdr28s3wtg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px;
}

    /* =========================================================
   NavLink -> <a> inside child component (CSS isolation) => ::deep
   NUCLEAR: force grid + force columns with !important
========================================================= */

    .mng-items[b-rdr28s3wtg]  a.mng-item {
        display: grid !important;
        grid-template-columns: 24px 1fr !important; /* icon + text */
        align-items: center !important;
        column-gap: 10px !important;
        width: 100% !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        transition: background 120ms ease, border-color 120ms ease, transform 120ms ease !important;
        /* hard override global link styles */
        color: rgba(255, 255, 255, 0.92) !important;
        text-decoration: none !important;
        /* hard reset against weird text flow */
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        text-align: left !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }

        .mng-items[b-rdr28s3wtg]  a.mng-item:visited {
            color: rgba(255, 255, 255, 0.92) !important;
            text-decoration: none !important;
        }

        .mng-items[b-rdr28s3wtg]  a.mng-item:hover {
            background: rgba(255, 255, 255, 0.10) !important;
            border-color: rgba(255, 255, 255, 0.16) !important;
            transform: translateY(-1px) !important;
            text-decoration: none !important;
        }

        .mng-items[b-rdr28s3wtg]  a.mng-item:focus,
        .mng-items[b-rdr28s3wtg]  a.mng-item:active {
            text-decoration: none !important;
        }

        .mng-items[b-rdr28s3wtg]  a.mng-item.active {
            background: rgba(255, 255, 255, 0.16) !important;
            border-color: rgba(255, 255, 255, 0.22) !important;
        }

        /* Icon: force it to column 1 (always left) */
        .mng-items[b-rdr28s3wtg]  a.mng-item .material-icons {
            grid-column: 1 !important;
            justify-self: center !important;
            font-size: 20px !important;
            opacity: 0.95 !important;
            /* neutralize common global icon tweaks */
            float: none !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        /* Text: force it to column 2 (always right of icon) */
        .mng-items[b-rdr28s3wtg]  a.mng-item .mng-text {
            grid-column: 2 !important;
            justify-self: start !important;
            min-width: 0 !important;
            white-space: normal !important;
            overflow-wrap: break-word !important;
            word-break: normal !important;
            /* neutralize common global text tweaks */
            text-align: left !important;
        }

/* Footer */
.mng-footer[b-rdr28s3wtg] {
    margin-top: auto;
    padding: 8px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.2;
}

    .mng-footer .material-icons[b-rdr28s3wtg] {
        font-size: 18px;
        opacity: 0.85;
        flex: 0 0 auto;
    }

/* Right content */
.mng-content[b-rdr28s3wtg] {
    padding: 28px;
    min-width: 0;
    background: #ffffff;
}

/* Responsive: stack sidebar on top */
@media (max-width: 980px) {
    .mng-shell[b-rdr28s3wtg] {
        grid-template-columns: 1fr;
    }

    .mng-nav[b-rdr28s3wtg] {
        position: relative;
        height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    }

    .mng-content[b-rdr28s3wtg] {
        padding: 18px;
    }
}
/* /Components/Calendars/CalendarCopyDialog.razor.rz.scp.css */
.ccd-root[b-89z87vovyz] {
    padding: 12px;
    width: 520px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ccd-title[b-89z87vovyz] {
    font-weight: 600;
}

.ccd-dropdown[b-89z87vovyz] {
    width: 100%;
}

.ccd-muted[b-89z87vovyz] {
    margin-top: 10px;
    opacity: .75;
}

.ccd-actions[b-89z87vovyz] {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
/* /Components/Calendars/CalendarCreateDialog.razor.rz.scp.css */
.ccd-field[b-nukbnabxqs] {
    margin-bottom: 12px;
}

.ccd-label[b-nukbnabxqs] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.ccd-input[b-nukbnabxqs] {
    width: 100%;
}

.ccd-actions[b-nukbnabxqs] {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.ccd-actions-right[b-nukbnabxqs] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-grow: 1;
}
/* /Components/Calendars/CalendarFilterDialog.razor.rz.scp.css */
.cfd-modebar[b-2ui9l34792] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.cfd-picker[b-2ui9l34792] {
    margin-bottom: 12px;
}

.cfd-dropdown[b-2ui9l34792] {
    width: 100%;
}

.cfd-muted[b-2ui9l34792] {
    opacity: .75;
}

.cfd-actions[b-2ui9l34792] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
/* /Components/Events/EventDialog.razor.rz.scp.css */
[b-k91bj97wcn] .rz-dialog .rz-dialog-titlebar .rz-dialog-titlebar-close,
[b-k91bj97wcn] .rz-dialog .rz-dialog-titlebar .rz-dialog-titlebar-close.rz-button {
    cursor: pointer !important;
}

    [b-k91bj97wcn] .rz-dialog .rz-dialog-titlebar .rz-dialog-titlebar-close:hover,
    [b-k91bj97wcn] .rz-dialog .rz-dialog-titlebar .rz-dialog-titlebar-close:focus {
        filter: brightness(0.95);
        outline: none;
    }

.inst-add-btn[b-k91bj97wcn] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(79, 70, 229, 0.25);
    background: linear-gradient(135deg, #ffffff, #f4f4ff);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.9);
    color: #4f46e5;
    cursor: pointer;
    transition: transform 0.18s cubic-bezier(.16,1,.3,1), box-shadow 0.18s cubic-bezier(.16,1,.3,1), background 0.18s ease-out, border-color 0.18s ease-out, color 0.18s ease-out;
}

    .inst-add-btn span[b-k91bj97wcn] {
        display: block;
        font-size: 18px;
        line-height: 1;
        transform: rotate(0deg) scale(1);
        transition: transform 0.18s cubic-bezier(.16,1,.3,1), text-shadow 0.18s ease-out;
    }

    .inst-add-btn:hover[b-k91bj97wcn],
    .inst-add-btn:focus-visible[b-k91bj97wcn] {
        background: linear-gradient(135deg, #4f46e5, #6366f1);
        border-color: rgba(79, 70, 229, 0.7);
        color: #ffffff;
        transform: translateY(-1px) scale(1.04);
        box-shadow: 0 10px 22px rgba(79, 70, 229, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.85);
    }

        .inst-add-btn:hover span[b-k91bj97wcn],
        .inst-add-btn:focus-visible span[b-k91bj97wcn] {
            transform: rotate(90deg) scale(1.05);
            text-shadow: 0 0 6px rgba(255, 255, 255, 0.95);
        }

    .inst-add-btn:disabled[b-k91bj97wcn] {
        background: #f4f4f6;
        border-color: rgba(0, 0, 0, 0.06);
        color: #a0a0b8;
        box-shadow: none;
        transform: none;
        cursor: default;
    }

/* --- Slot actions (Instituce / Ověřit) --- */
.cc-slot-actions[b-k91bj97wcn] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.cc-slot-action[b-k91bj97wcn] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.16s cubic-bezier(.16,1,.3,1), box-shadow 0.16s cubic-bezier(.16,1,.3,1), border-color 0.16s ease;
    user-select: none;
}

    .cc-slot-action:hover[b-k91bj97wcn],
    .cc-slot-action:focus-visible[b-k91bj97wcn] {
        transform: translateY(-1px);
        border-color: rgba(79, 70, 229, 0.35);
        box-shadow: 0 14px 26px rgba(79, 70, 229, 0.18);
        outline: none;
    }

    .cc-slot-action:active[b-k91bj97wcn] {
        transform: translateY(0px) scale(0.99);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    }

.cc-slot-action-ic[b-k91bj97wcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.10);
    color: #4f46e5;
}

/* --- UI blocks --- */
.cc-card[b-k91bj97wcn] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.cc-card-title[b-k91bj97wcn] {
    font-weight: 600;
    margin-bottom: 10px;
}

.cc-grid-2[b-k91bj97wcn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cc-mt[b-k91bj97wcn] {
    margin-top: 10px;
}

.cc-help[b-k91bj97wcn] {
    font-size: 12px;
    opacity: .75;
    margin-top: 6px;
}

.cc-weekdays[b-k91bj97wcn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.cc-chip[b-k91bj97wcn] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
}

    .cc-chip:hover[b-k91bj97wcn] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
    }

    .cc-chip:disabled[b-k91bj97wcn] {
        cursor: default;
        opacity: .6;
        transform: none;
        box-shadow: none;
    }

.cc-chip-on[b-k91bj97wcn] {
    border-color: rgba(79, 70, 229, 0.55);
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.12);
}

/* --- OD/DO vertical layout --- */
.cc-datetime-vertical[b-k91bj97wcn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-dt-row[b-k91bj97wcn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cc-dt-label[b-k91bj97wcn] {
    font-size: 13px;
    font-weight: 600;
    opacity: .8;
}

.cc-dt-inputs[b-k91bj97wcn] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cc-dt-allday[b-k91bj97wcn] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

/* --- Dialog layout --- */
.cc-dialog[b-k91bj97wcn] {
    padding: 16px;
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* row for Institution dropdown + plus button */
.cc-inst-row[b-k91bj97wcn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* actions row */
.cc-actions[b-k91bj97wcn] {
    margin-top: 14px;
    padding-top: 8px;
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    width: 100%;
}

@media (max-width: 640px) {
    .cc-grid-2[b-k91bj97wcn] {
        grid-template-columns: 1fr;
    }
}

/* --- helpers --- */
.cc-mt-sm[b-k91bj97wcn] {
    margin-top: .5rem;
}

.cc-text-danger[b-k91bj97wcn] {
    color: #b91c1c;
    font-weight: 600;
}

.cc-text-success[b-k91bj97wcn] {
    color: #047857;
    font-weight: 600;
}
/* /Components/Events/OccurrenceScopeDialog.razor.rz.scp.css */
.osd-root[b-66r4xwuhiy] {
    padding: 4px;
}

.osd-title[b-66r4xwuhiy] {
    font-weight: 600;
    margin-bottom: 4px;
}

.osd-muted[b-66r4xwuhiy] {
    opacity: .75;
}

/* RadzenButton gets class applied to root element -> width works fine */
.osd-btn[b-66r4xwuhiy] {
    width: 100%;
}
/* /Components/Institutions/InstitutionDialog.razor.rz.scp.css */
.idlg-wrap[b-w83jqvbchh] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.idlg-row[b-w83jqvbchh] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.idlg-hint[b-w83jqvbchh] {
    color: #6c757d;
    font-size: .85rem;
}

.idlg-actions[b-w83jqvbchh] {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-top: .5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css
   Plat� jen pro markup v MainLayout.razor (CSS isolation).
   Sidebar (.sidebar) se styluje v SidebarHost.razor.css (proto�e sidebar renderuje SidebarHost). */

/* ============ Layout ============ */

.page[b-nblvlia5sc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nblvlia5sc] {
    flex: 1;
    min-width: 0; /* d�le�it� pro flex layout */
}

/* Content wrapper (m� v markup: <article class="content px-4">) */
.content[b-nblvlia5sc] {
    min-width: 0;
    padding-top: 1.1rem; /* pokud chce� zachovat p�vodn� spacing */
}

/* Desktop layout: sidebar + main vedle sebe */
@media (min-width: 641px) {
    .page[b-nblvlia5sc] {
        flex-direction: row;
    }

    main[b-nblvlia5sc] {
        flex: 1;
        min-width: 0;
    }

    /* Default padding pro content (expanded sidebar) */
    .sidebar:not(.collapsed) ~ main .content[b-nblvlia5sc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Men�� padding kdy� je sidebar collapsed */
    .sidebar.collapsed ~ main .content[b-nblvlia5sc] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* ============ Blazor error UI ============ */

#blazor-error-ui[b-nblvlia5sc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-nblvlia5sc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Mobile hamburger */
.navbar-toggler[b-jcdsznbh5t] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-jcdsznbh5t] {
        background-color: rgba(255, 255, 255, 0.5);
    }

/* Sidebar header (top-row uvnit� menu) */
.top-row[b-jcdsznbh5t] {
    height: 3.5rem;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Header layout (brand + toggle) */
.nav-header[b-jcdsznbh5t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    width: 100%;
}

/* Brand */
.navbar-brand[b-jcdsznbh5t] {
    font-size: 1.1rem;
    color: #fff !important;
    text-decoration: none;
    margin-left: 0 !important; /* p�ep�e MainLayout top-row link margin */
}

    .navbar-brand:hover[b-jcdsznbh5t] {
        text-decoration: none;
        opacity: .9;
    }

/* Toggle button */
.sidebar-toggle[b-jcdsznbh5t] {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: white;
    width: 2.5rem;
    height: 2.25rem;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-toggle:hover[b-jcdsznbh5t] {
        background: rgba(255,255,255,0.18);
    }

/* Icons (bootstrap bi) */
.bi[b-jcdsznbh5t] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* SVG icon mappings from template */
.bi-house-door-fill-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.bi-lock-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-jcdsznbh5t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* Nav items */
.nav-item[b-jcdsznbh5t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jcdsznbh5t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jcdsznbh5t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jcdsznbh5t]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    /* Active + hover */
    .nav-item[b-jcdsznbh5t]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-jcdsznbh5t]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Scroll container */
.nav-scrollable[b-jcdsznbh5t] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jcdsznbh5t] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jcdsznbh5t] {
        display: none;
    }

    .nav-scrollable[b-jcdsznbh5t] {
        display: block; /* never collapse for wide screens */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

}

@media (min-width: 641px) {
    .sidebar.collapsed .sidebar-toggle[b-jcdsznbh5t] {
        position: relative;
        top: -17px; /* dola� -4 a� -10 */
    }
}

/* /Components/Layout/SidebarHost.razor.rz.scp.css */
/* Sidebar background (barvy jako dřív) */
.sidebar[b-ygxfw1ohui] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: #e6e6e6;
}

    /* Header uvnitř menu */
    .sidebar .top-row[b-ygxfw1ohui] {
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    /* Brand */
    .sidebar .navbar-brand[b-ygxfw1ohui] {
        color: #fff !important;
        font-weight: 600;
        text-decoration: none;
    }

        .sidebar .navbar-brand:hover[b-ygxfw1ohui] {
            opacity: .9;
        }

    /* Nav links */
    .sidebar .nav-link[b-ygxfw1ohui] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 6px;
        transition: background-color .15s ease, color .15s ease;
    }

        .sidebar .nav-link:hover[b-ygxfw1ohui] {
            background-color: rgba(255,255,255,0.10);
            color: #fff;
        }

        .sidebar .nav-link.active[b-ygxfw1ohui] {
            background-color: rgba(255,255,255,0.25);
            color: #fff !important;
        }

    /* Icons */
    .sidebar .bi[b-ygxfw1ohui] {
        color: #d7d7d7;
    }

    .sidebar .nav-link:hover .bi[b-ygxfw1ohui],
    .sidebar .nav-link.active .bi[b-ygxfw1ohui] {
        color: #fff;
    }

    /* Logout button (btn-link) */
    .sidebar .btn-link[b-ygxfw1ohui] {
        color: #d7d7d7;
        text-decoration: none;
    }

        .sidebar .btn-link:hover[b-ygxfw1ohui] {
            color: #fff;
        }

/* Desktop layout sidebar sizing + collapsed */
@media (min-width: 641px) {
    .sidebar[b-ygxfw1ohui] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 180ms ease;
        flex-shrink: 0;
    }

        .sidebar.collapsed[b-ygxfw1ohui] {
            width: 56px;
        }

            .sidebar.collapsed .nav-text[b-ygxfw1ohui] {
                display: none;
            }

            .sidebar.collapsed .nav-item[b-ygxfw1ohui] {
                padding-left: .25rem;
                padding-right: .25rem;
            }

            .sidebar.collapsed .nav-link[b-ygxfw1ohui] {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .sidebar.collapsed .bi[b-ygxfw1ohui] {
                margin-right: 0 !important;
            }

}
/* /Components/MonthYearPicker.razor.rz.scp.css */
.myp-root[b-15czt8ywhy] {
    padding: 1rem;
}

.myp-grid[b-15czt8ywhy] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
}

.myp-actions[b-15czt8ywhy] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Pages/CalendarMembers.razor.rz.scp.css */
.cm-wrap[b-06ndzasnee] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cm-card[b-06ndzasnee] {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}

.cm-card-title[b-06ndzasnee] {
    font-weight: 700;
    margin-bottom: .75rem;
}

.cm-form[b-06ndzasnee] {
    display: grid;
    gap: .6rem;
    max-width: 520px;
}

.cm-grid :is(th, td)[b-06ndzasnee] {
    vertical-align: middle;
}
/* /Components/Pages/ConnectCalendar.razor.rz.scp.css */
.cc-container[b-sj85yipaju] {
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .cc-container[b-sj85yipaju] {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .cc-container[b-sj85yipaju] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.cc-wrap[b-sj85yipaju] {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}

.cc-scale[b-sj85yipaju] {
    font-size: 1.12rem;
}

@media (min-width: 768px) {
    .cc-scale[b-sj85yipaju] {
        font-size: 1rem;
    }
}

.cc-hero[b-sj85yipaju] {
    text-align: center;
    margin-bottom: 14px;
}

.cc-hero-title[b-sj85yipaju] {
    font-weight: 850;
    letter-spacing: -.35px;
    line-height: 1.06;
    font-size: clamp(2.05rem, 7.2vw, 2.75rem);
    margin-bottom: .4rem;
}

.cc-hero-sub[b-sj85yipaju] {
    color: #6c757d;
    font-size: clamp(1.05rem, 3.6vw, 1.2rem);
    line-height: 1.35;
}

.cc-actions[b-sj85yipaju] {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.cc-linkbtn[b-sj85yipaju] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    border-radius: 18px;
    padding: 18px 18px;
    min-height: 70px;
    text-decoration: none;
    font-weight: 750;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    transition: transform .05s ease, box-shadow .15s ease;
    text-align: left;
    color: inherit;
}

    .cc-linkbtn:active[b-sj85yipaju] {
        transform: translateY(1px);
    }

    .cc-linkbtn .cc-left[b-sj85yipaju] {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }

    .cc-linkbtn .cc-ic[b-sj85yipaju] {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        background: rgba(0,0,0,.05);
        font-size: 1.65rem;
    }

    .cc-linkbtn .cc-text[b-sj85yipaju] {
        min-width: 0;
    }

    .cc-linkbtn .cc-title[b-sj85yipaju] {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cc-linkbtn .cc-chev[b-sj85yipaju] {
        opacity: .7;
        flex: 0 0 auto;
        font-size: 1.15rem;
    }

    .cc-linkbtn:hover[b-sj85yipaju] {
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.10);
        transform: translateY(-1px);
    }

    .cc-linkbtn:focus-visible[b-sj85yipaju],
    #ccAdvancedToggle:focus-visible[b-sj85yipaju],
    #ccCopyBtn:focus-visible[b-sj85yipaju] {
        outline: 3px solid rgba(13,110,253,.35);
        outline-offset: 2px;
    }

.cc-google[b-sj85yipaju] {
    border-color: rgba(26,115,232,.25);
}

    .cc-google .cc-ic[b-sj85yipaju] {
        background: rgba(26,115,232,.12);
        color: #1a73e8;
    }

.cc-apple[b-sj85yipaju] {
    border-color: rgba(108,117,125,.35);
}

    .cc-apple .cc-ic[b-sj85yipaju] {
        background: rgba(108,117,125,.12);
        color: #495057;
    }

.cc-outlook[b-sj85yipaju] {
    border-color: rgba(10,88,202,.25);
}

    .cc-outlook .cc-ic[b-sj85yipaju] {
        background: rgba(10,88,202,.12);
        color: #0a58ca;
    }

.cc-ics[b-sj85yipaju] {
    border-color: rgba(0,0,0,.12);
}

    .cc-ics .cc-ic[b-sj85yipaju] {
        background: rgba(0,0,0,.06);
        color: #495057;
    }

.cc-recommended[b-sj85yipaju] {
    outline: 2px solid rgba(25, 135, 84, .45);
    outline-offset: 2px;
    box-shadow: 0 .25rem .75rem rgba(25, 135, 84, .10);
}

.cc-badge[b-sj85yipaju] {
    font-size: .8rem;
    font-weight: 850;
    padding: .28rem .6rem;
    border-radius: 999px;
    background: rgba(25, 135, 84, .12);
    color: #198754;
    white-space: nowrap;
    display: none; /* JS zapne */
}

.cc-section[b-sj85yipaju] {
    margin-top: 18px;
}

.cc-section-title[b-sj85yipaju] {
    font-weight: 850;
    font-size: 1.15rem;
    margin: 0 0 10px 0;
}

.cc-card[b-sj85yipaju] {
    border-radius: 16px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

.cc-card-body[b-sj85yipaju] {
    padding: 16px;
}

.cc-help[b-sj85yipaju] {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.48;
}

    .cc-help dt[b-sj85yipaju] {
        color: #212529;
        font-weight: 800;
        margin-top: 10px;
    }

    .cc-help dd[b-sj85yipaju] {
        margin: 4px 0 0 0;
        padding-left: 0;
    }

.cc-input[b-sj85yipaju] {
    border-radius: 12px;
}

.cc-btn-sm[b-sj85yipaju] {
    border-radius: 12px;
    white-space: nowrap;
}

.cc-note[b-sj85yipaju] {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.48;
}

@media (min-width: 768px) {
    .cc-linkbtn[b-sj85yipaju] {
        padding: 17px 18px;
        min-height: 66px;
    }

        .cc-linkbtn .cc-ic[b-sj85yipaju] {
            width: 48px;
            height: 48px;
            border-radius: 15px;
            font-size: 1.55rem;
        }

        .cc-linkbtn .cc-title[b-sj85yipaju] {
            font-size: 1.12rem;
        }
}

.cc-linkbtn:visited[b-sj85yipaju] {
    color: inherit;
}

@media (max-width: 520px) {
    .cc-scale[b-sj85yipaju] {
        font-size: 1.28rem;
    }

    .cc-hero-title[b-sj85yipaju] {
        font-size: clamp(2.45rem, 8.6vw, 3.2rem);
        line-height: 1.05;
    }

    .cc-hero-sub[b-sj85yipaju] {
        font-size: 1.2rem;
    }

    .cc-linkbtn[b-sj85yipaju] {
        min-height: 82px;
        padding: 22px 18px;
    }

        .cc-linkbtn .cc-ic[b-sj85yipaju] {
            width: 60px;
            height: 60px;
            font-size: 2.0rem;
            border-radius: 18px;
        }

        .cc-linkbtn .cc-title[b-sj85yipaju] {
            font-size: 1.4rem;
        }

        .cc-linkbtn .cc-chev[b-sj85yipaju] {
            font-size: 1.35rem;
        }

    .cc-section-title[b-sj85yipaju] {
        font-size: 1.3rem;
    }

    .cc-help[b-sj85yipaju], .cc-note[b-sj85yipaju] {
        font-size: 1.2rem;
    }

}
/* /Components/Pages/CreateCalendar.razor.rz.scp.css */
.cal-page-header[b-i2tp9yso3h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

    .cal-page-header h3[b-i2tp9yso3h] {
        margin: 0;
        font-weight: 600;
    }

/* --- MODERNÍ FILTRAČNÍ BAR --- */
.cal-filters[b-i2tp9yso3h] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

/* chip obal pro selecty */
.cal-filter-chip[b-i2tp9yso3h] {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.cal-filter-select[b-i2tp9yso3h] {
    border: none;
    background: transparent;
    font-size: 0.85rem;
    padding: 0;
    outline: none;
    box-shadow: none;
}

/* kulatá lupa – collapsed stav */
.cal-search-icon-btn[b-i2tp9yso3h] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    font-size: 0.95rem;
    color: #4f46e5;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.25);
    transition: transform 0.08s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

    .cal-search-icon-btn:hover[b-i2tp9yso3h] {
        filter: brightness(1.03);
        box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
    }

    .cal-search-icon-btn:active[b-i2tp9yso3h] {
        transform: scale(0.95);
    }

/* expandnutý search pill */
.cal-search-pill[b-i2tp9yso3h] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 0.75rem;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
    max-width: 280px;
}

.cal-search-pill-icon[b-i2tp9yso3h] {
    font-size: 0.95rem;
    opacity: 0.8;
    color: #4b5563;
}

.cal-search-input[b-i2tp9yso3h] {
    border: none;
    outline: none;
    font-size: 0.85rem;
    width: 100%;
    background: transparent;
}

    .cal-search-input[b-i2tp9yso3h]::placeholder {
        color: #9ca3af;
    }

.cal-search-clear-btn[b-i2tp9yso3h] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    opacity: 0.55;
    color: #6b7280;
}

    .cal-search-clear-btn:hover[b-i2tp9yso3h] {
        opacity: 0.9;
    }

.cal-templates-grid[b-i2tp9yso3h] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.cal-template-card[b-i2tp9yso3h] {
    position: relative;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
    background: linear-gradient(135deg, #4f46e5, #8b5cf6);
    box-shadow: 0 6px 12px rgba(15,23,42,0.25);
    transition: transform .12s ease, box-shadow .12s ease;
}

.cal-card-menu-btn[b-i2tp9yso3h] {
    position: absolute;
    top: .35rem;
    right: .35rem;
    border: none;
    background: rgba(15,23,42,0.25);
    border-radius: 999px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #e5e7eb;
    line-height: 1;
    padding: 0;
}

    .cal-card-menu-btn:hover[b-i2tp9yso3h] {
        background: rgba(15,23,42,0.45);
    }

.cal-template-card:hover[b-i2tp9yso3h] {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(15,23,42,0.35);
}

.cal-template-name[b-i2tp9yso3h] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .35rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}

.cal-template-meta[b-i2tp9yso3h] {
    font-size: .85rem;
    opacity: .85;
}

.cal-template-focus[b-i2tp9yso3h] {
    font-size: .9rem;
    margin-top: .4rem;
}

.cal-empty-note[b-i2tp9yso3h] {
    color: #666;
    font-style: italic;
    margin-top: .25rem;
}

/* FAB button (+) */
.cc-fab[b-i2tp9yso3h] {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4f46e5, #8b5cf6);
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

    .cc-fab:hover[b-i2tp9yso3h] {
        filter: brightness(1.02);
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.32);
    }

    .cc-fab:active[b-i2tp9yso3h] {
        transform: scale(0.95);
    }

.cc-fab-icon[b-i2tp9yso3h] {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .cal-filters[b-i2tp9yso3h] {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    .cal-filter-chip[b-i2tp9yso3h] {
        flex: 1 1 auto;
    }

    .cc-fab[b-i2tp9yso3h] {
        right: 22px;
        bottom: 22px;
        width: 52px;
        height: 52px;
    }

    .cc-fab-icon[b-i2tp9yso3h] {
        font-size: 26px;
    }
}

/* Skeleton loading */
.skeleton-card[b-i2tp9yso3h] {
    background: #e5e7eb;
    box-shadow: none;
    color: transparent;
}

.skeleton-line[b-i2tp9yso3h] {
    height: 12px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e5e7eb, #f3f4f6, #e5e7eb);
    background-size: 200% 100%;
    animation: skeleton-loading-b-i2tp9yso3h 1.2s ease-in-out infinite;
}

.skeleton-line-lg[b-i2tp9yso3h] {
    width: 70%;
    height: 14px;
}

.skeleton-line-sm[b-i2tp9yso3h] {
    width: 40%;
}

@keyframes skeleton-loading-b-i2tp9yso3h {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.cal-pagination[b-i2tp9yso3h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.cal-icon-lens[b-i2tp9yso3h] {
    width: 17px;
    height: 17px;
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-38kiy5f79f] {
    padding: 1rem 0;
}

.error-lead[b-38kiy5f79f] {
    max-width: 70ch;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* =========================================================
   HOME PAGE – CALENDAR
   ========================================================= */


/* =========================================================
   Toolbar / Period header
   ========================================================= */

.month-bar[b-n22ui31ym9] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
}

.month-title[b-n22ui31ym9] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: auto;
}

.home-root[b-n22ui31ym9] {
    display: block;
}


/* =========================================================
   Calendar header / tabs
   ========================================================= */

.calendar-header[b-n22ui31ym9] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: .5rem;
}

.calendar-tabs[b-n22ui31ym9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem;
}

    .calendar-tabs .btn[b-n22ui31ym9] {
        min-width: auto;
        padding-inline: .75rem;
    }


/* Dropdown */

.calendar-more-dropdown[b-n22ui31ym9] {
    position: relative;
}

.calendar-more-menu[b-n22ui31ym9] {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    min-width: 12rem;
    margin-top: .25rem;
    padding: .25rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.calendar-more-item[b-n22ui31ym9] {
    display: block;
    width: 100%;
    padding: .35rem .75rem;
    border: none;
    background: transparent;
    text-align: left;
    font-size: .875rem;
    cursor: pointer;
}

    .calendar-more-item:hover[b-n22ui31ym9],
    .calendar-more-item.active[b-n22ui31ym9] {
        background-color: #f3f4f6;
    }


/* =========================================================
   Month grid
   ========================================================= */

.month-grid[b-n22ui31ym9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 140px;
    gap: 6px;
}

.day-head[b-n22ui31ym9] {
    font-weight: 600;
    color: #6b7280;
    padding: .25rem .5rem;
}


/* Day cell */

.day-cell[b-n22ui31ym9] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: .35rem .4rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.day-top[b-n22ui31ym9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.day-num[b-n22ui31ym9] {
    font-weight: 600;
    color: #111827;
}

    .day-num.out[b-n22ui31ym9] {
        color: #c4c4c4;
    }

.today[b-n22ui31ym9] {
    background: #fff7e6;
    border-color: #fde68a;
}


/* Events list inside day */

.events[b-n22ui31ym9] {
    margin-top: .35rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: auto;
    max-height: calc(100% - 2rem);
}


/* =========================================================
   Event pill
   ========================================================= */

.event-pill[b-n22ui31ym9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .80rem;
    line-height: 1.2;
    border-radius: 999px;
    padding: 2px 8px;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    border: 1px solid #c7d2fe;
    color: #111827;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
}

    .event-pill:hover[b-n22ui31ym9] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(79,70,229,.25);
        background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    }


    /* Cancelled occurrence */

    .event-pill.cancelled[b-n22ui31ym9] {
        opacity: .55;
        text-decoration: line-through;
        filter: grayscale(25%);
    }

        .event-pill.cancelled:hover[b-n22ui31ym9] {
            transform: none;
            box-shadow: none;
            background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
            border-color: #d1d5db;
        }


/* Dot */

.event-pill-dot[b-n22ui31ym9] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #4f46e5;
    flex-shrink: 0;
}

.event-pill.cancelled .event-pill-dot[b-n22ui31ym9] {
    background: #9ca3af;
}


/* Title */

.event-pill-title[b-n22ui31ym9] {
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Badges */

.event-exc-badge[b-n22ui31ym9] {
    font-size: .75rem;
    padding: 0 6px;
    border-radius: 999px;
    border: 1px solid rgba(79,70,229,.45);
    background: rgba(79,70,229,.08);
    color: #4f46e5;
    flex-shrink: 0;
}

.event-cancel-badge[b-n22ui31ym9] {
    font-size: .75rem;
    padding: 0 6px;
    border-radius: 999px;
    border: 1px solid rgba(107,114,128,.45);
    background: rgba(107,114,128,.10);
    color: #6b7280;
    flex-shrink: 0;
}


/* =========================================================
   Week view
   ========================================================= */

.week-grid[b-n22ui31ym9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.week-day[b-n22ui31ym9] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.week-day-head[b-n22ui31ym9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .6rem;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.week-day-title[b-n22ui31ym9] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .week-day-title strong[b-n22ui31ym9] {
        font-size: .95rem;
        text-transform: capitalize;
    }

    .week-day-title span[b-n22ui31ym9] {
        font-size: .8rem;
        color: #6b7280;
    }

.week-events[b-n22ui31ym9] {
    padding: .5rem .6rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: auto;
}

.week-event-time[b-n22ui31ym9] {
    font-size: .75rem;
    color: #6b7280;
    margin-right: .35rem;
    flex-shrink: 0;
}


/* =========================================================
   Empty state
   ========================================================= */

.empty-calendar-state[b-n22ui31ym9] {
    margin: 4rem auto;
    max-width: 420px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

    .empty-calendar-state h3[b-n22ui31ym9] {
        margin-bottom: .25rem;
    }

    .empty-calendar-state p[b-n22ui31ym9] {
        margin: 0;
        color: #6b7280;
    }


/* =========================================================
   Week picker modal
   ========================================================= */

.pc-modal-backdrop[b-n22ui31ym9] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.pc-modal[b-n22ui31ym9] {
    width: 420px;
    max-width: calc(100vw - 24px);
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.pc-modal-title[b-n22ui31ym9] {
    margin: 0 0 .75rem 0;
}

.pc-modal-actions[b-n22ui31ym9] {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-top: 1rem;
}


/* =========================================================
   Optional loading overlay (pokud chceš použít isLoading)
   ========================================================= */

.home-loading-overlay[b-n22ui31ym9] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}
/* /Components/Pages/Institutions.razor.rz.scp.css */
.institutions-page[b-ce65l1v4ze] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.institutions-header[b-ce65l1v4ze] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1rem;
}

.institutions-header-title[b-ce65l1v4ze] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.institutions-header h1[b-ce65l1v4ze] {
    font-size: 1.6rem;
    margin: 0;
}

.institutions-header p[b-ce65l1v4ze] {
    margin: 0;
    color: var(--rz-text-secondary-color, #6c757d);
    font-size: .95rem;
}

.institutions-header-actions[b-ce65l1v4ze] {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.institutions-card[b-ce65l1v4ze] {
    background: var(--rz-base-0, #ffffff);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    padding: 1rem 1.25rem 1.25rem;
    border: 1px solid rgba(0,0,0,0.03);
}

.institutions-grid :deep(.rz-datatable-header)[b-ce65l1v4ze] {
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
}

.institutions-grid :deep(.rz-datatable-data td)[b-ce65l1v4ze] {
    vertical-align: middle;
    font-size: .95rem;
}

.badge[b-ce65l1v4ze] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 1px solid transparent;
    white-space: nowrap;
}

.badge-soft-success[b-ce65l1v4ze] {
    background: #e6f4ea;
    color: #137333;
    border-color: rgba(19,115,51,.15);
}

.badge-soft-warning[b-ce65l1v4ze] {
    background: #fff4e5;
    color: #b06200;
    border-color: rgba(176,98,0,.15);
}

.badge-soft-danger[b-ce65l1v4ze] {
    background: #fce8e6;
    color: #c5221f;
    border-color: rgba(197,34,31,.15);
}

.badge-soft-neutral[b-ce65l1v4ze] {
    background: #f1f3f4;
    color: #444;
    border-color: rgba(0,0,0,.04);
}

.pill[b-ce65l1v4ze] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: .75rem;
    background: #f1f3f4;
    margin: 0 0.15rem 0.15rem 0;
}

.pill-icon[b-ce65l1v4ze] {
    margin-right: 0.25rem;
}

.pill + .pill[b-ce65l1v4ze] {
    margin-left: 0;
}

/* Floating Add Button (FAB) */
/*.cc-add-circle-btn {
        position: fixed;
        right: calc(24px + env(safe-area-inset-right, 0px));
        bottom: calc(24px + env(safe-area-inset-bottom, 0px));
        width: 56px;
        height: 56px;
        border-radius: 999px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        background: linear-gradient(135deg, #6366f1, #4f46e5);
        color: #ffffff;
        box-shadow: 0 14px 30px rgba(79, 70, 229, 0.35), 0 6px 12px rgba(0,0,0,0.08);
        transition: transform 0.18s cubic-bezier(.16,1,.3,1), box-shadow 0.18s cubic-bezier(.16,1,.3,1);
        z-index: 1200;
    }

        .cc-add-circle-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 20px 40px rgba(79, 70, 229, 0.45);
        }

        .cc-add-circle-btn:active {
            transform: translateY(0) scale(0.98);
        }

        .cc-add-circle-btn span {
            font-size: 28px;
            line-height: 1;
        }

        .cc-add-circle-btn:focus-visible {
            outline: none;
            box-shadow: 0 14px 30px rgba(79, 70, 229, 0.35), 0 6px 12px rgba(0,0,0,0.08), 0 0 0 4px rgba(99, 102, 241, 0.35);
        }*/

.pill-btn[b-ce65l1v4ze] {
    border: 0;
    cursor: pointer;
    font: inherit;
}

    .pill-btn:focus-visible[b-ce65l1v4ze] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
    }

.pill-btn[b-ce65l1v4ze] {
    background: #f1f3f4;
    color: inherit;
}
/* /Components/Pages/QrCalendars.razor.rz.scp.css */
.cal-page-header[b-w9ssosznmr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

.cal-page-header h3[b-w9ssosznmr] {
    margin: 0;
    font-weight: 600;
}

.cal-templates-grid[b-w9ssosznmr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.cal-template-card[b-w9ssosznmr] {
    position: relative;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
    background: linear-gradient(135deg, #4f46e5, #8b5cf6);
    box-shadow: 0 6px 12px rgba(15,23,42,0.25);
    transition: transform .12s ease, box-shadow .12s ease;
    border: none;
    width: 100%;
    text-align: left;
}

    .cal-template-card:hover[b-w9ssosznmr] {
        transform: translateY(-3px);
        box-shadow: 0 10px 18px rgba(15,23,42,0.35);
    }

    .cal-template-card:active[b-w9ssosznmr] {
        transform: translateY(-1px);
    }

    .cal-template-card:focus-visible[b-w9ssosznmr] {
        outline: 3px solid rgba(255, 255, 255, .65);
        outline-offset: 3px;
    }

.cal-template-name[b-w9ssosznmr] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .35rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}

.cal-template-meta[b-w9ssosznmr] {
    font-size: .85rem;
    opacity: .85;
}

.cal-template-focus[b-w9ssosznmr] {
    font-size: .9rem;
    margin-top: .4rem;
}

.cal-empty-note[b-w9ssosznmr] {
    color: #666;
    font-style: italic;
    margin-top: .25rem;
}

.skeleton-card[b-w9ssosznmr] {
    background: #e5e7eb;
    box-shadow: none;
    color: transparent;
}

.skeleton-line[b-w9ssosznmr] {
    height: 12px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e5e7eb, #f3f4f6, #e5e7eb);
    background-size: 200% 100%;
    animation: skeleton-loading-b-w9ssosznmr 1.2s ease-in-out infinite;
}

.skeleton-line-lg[b-w9ssosznmr] {
    width: 70%;
    height: 14px;
}

.skeleton-line-sm[b-w9ssosznmr] {
    width: 40%;
}

@keyframes skeleton-loading-b-w9ssosznmr {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Components/Pages/Users/CreateUserDialog.razor.rz.scp.css */
.cud-root[b-qtnsihqreh] {
    display: block;
}

.cud-field[b-qtnsihqreh] {
    margin-bottom: 1rem; /* odpovídá mb-3 */
}

.cud-hint[b-qtnsihqreh] {
    margin-top: 0.25rem;
    font-size: 12px;
    color: #666;
}

.cud-actions[b-qtnsihqreh] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Pages/Users/UserActionsDialog.razor.rz.scp.css */
.uad-root[b-rjincnkeyh] {
}

.uad-card[b-rjincnkeyh] {
    padding: 12px;
}

.uad-header[b-rjincnkeyh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.uad-title[b-rjincnkeyh] {
    font-weight: 600;
    font-size: 1.05rem;
}

.uad-sub[b-rjincnkeyh] {
    opacity: .8;
}

.uad-meta[b-rjincnkeyh] {
    margin-top: 6px;
    font-size: 0.92rem;
    opacity: .95;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.uad-sep[b-rjincnkeyh] {
    opacity: .5;
}

.uad-pill[b-rjincnkeyh] {
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.3;
}

.uad-pill-warn[b-rjincnkeyh] {
    background: #ed6c02;
    color: #fff;
}

.uad-fieldset :deep(.rz-fieldset-content)[b-rjincnkeyh] {
    padding-top: 10px;
}

.uad-section-title[b-rjincnkeyh] {
    font-weight: 600;
}

.uad-muted[b-rjincnkeyh] {
    color: #777;
}

.uad-spacer[b-rjincnkeyh] {
    height: 8px;
}

.uad-row[b-rjincnkeyh] {
    border: 1px solid rgba(0,0,0,0.06);
    padding: 6px 10px;
    border-radius: 10px;
    transition: background .15s ease-in-out;
}

    .uad-row:hover[b-rjincnkeyh] {
        background: rgba(0,0,0,0.03);
    }

.uad-wrap[b-rjincnkeyh] {
    flex-wrap: wrap;
}

.calendar-multiselect :deep(.rz-dropdown-panel)[b-rjincnkeyh] {
    max-height: 50vh;
    overflow: auto;
}
/* /Components/Pages/Users/Users.razor.rz.scp.css */
.users-header[b-7v00tb5vsl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1rem;
}

.users-header-title[b-7v00tb5vsl] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.users-header h1[b-7v00tb5vsl] {
    font-size: 1.6rem;
    margin: 0;
}

.users-header .cc-search-container[b-7v00tb5vsl] {
    margin-left: auto;
    min-width: 280px;
}

.users-header .cc-search-input[b-7v00tb5vsl] {
    height: 38px;
    padding: 0 .9rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.muted[b-7v00tb5vsl] {
    color: #999;
}

/* ---- badges (theme-friendly, no inline style) ---- */
.badge[b-7v00tb5vsl] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: white;
    white-space: nowrap;
}

.badge--ok[b-7v00tb5vsl] {
    background: #2e7d32;
}

.badge--warn[b-7v00tb5vsl] {
    background: #ed6c02;
}

.badge--danger[b-7v00tb5vsl] {
    background: #d32f2f;
}

.badge--muted[b-7v00tb5vsl] {
    background: #757575;
}

.badge--admin[b-7v00tb5vsl] {
    background: #1565c0;
}

.badge--manager[b-7v00tb5vsl] {
    background: #6a1b9a;
}

.badge--user[b-7v00tb5vsl] {
    background: #455a64;
}

.badge--2fa-required[b-7v00tb5vsl] {
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 10px;
}
/* /Components/Qr/QrCalendarDialog.razor.rz.scp.css */
/* Hlavní layout dialogu */
.qr-dialog[b-219f1fq6eo] {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Levý sloupec (QR) */
.qr-column[b-219f1fq6eo] {
    flex: 0 0 auto;
}

.qr-box[b-219f1fq6eo] {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.qr-note[b-219f1fq6eo] {
    margin-top: 8px;
    font-size: .9rem;
    max-width: 260px;
}

/* Pravý sloupec (odkazy) */
.links-column[b-219f1fq6eo] {
    flex: 1 1 360px;
}

/* Sekce sdílení */
.sharing-section[b-219f1fq6eo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.sharing-status[b-219f1fq6eo] {
    font-size: .9rem;
}

.sharing-warning[b-219f1fq6eo] {
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 12px;
}

/* Tlačítkové řádky */
.button-row[b-219f1fq6eo] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.button-row-top[b-219f1fq6eo] {
    margin-bottom: 18px;
}

.button-row-bottom[b-219f1fq6eo] {
    margin-top: 10px;
}

/* Info text */
.info-text[b-219f1fq6eo] {
    margin-top: 10px;
    font-size: .9rem;
}
