/* /Components/Account/Pages/Login.razor.rz.scp.css */
.auth-container[b-48s77s7qcj] {
    max-width: 420px;
    margin: 3rem auto;
    padding: 2rem;
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 10px;
}

.auth-container h1[b-48s77s7qcj] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e0e6ed;
    margin: 0 0 1.25rem;
}

.auth-container hr[b-48s77s7qcj] {
    border-color: #2a2f38;
}

.auth-container .form-control[b-48s77s7qcj] {
    background: #252a31;
    border-color: #2a2f38;
    color: #cdd5de;
}

.auth-container .form-control:focus[b-48s77s7qcj] {
    background: #2a3040;
    border-color: #003153;
    color: #e0e6ed;
    box-shadow: 0 0 0 2px rgba(0, 49, 83, 0.35);
}

.auth-container label[b-48s77s7qcj] {
    color: #8a96a6;
}

.auth-container .btn-primary[b-48s77s7qcj] {
    background: #003153;
    border-color: #004a7a;
    font-weight: 600;
}

.auth-container .btn-primary:hover[b-48s77s7qcj] {
    background: #004a7a;
}

.auth-container a[b-48s77s7qcj] {
    color: #5a9fd4;
}

.auth-container a:hover[b-48s77s7qcj] {
    color: #7db8e8;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.auth-container[b-aojp2a4bjg] {
    max-width: 420px;
    margin: 3rem auto;
    padding: 2rem;
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 10px;
}

.auth-container h1[b-aojp2a4bjg] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e0e6ed;
    margin: 0 0 1.25rem;
}

.auth-container h2[b-aojp2a4bjg] {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 400;
    color: #8a96a6;
    margin: 0 0 0.5rem;
}

.auth-container hr[b-aojp2a4bjg] {
    border-color: #2a2f38;
}

.auth-container .form-control[b-aojp2a4bjg] {
    background: #252a31;
    border-color: #2a2f38;
    color: #cdd5de;
}

.auth-container .form-control:focus[b-aojp2a4bjg] {
    background: #2a3040;
    border-color: #003153;
    color: #e0e6ed;
    box-shadow: 0 0 0 2px rgba(0, 49, 83, 0.35);
}

.auth-container label[b-aojp2a4bjg] {
    color: #8a96a6;
}

.auth-container .btn-primary[b-aojp2a4bjg] {
    background: #003153;
    border-color: #004a7a;
    font-weight: 600;
}

.auth-container .btn-primary:hover[b-aojp2a4bjg] {
    background: #004a7a;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-j2utw0ql26] {
    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-j2utw0ql26] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
.topnav[b-bdwfspea1f] {
    background: #1a1e24;
    border-bottom: 1px solid #2a2f38;
    position: sticky;
    top: 0;
    z-index: 100;
}

.topnav-inner[b-bdwfspea1f] {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 3rem;
}

.nav-left[b-bdwfspea1f],
.nav-right[b-bdwfspea1f] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-brand[b-bdwfspea1f] {
    font-size: 1rem;
    font-weight: 700;
    color: #5a9fd4;
    text-decoration: none;
    margin-right: 1.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-brand:hover[b-bdwfspea1f] {
    color: #7db8e8;
}

.nav-link[b-bdwfspea1f] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #8a96a6;
    text-decoration: none;
    padding: 0.35rem 0.7rem;
    border-radius: 5px;
    transition: background 0.15s ease, color 0.15s ease;
}

.nav-link:hover[b-bdwfspea1f] {
    background: #252a31;
    color: #e0e6ed;
}

.nav-link.active[b-bdwfspea1f] {
    color: #b0cbdf;
    background: #003153;
}

.nav-user[b-bdwfspea1f] {
    font-size: 0.8rem;
    color: #5a9fd4;
    font-weight: 600;
    margin-right: 0.5rem;
}

.nav-logout[b-bdwfspea1f] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.nav-right form[b-bdwfspea1f] {
    display: inline;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-syq433qkvt],
.components-reconnect-repeated-attempt-visible[b-syq433qkvt],
.components-reconnect-failed-visible[b-syq433qkvt],
.components-pause-visible[b-syq433qkvt],
.components-resume-failed-visible[b-syq433qkvt],
.components-rejoining-animation[b-syq433qkvt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-retrying[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-failed[b-syq433qkvt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-syq433qkvt] {
    display: block;
}


#components-reconnect-modal[b-syq433qkvt] {
    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-syq433qkvt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-syq433qkvt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-syq433qkvt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-syq433qkvt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-syq433qkvt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-syq433qkvt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-syq433qkvt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-syq433qkvt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-syq433qkvt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-syq433qkvt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-syq433qkvt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-syq433qkvt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-syq433qkvt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-syq433qkvt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-syq433qkvt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-syq433qkvt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-syq433qkvt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-syq433qkvt {
    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/AddCharacter.razor.rz.scp.css */
.form-container[b-kniz5cwp6s] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
}

.form-header[b-kniz5cwp6s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.form-header h1[b-kniz5cwp6s] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e6ed;
    letter-spacing: 0.02em;
}

.back-btn[b-kniz5cwp6s] {
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 6px;
    color: #b0cbdf;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.back-btn:hover[b-kniz5cwp6s] {
    background: #0a2a42;
    border-color: #003153;
}

.form-error[b-kniz5cwp6s] {
    background: #3a1c1c;
    border: 1px solid #6b2a2a;
    border-radius: 6px;
    color: #f0a0a0;
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem;
    margin-bottom: 1rem;
}

.field-grid[b-kniz5cwp6s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.field[b-kniz5cwp6s] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.field label[b-kniz5cwp6s] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a8a9e;
}

.field input[b-kniz5cwp6s],
.field select[b-kniz5cwp6s] {
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 6px;
    color: #e0e6ed;
    padding: 0.5rem 0.7rem;
    font-size: 0.88rem;
    outline: none;
    transition: border-color 0.15s ease;
}

.field input[b-kniz5cwp6s]::placeholder {
    color: #4a5568;
}

.field input:focus[b-kniz5cwp6s] {
    border-color: #003153;
}

.form-actions[b-kniz5cwp6s] {
    margin-top: 1.25rem;
}

.submit-btn[b-kniz5cwp6s] {
    background: #003153;
    border: 1px solid #004a7a;
    border-radius: 6px;
    color: #b0cbdf;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.55rem 1.5rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.submit-btn:hover[b-kniz5cwp6s] {
    background: #004a7a;
    color: #e0e6ed;
}

[b-kniz5cwp6s] .validation-message {
    color: #f0a0a0;
    font-size: 0.75rem;
}
/* /Components/Pages/AdminPanel.razor.rz.scp.css */
.admin-container[b-tv8sxpndvh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;
}

.admin-header[b-tv8sxpndvh] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.admin-header h1[b-tv8sxpndvh] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e6ed;
    letter-spacing: 0.02em;
}

.admin-count[b-tv8sxpndvh] {
    font-size: 0.85rem;
    color: #7a8a9e;
}

.status-msg[b-tv8sxpndvh] {
    border-radius: 6px;
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem;
    margin-bottom: 1rem;
}

.status-ok[b-tv8sxpndvh] {
    background: #1a2e1a;
    border: 1px solid #2a6b2a;
    color: #8fd48f;
}

.status-error[b-tv8sxpndvh] {
    background: #3a1c1c;
    border: 1px solid #6b2a2a;
    color: #f0a0a0;
}

.section[b-tv8sxpndvh] {
    margin-bottom: 1.5rem;
}

.section-title[b-tv8sxpndvh] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5a9fd4;
    border-left: 3px solid #003153;
    padding-left: 0.6rem;
}

.table-wrap[b-tv8sxpndvh] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #2a2f38;
}

.admin-table[b-tv8sxpndvh] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.admin-table thead[b-tv8sxpndvh] {
    background: #003153;
}

.admin-table th[b-tv8sxpndvh] {
    padding: 0.6rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #b0cbdf;
    border-bottom: 2px solid #004a7a;
}

.admin-table tbody tr[b-tv8sxpndvh] {
    background: #1e2228;
    transition: background 0.15s ease;
}

.admin-table tbody tr:nth-child(even)[b-tv8sxpndvh] {
    background: #252a31;
}

.admin-table tbody tr:hover[b-tv8sxpndvh] {
    background: #0a2a42;
}

.admin-table td[b-tv8sxpndvh] {
    padding: 0.55rem 1rem;
    color: #cdd5de;
    border-bottom: 1px solid #2a2f38;
    vertical-align: middle;
}

.email-cell[b-tv8sxpndvh] {
    font-weight: 600;
    color: #e8edf2;
}

.roles-cell[b-tv8sxpndvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    align-items: center;
}

.role-badge[b-tv8sxpndvh] {
    display: inline-block;
    background: #003153;
    color: #b0cbdf;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.no-role[b-tv8sxpndvh] {
    color: #4a5568;
    font-size: 0.8rem;
    font-style: italic;
}

.actions-cell[b-tv8sxpndvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.role-btn[b-tv8sxpndvh] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid;
    transition: background 0.15s ease;
}

.role-btn.assign[b-tv8sxpndvh] {
    background: #1a2e1a;
    border-color: #2a6b2a;
    color: #8fd48f;
}

.role-btn.assign:hover[b-tv8sxpndvh] {
    background: #2a6b2a;
    color: #d0f0d0;
}

.role-btn.remove[b-tv8sxpndvh] {
    background: #2e1a1a;
    border-color: #6b2a2a;
    color: #f0a0a0;
}

.role-btn.remove:hover[b-tv8sxpndvh] {
    background: #6b2a2a;
    color: #fdd;
}

.hud-actions[b-tv8sxpndvh] {
    margin-top: 0.5rem;
}
/* /Components/Pages/CharacterDetail.razor.rz.scp.css */
.detail-container[b-v207h0r2hx] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
}

.detail-empty[b-v207h0r2hx] {
    color: #7a8a9e;
    font-size: 0.9rem;
}

.detail-header[b-v207h0r2hx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.detail-header h1[b-v207h0r2hx] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e6ed;
    letter-spacing: 0.02em;
}

.back-btn[b-v207h0r2hx] {
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 6px;
    color: #b0cbdf;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.back-btn:hover[b-v207h0r2hx] {
    background: #0a2a42;
    border-color: #003153;
}

.detail-grid[b-v207h0r2hx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem;
}

.detail-card[b-v207h0r2hx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 8px;
    padding: 0.85rem 1rem;
}

.detail-card.editable[b-v207h0r2hx] {
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.detail-card.editable:hover[b-v207h0r2hx] {
    border-color: #003153;
}

.detail-edit-input[b-v207h0r2hx],
.detail-edit-select[b-v207h0r2hx] {
    background: #16191e;
    border: 1px solid #003153;
    border-radius: 4px;
    color: #e0e6ed;
    padding: 0.35rem 0.55rem;
    font-size: 0.88rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.detail-edit-input:focus[b-v207h0r2hx],
.detail-edit-select:focus[b-v207h0r2hx] {
    border-color: #004a7a;
}

.detail-save-btn[b-v207h0r2hx] {
    align-self: flex-end;
    margin-top: 0.3rem;
    background: #003153;
    border: 1px solid #004a7a;
    border-radius: 4px;
    color: #b0cbdf;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.detail-save-btn:hover[b-v207h0r2hx] {
    background: #004a7a;
    color: #e0e6ed;
}

.detail-label[b-v207h0r2hx] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a8a9e;
}

.detail-value[b-v207h0r2hx] {
    font-size: 1rem;
    font-weight: 600;
    color: #e8edf2;
}

.pay-value[b-v207h0r2hx] {
    font-family: "Cascadia Code", "Consolas", monospace;
    color: #5a9fd4;
}

.notes-section[b-v207h0r2hx] {
    margin-top: 1.5rem;
}

.notes-title[b-v207h0r2hx] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5a9fd4;
    border-left: 3px solid #003153;
    padding-left: 0.6rem;
}

.notes-empty[b-v207h0r2hx] {
    color: #7a8a9e;
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
}

.note-card[b-v207h0r2hx] {
    display: flex;
    gap: 0.6rem;
    align-items: baseline;
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 6px;
    padding: 0.55rem 0.85rem;
    margin-bottom: 0.4rem;
}

.note-type[b-v207h0r2hx] {
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #b0cbdf;
    background: #003153;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.note-text[b-v207h0r2hx] {
    font-size: 0.88rem;
    color: #cdd5de;
    flex: 1;
}

.note-remove-btn[b-v207h0r2hx] {
    flex-shrink: 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #4a5568;
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.note-remove-btn:hover[b-v207h0r2hx] {
    color: #f0a0a0;
    border-color: #6b2a2a;
}

.note-form[b-v207h0r2hx] {
    margin-top: 0.75rem;
}

.note-form-row[b-v207h0r2hx] {
    display: flex;
    gap: 0.5rem;
}

.note-select[b-v207h0r2hx],
.note-input[b-v207h0r2hx] {
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 6px;
    color: #e0e6ed;
    padding: 0.45rem 0.65rem;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.15s ease;
}

.note-select:focus[b-v207h0r2hx],
.note-input:focus[b-v207h0r2hx] {
    border-color: #003153;
}

.note-select[b-v207h0r2hx] {
    flex-shrink: 0;
    width: 140px;
}

.note-input[b-v207h0r2hx] {
    flex: 1;
    min-width: 0;
}

.note-input[b-v207h0r2hx]::placeholder {
    color: #4a5568;
}

.note-counter[b-v207h0r2hx] {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: #4a5568;
    align-self: center;
}

.note-counter-warn[b-v207h0r2hx] {
    color: #f0a0a0;
}

.note-add-btn[b-v207h0r2hx] {
    flex-shrink: 0;
    background: #003153;
    border: 1px solid #004a7a;
    border-radius: 6px;
    color: #b0cbdf;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.note-add-btn:hover:not(:disabled)[b-v207h0r2hx] {
    background: #004a7a;
    color: #e0e6ed;
}

.note-add-btn:disabled[b-v207h0r2hx] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-d2fbsoqizu] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;
}

.home-title[b-d2fbsoqizu] {
    margin: 0 0 1.25rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e6ed;
    letter-spacing: 0.02em;
}

.tile-grid[b-d2fbsoqizu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.tile[b-d2fbsoqizu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.5rem 1rem;
    background: #1e2228;
    border: 1px solid #2a2f38;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.tile:hover[b-d2fbsoqizu] {
    background: #0a2a42;
    border-color: #003153;
}

.tile-icon[b-d2fbsoqizu] {
    font-size: 2rem;
    line-height: 1;
}

.tile-label[b-d2fbsoqizu] {
    font-size: 1rem;
    font-weight: 600;
    color: #e8edf2;
}

.tile-desc[b-d2fbsoqizu] {
    font-size: 0.78rem;
    color: #7a8a9e;
    text-align: center;
    line-height: 1.3;
}

.tile-admin[b-d2fbsoqizu] {
    border-color: #003153;
}
/* /Components/Pages/Roster.razor.rz.scp.css */
.roster-container[b-65upwn0jb4] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 1.5rem;
}

.roster-header[b-65upwn0jb4] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin: 0 auto 1.25rem;
    max-width: 1100px;
}

.roster-header h1[b-65upwn0jb4] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e0e6ed;
    letter-spacing: 0.02em;
}

.roster-count[b-65upwn0jb4] {
    font-size: 0.85rem;
    color: #7a8a9e;
    margin-right: auto;
}

.add-btn[b-65upwn0jb4] {
    display: inline-block;
    background: #003153;
    color: #b0cbdf;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #004a7a;
    transition: background 0.15s ease, color 0.15s ease;
}

.add-btn:hover[b-65upwn0jb4] {
    background: #004a7a;
    color: #e0e6ed;
}

.roster-empty[b-65upwn0jb4] {
    color: #7a8a9e;
    font-size: 0.9rem;
}

.division-tier[b-65upwn0jb4] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.division-tier:has(.division-section:only-child)[b-65upwn0jb4] {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.division-section[b-65upwn0jb4] {
    flex: 1;
    min-width: 0;
}

.division-title[b-65upwn0jb4] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5a9fd4;
    border-left: 3px solid #003153;
    padding-left: 0.6rem;
}

.roster-table-wrap[b-65upwn0jb4] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #2a2f38;
}

.roster-table[b-65upwn0jb4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.roster-table thead[b-65upwn0jb4] {
    background: #003153;
}

.roster-table th[b-65upwn0jb4] {
    padding: 0.6rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #b0cbdf;
    border-bottom: 2px solid #004a7a;
}

.roster-table tbody tr[b-65upwn0jb4] {
    background: #1e2228;
    transition: background 0.15s ease;
}

.roster-table tbody tr:nth-child(even)[b-65upwn0jb4] {
    background: #252a31;
}

.roster-table tbody tr:hover[b-65upwn0jb4] {
    background: #0a2a42;
}

.roster-table tbody tr.clickable[b-65upwn0jb4] {
    cursor: pointer;
}

.roster-table td[b-65upwn0jb4] {
    padding: 0.55rem 1rem;
    color: #cdd5de;
    border-bottom: 1px solid #2a2f38;
}

.roster-table .name-cell[b-65upwn0jb4] {
    font-weight: 600;
    color: #e8edf2;
}

.roster-table .pay-cell[b-65upwn0jb4] {
    font-family: "Cascadia Code", "Consolas", monospace;
    color: #5a9fd4;
}

.action-cell[b-65upwn0jb4] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.retire-btn[b-65upwn0jb4],
.delete-btn[b-65upwn0jb4] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.retire-btn[b-65upwn0jb4] {
    background: transparent;
    color: #d4a15a;
    border-color: #6b5630;
}

.retire-btn:hover[b-65upwn0jb4] {
    background: #6b5630;
    color: #f0d8a8;
}

.delete-btn[b-65upwn0jb4] {
    background: transparent;
    color: #d45a5a;
    border-color: #6b3030;
}

.delete-btn:hover[b-65upwn0jb4] {
    background: #6b3030;
    color: #f0a8a8;
}
