@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ArrParty.WebApp1/Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
/* AI-Header: AuthenticatedLayout component-specific structural CSS (minimal) */
/* Date: 2025-07-13 */

/* Only structural elements that are tightly coupled to the component remain here */
/* All theming and visual styling moved to /css/layouts/authenticated-layout.css */

/* Basic structural requirements only - if any component-specific overrides are needed */
/* _content/ArrParty.WebApp1/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9tdgpyhjdh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9tdgpyhjdh] {
    flex: 1;
}

.sidebar[b-9tdgpyhjdh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9tdgpyhjdh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9tdgpyhjdh]  a, .top-row[b-9tdgpyhjdh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9tdgpyhjdh]  a:hover, .top-row[b-9tdgpyhjdh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9tdgpyhjdh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9tdgpyhjdh] {
        justify-content: space-between;
    }

    .top-row[b-9tdgpyhjdh]  a, .top-row[b-9tdgpyhjdh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9tdgpyhjdh] {
        flex-direction: row;
    }

    .sidebar[b-9tdgpyhjdh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9tdgpyhjdh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9tdgpyhjdh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9tdgpyhjdh], article[b-9tdgpyhjdh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9tdgpyhjdh] {
    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-9tdgpyhjdh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ArrParty.WebApp1/Components/Layout/NavMenu.razor.rz.scp.css */
/* AI-Header: NavMenu component-specific structural CSS (minimal) */
/* Date: 2025-07-13 */

/* Only structural elements that are tightly coupled to the component remain here */
/* All theming and visual styling moved to /css/layouts/navmenu.css */

/* Basic structural requirements only - if any component-specific overrides are needed */
/* _content/ArrParty.WebApp1/Components/Shared/Modals/DeleteConfirmationModal.razor.rz.scp.css */
/* AI-Header: Delete confirmation modal component styles */
/* Date: 2025-08-15 */

/* ===========================================
   DELETE MODAL - AVATAR STYLING
   =========================================== */

.delete-modal-avatar[b-jgbr2znqti] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #6c757d, #495057);
    border: 2px solid var(--bs-border-color);
    flex-shrink: 0;
}

[data-bs-theme="dark"] .delete-modal-avatar[b-jgbr2znqti] {
    background: linear-gradient(135deg, #495057, #343a40);
    border-color: #404040;
}

/* ===========================================
   DELETE MODAL - ENHANCED INTERACTIONS
   =========================================== */

.modal-footer .btn[b-jgbr2znqti] {
    min-width: 100px;
    transition: all 0.2s ease;
}

.modal-footer .btn:hover:not(:disabled)[b-jgbr2znqti] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.modal-footer .btn:active:not(:disabled)[b-jgbr2znqti] {
    transform: translateY(0);
}

.modal-footer .btn-danger:hover:not(:disabled)[b-jgbr2znqti] {
    background-color: #c82333;
    border-color: #bd2130;
}

/* ===========================================
   DELETE MODAL - FOCUS INDICATORS
   =========================================== */

.modal-content .btn-close:focus[b-jgbr2znqti] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.modal-footer .btn:focus[b-jgbr2znqti] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* ===========================================
   DELETE MODAL - LOADING STATE
   =========================================== */

.modal-footer .btn:disabled[b-jgbr2znqti] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm[b-jgbr2znqti] {
    width: 0.875rem;
    height: 0.875rem;
}

/* ===========================================
   DELETE MODAL - RESPONSIVE ADJUSTMENTS
   =========================================== */

@media (max-width: 576px) {
    .modal-dialog[b-jgbr2znqti] {
        max-width: 95% !important;
        margin: 0.5rem !important;
    }
    
    .modal-header[b-jgbr2znqti] {
        padding: 1rem 1.25rem;
    }
    
    .modal-body[b-jgbr2znqti] {
        padding: 1.25rem;
    }
    
    .modal-footer[b-jgbr2znqti] {
        padding: 1rem 1.25rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .modal-footer .btn[b-jgbr2znqti] {
        width: 100%;
        min-width: unset;
    }
}
/* _content/ArrParty.WebApp1/Components/Shared/Modals/MinimalistDeleteModal.razor.rz.scp.css */
/* AI-Header: Minimalist delete modal component-specific styles */
/* Date: 2025-08-16 */

/* ===========================================
   MINIMALIST DELETE MODAL - ELEVATION & CONTRAST
   =========================================== */

.modal-content[b-x7hm9earho] {
    /* Use white background with proper elevation */
    background: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}

/* Dark mode: Use elevated background with proper contrast */
/* Force white modal surface even in dark theme for this minimalist confirmation */
[data-bs-theme="dark"] .modal-content[b-x7hm9earho] {
    background: #ffffff !important;
    border-color: #dee2e6 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* ===========================================
   MODAL HEADER - CLEAN & MINIMAL
   =========================================== */

.modal-header[b-x7hm9earho] {
    background: transparent !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 1.25rem 1.5rem 1rem !important;
}

[data-bs-theme="dark"] .modal-header[b-x7hm9earho] {
    border-bottom-color: #3a3a3a !important;
}

.modal-title[b-x7hm9earho] {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
}

[data-bs-theme="dark"] .modal-title[b-x7hm9earho] {
    color: #f0f0f0 !important;
}

.btn-close[b-x7hm9earho] {
    padding: 0.375rem !important;
    margin: 0 !important;
    opacity: 0.5 !important;
    filter: none !important;
    background-size: 1rem !important;
}

.btn-close:hover[b-x7hm9earho] {
    opacity: 0.8 !important;
}

.btn-close:focus[b-x7hm9earho] {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
    opacity: 0.8 !important;
}

/* ===========================================
   MODAL BODY - TYPOGRAPHY & SPACING
   =========================================== */

.modal-body[b-x7hm9earho] {
    padding: 1rem 1.5rem 1.25rem !important;
    color: #212529 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

[data-bs-theme="dark"] .modal-body[b-x7hm9earho] {
    color: #212529 !important;
}

.modal-body p[b-x7hm9earho] {
    margin: 0 !important;
}

/* Icon badge to match Figma (24px circle with subtle red background) */
.icon-badge[b-x7hm9earho] {
    width: 32px;
    height: 32px;
}

.bg-danger-subtle[b-x7hm9earho] {
    background-color: #fde2e5 !important; /* subtle red tint */
}

/* Ensure message can wrap if needed */
.text-truncate[b-x7hm9earho] { /* not used: keeping for potential reuse */
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}

/* ===========================================
   MODAL FOOTER - BUTTON STYLING
   =========================================== */

.modal-footer[b-x7hm9earho] {
    background: transparent !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 1rem 1.5rem 1.25rem !important;
    display: flex !important;
    gap: 0.75rem !important;
    justify-content: flex-end !important;
}

[data-bs-theme="dark"] .modal-footer[b-x7hm9earho] {
    border-top-color: #3a3a3a !important;
}

/* Cancel Button - Subtle & Clean */
.btn-outline-secondary[b-x7hm9earho] {
    background: #f8f9fa !important;
    border: 1px solid #e0e0e0 !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 8px !important;
    min-width: 90px !important;
    transition: all 0.15s ease !important;
}

.btn-outline-secondary:hover[b-x7hm9earho] {
    background: #e9ecef !important;
    border-color: #d0d0d0 !important;
    color: #495057 !important;
    transform: none !important;
}

.btn-outline-secondary:focus[b-x7hm9earho] {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}

[data-bs-theme="dark"] .btn-outline-secondary[b-x7hm9earho] {
    background: #3a3a3a !important;
    border-color: #505050 !important;
    color: #b0b0b0 !important;
}

[data-bs-theme="dark"] .btn-outline-secondary:hover[b-x7hm9earho] {
    background: #4a4a4a !important;
    border-color: #606060 !important;
    color: #d0d0d0 !important;
}

/* Delete Button - Clear & Accessible */
.btn-danger[b-x7hm9earho] {
    background: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 8px !important;
    min-width: 90px !important;
    transition: all 0.15s ease !important;
}

.btn-danger:hover[b-x7hm9earho] {
    background: #c82333 !important;
    border-color: #bd2130 !important;
    color: #ffffff !important;
    transform: none !important;
}

.btn-danger:focus[b-x7hm9earho] {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}

.btn-danger:disabled[b-x7hm9earho] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* ===========================================
   ANIMATIONS - SMOOTH & SUBTLE
   =========================================== */

.modal[b-x7hm9earho] {
    animation: modalFadeIn-b-x7hm9earho 0.2s ease-out forwards;
}

.modal-dialog[b-x7hm9earho] {
    animation: modalSlideIn-b-x7hm9earho 0.2s ease-out forwards;
}

@keyframes modalFadeIn-b-x7hm9earho {
    from { 
        opacity: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }
    to { 
        opacity: 1;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
}

@keyframes modalSlideIn-b-x7hm9earho {
    from { 
        transform: scale(0.95) translateY(-20px);
        opacity: 0;
    }
    to { 
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* ===========================================
   RESPONSIVE DESIGN
   =========================================== */

@media (max-width: 576px) {
    .modal-dialog[b-x7hm9earho] {
        max-width: 95% !important;
        margin: 1rem !important;
    }
    
    .modal-header[b-x7hm9earho],
    .modal-body[b-x7hm9earho],
    .modal-footer[b-x7hm9earho] {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    
    .modal-footer[b-x7hm9earho] {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    .modal-footer .btn[b-x7hm9earho] {
        width: 100% !important;
        min-width: unset !important;
    }
}

/* ===========================================
   ACCESSIBILITY ENHANCEMENTS
   =========================================== */

@media (prefers-reduced-motion: reduce) {
    .modal[b-x7hm9earho],
    .modal-dialog[b-x7hm9earho] {
        animation: none !important;
    }
    
    .btn-outline-secondary[b-x7hm9earho],
    .btn-danger[b-x7hm9earho] {
        transition: none !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .modal-content[b-x7hm9earho] {
        border-width: 2px !important;
    }
    
    .btn-outline-secondary[b-x7hm9earho],
    .btn-danger[b-x7hm9earho] {
        border-width: 2px !important;
    }
}
/* _content/ArrParty.WebApp1/Components/Shared/Profiles/AvatarComponent.razor.rz.scp.css */
/* AI-Header: Avatar component styles with theme integration and size variants */
/* Date: 2025-09-05 */

/* ===========================================
   AVATAR - BASE STYLES
   =========================================== */

.avatar[b-5al18atusl] {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.avatar-image[b-5al18atusl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-initials[b-5al18atusl] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-icon[b-5al18atusl] {
    opacity: 0.8;
}

/* ===========================================
   AVATAR - SIZE VARIANTS
   =========================================== */

.avatar-small[b-5al18atusl] {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
}

.avatar-small .avatar-icon[b-5al18atusl] {
    font-size: 1rem;
}

.avatar-medium[b-5al18atusl] {
    width: 48px;
    height: 48px;
    font-size: 1rem;
}

.avatar-medium .avatar-icon[b-5al18atusl] {
    font-size: 1.5rem;
}

.avatar-large[b-5al18atusl] {
    width: 64px;
    height: 64px;
    font-size: 1.25rem;
}

.avatar-large .avatar-icon[b-5al18atusl] {
    font-size: 2rem;
}

.avatar-extralarge[b-5al18atusl] {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
}

.avatar-extralarge .avatar-icon[b-5al18atusl] {
    font-size: 2.5rem;
}

/* ===========================================
   AVATAR - LIGHT THEME
   =========================================== */

[data-bs-theme="light"] .avatar[b-5al18atusl] {
    background: linear-gradient(135deg, var(--bs-primary, #722F37) 0%, #8B4A52 100%);
    border: 2px solid var(--bs-border-color, #dee2e6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[data-bs-theme="light"] .avatar:hover[b-5al18atusl] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ===========================================
   AVATAR - DARK THEME
   =========================================== */

[data-bs-theme="dark"] .avatar[b-5al18atusl] {
    background: linear-gradient(135deg, #8B4A52 0%, #722F37 100%);
    border: 2px solid rgba(139, 74, 82, 0.3);
    box-shadow: 0 2px 8px rgba(114, 47, 55, 0.15);
}

[data-bs-theme="dark"] .avatar:hover[b-5al18atusl] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(114, 47, 55, 0.25);
    border-color: rgba(139, 74, 82, 0.5);
}

/* ===========================================
   AVATAR - ACCESSIBILITY & INTERACTION
   =========================================== */

.avatar:focus-visible[b-5al18atusl] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* Optional: Clickable avatar styles */
.avatar.avatar-clickable[b-5al18atusl] {
    cursor: pointer;
}

.avatar.avatar-clickable:hover[b-5al18atusl] {
    transform: translateY(-2px);
}

/* ===========================================
   AVATAR - LOADING STATE
   =========================================== */

.avatar-loading[b-5al18atusl] {
    background: var(--bs-border-color, #dee2e6);
    animation: avatar-pulse-b-5al18atusl 1.5s ease-in-out infinite;
}

@keyframes avatar-pulse-b-5al18atusl {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* ===========================================
   AVATAR - STATUS INDICATORS
   =========================================== */

.avatar.avatar-with-status[b-5al18atusl] {
    position: relative;
}

.avatar.avatar-with-status[b-5al18atusl]::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    border: 2px solid var(--bs-card-bg, #ffffff);
    background: var(--bs-success, #198754);
}

[data-bs-theme="dark"] .avatar.avatar-with-status[b-5al18atusl]::after {
    border-color: var(--bs-card-bg, #000000);
}
