/* /Components/Pages/Internal/SoftwareUpdates.razor.rz.scp.css */
/* Prevent textarea resizing in modals */
textarea[b-b1uu7uq44l] {
    resize: none;
}

/* Reduce table padding - responsive */
table th[b-b1uu7uq44l],
table td[b-b1uu7uq44l] {
    padding: 0.5rem 0.75rem;
}

@media (max-width: 768px) {
    table th[b-b1uu7uq44l],
    table td[b-b1uu7uq44l] {
        padding: 0.375rem 0.5rem;
    }
}

@media (max-width: 576px) {
    table th[b-b1uu7uq44l],
    table td[b-b1uu7uq44l] {
        padding: 0.25rem 0.375rem;
    }
}

/* Show more button cell */
.show-more-cell[b-b1uu7uq44l] {
    padding: 0;
    border: none;
}

/* File link cell - truncate long filenames */
.file-link-cell[b-b1uu7uq44l] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Upload form layout */
.upload-row[b-b1uu7uq44l] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.upload-input[b-b1uu7uq44l] {
    flex: 1;
}

.upload-btn[b-b1uu7uq44l] {
    margin-bottom: 0;
    white-space: nowrap;
    cursor: pointer;
}

.upload-progress[b-b1uu7uq44l] {
    margin-top: 0.5rem;
}

.upload-progress progress[b-b1uu7uq44l] {
    width: 100%;
}

.upload-progress small[b-b1uu7uq44l] {
    display: block;
    text-align: center;
    margin-top: 0.25rem;
}
/* /Components/Pages/Internal/Users.razor.rz.scp.css */
.role-name[b-1l5cmfz18p] {
    font-weight: 500;
}

.role-description[b-1l5cmfz18p] {
    margin-left: 2rem;
    overflow-wrap: break-word;
    color: var(--pico-muted-color);
    display: inline-block;
}

/* Resend invite button spacing */
.btn-resend[b-1l5cmfz18p] {
    margin-left: 0.5rem;
}
/* /Components/Shared/Accordion.razor.rz.scp.css */
/* Accordion-specific styles */
/* Most styling is inline Tailwind - this is for any edge cases or overrides */

/* Ensure smooth transitions */
[data-accordion-item] [x-ref="panel"][b-ff8dzphxyr] {
    overflow: hidden;
}

/* Hide content when collapsed */
[data-accordion-item] [x-cloak][b-ff8dzphxyr] {
    display: none !important;
}

/* /Components/Shared/DownloadToast.razor.rz.scp.css */
.download-toast-wrapper[b-ar6z7yx0zq] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    pointer-events: none;
}

.download-toast[b-ar6z7yx0zq] {
    pointer-events: auto;
    width: 24rem;
    max-width: calc(100vw - 2rem);
    background: #ffffff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 10px 40px -10px rgba(30, 41, 59, 0.15), 0 0 0 1px rgba(16, 185, 129, 0.08);
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
}

.toast-content[b-ar6z7yx0zq] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1rem 0.75rem;
}

.toast-icon[b-ar6z7yx0zq] {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.toast-body[b-ar6z7yx0zq] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-ar6z7yx0zq] {
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0 0 0.25rem;
    color: #1e293b;
}

.toast-message[b-ar6z7yx0zq] {
    font-size: 0.8125rem;
    color: #475569;
    margin: 0 0 0.5rem;
    line-height: 1.45;
}

.toast-message strong[b-ar6z7yx0zq] {
    color: #1e293b;
    font-weight: 600;
}

.toast-link[b-ar6z7yx0zq] {
    font-size: 0.8125rem;
    color: #059669;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: color 0.15s;
}

.toast-link:hover[b-ar6z7yx0zq] {
    color: #047857;
}

.toast-dismiss[b-ar6z7yx0zq] {
    all: unset;
    flex-shrink: 0;
    color: #64748b;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1;
    transition: color 0.15s, background-color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-dismiss:hover[b-ar6z7yx0zq] {
    color: #1e293b;
    background: #f1f5f9;
}

/* Progress bar */
.toast-progress-track[b-ar6z7yx0zq] {
    height: 3px;
    background: #e2e8f0;
}

.toast-progress-bar[b-ar6z7yx0zq] {
    height: 100%;
    background: linear-gradient(90deg, #059669, #10b981);
    width: 100%;
}

/* Alpine x-cloak: hide until Alpine initializes */
[x-cloak][b-ar6z7yx0zq] {
    display: none !important;
}

/* Transition classes (used by Alpine x-transition) */
.toast-enter[b-ar6z7yx0zq] {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-enter-from[b-ar6z7yx0zq] {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.96);
}

.toast-enter-to[b-ar6z7yx0zq] {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.toast-leave[b-ar6z7yx0zq] {
    transition: all 0.2s ease-in;
}

.toast-leave-from[b-ar6z7yx0zq] {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.toast-leave-to[b-ar6z7yx0zq] {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.96);
}

/* Mobile: full-width toast pinned to bottom */
@media (max-width: 640px) {
    .download-toast-wrapper[b-ar6z7yx0zq] {
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .download-toast[b-ar6z7yx0zq] {
        width: auto;
        max-width: none;
    }
}
/* /Components/Shared/Internal/InteractiveModal.razor.rz.scp.css */
dialog[data-size="md"] article[b-5inxshv2ev] {
    max-width: 32rem;
    /* 512px - default Pico modal */
}

dialog[data-size="lg"] article[b-5inxshv2ev] {
    max-width: 48rem;
    /* 768px */
}

dialog[data-size="xl"] article[b-5inxshv2ev] {
    max-width: 64rem;
    /* 1024px */
}

/* Responsive: full width on mobile */
@media (max-width: 768px) {
    dialog[data-size] article[b-5inxshv2ev] {
        max-width: calc(100vw - 2rem);
    }
}
