/* _content/Admin.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-13qc8h3aqh] {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
}

.auth-brand[b-13qc8h3aqh] {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(32px, 4vw, 56px);
    color: #fff;
    background: var(--gradient);
    overflow: hidden;
}

.auth-brand__glow[b-13qc8h3aqh] {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 15% 10%, rgba(255, 255, 255, 0.22), transparent 70%),
        radial-gradient(50% 50% at 95% 90%, rgba(255, 255, 255, 0.14), transparent 70%);
}

.auth-brand__content[b-13qc8h3aqh] {
    position: relative;
    max-width: 460px;
}

.auth-brand__logo[b-13qc8h3aqh] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 700;
    color: #fff;
    font-size: 1.05rem;
    text-decoration: none;
}

.auth-brand__logo b[b-13qc8h3aqh] {
    font-weight: 700;
    opacity: 0.85;
}

.auth-brand__logo-mark[b-13qc8h3aqh] {
    display: block;
    border-radius: 9px;
    background: #fff;
    object-fit: contain;
}

.auth-brand h1[b-13qc8h3aqh] {
    margin-top: 44px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
}

.auth-brand p[b-13qc8h3aqh] {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.6;
}

.auth-brand__points[b-13qc8h3aqh] {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: grid;
    gap: 14px;
}

.auth-brand__points li[b-13qc8h3aqh] {
    display: flex;
    gap: 12px;
    align-items: baseline;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.92);
}

.auth-brand__points span[b-13qc8h3aqh] {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
}

.auth-brand__foot[b-13qc8h3aqh] {
    position: relative;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.62);
}

.auth-panel[b-13qc8h3aqh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 5vw, 48px);
    background: var(--bg);
}

.auth-panel__inner[b-13qc8h3aqh] {
    width: 100%;
    max-width: 400px;
}

@media (min-width: 960px) {
    .auth-shell[b-13qc8h3aqh] {
        grid-template-columns: 1.05fr 1fr;
    }

    .auth-brand[b-13qc8h3aqh] {
        display: flex;
    }
}
/* _content/Admin.Web/Components/Pages/Dashboard.razor.rz.scp.css */
.dash-grid[b-p888ymsw86] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

.bars[b-p888ymsw86] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 160px;
}

.bars__col[b-p888ymsw86] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.bars__track[b-p888ymsw86] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    background: var(--surface-2);
    overflow: hidden;
}

.bars__fill[b-p888ymsw86] {
    width: 100%;
    min-height: 4px;
    border-radius: 8px 8px 0 0;
    background: var(--gradient);
}

.bars__col span[b-p888ymsw86] {
    font-size: 0.72rem;
    color: var(--text-faint);
}

.activity[b-p888ymsw86] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.activity__row[b-p888ymsw86] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 6px;
    border-radius: 10px;
}

.activity__row:hover[b-p888ymsw86] {
    background: var(--surface-2);
}

.activity__icon[b-p888ymsw86] {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary) 12%, transparent);
    color: var(--primary);
    flex: none;
}

.activity__body[b-p888ymsw86] {
    flex: 1;
    min-width: 0;
}

.activity__body b[b-p888ymsw86] {
    display: block;
    font-size: 0.86rem;
}

.activity__body span[b-p888ymsw86] {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 1px;
}

.activity__meta[b-p888ymsw86] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex: none;
}

.activity__meta small[b-p888ymsw86] {
    font-size: 0.7rem;
    color: var(--text-faint);
}

@media (min-width: 1100px) {
    .dash-grid[b-p888ymsw86] {
        grid-template-columns: 1.1fr 1fr;
    }
}
