/* /Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-nm78gagsu5] {
    min-height: 100vh;
    color: var(--app-text);
}

.admin-shell--light[b-nm78gagsu5] {
    background:
        radial-gradient(circle at top left, rgba(91, 87, 255, 0.11), transparent 26%),
        radial-gradient(circle at top right, rgba(14, 165, 164, 0.08), transparent 18%),
        linear-gradient(180deg, #f7f8fc 0%, #eff3f9 100%);
}

.admin-shell--dark[b-nm78gagsu5] {
    color: var(--app-text);
    background:
        radial-gradient(circle at top left, rgba(91, 87, 255, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(45, 212, 191, 0.12), transparent 22%),
        linear-gradient(180deg, #09111f 0%, #0f172a 48%, #08111f 100%);
}

.admin-drawer[b-nm78gagsu5] {
    width: 320px;
    padding: 22px 18px 18px;
    border-right: 1px solid var(--app-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(243, 246, 252, 0.92));
    color: var(--app-text);
    backdrop-filter: blur(18px);
}

.admin-shell--dark .admin-drawer[b-nm78gagsu5] {
    background: linear-gradient(180deg, rgba(9, 17, 31, 0.96), rgba(15, 23, 42, 0.96));
}

.admin-drawer__brand[b-nm78gagsu5] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.admin-drawer__brand-mark[b-nm78gagsu5] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #5b57ff 0%, #0ea5a4 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 34px rgba(91, 87, 255, 0.24);
}

.admin-drawer__brand-title[b-nm78gagsu5] {
    font-weight: 800;
    color: var(--app-text);
}

.admin-drawer__brand-caption[b-nm78gagsu5],
.admin-drawer__section-title[b-nm78gagsu5] {
    color: var(--app-text-soft);
}

.admin-drawer__section-title[b-nm78gagsu5] {
    margin-bottom: 10px;
    letter-spacing: 0.12em;
}

.admin-nav[b-nm78gagsu5] {
    margin-bottom: 28px;
}

.admin-drawer[b-nm78gagsu5]  .mud-nav-link {
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: var(--app-text-soft);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.admin-shell--dark .admin-drawer[b-nm78gagsu5]  .mud-nav-link {
    background: rgba(15, 23, 42, 0.44);
    box-shadow: none;
}

.admin-drawer[b-nm78gagsu5]  .mud-nav-link:hover {
    transform: translateX(4px);
    border-color: var(--app-border-strong);
    color: var(--app-text);
    background: rgba(255, 255, 255, 0.54);
}

.admin-shell--dark .admin-drawer[b-nm78gagsu5]  .mud-nav-link:hover {
    background: rgba(91, 87, 255, 0.14);
}

.admin-drawer[b-nm78gagsu5]  .mud-nav-link.active {
    border-color: var(--app-border-strong);
    color: var(--app-text);
    background: linear-gradient(135deg, rgba(91, 87, 255, 0.14), rgba(14, 165, 164, 0.08));
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.admin-status-card[b-nm78gagsu5],
.admin-widget-link[b-nm78gagsu5] {
    display: flex;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--app-border);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 252, 0.96));
    box-shadow: var(--app-shadow-sm);
}

.admin-shell--dark .admin-status-card[b-nm78gagsu5],
.admin-shell--dark .admin-widget-link[b-nm78gagsu5] {
    background: rgba(15, 23, 42, 0.5);
}

.admin-status-card[b-nm78gagsu5] {
    margin-bottom: 26px;
}

.admin-status-card__pulse[b-nm78gagsu5] {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--app-success);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42);
    animation: adminPulse-b-nm78gagsu5 2s infinite;
}

.admin-status-card__title[b-nm78gagsu5],
.admin-widget-link__title[b-nm78gagsu5] {
    color: var(--app-text);
    font-weight: 700;
}

.admin-status-card__caption[b-nm78gagsu5],
.admin-widget-link__caption[b-nm78gagsu5] {
    color: var(--app-text-soft);
}

.admin-drawer__widgets[b-nm78gagsu5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.admin-widget-link[b-nm78gagsu5] {
    color: inherit;
    text-decoration: none;
}

.admin-widget-link:hover[b-nm78gagsu5] {
    transform: translateY(-1px);
    border-color: var(--app-border-strong);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 244, 252, 0.98));
}

.admin-shell--dark .admin-widget-link:hover[b-nm78gagsu5] {
    background: rgba(91, 87, 255, 0.14);
}

.admin-widget-link__icon[b-nm78gagsu5] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(91, 87, 255, 0.1);
    color: var(--app-brand);
}

.admin-shell--dark .admin-widget-link__icon[b-nm78gagsu5] {
    background: rgba(129, 140, 248, 0.18);
    color: #f8fafc;
}

.admin-main[b-nm78gagsu5] {
    min-height: 100vh;
}

.admin-topbar[b-nm78gagsu5] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 10px 18px;
    margin-bottom: 4px;
}

.admin-topbar__title[b-nm78gagsu5] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    min-width: 0;
}

.admin-topbar__title[b-nm78gagsu5]  .mud-typography-body1 {
    font-weight: 800;
    color: var(--app-text);
}

.admin-topbar__title[b-nm78gagsu5]  .mud-typography-caption {
    color: var(--app-text-soft);
}

.admin-topbar[b-nm78gagsu5]  .mud-button-root,
.admin-topbar[b-nm78gagsu5]  .mud-icon-button {
    color: var(--app-text) !important;
}

.admin-topbar__action-button[b-nm78gagsu5] {
    flex-shrink: 0;
}

.admin-main[b-nm78gagsu5]  .mud-typography,
.admin-main[b-nm78gagsu5]  .mud-table-cell,
.admin-main[b-nm78gagsu5]  .mud-input-label,
.admin-main[b-nm78gagsu5]  .mud-input-slot,
.admin-main[b-nm78gagsu5]  .mud-select-input,
.admin-main[b-nm78gagsu5]  .mud-input-adornment,
.admin-main[b-nm78gagsu5]  .mud-chip-content,
.admin-main[b-nm78gagsu5]  .mud-button-root.mud-button-text {
    color: var(--app-text);
}

.admin-main[b-nm78gagsu5]  .mud-input-label.mud-input-label-inputcontrol,
.admin-main[b-nm78gagsu5]  .mud-helper-text {
    color: var(--app-text-soft) !important;
}

.admin-main[b-nm78gagsu5]  .mud-input > input,
.admin-main[b-nm78gagsu5]  textarea,
.admin-main[b-nm78gagsu5]  .mud-input-slot,
.admin-main[b-nm78gagsu5]  .mud-select-input,
.admin-main[b-nm78gagsu5]  .mud-table-pagination-caption,
.admin-main[b-nm78gagsu5]  .mud-select-icon,
.admin-main[b-nm78gagsu5]  .mud-icon-root,
.admin-main[b-nm78gagsu5]  .mud-switch-label,
.admin-main[b-nm78gagsu5]  .mud-input-adornment-text {
    color: var(--app-text) !important;
}

.admin-main[b-nm78gagsu5]  .mud-paper,
.admin-main[b-nm78gagsu5]  .mud-card-content,
.admin-main[b-nm78gagsu5]  .mud-card-header {
    color: var(--app-text);
}

.admin-main[b-nm78gagsu5]  .mud-input-outlined-border {
    border-color: var(--app-border) !important;
}

.admin-main[b-nm78gagsu5]  .mud-input-root:hover .mud-input-outlined-border,
.admin-main[b-nm78gagsu5]  .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--app-border-strong) !important;
}

.admin-main[b-nm78gagsu5]  .mud-progress-linear-bars {
    border-radius: 999px;
}

.admin-main[b-nm78gagsu5]  .mud-table-head {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(240, 244, 251, 0.96));
}

.admin-shell--dark .admin-main[b-nm78gagsu5]  .mud-table-head {
    background: rgba(30, 41, 59, 0.72);
}

.admin-main[b-nm78gagsu5]  .mud-table-row:hover {
    background: rgba(91, 87, 255, 0.04);
}

.admin-main__content[b-nm78gagsu5] {
    padding-top: 0 !important;
    padding: 4px 0 0;
}

.admin-main .mud-main-content[b-nm78gagsu5],
.admin-main .mud-appbar-dense ~ .mud-main-content[b-nm78gagsu5],
.admin-main .mud-appbar ~ .mud-main-content[b-nm78gagsu5] {
    padding-top: 0 !important;
}

.admin-main__container[b-nm78gagsu5] {
    padding: 18px 26px 44px;
    max-width: 1540px;
    margin: 0 auto;
}

@keyframes adminPulse-b-nm78gagsu5 {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(22, 163, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

@media (max-width: 959.98px) {
    .admin-main__container[b-nm78gagsu5] {
        padding: 14px 14px 32px;
    }

    .admin-topbar[b-nm78gagsu5] {
        padding: 8px 10px;
        margin-bottom: 2px;
    }

    .admin-topbar__title[b-nm78gagsu5]  .mud-typography-caption {
        display: none;
    }
}

@media (max-width: 720px) {
    .admin-topbar__action-label[b-nm78gagsu5] {
        display: none;
    }

    .admin-topbar[b-nm78gagsu5]  .mud-button-root {
        min-width: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .admin-topbar__title[b-nm78gagsu5]  .mud-typography-body1 {
        font-size: 0.95rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dnpiv2cltv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-dnpiv2cltv], article[b-dnpiv2cltv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bonru5gu88] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bonru5gu88] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bonru5gu88] {
    font-size: 1.1rem;
}

.bi[b-bonru5gu88] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bonru5gu88] {
    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-bonru5gu88] {
    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-bonru5gu88] {
    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");
}

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

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

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

    .nav-item[b-bonru5gu88]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

.nav-item[b-bonru5gu88]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bonru5gu88] {
        display: none;
    }

    .collapse[b-bonru5gu88] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-bonru5gu88] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.dashboard-page[b-1abg3fbtug] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dashboard-hero[b-1abg3fbtug] {
    padding: 32px;
    border: 1px solid var(--app-border);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 164, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(91, 87, 255, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.98));
    box-shadow:
        0 26px 54px rgba(15, 23, 42, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.dashboard-hero__content[b-1abg3fbtug] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.dashboard-hero__eyebrow[b-1abg3fbtug] {
    letter-spacing: 0.14em;
    color: #5b57ff;
}

.dashboard-hero__title[b-1abg3fbtug] {
    margin: 4px 0 10px;
    font-weight: 800;
    color: #172033;
}

.dashboard-hero__subtitle[b-1abg3fbtug] {
    max-width: 720px;
    color: #4c5c74;
    line-height: 1.7;
}

.dashboard-hero__actions[b-1abg3fbtug] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dashboard-hero__meta[b-1abg3fbtug] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-hero__pill[b-1abg3fbtug] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.dashboard-hero__pill-label[b-1abg3fbtug] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #72829a;
}

.dashboard-hero__pill-value[b-1abg3fbtug] {
    font-size: 1rem;
    font-weight: 700;
    color: #172033;
}

.admin-stat-grid[b-1abg3fbtug] {
    margin-bottom: 0;
}

.admin-stat-grid[b-1abg3fbtug]  > .mud-grid-item {
    display: flex;
}

.dashboard-content-grid[b-1abg3fbtug] {
    align-items: stretch;
}

.admin-stat-card[b-1abg3fbtug] {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.admin-stat-card__topline[b-1abg3fbtug] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.admin-stat-card__icon[b-1abg3fbtug] {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
    color: #fff;
}

.admin-stat-card__value[b-1abg3fbtug] {
    margin-bottom: 8px;
    color: #172033;
    font-weight: 800;
    line-height: 1.1;
}

.admin-stat-card__value--donor[b-1abg3fbtug] {
    line-height: 1.2;
}

.admin-stat-card__label[b-1abg3fbtug] {
    margin-top: 8px;
    color: #4c5c74;
}

.admin-stat-card--violet[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(91, 87, 255, 0.14), rgba(255, 255, 255, 0.98));
}

.admin-stat-card--violet .admin-stat-card__icon[b-1abg3fbtug] {
    background: linear-gradient(135deg, #5b57ff, #7c72ff);
}

.admin-stat-card--rose[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(244, 114, 182, 0.14), rgba(255, 255, 255, 0.98));
}

.admin-stat-card--rose .admin-stat-card__icon[b-1abg3fbtug] {
    background: linear-gradient(135deg, #ec4899, #fb7185);
}

.admin-stat-card--amber[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(251, 191, 36, 0.16), rgba(255, 255, 255, 0.98));
}

.admin-stat-card--amber .admin-stat-card__icon[b-1abg3fbtug] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.admin-stat-card--mint[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(20, 184, 166, 0.14), rgba(255, 255, 255, 0.98));
}

.admin-stat-card--mint .admin-stat-card__icon[b-1abg3fbtug] {
    background: linear-gradient(135deg, #0ea5a4, #2dd4bf);
}

.admin-stat-card[b-1abg3fbtug]  .mud-chip-root {
    border-color: rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.72) !important;
}

.admin-stat-card[b-1abg3fbtug]  .mud-chip-content {
    color: #1e293b !important;
    font-weight: 700;
}

.admin-section-card[b-1abg3fbtug] {
    padding: 26px;
    margin-bottom: 18px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.98));
    box-shadow:
        0 24px 44px rgba(15, 23, 42, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.admin-section-card--tight[b-1abg3fbtug] {
    padding: 20px;
}

.admin-section-card__header[b-1abg3fbtug] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.admin-section-card__header :is(.mud-typography-h6, .mud-typography-body2)[b-1abg3fbtug] {
    color: #172033;
}

.admin-section-card[b-1abg3fbtug]  svg text {
    fill: #55657d;
}

.admin-section-card[b-1abg3fbtug]  .mud-button-root.mud-button-outlined {
    border-color: rgba(91, 87, 255, 0.2);
}

.donor-rank-list[b-1abg3fbtug],
.dashboard-live-list[b-1abg3fbtug] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.request-inbox-list[b-1abg3fbtug] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.donor-rank-list__item[b-1abg3fbtug],
.dashboard-live-list__item[b-1abg3fbtug] {
    padding: 15px 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(249, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.request-inbox-list__item[b-1abg3fbtug] {
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(249, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.donor-rank-list__item[b-1abg3fbtug] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.donor-rank-list__meta[b-1abg3fbtug] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.donor-rank-list__rank[b-1abg3fbtug],
.dashboard-live-list__amount[b-1abg3fbtug] {
    font-weight: 800;
    color: #4338ca;
}

.donor-rank-list__name[b-1abg3fbtug],
.dashboard-live-list__name[b-1abg3fbtug] {
    color: #172033;
    font-weight: 700;
}

.dashboard-live-list__top[b-1abg3fbtug],
.dashboard-live-list__bottom[b-1abg3fbtug] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.request-inbox-list__top[b-1abg3fbtug] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.request-inbox-list__name[b-1abg3fbtug] {
    color: #172033;
    font-weight: 700;
}

.request-inbox-list__contact[b-1abg3fbtug] {
    margin-top: 2px;
    color: #5c6b82;
    font-size: 0.92rem;
}

.request-inbox-list__message[b-1abg3fbtug] {
    color: #334155;
    line-height: 1.65;
    white-space: pre-wrap;
}

.request-inbox-list__time[b-1abg3fbtug] {
    margin-top: 10px;
    color: #72829a;
    font-size: 0.82rem;
}

.dashboard-live-list__top[b-1abg3fbtug] {
    margin-bottom: 8px;
}

.dashboard-live-list__time[b-1abg3fbtug] {
    color: #72829a;
    font-size: 0.85rem;
}

.dashboard-live-list__message[b-1abg3fbtug] {
    max-width: 220px;
    color: #55657d;
    font-size: 0.9rem;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-empty-state[b-1abg3fbtug] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 20px;
    border: 1px dashed rgba(148, 163, 184, 0.32);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.dashboard-empty-state[b-1abg3fbtug]  .mud-typography-h6 {
    color: #172033 !important;
}

.dashboard-empty-state--compact[b-1abg3fbtug] {
    padding: 22px 18px;
}

.dashboard-empty-state__icon[b-1abg3fbtug] {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(91, 87, 255, 0.16), rgba(14, 165, 164, 0.14));
    color: #4338ca;
}

.dashboard-empty-state__icon--small[b-1abg3fbtug] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.admin-shell--dark .dashboard-hero[b-1abg3fbtug],
.admin-shell--dark .admin-section-card[b-1abg3fbtug],
.admin-shell--dark .admin-stat-card[b-1abg3fbtug],
.admin-shell--dark .donor-rank-list__item[b-1abg3fbtug],
.admin-shell--dark .dashboard-live-list__item[b-1abg3fbtug],
.admin-shell--dark .dashboard-empty-state[b-1abg3fbtug] {
    border-color: var(--app-border);
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.28);
}

.admin-shell--dark .dashboard-hero[b-1abg3fbtug] {
    background:
        radial-gradient(circle at top right, rgba(45, 212, 191, 0.1), transparent 24%),
        radial-gradient(circle at bottom left, rgba(129, 140, 248, 0.12), transparent 32%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.96));
}

.admin-shell--dark .dashboard-hero__title[b-1abg3fbtug],
.admin-shell--dark .dashboard-hero__subtitle[b-1abg3fbtug],
.admin-shell--dark .dashboard-hero__pill-value[b-1abg3fbtug],
.admin-shell--dark .admin-stat-card__value[b-1abg3fbtug],
.admin-shell--dark .admin-stat-card__label[b-1abg3fbtug],
.admin-shell--dark .donor-rank-list__name[b-1abg3fbtug],
.admin-shell--dark .dashboard-live-list__name[b-1abg3fbtug],
.admin-shell--dark .dashboard-live-list__message[b-1abg3fbtug] {
    color: #e2e8f0;
}

.admin-shell--dark .dashboard-hero__pill-label[b-1abg3fbtug],
.admin-shell--dark .dashboard-live-list__time[b-1abg3fbtug] {
    color: #94a3b8;
}

.admin-shell--dark .dashboard-hero__pill[b-1abg3fbtug] {
    border-color: rgba(148, 163, 184, 0.14);
    background: rgba(30, 41, 59, 0.72);
    box-shadow: none;
}

.admin-shell--dark .admin-stat-card--violet[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(129, 140, 248, 0.18), rgba(30, 41, 59, 0.96));
}

.admin-shell--dark .admin-stat-card--rose[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(244, 114, 182, 0.18), rgba(30, 41, 59, 0.96));
}

.admin-shell--dark .admin-stat-card--amber[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(251, 191, 36, 0.18), rgba(30, 41, 59, 0.96));
}

.admin-shell--dark .admin-stat-card--mint[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(45, 212, 191, 0.18), rgba(30, 41, 59, 0.96));
}

.admin-shell--dark .admin-stat-card[b-1abg3fbtug]  .mud-chip-root {
    background: rgba(15, 23, 42, 0.46) !important;
    border-color: rgba(148, 163, 184, 0.14) !important;
}

.admin-shell--dark .admin-stat-card[b-1abg3fbtug]  .mud-chip-content {
    color: #cbd5e1 !important;
}

.admin-shell--dark .admin-section-card[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94));
}

.admin-shell--dark .admin-section-card__header[b-1abg3fbtug] {
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

.admin-shell--dark .admin-section-card__header :is(.mud-typography-h6, .mud-typography-body2)[b-1abg3fbtug],
.admin-shell--dark .dashboard-empty-state[b-1abg3fbtug]  .mud-typography-h6 {
    color: #e2e8f0 !important;
}

.admin-shell--dark .admin-section-card[b-1abg3fbtug]  svg text {
    fill: #94a3b8;
}

.admin-shell--dark .donor-rank-list__item[b-1abg3fbtug],
.admin-shell--dark .dashboard-live-list__item[b-1abg3fbtug],
.admin-shell--dark .dashboard-empty-state[b-1abg3fbtug] {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.94));
}

@media (max-width: 959.98px) {
    .dashboard-hero__content[b-1abg3fbtug],
    .admin-section-card__header[b-1abg3fbtug] {
        flex-direction: column;
    }

    .dashboard-hero[b-1abg3fbtug] {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .dashboard-hero__title[b-1abg3fbtug] {
        font-size: 2rem;
    }

    .dashboard-hero__meta[b-1abg3fbtug] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-stat-card[b-1abg3fbtug] {
        padding: 18px;
    }
}

@media (max-width: 599.98px) {
    .dashboard-hero__meta[b-1abg3fbtug] {
        grid-template-columns: 1fr;
    }

    .admin-stat-card__icon[b-1abg3fbtug] {
        width: 42px;
        height: 42px;
    }

    .admin-stat-card__value[b-1abg3fbtug] {
        font-size: 2rem;
    }

    .dashboard-live-list__top[b-1abg3fbtug],
    .dashboard-live-list__bottom[b-1abg3fbtug] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-live-list__message[b-1abg3fbtug] {
        max-width: none;
        text-align: left;
        white-space: normal;
    }
}
/* /Pages/Admin/Donations.razor.rz.scp.css */
.donations-hero[b-cg37oy74kv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.donations-hero__title[b-cg37oy74kv] {
    margin-bottom: 8px;
    font-weight: 800;
    color: var(--app-text);
}

.donations-hero__subtitle[b-cg37oy74kv] {
    max-width: 720px;
    color: var(--app-text-soft);
}

.donations-hero__meta[b-cg37oy74kv] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.donations-panel[b-cg37oy74kv],
.donations-table-card[b-cg37oy74kv] {
    margin-bottom: 18px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.98));
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.05);
}

.donations-panel__header[b-cg37oy74kv] {
    padding: 22px 24px 0;
}

.donations-panel__content[b-cg37oy74kv] {
    padding: 18px 24px 24px;
}

.donations-table-card[b-cg37oy74kv] {
    overflow: hidden;
}

.donations-table-card__message[b-cg37oy74kv] {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-shell--dark .donations-panel[b-cg37oy74kv],
.admin-shell--dark .donations-table-card[b-cg37oy74kv] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94));
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.28);
}

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

    .donations-panel__header[b-cg37oy74kv],
    .donations-panel__content[b-cg37oy74kv] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* /Pages/Admin/DonationSettings.razor.rz.scp.css */
.donation-settings-hero[b-gndgirbspd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.donation-settings-hero__title[b-gndgirbspd] {
    margin-bottom: 8px;
    color: #172033;
    font-weight: 800;
}

.donation-settings-hero__subtitle[b-gndgirbspd] {
    max-width: 720px;
    color: #55657d;
    line-height: 1.7;
}

.donation-settings-hero__action[b-gndgirbspd] {
    flex-shrink: 0;
    min-height: 48px;
    padding-inline: 18px;
    border-radius: 16px;
    box-shadow: 0 18px 30px rgba(91, 87, 255, 0.18);
}

.donation-currency-card[b-gndgirbspd] {
    height: 100%;
}

.currency-card__header[b-gndgirbspd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.currency-card__flag[b-gndgirbspd] {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 14px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.currency-flag--rub[b-gndgirbspd] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.currency-flag--usd[b-gndgirbspd] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.currency-flag--eur[b-gndgirbspd] {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.currency-card__title-block[b-gndgirbspd] {
    flex: 1;
}

.currency-card__name[b-gndgirbspd] {
    font-weight: 700;
    line-height: 1.2;
}

.currency-card__switch[b-gndgirbspd] {
    flex-shrink: 0;
    margin: 0;
}

@media (max-width: 959.98px) {
    .donation-settings-hero[b-gndgirbspd] {
        flex-direction: column;
    }
}
/* /Pages/Admin/Requests.razor.rz.scp.css */
.requests-page[b-juobg9pu9j] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.requests-hero[b-juobg9pu9j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.requests-hero__title[b-juobg9pu9j] {
    margin-bottom: 8px;
    color: #172033;
    font-weight: 800;
}

.requests-hero__subtitle[b-juobg9pu9j] {
    max-width: 760px;
    color: #55657d;
    line-height: 1.7;
}

.requests-hero__actions[b-juobg9pu9j] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.requests-panel[b-juobg9pu9j] {
    padding: 24px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.98));
    box-shadow:
        0 24px 44px rgba(15, 23, 42, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.requests-list[b-juobg9pu9j] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.requests-item[b-juobg9pu9j] {
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(249, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.requests-item__top[b-juobg9pu9j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.requests-item__name[b-juobg9pu9j] {
    color: #172033;
    font-weight: 800;
}

.requests-item__contact[b-juobg9pu9j] {
    margin-top: 4px;
    color: #5c6b82;
}

.requests-item__status[b-juobg9pu9j] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.requests-item__message[b-juobg9pu9j] {
    color: #334155;
    line-height: 1.7;
    white-space: pre-wrap;
}

.requests-item__meta[b-juobg9pu9j] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 14px;
    font-size: 0.82rem;
    color: #72829a;
}

.requests-empty[b-juobg9pu9j] {
    display: grid;
    place-items: center;
    gap: 6px;
    min-height: 152px;
    padding: 20px 12px;
    text-align: center;
}

.requests-empty__icon[b-juobg9pu9j] {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 2px;
    border-radius: 14px;
    color: #5b57ff;
    background: rgba(91, 87, 255, 0.1);
}

@media (max-width: 959.98px) {
    .requests-hero[b-juobg9pu9j],
    .requests-item__top[b-juobg9pu9j] {
        flex-direction: column;
    }
}
/* /Pages/Admin/Settings.razor.rz.scp.css */
.settings-hero[b-pbpd8r82eq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.settings-hero__title[b-pbpd8r82eq] {
    margin-bottom: 8px;
    font-weight: 800;
    color: var(--app-text);
}

.settings-hero__subtitle[b-pbpd8r82eq] {
    max-width: 720px;
    color: var(--app-text-soft);
}

.settings-card[b-pbpd8r82eq] {
    margin-bottom: 18px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.98));
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.05);
}

.settings-card[b-pbpd8r82eq]  .mud-typography-h6,
.settings-card[b-pbpd8r82eq]  .mud-typography-body2,
.settings-card[b-pbpd8r82eq]  .mud-list-item-text,
.settings-card[b-pbpd8r82eq]  .mud-list-item {
    color: var(--app-text) !important;
}

.settings-card--widget-links[b-pbpd8r82eq] {
    background:
        radial-gradient(circle at top right, rgba(91, 87, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(248, 250, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.widget-link-item[b-pbpd8r82eq] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.widget-link-item:last-child[b-pbpd8r82eq] {
    margin-bottom: 0;
}

.widget-link-item__url[b-pbpd8r82eq] {
    word-break: break-all;
    font-family: "JetBrains Mono", "SFMono-Regular", monospace;
    color: #4338ca;
    white-space: normal;
    line-height: 1.55;
}

.admin-shell--dark .settings-card[b-pbpd8r82eq] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94));
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.28);
}

.admin-shell--dark .settings-card--widget-links[b-pbpd8r82eq],
.admin-shell--dark .widget-link-item[b-pbpd8r82eq] {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.94));
}

.admin-shell--dark .widget-link-item__url[b-pbpd8r82eq] {
    color: #c7d2fe;
}

@media (max-width: 959.98px) {
    .settings-hero[b-pbpd8r82eq] {
        flex-direction: column;
    }
}
/* /Pages/Admin/Widgets.razor.rz.scp.css */
.widgets-hero[b-szjjdjhcln] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.widgets-hero__title[b-szjjdjhcln] {
    margin-bottom: 8px;
    font-weight: 800;
    color: var(--app-text);
}

.widgets-hero__subtitle[b-szjjdjhcln] {
    max-width: 760px;
    color: var(--app-text-soft);
}

.widgets-card[b-szjjdjhcln] {
    margin-bottom: 18px;
    border: 1px solid var(--app-border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.98));
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.05);
}

.widgets-card[b-szjjdjhcln]  .mud-typography-h6,
.widgets-card[b-szjjdjhcln]  .mud-typography-body2,
.widgets-card[b-szjjdjhcln]  .mud-list-item-text,
.widgets-card[b-szjjdjhcln]  .mud-list-item {
    color: var(--app-text) !important;
}

.widgets-card--links[b-szjjdjhcln] {
    background:
        radial-gradient(circle at top right, rgba(91, 87, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(248, 250, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.widget-link-item[b-szjjdjhcln] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.widget-link-item:last-child[b-szjjdjhcln] {
    margin-bottom: 0;
}

.widget-link-item__url[b-szjjdjhcln] {
    word-break: break-all;
    font-family: "JetBrains Mono", "SFMono-Regular", monospace;
    color: #4338ca;
    white-space: normal;
    line-height: 1.55;
}

.admin-shell--dark .widgets-card[b-szjjdjhcln] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.94));
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.28);
}

.admin-shell--dark .widgets-card--links[b-szjjdjhcln],
.admin-shell--dark .widget-link-item[b-szjjdjhcln] {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.94));
}

.admin-shell--dark .widget-link-item__url[b-szjjdjhcln] {
    color: #c7d2fe;
}

@media (max-width: 959.98px) {
    .widgets-hero[b-szjjdjhcln] {
        flex-direction: column;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.goal-card[b-o93q1rx66a],
.donation-form-card[b-o93q1rx66a],
.support-activity[b-o93q1rx66a] {
    border-radius: 28px;
}

.goal-card[b-o93q1rx66a] {
    border: 1px solid rgba(91, 87, 255, 0.14);
    background:
        radial-gradient(circle at top right, rgba(91, 87, 255, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.98));
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.donation-form-card[b-o93q1rx66a] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        radial-gradient(circle at top left, rgba(14, 165, 164, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 255, 0.98));
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.donation-form-card[b-o93q1rx66a]  .mud-card-header {
    padding-bottom: 4px;
}

.donation-form-card[b-o93q1rx66a]  .mud-card-content {
    padding-bottom: 2px;
}

.donation-form-card[b-o93q1rx66a]  .mud-card-actions {
    padding-top: 0;
}

.support-loading[b-o93q1rx66a] {
    display: flex;
    flex-direction: column;
}

.field-hint[b-o93q1rx66a] {
    font-weight: 400;
    color: var(--app-text-faint);
}

.donation-minimum-note[b-o93q1rx66a] {
    color: #5c6b82;
    line-height: 1.6;
}

.donation-minimum-note strong[b-o93q1rx66a] {
    color: #172033;
    font-weight: 800;
}

.donor-name-field[b-o93q1rx66a]  input,
.donor-name-field[b-o93q1rx66a]  .mud-input-slot,
.donor-name-field[b-o93q1rx66a]  .mud-input-root-input {
    font-weight: 700 !important;
}

.donation-actions-wrap[b-o93q1rx66a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.donation-form-card[b-o93q1rx66a]  .mud-input-outlined-border {
    border-color: rgba(148, 163, 184, 0.24) !important;
}

.donation-form-card[b-o93q1rx66a]  .mud-input-root:hover .mud-input-outlined-border,
.donation-form-card[b-o93q1rx66a]  .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: rgba(91, 87, 255, 0.24) !important;
}

.donation-form-card[b-o93q1rx66a]  .mud-chip {
    padding-inline: 6px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(248, 250, 255, 0.92);
}

.donation-form-card[b-o93q1rx66a]  .mud-chip-filled {
    box-shadow: none;
}

.donation-form-card[b-o93q1rx66a]  .mud-button-filled-primary {
    min-height: 52px;
}

.donation-form-card[b-o93q1rx66a]  .mud-input-helper-text {
    color: #72829a;
}

.donation-trust[b-o93q1rx66a],
.support-activity[b-o93q1rx66a] {
    padding: 18px 20px 16px;
    border: 1px solid rgba(91, 87, 255, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(91, 87, 255, 0.05), rgba(255, 255, 255, 0.96) 46%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 252, 0.98));
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.donation-trust[b-o93q1rx66a] {
    width: 100%;
}

.donation-trust__row[b-o93q1rx66a],
.support-activity__lead[b-o93q1rx66a] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.donation-trust__row[b-o93q1rx66a] {
    margin-bottom: 10px;
}

.donation-trust__badge[b-o93q1rx66a] {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.24);
}

.support-activity__badge[b-o93q1rx66a] {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.24);
}

.donation-trust__text[b-o93q1rx66a] {
    color: #172033;
    line-height: 1.55;
}

.donation-trust__brand[b-o93q1rx66a] {
    font-weight: 700;
    color: #4338ca;
}

.donation-trust__caption[b-o93q1rx66a] {
    display: block;
    padding-left: 42px;
    color: #5c6b82;
    line-height: 1.6;
}

.donation-trust__link[b-o93q1rx66a] {
    margin-left: 4px;
    font-weight: 700;
    color: #4338ca;
    text-decoration: none;
}

.donation-trust__link:hover[b-o93q1rx66a] {
    text-decoration: underline;
}

.donation-trust--dark[b-o93q1rx66a] {
    border-color: rgba(129, 140, 248, 0.24);
    background:
        linear-gradient(135deg, rgba(129, 140, 248, 0.14), rgba(15, 23, 42, 0.86) 46%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.96));
    box-shadow: 0 22px 44px rgba(2, 6, 23, 0.34);
}

.donation-trust--dark .donation-trust__text[b-o93q1rx66a] {
    color: #e2e8f0;
}

.donation-trust--dark .donation-trust__brand[b-o93q1rx66a] {
    color: #c7d2fe;
}

.donation-trust--dark .donation-trust__caption[b-o93q1rx66a] {
    color: #94a3b8;
}

.donation-trust--dark .donation-trust__link[b-o93q1rx66a] {
    color: #c7d2fe;
}

.public-shell--dark .donation-minimum-note[b-o93q1rx66a] {
    color: #94a3b8;
}

.public-shell--dark .donation-minimum-note strong[b-o93q1rx66a] {
    color: #e2e8f0;
}

.support-activity--dark[b-o93q1rx66a] {
    border-color: rgba(129, 140, 248, 0.24);
    background:
        linear-gradient(135deg, rgba(129, 140, 248, 0.14), rgba(15, 23, 42, 0.86) 46%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.96));
    box-shadow: 0 22px 44px rgba(2, 6, 23, 0.34);
}

.support-activity__header[b-o93q1rx66a] {
    margin-bottom: 12px;
}

.support-activity__title[b-o93q1rx66a] {
    color: #172033;
    line-height: 1.45;
}

.support-activity__caption[b-o93q1rx66a] {
    display: block;
    margin-top: 2px;
    color: #5c6b82;
    line-height: 1.6;
}

.support-activity__list[b-o93q1rx66a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support-activity__item[b-o93q1rx66a] {
    padding: 14px 16px;
    border: 1px solid rgba(91, 87, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.support-activity__meta[b-o93q1rx66a],
.support-activity__bottom[b-o93q1rx66a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.support-activity__meta[b-o93q1rx66a] {
    margin-bottom: 8px;
}

.support-activity__name[b-o93q1rx66a] {
    font-weight: 700;
    color: #172033;
}

.support-activity__time[b-o93q1rx66a] {
    font-size: 0.85rem;
    color: #5c6b82;
}

.support-activity__amount[b-o93q1rx66a] {
    font-weight: 700;
    color: #4338ca;
}

.support-activity__expand[b-o93q1rx66a] {
    padding: 0;
    border: 0;
    background: transparent;
    color: #5b57ff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.support-activity__expand:hover[b-o93q1rx66a] {
    opacity: 0.82;
    transform: translateY(-1px);
}

.support-activity__empty[b-o93q1rx66a] {
    padding: 16px;
    border: 1px dashed rgba(148, 163, 184, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: #5c6b82;
    text-align: center;
    line-height: 1.6;
}

.public-shell--dark .goal-card[b-o93q1rx66a],
.public-shell--dark .donation-form-card[b-o93q1rx66a],
.public-shell--dark .support-activity[b-o93q1rx66a] {
    border-color: rgba(129, 140, 248, 0.22);
    box-shadow: 0 24px 48px rgba(2, 6, 23, 0.34);
}

.public-shell--dark .goal-card[b-o93q1rx66a] {
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.96));
}

.public-shell--dark .donation-form-card[b-o93q1rx66a] {
    background:
        radial-gradient(circle at top left, rgba(45, 212, 191, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.98));
}

.public-shell--dark .donation-form-card[b-o93q1rx66a]  .mud-chip {
    border-color: rgba(148, 163, 184, 0.14);
    background: rgba(30, 41, 59, 0.86);
}

.support-activity--dark .support-activity__item[b-o93q1rx66a],
.public-shell--dark .support-activity__item[b-o93q1rx66a] {
    background: rgba(30, 41, 59, 0.88);
    border-color: rgba(129, 140, 248, 0.12);
}

.support-activity--dark .support-activity__title[b-o93q1rx66a],
.public-shell--dark .support-activity__title[b-o93q1rx66a] {
    color: #e2e8f0;
}

.support-activity--dark .support-activity__caption[b-o93q1rx66a],
.public-shell--dark .support-activity__caption[b-o93q1rx66a] {
    color: #94a3b8 !important;
}

.support-activity--dark .support-activity__badge[b-o93q1rx66a],
.public-shell--dark .support-activity__badge[b-o93q1rx66a] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.support-activity--dark .support-activity__name[b-o93q1rx66a],
.public-shell--dark .support-activity__name[b-o93q1rx66a] {
    color: #e2e8f0;
}

.support-activity--dark .support-activity__time[b-o93q1rx66a],
.support-activity--dark .support-activity__empty[b-o93q1rx66a],
.public-shell--dark .support-activity__time[b-o93q1rx66a],
.public-shell--dark .support-activity__empty[b-o93q1rx66a] {
    color: #94a3b8;
}

.support-activity--dark .support-activity__empty[b-o93q1rx66a],
.public-shell--dark .support-activity__empty[b-o93q1rx66a] {
    border-color: rgba(129, 140, 248, 0.18);
    background: rgba(15, 23, 42, 0.58);
}

.support-activity--dark .support-activity__amount[b-o93q1rx66a],
.public-shell--dark .support-activity__amount[b-o93q1rx66a] {
    color: #c7d2fe;
}

.support-activity--dark .support-activity__expand[b-o93q1rx66a],
.public-shell--dark .support-activity__expand[b-o93q1rx66a] {
    color: #a5b4fc;
}

.support-message-modal[b-o93q1rx66a] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(12px);
}

.support-message-modal__card[b-o93q1rx66a] {
    width: min(560px, 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 252, 0.98));
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
}

.support-message-modal__header[b-o93q1rx66a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.support-message-modal__meta[b-o93q1rx66a] {
    color: #5c6b82;
}

.support-message-modal__body[b-o93q1rx66a] {
    padding: 18px 20px 22px;
    color: #314155;
    line-height: 1.7;
    white-space: pre-wrap;
}

.public-shell--dark .support-message-modal__card[b-o93q1rx66a] {
    border-color: rgba(129, 140, 248, 0.2);
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.98));
    box-shadow: 0 30px 64px rgba(2, 6, 23, 0.54);
}

.public-shell--dark .support-message-modal__header[b-o93q1rx66a] {
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

.public-shell--dark .support-message-modal__meta[b-o93q1rx66a],
.public-shell--dark .support-message-modal__body[b-o93q1rx66a] {
    color: #cbd5e1;
}

@media (max-width: 600px) {
    .donation-trust[b-o93q1rx66a],
    .support-activity[b-o93q1rx66a] {
        padding: 16px;
    }

    .donation-trust__caption[b-o93q1rx66a] {
        padding-left: 0;
    }

    .support-activity__meta[b-o93q1rx66a],
    .support-activity__bottom[b-o93q1rx66a] {
        flex-direction: column;
        align-items: flex-start;
    }

    .support-activity__lead[b-o93q1rx66a] {
        align-items: center;
    }

    .support-message-modal__card[b-o93q1rx66a] {
        border-radius: 20px;
    }
}
/* /Pages/Legal/Contacts.razor.rz.scp.css */
/* ── Page ── */
.contacts-page[b-2wmijxvu2w] {
    padding-block: 12px 48px;
}

/* ── Hero ── */
.contacts-hero[b-2wmijxvu2w] {
    margin-bottom: 24px;
    padding: 28px 32px;
    border: 1px solid rgba(91, 87, 255, 0.12);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(91, 87, 255, 0.09), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 252, 0.98));
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
}

.contacts-hero__title[b-2wmijxvu2w] {
    margin-bottom: 10px;
    color: #172033;
    font-weight: 800;
}

.contacts-hero__subtitle[b-2wmijxvu2w] {
    max-width: 640px;
    color: #55657d;
    line-height: 1.7;
    margin: 0;
}

/* ── Info strip ── */
.contacts-info-strip[b-2wmijxvu2w] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contacts-info-chip[b-2wmijxvu2w] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
    min-width: 180px;
    flex: 1;
}

.contacts-info-chip:not(.contacts-info-chip--static):hover[b-2wmijxvu2w] {
    border-color: rgba(91, 87, 255, 0.3);
    box-shadow: 0 8px 28px rgba(91, 87, 255, 0.12);
    transform: translateY(-2px);
}

.contacts-info-chip__icon[b-2wmijxvu2w] {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    flex-shrink: 0;
}

.contacts-info-chip__icon--email[b-2wmijxvu2w] {
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
}

.contacts-info-chip__icon--web[b-2wmijxvu2w] {
    background: linear-gradient(135deg, #5b57ff, #7c72ff);
    box-shadow: 0 8px 20px rgba(91, 87, 255, 0.3);
}

.contacts-info-chip__icon--geo[b-2wmijxvu2w] {
    background: linear-gradient(135deg, #f43f5e, #fb7185);
    box-shadow: 0 8px 20px rgba(244, 63, 94, 0.3);
}

.contacts-info-chip__body[b-2wmijxvu2w] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contacts-info-chip__label[b-2wmijxvu2w] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #72829a;
}

.contacts-info-chip__value[b-2wmijxvu2w] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #172033;
}

/* ── Form card ── */
.contacts-form-card[b-2wmijxvu2w] {
    padding: 28px 32px 32px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(91, 87, 255, 0.07), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 253, 0.98));
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.contacts-form-card__title[b-2wmijxvu2w] {
    margin-bottom: 6px;
    color: #172033;
    font-weight: 800;
}

.contacts-form-card__subtitle[b-2wmijxvu2w] {
    margin-bottom: 20px;
    color: #5c6b82;
    line-height: 1.6;
}

/* фикс жирного шрифта в однострочных полях */
.contacts-form-card[b-2wmijxvu2w]  input.mud-input-root,
.contacts-form-card[b-2wmijxvu2w]  .mud-input-slot {
    font-weight: 400 !important;
}

.contacts-submit-btn[b-2wmijxvu2w] {
    min-height: 54px;
}

/* ══════════════════════════════
   DARK MODE
   ══════════════════════════════ */

.public-shell--dark .contacts-hero[b-2wmijxvu2w] {
    border-color: rgba(129, 140, 248, 0.2);
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.98));
    box-shadow: 0 20px 48px rgba(2, 6, 23, 0.32);
}

.public-shell--dark .contacts-hero__title[b-2wmijxvu2w] {
    color: #e2e8f0;
}

.public-shell--dark .contacts-hero__subtitle[b-2wmijxvu2w] {
    color: #94a3b8;
}

.public-shell--dark .contacts-info-chip[b-2wmijxvu2w] {
    border-color: rgba(129, 140, 248, 0.2);
    background: rgba(30, 41, 59, 0.9);
    box-shadow: 0 4px 16px rgba(2, 6, 23, 0.24);
}

.public-shell--dark .contacts-info-chip:not(.contacts-info-chip--static):hover[b-2wmijxvu2w] {
    border-color: rgba(129, 140, 248, 0.45);
    box-shadow: 0 8px 28px rgba(129, 140, 248, 0.18);
}

.public-shell--dark .contacts-info-chip__label[b-2wmijxvu2w] {
    color: #64748b;
}

.public-shell--dark .contacts-info-chip__value[b-2wmijxvu2w] {
    color: #e2e8f0;
}

.public-shell--dark .contacts-form-card[b-2wmijxvu2w] {
    border-color: rgba(129, 140, 248, 0.2);
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.98));
    box-shadow: 0 24px 52px rgba(2, 6, 23, 0.36);
}

.public-shell--dark .contacts-form-card__title[b-2wmijxvu2w] {
    color: #e2e8f0;
}

.public-shell--dark .contacts-form-card__subtitle[b-2wmijxvu2w] {
    color: #94a3b8;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .contacts-page[b-2wmijxvu2w] {
        padding-top: 8px;
    }

    .contacts-hero[b-2wmijxvu2w] {
        padding: 20px;
    }

    .contacts-info-strip[b-2wmijxvu2w] {
        flex-direction: column;
        gap: 8px;
    }

    .contacts-info-chip[b-2wmijxvu2w] {
        min-width: unset;
    }

    .contacts-form-card[b-2wmijxvu2w] {
        padding: 20px 16px 24px;
    }
}
