/* /Components/Layout/AnnouncementBanner.razor.rz.scp.css */
.banner-stack[b-ec58a2rz9e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.banner-item[b-ec58a2rz9e] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
}

.banner-item i[b-ec58a2rz9e] {
    font-size: 16px;
    flex-shrink: 0;
}

.banner-text[b-ec58a2rz9e] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.banner-title[b-ec58a2rz9e] {
    font-weight: 600;
}

.banner-message[b-ec58a2rz9e] {
    font-size: 13px;
    opacity: 0.85;
}

.banner-action[b-ec58a2rz9e] {
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.08);
    color: inherit;
}

.banner-action:hover[b-ec58a2rz9e] {
    background: rgba(0, 0, 0, 0.14);
}

.banner-dismiss[b-ec58a2rz9e] {
    flex-shrink: 0;
    background: none;
    border: none;
    color: inherit;
    opacity: 0.6;
    cursor: pointer;
    padding: 4px 6px;
    font-size: 14px;
}

.banner-dismiss:hover[b-ec58a2rz9e] {
    opacity: 1;
}

.banner-info[b-ec58a2rz9e] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
    color: #1d4ed8;
}

.banner-success[b-ec58a2rz9e] {
    background: rgba(22, 163, 74, 0.08);
    border-color: rgba(22, 163, 74, 0.2);
    color: #15803d;
}

.banner-warning[b-ec58a2rz9e] {
    background: rgba(234, 179, 8, 0.1);
    border-color: rgba(234, 179, 8, 0.25);
    color: #92400e;
}

.banner-critical[b-ec58a2rz9e] {
    background: rgba(220, 53, 69, 0.08);
    border-color: rgba(220, 53, 69, 0.2);
    color: #dc2626;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =====================
   App Shell
   ===================== */
.app-layout[b-nrk012is4h] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.body-layout[b-nrk012is4h] {
    display: flex;
    flex-direction: row;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    height: calc(100vh - 48px);
}

/* =====================
   Top Header
   ===================== */
.top-header[b-nrk012is4h] {
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    background-color: #e8e8e8;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 0;
    z-index: 200;
    flex-shrink: 0;
    width: 100%;
}

.header-left[b-nrk012is4h] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    overflow: hidden;
}

.header-logo[b-nrk012is4h] {
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px;
    flex-shrink: 0;
}

.header-logo-img[b-nrk012is4h] {
    height: auto;
    width: 160px;
    object-fit: contain;
    padding: 10px;
}

.header-right[b-nrk012is4h] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.header-icon-btn[b-nrk012is4h] {
    font-size: 15px;
    color: #555;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    line-height: 1;
}

    .header-icon-btn:hover[b-nrk012is4h] {
        background: rgba(0, 0, 0, 0.08);
    }

.header-divider[b-nrk012is4h] {
    width: 1px;
    height: 20px;
    background: #ccc;
    margin: 0 4px;
    flex-shrink: 0;
}

.header-login-btn[b-nrk012is4h] {
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: none;
    color: #444;
    text-decoration: none;
    transition: background 0.15s;
    white-space: nowrap;
}

    .header-login-btn:hover[b-nrk012is4h] {
        background: rgba(0, 0, 0, 0.06);
        text-decoration: none;
    }

.header-register-btn[b-nrk012is4h] {
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 6px;
    border: 1px solid #6b5fe6;
    background: #6b5fe6;
    color: #fff;
    text-decoration: none;
    transition: background 0.15s;
    white-space: nowrap;
}

    .header-register-btn:hover[b-nrk012is4h] {
        background: #5a4fd4;
        text-decoration: none;
    }

.hamburger-btn[b-nrk012is4h] {
    display: none;
    background: none;
    border: none;
    font-size: 18px;
    color: #444;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

/* =====================
   Avatar Dropdown
   ===================== */
.avatar-wrapper[b-nrk012is4h] {
    position: relative;
}

.avatar-btn[b-nrk012is4h] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s;
    color: #444;
}

    .avatar-btn:hover[b-nrk012is4h] {
        background: rgba(0, 0, 0, 0.06);
    }

.avatar-circle[b-nrk012is4h] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6b5fe6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}

.avatar-name[b-nrk012is4h] {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avatar-chevron[b-nrk012is4h] {
    font-size: 10px;
    color: #888;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
}

    .avatar-chevron.rotated[b-nrk012is4h] {
        transform: rotate(180deg);
    }

.avatar-dropdown[b-nrk012is4h] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 500;
    overflow: hidden;
    animation: fadeInDown 0.15s ease;
}

.avatar-dropdown-header[b-nrk012is4h] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #fafafa;
}

.avatar-dropdown-circle[b-nrk012is4h] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #6b5fe6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
}

.avatar-dropdown-info[b-nrk012is4h] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.avatar-dropdown-name[b-nrk012is4h] {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-dropdown-email[b-nrk012is4h] {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =====================
   Sidebar Nav Container
   ===================== */
.sidebar-nav[b-sia1kw9nbo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;
    gap: 2px;
    width: 100%;
}

/* =====================
   Nav Item
   ===================== */
.sidebar-nav-item[b-sia1kw9nbo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 8px 2px;
    width: 100%;
    color: #555;
    text-decoration: none;
    text-align: center;
    border-left: 3px solid transparent;
    transition: background 0.15s, border-color 0.15s;
    cursor: pointer;
    min-height: 52px;
}

    .sidebar-nav-item:hover[b-sia1kw9nbo] {
        background: rgba(0, 0, 0, 0.06);
        color: #222;
        text-decoration: none;
    }

    /* =====================
   Active State
   ===================== */
    .sidebar-nav-item.active[b-sia1kw9nbo] {
        background: rgba(107, 95, 230, 0.08);
        border-left: 3px solid #6b5fe6;
        color: #6b5fe6;
    }

/* =====================
   Label
   ===================== */
.nav-text[b-sia1kw9nbo] {
    font-size: 8px;
    line-height: 1.2;
    white-space: nowrap;
    color: inherit;
}

/* =====================
   Mobile
   ===================== */
@media (max-width: 768px) {

    .sidebar-nav[b-sia1kw9nbo] {
        padding: 8px 0;
    }

    .sidebar-nav-item[b-sia1kw9nbo] {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        padding: 12px 16px;
        min-height: unset;
        border-left: none;
        border-bottom: none;
    }

        .sidebar-nav-item.active[b-sia1kw9nbo] {
            border-left: 3px solid #6b5fe6;
            border-bottom: none;
        }

    .nav-text[b-sia1kw9nbo] {
        font-size: 13px;
    }
}
/* /Components/Pages/AcceptInvitation.razor.rz.scp.css */
.accept-page[b-emllnopjqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a0533, #3b0764, #0d0221);
    padding: 24px;
}

.accept-card[b-emllnopjqp] {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    width: 100%;
    max-width: 440px;
    animation: fadeInDown 0.3s ease;
}

/* =====================
   Header
   ===================== */
.accept-header[b-emllnopjqp] {
    text-align: center;
    margin-bottom: 28px;
}

.accept-logo[b-emllnopjqp] {
    height: 52px;
    width: auto;
    object-fit: contain;
}

/* =====================
   Loading
   ===================== */
.accept-loading[b-emllnopjqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 0;
    color: #6b7280;
    font-size: 14px;
}

/* =====================
   Title + Description
   ===================== */
.accept-title[b-emllnopjqp] {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    text-align: center;
}

.accept-desc[b-emllnopjqp] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
}

.accept-desc strong[b-emllnopjqp] {
    color: #374151;
    font-weight: 600;
}

/* =====================
   Invitation Info
   ===================== */
.accept-info[b-emllnopjqp] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.accept-info-row[b-emllnopjqp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.accept-info-label[b-emllnopjqp] {
    color: #9ca3af;
    font-weight: 500;
}

.accept-info-value[b-emllnopjqp] {
    color: #374151;
    font-weight: 500;
}

/* =====================
   Alert
   ===================== */
.accept-alert[b-emllnopjqp] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    margin-bottom: 16px;
}

/* =====================
   Form
   ===================== */
.accept-form[b-emllnopjqp] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accept-field[b-emllnopjqp] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.accept-label[b-emllnopjqp] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.accept-input[b-emllnopjqp] {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
    color: #222;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.accept-input:focus[b-emllnopjqp] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.1);
}

.accept-input[b-emllnopjqp]::placeholder {
    color: #9ca3af;
}

/* =====================
   Button
   ===================== */
.accept-btn[b-emllnopjqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    min-height: 44px;
    margin-top: 4px;
}

.accept-btn:hover:not(:disabled)[b-emllnopjqp] {
    background: #5a4fd4;
}

.accept-btn:disabled[b-emllnopjqp] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* =====================
   State (success / error)
   ===================== */
.accept-state[b-emllnopjqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.accept-icon[b-emllnopjqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 4px;
}

.accept-icon-success[b-emllnopjqp] {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

.accept-icon-error[b-emllnopjqp] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.accept-state .accept-btn[b-emllnopjqp] {
    margin-top: 8px;
}

/* =====================
   Spinner
   ===================== */
.spinner-xs[b-emllnopjqp] {
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 480px) {
    .accept-card[b-emllnopjqp] {
        padding: 28px 20px;
        border-radius: 12px;
    }
}
/* /Components/Pages/Announcements.razor.rz.scp.css */
.announcements-page[b-vknj7qclx4] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-title[b-vknj7qclx4] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-vknj7qclx4] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   New Announcement Button
   ===================== */
.btn-invite[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-invite:hover[b-vknj7qclx4] {
    opacity: 0.88;
}

.btn-invite-active[b-vknj7qclx4] {
    background: #6b7280;
}

/* =====================
   Form Card
   ===================== */
.send-form-card[b-vknj7qclx4] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.send-form-header[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.send-form-header i[b-vknj7qclx4] {
    color: #6b5fe6;
    font-size: 13px;
}

.send-form-body[b-vknj7qclx4] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.send-form-row[b-vknj7qclx4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.send-field[b-vknj7qclx4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.send-field-wide[b-vknj7qclx4] {
    grid-column: 1 / -1;
}

.send-label[b-vknj7qclx4] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.send-input[b-vknj7qclx4] {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    font-family: inherit;
}

.send-textarea[b-vknj7qclx4] {
    resize: vertical;
    min-height: 70px;
}

.send-input:focus[b-vknj7qclx4] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.send-select[b-vknj7qclx4] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.checkbox-field[b-vknj7qclx4] {
    flex-direction: row;
    align-items: center;
}

.checkbox-label[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.checkbox-label input[b-vknj7qclx4] {
    width: 16px;
    height: 16px;
    accent-color: #6b5fe6;
    cursor: pointer;
}

.send-form-footer[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 6px;
}

.btn-send[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-left: auto;
}

.btn-send:hover:not(:disabled)[b-vknj7qclx4] {
    opacity: 0.88;
}

.btn-send:disabled[b-vknj7qclx4] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =====================
   Inline Message
   ===================== */
.inline-msg[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-vknj7qclx4] { color: #16a34a; }
.inline-msg-error[b-vknj7qclx4]   { color: #dc3545; }

/* =====================
   Loading / Empty / Error
   ===================== */
.loading-container[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.empty-state[b-vknj7qclx4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 60px 0;
    color: #9ca3af;
    font-size: 14px;
}

.empty-state i[b-vknj7qclx4] {
    font-size: 36px;
}

.list-error[b-vknj7qclx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    margin-bottom: 16px;
}

/* =====================
   Table
   ===================== */
.table-wrapper[b-vknj7qclx4] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.inv-table[b-vknj7qclx4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.inv-table thead tr[b-vknj7qclx4] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.inv-table th[b-vknj7qclx4] {
    padding: 12px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.inv-table td[b-vknj7qclx4] {
    padding: 13px 16px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.inv-table tbody tr:last-child td[b-vknj7qclx4] {
    border-bottom: none;
}

.inv-table tbody tr:hover[b-vknj7qclx4] {
    background: #fafafa;
}

.col-name[b-vknj7qclx4] {
    font-weight: 500;
    color: #1a1a2e;
    max-width: 320px;
}

.col-email[b-vknj7qclx4] {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 320px;
}

.col-date[b-vknj7qclx4] {
    color: #9ca3af;
    font-size: 13px;
    white-space: nowrap;
}

/* =====================
   Badges
   ===================== */
.ann-badge[b-vknj7qclx4] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.ann-badge-info[b-vknj7qclx4]     { background: rgba(37, 99, 235, 0.1);   color: #1d4ed8; }
.ann-badge-success[b-vknj7qclx4]  { background: rgba(22, 163, 74, 0.1);   color: #15803d; }
.ann-badge-warning[b-vknj7qclx4]  { background: rgba(234, 179, 8, 0.12);  color: #b45309; }
.ann-badge-critical[b-vknj7qclx4] { background: rgba(220, 53, 69, 0.1);   color: #dc2626; }
.ann-badge-neutral[b-vknj7qclx4]  { background: rgba(107, 114, 128, 0.1); color: #4b5563; }

/* =====================
   Actions
   ===================== */
.col-actions[b-vknj7qclx4] {
    text-align: right;
    white-space: nowrap;
}

.actions-wrapper[b-vknj7qclx4] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.btn-edit[b-vknj7qclx4] {
    padding: 5px 12px;
    background: rgba(107, 95, 230, 0.08);
    color: #6b5fe6;
    border: 1px solid rgba(107, 95, 230, 0.2);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-edit:hover[b-vknj7qclx4] {
    background: rgba(107, 95, 230, 0.15);
}

.btn-revoke[b-vknj7qclx4] {
    padding: 5px 12px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc2626;
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-revoke:hover[b-vknj7qclx4] {
    background: rgba(220, 53, 69, 0.15);
}

/* =====================
   Spinner
   ===================== */
.spinner-xs[b-vknj7qclx4] {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 768px) {
    .announcements-page[b-vknj7qclx4] {
        padding: 20px 16px;
    }

    .send-form-row[b-vknj7qclx4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */
.change-password-page[b-vhqm0bdqen] {
    padding: 32px;
    max-width: 520px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-vhqm0bdqen] {
    margin-bottom: 28px;
}

.page-title[b-vhqm0bdqen] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-vhqm0bdqen] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Card
   ===================== */
.settings-card[b-vhqm0bdqen] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.settings-card-header[b-vhqm0bdqen] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.settings-card-header i[b-vhqm0bdqen] {
    color: #6b5fe6;
    font-size: 14px;
}

.settings-card-body[b-vhqm0bdqen] {
    padding: 24px 20px;
}

/* =====================
   Form
   ===================== */
.form-group[b-vhqm0bdqen] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.form-group-narrow[b-vhqm0bdqen] {
    max-width: 360px;
}

.form-label[b-vhqm0bdqen] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.form-input[b-vhqm0bdqen] {
    padding: 9px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
}

.form-input:focus[b-vhqm0bdqen] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.form-input[b-vhqm0bdqen]::placeholder {
    color: #9ca3af;
}

/* =====================
   Form Footer
   ===================== */
.form-footer[b-vhqm0bdqen] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.inline-msg[b-vhqm0bdqen] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-vhqm0bdqen] {
    color: #16a34a;
}

.inline-msg-error[b-vhqm0bdqen] {
    color: #dc3545;
}

/* =====================
   Save Button
   ===================== */
.btn-save[b-vhqm0bdqen] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-left: auto;
}

.btn-save:hover:not(:disabled)[b-vhqm0bdqen] {
    opacity: 0.88;
}

.btn-save:disabled[b-vhqm0bdqen] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-sm[b-vhqm0bdqen] {
    width: 14px;
    height: 14px;
    border-width: 2px;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 600px) {
    .change-password-page[b-vhqm0bdqen] {
        padding: 20px 16px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* =====================
   Dashboard
   ===================== */
.dashboard[b-vkh4jnksq2] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 8px 0;
}

/* =====================
   Welcome Banner
   ===================== */
.dashboard-banner[b-vkh4jnksq2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #6b5fe6, #4f46e5);
    border-radius: 16px;
    padding: 32px 36px;
    color: #fff;
    gap: 16px;
}

.dashboard-welcome[b-vkh4jnksq2] {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}

.dashboard-subtitle[b-vkh4jnksq2] {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.dashboard-banner-role[b-vkh4jnksq2] {
    flex-shrink: 0;
}

    .dashboard-banner-role .role-badge[b-vkh4jnksq2] {
        font-size: 13px;
        padding: 6px 16px;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* =====================
   Forge Grid
   ===================== */
.forge-grid[b-vkh4jnksq2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* =====================
   Forge Tile
   ===================== */
.forge-tile[b-vkh4jnksq2] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e8e8e8;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
}

    .forge-tile:hover[b-vkh4jnksq2] {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

.forge-tile-icon[b-vkh4jnksq2] {
    font-size: 36px;
    line-height: 1;
}

.forge-tile-name[b-vkh4jnksq2] {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}

.forge-tile-description[b-vkh4jnksq2] {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.forge-tile-content[b-vkh4jnksq2] {
    flex: 1;
}

/* =====================
   Forge Tile Accents
   ===================== */
.forge-tile-work[b-vkh4jnksq2] {
    border-top: 4px solid #6b5fe6;
}

.forge-tile-life[b-vkh4jnksq2] {
    border-top: 4px solid #16a34a;
}

.forge-tile-mind[b-vkh4jnksq2] {
    border-top: 4px solid #0ea5e9;
}

/* =====================
   Tool Tags
   ===================== */
.forge-tile-tools[b-vkh4jnksq2] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.forge-tool-tag[b-vkh4jnksq2] {
    font-size: 11px;
    padding: 3px 10px;
    background: #f5f5f5;
    border-radius: 20px;
    color: #555;
    font-weight: 500;
}

/* =====================
   Forge Badge
   ===================== */
.forge-tile-footer[b-vkh4jnksq2] {
    display: flex;
    align-items: center;
}

.forge-badge[b-vkh4jnksq2] {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.forge-badge-coming[b-vkh4jnksq2] {
    background: rgba(107, 95, 230, 0.08);
    color: #6b5fe6;
}

.forge-badge-available[b-vkh4jnksq2] {
    background: rgba(22, 163, 74, 0.08);
    color: #16a34a;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 900px) {
    .forge-grid[b-vkh4jnksq2] {
        grid-template-columns: 1fr;
    }

    .dashboard-banner[b-vkh4jnksq2] {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .dashboard-welcome[b-vkh4jnksq2] {
        font-size: 22px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* =====================
   Landing Page
   ===================== */
.landing-page[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
    animation: fadeIn 0.8s ease;
    overflow: hidden;
}

/* CRT scanlines */
.landing-page[b-s8kj0j29sd]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0.18) 3px, rgba(0, 0, 0, 0.18) 4px);
    animation: scanlineDrift-b-s8kj0j29sd 9s linear infinite;
}

/* CRT vignette */
.landing-page[b-s8kj0j29sd]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55) 100%);
}

/* =====================
   Logo Section
   ===================== */
.landing-logo-section[b-s8kj0j29sd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    padding: 40px;
    z-index: 2;
    transition: opacity 0.15s ease;
}

.landing-content-hidden[b-s8kj0j29sd] {
    opacity: 0;
    pointer-events: none;
}

.landing-logo[b-s8kj0j29sd] {
    width: min(560px, 85vw);
    height: auto;
    object-fit: contain;
    animation: fadeInDown 0.6s ease;
    mix-blend-mode: screen;
    image-rendering: pixelated;
}

.landing-tagline[b-s8kj0j29sd] {
    font-family: "Press Start 2P", monospace;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    animation: fadeInUp 0.6s ease 0.2s both;
    text-shadow: 0 0 8px rgba(107, 95, 230, 0.6), 2px 2px 0 rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.landing-subtitle[b-s8kj0j29sd] {
    font-size: 14px;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.6;
    animation: fadeInUp 0.6s ease 0.3s both;
    letter-spacing: 0.2px;
}

.landing-btn-group[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.landing-btn[b-s8kj0j29sd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    font-family: "Press Start 2P", monospace;
    font-size: 13px;
    background: #6b5fe6;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

    .landing-btn:hover[b-s8kj0j29sd] {
        transform: translate(2px, 2px);
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    }

    .landing-btn:active[b-s8kj0j29sd] {
        transform: translate(4px, 4px);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    }

.landing-btn-secondary[b-s8kj0j29sd] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}

    .landing-btn-secondary:hover[b-s8kj0j29sd] {
        background: rgba(255, 255, 255, 0.12);
        border-color: #fff;
    }

.blink-text[b-s8kj0j29sd] {
    animation: blink-b-s8kj0j29sd 1.1s step-end infinite;
}

/* =====================
   Footer
   ===================== */
.landing-footer[b-s8kj0j29sd] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 16px;
    text-align: center;
    font-family: "Press Start 2P", monospace;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

/* =====================
   Verification Banner
   ===================== */
.verification-banner[b-s8kj0j29sd] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2000;
    animation: fadeInDown 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.verification-banner-success[b-s8kj0j29sd] {
    background: rgba(22, 163, 74, 0.95);
    color: #fff;
}

.verification-banner-error[b-s8kj0j29sd] {
    background: rgba(220, 53, 69, 0.95);
    color: #fff;
}

/* =====================
   Modal Overlay
   ===================== */
.modal-overlay[b-s8kj0j29sd] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.2s ease;
    padding: 16px;
}

/* =====================
   Modal Box
   ===================== */
.modal-box[b-s8kj0j29sd] {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    width: 100%;
    max-width: 440px;
    position: relative;
    animation: fadeInDown 0.2s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.login-modal-box[b-s8kj0j29sd] {
    padding-bottom: 57px;
}

.modal-close[b-s8kj0j29sd] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.15s;
    line-height: 1;
}

    .modal-close:hover[b-s8kj0j29sd] {
        background: #f0f0f0;
        color: #333;
    }

/* =====================
   Modal Header
   ===================== */
.modal-header[b-s8kj0j29sd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    text-align: center;
}

.modal-logo[b-s8kj0j29sd] {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.modal-tagline[b-s8kj0j29sd] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* =====================
   Modal Form
   ===================== */
.modal-form[b-s8kj0j29sd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-form-row[b-s8kj0j29sd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.modal-field[b-s8kj0j29sd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .modal-field label[b-s8kj0j29sd] {
        font-size: 13px;
        font-weight: 500;
        color: #444;
    }

.modal-input[b-s8kj0j29sd] {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    color: #222;
    background: #fff;
}

    .modal-input:focus[b-s8kj0j29sd] {
        border-color: #6b5fe6;
        box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.1);
    }

    .modal-input:disabled[b-s8kj0j29sd] {
        background: #f5f5f5;
        color: #888;
    }

.modal-select[b-s8kj0j29sd] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.modal-remember[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}

    .modal-remember input[type="checkbox"][b-s8kj0j29sd] {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #6b5fe6;
    }

.modal-link[b-s8kj0j29sd] {
    color: #6b5fe6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

    .modal-link:hover[b-s8kj0j29sd] {
        text-decoration: underline;
    }

.modal-submit-btn[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    min-height: 44px;
}

    .modal-submit-btn:hover[b-s8kj0j29sd] {
        background: #5a4fd4;
    }

    .modal-submit-btn:disabled[b-s8kj0j29sd] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.modal-footer-text[b-s8kj0j29sd] {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 0;
}

.modal-description[b-s8kj0j29sd] {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* =====================
   Modal Alert
   ===================== */
.modal-alert[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 8px;
}

.modal-alert-danger[b-s8kj0j29sd] {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.modal-alert-success[b-s8kj0j29sd] {
    background: rgba(22, 163, 74, 0.08);
    color: #16a34a;
    border: 1px solid rgba(22, 163, 74, 0.2);
}

/* =====================
   Check Email Success Icon
   ===================== */
.modal-success-icon[b-s8kj0j29sd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(107, 95, 230, 0.1);
    color: #6b5fe6;
    font-size: 28px;
    margin: 0 auto;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 480px) {
    .modal-box[b-s8kj0j29sd] {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .modal-form-row[b-s8kj0j29sd] {
        grid-template-columns: 1fr;
    }

    .landing-logo[b-s8kj0j29sd] {
        width: min(360px, 88vw);
    }

    .landing-btn-group[b-s8kj0j29sd] {
        flex-direction: column;
        width: 100%;
    }

    .landing-btn[b-s8kj0j29sd] {
        width: 100%;
        justify-content: center;
    }

    .landing-tagline[b-s8kj0j29sd] {
        font-size: 11px;
    }

    .landing-subtitle[b-s8kj0j29sd] {
        font-size: 13px;
    }
}

/* =====================
   Retro Animations
   ===================== */
@keyframes blink-b-s8kj0j29sd {
    0%, 49% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@keyframes scanlineDrift-b-s8kj0j29sd {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 40px;
    }
}
/* /Components/Pages/Invitations.razor.rz.scp.css */
.invitations-page[b-iodtb6hv6p] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-title[b-iodtb6hv6p] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-iodtb6hv6p] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Invite Button
   ===================== */
.btn-invite[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-invite:hover[b-iodtb6hv6p] {
    opacity: 0.88;
}

.btn-invite-active[b-iodtb6hv6p] {
    background: #6b7280;
}

/* =====================
   Send Form Card
   ===================== */
.send-form-card[b-iodtb6hv6p] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.send-form-header[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.send-form-header i[b-iodtb6hv6p] {
    color: #6b5fe6;
    font-size: 13px;
}

.send-form-body[b-iodtb6hv6p] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.send-form-row[b-iodtb6hv6p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.send-field[b-iodtb6hv6p] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.send-field-wide[b-iodtb6hv6p] {
    grid-column: span 1;
}

.send-label[b-iodtb6hv6p] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.send-input[b-iodtb6hv6p] {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
}

.send-input:focus[b-iodtb6hv6p] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.send-select[b-iodtb6hv6p] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.send-form-footer[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 6px;
}

.btn-send[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-left: auto;
}

.btn-send:hover:not(:disabled)[b-iodtb6hv6p] {
    opacity: 0.88;
}

.btn-send:disabled[b-iodtb6hv6p] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =====================
   Inline Message
   ===================== */
.inline-msg[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-iodtb6hv6p] { color: #16a34a; }
.inline-msg-error[b-iodtb6hv6p]   { color: #dc3545; }

/* =====================
   Filter Tabs
   ===================== */
.filter-tabs[b-iodtb6hv6p] {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.filter-tab[b-iodtb6hv6p] {
    padding: 6px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
}

.filter-tab:hover[b-iodtb6hv6p] {
    border-color: #6b5fe6;
    color: #6b5fe6;
}

.filter-tab-active[b-iodtb6hv6p] {
    background: #6b5fe6;
    border-color: #6b5fe6;
    color: #fff;
}

/* =====================
   Loading / Empty / Error
   ===================== */
.loading-container[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.empty-state[b-iodtb6hv6p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 60px 0;
    color: #9ca3af;
    font-size: 14px;
}

.empty-state i[b-iodtb6hv6p] {
    font-size: 36px;
}

.list-error[b-iodtb6hv6p] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    margin-bottom: 16px;
}

/* =====================
   Table
   ===================== */
.table-wrapper[b-iodtb6hv6p] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.inv-table[b-iodtb6hv6p] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.inv-table thead tr[b-iodtb6hv6p] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.inv-table th[b-iodtb6hv6p] {
    padding: 12px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.inv-table td[b-iodtb6hv6p] {
    padding: 13px 16px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.inv-table tbody tr:last-child td[b-iodtb6hv6p] {
    border-bottom: none;
}

.inv-table tbody tr:hover[b-iodtb6hv6p] {
    background: #fafafa;
}

.col-name[b-iodtb6hv6p] {
    font-weight: 500;
    color: #1a1a2e;
}

.col-email[b-iodtb6hv6p] {
    color: #6b7280;
    font-size: 13px;
}

.col-date[b-iodtb6hv6p] {
    color: #9ca3af;
    font-size: 13px;
    white-space: nowrap;
}

.date-accepted[b-iodtb6hv6p] {
    color: #16a34a;
    font-size: 12px;
    font-weight: 500;
}

/* =====================
   Status Badges
   ===================== */
.inv-badge[b-iodtb6hv6p] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.inv-badge-pending[b-iodtb6hv6p]  { background: rgba(234, 179, 8, 0.1);   color: #b45309; }
.inv-badge-accepted[b-iodtb6hv6p] { background: rgba(22, 163, 74, 0.1);   color: #15803d; }
.inv-badge-expired[b-iodtb6hv6p]  { background: rgba(107, 114, 128, 0.1); color: #6b7280; }
.inv-badge-revoked[b-iodtb6hv6p]  { background: rgba(220, 53, 69, 0.1);   color: #dc2626; }

/* =====================
   Actions
   ===================== */
.col-actions[b-iodtb6hv6p] {
    text-align: right;
    white-space: nowrap;
}

.btn-revoke[b-iodtb6hv6p] {
    padding: 5px 12px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc2626;
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-revoke:hover[b-iodtb6hv6p] {
    background: rgba(220, 53, 69, 0.15);
}

/* =====================
   Spinner
   ===================== */
.spinner-xs[b-iodtb6hv6p] {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 768px) {
    .invitations-page[b-iodtb6hv6p] {
        padding: 20px 16px;
    }

    .send-form-row[b-iodtb6hv6p] {
        grid-template-columns: 1fr;
    }

    .filter-tabs[b-iodtb6hv6p] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Licenses.razor.rz.scp.css */
.licenses-page[b-m7kpi8cysh] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-title[b-m7kpi8cysh] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-m7kpi8cysh] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Assign Button
   ===================== */
.btn-assign[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-assign:hover[b-m7kpi8cysh] {
    opacity: 0.88;
}

.btn-assign-active[b-m7kpi8cysh] {
    background: #6b7280;
}

/* =====================
   Assign Form Card
   ===================== */
.assign-form-card[b-m7kpi8cysh] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.assign-form-header[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.assign-form-header i[b-m7kpi8cysh] {
    color: #6b5fe6;
    font-size: 13px;
}

.assign-form-body[b-m7kpi8cysh] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.assign-form-row[b-m7kpi8cysh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.assign-field[b-m7kpi8cysh] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.assign-field-wide[b-m7kpi8cysh] {
    grid-column: span 1;
}

.assign-label[b-m7kpi8cysh] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.optional-hint[b-m7kpi8cysh] {
    font-weight: 400;
    color: #9ca3af;
}

.assign-input[b-m7kpi8cysh] {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
}

.assign-input:focus[b-m7kpi8cysh] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.assign-select[b-m7kpi8cysh] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.assign-form-footer[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 6px;
}

.btn-do-assign[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-left: auto;
}

.btn-do-assign:hover:not(:disabled)[b-m7kpi8cysh] {
    opacity: 0.88;
}

.btn-do-assign:disabled[b-m7kpi8cysh] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =====================
   Inline Message
   ===================== */
.inline-msg[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-m7kpi8cysh] { color: #16a34a; }
.inline-msg-error[b-m7kpi8cysh]   { color: #dc3545; }

/* =====================
   Filters
   ===================== */
.filters-row[b-m7kpi8cysh] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.filter-group[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-label[b-m7kpi8cysh] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
    min-width: 46px;
}

.filter-tabs[b-m7kpi8cysh] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.filter-tab[b-m7kpi8cysh] {
    padding: 5px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
}

.filter-tab:hover[b-m7kpi8cysh] {
    border-color: #6b5fe6;
    color: #6b5fe6;
}

.filter-tab-active[b-m7kpi8cysh] {
    background: #6b5fe6;
    border-color: #6b5fe6;
    color: #fff;
}

/* =====================
   Loading / Empty / Error
   ===================== */
.loading-container[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.empty-state[b-m7kpi8cysh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 60px 0;
    color: #9ca3af;
    font-size: 14px;
}

.empty-state i[b-m7kpi8cysh] {
    font-size: 36px;
}

.list-error[b-m7kpi8cysh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    margin-bottom: 16px;
}

/* =====================
   Table
   ===================== */
.table-wrapper[b-m7kpi8cysh] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.lic-table[b-m7kpi8cysh] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lic-table thead tr[b-m7kpi8cysh] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.lic-table th[b-m7kpi8cysh] {
    padding: 12px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.lic-table td[b-m7kpi8cysh] {
    padding: 13px 16px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.lic-table tbody tr:last-child td[b-m7kpi8cysh] {
    border-bottom: none;
}

.lic-table tbody tr:hover[b-m7kpi8cysh] {
    background: #fafafa;
}

.col-name[b-m7kpi8cysh] {
    font-weight: 500;
    color: #1a1a2e;
    white-space: nowrap;
}

.col-email[b-m7kpi8cysh] {
    color: #6b7280;
    font-size: 13px;
}

.col-date[b-m7kpi8cysh] {
    color: #9ca3af;
    font-size: 13px;
    white-space: nowrap;
}

.col-actions[b-m7kpi8cysh] {
    text-align: right;
    white-space: nowrap;
}

.actions-wrapper[b-m7kpi8cysh] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
}

/* =====================
   Forge Badges
   ===================== */
.forge-badge[b-m7kpi8cysh] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.forge-work[b-m7kpi8cysh] { background: rgba(59, 130, 246, 0.1);  color: #2563eb; }
.forge-life[b-m7kpi8cysh] { background: rgba(22, 163, 74, 0.1);   color: #15803d; }
.forge-mind[b-m7kpi8cysh] { background: rgba(107, 95, 230, 0.1);  color: #6b5fe6; }

/* =====================
   License Badges
   ===================== */
.lic-badge[b-m7kpi8cysh] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.lic-trial[b-m7kpi8cysh]    { background: rgba(234, 179, 8, 0.1);   color: #b45309; }
.lic-monthly[b-m7kpi8cysh]  { background: rgba(59, 130, 246, 0.1);  color: #2563eb; }
.lic-annual[b-m7kpi8cysh]   { background: rgba(22, 163, 74, 0.1);   color: #15803d; }
.lic-lifetime[b-m7kpi8cysh] { background: rgba(234, 88, 12, 0.1);   color: #c2410c; }
.lic-comp[b-m7kpi8cysh]     { background: rgba(107, 95, 230, 0.1);  color: #6b5fe6; }

/* =====================
   Status Badges
   ===================== */
.status-badge[b-m7kpi8cysh] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.status-active[b-m7kpi8cysh]   { background: rgba(22, 163, 74, 0.1);  color: #15803d; }
.status-inactive[b-m7kpi8cysh] { background: rgba(107, 114, 128, 0.1); color: #6b7280; }

/* =====================
   Action Buttons
   ===================== */
.btn-toggle[b-m7kpi8cysh] {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    border: 1px solid;
}

.btn-toggle-deactivate[b-m7kpi8cysh] {
    background: rgba(234, 179, 8, 0.08);
    color: #b45309;
    border-color: rgba(234, 179, 8, 0.3);
}

.btn-toggle-deactivate:hover[b-m7kpi8cysh] {
    background: rgba(234, 179, 8, 0.15);
}

.btn-toggle-activate[b-m7kpi8cysh] {
    background: rgba(22, 163, 74, 0.08);
    color: #15803d;
    border-color: rgba(22, 163, 74, 0.3);
}

.btn-toggle-activate:hover[b-m7kpi8cysh] {
    background: rgba(22, 163, 74, 0.15);
}

.btn-revoke[b-m7kpi8cysh] {
    padding: 5px 10px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc2626;
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-revoke:hover[b-m7kpi8cysh] {
    background: rgba(220, 53, 69, 0.15);
}

/* =====================
   Spinner
   ===================== */
.spinner-xs[b-m7kpi8cysh] {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 768px) {
    .licenses-page[b-m7kpi8cysh] {
        padding: 20px 16px;
    }

    .assign-form-row[b-m7kpi8cysh] {
        grid-template-columns: 1fr;
    }

    .filter-group[b-m7kpi8cysh] {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions-wrapper[b-m7kpi8cysh] {
        flex-direction: column;
        align-items: flex-end;
    }
}
/* /Components/Pages/LoginActivity.razor.rz.scp.css */
.activity-page[b-twj5w4z9od] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-title[b-twj5w4z9od] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-twj5w4z9od] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Filters
   ===================== */
.activity-filters[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.search-box[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    min-width: 260px;
    flex: 1;
    max-width: 340px;
}

.search-box i[b-twj5w4z9od] {
    color: #9ca3af;
    font-size: 13px;
}

.search-box input[b-twj5w4z9od] {
    border: none;
    outline: none;
    font-size: 14px;
    color: #1a1a2e;
    flex: 1;
    background: transparent;
}

.search-clear[b-twj5w4z9od] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 2px 4px;
}

.search-clear:hover[b-twj5w4z9od] {
    color: #6b7280;
}

.type-filter[b-twj5w4z9od] {
    padding: 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #1a1a2e;
    cursor: pointer;
    outline: none;
}

.type-filter:focus[b-twj5w4z9od] {
    border-color: #6b5fe6;
}

/* =====================
   Loading / Empty / Error
   ===================== */
.loading-container[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.empty-state[b-twj5w4z9od] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 60px 0;
    color: #9ca3af;
    font-size: 14px;
}

.empty-state i[b-twj5w4z9od] {
    font-size: 36px;
}

.list-error[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    margin-bottom: 16px;
}

/* =====================
   Table
   ===================== */
.table-wrapper[b-twj5w4z9od] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.inv-table[b-twj5w4z9od] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.inv-table thead tr[b-twj5w4z9od] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.inv-table th[b-twj5w4z9od] {
    padding: 12px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.inv-table th.sortable[b-twj5w4z9od] {
    cursor: pointer;
    user-select: none;
}

.inv-table th.sortable:hover[b-twj5w4z9od] {
    color: #6b5fe6;
}

.inv-table th.sortable i[b-twj5w4z9od] {
    font-size: 11px;
    margin-left: 4px;
}

.inv-table td[b-twj5w4z9od] {
    padding: 13px 16px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.inv-table tbody tr:last-child td[b-twj5w4z9od] {
    border-bottom: none;
}

.inv-table tbody tr:hover[b-twj5w4z9od] {
    background: #fafafa;
}

.col-name[b-twj5w4z9od] {
    font-weight: 500;
    color: #1a1a2e;
}

.col-email[b-twj5w4z9od] {
    color: #6b7280;
    font-size: 13px;
}

.col-date[b-twj5w4z9od] {
    color: #9ca3af;
    font-size: 13px;
    white-space: nowrap;
}

.col-details[b-twj5w4z9od] {
    color: #6b7280;
    font-size: 13px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =====================
   Activity Badges
   ===================== */
.activity-badge[b-twj5w4z9od] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.activity-badge-success[b-twj5w4z9od] { background: rgba(22, 163, 74, 0.1);   color: #15803d; }
.activity-badge-danger[b-twj5w4z9od]  { background: rgba(220, 53, 69, 0.1);   color: #dc2626; }
.activity-badge-neutral[b-twj5w4z9od] { background: rgba(107, 114, 128, 0.1); color: #4b5563; }

/* =====================
   Pagination
   ===================== */
.pagination[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.pagination-info[b-twj5w4z9od] {
    font-size: 13px;
    color: #6b7280;
}

.pagination-controls[b-twj5w4z9od] {
    display: flex;
    gap: 6px;
}

.page-btn[b-twj5w4z9od] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.15s;
}

.page-btn:hover:not(:disabled)[b-twj5w4z9od] {
    border-color: #6b5fe6;
    color: #6b5fe6;
}

.page-btn:disabled[b-twj5w4z9od] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 768px) {
    .activity-page[b-twj5w4z9od] {
        padding: 20px 16px;
    }

    .activity-filters[b-twj5w4z9od] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-twj5w4z9od] {
        max-width: none;
    }

    .col-details[b-twj5w4z9od] {
        max-width: 140px;
    }
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
.reset-page[b-s9csclf6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a0533, #3b0764, #0d0221);
    padding: 24px;
}

.reset-card[b-s9csclf6hm] {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    width: 100%;
    max-width: 440px;
    animation: fadeInDown 0.3s ease;
}

/* =====================
   Header
   ===================== */
.reset-header[b-s9csclf6hm] {
    text-align: center;
    margin-bottom: 28px;
}

.reset-logo[b-s9csclf6hm] {
    height: 52px;
    width: auto;
    object-fit: contain;
}

/* =====================
   Title + Description
   ===================== */
.reset-title[b-s9csclf6hm] {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    text-align: center;
}

.reset-desc[b-s9csclf6hm] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 24px;
}

.reset-desc strong[b-s9csclf6hm] {
    color: #374151;
    font-weight: 600;
}

/* =====================
   Alert
   ===================== */
.reset-alert[b-s9csclf6hm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    margin-bottom: 16px;
}

/* =====================
   Form
   ===================== */
.reset-form[b-s9csclf6hm] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reset-field[b-s9csclf6hm] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.reset-label[b-s9csclf6hm] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.reset-input[b-s9csclf6hm] {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
    color: #222;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.reset-input:focus[b-s9csclf6hm] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.1);
}

.reset-input[b-s9csclf6hm]::placeholder {
    color: #9ca3af;
}

/* =====================
   Button
   ===================== */
.reset-btn[b-s9csclf6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    min-height: 44px;
    margin-top: 4px;
}

.reset-btn:hover:not(:disabled)[b-s9csclf6hm] {
    background: #5a4fd4;
}

.reset-btn:disabled[b-s9csclf6hm] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* =====================
   State (success / invalid)
   ===================== */
.reset-state[b-s9csclf6hm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.reset-icon[b-s9csclf6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 4px;
}

.reset-icon-success[b-s9csclf6hm] {
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

.reset-icon-error[b-s9csclf6hm] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.reset-state .reset-btn[b-s9csclf6hm] {
    margin-top: 8px;
}

/* =====================
   Spinner
   ===================== */
.spinner-xs[b-s9csclf6hm] {
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 480px) {
    .reset-card[b-s9csclf6hm] {
        padding: 28px 20px;
        border-radius: 12px;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-page[b-8vezzwiqij] {
    padding: 32px;
    max-width: 760px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-8vezzwiqij] {
    margin-bottom: 28px;
}

.page-title[b-8vezzwiqij] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-8vezzwiqij] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Loading
   ===================== */
.loading-container[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

/* =====================
   Settings Card
   ===================== */
.settings-card[b-8vezzwiqij] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.settings-card-header[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.settings-card-header i[b-8vezzwiqij] {
    color: #6b5fe6;
    font-size: 14px;
}

.settings-card-body[b-8vezzwiqij] {
    padding: 24px 20px;
}

/* =====================
   Form Layout
   ===================== */
.form-row[b-8vezzwiqij] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group[b-8vezzwiqij] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.form-group-narrow[b-8vezzwiqij] {
    max-width: 340px;
}

.form-label[b-8vezzwiqij] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.form-input[b-8vezzwiqij] {
    padding: 9px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
}

.form-input:focus[b-8vezzwiqij] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.form-input[b-8vezzwiqij]::placeholder {
    color: #9ca3af;
}

/* =====================
   Section Label
   ===================== */
.settings-section-label[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    margin-top: 4px;
}

.settings-section-label i[b-8vezzwiqij] {
    color: #6b5fe6;
    font-size: 12px;
}

/* =====================
   Preferences Toggles
   ===================== */
.preferences-grid[b-8vezzwiqij] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
}

.toggle-row[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
}

.toggle-row:last-child[b-8vezzwiqij] {
    border-bottom: none;
}

.toggle-info[b-8vezzwiqij] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.toggle-label[b-8vezzwiqij] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
}

.toggle-hint[b-8vezzwiqij] {
    font-size: 12px;
    color: #9ca3af;
}

.toggle-checkbox[b-8vezzwiqij] {
    width: 18px;
    height: 18px;
    accent-color: #6b5fe6;
    cursor: pointer;
    flex-shrink: 0;
}

/* =====================
   Form Footer
   ===================== */
.form-footer[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.inline-msg[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-8vezzwiqij] {
    color: #16a34a;
}

.inline-msg-error[b-8vezzwiqij] {
    color: #dc3545;
}

/* =====================
   Save Button
   ===================== */
.btn-save[b-8vezzwiqij] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    margin-left: auto;
}

.btn-save:hover:not(:disabled)[b-8vezzwiqij] {
    opacity: 0.88;
}

.btn-save:disabled[b-8vezzwiqij] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-sm[b-8vezzwiqij] {
    width: 14px;
    height: 14px;
    border-width: 2px;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 600px) {
    .form-row[b-8vezzwiqij] {
        grid-template-columns: 1fr;
    }

    .settings-page[b-8vezzwiqij] {
        padding: 20px 16px;
    }
}
/* /Components/Pages/SystemSettings.razor.rz.scp.css */
.system-settings-page[b-6pgakd84ra] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-title[b-6pgakd84ra] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-6pgakd84ra] {
    color: #6b5fe6;
    font-size: 20px;
}

/* =====================
   Overview Stat Tiles
   ===================== */
.stat-grid[b-6pgakd84ra] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.stat-tile[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.stat-icon[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.stat-icon-users[b-6pgakd84ra]    { background: rgba(107, 95, 230, 0.1); color: #6b5fe6; }
.stat-icon-invites[b-6pgakd84ra]  { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.stat-icon-licenses[b-6pgakd84ra] { background: rgba(22, 163, 74, 0.1);  color: #15803d; }
.stat-icon-danger[b-6pgakd84ra]   { background: rgba(220, 53, 69, 0.1);  color: #dc2626; }

.stat-content[b-6pgakd84ra] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-6pgakd84ra] {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.stat-label[b-6pgakd84ra] {
    font-size: 12px;
    color: #6b7280;
}

/* =====================
   Loading / Error
   ===================== */
.loading-container[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.list-error[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    margin-bottom: 16px;
}

/* =====================
   Settings Cards
   ===================== */
.settings-card[b-6pgakd84ra] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.settings-card-header[b-6pgakd84ra] {
    padding: 14px 20px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.settings-card-body[b-6pgakd84ra] {
    display: flex;
    flex-direction: column;
}

.setting-row[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.setting-row:last-child[b-6pgakd84ra] {
    border-bottom: none;
}

.setting-label[b-6pgakd84ra] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.setting-label > span:first-child[b-6pgakd84ra] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
}

.setting-description[b-6pgakd84ra] {
    font-size: 12px;
    color: #9ca3af;
}

.restart-badge[b-6pgakd84ra] {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: rgba(234, 179, 8, 0.12);
    color: #92400e;
    vertical-align: middle;
}

.setting-control[b-6pgakd84ra] {
    flex-shrink: 0;
}

.setting-input[b-6pgakd84ra] {
    padding: 7px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    width: 200px;
    transition: border-color 0.15s;
}

.setting-input-number[b-6pgakd84ra] {
    width: 90px;
    text-align: right;
}

.setting-input:focus[b-6pgakd84ra] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.setting-select[b-6pgakd84ra] {
    padding: 7px 30px 7px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* =====================
   Deployment & Environment
   ===================== */
.env-info-control[b-6pgakd84ra] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.env-badge[b-6pgakd84ra] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.env-badge-dev[b-6pgakd84ra]     { background: rgba(107, 114, 128, 0.12); color: #4b5563; }
.env-badge-test[b-6pgakd84ra]    { background: rgba(234, 179, 8, 0.12);   color: #92400e; }
.env-badge-staging[b-6pgakd84ra] { background: rgba(37, 99, 235, 0.12);   color: #1d4ed8; }
.env-badge-prod[b-6pgakd84ra]    { background: rgba(220, 53, 69, 0.12);   color: #dc2626; }

.env-info-line[b-6pgakd84ra] {
    font-size: 12px;
    color: #6b7280;
}

/* =====================
   Toggle Switch
   ===================== */
.toggle-switch[b-6pgakd84ra] {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.toggle-switch input[b-6pgakd84ra] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-6pgakd84ra] {
    position: absolute;
    inset: 0;
    background: #d1d5db;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.15s;
}

.toggle-slider[b-6pgakd84ra]::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.15s;
}

.toggle-switch input:checked + .toggle-slider[b-6pgakd84ra] {
    background: #6b5fe6;
}

.toggle-switch input:checked + .toggle-slider[b-6pgakd84ra]::before {
    transform: translateX(18px);
}

/* =====================
   Footer / Save
   ===================== */
.settings-footer[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 8px;
}

.inline-msg[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.inline-msg-success[b-6pgakd84ra] { color: #16a34a; }
.inline-msg-error[b-6pgakd84ra]   { color: #dc3545; }

.btn-save[b-6pgakd84ra] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #6b5fe6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-save:hover:not(:disabled)[b-6pgakd84ra] {
    opacity: 0.88;
}

.btn-save:disabled[b-6pgakd84ra] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-xs[b-6pgakd84ra] {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 900px) {
    .stat-grid[b-6pgakd84ra] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .system-settings-page[b-6pgakd84ra] {
        padding: 20px 16px;
    }

    .stat-grid[b-6pgakd84ra] {
        grid-template-columns: 1fr;
    }

    .setting-row[b-6pgakd84ra] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .setting-input[b-6pgakd84ra] {
        width: 100%;
    }

    .env-info-control[b-6pgakd84ra] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Users.razor.rz.scp.css */
.users-page[b-vtoruvo92d] {
    padding: 32px;
}

/* =====================
   Page Header
   ===================== */
.page-header[b-vtoruvo92d] {
    margin-bottom: 24px;
}

.page-title[b-vtoruvo92d] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.page-title i[b-vtoruvo92d] {
    color: #6b5fe6;
    font-size: 20px;
}

.count-badge[b-vtoruvo92d] {
    background: rgba(107, 95, 230, 0.12);
    color: #6b5fe6;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
}

/* =====================
   Action Notice
   ===================== */
.action-notice[b-vtoruvo92d] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.action-notice-success[b-vtoruvo92d] {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.action-notice-error[b-vtoruvo92d] {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

/* =====================
   Search Bar
   ===================== */
.search-bar[b-vtoruvo92d] {
    position: relative;
    margin-bottom: 20px;
    max-width: 420px;
}

.search-icon[b-vtoruvo92d] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}

.search-input[b-vtoruvo92d] {
    width: 100%;
    padding: 9px 36px 9px 36px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

.search-input:focus[b-vtoruvo92d] {
    border-color: #6b5fe6;
    box-shadow: 0 0 0 3px rgba(107, 95, 230, 0.08);
}

.search-input[b-vtoruvo92d]::placeholder {
    color: #9ca3af;
}

.search-clear[b-vtoruvo92d] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1;
}

.search-clear:hover[b-vtoruvo92d] {
    color: #6b7280;
}

/* =====================
   Loading / Error
   ===================== */
.loading-container[b-vtoruvo92d] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #6b7280;
    font-size: 14px;
}

.loading-text[b-vtoruvo92d] {
    color: #6b7280;
    font-size: 14px;
}

.error-banner[b-vtoruvo92d] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(220, 53, 69, 0.08);
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 8px;
    color: #dc3545;
    font-size: 14px;
}

/* =====================
   Table
   ===================== */
.table-wrapper[b-vtoruvo92d] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.users-table[b-vtoruvo92d] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.users-table thead tr[b-vtoruvo92d] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.users-table th[b-vtoruvo92d] {
    padding: 11px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.users-table td[b-vtoruvo92d] {
    padding: 13px 16px;
    border-bottom: 1px solid #f3f4f6;
    color: #1a1a2e;
    vertical-align: middle;
}

.users-table tbody tr:last-child td[b-vtoruvo92d] {
    border-bottom: none;
}

.users-table tbody tr:hover[b-vtoruvo92d] {
    background: #fafafa;
}

.row-inactive td[b-vtoruvo92d] {
    opacity: 0.55;
}

.col-name[b-vtoruvo92d] {
    font-weight: 500;
}

.col-email[b-vtoruvo92d] {
    color: #4b5563;
}

.col-date[b-vtoruvo92d] {
    color: #6b7280;
    white-space: nowrap;
}

.col-actions[b-vtoruvo92d] {
    white-space: nowrap;
}

.empty-row[b-vtoruvo92d] {
    text-align: center;
    color: #9ca3af;
    padding: 40px 16px !important;
    font-size: 14px;
}

/* =====================
   Role Select
   ===================== */
.role-select[b-vtoruvo92d] {
    padding: 5px 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #1a1a2e;
    background: #fff;
    cursor: pointer;
    outline: none;
    margin-right: 8px;
}

.role-select:focus[b-vtoruvo92d] {
    border-color: #6b5fe6;
}

/* =====================
   Action Buttons
   ===================== */
.btn-deactivate[b-vtoruvo92d],
.btn-activate[b-vtoruvo92d] {
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity 0.15s;
}

.btn-deactivate:hover[b-vtoruvo92d],
.btn-activate:hover[b-vtoruvo92d] {
    opacity: 0.8;
}

.btn-deactivate[b-vtoruvo92d] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.btn-activate[b-vtoruvo92d] {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
}

/* =====================
   Sortable Headers
   ===================== */
.sortable[b-vtoruvo92d] {
    cursor: pointer;
    user-select: none;
}

.sortable:hover[b-vtoruvo92d] {
    color: #6b5fe6;
}

.sortable i[b-vtoruvo92d] {
    margin-left: 5px;
    font-size: 10px;
    color: #d1d5db;
}

.sort-active[b-vtoruvo92d] {
    color: #6b5fe6;
}

.sort-active i[b-vtoruvo92d] {
    color: #6b5fe6;
}

/* =====================
   Table Footer
   ===================== */
.table-footer[b-vtoruvo92d] {
    padding: 10px 4px;
    font-size: 13px;
    color: #9ca3af;
}
