/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-686jh4v6wx] {
    background: var(--site-background);
    color: #13202b;
    min-height: 100vh;
}

.site-shell--public[b-686jh4v6wx] {
    background:
        radial-gradient(circle at top left, rgba(31, 75, 193, 0.24), transparent 28%),
        linear-gradient(180deg, #09111e 0%, #0d1627 45%, #10192c 100%);
    color: #f5f7fb;
    padding-top: 20px;
}

.site-header[b-686jh4v6wx] {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    padding: 1.5rem 1.25rem;
}

.site-header--public-frame[b-686jh4v6wx] {
    background: rgba(8, 14, 26, 0.72);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
    gap: 1rem;
    margin-bottom: 0.875rem;
    max-width: 1220px;
    width: min(1220px, calc(100% - 40px));
    padding: 0.75rem 1rem;
}

.site-header__brand[b-686jh4v6wx] {
    color: var(--site-accent);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-header__host[b-686jh4v6wx] {
    color: #5a6773;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.site-public-brand[b-686jh4v6wx] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    min-width: 0;
}

.site-public-brand__logo[b-686jh4v6wx] {
    display: block;
    height: auto;
    max-width: 82px;
    width: 82px;
}

.site-public-brand__row[b-686jh4v6wx] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.125rem;
    min-width: 0;
}

.site-public-brand__row h1[b-686jh4v6wx] {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.site-public-brand__contact[b-686jh4v6wx] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.site-public-brand__contact a[b-686jh4v6wx] {
    color: #cfd8ec;
    font-size: 0.88rem;
    line-height: 1.2;
    text-decoration: none;
}

.site-public-brand__address[b-686jh4v6wx] {
    display: flex;
    flex-direction: column;
}

.site-public-brand__phone[b-686jh4v6wx] {
    white-space: nowrap;
}

.site-public-menu[b-686jh4v6wx] {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.site-shell--public .site-public-menu[b-686jh4v6wx] {
    display: none;
}

.site-public-menu span[b-686jh4v6wx] {
    background: #f3f6fd;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
}

.site-nav[b-686jh4v6wx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.site-nav a[b-686jh4v6wx],
.site-nav__logout button[b-686jh4v6wx] {
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--site-accent) 18%, white);
    border-radius: 999px;
    color: #13202b;
    cursor: pointer;
    font: inherit;
    padding: 0.65rem 1rem;
    text-decoration: none;
}

.site-nav a:hover[b-686jh4v6wx],
.site-nav__logout button:hover[b-686jh4v6wx] {
    background: color-mix(in srgb, var(--site-accent) 10%, white);
}

.site-nav__logout[b-686jh4v6wx] {
    margin: 0;
}

.site-main[b-686jh4v6wx] {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.25rem 4rem;
}

.site-main--admin[b-686jh4v6wx] {
    max-width: 1240px;
    padding-top: 0.5rem;
}

.site-main--public[b-686jh4v6wx] {
    display: grid;
    gap: 1.125rem;
    max-width: 1220px;
    width: min(1220px, calc(100% - 40px));
    padding: 0 0 4rem;
}

.home-intro[b-686jh4v6wx] {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--site-accent) 14%, white);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(18, 32, 43, 0.08);
    padding: 3rem;
}

.home-intro__eyebrow[b-686jh4v6wx] {
    color: var(--site-accent);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.home-intro h1[b-686jh4v6wx] {
    font-size: clamp(2.4rem, 5vw, 4.75rem);
    line-height: 0.95;
    margin: 0;
    max-width: 12ch;
}

.home-intro__body[b-686jh4v6wx] {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 1.5rem 0 0;
    max-width: 54rem;
}

.home-intro__body p[b-686jh4v6wx] {
    margin: 0 0 1rem;
}

.home-intro__body p:last-child[b-686jh4v6wx] {
    margin-bottom: 0;
}

.home-intro__body ul[b-686jh4v6wx],
.home-intro__body ol[b-686jh4v6wx] {
    margin: 0.75rem 0 1rem 1.5rem;
}

.home-intro__body a[b-686jh4v6wx] {
    color: var(--site-accent);
}

.login-panel[b-686jh4v6wx] {
    display: grid;
    min-height: 60vh;
    place-items: center;
}

.login-panel__card[b-686jh4v6wx],
.editor-shell[b-686jh4v6wx] {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--site-accent) 14%, white);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(18, 32, 43, 0.08);
    padding: 2rem;
}

.login-panel__card[b-686jh4v6wx] {
    max-width: 34rem;
    width: min(100%, 34rem);
}

.login-panel__eyebrow[b-686jh4v6wx],
.editor-shell__eyebrow[b-686jh4v6wx] {
    color: var(--site-accent);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.login-panel__card h1[b-686jh4v6wx],
.editor-shell__topbar h1[b-686jh4v6wx] {
    margin-bottom: 0.5rem;
}

.login-form[b-686jh4v6wx] {
    display: grid;
    gap: 1rem;
}

.login-form label[b-686jh4v6wx] {
    display: grid;
    gap: 0.45rem;
}

.login-form span[b-686jh4v6wx] {
    font-size: 0.95rem;
    font-weight: 600;
}

.login-form button[b-686jh4v6wx],
.editor-actions button[b-686jh4v6wx] {
    background: var(--site-accent);
    border: 0;
    border-radius: 999px;
    color: var(--site-accent-contrast);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.85rem 1.2rem;
}

.login-form button:disabled[b-686jh4v6wx] {
    cursor: not-allowed;
    opacity: 0.6;
}

.editor-shell[b-686jh4v6wx] {
    display: grid;
    gap: 1.75rem;
}

.editor-admin-grid[b-686jh4v6wx] {
    display: grid;
    align-items: start;
    gap: 1.35rem;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.25fr);
}

.editor-shell__topbar[b-686jh4v6wx] {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-shell__title-stack[b-686jh4v6wx] {
    display: grid;
    gap: 0.55rem;
    justify-items: start;
}

.editor-shell__title-stack h1[b-686jh4v6wx] {
    margin: 0;
    line-height: 0.96;
}

.editor-shell__topbar p[b-686jh4v6wx] {
    color: #5a6773;
    margin: 0;
}

.editor-shell__status[b-686jh4v6wx] {
    background: color-mix(in srgb, var(--site-accent) 10%, white);
    border-radius: 999px;
    color: var(--site-accent);
    font-weight: 700;
    padding: 0.65rem 1rem;
}

.editor-shell__status-group[b-686jh4v6wx] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.editor-shell__switcher[b-686jh4v6wx] {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.editor-shell__switcher label[b-686jh4v6wx] {
    color: #5a6773;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.editor-shell__switcher select[b-686jh4v6wx] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 14px;
    color: #13202b;
    font: inherit;
    min-width: 19rem;
    padding: 0.8rem 1rem;
}

.editor-shell__eyebrow[b-686jh4v6wx] {
    margin-top: 0.15rem;
}

.editor-workbench[b-686jh4v6wx] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.editor-block-picker[b-686jh4v6wx],
.editor-block-form[b-686jh4v6wx] {
    display: grid;
    gap: 1rem;
}

.editor-block-picker label[b-686jh4v6wx] {
    font-size: 0.95rem;
    font-weight: 600;
}

.editor-block-picker select[b-686jh4v6wx] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 14px;
    color: #13202b;
    font: inherit;
    padding: 0.85rem 1rem;
}

.editor-pane[b-686jh4v6wx] {
    display: grid;
    gap: 1rem;
}

.editor-card[b-686jh4v6wx] {
    border: 1px solid color-mix(in srgb, var(--site-accent) 10%, white);
    border-radius: 24px;
    display: grid;
    gap: 1rem;
    padding: 1.65rem;
}

.editor-card--compact[b-686jh4v6wx] {
    gap: 1.2rem;
}

.editor-card h2[b-686jh4v6wx] {
    margin: 0;
    line-height: 1;
}

.editor-card p[b-686jh4v6wx] {
    color: #5a6773;
    margin: 0;
    max-width: 62ch;
}

.editor-card__eyebrow[b-686jh4v6wx] {
    color: var(--site-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editor-field[b-686jh4v6wx] {
    display: grid;
    gap: 0.45rem;
}

.editor-form-grid[b-686jh4v6wx] {
    display: grid;
    gap: 1rem;
}

.editor-field--inline[b-686jh4v6wx] {
    align-items: center;
    column-gap: 1.1rem;
    grid-template-columns: minmax(9.5rem, 12.5rem) minmax(0, 1fr);
}

.editor-field--stacked[b-686jh4v6wx] {
    gap: 0.65rem;
}

.editor-field label[b-686jh4v6wx] {
    font-size: 0.92rem;
    font-weight: 600;
}

.editor-field select[b-686jh4v6wx],
.login-form input[b-686jh4v6wx],
.editor-field input[b-686jh4v6wx],
.editor-field textarea[b-686jh4v6wx],
.editor-color__field input[type="text"][b-686jh4v6wx],
.editor-color__field input:not([type="color"])[b-686jh4v6wx] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 14px;
    color: #13202b;
    font: inherit;
    padding: 0.85rem 1rem;
}

.editor-richtext[b-686jh4v6wx] {
    display: grid;
    gap: 0.5rem;
}

.editor-richtext__surface[b-686jh4v6wx] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 18px;
    min-height: 14rem;
    padding: 1rem;
}

.editor-richtext__surface:focus[b-686jh4v6wx] {
    outline: 2px solid color-mix(in srgb, var(--site-accent) 35%, white);
    outline-offset: 2px;
}

.editor-richtext__source[b-686jh4v6wx] {
    display: none;
}

.editor-color-grid[b-686jh4v6wx] {
    display: grid;
    gap: 1rem;
}

.editor-color[b-686jh4v6wx] {
    display: grid;
    gap: 0.45rem;
}

.editor-color span[b-686jh4v6wx] {
    font-size: 0.95rem;
    font-weight: 600;
}

.editor-color__field[b-686jh4v6wx] {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 3.75rem 1fr;
}

.editor-color__field input[type="color"][b-686jh4v6wx] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 16px;
    cursor: pointer;
    height: 3.25rem;
    padding: 0.35rem;
    width: 100%;
}

.editor-actions[b-686jh4v6wx] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.25rem;
}

.editor-actions--left[b-686jh4v6wx] {
    justify-content: flex-start;
}

.editor-toggle[b-686jh4v6wx] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-top: 0.1rem;
}

.editor-toggle input[type="checkbox"][b-686jh4v6wx] {
    height: 1rem;
    width: 1rem;
}

.editor-toggle span[b-686jh4v6wx] {
    font-size: 0.95rem;
    font-weight: 600;
}

.preview-pane__sticky[b-686jh4v6wx] {
    position: sticky;
    top: 1rem;
}

.preview-card[b-686jh4v6wx] {
    background: var(--preview-background);
    border-radius: 28px;
    display: grid;
    gap: 0;
    overflow: hidden;
}

.preview-card__browser[b-686jh4v6wx] {
    align-items: center;
    background: color-mix(in srgb, var(--preview-accent) 12%, white);
    display: flex;
    gap: 0.45rem;
    padding: 0.9rem 1rem;
}

.preview-card__browser span[b-686jh4v6wx] {
    background: color-mix(in srgb, var(--preview-accent) 24%, white);
    border-radius: 999px;
    display: inline-block;
    height: 0.7rem;
    width: 0.7rem;
}

.preview-card__canvas[b-686jh4v6wx] {
    display: grid;
    gap: 1.25rem;
    min-height: 36rem;
    padding: 1.25rem;
}

.preview-card__brand[b-686jh4v6wx] {
    color: var(--preview-accent);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.preview-card__panel[b-686jh4v6wx] {
    align-self: start;
    background: var(--preview-surface);
    border: 1px solid color-mix(in srgb, var(--preview-accent) 16%, white);
    border-radius: 26px;
    box-shadow: 0 20px 40px rgba(18, 32, 43, 0.08);
    padding: 2rem;
}

.preview-card__eyebrow[b-686jh4v6wx] {
    color: var(--preview-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preview-card__panel h2[b-686jh4v6wx] {
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 0.95;
    margin: 0.75rem 0 1rem;
    max-width: 10ch;
}

.preview-card__body[b-686jh4v6wx] {
    font-size: 1rem;
    line-height: 1.65;
}

.preview-card__body p[b-686jh4v6wx] {
    margin: 0 0 1rem;
}

.preview-card__body p:last-child[b-686jh4v6wx] {
    margin-bottom: 0;
}

.preview-card__body ul[b-686jh4v6wx],
.preview-card__body ol[b-686jh4v6wx] {
    margin: 0.75rem 0 1rem 1.4rem;
}

.preview-card__body a[b-686jh4v6wx] {
    color: var(--preview-accent);
}

.preview-card__chip[b-686jh4v6wx] {
    background: var(--preview-accent);
    border-radius: 999px;
    color: var(--preview-accent-contrast);
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.6rem 0.95rem;
}

.login-panel__message[b-686jh4v6wx] {
    border-radius: 16px;
    padding: 0.9rem 1rem;
}

.login-panel__message--warning[b-686jh4v6wx] {
    background: #fff2d9;
    color: #7a4b00;
}

.login-panel__message--error[b-686jh4v6wx] {
    background: #fde3e0;
    color: #8d2419;
}

@media (max-width: 920px) {
    .editor-admin-grid[b-686jh4v6wx],
    .editor-workbench[b-686jh4v6wx] {
        grid-template-columns: 1fr;
    }

    .preview-pane__sticky[b-686jh4v6wx] {
        position: static;
    }
}

@media (max-width: 720px) {
    .site-shell--public[b-686jh4v6wx] {
        padding-top: 14px;
    }

    .site-header[b-686jh4v6wx] {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-intro[b-686jh4v6wx] {
        border-radius: 20px;
        padding: 2rem 1.25rem;
    }

    .login-panel__card[b-686jh4v6wx],
    .editor-shell[b-686jh4v6wx] {
        border-radius: 20px;
        padding: 1.5rem 1.25rem;
    }

    .editor-shell__topbar[b-686jh4v6wx] {
        flex-direction: column;
    }

    .editor-shell__switcher[b-686jh4v6wx] {
        align-items: stretch;
        flex-direction: column;
    }

    .editor-shell__switcher select[b-686jh4v6wx] {
        min-width: 0;
        width: 100%;
    }

    .editor-field--inline[b-686jh4v6wx] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .site-main--admin[b-686jh4v6wx] {
        padding-top: 0;
    }

    .preview-card__panel[b-686jh4v6wx] {
        border-radius: 20px;
        padding: 1.5rem 1.25rem;
    }

    .site-header--public-frame[b-686jh4v6wx] {
        align-items: center;
        border-radius: 16px;
        flex-direction: row;
        justify-content: space-between;
        width: min(1220px, calc(100% - 24px));
        padding: 0.625rem 0.75rem;
    }

    .site-main--public[b-686jh4v6wx] {
        width: min(1220px, calc(100% - 24px));
    }

    .site-public-brand__logo[b-686jh4v6wx] {
        max-width: 76px;
        width: 76px;
    }

    .site-public-brand__row[b-686jh4v6wx] {
        align-items: center;
        gap: 0.375rem;
    }

    .site-public-menu[b-686jh4v6wx] {
        align-self: center;
    }

    .site-public-brand__row h1[b-686jh4v6wx] {
        font-size: 1.12rem;
        white-space: normal;
    }

    .site-public-brand__contact a[b-686jh4v6wx] {
        font-size: 0.8rem;
    }

    .site-public-menu[b-686jh4v6wx] {
        height: 40px;
        width: 40px;
    }

}

#blazor-error-ui[b-686jh4v6wx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-686jh4v6wx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin.razor.rz.scp.css */
.editor-shell[b-rffnhxz386] {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--site-accent) 14%, white);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(18, 32, 43, 0.08);
    display: grid;
    gap: 1.75rem;
    padding: 2rem;
}

.editor-admin-grid[b-rffnhxz386] {
    align-items: start;
    display: grid;
    gap: 1.35rem;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.25fr);
}

.editor-shell__topbar[b-rffnhxz386] {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.editor-shell__title-stack[b-rffnhxz386] {
    display: grid;
    gap: 0.55rem;
    justify-items: start;
}

.editor-shell__title-stack h1[b-rffnhxz386] {
    line-height: 0.96;
    margin: 0;
}

.editor-shell__topbar p[b-rffnhxz386] {
    color: #5a6773;
    margin: 0;
}

.editor-shell__eyebrow[b-rffnhxz386] {
    color: var(--site-accent);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.editor-shell__status[b-rffnhxz386] {
    background: color-mix(in srgb, var(--site-accent) 10%, white);
    border-radius: 999px;
    color: var(--site-accent);
    font-weight: 700;
    padding: 0.65rem 1rem;
}

.editor-shell__status-group[b-rffnhxz386] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.editor-shell__switcher[b-rffnhxz386] {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.editor-shell__switcher label[b-rffnhxz386] {
    color: #5a6773;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.editor-shell__switcher select[b-rffnhxz386],
.editor-block-picker select[b-rffnhxz386],
.editor-field select[b-rffnhxz386],
.editor-field input[b-rffnhxz386],
.editor-field textarea[b-rffnhxz386] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 14px;
    color: #13202b;
    font: inherit;
    padding: 0.85rem 1rem;
}

.editor-shell__switcher select[b-rffnhxz386] {
    min-width: 19rem;
}

.editor-card[b-rffnhxz386] {
    background: color-mix(in srgb, var(--site-surface) 92%, white);
    border: 1px solid color-mix(in srgb, var(--site-accent) 10%, white);
    border-radius: 24px;
    display: grid;
    gap: 1.2rem;
    padding: 1.65rem;
}

.editor-card h2[b-rffnhxz386] {
    line-height: 1;
    margin: 0;
}

.editor-card p[b-rffnhxz386] {
    color: #5a6773;
    margin: 0;
    max-width: 62ch;
}

.editor-card__eyebrow[b-rffnhxz386] {
    color: var(--site-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editor-form-grid[b-rffnhxz386],
.editor-block-picker[b-rffnhxz386],
.editor-block-form[b-rffnhxz386] {
    display: grid;
    gap: 1rem;
}

.editor-field[b-rffnhxz386] {
    display: grid;
    gap: 0.45rem;
}

.editor-field--inline[b-rffnhxz386] {
    align-items: center;
    column-gap: 1.1rem;
    grid-template-columns: minmax(9.5rem, 12.5rem) minmax(0, 1fr);
}

.editor-field--stacked[b-rffnhxz386] {
    gap: 0.65rem;
}

.editor-field label[b-rffnhxz386],
.editor-block-picker label[b-rffnhxz386] {
    font-size: 0.92rem;
    font-weight: 600;
}

.editor-richtext[b-rffnhxz386] {
    display: grid;
    gap: 0.5rem;
}

.editor-richtext__surface[b-rffnhxz386] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 18px;
    min-height: 14rem;
    padding: 1rem;
}

.editor-richtext__surface:focus[b-rffnhxz386] {
    outline: 2px solid color-mix(in srgb, var(--site-accent) 35%, white);
    outline-offset: 2px;
}

.editor-richtext__source[b-rffnhxz386] {
    display: none;
}

.editor-actions[b-rffnhxz386] {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.25rem;
}

.editor-actions button[b-rffnhxz386] {
    background: var(--site-accent);
    border: 0;
    border-radius: 999px;
    color: var(--site-accent-contrast);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.85rem 1.2rem;
}

.editor-toggle[b-rffnhxz386] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-top: 0.1rem;
}

.editor-toggle input[type="checkbox"][b-rffnhxz386] {
    height: 1rem;
    width: 1rem;
}

.editor-toggle span[b-rffnhxz386] {
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 920px) {
    .editor-admin-grid[b-rffnhxz386] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .editor-shell[b-rffnhxz386] {
        border-radius: 20px;
        padding: 1.5rem 1.25rem;
    }

    .editor-shell__topbar[b-rffnhxz386] {
        flex-direction: column;
    }

    .editor-shell__switcher select[b-rffnhxz386] {
        min-width: 0;
        width: 100%;
    }

    .editor-field--inline[b-rffnhxz386] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.announcement-box[b-hnr4ec8l0s],
.service-box[b-hnr4ec8l0s] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

.announcement-box[b-hnr4ec8l0s] {
    background:
        linear-gradient(135deg, rgba(225, 59, 72, 0.24), rgba(255, 164, 70, 0.2)),
        rgba(24, 20, 26, 0.9);
    padding: 1.375rem 1.5rem;
}

.announcement-body h2[b-hnr4ec8l0s],
.service-box h2[b-hnr4ec8l0s] {
    font-family: "Rajdhani", sans-serif;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}

.announcement-body h2[b-hnr4ec8l0s] {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.announcement-body__content[b-hnr4ec8l0s],
.service-box__content[b-hnr4ec8l0s] {
    position: relative;
    z-index: 1;
}

.announcement-body__content[b-hnr4ec8l0s]  p,
.service-box__content[b-hnr4ec8l0s]  p,
.service-box__content[b-hnr4ec8l0s]  li {
    color: #d6deef;
    line-height: 1.55;
}

.announcement-body__content[b-hnr4ec8l0s]  p {
    margin: 0;
    max-width: 65ch;
}

.services-grid[b-hnr4ec8l0s] {
    display: grid;
    gap: 1.125rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-box[b-hnr4ec8l0s] {
    background:
        linear-gradient(180deg, rgba(14, 26, 46, 0.94), rgba(10, 18, 32, 0.94));
    min-height: 220px;
    overflow: hidden;
    padding: 1.375rem;
    position: relative;
}

.service-box > *[b-hnr4ec8l0s] {
    position: relative;
    z-index: 1;
}

.service-box--image[b-hnr4ec8l0s] {
    background: linear-gradient(180deg, rgba(13, 23, 39, 0.94), rgba(9, 17, 29, 0.96));
}

.service-box__media[b-hnr4ec8l0s],
.service-box__media[b-hnr4ec8l0s]::after {
    border-radius: inherit;
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.service-box__media[b-hnr4ec8l0s] {
    background: var(--service-box-image) var(--service-box-position-x, center) var(--service-box-position-y, 28%)/var(--service-box-size, cover) var(--service-box-repeat, no-repeat);
    z-index: 0;
}

.service-box__media[b-hnr4ec8l0s]::after {
    background:
        linear-gradient(180deg, rgba(7, 13, 24, 0.24) 0%, rgba(7, 13, 24, 0.52) 42%, rgba(7, 13, 24, 0.9) 100%),
        linear-gradient(90deg, rgba(7, 13, 24, 0.9) 0%, rgba(7, 13, 24, 0.78) 42%, rgba(7, 13, 24, 0.52) 70%, rgba(7, 13, 24, 0.2) 100%);
    content: "";
}

.service-box h2[b-hnr4ec8l0s] {
    color: #f8fbff;
    font-size: 2rem;
}

.service-box__content[b-hnr4ec8l0s]  p {
    margin: 0 0 0.875rem;
}

.service-box--image .service-box__content[b-hnr4ec8l0s] {
    max-width: min(30rem, 78%);
    padding: 0;
}

.service-box__content[b-hnr4ec8l0s]  p:last-child,
.service-box__content[b-hnr4ec8l0s]  ul:last-child,
.announcement-body__content[b-hnr4ec8l0s]  p:last-child {
    margin-bottom: 0;
}

.service-box__content[b-hnr4ec8l0s]  ul {
    margin: 0;
    padding-left: 1.125rem;
}

@media (max-width: 920px) {
    .services-grid[b-hnr4ec8l0s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .announcement-box[b-hnr4ec8l0s],
    .service-box[b-hnr4ec8l0s] {
        border-radius: 18px;
        padding: 1.125rem;
    }

    .service-box[b-hnr4ec8l0s] {
        min-height: 0;
    }

    .service-box h2[b-hnr4ec8l0s] {
        font-size: 1.6rem;
    }
}

/* /Components/Pages/Login.razor.rz.scp.css */
.login-panel[b-vbugsa8pz3] {
    display: grid;
    min-height: 60vh;
    place-items: center;
}

.login-panel__card[b-vbugsa8pz3] {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--site-accent) 14%, white);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(18, 32, 43, 0.08);
    max-width: 34rem;
    padding: 2rem;
    width: min(100%, 34rem);
}

.login-panel__eyebrow[b-vbugsa8pz3] {
    color: var(--site-accent);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.login-panel__card h1[b-vbugsa8pz3] {
    margin-bottom: 0.5rem;
}

.login-form[b-vbugsa8pz3] {
    display: grid;
    gap: 1rem;
}

.login-form label[b-vbugsa8pz3] {
    display: grid;
    gap: 0.45rem;
}

.login-form span[b-vbugsa8pz3] {
    font-size: 0.95rem;
    font-weight: 600;
}

.login-form input[b-vbugsa8pz3] {
    background: #fff;
    border: 1px solid #c7d0d8;
    border-radius: 14px;
    color: #13202b;
    font: inherit;
    padding: 0.85rem 1rem;
}

.login-form button[b-vbugsa8pz3] {
    background: var(--site-accent);
    border: 0;
    border-radius: 999px;
    color: var(--site-accent-contrast);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.85rem 1.2rem;
}

.login-form button:disabled[b-vbugsa8pz3] {
    cursor: not-allowed;
    opacity: 0.6;
}

.login-panel__message[b-vbugsa8pz3] {
    border-radius: 16px;
    padding: 0.9rem 1rem;
}

.login-panel__message--warning[b-vbugsa8pz3] {
    background: #fff2d9;
    color: #7a4b00;
}

.login-panel__message--error[b-vbugsa8pz3] {
    background: #fde3e0;
    color: #8d2419;
}

@media (max-width: 720px) {
    .login-panel__card[b-vbugsa8pz3] {
        border-radius: 20px;
        padding: 1.5rem 1.25rem;
    }
}
