/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-4qp9jvzdmq] {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    color: #f8fafc;
    background:
        radial-gradient(circle at 18% 48%, rgba(88, 28, 135, 0.36), transparent 26%),
        radial-gradient(circle at 78% 52%, rgba(109, 40, 217, 0.28), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(14, 165, 233, 0.12), transparent 30%),
        linear-gradient(180deg, #050a16 0%, #070b17 48%, #040814 100%);
}

.login-shell[b-4qp9jvzdmq]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(167, 139, 250, 0.2) 0 1px, transparent 1px);
    background-position: 0 0, 48px 60px;
    background-size: 160px 160px, 220px 220px;
    opacity: 0.42;
}

.login-shell[b-4qp9jvzdmq]::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 52%, rgba(124, 58, 237, 0.18), transparent 30%),
        radial-gradient(ellipse at 82% 55%, rgba(124, 58, 237, 0.2), transparent 28%);
    filter: blur(16px);
}

.login-header[b-4qp9jvzdmq],
.login-footer[b-4qp9jvzdmq] {
    position: relative;
    z-index: 1;
    width: min(100% - 56px, 1540px);
    margin: 0 auto;
}

.login-header[b-4qp9jvzdmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
}

.login-brand[b-4qp9jvzdmq] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 1.48rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.login-brand img[b-4qp9jvzdmq] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(139, 92, 246, 0.44));
}

.login-theme-button[b-4qp9jvzdmq] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.58);
    color: #e2e8f0;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.login-main[b-4qp9jvzdmq] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 28px;
}

.login-card[b-4qp9jvzdmq] {
    position: relative;
    width: min(690px, 100%);
    padding: 34px 54px 28px;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.46);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.78)),
        rgba(2, 6, 23, 0.72);
    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
}

.login-card-glow[b-4qp9jvzdmq] {
    position: absolute;
    top: -2px;
    left: 22%;
    width: 56%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b5cf6, #d8b4fe, #8b5cf6, transparent);
    box-shadow: 0 0 22px rgba(167, 139, 250, 0.9);
}

.login-card-logo[b-4qp9jvzdmq] {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 16px;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(139, 92, 246, 0.46));
}

.login-card h1[b-4qp9jvzdmq] {
    margin: 0;
    text-align: center;
    color: #f8fafc;
    font-size: clamp(2.1rem, 3vw, 2.65rem);
    font-weight: 950;
    letter-spacing: 0;
}

.login-subtitle[b-4qp9jvzdmq] {
    max-width: 470px;
    margin: 14px auto 0;
    color: #cbd5e1;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.55;
}

.login-divider[b-4qp9jvzdmq] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px auto 18px;
    color: #8b5cf6;
}

.login-divider[b-4qp9jvzdmq]::before,
.login-divider[b-4qp9jvzdmq]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.2));
}

.login-divider[b-4qp9jvzdmq]::after {
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.2), transparent);
}

.login-divider span[b-4qp9jvzdmq] {
    display: grid;
    place-items: center;
    font-size: 0.76rem;
}

.login-divider.lower[b-4qp9jvzdmq] {
    margin: 24px auto 16px;
}

.login-form[b-4qp9jvzdmq] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.login-validation[b-4qp9jvzdmq] {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(248, 113, 113, 0.26);
    border-radius: 12px;
    background: rgba(127, 29, 29, 0.2);
    color: #fecaca;
}

.login-validation:empty[b-4qp9jvzdmq] {
    display: none;
}

.login-field[b-4qp9jvzdmq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login-field label[b-4qp9jvzdmq] {
    margin: 0;
    color: #f8fafc;
    font-size: 0.94rem;
    font-weight: 800;
}

.login-input-shell[b-4qp9jvzdmq] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 9px;
    background: rgba(2, 6, 23, 0.54);
    color: #cbd5e1;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.login-input-shell:focus-within[b-4qp9jvzdmq] {
    border-color: rgba(139, 92, 246, 0.78);
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

.login-input-shell > i:first-child[b-4qp9jvzdmq] {
    color: #cbd5e1;
    font-size: 1.12rem;
}

.login-eye[b-4qp9jvzdmq],
.login-eye-button[b-4qp9jvzdmq] {
    color: #cbd5e1;
    font-size: 1.08rem;
}

.login-eye-button[b-4qp9jvzdmq] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.login-eye-button:hover[b-4qp9jvzdmq],
.login-eye-button:focus-visible[b-4qp9jvzdmq] {
    background: rgba(148, 163, 184, 0.12);
    color: #f8fafc;
    outline: none;
}

.login-input[b-4qp9jvzdmq] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #f8fafc;
    font-size: 1.05rem;
    font-weight: 600;
}

.login-input[b-4qp9jvzdmq]::placeholder {
    color: rgba(203, 213, 225, 0.62);
    font-weight: 500;
}

.login-input:-webkit-autofill[b-4qp9jvzdmq],
.login-input:-webkit-autofill:hover[b-4qp9jvzdmq],
.login-input:-webkit-autofill:focus[b-4qp9jvzdmq] {
    -webkit-text-fill-color: #f8fafc;
    box-shadow: 0 0 0 1000px #060b16 inset;
}

.login-field-error[b-4qp9jvzdmq] {
    color: #fca5a5;
    font-size: 0.78rem;
}

.login-options[b-4qp9jvzdmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cbd5e1;
    font-size: 0.96rem;
}

.remember-row[b-4qp9jvzdmq] {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin: 0;
}

.remember-checkbox[b-4qp9jvzdmq] {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    accent-color: #7c3aed;
}

.login-options a[b-4qp9jvzdmq],
.register-link a[b-4qp9jvzdmq],
.login-footer a[b-4qp9jvzdmq],
.passkey-button[b-4qp9jvzdmq] {
    color: #a78bfa;
    text-decoration: none;
}

.login-options a:hover[b-4qp9jvzdmq],
.register-link a:hover[b-4qp9jvzdmq],
.login-footer a:hover[b-4qp9jvzdmq],
.passkey-button:hover[b-4qp9jvzdmq] {
    color: #d8b4fe;
}

.login-submit[b-4qp9jvzdmq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 62px;
    border: 1px solid rgba(167, 139, 250, 0.68);
    border-radius: 9px;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-size: 1.22rem;
    font-weight: 900;
    box-shadow: 0 20px 45px rgba(109, 40, 217, 0.32);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.login-submit:hover[b-4qp9jvzdmq] {
    transform: translateY(-1px);
    box-shadow: 0 24px 56px rgba(109, 40, 217, 0.42);
}

.passkey-row[b-4qp9jvzdmq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: -4px;
    color: #64748b;
    font-size: 0.88rem;
}

.passkey-button[b-4qp9jvzdmq] {
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 800;
}

.register-link[b-4qp9jvzdmq] {
    margin: 0;
    color: #cbd5e1;
    text-align: center;
    font-size: 1rem;
}

.login-footer[b-4qp9jvzdmq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(22vw, 360px);
    min-height: 62px;
    color: rgba(203, 213, 225, 0.78);
    font-size: 0.92rem;
}

.login-footer nav[b-4qp9jvzdmq] {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.login-footer nav i[b-4qp9jvzdmq] {
    width: 1px;
    height: 18px;
    background: rgba(148, 163, 184, 0.28);
}

@media (max-width: 720px) {
    .login-header[b-4qp9jvzdmq],
    .login-footer[b-4qp9jvzdmq] {
        width: min(100% - 28px, 680px);
    }

    .login-header[b-4qp9jvzdmq] {
        min-height: 76px;
    }

    .login-brand[b-4qp9jvzdmq] {
        font-size: 1.12rem;
    }

    .login-brand img[b-4qp9jvzdmq] {
        width: 40px;
        height: 40px;
    }

    .login-main[b-4qp9jvzdmq] {
        padding: 0 14px 22px;
    }

    .login-card[b-4qp9jvzdmq] {
        padding: 28px 22px 24px;
        border-radius: 18px;
    }

    .login-options[b-4qp9jvzdmq] {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .login-footer[b-4qp9jvzdmq] {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 18px;
        text-align: center;
    }
}

[b-4qp9jvzdmq] .login-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

[b-4qp9jvzdmq] .login-validation {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(248, 113, 113, 0.26);
    border-radius: 12px;
    background: rgba(127, 29, 29, 0.2);
    color: #fecaca;
}

[b-4qp9jvzdmq] .login-validation:empty {
    display: none;
}

[b-4qp9jvzdmq] .login-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-4qp9jvzdmq] .login-field label {
    margin: 0;
    color: #f8fafc;
    font-size: 0.94rem;
    font-weight: 800;
}

[b-4qp9jvzdmq] .login-input-shell {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 9px;
    background: rgba(2, 6, 23, 0.54);
    color: #cbd5e1;
}

[b-4qp9jvzdmq] .login-input-shell:focus-within {
    border-color: rgba(139, 92, 246, 0.78);
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

[b-4qp9jvzdmq] .login-input-shell > i:first-child,
[b-4qp9jvzdmq] .login-eye,
[b-4qp9jvzdmq] .login-eye-button {
    color: #cbd5e1;
    font-size: 1.08rem;
}

[b-4qp9jvzdmq] .login-eye-button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

[b-4qp9jvzdmq] .login-eye-button:hover,
[b-4qp9jvzdmq] .login-eye-button:focus-visible {
    background: rgba(148, 163, 184, 0.12);
    color: #f8fafc;
    outline: none;
}

[b-4qp9jvzdmq] .login-input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: #f8fafc !important;
    font-size: 1.05rem;
    font-weight: 600;
    box-shadow: none !important;
    caret-color: #f8fafc;
}

[b-4qp9jvzdmq] .login-input:-webkit-autofill,
[b-4qp9jvzdmq] .login-input:-webkit-autofill:hover,
[b-4qp9jvzdmq] .login-input:-webkit-autofill:focus,
[b-4qp9jvzdmq] .login-input:-webkit-autofill:active {
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #f8fafc;
    box-shadow: 0 0 0 1000px #060b16 inset !important;
    transition: background-color 9999s ease-out 0s;
}

[b-4qp9jvzdmq] .login-input::placeholder {
    color: rgba(203, 213, 225, 0.62);
}

[b-4qp9jvzdmq] .login-field-error {
    color: #fca5a5;
    font-size: 0.78rem;
}

[b-4qp9jvzdmq] .login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cbd5e1;
    font-size: 0.96rem;
}

[b-4qp9jvzdmq] .remember-row {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin: 0;
}

[b-4qp9jvzdmq] .remember-checkbox {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    accent-color: #7c3aed;
}

[b-4qp9jvzdmq] .login-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    min-height: 62px;
    border: 1px solid rgba(167, 139, 250, 0.68);
    border-radius: 9px;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-size: 1.22rem;
    font-weight: 900;
    box-shadow: 0 20px 45px rgba(109, 40, 217, 0.32);
}

[b-4qp9jvzdmq] .passkey-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: -4px;
    color: #64748b;
    font-size: 0.88rem;
}

[b-4qp9jvzdmq] .passkey-button {
    border: 0;
    background: transparent;
    padding: 0;
    color: #a78bfa;
    font-weight: 800;
    text-decoration: none;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.account-page[b-vempmyvcg2] {
    max-width: 1500px;
    margin: 0 auto;
}

.account-card p[b-vempmyvcg2] {
    margin: 0;
    color: rgba(203, 213, 225, 0.78);
}

.account-grid[b-vempmyvcg2] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr);
    gap: 20px;
}

.lower-grid[b-vempmyvcg2] {
    margin-top: 20px;
}

.account-card[b-vempmyvcg2] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.profile-card[b-vempmyvcg2] {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    padding: 28px;
    min-height: 300px;
}

.profile-avatar[b-vempmyvcg2] {
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #f8fafc;
    background:
        radial-gradient(circle at 38% 30%, rgba(196, 181, 253, 0.42), transparent 28%),
        linear-gradient(145deg, #312e81, #111827 70%);
    border: 2px solid rgba(196, 181, 253, 0.28);
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.1), 0 18px 36px rgba(0, 0, 0, 0.3);
    font-size: 2.5rem;
    font-weight: 900;
}

.account-eyebrow[b-vempmyvcg2] {
    display: block;
    margin-bottom: 6px;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.profile-name-row[b-vempmyvcg2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-name-row h2[b-vempmyvcg2],
.account-card h2[b-vempmyvcg2],
.subscription-plan h3[b-vempmyvcg2] {
    margin: 0;
    color: #f8fafc;
}

.profile-name-row h2[b-vempmyvcg2] {
    font-size: 1.85rem;
    font-weight: 800;
}

.profile-name-row a[b-vempmyvcg2],
.account-card-heading a[b-vempmyvcg2],
.account-inline-link[b-vempmyvcg2] {
    color: #a78bfa;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 650;
}

.profile-subline[b-vempmyvcg2] {
    margin-top: 6px !important;
}

.account-divider[b-vempmyvcg2] {
    height: 1px;
    margin: 26px 0;
    background: rgba(148, 163, 184, 0.14);
}

.account-field-row[b-vempmyvcg2],
.account-form-row[b-vempmyvcg2],
.account-card-heading[b-vempmyvcg2],
.danger-card[b-vempmyvcg2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.account-field-row p[b-vempmyvcg2] {
    color: #f8fafc;
    font-weight: 650;
}

.account-profile-form[b-vempmyvcg2] {
    margin-bottom: 24px;
}

.account-profile-form .account-form-row[b-vempmyvcg2] {
    display: grid;
    grid-template-columns: minmax(220px, 420px) auto;
    align-items: end;
    max-width: 820px;
}

.account-profile-actions[b-vempmyvcg2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-input-wrap[b-vempmyvcg2] {
    flex: 1;
}

.account-input-wrap label[b-vempmyvcg2] {
    display: block;
    margin-bottom: 8px;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.account-input[b-vempmyvcg2],
[b-vempmyvcg2] .account-input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    color: #f8fafc !important;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    caret-color: #f8fafc;
}

.account-input[b-vempmyvcg2]::placeholder,
[b-vempmyvcg2] .account-input::placeholder {
    color: rgba(203, 213, 225, 0.54);
}

.account-input:focus[b-vempmyvcg2],
[b-vempmyvcg2] .account-input:focus {
    outline: none;
    border-color: rgba(167, 139, 250, 0.72);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.16);
}

.account-validation[b-vempmyvcg2] {
    display: block;
    margin-top: 6px;
    color: #fb7185;
    font-size: 0.78rem;
}

.subscription-card[b-vempmyvcg2],
.connected-card[b-vempmyvcg2],
.stats-card-wide[b-vempmyvcg2] {
    padding: 24px;
}

.account-card-heading[b-vempmyvcg2] {
    margin-bottom: 22px;
}

.account-card-heading h2[b-vempmyvcg2] {
    font-size: 1.15rem;
    font-weight: 800;
}

.status-pill[b-vempmyvcg2] {
    padding: 4px 9px;
    color: #22c55e;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    font-size: 0.72rem;
    font-weight: 800;
}

.subscription-plan[b-vempmyvcg2],
.connected-row[b-vempmyvcg2] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.subscription-icon[b-vempmyvcg2],
.connected-icon[b-vempmyvcg2] {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    color: #c4b5fd;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.22);
}

.subscription-list[b-vempmyvcg2] {
    display: grid;
    gap: 12px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
    color: rgba(226, 232, 240, 0.86);
}

.subscription-list i[b-vempmyvcg2] {
    margin-right: 10px;
    color: #a78bfa;
}

.account-button[b-vempmyvcg2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.72);
    text-decoration: none;
    font-weight: 750;
}

.account-button.primary[b-vempmyvcg2] {
    min-width: 96px;
    border-color: rgba(139, 92, 246, 0.5);
    background: #6d42d8;
}

.account-button.ghost:disabled[b-vempmyvcg2] {
    opacity: 0.55;
    cursor: not-allowed;
}

.account-button.compact[b-vempmyvcg2] {
    min-width: 92px;
    width: 92px;
    padding: 0 14px;
}

.account-button.danger[b-vempmyvcg2] {
    border-color: rgba(244, 63, 94, 0.45);
    background: rgba(159, 18, 57, 0.72);
}

.account-stat-grid[b-vempmyvcg2] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.account-stat[b-vempmyvcg2] {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 112px;
    padding: 16px 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.42);
    text-align: center;
}

.account-stat i[b-vempmyvcg2] {
    color: #a78bfa;
    font-size: 1.25rem;
}

.account-stat strong[b-vempmyvcg2] {
    color: #f8fafc;
    font-size: 1.35rem;
}

.account-stat span[b-vempmyvcg2],
.connected-row span[b-vempmyvcg2] {
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.82rem;
}

.connected-card[b-vempmyvcg2] {
    display: grid;
    align-content: start;
    gap: 12px;
}

.connected-row[b-vempmyvcg2] {
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.42);
}

.connected-row strong[b-vempmyvcg2] {
    display: block;
    margin-bottom: 4px;
    color: #f8fafc;
}

.danger-card[b-vempmyvcg2] {
    margin-top: 20px;
    padding: 24px;
}

.danger-card h2[b-vempmyvcg2] {
    color: #fb7185;
}

.danger-actions[b-vempmyvcg2] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.danger-export-form[b-vempmyvcg2] {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1100px) {
    .account-grid[b-vempmyvcg2],
    .profile-card[b-vempmyvcg2] {
        grid-template-columns: 1fr;
    }

    .account-stat-grid[b-vempmyvcg2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-avatar[b-vempmyvcg2] {
        width: 104px;
        height: 104px;
        font-size: 2rem;
    }

    .achievement-grid[b-vempmyvcg2] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .account-field-row[b-vempmyvcg2],
    .account-form-row[b-vempmyvcg2],
    .account-card-heading[b-vempmyvcg2],
    .danger-card[b-vempmyvcg2] {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-profile-form .account-form-row[b-vempmyvcg2] {
        grid-template-columns: 1fr;
    }

    .account-profile-actions[b-vempmyvcg2] {
        width: 100%;
    }

    .account-button.compact[b-vempmyvcg2] {
        flex: 1;
    }

    .account-stat-grid[b-vempmyvcg2] {
        grid-template-columns: 1fr;
    }

}
/* /Components/Account/Pages/Manage/Milestones.razor.rz.scp.css */
.milestones-page[b-dssb273s9l] {
    width: min(100%, 1840px);
    margin: 0 auto;
}

.milestone-card[b-dssb273s9l] {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.milestone-heading[b-dssb273s9l] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.milestone-heading h2[b-dssb273s9l],
.milestone-heading p[b-dssb273s9l] {
    margin: 0;
}

.milestone-heading h2[b-dssb273s9l] {
    margin-top: 3px;
    color: #f8fafc;
    font-size: 1.15rem;
}

.milestone-heading p[b-dssb273s9l] {
    margin-top: 5px;
    color: rgba(203, 213, 225, 0.7);
    font-size: 0.8rem;
}

.milestone-eyebrow[b-dssb273s9l] {
    color: #a78bfa;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.milestone-unlock-count[b-dssb273s9l] {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(167, 139, 250, 0.24);
    border-radius: 999px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.1);
    font-size: 0.72rem;
    font-weight: 800;
}

.milestone-level-summary[b-dssb273s9l] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 10px;
    background:
        radial-gradient(circle at 0 50%, rgba(139, 92, 246, 0.13), transparent 30%),
        rgba(15, 23, 42, 0.42);
}

.milestone-level-copy[b-dssb273s9l] {
    display: grid;
    gap: 11px;
}

.milestone-level-heading[b-dssb273s9l],
.milestone-level-heading > div[b-dssb273s9l],
.milestone-progress-meta[b-dssb273s9l],
.achievement-title-row[b-dssb273s9l],
.achievement-meta[b-dssb273s9l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.milestone-level-heading > div[b-dssb273s9l] {
    justify-content: flex-start;
}

.milestone-level-heading strong[b-dssb273s9l] {
    color: #f8fafc;
    font-size: 1.15rem;
}

.milestone-level-heading > div span[b-dssb273s9l] {
    font-size: 0.84rem;
    font-weight: 850;
}

.milestone-level-heading > span[b-dssb273s9l],
.milestone-progress-meta[b-dssb273s9l] {
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.76rem;
}

.milestone-progress-track[b-dssb273s9l] {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
}

.milestone-progress-track > span[b-dssb273s9l] {
    display: block;
    height: 100%;
    border-radius: inherit;
    box-shadow: 0 0 12px currentColor;
}

.achievement-grid[b-dssb273s9l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.repeatable-section[b-dssb273s9l] {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.13);
}

.repeatable-heading[b-dssb273s9l],
.repeatable-title-row[b-dssb273s9l],
.repeatable-meta[b-dssb273s9l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.repeatable-heading[b-dssb273s9l] {
    align-items: flex-start;
    margin-bottom: 12px;
}

.repeatable-heading h3[b-dssb273s9l],
.repeatable-heading p[b-dssb273s9l],
.repeatable-card p[b-dssb273s9l],
.repeatable-note[b-dssb273s9l] {
    margin: 0;
}

.repeatable-heading h3[b-dssb273s9l] {
    margin-top: 3px;
    color: #f8fafc;
    font-size: 1rem;
}

.repeatable-heading p[b-dssb273s9l] {
    margin-top: 4px;
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.76rem;
}

.repeatable-total[b-dssb273s9l] {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    font-size: 0.72rem;
    font-weight: 850;
}

.repeatable-grid[b-dssb273s9l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.repeatable-card[b-dssb273s9l] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(74, 222, 128, 0.16);
    border-radius: 9px;
    background: rgba(15, 23, 42, 0.42);
}

.repeatable-icon[b-dssb273s9l] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
}

.repeatable-title-row strong[b-dssb273s9l] {
    min-width: 0;
    color: #f8fafc;
    font-size: 0.82rem;
}

.repeatable-title-row > span[b-dssb273s9l] {
    flex: 0 0 auto;
    color: #86efac;
    font-size: 0.72rem;
    font-weight: 900;
}

.repeatable-card p[b-dssb273s9l] {
    margin-top: 4px;
    color: rgba(203, 213, 225, 0.65);
    font-size: 0.7rem;
    line-height: 1.4;
}

.repeatable-meta[b-dssb273s9l] {
    margin-top: 7px;
    color: rgba(148, 163, 184, 0.74);
    font-size: 0.64rem;
}

.repeatable-meta strong[b-dssb273s9l] {
    color: #86efac;
}

.repeatable-note[b-dssb273s9l] {
    margin-top: 10px;
    color: rgba(148, 163, 184, 0.72);
    font-size: 0.68rem;
}

.achievement-card[b-dssb273s9l] {
    display: flex;
    min-width: 0;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 9px;
    background: rgba(15, 23, 42, 0.42);
}

.achievement-card.locked[b-dssb273s9l] {
    opacity: 0.58;
}

.achievement-card.unlocked[b-dssb273s9l] {
    border-color: rgba(167, 139, 250, 0.28);
    background:
        linear-gradient(135deg, rgba(139, 92, 246, 0.12), transparent 44%),
        rgba(15, 23, 42, 0.48);
}

.achievement-icon[b-dssb273s9l] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 9px;
    color: rgba(203, 213, 225, 0.72);
    background: rgba(148, 163, 184, 0.12);
}

.achievement-card.unlocked .achievement-icon[b-dssb273s9l] {
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.2);
}

.achievement-copy[b-dssb273s9l] {
    min-width: 0;
    flex: 1 1 auto;
}

.achievement-title-row strong[b-dssb273s9l] {
    color: #f8fafc;
    font-size: 0.88rem;
}

.achievement-title-row > span[b-dssb273s9l] {
    flex: 0 0 auto;
    color: #a78bfa;
    font-size: 0.7rem;
    font-weight: 850;
}

.achievement-copy p[b-dssb273s9l] {
    margin: 5px 0 9px;
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.76rem;
    line-height: 1.45;
}

.achievement-meta[b-dssb273s9l] {
    color: rgba(148, 163, 184, 0.74);
    font-size: 0.66rem;
}

@media (max-width: 1450px) {
    .achievement-grid[b-dssb273s9l],
    .repeatable-grid[b-dssb273s9l] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .achievement-grid[b-dssb273s9l],
    .repeatable-grid[b-dssb273s9l] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .achievement-grid[b-dssb273s9l] {
        grid-template-columns: 1fr;
    }

    .repeatable-grid[b-dssb273s9l] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .milestone-heading[b-dssb273s9l],
    .milestone-level-heading[b-dssb273s9l],
    .repeatable-heading[b-dssb273s9l] {
        align-items: flex-start;
        flex-direction: column;
    }

    .milestone-level-summary[b-dssb273s9l] {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .milestone-level-copy[b-dssb273s9l] {
        width: 100%;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.register-shell[b-eohgd9swvx] {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    color: #f8fafc;
    background:
        radial-gradient(circle at 18% 46%, rgba(88, 28, 135, 0.36), transparent 26%),
        radial-gradient(circle at 78% 54%, rgba(109, 40, 217, 0.28), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(14, 165, 233, 0.12), transparent 30%),
        linear-gradient(180deg, #050a16 0%, #070b17 48%, #040814 100%);
}

.register-shell[b-eohgd9swvx]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(167, 139, 250, 0.2) 0 1px, transparent 1px);
    background-position: 0 0, 48px 60px;
    background-size: 160px 160px, 220px 220px;
    opacity: 0.42;
}

.register-shell[b-eohgd9swvx]::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 52%, rgba(124, 58, 237, 0.18), transparent 30%),
        radial-gradient(ellipse at 82% 55%, rgba(124, 58, 237, 0.2), transparent 28%);
    filter: blur(16px);
}

.register-header[b-eohgd9swvx],
.register-footer[b-eohgd9swvx] {
    position: relative;
    z-index: 1;
    width: min(100% - 56px, 1540px);
    margin: 0 auto;
}

.register-header[b-eohgd9swvx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
}

.register-brand[b-eohgd9swvx] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 1.48rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.register-brand img[b-eohgd9swvx] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(139, 92, 246, 0.44));
}

.register-theme-button[b-eohgd9swvx] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.58);
    color: #e2e8f0;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.register-main[b-eohgd9swvx] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px 28px;
}

.register-card[b-eohgd9swvx] {
    position: relative;
    width: min(760px, 100%);
    padding: 34px 52px 30px;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.46);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.78)),
        rgba(2, 6, 23, 0.72);
    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
}

.register-card-glow[b-eohgd9swvx] {
    position: absolute;
    top: -2px;
    left: 22%;
    width: 56%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b5cf6, #d8b4fe, #8b5cf6, transparent);
    box-shadow: 0 0 22px rgba(167, 139, 250, 0.9);
}

.register-card-logo[b-eohgd9swvx] {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 16px;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(139, 92, 246, 0.46));
}

.register-card h1[b-eohgd9swvx] {
    margin: 0;
    text-align: center;
    color: #f8fafc;
    font-size: clamp(2rem, 3vw, 2.55rem);
    font-weight: 950;
    letter-spacing: 0;
}

.register-subtitle[b-eohgd9swvx] {
    max-width: 520px;
    margin: 14px auto 0;
    color: #cbd5e1;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.55;
}

.register-divider[b-eohgd9swvx] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px auto 18px;
    color: #8b5cf6;
}

.register-divider[b-eohgd9swvx]::before,
.register-divider[b-eohgd9swvx]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.2));
}

.register-divider[b-eohgd9swvx]::after {
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.2), transparent);
}

.register-divider span[b-eohgd9swvx] {
    display: grid;
    place-items: center;
    font-size: 0.76rem;
}

.register-divider.lower[b-eohgd9swvx] {
    margin: 24px auto 16px;
}

.register-form[b-eohgd9swvx] {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.register-validation[b-eohgd9swvx] {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(248, 113, 113, 0.26);
    border-radius: 12px;
    background: rgba(127, 29, 29, 0.2);
    color: #fecaca;
}

.register-validation:empty[b-eohgd9swvx] {
    display: none;
}

.register-field[b-eohgd9swvx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.register-field label[b-eohgd9swvx] {
    margin: 0;
    color: #f8fafc;
    font-size: 0.94rem;
    font-weight: 800;
}

.register-input-shell[b-eohgd9swvx] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 51px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 9px;
    background: rgba(2, 6, 23, 0.54);
    color: #cbd5e1;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.register-input-shell:focus-within[b-eohgd9swvx] {
    border-color: rgba(139, 92, 246, 0.78);
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

.register-input-shell > i:first-child[b-eohgd9swvx] {
    color: #cbd5e1;
    font-size: 1.12rem;
}

.register-eye[b-eohgd9swvx],
.register-eye-button[b-eohgd9swvx] {
    color: #cbd5e1;
    font-size: 1.08rem;
}

.register-eye-button[b-eohgd9swvx] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.register-eye-button:hover[b-eohgd9swvx],
.register-eye-button:focus-visible[b-eohgd9swvx] {
    background: rgba(148, 163, 184, 0.12);
    color: #f8fafc;
    outline: none;
}

.register-input[b-eohgd9swvx] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 600;
}

.register-input[b-eohgd9swvx]::placeholder {
    color: rgba(203, 213, 225, 0.62);
    font-weight: 500;
}

.register-input:-webkit-autofill[b-eohgd9swvx],
.register-input:-webkit-autofill:hover[b-eohgd9swvx],
.register-input:-webkit-autofill:focus[b-eohgd9swvx] {
    -webkit-text-fill-color: #f8fafc;
    box-shadow: 0 0 0 1000px #060b16 inset;
}

.register-field-error[b-eohgd9swvx] {
    color: #fca5a5;
    font-size: 0.78rem;
}

.password-rules[b-eohgd9swvx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 9px;
    background: rgba(30, 41, 59, 0.48);
}

.password-rules span[b-eohgd9swvx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 10px;
    color: #cbd5e1;
    font-size: 0.84rem;
    white-space: nowrap;
}

.password-rules span + span[b-eohgd9swvx] {
    border-left: 1px solid rgba(148, 163, 184, 0.12);
}

.password-rules i[b-eohgd9swvx] {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(203, 213, 225, 0.78);
    border-radius: 50%;
    color: transparent;
    font-size: 0.58rem;
    line-height: 1;
}

.password-rules .passed[b-eohgd9swvx] {
    color: #d8b4fe;
}

.password-rules .passed i[b-eohgd9swvx] {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: #fff;
    box-shadow: 0 0 14px rgba(139, 92, 246, 0.45);
}

.terms-row[b-eohgd9swvx] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.35;
}

.terms-checkbox[b-eohgd9swvx] {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: #7c3aed;
}

.terms-row a[b-eohgd9swvx],
.login-link a[b-eohgd9swvx],
.register-footer a[b-eohgd9swvx] {
    color: #a78bfa;
    text-decoration: none;
}

.terms-row a:hover[b-eohgd9swvx],
.login-link a:hover[b-eohgd9swvx],
.register-footer a:hover[b-eohgd9swvx] {
    color: #d8b4fe;
}

.register-submit[b-eohgd9swvx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 58px;
    border: 1px solid rgba(167, 139, 250, 0.68);
    border-radius: 9px;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    box-shadow: 0 20px 45px rgba(109, 40, 217, 0.32);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.register-submit:hover[b-eohgd9swvx] {
    transform: translateY(-1px);
    box-shadow: 0 24px 56px rgba(109, 40, 217, 0.42);
}

.login-link[b-eohgd9swvx] {
    margin: 0;
    color: #cbd5e1;
    text-align: center;
    font-size: 1rem;
}

.register-footer[b-eohgd9swvx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(22vw, 360px);
    min-height: 62px;
    color: rgba(203, 213, 225, 0.78);
    font-size: 0.92rem;
}

.register-footer nav[b-eohgd9swvx] {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.register-footer nav i[b-eohgd9swvx] {
    width: 1px;
    height: 18px;
    background: rgba(148, 163, 184, 0.28);
}

@media (max-width: 760px) {
    .register-header[b-eohgd9swvx],
    .register-footer[b-eohgd9swvx] {
        width: min(100% - 28px, 680px);
    }

    .register-header[b-eohgd9swvx] {
        min-height: 76px;
    }

    .register-brand[b-eohgd9swvx] {
        font-size: 1.12rem;
    }

    .register-brand img[b-eohgd9swvx] {
        width: 40px;
        height: 40px;
    }

    .register-main[b-eohgd9swvx] {
        padding: 0 14px 22px;
    }

    .register-card[b-eohgd9swvx] {
        padding: 28px 22px 24px;
        border-radius: 18px;
    }

    .password-rules[b-eohgd9swvx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .password-rules span:nth-child(3)[b-eohgd9swvx] {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .password-rules span:nth-child(4)[b-eohgd9swvx] {
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .register-footer[b-eohgd9swvx] {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 18px;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .password-rules[b-eohgd9swvx] {
        grid-template-columns: 1fr;
    }

    .password-rules span + span[b-eohgd9swvx] {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .register-submit[b-eohgd9swvx] {
        font-size: 1rem;
    }
}

[b-eohgd9swvx] .register-form {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

[b-eohgd9swvx] .register-validation {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(248, 113, 113, 0.26);
    border-radius: 12px;
    background: rgba(127, 29, 29, 0.2);
    color: #fecaca;
}

[b-eohgd9swvx] .register-validation:empty {
    display: none;
}

[b-eohgd9swvx] .register-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-eohgd9swvx] .register-field label {
    margin: 0;
    color: #f8fafc;
    font-size: 0.94rem;
    font-weight: 800;
}

[b-eohgd9swvx] .register-input-shell {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 51px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 9px;
    background: rgba(2, 6, 23, 0.54);
    color: #cbd5e1;
}

[b-eohgd9swvx] .register-input-shell:focus-within {
    border-color: rgba(139, 92, 246, 0.78);
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}

[b-eohgd9swvx] .register-input-shell > i:first-child,
[b-eohgd9swvx] .register-eye,
[b-eohgd9swvx] .register-eye-button {
    color: #cbd5e1;
    font-size: 1.08rem;
}

[b-eohgd9swvx] .register-eye-button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

[b-eohgd9swvx] .register-eye-button:hover,
[b-eohgd9swvx] .register-eye-button:focus-visible {
    background: rgba(148, 163, 184, 0.12);
    color: #f8fafc;
    outline: none;
}

[b-eohgd9swvx] .register-input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: #f8fafc !important;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none !important;
    caret-color: #f8fafc;
}

[b-eohgd9swvx] .register-input:-webkit-autofill,
[b-eohgd9swvx] .register-input:-webkit-autofill:hover,
[b-eohgd9swvx] .register-input:-webkit-autofill:focus,
[b-eohgd9swvx] .register-input:-webkit-autofill:active {
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #f8fafc;
    box-shadow: 0 0 0 1000px #060b16 inset !important;
    transition: background-color 9999s ease-out 0s;
}

[b-eohgd9swvx] .register-input::placeholder {
    color: rgba(203, 213, 225, 0.62);
}

[b-eohgd9swvx] .register-field-error {
    color: #fca5a5;
    font-size: 0.78rem;
}

[b-eohgd9swvx] .password-rules {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 9px;
    background: rgba(30, 41, 59, 0.48);
}

[b-eohgd9swvx] .password-rules span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 10px;
    color: #cbd5e1;
    font-size: 0.84rem;
    white-space: nowrap;
}

[b-eohgd9swvx] .password-rules span + span {
    border-left: 1px solid rgba(148, 163, 184, 0.12);
}

[b-eohgd9swvx] .password-rules i {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(203, 213, 225, 0.78);
    border-radius: 50%;
    color: transparent;
    font-size: 0.58rem;
    line-height: 1;
}

[b-eohgd9swvx] .password-rules .passed {
    color: #d8b4fe;
}

[b-eohgd9swvx] .password-rules .passed i {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: #fff;
    box-shadow: 0 0 14px rgba(139, 92, 246, 0.45);
}

[b-eohgd9swvx] .terms-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.35;
}

[b-eohgd9swvx] .terms-checkbox {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: #7c3aed;
}

[b-eohgd9swvx] .register-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(167, 139, 250, 0.68);
    border-radius: 9px;
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    box-shadow: 0 20px 45px rgba(109, 40, 217, 0.32);
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-manage-shell[b-ulz8sfcujw] {
    max-width: 1500px;
    margin: 0 auto;
}

.account-manage-header[b-ulz8sfcujw] {
    margin-bottom: 16px;
}

.account-manage-header h1[b-ulz8sfcujw] {
    margin: 0;
    color: #f8fafc;
    font-size: 2rem;
    font-weight: 800;
}

.account-manage-header p[b-ulz8sfcujw] {
    margin: 4px 0 0;
    color: rgba(203, 213, 225, 0.78);
}

.account-manage-tabs[b-ulz8sfcujw] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(8, 13, 26, 0.72);
}

.account-manage-tabs[b-ulz8sfcujw]  .account-manage-tab,
.account-manage-tab[b-ulz8sfcujw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 12px 18px;
    color: rgba(203, 213, 225, 0.78);
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-size: 0.88rem;
    font-weight: 650;
}

.account-manage-tabs[b-ulz8sfcujw]  .account-manage-tab:hover,
.account-manage-tabs[b-ulz8sfcujw]  .account-manage-tab.active,
.account-manage-tab:hover[b-ulz8sfcujw],
.account-manage-tab.active[b-ulz8sfcujw] {
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.08);
    border-bottom-color: #8b5cf6;
    text-decoration: none;
}

.account-manage-tabs .account-manage-tab.disabled[b-ulz8sfcujw] {
    opacity: 0.5;
    cursor: default;
}

.account-manage-content[b-ulz8sfcujw] {
    min-width: 0;
}

.account-manage-content[b-ulz8sfcujw]  > h3 {
    margin: 0 0 16px;
    color: #f8fafc;
    font-size: 1.4rem;
    font-weight: 800;
}

.account-manage-content[b-ulz8sfcujw]  > .row,
.account-manage-content[b-ulz8sfcujw]  form,
.account-manage-content[b-ulz8sfcujw]  .alert,
.account-manage-content[b-ulz8sfcujw]  > div:not(.account-page) {
    max-width: 820px;
}

.account-manage-content[b-ulz8sfcujw]  .row {
    margin: 0;
}

.account-manage-content[b-ulz8sfcujw]  .col-md-6,
.account-manage-content[b-ulz8sfcujw]  .col-xl-6,
.account-manage-content[b-ulz8sfcujw]  .col-lg-6,
.account-manage-content[b-ulz8sfcujw]  .col-lg-9 {
    width: 100%;
    max-width: 820px;
    padding: 0;
}

.account-manage-content[b-ulz8sfcujw]  form:not(.account-profile-form):not(.danger-export-form) {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 15% 0%, rgba(139, 92, 246, 0.12), transparent 32%),
        rgba(8, 16, 31, 0.82);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.account-manage-content[b-ulz8sfcujw]  .form-floating {
    margin-bottom: 14px;
}

.account-manage-content[b-ulz8sfcujw]  .form-control,
.account-manage-content[b-ulz8sfcujw]  input,
.account-manage-content[b-ulz8sfcujw]  select {
    min-height: 44px;
    color: #0f172a;
    border-radius: 8px;
}

.account-manage-content[b-ulz8sfcujw]  .btn-primary,
.account-manage-content[b-ulz8sfcujw]  button[type="submit"] {
    min-height: 42px;
    border: 1px solid rgba(139, 92, 246, 0.5);
    border-radius: 8px;
    background: #6d42d8;
    color: #f8fafc;
    font-weight: 750;
}

.account-manage-content[b-ulz8sfcujw]  a {
    color: #a78bfa;
}

.account-manage-content[b-ulz8sfcujw]  .text-danger {
    color: #fb7185 !important;
}

@media (max-width: 720px) {
    .account-manage-tabs[b-ulz8sfcujw] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .account-manage-tabs[b-ulz8sfcujw]  .account-manage-tab,
    .account-manage-tab[b-ulz8sfcujw] {
        min-width: 0;
    }
}
/* /Components/Armories/ConfigureStatusesDialog.razor.rz.scp.css */
.status-config-list[b-csxh2e700s] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.status-config-row[b-csxh2e700s] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(17, 24, 39, 0.86);
    cursor: grab;
    transition: border-color 120ms ease, background 120ms ease, opacity 120ms ease;
}

.status-config-row:active[b-csxh2e700s] {
    cursor: grabbing;
}

.status-config-row.is-fixed[b-csxh2e700s] {
    cursor: default;
}

.status-config-row.is-dragging[b-csxh2e700s] {
    opacity: 0.58;
}

.status-config-row.is-drag-target[b-csxh2e700s] {
    border-color: #8B5CF6;
    background: rgba(139, 92, 246, 0.14);
}

.status-drag-handle[b-csxh2e700s] {
    color: rgba(255, 255, 255, 0.48);
    flex: 0 0 auto;
}

.status-config-row.is-fixed .status-drag-handle[b-csxh2e700s] {
    opacity: 0.28;
}
/* /Components/Armories/CreateArmyDialog.razor.rz.scp.css */
.armory-image-upload[b-k2eu3n8kbm] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.34);
}

.armory-image-preview[b-k2eu3n8kbm] {
    position: relative;
    width: 100%;
    aspect-ratio: 1600 / 430;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed rgba(167, 139, 250, 0.6);
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.78);
    color: #a78bfa;
    cursor: pointer;
}

.armory-image-preview[b-k2eu3n8kbm]::after {
    content: "";
    position: absolute;
    inset: 10px 14%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top-color: rgba(255, 255, 255, 0.14);
    border-bottom-color: rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.armory-image-preview img[b-k2eu3n8kbm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    user-select: none;
    pointer-events: none;
}

.armory-image-cropper[b-k2eu3n8kbm] {
    cursor: grab;
    touch-action: none;
}

.armory-image-cropper.is-dragging[b-k2eu3n8kbm] {
    cursor: grabbing;
}

.armory-crop-hint[b-k2eu3n8kbm] {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #f8fafc;
    background: rgba(2, 6, 23, 0.72);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    font-size: 0.72rem;
    font-weight: 700;
    transform: translateX(-50%);
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.armory-image-cropper.is-dragging .armory-crop-hint[b-k2eu3n8kbm] {
    opacity: 0;
}

.armory-image-placeholder[b-k2eu3n8kbm] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(196, 181, 253, 0.9);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.armory-image-placeholder[b-k2eu3n8kbm]  .mud-icon-root {
    font-size: 2rem;
}

.armory-image-copy[b-k2eu3n8kbm] {
    min-width: 0;
}

.armory-image-name[b-k2eu3n8kbm] {
    margin-top: 4px;
    color: #c4b5fd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.armory-remove-image[b-k2eu3n8kbm] {
    width: fit-content;
    min-width: 0 !important;
    margin-top: 4px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.armory-change-image[b-k2eu3n8kbm] {
    width: fit-content;
    min-width: 0 !important;
    margin-top: 4px;
    margin-right: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor: pointer;
}

.armory-hidden-input[b-k2eu3n8kbm] {
    display: none;
}

.game-picker-row[b-k2eu3n8kbm] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.game-picker-input[b-k2eu3n8kbm] {
    min-width: 0;
}

.game-option[b-k2eu3n8kbm] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.game-option span[b-k2eu3n8kbm] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-favorite-button[b-k2eu3n8kbm],
.selected-game-favorite-button[b-k2eu3n8kbm] {
    flex: 0 0 auto;
}

.faction-option[b-k2eu3n8kbm] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.faction-option span[b-k2eu3n8kbm] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.faction-favorite-button[b-k2eu3n8kbm] {
    flex: 0 0 auto;
}
/* /Components/Layout/ActiveTimerDock.razor.rz.scp.css */
.active-timer-dock[b-ef5u0cgdlx] {
    margin: auto 1rem 0.9rem;
    padding: 0.85rem;
    border: 1px solid rgba(139, 92, 246, 0.24);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.9), rgba(15, 23, 42, 0.74));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.active-timer-dock-header[b-ef5u0cgdlx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0.65rem;
    color: #f8fafc;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.active-timer-dock-header span:first-child[b-ef5u0cgdlx] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.active-timer-dock-header i[b-ef5u0cgdlx] {
    color: #a78bfa;
}

.active-timer-count[b-ef5u0cgdlx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.24);
    color: #c4b5fd;
    font-size: 0.72rem;
}

.active-timer-list[b-ef5u0cgdlx] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-height: 210px;
    overflow-y: auto;
    padding-right: 2px;
}

.active-timer-row[b-ef5u0cgdlx] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    align-items: center;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 11px;
    background: rgba(15, 23, 42, 0.72);
}

.active-timer-copy[b-ef5u0cgdlx] {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.active-timer-name[b-ef5u0cgdlx],
.active-timer-army[b-ef5u0cgdlx],
.active-timer-duration[b-ef5u0cgdlx] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active-timer-name[b-ef5u0cgdlx] {
    color: #f8fafc;
    font-size: 0.82rem;
    font-weight: 760;
}

.active-timer-army[b-ef5u0cgdlx] {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 0.72rem;
}

.active-timer-duration[b-ef5u0cgdlx] {
    margin-top: 5px;
    color: #a78bfa;
    font-size: 0.78rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

[b-ef5u0cgdlx] .active-timer-stop {
    width: 30px !important;
    height: 30px !important;
    color: #fb7185 !important;
    background: rgba(244, 63, 94, 0.09) !important;
    border: 1px solid rgba(244, 63, 94, 0.18) !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xwx7eseihn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xwx7eseihn] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.authenticated-main[b-xwx7eseihn] {
    padding-top: 64px;
}

.sidebar[b-xwx7eseihn] {
    background: #0A1020;
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: min(86vw, 320px);
    height: 100dvh;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.38);
    transform: translateX(-100%);
    transition: transform 0.2s ease;
}

.sidebar.mobile-open[b-xwx7eseihn] {
    transform: translateX(0);
}

.mobile-nav-backdrop[b-xwx7eseihn] {
    position: fixed;
    inset: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(2, 6, 23, 0.68);
    backdrop-filter: blur(2px);
}

.mobile-menu-button[b-xwx7eseihn],
.mobile-sidebar-close[b-xwx7eseihn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 10px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05);
}

.mobile-menu-button:hover[b-xwx7eseihn],
.mobile-sidebar-close:hover[b-xwx7eseihn] {
    color: #fff;
    background: rgba(139, 92, 246, 0.18);
    border-color: rgba(139, 92, 246, 0.36);
}

.mobile-sidebar-close[b-xwx7eseihn] {
    margin-left: auto;
}

.top-row[b-xwx7eseihn] {
    height: 64px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 24px;
    background: rgba(15, 23, 29, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(255,255,255,0.05);
    position: fixed;
    top: 0;
    right: 0;
    left: 250px;
    z-index: 10;
}

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

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

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

.content[b-xwx7eseihn] {
    padding: 2rem 3.5rem !important;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

.public-page[b-xwx7eseihn] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 18%, rgba(124, 58, 237, 0.25), transparent 32%),
        radial-gradient(circle at 80% 4%, rgba(14, 165, 233, 0.16), transparent 28%),
        #060b16;
}

.public-page main[b-xwx7eseihn] {
    min-height: 100vh;
}

.public-content[b-xwx7eseihn] {
    padding: 0 !important;
}

.app-footer[b-xwx7eseihn] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    min-height: 42px;
    padding: 9px 3.5rem;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.78rem;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(10, 16, 32, 0.62);
}

.app-footer nav[b-xwx7eseihn] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.app-footer a[b-xwx7eseihn] {
    color: rgba(203, 213, 225, 0.82);
    text-decoration: none;
}

.app-footer a:hover[b-xwx7eseihn] {
    color: #a78bfa;
    text-decoration: none;
}

.top-account-link[b-xwx7eseihn] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 4px 8px 4px 4px;
    color: #f8fafc;
    text-decoration: none !important;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.top-account-progress[b-xwx7eseihn] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: 250px;
    gap: 9px;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 10px;
    background: rgba(10, 16, 32, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
    transform: translateY(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.top-account-link:hover .top-account-progress[b-xwx7eseihn],
.top-account-link:focus-visible .top-account-progress[b-xwx7eseihn],
.top-account-link:focus-within .top-account-progress[b-xwx7eseihn] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.top-account-progress-heading[b-xwx7eseihn],
.top-account-progress-copy[b-xwx7eseihn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-account-progress-heading strong[b-xwx7eseihn] {
    color: #f8fafc;
    font-size: 0.86rem;
}

.top-account-progress-heading > span[b-xwx7eseihn] {
    font-size: 0.75rem;
    font-weight: 800;
}

.top-account-progress-track[b-xwx7eseihn] {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.15);
}

.top-account-progress-track > span[b-xwx7eseihn] {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.top-account-progress-copy[b-xwx7eseihn] {
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.7rem;
}

.alpha-build-pill[b-xwx7eseihn] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.28);
    background: rgba(251, 191, 36, 0.08);
    color: #facc15;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.alpha-build-short[b-xwx7eseihn] {
    display: none;
}

.top-account-link:hover[b-xwx7eseihn] {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.24);
    text-decoration: none !important;
}

.top-account-avatar[b-xwx7eseihn] {
    background: rgba(139, 92, 246, 0.35) !important;
    color: #f8fafc !important;
    font-weight: 800 !important;
}

.top-account-name[b-xwx7eseihn] {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 650;
}

@media (max-width: 640.98px) {
    .top-row[b-xwx7eseihn] {
        justify-content: space-between;
        gap: 6px;
        padding: 0 12px;
    }

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

    .alpha-build-pill[b-xwx7eseihn] {
        padding: 5px 9px;
    }

    .alpha-build-full[b-xwx7eseihn] {
        display: none;
    }

    .alpha-build-short[b-xwx7eseihn] {
        display: inline;
    }

    .top-account-name[b-xwx7eseihn] {
        display: none;
    }

    .brand[b-xwx7eseihn] {
        margin-bottom: 0;
    }

    .content[b-xwx7eseihn] {
        padding: 1.25rem !important;
    }

    .public-content[b-xwx7eseihn] {
        padding: 0 !important;
    }

    .app-footer[b-xwx7eseihn] {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 1.25rem;
    }

    .app-footer nav[b-xwx7eseihn] {
        justify-content: flex-start;
        gap: 10px 14px;
    }
}

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

    .sidebar[b-xwx7eseihn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        inset: auto;
        top: 0;
        z-index: auto;
        flex-shrink: 0;
        box-shadow: none;
        transform: none;
        transition: none;
    }

    .mobile-menu-button[b-xwx7eseihn],
    .mobile-sidebar-close[b-xwx7eseihn],
    .mobile-nav-backdrop[b-xwx7eseihn] {
        display: none;
    }

    .top-row[b-xwx7eseihn] {
        position: fixed;
        z-index: 10;
    }

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

#blazor-error-ui[b-xwx7eseihn] {
    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-xwx7eseihn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.brand[b-xwx7eseihn] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px; /* padding instead of fixed height */
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
/*    background-color: #100D18 !important;
*/    margin-bottom: 20px;
    overflow: hidden;
    height: 64px; /* fixed height */
}

.brand-logo[b-xwx7eseihn] {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.brand-name[b-xwx7eseihn] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #F8FAFC;
}

@media (max-width: 640.98px) {
    .top-row[b-xwx7eseihn] {
        left: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-v9kdpz5v9u] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

@media (min-width: 641px) {
    .nav-scrollable[b-v9kdpz5v9u] {
        height: calc(100vh - 4rem);
    }
}

.nav-wrapper[b-v9kdpz5v9u] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-wrapper nav[b-v9kdpz5v9u] {
    flex: 1 1 auto;
}

.nav-section-title[b-v9kdpz5v9u] {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1.5rem 1rem 0.75rem;
}

.nav-item[b-v9kdpz5v9u] {
    padding: 0 0.75rem;
    margin-bottom: 0.25rem;
}

    .nav-item[b-v9kdpz5v9u]  .nav-link {
        display: flex;
        align-items: center;
        gap: 0.875rem;
        height: 3rem;
        width: 100%;
        padding: 0 1rem;
        color: #94A3B8;
        text-decoration: none;
        border-radius: 12px;
        border: none;
        background: transparent;
        font-size: 0.92rem;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .nav-item[b-v9kdpz5v9u]  .nav-link:hover {
            color: #F8FAFC;
            background: rgba(139, 92, 246, 0.12);
        }

    .nav-item[b-v9kdpz5v9u]  a.active {
        color: #F8FAFC;
        background: rgba(139, 92, 246, 0.22);
    }

.fa-NavIcons[b-v9kdpz5v9u] {
    width: 20px;
    font-size: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.forge-panel[b-v9kdpz5v9u] {
    margin: 0 1rem 1.5rem;
    padding: 1.5rem;
    border-radius: 18px;
    background: linear-gradient( 180deg, rgba(139, 92, 246, 0.12), rgba(139, 92, 246, 0.04) );
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.forge-icon[b-v9kdpz5v9u] {
    font-size: 2.5rem;
    color: rgba(139, 92, 246, 0.4);
    margin-bottom: 1rem;
}

.forge-panel h6[b-v9kdpz5v9u],
.forge-panel p[b-v9kdpz5v9u] {
    margin: 0;
}

.forge-panel p[b-v9kdpz5v9u] {
    color: #94A3B8;
    margin-top: 0.25rem;
}
/* /Components/Layout/PublicHeader.razor.rz.scp.css */
.public-header[b-jd20j3gnkv] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(260px, 1fr);
    align-items: center;
    gap: 24px;
    width: min(1640px, calc(100% - 48px));
    min-height: 68px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    background: transparent;
}

.public-brand[b-jd20j3gnkv] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    color: #f8fafc;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-decoration: none;
}

.public-brand img[b-jd20j3gnkv] {
    width: 43px;
    height: 43px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(139, 92, 246, 0.42));
}

.public-nav[b-jd20j3gnkv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.public-nav a[b-jd20j3gnkv] {
    color: #cbd5e1;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.public-nav a:hover[b-jd20j3gnkv] {
    color: #c4b5fd;
}

.public-actions[b-jd20j3gnkv] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.public-button[b-jd20j3gnkv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.public-button:hover[b-jd20j3gnkv] {
    transform: translateY(-1px);
}

.public-button.primary[b-jd20j3gnkv] {
    border: 1px solid rgba(167, 139, 250, 0.72);
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    box-shadow: 0 12px 28px rgba(109, 40, 217, 0.24);
    color: #fff;
}

.public-button.secondary[b-jd20j3gnkv] {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.5);
    color: #f8fafc;
}

.register-label[b-jd20j3gnkv] {
    display: none;
}

@media (max-width: 900px) {
    .public-header[b-jd20j3gnkv] {
        grid-template-columns: 1fr auto;
        width: min(100% - 28px, 760px);
    }

    .public-nav[b-jd20j3gnkv] {
        display: none;
    }
}

@media (max-width: 560px) {
    .public-header[b-jd20j3gnkv] {
        gap: 10px;
    }

    .public-brand[b-jd20j3gnkv] {
        gap: 8px;
    }

    .public-brand span[b-jd20j3gnkv] {
        display: none;
    }

    .public-actions[b-jd20j3gnkv] {
        gap: 8px;
    }

    .public-button[b-jd20j3gnkv] {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .create-account-label[b-jd20j3gnkv] {
        display: none;
    }

    .register-label[b-jd20j3gnkv] {
        display: inline;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9jpxbxgp8t],
.components-reconnect-repeated-attempt-visible[b-9jpxbxgp8t],
.components-reconnect-failed-visible[b-9jpxbxgp8t],
.components-pause-visible[b-9jpxbxgp8t],
.components-resume-failed-visible[b-9jpxbxgp8t],
.components-rejoining-animation[b-9jpxbxgp8t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-retrying[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-failed[b-9jpxbxgp8t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9jpxbxgp8t] {
    display: block;
}


#components-reconnect-modal[b-9jpxbxgp8t] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9jpxbxgp8t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9jpxbxgp8t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9jpxbxgp8t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9jpxbxgp8t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9jpxbxgp8t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9jpxbxgp8t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9jpxbxgp8t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9jpxbxgp8t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9jpxbxgp8t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9jpxbxgp8t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9jpxbxgp8t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9jpxbxgp8t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9jpxbxgp8t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9jpxbxgp8t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9jpxbxgp8t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9jpxbxgp8t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9jpxbxgp8t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9jpxbxgp8t {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Catalogue.razor.rz.scp.css */
.admin-catalogue-page[b-x5o3omcdm9] {
    padding: 2rem 2.5rem;
    color: var(--mud-palette-text-primary);
}

.admin-catalogue-header[b-x5o3omcdm9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

[b-x5o3omcdm9](.admin-title-icon) {
    color: #a78bfa;
    font-size: 2rem;
}

[b-x5o3omcdm9](.admin-title) {
    font-weight: 800;
}

[b-x5o3omcdm9](.admin-subtitle) {
    color: #aab4cf;
    margin-top: .35rem;
}

[b-x5o3omcdm9](.admin-tabs) {
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
    overflow: hidden;
}

.admin-panel-grid[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    padding: 1rem;
}

.admin-import-grid[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    padding: 1rem;
}

[b-x5o3omcdm9](.admin-form-card),
[b-x5o3omcdm9](.admin-list-card) {
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
    padding: 1rem;
}

[b-x5o3omcdm9](.admin-form-card) {
    display: flex;
    flex-direction: column;
    align-self: start;
    gap: .6rem;
    height: auto;
    min-width: 0;
    overflow: hidden;
}

.admin-form-grid[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
}

.admin-filter-grid[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: .65rem;
    align-items: center;
}

.admin-game-filter-grid[b-x5o3omcdm9] {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
}

[b-x5o3omcdm9](.admin-game-summary) {
    display: block;
    margin-top: .35rem;
}

.admin-checkbox-row[b-x5o3omcdm9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem .75rem;
    min-width: 0;
}

.admin-form-actions[b-x5o3omcdm9] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .25rem;
}

.admin-help-text[b-x5o3omcdm9] {
    color: #aab4cf;
}

.admin-file-picker[b-x5o3omcdm9] {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    padding: .65rem .85rem;
    border: 1px dashed rgba(167, 139, 250, .55);
    border-radius: 8px;
    background: rgba(15, 23, 42, .72);
    color: #e5e7eb;
    cursor: pointer;
    font-weight: 700;
}

.admin-file-picker span[b-x5o3omcdm9] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-file-picker:hover[b-x5o3omcdm9] {
    background: rgba(49, 32, 89, .32);
}

.admin-file-picker input[b-x5o3omcdm9] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.admin-import-empty[b-x5o3omcdm9] {
    min-height: 220px;
    display: grid;
    place-items: center;
    gap: .75rem;
    color: #aab4cf;
    text-align: center;
}

.admin-import-empty[b-x5o3omcdm9] (.mud-icon-root) {
    color: #a78bfa;
    font-size: 2rem;
}

.admin-import-summary[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    margin-top: .75rem;
}

.admin-import-summary div[b-x5o3omcdm9] {
    min-height: 72px;
    padding: .75rem;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 8px;
    background: rgba(15, 23, 42, .72);
}

.admin-import-summary strong[b-x5o3omcdm9] {
    display: block;
    color: #f8fafc;
    font-size: 1.35rem;
    line-height: 1;
}

.admin-import-summary span[b-x5o3omcdm9] {
    display: block;
    margin-top: .45rem;
    color: #aab4cf;
    font-size: .78rem;
    font-weight: 700;
}

.admin-import-help-grid[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    margin-top: .75rem;
}

.admin-import-help-grid div[b-x5o3omcdm9] {
    padding: .65rem .75rem;
    border: 1px solid rgba(148, 163, 184, .12);
    border-radius: 8px;
    background: rgba(15, 23, 42, .46);
}

.admin-import-help-grid strong[b-x5o3omcdm9],
.admin-import-help-grid span[b-x5o3omcdm9] {
    display: block;
}

.admin-import-help-grid strong[b-x5o3omcdm9] {
    color: #f8fafc;
    font-size: .82rem;
}

.admin-import-help-grid span[b-x5o3omcdm9] {
    margin-top: .25rem;
    color: #aab4cf;
    font-size: .76rem;
    line-height: 1.35;
}

.admin-import-warning[b-x5o3omcdm9] {
    display: grid;
    gap: .35rem;
    margin-top: .75rem;
    padding: .75rem;
    border: 1px solid rgba(251, 191, 36, .28);
    border-radius: 8px;
    background: rgba(251, 191, 36, .08);
    color: #facc15;
    font-weight: 700;
}

.admin-import-details[b-x5o3omcdm9] {
    display: grid;
    gap: .55rem;
    margin-top: .9rem;
}

.admin-import-details details[b-x5o3omcdm9] {
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 8px;
    background: rgba(15, 23, 42, .52);
    overflow: hidden;
}

.admin-import-details summary[b-x5o3omcdm9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem .85rem;
    cursor: pointer;
    color: #f8fafc;
    font-weight: 800;
    list-style: none;
}

.admin-import-details summary[b-x5o3omcdm9]::-webkit-details-marker {
    display: none;
}

.admin-import-details summary[b-x5o3omcdm9]::before {
    content: "+";
    color: #a78bfa;
    font-size: 1rem;
    line-height: 1;
}

.admin-import-details details[open] summary[b-x5o3omcdm9]::before {
    content: "-";
}

.admin-import-details summary span[b-x5o3omcdm9] {
    flex: 1;
}

.admin-import-details summary strong[b-x5o3omcdm9] {
    color: #c4b5fd;
}

.admin-import-table[b-x5o3omcdm9] {
    display: grid;
    max-height: 280px;
    overflow: auto;
    border-top: 1px solid rgba(148, 163, 184, .12);
}

.admin-import-table-row[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: 22px minmax(170px, 1.4fr) minmax(110px, .8fr) minmax(160px, 1fr) minmax(90px, .7fr) minmax(110px, .8fr);
    align-items: center;
    gap: .65rem;
    min-height: 38px;
    padding: .45rem .85rem;
    border-bottom: 1px solid rgba(148, 163, 184, .08);
    color: #dbe4f0;
    font-size: .82rem;
    font-weight: 700;
}

.admin-game-import-table .admin-import-table-row[b-x5o3omcdm9] {
    grid-template-columns: 48px minmax(130px, 1fr) minmax(130px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(180px, 1.3fr);
}

.admin-record-import-table .admin-import-table-row[b-x5o3omcdm9] {
    grid-template-columns: minmax(110px, .6fr) minmax(180px, 1fr) minmax(180px, 1.2fr);
}

.admin-import-table-row > span:not(.paint-swatch)[b-x5o3omcdm9] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-swatch[b-x5o3omcdm9] {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
}

.admin-import-breakdowns[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.admin-import-row[b-x5o3omcdm9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 34px;
    margin-top: .35rem;
    padding: .45rem .6rem;
    border: 1px solid rgba(148, 163, 184, .12);
    border-radius: 7px;
    background: rgba(15, 23, 42, .56);
    color: #dbe4f0;
    font-weight: 700;
}

.admin-import-row span[b-x5o3omcdm9] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-import-row strong[b-x5o3omcdm9] {
    color: #c4b5fd;
}

[b-x5o3omcdm9](.admin-list-card) {
    min-height: 0;
}

.admin-list[b-x5o3omcdm9] {
    display: grid;
    gap: .35rem;
    margin-top: .75rem;
    max-height: 600px;
    overflow: auto;
    padding: .15rem .45rem .15rem .15rem;
}

.admin-bulk-panel[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
    gap: .75rem;
    align-items: end;
    margin-top: .75rem;
    padding: .85rem;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 8px;
    background: rgba(15, 23, 42, .42);
}

.admin-bulk-summary[b-x5o3omcdm9] {
    min-width: 0;
}

.admin-bulk-summary strong[b-x5o3omcdm9] {
    display: block;
    color: #f8fafc;
    font-size: .95rem;
}

.admin-bulk-summary span[b-x5o3omcdm9] {
    display: block;
    color: #94a3b8;
    font-size: .8rem;
    line-height: 1.35;
    margin-top: .15rem;
}

.admin-selected-units[b-x5o3omcdm9] {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    min-width: 0;
}

.admin-selected-units span[b-x5o3omcdm9] {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    min-height: 24px;
    padding: .2rem .5rem;
    border: 1px solid rgba(96, 165, 250, .3);
    border-radius: 999px;
    background: rgba(30, 64, 175, .18);
    color: #bfdbfe;
    font-size: .74rem;
    font-weight: 800;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-selected-units-empty span[b-x5o3omcdm9] {
    border-color: rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .35);
    color: #94a3b8;
}

.admin-bulk-actions[b-x5o3omcdm9] {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.admin-bulk-unit-fields[b-x5o3omcdm9] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: .5rem;
}

.admin-list-row[b-x5o3omcdm9] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 7px;
    background: rgba(15, 23, 42, .72);
    color: #e5e7eb;
    min-height: 40px;
    padding: .6rem .8rem;
    text-align: left;
    font-weight: 700;
}

.admin-paint-row[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: stretch;
    align-items: center;
}

.admin-unit-row[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    justify-content: stretch;
    align-items: center;
}

.admin-game-row[b-x5o3omcdm9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    justify-content: stretch;
    align-items: center;
}

.admin-row-checkbox[b-x5o3omcdm9] {
    flex: 0 0 auto;
}

.admin-row-main[b-x5o3omcdm9] {
    all: unset;
    min-width: 0;
    display: grid;
    gap: .15rem;
    cursor: pointer;
}

.admin-paint-row-title[b-x5o3omcdm9] {
    color: #f8fafc;
    font-weight: 800;
}

.admin-paint-row-meta[b-x5o3omcdm9] {
    color: #94a3b8;
    font-size: .78rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.admin-icon-button[b-x5o3omcdm9] {
    border: 0;
    background: transparent;
    color: #a78bfa;
    padding: .25rem;
    line-height: 1;
    cursor: pointer;
}

.admin-list-row span[b-x5o3omcdm9] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-paint-row .admin-paint-row-title[b-x5o3omcdm9],
.admin-paint-row .admin-paint-row-meta[b-x5o3omcdm9],
.admin-unit-row .admin-paint-row-title[b-x5o3omcdm9],
.admin-unit-row .admin-paint-row-meta[b-x5o3omcdm9] {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.admin-row-badges[b-x5o3omcdm9] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .35rem;
}

.admin-mini-badge[b-x5o3omcdm9] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: .18rem .45rem;
    border: 1px solid rgba(167, 139, 250, .38);
    border-radius: 999px;
    background: rgba(88, 28, 135, .26);
    color: #c4b5fd;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

.admin-mini-badge-danger[b-x5o3omcdm9] {
    border-color: rgba(248, 113, 113, .4);
    background: rgba(127, 29, 29, .28);
    color: #fca5a5;
}

.admin-mini-badge-warning[b-x5o3omcdm9] {
    border-color: rgba(251, 191, 36, .38);
    background: rgba(113, 63, 18, .26);
    color: #fde68a;
}

.admin-mini-badge-success[b-x5o3omcdm9] {
    border-color: rgba(74, 222, 128, .38);
    background: rgba(20, 83, 45, .28);
    color: #86efac;
}

.admin-list-row i[b-x5o3omcdm9] {
    flex: 0 0 auto;
}

.admin-list-row:hover[b-x5o3omcdm9] {
    border-color: rgba(167, 139, 250, .55);
    background: rgba(49, 32, 89, .35);
}

.admin-list-row i[b-x5o3omcdm9] {
    color: #a78bfa;
    opacity: .82;
}

@media (max-width: 960px) {
    .admin-catalogue-page[b-x5o3omcdm9] {
        padding: 1rem;
    }

    .admin-panel-grid[b-x5o3omcdm9],
    .admin-import-grid[b-x5o3omcdm9],
    .admin-import-breakdowns[b-x5o3omcdm9],
    .admin-filter-grid[b-x5o3omcdm9],
    .admin-bulk-unit-fields[b-x5o3omcdm9],
    .admin-bulk-panel[b-x5o3omcdm9],
    .admin-form-grid[b-x5o3omcdm9] {
        grid-template-columns: 1fr;
    }

    .admin-unit-row[b-x5o3omcdm9] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .admin-game-row[b-x5o3omcdm9] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .admin-game-row .admin-row-badges[b-x5o3omcdm9] {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }

    .admin-unit-row .admin-row-badges[b-x5o3omcdm9] {
        grid-column: 2 / -1;
        justify-content: flex-start;
    }

    .admin-import-summary[b-x5o3omcdm9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-import-help-grid[b-x5o3omcdm9],
    .admin-import-table-row[b-x5o3omcdm9] {
        grid-template-columns: 1fr;
    }

    .paint-swatch[b-x5o3omcdm9] {
        display: none;
    }
}
/* /Components/Pages/Armories/Armories.razor.rz.scp.css */
/* ===== PAGE LAYOUT ===== */

.armories-page[b-wg9mtw1rdk] {
    max-width: 1600px;
    margin: 0 auto;
}



/* ===== CREATE BUTTON ===== */


.create-armory-btn[b-wg9mtw1rdk] {
    height: 44px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    font-size: 0.85rem !important;
    font-weight: 600;
}


/* ===== SEARCH ===== */

.armory-toolbar[b-wg9mtw1rdk] {
    gap: 12px;
    min-height: 42px;
}

.armory-usage-meter[b-wg9mtw1rdk] {
    position: relative;
    display: grid;
    place-items: center;
    width: 290px;
    max-width: min(290px, 100%);
    height: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.armory-usage-fill[b-wg9mtw1rdk] {
    position: absolute;
    inset: 0 auto 0 0;
    min-width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(109, 66, 216, 0.78), rgba(139, 92, 246, 0.62));
    transition: width 220ms ease;
}

.armory-usage-meter.unlimited .armory-usage-fill[b-wg9mtw1rdk] {
    width: 100%;
    background:
        linear-gradient(90deg, rgba(16, 185, 129, 0.34), rgba(139, 92, 246, 0.42));
}

.armory-usage-text[b-wg9mtw1rdk] {
    position: relative;
    z-index: 1;
    color: #f8fafc;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
    white-space: nowrap;
}

.armory-usage-text strong[b-wg9mtw1rdk] {
    font-size: inherit;
    font-weight: 900;
}

.armory-usage-text span[b-wg9mtw1rdk] {
    color: rgba(241, 245, 249, 0.78);
    font-weight: 650;
}

.alpha-game-name[b-wg9mtw1rdk] {
    color: #f8fafc;
    font-weight: 800;
}

.armory-search[b-wg9mtw1rdk] {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    flex: 0 0 240px !important;
}

    .armory-search[b-wg9mtw1rdk]  .mud-input-control {
        margin-top: 0;
        width: 100%;
    }

.armory-search[b-wg9mtw1rdk]  .mud-input-root {
        height: 38px !important;
        min-height: 38px !important;
}

.armory-search[b-wg9mtw1rdk]  input {
        font-size: 0.86rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.armory-sort-control[b-wg9mtw1rdk] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    height: 38px;
}

.armory-sort-label[b-wg9mtw1rdk] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.armory-sort-select[b-wg9mtw1rdk] {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 38px;
    flex: 0 0 160px;
    padding: 0 28px 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background-color: rgba(15, 23, 42, 0.72);
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.82rem;
    font-weight: 600;
    outline: none;
}

.armory-sort-select:focus[b-wg9mtw1rdk] {
    border-color: rgba(155, 114, 248, 0.75);
    box-shadow: 0 0 0 2px rgba(155, 114, 248, 0.18);
}


/* ===== STATS CARDS ===== */

.stats-card[b-wg9mtw1rdk] {
    min-height: 86px;
    border: 1px solid var(--cf-card-border) !important;
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow) !important;
}

    .stats-card[b-wg9mtw1rdk]  .mud-card-content {
        padding: 16px !important;
    }

.stats-card-content[b-wg9mtw1rdk] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.stats-icon[b-wg9mtw1rdk] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
    font-size: 1.25rem;
}

.stats-details[b-wg9mtw1rdk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.stats-label[b-wg9mtw1rdk] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
}

.stats-value[b-wg9mtw1rdk] {
    color: #f8fafc;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.05;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 960px) {
    .armory-toolbar[b-wg9mtw1rdk] {
        flex-wrap: wrap;
    }

    .armory-search[b-wg9mtw1rdk] {
        width: min(100%, 240px) !important;
        min-width: min(100%, 240px) !important;
        max-width: min(100%, 240px) !important;
    }

    .armory-sort-control[b-wg9mtw1rdk] {
        height: 38px;
    }

    .stats-card[b-wg9mtw1rdk] {
        height: auto;
    }
}

.card-media-wrapper[b-wg9mtw1rdk] {
    position: relative;
}

.card-media-actions[b-wg9mtw1rdk] {
    position: absolute;
    top: 8px;
    right: 8px;
}

@media (max-width: 600px) {
    .armory-usage-meter[b-wg9mtw1rdk] {
        width: min(290px, calc(100vw - 32px));
    }
}
/* /Components/Pages/Armories/ArmyCard.razor.rz.scp.css */
/* CSS for ArmyCard component */
.army-card[b-430aip85kq] {
    overflow: hidden;
    border: 1px solid var(--cf-card-border) !important;
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow-compact) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    width: 100%;
}

    .army-card:hover[b-430aip85kq] {
        transform: translateY(-3px);
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35) !important;
        border-color: var(--cf-card-border-hover) !important;
    }

.army-card-banner[b-430aip85kq] {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 210px;
    max-height: 280px;
    aspect-ratio: 3.7 / 1;
    overflow: hidden;
    background: #0f172a;
}

.army-card-banner[b-430aip85kq]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.28));
    pointer-events: none;
}

.army-card-banner img[b-430aip85kq] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.army-card-menu[b-430aip85kq] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

    /* Content section */
    .army-card[b-430aip85kq]  .mud-card-content {
        min-height: 154px;
        padding: 16px 20px 12px !important;
    }

    /* Actions section */
    .army-card[b-430aip85kq]  .mud-card-actions {
        padding: 0 16px 16px !important;
        gap: 8px;
        display: flex;
        align-items: center;
    }

/* Edit button — text style */
.army-card-edit-btn[b-430aip85kq] {
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    padding: 0 12px !important;
    height: 34px !important;
    min-width: unset !important;
}

    .army-card-edit-btn:hover[b-430aip85kq] {
        color: #F8FAFC !important;
        background: rgba(255, 255, 255, 0.06) !important;
    }

/* Open button — filled primary */
.army-card-open-btn[b-430aip85kq] {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    padding: 0 18px !important;
    height: 34px !important;
    border-radius: 8px !important;
}

/* Progress linear tweak */
/*.army-card ::deep .mud-progress-linear {
    height: 5px !important;
    border-radius: 99px !important;
}*/
/* /Components/Pages/Armories/ArmyDetails.razor.rz.scp.css */
.army-details-hero[b-npupd9op7d] {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #111827;
}

.army-details-banner[b-npupd9op7d] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.army-details-overlay[b-npupd9op7d] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 14, 27, 0.94), rgba(8, 14, 27, 0.58), rgba(8, 14, 27, 0.2));
}

.army-details-content[b-npupd9op7d] {
    position: relative;
    z-index: 1;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
}

.army-details-title[b-npupd9op7d] {
    font-weight: 800 !important;
}

.army-details-subtitle[b-npupd9op7d] {
    color: rgba(255, 255, 255, 0.68);
}

.army-summary-card[b-npupd9op7d],
.empty-list-card[b-npupd9op7d],
.army-list-card[b-npupd9op7d] {
    border: 1px solid var(--cf-card-border) !important;
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow) !important;
}

.summary-label[b-npupd9op7d] {
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.list-icon[b-npupd9op7d] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 12px;
    color: #8B5CF6;
    background: rgba(139, 92, 246, 0.12);
}

@media (max-width: 700px) {
    .army-details-content[b-npupd9op7d] {
        padding: 22px;
    }
}

.stats-card[b-npupd9op7d] {
    width: 100%;
    min-height: 86px;
    border: 1px solid var(--cf-card-border) !important;
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow) !important;
}

    .stats-card[b-npupd9op7d]  .mud-card-content {
        height: 100%;
        padding: 16px !important;
        display: flex;
        align-items: center;
    }

.stats-card-content[b-npupd9op7d] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.stats-icon[b-npupd9op7d] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
    font-size: 1.25rem;
}

.stats-details[b-npupd9op7d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.stats-label[b-npupd9op7d] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.stats-value[b-npupd9op7d] {
    color: #f8fafc;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.05;
}

.stats-meter-content[b-npupd9op7d] {
    gap: 14px;
}

.stats-ring-icon[b-npupd9op7d] {
    width: 58px;
    height: 58px;
    background: transparent;
}

.stats-meter-details[b-npupd9op7d] {
    gap: 3px;
}

.stats-ring-value[b-npupd9op7d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    color: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.add-unit-card[b-npupd9op7d] {
    height: 100%;
    min-height: 220px;
    background: transparent;
    border: 2px dashed rgba(139, 92, 246, 0.35);
    border-radius: 12px;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

    .add-unit-card:hover[b-npupd9op7d] {
        border-color: rgba(139, 92, 246, 0.7);
        background-color: rgba(139, 92, 246, 0.05);
    }

.add-unit-card-content[b-npupd9op7d] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 32px;
}

.add-unit-icon[b-npupd9op7d] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(139, 92, 246, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    margin-bottom: 8px;
}

.add-unit-title[b-npupd9op7d] {
    color: #8b5cf6;
    font-weight: 600;
}

.unit-grid[b-npupd9op7d] {
    margin-top: 4px;
}

.stats-grid[b-npupd9op7d] {
    display: grid;
    gap: 24px;
    margin-bottom: 2rem;
    /* Mobile first */
    grid-template-columns: 1fr;
}

@media (min-width: 600px) {
    .stats-grid[b-npupd9op7d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .stats-grid[b-npupd9op7d] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1400px) {
    .stats-grid[b-npupd9op7d] {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* /Components/Pages/Armories/UnitCard.razor.rz.scp.css */
.unit-card[b-hfe8q3g8i6] {
    height: 100%;
    border: 1px solid var(--cf-card-border) !important;
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow-compact) !important;
}

    .unit-card[b-hfe8q3g8i6]  .mud-card-content {
        padding: 16px !important;
    }

.unit-card-header[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.unit-card-image[b-hfe8q3g8i6] {
    width: 54px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.4);
}

    .unit-card-image img[b-hfe8q3g8i6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.unit-card-title-block[b-hfe8q3g8i6] {
    flex: 1;
    min-width: 0;
}

.unit-card-title-row[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1.2;
}

.unit-card-title-row[b-hfe8q3g8i6]  .mud-typography {
    font-size: 1rem;
    line-height: 1.2;
}

.unit-card-faction[b-hfe8q3g8i6] {
    display: block;
    margin-top: 2px;
    font-size: 0.82rem;
    color: #A78BFA;
}

.role-pill[b-hfe8q3g8i6] {
    font-size: 0.68rem;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
}

/* Models / Progress / Timer row - compact dashboard rhythm */
.unit-card-models-row[b-hfe8q3g8i6] {
    display: grid;
    grid-template-columns: minmax(54px, 0.62fr) minmax(104px, 1fr) minmax(92px, 0.78fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.unit-card-models-count[b-hfe8q3g8i6] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    min-height: 52px;
}

.unit-card-models-count-top[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .unit-card-models-count-top[b-hfe8q3g8i6]  .mud-icon-root {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.45);
    }

.unit-card-models-count-number[b-hfe8q3g8i6] {
    font-size: 1rem;
    font-weight: 700;
    color: #F8FAFC;
    line-height: 1;
}

.unit-card-models-count-label[b-hfe8q3g8i6] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap;
}

.unit-card-progress[b-hfe8q3g8i6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 52px;
}

.unit-card-progress-top[b-hfe8q3g8i6] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 5px;
}

.unit-card-progress-label[b-hfe8q3g8i6] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
}

.unit-card-progress-fraction[b-hfe8q3g8i6] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #F8FAFC;
}

[b-hfe8q3g8i6] .unit-card-progress-bar {
    height: 6px !important;
    border-radius: 999px !important;
}

.unit-card-timer[b-hfe8q3g8i6] {
    min-width: 0;
    min-height: 48px;
    padding: 6px 8px;
    border: 1px solid rgba(139, 92, 246, 0.16);
    border-radius: 12px;
    background: rgba(8, 13, 30, 0.42);
}

.unit-card-timer-top[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 18px;
    margin-bottom: 3px;
}

.unit-card-timer-label[b-hfe8q3g8i6] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
}

.unit-card-timer-main[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.unit-card-timer-copy[b-hfe8q3g8i6] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1px;
}

.unit-card-timer-time[b-hfe8q3g8i6] {
    color: #f8fafc;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.unit-card-timer-state[b-hfe8q3g8i6] {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.68rem;
    font-weight: 700;
}

.unit-card-timer-state.active[b-hfe8q3g8i6] {
    color: #34d399;
}

[b-hfe8q3g8i6] .unit-card-timer-log {
    width: 24px !important;
    height: 24px !important;
    padding: 2px !important;
    color: rgba(255, 255, 255, 0.46) !important;
}

[b-hfe8q3g8i6] .unit-card-timer-log:hover {
    color: #c4b5fd !important;
    background: rgba(139, 92, 246, 0.12) !important;
}

[b-hfe8q3g8i6] .unit-card-timer-button {
    width: 28px !important;
    height: 28px !important;
    padding: 2px !important;
    color: #c4b5fd !important;
    background: rgba(139, 92, 246, 0.14) !important;
    border: 1px solid rgba(139, 92, 246, 0.22) !important;
    flex-shrink: 0;
}

[b-hfe8q3g8i6] .unit-card-timer-button.active {
    color: #34d399 !important;
    background: rgba(16, 185, 129, 0.12) !important;
    border-color: rgba(16, 185, 129, 0.28) !important;
}

[b-hfe8q3g8i6] .unit-card-divider {
    border-color: rgba(255, 255, 255, 0.06) !important;
    margin: 14px 0 16px !important;
}

.unit-card-breakdown-paints[b-hfe8q3g8i6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 520px) {
    .unit-card-models-row[b-hfe8q3g8i6] {
        grid-template-columns: 1fr;
    }

    .unit-card-breakdown-paints[b-hfe8q3g8i6] {
        grid-template-columns: 1fr;
    }
}

.status-breakdown-label[b-hfe8q3g8i6],
.paints-used-label[b-hfe8q3g8i6] {
    display: block;
    margin-bottom: 10px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.45);
}

.status-row[b-hfe8q3g8i6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
    min-height: 34px;
}

.paints-used-heading[b-hfe8q3g8i6] {
    display: flex;
    min-height: 30px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.paints-used-heading .paints-used-label[b-hfe8q3g8i6] {
    flex: 0 0 auto;
}

[b-hfe8q3g8i6] .paint-tag-filter {
    width: 92px;
    margin-top: -9px;
    font-size: 0.72rem;
}

.status-row-top[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
}

.status-dot[b-hfe8q3g8i6] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-row-label[b-hfe8q3g8i6] {
    flex: 1;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.status-row-count[b-hfe8q3g8i6] {
    min-width: 14px;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.status-milestone-track[b-hfe8q3g8i6] {
    position: relative;
    height: 5px;
    width: 100%;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.status-milestone-fill[b-hfe8q3g8i6] {
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background-color: var(--status-color);
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.22) 0,
        rgba(255, 255, 255, 0.22) 4px,
        rgba(255, 255, 255, 0.04) 4px,
        rgba(255, 255, 255, 0.04) 8px
    );
    box-shadow: 0 0 10px color-mix(in srgb, var(--status-color), transparent 60%);
    transition: width 0.18s ease;
}

.status-row[b-hfe8q3g8i6]  .mud-icon-button {
    padding: 2px !important;
    margin: 0 !important;
}

    .status-row[b-hfe8q3g8i6]  .mud-icon-button .mud-icon-root {
        font-size: 0.95rem !important;
    }

.paint-row[b-hfe8q3g8i6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    min-height: 28px;
}

.paint-dot[b-hfe8q3g8i6] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.paint-row-name[b-hfe8q3g8i6] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.unit-paint-tags[b-hfe8q3g8i6] {
    display: flex;
    flex: 0 0 auto;
    gap: 3px;
}

.unit-paint-tag[b-hfe8q3g8i6] {
    max-width: 58px;
    overflow: hidden;
    padding: 2px 5px;
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 5px;
    color: #ddd6fe;
    background: rgba(109, 40, 217, 0.16);
    font-size: 0.62rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-more-text[b-hfe8q3g8i6] {
    display: block;
    margin: -2px 0 8px 17px;
    font-size: 0.75rem;
    color: rgba(167, 139, 250, 0.82);
}

.no-paints-text[b-hfe8q3g8i6] {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.no-paints-hint[b-hfe8q3g8i6] {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 12px;
}

[b-hfe8q3g8i6] .add-paint-button {
    background: rgba(139, 92, 246, 0.12) !important;
    color: #8B5CF6 !important;
    box-shadow: none !important;
    font-size: 0.8rem !important;
}

    [b-hfe8q3g8i6] .add-paint-button:hover {
        background: rgba(139, 92, 246, 0.2) !important;
    }

[b-hfe8q3g8i6] .view-paints-button {
    color: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    font-size: 0.8rem !important;
}

    [b-hfe8q3g8i6] .view-paints-button:hover {
        border-color: rgba(139, 92, 246, 0.35) !important;
        background: rgba(255, 255, 255, 0.04) !important;
    }
/* /Components/Pages/Armories/UnitTimerLogDialog.razor.rz.scp.css */
.timer-log-titlebar[b-shhprat3i9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.timer-log-title[b-shhprat3i9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-log-title-icon[b-shhprat3i9] {
    color: #a78bfa;
    font-size: 1.9rem !important;
}

.timer-log-subtitle[b-shhprat3i9] {
    color: rgba(255, 255, 255, 0.58);
}

.timer-log-loading[b-shhprat3i9],
.timer-log-empty[b-shhprat3i9] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.timer-log-empty[b-shhprat3i9]  .mud-icon-root {
    color: #a78bfa;
    font-size: 2rem;
}

.timer-log-toolbar[b-shhprat3i9] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.timer-log-editor[b-shhprat3i9] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(139, 92, 246, 0.24);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.88);
}

.timer-log-editor-header[b-shhprat3i9],
.timer-log-editor-actions[b-shhprat3i9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.timer-log-editor-actions[b-shhprat3i9] {
    justify-content: space-between;
    gap: 24px;
    padding: 8px 0 6px;
}

.timer-log-danger-actions[b-shhprat3i9],
.timer-log-primary-actions[b-shhprat3i9] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.timer-log-editor-actions[b-shhprat3i9]  .mud-button-root {
    min-height: 40px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.timer-log-danger-actions:empty[b-shhprat3i9] {
    display: none;
}

.timer-log-editor-grid[b-shhprat3i9],
.timer-log-duration-grid[b-shhprat3i9] {
    display: grid;
    gap: 10px;
}

.timer-log-editor-grid[b-shhprat3i9] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timer-log-duration-grid[b-shhprat3i9] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timer-log-list[b-shhprat3i9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 4px;
}

.timer-log-row[b-shhprat3i9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(15, 23, 42, 0.76);
}

.timer-log-row-icon[b-shhprat3i9] {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.06);
}

.timer-log-row-icon.active[b-shhprat3i9] {
    color: #34d399;
    background: rgba(16, 185, 129, 0.14);
}

.timer-log-row-copy[b-shhprat3i9] {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.timer-log-row-primary[b-shhprat3i9] {
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 700;
}

.timer-log-row-secondary[b-shhprat3i9] {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.78rem;
}

.timer-log-duration[b-shhprat3i9] {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 700;
}

.timer-log-row-actions[b-shhprat3i9] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.timer-log-note-indicator[b-shhprat3i9] {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #c4b5fd;
    cursor: help;
    outline: none;
    transition: color 0.15s ease, background 0.15s ease;
}

.timer-log-note-indicator:hover[b-shhprat3i9],
.timer-log-note-indicator:focus-visible[b-shhprat3i9] {
    color: #ddd6fe;
    background: rgba(139, 92, 246, 0.14);
}

.timer-log-active-pill[b-shhprat3i9] {
    border-radius: 999px;
    padding: 2px 8px;
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
    font-size: 0.68rem;
    font-weight: 700;
}

[b-shhprat3i9] .timer-log-edit-button {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.58) !important;
}

[b-shhprat3i9] .timer-log-edit-button:hover {
    color: #c4b5fd !important;
    background: rgba(139, 92, 246, 0.12) !important;
}

@media (max-width: 620px) {
    .timer-log-row[b-shhprat3i9] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .timer-log-duration[b-shhprat3i9] {
        align-items: flex-start;
    }

    .timer-log-toolbar[b-shhprat3i9],
    .timer-log-editor-actions[b-shhprat3i9] {
        justify-content: stretch;
    }

    .timer-log-editor-actions[b-shhprat3i9] {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 12px;
    }

    .timer-log-danger-actions[b-shhprat3i9],
    .timer-log-primary-actions[b-shhprat3i9] {
        width: 100%;
        gap: 12px;
    }

    .timer-log-toolbar[b-shhprat3i9]  .mud-button-root,
    .timer-log-danger-actions[b-shhprat3i9]  .mud-button-root,
    .timer-log-primary-actions[b-shhprat3i9]  .mud-button-root {
        flex: 1 1 auto;
    }

    .timer-log-editor-grid[b-shhprat3i9],
    .timer-log-duration-grid[b-shhprat3i9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-ow3fwc1zj6] {
    min-height: 100vh;
    color: #f8fafc;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.68), rgba(2, 6, 23, 0.96)),
        radial-gradient(circle at 11% 17%, rgba(124, 58, 237, 0.32), transparent 24%),
        radial-gradient(circle at 4% 50%, rgba(14, 165, 233, 0.15), transparent 26%),
        radial-gradient(circle at 92% 10%, rgba(139, 92, 246, 0.16), transparent 22%),
        #040914;
    overflow: hidden;
}

.landing-page[b-ow3fwc1zj6]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(167, 139, 250, 0.24) 0 1px, transparent 1px);
    background-position: 0 0, 42px 58px;
    background-size: 140px 140px, 190px 190px;
    mask-image: linear-gradient(90deg, black, transparent 68%);
}

.landing-main[b-ow3fwc1zj6] {
    width: min(1640px, calc(100% - 48px));
    margin: 0 auto;
}

.preview-title a[b-ow3fwc1zj6],
.feature-card a[b-ow3fwc1zj6] {
    color: #cbd5e1;
    text-decoration: none;
}

.preview-title a:hover[b-ow3fwc1zj6],
.feature-card a:hover[b-ow3fwc1zj6] {
    color: #c4b5fd;
}

.landing-button[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 43px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.landing-button:hover[b-ow3fwc1zj6] {
    transform: translateY(-1px);
}

.landing-button.primary[b-ow3fwc1zj6],
.landing-button.hero-primary[b-ow3fwc1zj6] {
    border: 1px solid rgba(167, 139, 250, 0.72);
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    box-shadow: 0 16px 34px rgba(109, 40, 217, 0.28);
}

.landing-button.secondary[b-ow3fwc1zj6],
.landing-button.hero-secondary[b-ow3fwc1zj6] {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.62);
    color: #f8fafc;
}

.landing-main[b-ow3fwc1zj6] {
    position: relative;
    padding: 34px 0 48px;
}

.landing-hero[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(620px, 1.55fr);
    align-items: center;
    gap: 42px;
}

.hero-copy[b-ow3fwc1zj6] {
    min-width: 0;
}

.hero-kicker[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 7px 17px;
    border: 1px solid rgba(34, 211, 238, 0.34);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    color: #d8b4fe;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    box-shadow: inset 0 0 22px rgba(139, 92, 246, 0.12);
}

.hero-copy h1[b-ow3fwc1zj6] {
    margin: 0;
    max-width: 710px;
    color: #f8fafc;
    font-size: clamp(3rem, 5.15vw, 5.75rem);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: 0;
}

.hero-copy h1 span[b-ow3fwc1zj6] {
    color: #8b5cf6;
    text-shadow: 0 0 32px rgba(139, 92, 246, 0.4);
}

.hero-lede[b-ow3fwc1zj6] {
    max-width: 610px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    line-height: 1.65;
}

.hero-actions[b-ow3fwc1zj6] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.hero-actions .landing-button[b-ow3fwc1zj6] {
    min-width: 220px;
    min-height: 54px;
    border-radius: 8px;
}

.hero-trust-row[b-ow3fwc1zj6] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 32px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.hero-trust-row span[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-trust-row[b-ow3fwc1zj6]  .mud-icon-root {
    color: #a78bfa;
}

.hero-preview[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: minmax(326px, 0.86fr) minmax(390px, 1.32fr);
    grid-template-rows: auto auto;
    gap: 12px;
    min-width: 0;
}

.preview-panel[b-ow3fwc1zj6],
.feature-card[b-ow3fwc1zj6],
.game-strip[b-ow3fwc1zj6],
.how-it-works[b-ow3fwc1zj6] {
    border: 1px solid var(--cf-card-border);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.preview-panel[b-ow3fwc1zj6] {
    padding: 10px;
    border-radius: 8px;
}

.preview-title[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 28px;
    padding: 0 6px 8px;
    color: #e2e8f0;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.preview-title[b-ow3fwc1zj6]  .mud-icon-root {
    color: #a78bfa;
}

.preview-title.split[b-ow3fwc1zj6] {
    justify-content: space-between;
}

.preview-title.split span[b-ow3fwc1zj6],
.preview-title.split a[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.preview-title a[b-ow3fwc1zj6] {
    color: #a78bfa;
    font-size: 0.68rem;
    letter-spacing: 0;
    text-transform: none;
}

.army-preview[b-ow3fwc1zj6] {
    grid-row: span 2;
}

.army-banner[b-ow3fwc1zj6] {
    position: relative;
    min-height: 82px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 7px;
    background: #0f172a;
}

.army-banner[b-ow3fwc1zj6]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.78), rgba(2, 6, 23, 0.16));
}

.army-banner img[b-ow3fwc1zj6] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.army-banner div[b-ow3fwc1zj6] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.army-banner strong[b-ow3fwc1zj6] {
    font-size: 1.1rem;
    font-weight: 950;
}

.army-banner span[b-ow3fwc1zj6] {
    color: #cbd5e1;
    font-size: 0.72rem;
}

.landing-unit-card[b-ow3fwc1zj6] {
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at top left, rgba(139, 92, 246, 0.15), transparent 38%),
        rgba(15, 23, 42, 0.82);
}

.landing-unit-header[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.landing-unit-icon[b-ow3fwc1zj6],
.landing-unit-timer span[b-ow3fwc1zj6] {
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.12);
    color: #c4b5fd;
}

.landing-unit-icon[b-ow3fwc1zj6] {
    width: 44px;
    height: 44px;
}

.landing-unit-title[b-ow3fwc1zj6] {
    min-width: 0;
}

.landing-unit-title div[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.landing-unit-title strong[b-ow3fwc1zj6],
.landing-unit-title small[b-ow3fwc1zj6] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-unit-title strong[b-ow3fwc1zj6] {
    font-size: 1rem;
    font-weight: 950;
}

.landing-unit-title span[b-ow3fwc1zj6] {
    flex: 0 0 auto;
    padding: 2px 8px;
    border: 1px solid rgba(167, 139, 250, 0.28);
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.12);
    color: #c4b5fd;
    font-size: 0.66rem;
    font-weight: 800;
}

.landing-unit-title small[b-ow3fwc1zj6],
.landing-unit-summary small[b-ow3fwc1zj6],
.landing-unit-timer em[b-ow3fwc1zj6] {
    color: #94a3b8;
    font-size: 0.68rem;
    font-style: normal;
}

.landing-unit-summary[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 0.8fr 1.1fr 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.landing-unit-summary strong[b-ow3fwc1zj6] {
    display: block;
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 950;
}

.landing-unit-summary small[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.landing-unit-progress[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 8px;
}

.landing-unit-progress small[b-ow3fwc1zj6] {
    grid-column: 1;
}

.landing-unit-progress strong[b-ow3fwc1zj6] {
    grid-column: 2;
    grid-row: 1;
}

.landing-unit-progress span[b-ow3fwc1zj6] {
    grid-column: 1 / -1;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(51, 65, 85, 0.76);
}

.landing-unit-progress i[b-ow3fwc1zj6] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
}

.landing-unit-timer[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(139, 92, 246, 0.22);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.72);
}

.landing-unit-timer small[b-ow3fwc1zj6] {
    grid-column: 1 / -1;
}

.landing-unit-timer span[b-ow3fwc1zj6] {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(167, 139, 250, 0.34);
    border-radius: 50%;
}

.landing-unit-body[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    margin-top: 12px;
}

.landing-unit-body h3[b-ow3fwc1zj6] {
    margin: 0 0 8px;
    color: #94a3b8;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-status-row[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    align-items: center;
    margin-bottom: 7px;
}

.landing-status-row span[b-ow3fwc1zj6] {
    position: relative;
    padding-left: 12px;
    font-size: 0.76rem;
    font-weight: 850;
}

.landing-status-row span[b-ow3fwc1zj6]::before,
.landing-unit-body p i[b-ow3fwc1zj6] {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.landing-status-row span[b-ow3fwc1zj6]::before {
    position: absolute;
    left: 0;
    top: 0.43em;
}

.landing-status-row i[b-ow3fwc1zj6] {
    grid-column: 1 / -1;
    height: 5px;
    border-radius: 999px;
    opacity: 0.9;
}

.landing-status-row.built span[b-ow3fwc1zj6]::before,
.landing-status-row.built i[b-ow3fwc1zj6] { background: #60a5fa; }
.landing-status-row.primed span[b-ow3fwc1zj6]::before,
.landing-status-row.primed i[b-ow3fwc1zj6] { background: #cbd5e1; }
.landing-status-row.layer span[b-ow3fwc1zj6]::before,
.landing-status-row.layer i[b-ow3fwc1zj6] { background: #a855f7; }
.landing-status-row.completed span[b-ow3fwc1zj6]::before,
.landing-status-row.completed i[b-ow3fwc1zj6] { background: #22c55e; }

.landing-unit-body p[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 9px;
    overflow: hidden;
    color: #e2e8f0;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-unit-body .preview-action[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 30px;
    margin-top: 5px;
    border: 0;
    border-radius: 6px;
    background: rgba(109, 40, 217, 0.34);
    color: #c4b5fd;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: default;
    user-select: none;
}

.landing-unit-body .preview-action.secondary[b-ow3fwc1zj6] {
    border: 1px solid rgba(148, 163, 184, 0.15);
    background: rgba(15, 23, 42, 0.72);
    color: #94a3b8;
}

.army-stats[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.army-stats div[b-ow3fwc1zj6] {
    min-height: 62px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.58);
}

.army-stats[b-ow3fwc1zj6]  .mud-icon-root {
    color: #8b5cf6;
}

.army-stats strong[b-ow3fwc1zj6],
.army-stats span[b-ow3fwc1zj6] {
    display: block;
}

.army-stats strong[b-ow3fwc1zj6] {
    margin-top: 2px;
    font-size: 1.05rem;
    font-weight: 900;
}

.army-stats span[b-ow3fwc1zj6] {
    color: #94a3b8;
    font-size: 0.68rem;
}

.mini-unit-list[b-ow3fwc1zj6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.mini-unit[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) minmax(72px, 98px) auto;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
}

.mini-unit-icon[b-ow3fwc1zj6] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.1);
    color: #c4b5fd;
}

.mini-unit strong[b-ow3fwc1zj6],
.mini-unit span[b-ow3fwc1zj6] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-unit strong[b-ow3fwc1zj6] {
    font-size: 0.75rem;
}

.mini-unit span[b-ow3fwc1zj6],
.mini-unit-progress span[b-ow3fwc1zj6] {
    color: #94a3b8;
    font-size: 0.65rem;
}

.mini-unit-progress[b-ow3fwc1zj6] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mini-unit-progress span[b-ow3fwc1zj6] {
    color: #e2e8f0;
    text-align: right;
}

.mini-unit-progress div[b-ow3fwc1zj6] {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(51, 65, 85, 0.72);
}

.mini-unit-progress i[b-ow3fwc1zj6] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
}

.mini-unit-state[b-ow3fwc1zj6] {
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 0.62rem !important;
    font-weight: 800;
}

.mini-unit-state.active[b-ow3fwc1zj6] {
    color: #34d399;
    background: rgba(16, 185, 129, 0.11);
}

.mini-unit-state.ready[b-ow3fwc1zj6] {
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.12);
}

.preview-link[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 13px 16px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.78);
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
}

.preview-paint-grid[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.preview-paint-card[b-ow3fwc1zj6] {
    min-height: 98px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.paint-swatch[b-ow3fwc1zj6] {
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 9px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 8px 10px 18px rgba(255, 255, 255, 0.12), inset -10px -10px 20px rgba(0, 0, 0, 0.28);
}

.preview-paint-card strong[b-ow3fwc1zj6],
.preview-paint-card span[b-ow3fwc1zj6],
.preview-paint-card small[b-ow3fwc1zj6] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-paint-card strong[b-ow3fwc1zj6] {
    font-size: 0.68rem;
    font-weight: 900;
}

.preview-paint-card span[b-ow3fwc1zj6],
.preview-paint-card small[b-ow3fwc1zj6] {
    color: #94a3b8;
    font-size: 0.62rem;
}

.recipe-preview[b-ow3fwc1zj6] {
    grid-column: 2;
}

.recipe-preview-body[b-ow3fwc1zj6] {
    display: block;
}

.recipe-app-card[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 132px minmax(124px, 0.62fr) minmax(170px, 0.92fr) minmax(162px, 0.82fr);
    align-items: stretch;
    min-height: 152px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.15), transparent 34%),
        rgba(15, 23, 42, 0.74);
    overflow: hidden;
}

.recipe-app-card[b-ow3fwc1zj6],
.recipe-app-card *[b-ow3fwc1zj6] {
    box-sizing: border-box;
}

.recipe-card-media[b-ow3fwc1zj6] {
    padding: 12px;
}

.recipe-card-media img[b-ow3fwc1zj6] {
    width: 100%;
    height: 100%;
    min-height: 128px;
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.recipe-swatch[b-ow3fwc1zj6] {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 6px;
    background: linear-gradient(135deg, #6d28d9, #a855f7);
}

.recipe-card-copy[b-ow3fwc1zj6],
.recipe-card-ingredients[b-ow3fwc1zj6],
.recipe-card-technique[b-ow3fwc1zj6] {
    padding: 14px 12px;
    border-left: 1px solid rgba(148, 163, 184, 0.12);
}

.recipe-card-copy[b-ow3fwc1zj6] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recipe-card-copy strong[b-ow3fwc1zj6],
.recipe-card-copy span[b-ow3fwc1zj6],
.recipe-card-copy small[b-ow3fwc1zj6] {
    display: block;
}

.recipe-card-copy strong[b-ow3fwc1zj6] {
    max-width: 12ch;
    font-size: 0.92rem;
    font-weight: 950;
    line-height: 1.15;
}

.recipe-card-copy span[b-ow3fwc1zj6] {
    display: inline-block;
    width: fit-content;
    margin-top: 5px;
    padding: 2px 7px;
    border-radius: 6px;
    background: rgba(139, 92, 246, 0.24);
    color: #c4b5fd;
    font-size: 0.65rem;
    font-weight: 900;
}

.recipe-card-copy small[b-ow3fwc1zj6],
.recipe-card-ingredients span[b-ow3fwc1zj6],
.recipe-card-ingredients p[b-ow3fwc1zj6],
.recipe-card-technique span[b-ow3fwc1zj6] {
    color: #94a3b8;
    font-size: 0.66rem;
}

.recipe-card-ingredients span[b-ow3fwc1zj6],
.recipe-card-technique span[b-ow3fwc1zj6] {
    display: block;
    margin-bottom: 9px;
    color: #a78bfa;
    font-weight: 900;
}

.recipe-card-ingredients p[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) minmax(48px, auto) auto;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.recipe-card-ingredients i[b-ow3fwc1zj6] {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.recipe-card-ingredients small[b-ow3fwc1zj6] {
    color: #94a3b8;
}

.recipe-card-technique strong[b-ow3fwc1zj6] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.84rem;
    white-space: nowrap;
}

.recipe-card-technique[b-ow3fwc1zj6] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.recipe-card-technique .recipe-rack-pill[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 4px;
    width: auto;
    min-width: 82px;
    max-width: 96px;
    min-height: 28px;
    margin-top: auto;
    padding: 0 7px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.78);
    color: #64748b;
    font-size: 0.56rem;
    font-weight: 850;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    user-select: none;
}

.feature-grid[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.feature-card[b-ow3fwc1zj6] {
    min-height: 166px;
    padding: 24px;
    border-radius: 8px;
}

.feature-card[b-ow3fwc1zj6]  .mud-icon-root {
    color: #8b5cf6;
    font-size: 2.25rem;
}

.feature-card h2[b-ow3fwc1zj6] {
    margin: 14px 0 8px;
    font-size: 1.12rem;
    font-weight: 900;
}

.feature-card p[b-ow3fwc1zj6] {
    min-height: 58px;
    margin: 0;
    color: #94a3b8;
    font-size: 0.86rem;
    line-height: 1.5;
}

.feature-card a[b-ow3fwc1zj6] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #c084fc;
    font-size: 0.82rem;
    font-weight: 850;
}

.game-strip[b-ow3fwc1zj6],
.how-it-works[b-ow3fwc1zj6] {
    margin-top: 16px;
    border-radius: 8px;
    padding: 12px 28px 18px;
    text-align: center;
}

.game-strip h2[b-ow3fwc1zj6],
.how-it-works h2[b-ow3fwc1zj6] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
}

.game-strip p[b-ow3fwc1zj6] {
    margin: 6px 0 14px;
    color: #94a3b8;
}

.game-strip div[b-ow3fwc1zj6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
}

.game-strip span[b-ow3fwc1zj6] {
    min-width: 120px;
    padding: 7px 18px;
    border: 1px solid rgba(139, 92, 246, 0.48);
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.64);
    color: #f8fafc;
    font-size: 0.78rem;
    font-weight: 800;
}

.how-it-works[b-ow3fwc1zj6] {
    padding-top: 10px;
}

.steps[b-ow3fwc1zj6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 16px;
    text-align: left;
}

.steps article[b-ow3fwc1zj6] {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    min-height: 108px;
}

.step-number[b-ow3fwc1zj6] {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(167, 139, 250, 0.7);
    border-radius: 50%;
    background: rgba(109, 40, 217, 0.34);
    color: white;
    font-weight: 900;
}

.step-icon[b-ow3fwc1zj6] {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.7);
}

.step-icon[b-ow3fwc1zj6]  .mud-icon-root {
    color: #94a3b8;
    font-size: 2rem;
}

.steps h3[b-ow3fwc1zj6] {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 900;
}

.steps p[b-ow3fwc1zj6] {
    margin: 0;
    color: #94a3b8;
    line-height: 1.45;
}

@media (max-width: 1320px) {
    .landing-hero[b-ow3fwc1zj6] {
        grid-template-columns: 1fr;
    }

    .hero-copy[b-ow3fwc1zj6] {
        max-width: 900px;
    }

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

@media (max-width: 900px) {
    .landing-main[b-ow3fwc1zj6] {
        width: min(100% - 28px, 760px);
    }

    .hero-preview[b-ow3fwc1zj6],
    .preview-paint-grid[b-ow3fwc1zj6],
    .recipe-preview-body[b-ow3fwc1zj6],
    .feature-grid[b-ow3fwc1zj6],
    .steps[b-ow3fwc1zj6] {
        grid-template-columns: 1fr;
    }

    .army-preview[b-ow3fwc1zj6],
    .recipe-preview[b-ow3fwc1zj6] {
        grid-column: auto;
        grid-row: auto;
    }

    .recipe-app-card[b-ow3fwc1zj6] {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .recipe-card-ingredients[b-ow3fwc1zj6],
    .recipe-card-technique[b-ow3fwc1zj6] {
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }
}

@media (max-width: 560px) {
    .landing-button.primary[b-ow3fwc1zj6] {
        min-height: 38px;
        padding: 0 14px;
    }

    .hero-copy h1[b-ow3fwc1zj6] {
        font-size: 2.55rem;
    }

    .hero-actions .landing-button[b-ow3fwc1zj6] {
        width: 100%;
    }

    .hero-trust-row[b-ow3fwc1zj6] {
        gap: 14px;
    }

    .mini-unit[b-ow3fwc1zj6],
    .army-stats[b-ow3fwc1zj6],
    .landing-unit-summary[b-ow3fwc1zj6],
    .landing-unit-body[b-ow3fwc1zj6],
    .recipe-app-card[b-ow3fwc1zj6] {
        grid-template-columns: 1fr;
    }

    .recipe-card-copy[b-ow3fwc1zj6],
    .recipe-card-ingredients[b-ow3fwc1zj6],
    .recipe-card-technique[b-ow3fwc1zj6] {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }
}
/* /Components/Pages/HowItWorks.razor.rz.scp.css */
.workflow-page[b-9f4wag0omh] {
    min-height: calc(100vh - 72px);
    color: #f8fafc;
    background:
        radial-gradient(circle at 50% 3%, rgba(147, 51, 234, 0.3), transparent 26%),
        radial-gradient(circle at 4% 34%, rgba(59, 130, 246, 0.12), transparent 30%),
        radial-gradient(circle at 94% 48%, rgba(124, 58, 237, 0.16), transparent 32%),
        #020617;
    overflow: hidden;
}

.workflow-page[b-9f4wag0omh]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(196, 181, 253, 0.28) 1px, transparent 1px),
        radial-gradient(circle, rgba(125, 211, 252, 0.16) 1px, transparent 1px);
    background-position: 0 0, 32px 28px;
    background-size: 92px 92px, 138px 138px;
    opacity: 0.22;
}

.workflow-header[b-9f4wag0omh] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 22px clamp(18px, 4vw, 56px);
}

.workflow-brand[b-9f4wag0omh],
.workflow-actions[b-9f4wag0omh] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.workflow-brand[b-9f4wag0omh] {
    color: #f8fafc;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.workflow-brand img[b-9f4wag0omh] {
    width: 40px;
    height: 40px;
}

.workflow-button[b-9f4wag0omh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    color: #f8fafc;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.workflow-button.primary[b-9f4wag0omh] {
    border: 1px solid rgba(196, 181, 253, 0.52);
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    box-shadow: 0 18px 42px rgba(109, 40, 217, 0.28);
}

.workflow-button.secondary[b-9f4wag0omh] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.54);
}

.workflow-main[b-9f4wag0omh] {
    position: relative;
    z-index: 1;
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 56px) 64px;
}

.workflow-title[b-9f4wag0omh] {
    text-align: center;
    margin: 6px auto 28px;
}

.workflow-title h1[b-9f4wag0omh] {
    margin: 0;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.workflow-title h1 span[b-9f4wag0omh] {
    color: #d8b4fe;
    text-shadow: 0 0 34px rgba(168, 85, 247, 0.45);
}

.workflow-title p[b-9f4wag0omh] {
    margin: 10px auto 0;
    max-width: 720px;
    color: #cbd5e1;
    font-size: 1.05rem;
}

.workflow-map[b-9f4wag0omh] {
    position: relative;
    display: grid;
    gap: 0;
    max-width: 1320px;
    margin: 0 auto;
}

.workflow-step[b-9f4wag0omh] {
    position: relative;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    margin: 16px 0;
}

.step-copy[b-9f4wag0omh] {
    position: relative;
    align-self: center;
    z-index: 2;
}

.step-marker[b-9f4wag0omh],
.recipe-marker[b-9f4wag0omh] {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 0 0 14px;
    border-radius: 50%;
    color: #d8b4fe;
    border: 1px solid rgba(192, 132, 252, 0.82);
    background:
        radial-gradient(circle at 50% 40%, rgba(168, 85, 247, 0.42), transparent 56%),
        rgba(15, 23, 42, 0.78);
    box-shadow:
        inset 0 0 0 5px rgba(168, 85, 247, 0.14),
        0 0 24px rgba(168, 85, 247, 0.38);
    font-size: 1.65rem;
    font-weight: 900;
}

.recipe-marker[b-9f4wag0omh] {
    width: 82px;
    height: 82px;
    color: #f5f3ff;
    font-size: 1rem;
    line-height: 1.08;
    text-align: center;
}

.step-copy h2[b-9f4wag0omh] {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 1.7vw, 1.7rem);
}

.step-copy p[b-9f4wag0omh] {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.48;
    font-size: 1rem;
}

.screenshot-card[b-9f4wag0omh] {
    position: relative;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(192, 132, 252, 0.72);
    border-radius: 10px;
    background:
        radial-gradient(circle at 14% 0%, rgba(139, 92, 246, 0.18), transparent 36%),
        rgba(15, 23, 42, 0.76);
    box-shadow:
        0 0 0 1px rgba(59, 130, 246, 0.08),
        0 18px 58px rgba(0, 0, 0, 0.32),
        0 0 30px rgba(168, 85, 247, 0.14);
}

.screenshot-card img[b-9f4wag0omh] {
    display: block;
    width: 100%;
    height: auto;
}

.screenshot-wide[b-9f4wag0omh] {
    padding: 10px;
}

.step-dashboard .screenshot-wide[b-9f4wag0omh] {
    width: min(100%, 970px);
    margin-left: 5%;
}

.step-paints .screenshot-wide[b-9f4wag0omh] {
    width: min(100%, 970px);
    margin-left: 19%;
}

.step-armories .screenshot-wide[b-9f4wag0omh] {
    width: min(100%, 980px);
    margin-left: 9%;
}

.step-details .screenshot-wide[b-9f4wag0omh] {
    width: min(100%, 1030px);
    margin-left: 21%;
}

.screenshot-wide img[b-9f4wag0omh] {
    border-radius: 6px;
    object-fit: contain;
}

.step-dashboard .screenshot-wide img[b-9f4wag0omh] {
    max-height: 390px;
}

.step-paints .screenshot-wide img[b-9f4wag0omh],
.step-armories .screenshot-wide img[b-9f4wag0omh] {
    max-height: 318px;
}

.step-details .screenshot-wide img[b-9f4wag0omh] {
    max-height: 485px;
}

.workflow-connector[b-9f4wag0omh] {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    height: 94px;
    margin: 12px 0;
    pointer-events: none;
}

.workflow-connector svg[b-9f4wag0omh] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.workflow-connector path[b-9f4wag0omh] {
    fill: none;
    stroke: #a855f7;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 7px rgba(168, 85, 247, 0.75));
}

.workflow-connector marker path[b-9f4wag0omh] {
    fill: #a855f7;
    stroke: none;
    filter: drop-shadow(0 0 7px rgba(168, 85, 247, 0.8));
}

.workflow-connector path[b-9f4wag0omh]::selection {
    background: transparent;
}

.connector-main svg[b-9f4wag0omh],
.connector-branch svg[b-9f4wag0omh] {
    overflow: visible;
}

.connector-main path[b-9f4wag0omh],
.connector-branch path[b-9f4wag0omh] {
    marker-end: none;
}

.connector-main[b-9f4wag0omh]::after,
.connector-branch[b-9f4wag0omh]::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 18px;
    width: 14px;
    height: 14px;
    border-right: 3px solid #a855f7;
    border-bottom: 3px solid #a855f7;
    transform: rotate(45deg);
    filter: drop-shadow(0 0 7px rgba(168, 85, 247, 0.8));
}

.connector-dashboard-paints[b-9f4wag0omh]::after {
    left: calc(60.2% - 7px);
}

.connector-recipes-armories[b-9f4wag0omh]::after {
    left: calc(43.8% - 7px);
}

.connector-armories-details[b-9f4wag0omh]::after {
    left: calc(63.2% - 7px);
}

.connector-branch[b-9f4wag0omh] {
    height: 152px;
    margin: 12px 0 20px;
}

.connector-branch .branch-path[b-9f4wag0omh] {
    stroke-dasharray: none;
    stroke-width: 3.5;
    opacity: 1;
}

.connector-branch[b-9f4wag0omh]::after {
    display: none;
}

.step-recipes[b-9f4wag0omh] {
    align-items: center;
}

.recipe-shots[b-9f4wag0omh] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.86fr) 70px minmax(330px, 1.14fr);
    gap: 18px;
    align-items: center;
    width: min(100%, 1070px);
    margin-left: 4%;
}

.recipe-inline-connector[b-9f4wag0omh] {
    position: relative;
    height: 3px;
    align-self: center;
    border-top: 3px dashed #a855f7;
    filter: drop-shadow(0 0 7px rgba(168, 85, 247, 0.78));
}

.recipe-inline-connector[b-9f4wag0omh]::after {
    content: "";
    position: absolute;
    right: -2px;
    top: -8px;
    width: 14px;
    height: 14px;
    border-right: 3px solid #a855f7;
    border-bottom: 3px solid #a855f7;
    transform: rotate(-45deg);
}

.recipe-list-shot[b-9f4wag0omh],
.recipe-dialog-shot[b-9f4wag0omh] {
    padding: 8px;
}

.recipe-list-shot img[b-9f4wag0omh] {
    max-height: 245px;
    object-fit: contain;
    border-radius: 6px;
}

.recipe-dialog-shot img[b-9f4wag0omh] {
    max-height: 335px;
    object-fit: contain;
    border-radius: 6px;
}

.workflow-cta[b-9f4wag0omh] {
    max-width: 760px;
    margin: 46px auto 0;
    padding: 28px;
    text-align: center;
    border: 1px solid rgba(192, 132, 252, 0.36);
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.22), transparent 54%),
        rgba(15, 23, 42, 0.58);
}

.workflow-cta h2[b-9f4wag0omh] {
    margin: 0 0 8px;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.workflow-cta p[b-9f4wag0omh] {
    margin: 0 auto 18px;
    max-width: 560px;
    color: #cbd5e1;
}

@media (min-width: 981px) {
    .step-dashboard .step-copy[b-9f4wag0omh],
    .step-paints .step-copy[b-9f4wag0omh],
    .step-recipes .step-copy[b-9f4wag0omh],
    .step-armories .step-copy[b-9f4wag0omh],
    .step-details .step-copy[b-9f4wag0omh] {
        padding-left: 8px;
    }
}

@media (max-width: 980px) {
    .workflow-step[b-9f4wag0omh],
    .recipe-shots[b-9f4wag0omh] {
        grid-template-columns: 1fr;
    }

    .workflow-step[b-9f4wag0omh] {
        gap: 14px;
        padding-left: 72px;
        margin-bottom: 24px;
    }

    .step-marker[b-9f4wag0omh],
    .recipe-marker[b-9f4wag0omh] {
        position: absolute;
        left: -72px;
        top: 0;
    }

    .workflow-connector[b-9f4wag0omh] {
        display: none;
    }

    .workflow-step:not(:last-child)[b-9f4wag0omh]::after {
        content: "";
        position: absolute;
        left: 26px;
        top: 62px;
        width: 3px;
        height: calc(100% - 26px);
        background: linear-gradient(180deg, rgba(168, 85, 247, 0.9), rgba(168, 85, 247, 0.12));
        box-shadow: 0 0 14px rgba(168, 85, 247, 0.55);
    }
}

@media (max-width: 680px) {
    .workflow-header[b-9f4wag0omh] {
        align-items: flex-start;
        flex-direction: column;
    }

    .workflow-actions[b-9f4wag0omh],
    .workflow-button[b-9f4wag0omh] {
        width: 100%;
    }

    .workflow-step[b-9f4wag0omh] {
        padding-left: 58px;
    }

    .step-marker[b-9f4wag0omh] {
        left: -58px;
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }

    .recipe-marker[b-9f4wag0omh] {
        left: -62px;
        width: 58px;
        height: 58px;
        font-size: 0.78rem;
    }

    .workflow-step:not(:last-child)[b-9f4wag0omh]::after {
        left: 21px;
        top: 52px;
    }
}
/* /Components/Pages/PaintRecipes.razor.rz.scp.css */
.recipes-page-title[b-5x76ukpsnc] {
    font-weight: 800;
    letter-spacing: 0;
}

.recipes-page-subtitle[b-5x76ukpsnc] {
    margin-left: 2px;
}

[b-5x76ukpsnc] .create-recipe-btn {
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(139, 92, 246, 0.24) !important;
}

.recipe-stats-grid[b-5x76ukpsnc] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.recipe-stat-card[b-5x76ukpsnc] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.recipe-stat-icon[b-5x76ukpsnc] {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
    font-size: 1.05rem;
}

.recipe-stat-label[b-5x76ukpsnc] {
    display: block;
    color: rgba(203, 213, 225, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.recipe-column-label[b-5x76ukpsnc] {
    display: block;
    color: #c4a8ff;
    font-size: 0.72rem;
    font-weight: 700;
}

.recipe-stat-value[b-5x76ukpsnc] {
    display: block;
    margin-top: 5px;
    color: #f8fafc;
    font-size: 1.58rem;
    font-weight: 800;
    line-height: 1.1;
}

.recipe-stat-text[b-5x76ukpsnc] {
    font-size: 1.05rem;
}

.recipe-toolbar[b-5x76ukpsnc] {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 220px;
    gap: 14px;
    margin-bottom: 16px;
}

.recipe-page-layout[b-5x76ukpsnc] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
}

.recipe-category-panel[b-5x76ukpsnc] {
    align-self: start;
    padding: 14px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.recipe-panel-title[b-5x76ukpsnc] {
    display: block;
    margin-bottom: 12px;
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 800;
}

.recipe-category-button[b-5x76ukpsnc] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.recipe-category-button span:first-child[b-5x76ukpsnc] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recipe-category-button.active[b-5x76ukpsnc],
.recipe-category-button:hover[b-5x76ukpsnc] {
    color: #f8fafc;
    background: rgba(139, 92, 246, 0.22);
}

.recipe-list[b-5x76ukpsnc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recipe-row[b-5x76ukpsnc] {
    position: relative;
    display: grid;
    grid-template-columns: 174px minmax(210px, 1.05fr) minmax(320px, 1.25fr) minmax(180px, 0.7fr);
    gap: 0;
    min-height: 168px;
    overflow: hidden;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow-compact);
}

[b-5x76ukpsnc] .recipe-row-menu {
    position: absolute !important;
    top: 6px;
    right: 6px;
    z-index: 2;
}

[b-5x76ukpsnc] .recipe-row-menu .mud-icon-button {
    width: 28px !important;
    height: 28px !important;
    padding: 3px !important;
    color: rgba(255, 255, 255, 0.68) !important;
    background: rgba(8, 13, 30, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

[b-5x76ukpsnc] .recipe-row-menu .mud-icon-button:hover {
    color: #c4b5fd !important;
    background: rgba(139, 92, 246, 0.2) !important;
}

.recipe-preview[b-5x76ukpsnc] {
    width: 136px;
    height: 136px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 16px 0 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.42);
}

.recipe-main[b-5x76ukpsnc] {
    min-width: 0;
    padding: 20px 18px;
}

.recipe-title-row[b-5x76ukpsnc] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.recipe-name[b-5x76ukpsnc] {
    color: #f8fafc;
    font-weight: 800 !important;
}

.recipe-category-pill[b-5x76ukpsnc] {
    padding: 2px 8px;
    border-radius: 6px;
    color: #d8b4fe;
    background: rgba(139, 92, 246, 0.22);
    font-size: 0.72rem;
    font-weight: 700;
}

.recipe-description[b-5x76ukpsnc] {
    display: block;
    min-height: 20px;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
}

.recipe-used[b-5x76ukpsnc] {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.78rem;
}

.recipe-steps[b-5x76ukpsnc],
.recipe-actions[b-5x76ukpsnc] {
    min-width: 0;
    padding: 20px 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.recipe-step-mini[b-5x76ukpsnc] {
    display: grid;
    grid-template-columns: 20px minmax(90px, 1fr) minmax(66px, 0.65fr) 54px;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
}

.recipe-step-dot[b-5x76ukpsnc] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.recipe-step-mini-name[b-5x76ukpsnc],
.recipe-step-mini-type[b-5x76ukpsnc],
.recipe-step-mini-parts[b-5x76ukpsnc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-step-mini-type[b-5x76ukpsnc],
.recipe-step-mini-parts[b-5x76ukpsnc] {
    color: rgba(255, 255, 255, 0.5);
}

.recipe-actions[b-5x76ukpsnc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.recipe-technique[b-5x76ukpsnc] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
}

.recipe-technique i[b-5x76ukpsnc] {
    color: #c4b5fd;
    margin-right: 6px;
}

.recipe-empty[b-5x76ukpsnc] {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(15, 23, 42, 0.72);
}

@media (max-width: 1200px) {
    .recipe-stats-grid[b-5x76ukpsnc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recipe-page-layout[b-5x76ukpsnc] {
        grid-template-columns: 1fr;
    }

    .recipe-category-panel[b-5x76ukpsnc] {
        display: none;
    }
}

@media (max-width: 880px) {
    .recipe-toolbar[b-5x76ukpsnc],
    .recipe-row[b-5x76ukpsnc] {
        grid-template-columns: 1fr;
    }

    .recipe-preview[b-5x76ukpsnc] {
        width: calc(100% - 32px);
        height: 180px;
        margin-bottom: 0;
    }

    .recipe-main[b-5x76ukpsnc] {
        padding: 16px;
    }

    .recipe-steps[b-5x76ukpsnc],
    .recipe-actions[b-5x76ukpsnc] {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
}

@media (max-width: 560px) {
    .recipe-stats-grid[b-5x76ukpsnc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Paints.razor.rz.scp.css */
.paint-stats-grid[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.paint-stat-card[b-zcq10ozg6b] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.paint-stat-icon[b-zcq10ozg6b] {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
    font-size: 1.05rem;
}

.paint-stat-label[b-zcq10ozg6b] {
    display: block;
    color: rgba(203, 213, 225, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.paint-stat-value[b-zcq10ozg6b] {
    display: block;
    margin-top: 5px;
    color: #f8fafc;
    font-size: 1.58rem;
    font-weight: 800;
    line-height: 1.05;
}

.paint-stat-name[b-zcq10ozg6b] {
    max-width: 210px;
    overflow: hidden;
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-toolbar[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: minmax(240px, 420px) 180px 180px auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.paint-group-action-btn[b-zcq10ozg6b] {
    min-height: 40px;
    border-color: rgba(167, 139, 250, 0.42) !important;
    color: #c4b5fd !important;
}

.paint-groups-section[b-zcq10ozg6b] {
    margin: 0 0 20px;
    padding: 16px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.paint-groups-header[b-zcq10ozg6b] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.82rem;
    font-weight: 700;
}

.paint-groups-header h2[b-zcq10ozg6b] {
    margin: 2px 0 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 800;
}

.paint-groups-eyebrow[b-zcq10ozg6b] {
    color: #a78bfa;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.paint-groups-grid[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 10px;
}

.paint-group-card[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 28px;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-subtle-background);
}

.paint-group-card-copy[b-zcq10ozg6b] {
    min-width: 0;
}

.paint-group-card strong[b-zcq10ozg6b],
.paint-group-card span[b-zcq10ozg6b] {
    display: block;
}

.paint-group-card strong[b-zcq10ozg6b] {
    overflow: hidden;
    color: #f8fafc;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-group-card span[b-zcq10ozg6b] {
    color: rgba(203, 213, 225, 0.66);
    font-size: 0.78rem;
}

.paint-group-swatches[b-zcq10ozg6b] {
    display: flex;
    flex: 0 0 auto;
}

.paint-group-swatches span[b-zcq10ozg6b] {
    width: 22px;
    height: 22px;
    margin-left: -6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background-size: cover;
    background-position: center;
}

.paint-group-swatches span:first-child[b-zcq10ozg6b] {
    margin-left: 0;
}

.paint-group-menu[b-zcq10ozg6b] {
    margin-right: -8px;
}

.paint-search[b-zcq10ozg6b] {
    min-width: 0;
}

.paint-search[b-zcq10ozg6b]  .mud-input-root,
.paint-type-filter[b-zcq10ozg6b]  .mud-input-root,
.paint-filter-select[b-zcq10ozg6b] {
    min-height: 40px;
}

.paint-type-filter[b-zcq10ozg6b] {
    width: 100%;
    min-width: 0;
}

.paint-type-filter[b-zcq10ozg6b]  .mud-input-root {
    background-color: rgba(15, 23, 42, 0.72);
    font-size: 0.86rem;
    font-weight: 650;
}

.paint-type-filter[b-zcq10ozg6b]  .mud-input-outlined-border {
    border-color: rgba(148, 163, 184, 0.28);
}

.paint-type-filter:focus-within[b-zcq10ozg6b]  .mud-input-outlined-border {
    border-color: rgba(155, 114, 248, 0.75);
    box-shadow: 0 0 0 2px rgba(155, 114, 248, 0.18);
}

[b-zcq10ozg6b](.paint-clear-button) {
    width: auto !important;
    min-width: 86px !important;
    max-width: 120px;
    justify-self: start;
    padding-inline: 18px !important;
}

.paint-filter-select[b-zcq10ozg6b] {
    width: 100%;
    padding: 0 34px 0 12px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background-color: rgba(15, 23, 42, 0.72);
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.86rem;
    font-weight: 650;
    outline: none;
}

.paint-filter-select:focus[b-zcq10ozg6b] {
    border-color: rgba(155, 114, 248, 0.75);
    box-shadow: 0 0 0 2px rgba(155, 114, 248, 0.18);
}

.paint-grid[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    gap: 10px;
}

@media (min-width: 1500px) {
    .paint-grid[b-zcq10ozg6b] {
        grid-template-columns: repeat(5, minmax(240px, 1fr));
    }
}

@media (max-width: 1280px) {
    .paint-stats-grid[b-zcq10ozg6b] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .paint-grid[b-zcq10ozg6b] {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }

    .paint-groups-grid[b-zcq10ozg6b] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 900px) {
    .paint-toolbar[b-zcq10ozg6b] {
        grid-template-columns: 1fr 1fr;
    }

    .paint-search[b-zcq10ozg6b] {
        grid-column: 1 / -1;
    }

    .paint-grid[b-zcq10ozg6b] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 480px) {
    .paint-stats-grid[b-zcq10ozg6b],
    .paint-toolbar[b-zcq10ozg6b],
    .paint-grid[b-zcq10ozg6b],
    .paint-groups-grid[b-zcq10ozg6b] {
        grid-template-columns: 1fr;
    }
}

.paint-card[b-zcq10ozg6b] {
    position: relative;
    min-height: 146px;
    overflow: hidden;
    background: var(--cf-card-background);
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    box-shadow: var(--cf-card-shadow-compact);
    transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

    .paint-card:hover[b-zcq10ozg6b] {
        border-color: var(--cf-card-border-hover);
        transform: translateY(-2px);
        background: var(--cf-card-background-hover);
    }

.paint-card-selected[b-zcq10ozg6b] {
    border-color: rgba(248, 113, 113, 0.74) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(248, 113, 113, 0.18), transparent 36%),
        rgba(28, 13, 22, 0.92) !important;
}

.paint-card-content[b-zcq10ozg6b] {
    position: relative;
    height: 100%;
    padding: 14px 14px 12px 14px !important;
}

.paint-delete-checkbox[b-zcq10ozg6b] {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    border: 1px solid rgba(248, 113, 113, 0.35);
    border-radius: 8px;
    background: rgba(8, 16, 31, 0.9);
}

.paint-card-main[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.paint-swatch[b-zcq10ozg6b] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.12),
        0 10px 24px rgba(0, 0, 0, 0.28);
}

.paint-card-details[b-zcq10ozg6b] {
    min-width: 0;
}

.paint-card-title-row[b-zcq10ozg6b] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 6px;
    align-items: start;
}

.paint-text-block[b-zcq10ozg6b] {
    min-width: 0;
}

.paint-card-menu[b-zcq10ozg6b] {
    margin-top: -8px;
    margin-right: -8px;
}

.paint-name[b-zcq10ozg6b] {
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-brand[b-zcq10ozg6b] {
    display: block;
    margin-top: 2px;
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-meta-line[b-zcq10ozg6b] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    margin-top: 6px;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
}

.paint-meta-line span:not(.paint-meta-dot)[b-zcq10ozg6b] {
    min-width: min(100%, 9rem);
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.paint-meta-line span:first-child[b-zcq10ozg6b] {
    flex: 0 1 auto;
}

.paint-meta-line span:last-child[b-zcq10ozg6b] {
    flex: 1 1 10rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.paint-meta-dot[b-zcq10ozg6b] {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: rgba(148, 163, 184, 0.7);
}

.paint-card-badges[b-zcq10ozg6b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.paint-usage-line[b-zcq10ozg6b] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.1;
}

.paint-usage-line i[b-zcq10ozg6b] {
    color: #a78bfa;
    font-size: 0.72rem;
}

.paint-chip[b-zcq10ozg6b] {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 3px 9px;
    border-radius: 6px;
    background: rgba(148, 163, 184, 0.18);
    color: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.custom-mix-badge[b-zcq10ozg6b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 23px;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.2);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.custom-paint-badge[b-zcq10ozg6b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 23px;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fecaca;
    background: rgba(185, 28, 28, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.26);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.custom-paint-badge i[b-zcq10ozg6b] {
    font-size: 0.68rem;
}

.discontinued-badge[b-zcq10ozg6b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 23px;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fca5a5;
    background: rgba(127, 29, 29, 0.34);
    border: 1px solid rgba(248, 113, 113, 0.24);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.discontinued-badge i[b-zcq10ozg6b] {
    font-size: 0.68rem;
}

@media (max-width: 640px) {
    .paint-card-main[b-zcq10ozg6b] {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
    }

    .paint-swatch[b-zcq10ozg6b] {
        width: 60px;
        height: 60px;
    }
}
/* /Components/Pages/Roadmap.razor.rz.scp.css */
.roadmap-page[b-mni635az5g] {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 18px 0 52px;
    color: #cbd5e1;
}

.roadmap-page h1[b-mni635az5g],
.roadmap-page h2[b-mni635az5g],
.roadmap-page h3[b-mni635az5g],
.roadmap-page p[b-mni635az5g] {
    margin-top: 0;
}

.roadmap-page h1[b-mni635az5g],
.roadmap-page h2[b-mni635az5g],
.roadmap-page h3[b-mni635az5g] {
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.roadmap-hero[b-mni635az5g] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 22px;
}

.roadmap-hero-copy[b-mni635az5g],
.roadmap-focus-card[b-mni635az5g],
.roadmap-visual[b-mni635az5g],
.roadmap-horizons[b-mni635az5g],
.roadmap-notes article[b-mni635az5g] {
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius);
    background: var(--cf-card-background);
    box-shadow: var(--cf-card-shadow);
}

.roadmap-hero-copy[b-mni635az5g] {
    padding: clamp(24px, 5vw, 52px);
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(139, 92, 246, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(49, 46, 129, 0.4), rgba(8, 13, 26, 0.96));
}

.roadmap-eyebrow[b-mni635az5g] {
    display: block;
    margin-bottom: 9px;
    color: #a78bfa;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.roadmap-hero h1[b-mni635az5g] {
    max-width: 760px;
    margin-bottom: 15px;
    font-size: clamp(2rem, 5vw, 4.25rem);
    font-weight: 900;
    line-height: 0.98;
}

.roadmap-hero-copy > p[b-mni635az5g] {
    max-width: 760px;
    margin-bottom: 24px;
    color: rgba(226, 232, 240, 0.76);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.7;
}

.roadmap-meta[b-mni635az5g] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.roadmap-meta span[b-mni635az5g] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(167, 139, 250, 0.22);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    color: #d8d2ff;
    font-size: 0.78rem;
    font-weight: 700;
}

.roadmap-focus-card[b-mni635az5g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(22px, 4vw, 36px);
    border-color: rgba(167, 139, 250, 0.3);
}

.roadmap-focus-card > span[b-mni635az5g] {
    width: fit-content;
    margin-bottom: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.18);
    color: #c4b5fd;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.roadmap-focus-card h2[b-mni635az5g] {
    margin-bottom: 12px;
    font-size: 1.45rem;
}

.roadmap-focus-card p[b-mni635az5g],
.roadmap-section-heading > p[b-mni635az5g],
.roadmap-notes p[b-mni635az5g] {
    margin-bottom: 0;
    color: rgba(203, 213, 225, 0.72);
    line-height: 1.65;
}

.roadmap-visual[b-mni635az5g],
.roadmap-horizons[b-mni635az5g] {
    margin-bottom: 22px;
    padding: clamp(16px, 3vw, 26px);
}

.roadmap-section-heading[b-mni635az5g] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.roadmap-section-heading h2[b-mni635az5g] {
    margin-bottom: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.roadmap-section-heading > p[b-mni635az5g] {
    max-width: 460px;
    text-align: right;
}

.roadmap-misc-heading[b-mni635az5g] {
    margin-top: 34px;
}

.roadmap-section-heading > a[b-mni635az5g],
.roadmap-feedback-card > a[b-mni635az5g] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #c4b5fd;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.roadmap-section-heading > a:hover[b-mni635az5g],
.roadmap-feedback-card > a:hover[b-mni635az5g] {
    color: #ede9fe;
}

.roadmap-image-link[b-mni635az5g] {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 10px;
    background: #fff;
}

.roadmap-image-link img[b-mni635az5g] {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.25s ease;
}

.roadmap-image-link:hover img[b-mni635az5g] {
    transform: scale(1.005);
}

.roadmap-visual figcaption[b-mni635az5g] {
    margin-top: 13px;
    color: rgba(148, 163, 184, 0.78);
    font-size: 0.78rem;
    line-height: 1.6;
    text-align: center;
}

.roadmap-grid[b-mni635az5g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.roadmap-card[b-mni635az5g] {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 10px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--stage-accent) 15%, transparent), transparent 48%),
        rgba(8, 13, 26, 0.72);
}

.roadmap-card[b-mni635az5g]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--stage-accent);
    content: "";
}

.roadmap-card-topline[b-mni635az5g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.roadmap-number[b-mni635az5g] {
    color: var(--stage-accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.roadmap-status[b-mni635az5g] {
    padding: 4px 8px;
    border: 1px solid rgba(148, 163, 184, 0.17);
    border-radius: 999px;
    color: rgba(203, 213, 225, 0.7);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.roadmap-card > i[b-mni635az5g] {
    margin-bottom: 15px;
    color: var(--stage-accent);
    font-size: 1.6rem;
}

.roadmap-card h3[b-mni635az5g] {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.roadmap-card p[b-mni635az5g] {
    margin-bottom: 0;
    color: rgba(203, 213, 225, 0.7);
    font-size: 0.88rem;
    line-height: 1.6;
}

.roadmap-notes[b-mni635az5g] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.roadmap-notes article[b-mni635az5g] {
    padding: clamp(20px, 4vw, 32px);
}

.roadmap-notes h2[b-mni635az5g] {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.roadmap-feedback-card[b-mni635az5g] {
    border-color: rgba(167, 139, 250, 0.28) !important;
    background:
        radial-gradient(circle at 100% 0, rgba(139, 92, 246, 0.18), transparent 42%),
        var(--cf-card-background) !important;
}

.roadmap-feedback-card > a[b-mni635az5g] {
    width: fit-content;
    margin-top: 18px;
}

@media (max-width: 900px) {
    .roadmap-hero[b-mni635az5g] {
        grid-template-columns: 1fr;
    }

    .roadmap-grid[b-mni635az5g] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .roadmap-page[b-mni635az5g] {
        padding: 4px 0 28px;
    }

    .roadmap-grid[b-mni635az5g],
    .roadmap-notes[b-mni635az5g] {
        grid-template-columns: 1fr;
    }

    .roadmap-section-heading[b-mni635az5g] {
        align-items: flex-start;
        flex-direction: column;
    }

    .roadmap-section-heading > p[b-mni635az5g] {
        text-align: left;
    }

    .roadmap-card[b-mni635az5g] {
        min-height: 0;
    }

    .roadmap-image-link[b-mni635az5g] {
        overflow-x: auto;
    }

    .roadmap-image-link img[b-mni635az5g] {
        width: 900px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .roadmap-image-link img[b-mni635az5g] {
        transition: none;
    }
}
/* /Components/Pages/TheForge.razor.rz.scp.css */
.dashboard-page[b-39z6gc6h7n] {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding-bottom: 2rem;
    min-height: calc(100vh - 120px);
}

.dashboard-page[b-39z6gc6h7n]::before {
    display: none;
}

.dashboard-page[b-39z6gc6h7n]::after {
    display: none;
}

.dashboard-header[b-39z6gc6h7n] {
    position: relative;
    margin-bottom: 22px;
}

.dashboard-title[b-39z6gc6h7n] {
    color: #f8fafc !important;
    font-weight: 850 !important;
    letter-spacing: 0;
}

.dashboard-subtitle[b-39z6gc6h7n] {
    max-width: 640px;
    margin-top: 4px !important;
    color: rgba(226, 232, 240, 0.66) !important;
}

.stats-grid[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.stats-card[b-39z6gc6h7n] {
    min-height: 112px;
}

.dashboard-page[b-39z6gc6h7n]  .stats-card .mud-card-content {
    height: 100%;
    padding: 18px !important;
}

.stats-card-content[b-39z6gc6h7n] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.stats-icon[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    margin-bottom: 0;
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
    font-size: 1.05rem;
}

.stats-details[b-39z6gc6h7n] {
    min-width: 0;
}

.stats-label[b-39z6gc6h7n] {
    color: rgba(203, 213, 225, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.stats-value[b-39z6gc6h7n] {
    margin-top: 5px !important;
    color: #f8fafc;
    font-size: 1.58rem;
    font-weight: 800;
    line-height: 1;
}

.dashboard-row[b-39z6gc6h7n] {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-row-middle[b-39z6gc6h7n] {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.05fr);
}

.dashboard-row-bottom[b-39z6gc6h7n] {
    grid-template-columns: minmax(0, 1.62fr) minmax(280px, 0.72fr) minmax(0, 1.02fr);
}

.dashboard-card[b-39z6gc6h7n] {
    min-height: 284px;
    box-sizing: border-box;
    padding: 20px !important;
}

.armories-overview-card[b-39z6gc6h7n] {
    display: flex;
    flex-direction: column;
}

.dashboard-card > *[b-39z6gc6h7n] {
    position: relative;
    z-index: 1;
}

.dashboard-page[b-39z6gc6h7n]  .dashboard-card {
    box-sizing: border-box;
    padding: 20px !important;
}

.dashboard-page[b-39z6gc6h7n]  .painting-progress-card,
.dashboard-page[b-39z6gc6h7n]  .armories-overview-card,
.dashboard-page[b-39z6gc6h7n]  .top-paints-card,
.dashboard-page[b-39z6gc6h7n]  .achievements-card {
    padding: 20px !important;
}

.dashboard-card-header[b-39z6gc6h7n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.dashboard-card-header h6[b-39z6gc6h7n] {
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.12);
}

.dashboard-card-header a[b-39z6gc6h7n] {
    color: #a78bfa;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.dashboard-card-header a:hover[b-39z6gc6h7n] {
    color: #d8b4fe;
}

.painting-progress-body[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: minmax(185px, 0.84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: 24px;
    min-height: 214px;
}

.progress-donut-wrapper[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    width: 194px;
    height: 194px;
}

.progress-donut[b-39z6gc6h7n] {
    width: 188px;
    height: 188px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: rotate(-90deg);
    box-shadow:
        0 0 34px rgba(139, 92, 246, 0.13),
        inset 0 0 24px rgba(255, 255, 255, 0.05);
}

.progress-donut-hole[b-39z6gc6h7n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(8, 16, 31, 0.98), rgba(3, 7, 18, 0.98));
    transform: rotate(90deg);
    box-shadow:
        inset 0 0 22px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.03);
}

.progress-percentage[b-39z6gc6h7n] {
    color: #f8fafc;
    font-size: 1.56rem;
    font-weight: 900;
    line-height: 1;
}

.progress-overall[b-39z6gc6h7n] {
    margin-top: 8px !important;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.84rem;
}

.painting-progress-stats[b-39z6gc6h7n] {
    display: grid;
    gap: 15px;
    min-width: 0;
}

.progress-stat-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
}

.progress-stat-label[b-39z6gc6h7n] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.progress-dot[b-39z6gc6h7n] {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.progress-label-text[b-39z6gc6h7n],
.progress-value-text[b-39z6gc6h7n] {
    overflow: hidden;
    margin: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
}

.progress-value-text[b-39z6gc6h7n] {
    color: rgba(226, 232, 240, 0.72);
}

.recent-units-list[b-39z6gc6h7n],
.top-paints-list[b-39z6gc6h7n] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recent-unit-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.32);
}

.recent-unit-thumb[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #c4b5fd;
    background:
        linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(30, 41, 59, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.recent-unit-main[b-39z6gc6h7n] {
    min-width: 0;
}

.recent-unit-title-row[b-39z6gc6h7n],
.armory-overview-meta[b-39z6gc6h7n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.recent-unit-name[b-39z6gc6h7n] {
    overflow: hidden;
    color: #f8fafc;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-unit-percent[b-39z6gc6h7n] {
    color: #f8fafc;
    font-weight: 700;
}

.recent-unit-subtitle[b-39z6gc6h7n],
.dashboard-empty[b-39z6gc6h7n],
.armory-overview-meta[b-39z6gc6h7n],
.top-paint-row span[b-39z6gc6h7n] {
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.82rem;
}

.recent-progress-track[b-39z6gc6h7n],
.mini-progress-track[b-39z6gc6h7n] {
    height: 6px;
    margin-top: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.13);
}

.recent-progress-fill[b-39z6gc6h7n],
.mini-progress-fill[b-39z6gc6h7n] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7c3aed, #a855f7, #c084fc);
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.32);
}

.achievements-card[b-39z6gc6h7n] {
    min-height: 284px;
}

.dashboard-level-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-bottom: 13px;
    padding: 10px 12px;
    border: 1px solid rgba(167, 139, 250, 0.16);
    border-radius: 9px;
    background: rgba(91, 33, 182, 0.1);
}

.dashboard-level-copy[b-39z6gc6h7n] {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.dashboard-level-copy > div:first-child[b-39z6gc6h7n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.dashboard-level-copy strong[b-39z6gc6h7n] {
    color: #f8fafc;
    font-size: 0.82rem;
}

.dashboard-level-copy > div:first-child span[b-39z6gc6h7n] {
    font-size: 0.7rem;
    font-weight: 850;
}

.dashboard-level-copy small[b-39z6gc6h7n] {
    color: rgba(203, 213, 225, 0.64);
    font-size: 0.66rem;
}

.dashboard-xp-track[b-39z6gc6h7n] {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
}

.dashboard-xp-track > span[b-39z6gc6h7n] {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.dashboard-achievement-list[b-39z6gc6h7n] {
    display: grid;
    gap: 8px;
}

.dashboard-achievement-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.42);
}

.dashboard-achievement-icon[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #c4b5fd;
    background: rgba(139, 92, 246, 0.18);
}

.dashboard-achievement-row > div[b-39z6gc6h7n] {
    display: grid;
    min-width: 0;
}

.dashboard-achievement-row strong[b-39z6gc6h7n] {
    overflow: hidden;
    color: #f8fafc;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-achievement-row > div span[b-39z6gc6h7n] {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(203, 213, 225, 0.58);
    font-size: 0.64rem;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dashboard-achievement-xp[b-39z6gc6h7n] {
    color: #a78bfa;
    font-size: 0.68rem;
    font-weight: 850;
}

.achievement-empty[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 118px;
    gap: 6px;
    color: rgba(203, 213, 225, 0.68);
    text-align: center;
    font-size: 0.78rem;
}

.achievement-empty i[b-39z6gc6h7n] {
    color: #a78bfa;
    font-size: 1.45rem;
}

.achievement-empty a[b-39z6gc6h7n] {
    color: #c4b5fd;
    font-size: 0.7rem;
    font-weight: 750;
    text-decoration: none;
}

.armory-overview-grid[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    flex: 1 1 auto;
    gap: 14px;
    min-height: 0;
}

.armory-overview-card-mini[b-39z6gc6h7n] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 230px;
    overflow: hidden;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(8, 15, 31, 0.68));
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.armory-overview-card-mini:hover[b-39z6gc6h7n] {
    border-color: rgba(167, 139, 250, 0.32);
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.armory-overview-image[b-39z6gc6h7n] {
    width: 100%;
    height: 86px;
    aspect-ratio: auto;
    flex: 0 0 auto;
    margin-bottom: 10px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.armory-overview-card-mini strong[b-39z6gc6h7n] {
    overflow: hidden;
    color: #f8fafc;
    font-size: 0.92rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.armory-overview-subtitle[b-39z6gc6h7n],
.armory-overview-game[b-39z6gc6h7n] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.armory-overview-subtitle[b-39z6gc6h7n] {
    margin-top: 4px;
    color: #c4b5fd;
    font-size: 0.78rem;
    font-weight: 700;
}

.armory-overview-game[b-39z6gc6h7n] {
    margin-top: 2px;
    color: rgba(203, 213, 225, 0.64);
    font-size: 0.76rem;
}

.armory-overview-meta[b-39z6gc6h7n] {
    margin-top: auto;
    padding-top: 12px;
}

.armory-overview-card-mini .mini-progress-track[b-39z6gc6h7n] {
    margin-top: 8px;
}

.top-paint-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.22);
}

.top-paint-swatch[b-39z6gc6h7n] {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 18px rgba(0, 0, 0, 0.18),
        inset 0 0 14px rgba(255, 255, 255, 0.1);
}

.top-paint-row strong[b-39z6gc6h7n] {
    display: block;
    overflow: hidden;
    color: #f8fafc;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-activity-list[b-39z6gc6h7n] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    min-height: 0;
}

.recent-activity-row[b-39z6gc6h7n] {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 8px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.3);
    transition: border-color 0.15s ease, background 0.15s ease;
}

.recent-activity-row:hover[b-39z6gc6h7n] {
    border-color: rgba(167, 139, 250, 0.28);
    background: rgba(49, 32, 89, 0.3);
}

.recent-activity-icon[b-39z6gc6h7n] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #c4b5fd;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.26), rgba(30, 41, 59, 0.58));
}

.recent-activity-copy[b-39z6gc6h7n] {
    display: block;
    min-width: 0;
}

.recent-activity-copy strong[b-39z6gc6h7n],
.recent-activity-copy span[b-39z6gc6h7n] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-activity-copy strong[b-39z6gc6h7n] {
    color: #f8fafc;
    font-size: 0.84rem;
}

.recent-activity-copy span[b-39z6gc6h7n],
.recent-activity-row time[b-39z6gc6h7n] {
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.74rem;
}

.recent-activity-copy span[b-39z6gc6h7n] {
    margin-top: 2px;
}

.recent-activity-row time[b-39z6gc6h7n] {
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .stats-grid[b-39z6gc6h7n] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dashboard-row-middle[b-39z6gc6h7n],
    .dashboard-row-bottom[b-39z6gc6h7n] {
        grid-template-columns: 1fr;
    }

    .dashboard-card[b-39z6gc6h7n],
    .achievements-card[b-39z6gc6h7n] {
        min-height: 300px;
    }
}

@media (max-width: 760px) {
    .stats-grid[b-39z6gc6h7n],
    .armory-overview-grid[b-39z6gc6h7n] {
        grid-template-columns: 1fr;
    }

    .painting-progress-body[b-39z6gc6h7n] {
        grid-template-columns: 1fr;
    }

    .progress-donut-wrapper[b-39z6gc6h7n] {
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .dashboard-page[b-39z6gc6h7n]::before,
    .dashboard-page[b-39z6gc6h7n]::after {
        left: 0;
    }
}
/* /Components/Pages/Tools/Statistics.razor.rz.scp.css */
.statistics-page[b-xure39af7c] {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.statistics-header[b-xure39af7c] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.statistics-title[b-xure39af7c] {
    font-weight: 850 !important;
    letter-spacing: 0;
}

.statistics-title-icon[b-xure39af7c] {
    color: #9b72f8;
    font-size: 1.7rem !important;
}

.statistics-subtitle[b-xure39af7c] {
    max-width: 640px;
    color: rgba(226, 232, 240, 0.66);
    margin-top: 4px !important;
}

.statistics-updated[b-xure39af7c] {
    flex: 0 0 auto;
    padding: 7px 11px;
    color: rgba(203, 213, 225, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    font-size: 0.78rem;
    font-weight: 750;
}

.kpi-grid[b-xure39af7c] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.kpi-card[b-xure39af7c],
.statistics-card[b-xure39af7c] {
    border: 1px solid var(--cf-card-border);
    border-radius: var(--cf-card-radius) !important;
    background: var(--cf-card-background) !important;
    box-shadow: var(--cf-card-shadow);
}

.kpi-card[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    column-gap: 14px;
    overflow: hidden;
    min-height: 112px;
    padding: 18px;
}

.kpi-card[b-xure39af7c]::before,
.statistics-card[b-xure39af7c]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: var(--cf-card-overlay);
}

.kpi-icon[b-xure39af7c] {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    margin-bottom: 0;
    color: #c4b5fd;
    border-radius: 8px;
    background: rgba(139, 92, 246, 0.18);
}

.kpi-card span[b-xure39af7c] {
    position: relative;
    display: block;
    color: rgba(203, 213, 225, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    grid-column: 2;
}

.kpi-card strong[b-xure39af7c] {
    position: relative;
    display: block;
    margin-top: 5px;
    color: #f8fafc;
    font-size: 1.58rem;
    line-height: 1;
    grid-column: 2;
}

.kpi-card small[b-xure39af7c] {
    position: relative;
    display: block;
    margin-top: 8px;
    color: rgba(148, 163, 184, 0.85);
    font-size: 0.78rem;
    grid-column: 2;
}

.statistics-grid[b-xure39af7c] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 20px;
}

.statistics-card[b-xure39af7c] {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 1.35rem;
}

.activity-card[b-xure39af7c],
.pipeline-card[b-xure39af7c] {
    grid-column: span 3;
    min-height: 360px;
}

.paint-usage-card[b-xure39af7c] {
    grid-column: span 3;
    min-height: 360px;
}

.composition-card[b-xure39af7c] {
    grid-column: span 2;
    min-height: 292px;
}

.insight-card[b-xure39af7c] {
    grid-column: span 2;
    min-height: 292px;
}

.statistics-card-header[b-xure39af7c] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.statistics-card-header h6[b-xure39af7c] {
    margin: 0;
    color: #f8fafc;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.15;
}

.statistics-card-header span[b-xure39af7c],
.statistics-card-header a[b-xure39af7c] {
    display: block;
    margin-top: 6px;
    color: #a78bfa;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.statistics-card-header > span[b-xure39af7c] {
    margin-top: 0;
    white-space: nowrap;
}

.completion-chart-controls[b-xure39af7c] {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
}

.completion-chart-controls > span[b-xure39af7c] {
    margin-top: 0;
    white-space: nowrap;
}

.chart-tabs[b-xure39af7c] {
    display: grid;
    grid-template-columns: repeat(2, minmax(64px, 1fr));
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.52);
}

.chart-tab[b-xure39af7c] {
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    background: transparent;
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.74rem;
    font-weight: 800;
}

.chart-tab:last-child[b-xure39af7c] {
    border-right: 0;
}

.chart-tab.is-active[b-xure39af7c] {
    color: #f8fafc;
    background: linear-gradient(90deg, rgba(91, 33, 182, 0.72), rgba(124, 58, 237, 0.38));
}

.line-chart[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 6px;
    min-height: 264px;
    padding: 8px 4px 0;
}

.line-chart-y-label[b-xure39af7c] {
    position: absolute;
    top: 4px;
    left: 0;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.72rem;
}

.line-chart svg[b-xure39af7c] {
    width: 100%;
    height: 232px;
    overflow: visible;
}

.line-grid[b-xure39af7c] {
    stroke: rgba(148, 163, 184, 0.12);
    stroke-width: 1;
}

.line-series[b-xure39af7c] {
    fill: none;
    stroke: #8b5cf6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
    filter: drop-shadow(0 0 8px rgba(139, 92, 246, 0.45));
}

.line-point[b-xure39af7c] {
    fill: #a855f7;
    stroke: #c4b5fd;
    stroke-width: 2;
}

.line-month-labels[b-xure39af7c] {
    display: grid;
    gap: 4px;
    text-align: center;
}

.line-month-labels span[b-xure39af7c] {
    overflow: hidden;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pipeline-list[b-xure39af7c],
.ranked-list[b-xure39af7c] {
    position: relative;
    display: grid;
    gap: 12px;
}

.pipeline-row[b-xure39af7c] {
    display: grid;
    gap: 7px;
}

.pipeline-label[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pipeline-label span[b-xure39af7c],
.pipeline-label strong[b-xure39af7c] {
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.82rem;
}

.pipeline-label span[b-xure39af7c] {
    color: #f8fafc;
    font-weight: 750;
}

.pipeline-track[b-xure39af7c],
.paint-depth-bar[b-xure39af7c],
.usage-bar-track[b-xure39af7c] {
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
}

.pipeline-track[b-xure39af7c] {
    height: 8px;
}

.pipeline-fill[b-xure39af7c],
.paint-depth-bar div[b-xure39af7c],
.usage-bar[b-xure39af7c] {
    height: 100%;
    border-radius: inherit;
}

.ranked-row[b-xure39af7c] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    padding: 13px 14px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
}

.ranked-row div[b-xure39af7c] {
    min-width: 0;
}

.ranked-row strong[b-xure39af7c],
.ranked-row span[b-xure39af7c] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranked-row strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 0.86rem;
}

.ranked-row span[b-xure39af7c] {
    margin-top: 2px;
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.76rem;
}

.ranked-row em[b-xure39af7c] {
    flex: 0 0 auto;
    color: #c4b5fd;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
}

.metric-focus[b-xure39af7c] {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 176px;
}

.metric-focus strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 2.75rem;
    line-height: 1;
}

.metric-focus > span:not(.statistics-empty)[b-xure39af7c] {
    margin-top: 5px;
    color: #c4b5fd;
    font-weight: 850;
}

.metric-focus p[b-xure39af7c] {
    max-width: 290px;
    margin: 16px 0 0;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.82rem;
    line-height: 1.55;
}

.productivity-card[b-xure39af7c] {
    min-height: 360px;
}

.productivity-card .metric-focus[b-xure39af7c] {
    min-height: 132px;
}

.completion-duration-stats[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.completion-duration-stat[b-xure39af7c] {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
}

.completion-duration-stat span[b-xure39af7c],
.completion-duration-stat strong[b-xure39af7c],
.completion-duration-stat small[b-xure39af7c] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.completion-duration-stat span[b-xure39af7c] {
    color: #a78bfa;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.completion-duration-stat strong[b-xure39af7c] {
    margin-top: 6px;
    color: #f8fafc;
    font-size: 0.84rem;
}

.completion-duration-stat small[b-xure39af7c] {
    margin-top: 3px;
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.72rem;
}

.paint-depth[b-xure39af7c] {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 176px;
    gap: 18px;
}

.paint-depth-bar[b-xure39af7c] {
    height: 14px;
}

.paint-depth-bar div[b-xure39af7c] {
    background: linear-gradient(90deg, #14b8a6, #8b5cf6);
}

.paint-depth-stats[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.paint-depth-stats span[b-xure39af7c] {
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.82rem;
}

.paint-depth-stats strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 1.15rem;
}

.compact-tabs[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
}

.compact-tab[b-xure39af7c] {
    min-height: 32px;
    padding: 4px 6px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    background: transparent;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.7rem;
    font-weight: 800;
}

.compact-tab:last-child[b-xure39af7c] {
    border-right: 0;
}

.compact-tab.is-active[b-xure39af7c] {
    color: #f8fafc;
    background: rgba(124, 58, 237, 0.42);
}

.unused-paint-list[b-xure39af7c] {
    position: relative;
    display: grid;
    gap: 8px;
}

.unused-paint-row[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 7px;
    background: rgba(15, 23, 42, 0.5);
}

.unused-paint-row span[b-xure39af7c] {
    overflow: hidden;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unused-paint-row strong[b-xure39af7c] {
    color: #c4b5fd;
    font-size: 0.78rem;
}

.portfolio-card[b-xure39af7c] {
    grid-column: span 3;
    min-height: 340px;
}

.compact-portfolio-card[b-xure39af7c] {
    grid-column: span 2;
    min-height: 292px;
}

.attention-list[b-xure39af7c],
.forecast-details[b-xure39af7c] {
    position: relative;
    display: grid;
    gap: 10px;
}

.attention-row[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
}

.attention-row.is-featured[b-xure39af7c] {
    min-height: 82px;
    border-color: rgba(139, 92, 246, 0.34);
    background: linear-gradient(100deg, rgba(91, 33, 182, 0.3), rgba(15, 23, 42, 0.62));
}

.attention-row div[b-xure39af7c] {
    min-width: 0;
}

.attention-row strong[b-xure39af7c],
.attention-row span[b-xure39af7c] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attention-row strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 0.86rem;
}

.attention-row span[b-xure39af7c] {
    margin-top: 4px;
    color: rgba(203, 213, 225, 0.66);
    font-size: 0.76rem;
}

.resume-project-button[b-xure39af7c] {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(167, 139, 250, 0.42);
    border-radius: 7px;
    background: rgba(124, 58, 237, 0.3);
    color: #ede9fe;
    font-size: 0.72rem;
    font-weight: 850;
}

.forecast-empty[b-xure39af7c] {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 220px;
    gap: 12px;
    text-align: center;
}

.forecast-empty svg[b-xure39af7c] {
    color: #a78bfa;
    font-size: 2.2rem;
}

.forecast-empty span[b-xure39af7c] {
    max-width: 390px;
    color: rgba(203, 213, 225, 0.68);
    font-size: 0.8rem;
    line-height: 1.55;
}

.forecast-lead[b-xure39af7c] {
    position: relative;
    padding: 17px 18px;
    border: 1px solid rgba(139, 92, 246, 0.24);
    border-radius: 8px;
    background: rgba(91, 33, 182, 0.18);
}

.forecast-lead span[b-xure39af7c],
.forecast-lead strong[b-xure39af7c] {
    display: block;
}

.forecast-lead span[b-xure39af7c] {
    color: #a78bfa;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.forecast-lead strong[b-xure39af7c] {
    margin-top: 7px;
    color: #f8fafc;
    font-size: 1rem;
}

.forecast-details[b-xure39af7c] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.forecast-details div[b-xure39af7c] {
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
}

.forecast-details span[b-xure39af7c],
.forecast-details strong[b-xure39af7c] {
    display: block;
}

.forecast-details span[b-xure39af7c] {
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.72rem;
}

.forecast-details strong[b-xure39af7c] {
    margin-top: 5px;
    color: #f8fafc;
    font-size: 0.82rem;
}

.age-feature[b-xure39af7c] {
    position: relative;
    padding: 16px 17px;
    border-left: 3px solid #8b5cf6;
    border-radius: 0 8px 8px 0;
    background: rgba(15, 23, 42, 0.54);
}

.age-feature span[b-xure39af7c],
.age-feature strong[b-xure39af7c],
.age-feature small[b-xure39af7c] {
    display: block;
}

.age-feature span[b-xure39af7c] {
    color: #a78bfa;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.age-feature strong[b-xure39af7c] {
    margin-top: 7px;
    color: #f8fafc;
    font-size: 1rem;
}

.age-feature small[b-xure39af7c] {
    margin-top: 4px;
    color: rgba(203, 213, 225, 0.66);
    font-size: 0.76rem;
}

.age-metrics[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.age-metrics div[b-xure39af7c] {
    min-width: 0;
    padding: 11px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
}

.age-metrics strong[b-xure39af7c],
.age-metrics span[b-xure39af7c] {
    display: block;
}

.age-metrics strong[b-xure39af7c] {
    overflow: hidden;
    color: #f8fafc;
    font-size: 0.92rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.age-metrics span[b-xure39af7c] {
    margin-top: 4px;
    color: rgba(203, 213, 225, 0.58);
    font-size: 0.66rem;
    line-height: 1.35;
}

.future-badge[b-xure39af7c] {
    margin-top: 0 !important;
    padding: 5px 9px;
    border: 1px solid rgba(167, 139, 250, 0.24);
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.16);
}

.statistics-level-summary[b-xure39af7c] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(167, 139, 250, 0.16);
    border-radius: 9px;
    background: rgba(91, 33, 182, 0.1);
}

.statistics-level-summary > div[b-xure39af7c] {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.statistics-level-title[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.statistics-level-title strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 0.82rem;
}

.statistics-level-title span[b-xure39af7c] {
    font-size: 0.68rem;
    font-weight: 850;
}

.statistics-level-summary small[b-xure39af7c] {
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.64rem;
}

.statistics-xp-track[b-xure39af7c] {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
}

.statistics-xp-track > span[b-xure39af7c] {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.milestone-stat-grid[b-xure39af7c] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 9px;
}

.milestone-stat-grid > div[b-xure39af7c] {
    display: grid;
    gap: 2px;
    padding: 7px;
    border-radius: 7px;
    background: rgba(15, 23, 42, 0.48);
    text-align: center;
}

.milestone-stat-grid strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 0.85rem;
}

.milestone-stat-grid span[b-xure39af7c] {
    color: rgba(203, 213, 225, 0.58);
    font-size: 0.6rem;
}

.milestone-category-list[b-xure39af7c] {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.milestone-category-row[b-xure39af7c] {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    font-size: 0.64rem;
}

.milestone-category-row > span[b-xure39af7c] {
    overflow: hidden;
    color: rgba(203, 213, 225, 0.68);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.milestone-category-row > div[b-xure39af7c] {
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.13);
}

.milestone-category-row > div span[b-xure39af7c] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.milestone-category-row strong[b-xure39af7c] {
    color: #c4b5fd;
    font-size: 0.62rem;
}

.usage-tabs[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
}

.usage-tab[b-xure39af7c] {
    min-height: 34px;
    padding: 4px 6px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    background: transparent;
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.74rem;
    font-weight: 800;
}

.usage-tab:last-child[b-xure39af7c] {
    border-right: 0;
}

.usage-tab.is-active[b-xure39af7c] {
    color: #f8fafc;
    background: linear-gradient(90deg, rgba(91, 33, 182, 0.72), rgba(124, 58, 237, 0.38));
}

.usage-list[b-xure39af7c] {
    position: relative;
    display: grid;
    gap: 13px;
}

.usage-row[b-xure39af7c] {
    display: grid;
    grid-template-columns: 18px minmax(90px, 0.85fr) minmax(90px, 1fr) 34px;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.usage-swatch[b-xure39af7c] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.usage-name[b-xure39af7c],
.usage-count[b-xure39af7c],
.usage-total[b-xure39af7c],
.statistics-empty[b-xure39af7c] {
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.82rem;
}

.statistics-empty[b-xure39af7c] {
    display: block;
    line-height: 1.55;
}

.usage-name[b-xure39af7c] {
    overflow: hidden;
    color: #f8fafc;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.usage-count[b-xure39af7c] {
    text-align: right;
}

.usage-bar-track[b-xure39af7c] {
    height: 5px;
}

.usage-bar[b-xure39af7c] {
    background: linear-gradient(90deg, #7c3aed, #a855f7);
}

.usage-total[b-xure39af7c] {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.usage-total strong[b-xure39af7c] {
    color: #f8fafc;
}

.breakdown-layout[b-xure39af7c] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.breakdown-donut[b-xure39af7c] {
    display: grid;
    place-items: center;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.05);
}

.breakdown-donut-hole[b-xure39af7c] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #08101f;
}

.breakdown-donut-hole strong[b-xure39af7c] {
    color: #f8fafc;
    font-size: 1.5rem;
    line-height: 1;
}

.breakdown-donut-hole span[b-xure39af7c] {
    margin-top: 5px;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.7rem;
}

.breakdown-list[b-xure39af7c] {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.breakdown-row[b-xure39af7c] {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.breakdown-dot[b-xure39af7c] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.breakdown-name[b-xure39af7c],
.breakdown-value[b-xure39af7c] {
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.78rem;
}

.breakdown-name[b-xure39af7c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breakdown-value[b-xure39af7c] {
    white-space: nowrap;
}

@media (max-width: 1500px) {
    .kpi-grid[b-xure39af7c] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .activity-card[b-xure39af7c],
    .pipeline-card[b-xure39af7c],
    .paint-usage-card[b-xure39af7c],
    .portfolio-card[b-xure39af7c] {
        grid-column: span 3;
    }

    .compact-portfolio-card[b-xure39af7c],
    .compact-row-card[b-xure39af7c] {
        grid-column: span 2;
    }

    .insight-card[b-xure39af7c],
    .composition-card[b-xure39af7c] {
        grid-column: span 3;
    }
}

@media (max-width: 1280px) {
    .statistics-grid[b-xure39af7c] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activity-card[b-xure39af7c],
    .pipeline-card[b-xure39af7c],
    .paint-usage-card[b-xure39af7c],
    .portfolio-card[b-xure39af7c],
    .insight-card[b-xure39af7c],
    .composition-card[b-xure39af7c] {
        grid-column: span 1;
    }

    .paint-usage-card[b-xure39af7c] {
        min-height: 330px;
    }
}

@media (max-width: 820px) {
    .statistics-header[b-xure39af7c] {
        align-items: flex-start;
        flex-direction: column;
    }

    .kpi-grid[b-xure39af7c],
    .statistics-grid[b-xure39af7c] {
        grid-template-columns: 1fr;
    }

    .breakdown-layout[b-xure39af7c] {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .breakdown-list[b-xure39af7c] {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .statistics-card-header[b-xure39af7c] {
        flex-direction: column;
    }

    .completion-chart-controls[b-xure39af7c] {
        width: 100%;
        align-items: flex-start;
    }

    .usage-tabs[b-xure39af7c] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usage-tab[b-xure39af7c] {
        border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    }

    .completion-duration-stats[b-xure39af7c] {
        grid-template-columns: 1fr;
    }

    .attention-row[b-xure39af7c] {
        align-items: flex-start;
        flex-direction: column;
    }

    .forecast-details[b-xure39af7c],
    .age-metrics[b-xure39af7c] {
        grid-template-columns: 1fr;
    }

    .usage-row[b-xure39af7c] {
        grid-template-columns: 18px minmax(0, 1fr) 34px;
    }

    .usage-bar-track[b-xure39af7c] {
        grid-column: 2 / 4;
    }

    .paint-depth-stats[b-xure39af7c],
    .ranked-row[b-xure39af7c] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/PaintDialogs/AddPaintDialog.razor.rz.scp.css */
.add-paints-titlebar[b-cz47xquni1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.add-paints-title[b-cz47xquni1] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.add-paints-title-icon[b-cz47xquni1] {
    color: #a78bfa;
    font-size: 2rem !important;
}

.add-paints-subtitle[b-cz47xquni1] {
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 18px;
}

.add-paints-layout[b-cz47xquni1] {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.95fr);
    gap: 20px;
    min-height: 560px;
}

.paint-browser-panel[b-cz47xquni1],
.selected-paints-panel[b-cz47xquni1] {
    min-width: 0;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    background: rgba(12, 18, 38, 0.72);
    padding: 14px;
}

.paint-search[b-cz47xquni1] {
    width: 100%;
}

.paint-filter-row[b-cz47xquni1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.paint-browser-meta[b-cz47xquni1],
.selected-paints-header[b-cz47xquni1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px 0 8px;
    color: #c4a8ff;
    font-weight: 600;
}

.sort-select[b-cz47xquni1] {
    width: 220px;
}

.paint-browser-list[b-cz47xquni1],
.selected-paints-list[b-cz47xquni1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    padding-right: 4px;
}

.paint-browser-list[b-cz47xquni1] {
    max-height: 385px;
}

.paint-browser-pagination[b-cz47xquni1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.85rem;
    font-weight: 700;
}

.selected-paints-list[b-cz47xquni1] {
    min-height: 250px;
    max-height: 310px;
}

.paint-browser-row[b-cz47xquni1],
.selected-paint-row[b-cz47xquni1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.72);
}

.paint-dialog-swatch[b-cz47xquni1],
.selected-paint-swatch[b-cz47xquni1] {
    width: 56px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.paint-row-copy[b-cz47xquni1] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.paint-row-name[b-cz47xquni1] {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 600;
}

.paint-row-meta[b-cz47xquni1] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.discontinued-badge[b-cz47xquni1] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 5px;
    width: fit-content;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid rgba(248, 113, 113, 0.28);
    background: rgba(127, 29, 29, 0.36);
    color: #fca5a5;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.discontinued-badge i[b-cz47xquni1] {
    font-size: 0.68rem;
}

.selected-paints-title[b-cz47xquni1] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-drag-icon[b-cz47xquni1] {
    color: rgba(255, 255, 255, 0.42);
}

.selected-empty[b-cz47xquni1] {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.custom-paint-box[b-cz47xquni1] {
    margin-top: 18px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.52);
}

.custom-paint-grid[b-cz47xquni1],
.custom-paint-actions[b-cz47xquni1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

@media (max-width: 980px) {
    .add-paints-layout[b-cz47xquni1] {
        grid-template-columns: 1fr;
    }

    .paint-browser-list[b-cz47xquni1],
    .selected-paints-list[b-cz47xquni1] {
        max-height: none;
    }

    .paint-browser-pagination[b-cz47xquni1] {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/PaintDialogs/AddUnitPaintDialog.razor.rz.scp.css */
.add-paints-titlebar[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.add-paints-title[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.add-paints-title-icon[b-r1nu7f2j2q] {
    color: #a78bfa;
    font-size: 2rem !important;
}

.add-paints-subtitle[b-r1nu7f2j2q] {
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 18px;
}

.add-paints-layout[b-r1nu7f2j2q] {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.95fr);
    gap: 20px;
    min-height: 560px;
}

.paint-browser-panel[b-r1nu7f2j2q],
.selected-paints-panel[b-r1nu7f2j2q] {
    min-width: 0;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    background: rgba(12, 18, 38, 0.72);
    padding: 14px;
}

.paint-search[b-r1nu7f2j2q] {
    width: 100%;
}

.paint-filter-row[b-r1nu7f2j2q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.paint-browser-meta[b-r1nu7f2j2q],
.selected-paints-header[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px 0 8px;
    color: #c4a8ff;
    font-weight: 600;
}

.sort-select[b-r1nu7f2j2q] {
    width: 220px;
}

.paint-browser-list[b-r1nu7f2j2q],
.selected-paints-list[b-r1nu7f2j2q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    padding-right: 4px;
}

.paint-browser-list[b-r1nu7f2j2q] {
    max-height: 385px;
}

.paint-group-picker[b-r1nu7f2j2q] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgba(167, 139, 250, 0.18);
    border-radius: 8px;
    background: rgba(88, 28, 135, 0.12);
}

.paint-group-picker-title[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c4b5fd;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.paint-group-picker-row[b-r1nu7f2j2q] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.7);
}

.paint-group-picker-copy[b-r1nu7f2j2q] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.paint-group-picker-copy span[b-r1nu7f2j2q] {
    overflow: hidden;
    color: #f8fafc;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-group-picker-copy small[b-r1nu7f2j2q] {
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.74rem;
}

.selected-paints-list[b-r1nu7f2j2q] {
    min-height: 250px;
    max-height: 310px;
}

.unit-selected-paints-list[b-r1nu7f2j2q] {
    min-height: 400px;
    max-height: 500px;
}

.paint-browser-row[b-r1nu7f2j2q],
.selected-paint-row[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.72);
}

.selected-paint-tag-row[b-r1nu7f2j2q] {
    align-items: stretch;
    flex-direction: column;
}

.selected-paint-summary[b-r1nu7f2j2q],
.tag-entry-row[b-r1nu7f2j2q],
.paint-tag-list[b-r1nu7f2j2q],
.quick-tag-row[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-paint-summary .paint-row-copy[b-r1nu7f2j2q] {
    flex: 1 1 auto;
}

.selected-tag-label[b-r1nu7f2j2q] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
}

.paint-tag-list[b-r1nu7f2j2q],
.quick-tag-row[b-r1nu7f2j2q] {
    flex-wrap: wrap;
}

.paint-tag-chip[b-r1nu7f2j2q],
.quick-tag-chip[b-r1nu7f2j2q] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    border: 1px solid rgba(167, 139, 250, 0.35);
    border-radius: 6px;
    color: #ddd6fe;
    background: rgba(109, 40, 217, 0.2);
    font: inherit;
    font-size: 0.72rem;
    cursor: pointer;
}

.quick-tag-chip[b-r1nu7f2j2q] {
    color: rgba(226, 232, 240, 0.78);
    background: rgba(30, 41, 59, 0.8);
}

.quick-tag-chip:disabled[b-r1nu7f2j2q] {
    opacity: 0.4;
    cursor: default;
}

.paint-tag-chip[b-r1nu7f2j2q]  .mud-icon-root {
    font-size: 0.8rem !important;
}

.tag-entry-row[b-r1nu7f2j2q]  .mud-input-control {
    flex: 1 1 auto;
}

.paint-dialog-swatch[b-r1nu7f2j2q],
.selected-paint-swatch[b-r1nu7f2j2q] {
    width: 56px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.paint-row-copy[b-r1nu7f2j2q] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.paint-row-name[b-r1nu7f2j2q] {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 600;
}

.paint-row-meta[b-r1nu7f2j2q] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.selected-paints-title[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-drag-icon[b-r1nu7f2j2q] {
    color: rgba(255, 255, 255, 0.42);
}

.selected-empty[b-r1nu7f2j2q] {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.unit-paint-dialog-tip[b-r1nu7f2j2q] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.22);
}

@media (max-width: 980px) {
    .add-paints-layout[b-r1nu7f2j2q] {
        grid-template-columns: 1fr;
    }

    .paint-browser-list[b-r1nu7f2j2q],
    .selected-paints-list[b-r1nu7f2j2q] {
        max-height: none;
    }
}
/* /Components/PaintDialogs/CreatePaintGroupDialog.razor.rz.scp.css */
.paint-group-titlebar[b-0bwph8p8p3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.paint-group-subtitle[b-0bwph8p8p3] {
    color: rgba(226, 232, 240, 0.62);
    margin-top: 4px;
}

.paint-group-toolbar[b-0bwph8p8p3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 220px) auto;
    align-items: center;
    gap: 10px;
}

.paint-group-helper[b-0bwph8p8p3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: -4px;
    color: rgba(203, 213, 225, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
}

.paint-group-list[b-0bwph8p8p3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 430px;
    overflow-y: auto;
    padding-right: 4px;
}

.paint-group-paint-row[b-0bwph8p8p3] {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.paint-group-paint-row.selected[b-0bwph8p8p3] {
    border-color: rgba(167, 139, 250, 0.58);
    background: rgba(88, 28, 135, 0.25);
}

.paint-group-swatch[b-0bwph8p8p3] {
    width: 42px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.paint-group-copy[b-0bwph8p8p3] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.paint-group-paint-name[b-0bwph8p8p3] {
    overflow: hidden;
    color: #f8fafc;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-group-paint-meta[b-0bwph8p8p3] {
    overflow: hidden;
    color: rgba(203, 213, 225, 0.64);
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paint-group-empty[b-0bwph8p8p3] {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(203, 213, 225, 0.58);
}

@media (max-width: 720px) {
    .paint-group-toolbar[b-0bwph8p8p3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/PaintDialogs/CreatePaintRecipeDialog.razor.rz.scp.css */
.recipe-dialog-titlebar[b-94p8aclzae] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.recipe-dialog-title[b-94p8aclzae] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.recipe-dialog-title-icon[b-94p8aclzae] {
    color: #a78bfa;
    font-size: 2rem !important;
}

.recipe-dialog-layout[b-94p8aclzae] {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(420px, 1fr);
    gap: 20px;
    min-height: 520px;
}

.recipe-form-panel[b-94p8aclzae],
.recipe-steps-panel[b-94p8aclzae] {
    min-width: 0;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    background: rgba(12, 18, 38, 0.72);
    padding: 14px;
}

.recipe-section-title[b-94p8aclzae] {
    color: #c4a8ff;
    margin-bottom: 10px;
}

.recipe-field-grid[b-94p8aclzae] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.recipe-color-field[b-94p8aclzae] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
}

.recipe-color-picker[b-94p8aclzae] {
    position: relative;
    width: 44px;
    height: 40px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    cursor: pointer;
}

.recipe-color-picker:hover[b-94p8aclzae],
.recipe-color-picker:focus-within[b-94p8aclzae] {
    border-color: rgba(167, 139, 250, 0.82);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.18);
}

.recipe-color-picker input[b-94p8aclzae] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.recipe-color-picker span[b-94p8aclzae] {
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    pointer-events: none;
}

.recipe-paint-option[b-94p8aclzae] {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.recipe-paint-option-swatch[b-94p8aclzae] {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}

.recipe-paint-option-copy[b-94p8aclzae] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.recipe-paint-option-copy strong[b-94p8aclzae],
.recipe-paint-option-copy small[b-94p8aclzae] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-paint-option-copy small[b-94p8aclzae] {
    color: rgba(203, 213, 225, 0.68);
}

.recipe-paint-type-chip[b-94p8aclzae] {
    flex: 0 0 auto;
}

.recipe-image-upload[b-94p8aclzae] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.48);
}

.recipe-image-preview[b-94p8aclzae] {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed rgba(167, 139, 250, 0.62);
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.82);
    color: #a78bfa;
    cursor: pointer;
}

.recipe-image-preview img[b-94p8aclzae] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.recipe-image-placeholder[b-94p8aclzae] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(196, 181, 253, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.recipe-image-placeholder[b-94p8aclzae]  .mud-icon-root {
    font-size: 1.9rem;
}

.recipe-image-name[b-94p8aclzae] {
    color: #c4b5fd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-remove-image[b-94p8aclzae] {
    width: fit-content;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.recipe-hidden-input[b-94p8aclzae] {
    display: none;
}

.recipe-step-builder[b-94p8aclzae] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.recipe-step-list[b-94p8aclzae] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
}

.recipe-step-row[b-94p8aclzae] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.72);
}

.recipe-step-swatch[b-94p8aclzae] {
    width: 38px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.recipe-step-copy[b-94p8aclzae] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.recipe-step-name[b-94p8aclzae] {
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 700;
}

.recipe-step-meta[b-94p8aclzae] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}

.recipe-step-empty[b-94p8aclzae] {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 900px) {
    .recipe-dialog-layout[b-94p8aclzae],
    .recipe-field-grid[b-94p8aclzae] {
        grid-template-columns: 1fr;
    }
}
/* /Components/PaintDialogs/EditPaintDialog.razor.rz.scp.css */
.edit-paint-title[b-2r28dhbf0x] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f8fafc;
}

.edit-paint-title[b-2r28dhbf0x]  .mud-icon-root {
    color: #a78bfa;
}

.edit-paint-swatch-row[b-2r28dhbf0x] {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.edit-paint-swatch[b-2r28dhbf0x] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.12);
}
/* /Components/PaintDialogs/ViewUnitPaintsDialog.razor.rz.scp.css */
.paint-details-titlebar[b-rgo8491fj9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.paint-details-title[b-rgo8491fj9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.paint-details-title-icon[b-rgo8491fj9] {
    color: #a78bfa;
}

.paint-details-toolbar[b-rgo8491fj9] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 220px;
    gap: 16px;
    margin-bottom: 16px;
}

.paint-details-list[b-rgo8491fj9] {
    min-height: 260px;
    max-height: 520px;
    overflow-y: auto;
}

.paint-details-grid[b-rgo8491fj9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 10px;
}

.paint-details-row[b-rgo8491fj9] {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.72);
}

.paint-details-row-main[b-rgo8491fj9],
.paint-details-tags[b-rgo8491fj9],
.paint-details-tag-input[b-rgo8491fj9],
.paint-details-suggestions[b-rgo8491fj9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.paint-details-tags[b-rgo8491fj9],
.paint-details-suggestions[b-rgo8491fj9] {
    flex-wrap: wrap;
}

.paint-details-tag[b-rgo8491fj9],
.paint-details-add-tag[b-rgo8491fj9],
.paint-details-suggestions button[b-rgo8491fj9] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    border: 1px solid rgba(167, 139, 250, 0.35);
    border-radius: 6px;
    color: #ddd6fe;
    background: rgba(109, 40, 217, 0.2);
    font: inherit;
    font-size: 0.72rem;
    cursor: pointer;
}

.paint-details-add-tag[b-rgo8491fj9],
.paint-details-suggestions button[b-rgo8491fj9] {
    color: rgba(226, 232, 240, 0.78);
    background: rgba(30, 41, 59, 0.8);
}

.paint-details-suggestions button:disabled[b-rgo8491fj9] {
    opacity: 0.4;
    cursor: default;
}

.paint-details-tag[b-rgo8491fj9]  .mud-icon-root,
.paint-details-add-tag[b-rgo8491fj9]  .mud-icon-root {
    font-size: 0.8rem !important;
}

.paint-details-tag-editor[b-rgo8491fj9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 4px;
}

.paint-details-tag-input[b-rgo8491fj9]  .mud-input-control {
    flex: 1 1 auto;
}

.paint-details-swatch[b-rgo8491fj9] {
    width: 38px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.paint-details-copy[b-rgo8491fj9] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
}

.paint-details-name[b-rgo8491fj9] {
    color: #f8fafc;
    font-size: 0.9rem;
    font-weight: 600;
}

.paint-details-meta[b-rgo8491fj9] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}

.paint-details-drag[b-rgo8491fj9] {
    color: rgba(255, 255, 255, 0.36);
}

.paint-details-group-block[b-rgo8491fj9] {
    margin-bottom: 14px;
}

.paint-details-group-heading[b-rgo8491fj9] {
    color: #c4a8ff;
    margin: 0 0 8px 2px;
}

.paint-details-empty[b-rgo8491fj9] {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 760px) {
    .paint-details-toolbar[b-rgo8491fj9],
    .paint-details-grid[b-rgo8491fj9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Ui/LevelBadge.razor.rz.scp.css */
.level-badge[b-h1fhvug3ai] {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border: 2px solid var(--rank-color);
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle at 35% 28%, color-mix(in srgb, var(--rank-color) 38%, white), transparent 24%),
        color-mix(in srgb, var(--rank-color) 30%, #111827);
    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, 0.08),
        0 0 10px color-mix(in srgb, var(--rank-color) 34%, transparent);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.level-badge.large[b-h1fhvug3ai] {
    width: 72px;
    height: 72px;
    border-width: 3px;
    font-size: 1.35rem;
    box-shadow:
        inset 0 0 18px rgba(255, 255, 255, 0.1),
        0 0 18px color-mix(in srgb, var(--rank-color) 38%, transparent);
}

.level-badge.diamond[b-h1fhvug3ai] {
    color: #172033;
    border-color: #e8faff;
    background: linear-gradient(135deg, #ffffff, #bdebff 48%, #d8c7ff);
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, 0.8),
        0 0 14px rgba(189, 235, 255, 0.65);
}
/* /Components/Ui/PageLoadingIndicator.razor.rz.scp.css */
.page-loading-indicator[b-r85ots7f4u] {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}
