@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Tamburoteka.MFE.Admin/Tamburoteka.MFE.Admin.k2mv2tudyu.bundle.scp.css';
@import '_content/Tamburoteka.MFE.Organization/Tamburoteka.MFE.Organization.xwnlh53ek2.bundle.scp.css';
@import '_content/Tamburoteka.MFE.School/Tamburoteka.MFE.School.t4tcyg0e9v.bundle.scp.css';
@import '_content/Tamburoteka.MFE.Shared/Tamburoteka.MFE.Shared.basezavrl6.bundle.scp.css';
@import '_content/Tamburoteka.MFE.Sheet/Tamburoteka.MFE.Sheet.mrxlb3rwp5.bundle.scp.css';

/* /Components/Controls/DryWetMidiPlayerComponent.razor.rz.scp.css */
.drywetmidi-player-container[b-1foq8qi3ut] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}

.player-header h4[b-1foq8qi3ut] {
    color: #2c3e50;
    margin-bottom: 4px;
    font-weight: 600;
}

.analysis-info[b-1foq8qi3ut] {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-card[b-1foq8qi3ut] {
    text-align: center;
    padding: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
}

    .info-card i[b-1foq8qi3ut] {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

.info-value[b-1foq8qi3ut] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

.info-label[b-1foq8qi3ut] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6c757d;
}

.tracks-section[b-1foq8qi3ut] {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tracks-list[b-1foq8qi3ut] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.track-item[b-1foq8qi3ut] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
}

.track-badge[b-1foq8qi3ut] {
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.track-name[b-1foq8qi3ut] {
    font-weight: 500;
    flex: 1;
}

.track-instrument[b-1foq8qi3ut] {
    color: #6c757d;
    font-size: 0.85rem;
}

.track-notes[b-1foq8qi3ut] {
    font-size: 0.8rem;
    color: #6c757d;
}

.visualization-container[b-1foq8qi3ut] {
    text-align: center;
    background: #1a1a2e;
    border-radius: 12px;
    padding: 16px;
    overflow: auto;
    max-height: 80vh;
}

.midi-visualizer[b-1foq8qi3ut] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: crosshair;
    display: block;
}

.visualization-controls[b-1foq8qi3ut] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.player-controls[b-1foq8qi3ut] {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.time-display[b-1foq8qi3ut] {
    font-family: 'Courier New', monospace;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.active-notes-container[b-1foq8qi3ut] {
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    min-height: 80px;
    margin-top: 16px;
}

    .active-notes-container h6[b-1foq8qi3ut] {
        margin-bottom: 12px;
        color: #2c3e50;
    }

.notes-display[b-1foq8qi3ut] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.note-badge[b-1foq8qi3ut] {
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.animate-note[b-1foq8qi3ut] {
    animation: noteAppear-b-1foq8qi3ut 0.2s ease-out;
}

.note-pulse[b-1foq8qi3ut] {
    animation: pulse-b-1foq8qi3ut 1s ease-in-out infinite;
}

.loading-overlay[b-1foq8qi3ut] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    z-index: 100;
}

@keyframes noteAppear-b-1foq8qi3ut {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse-b-1foq8qi3ut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
/* /Components/Controls/VerovioMidiPlayerComponent.razor.rz.scp.css */
.verovio-midi-player-container[b-gnrny205ar] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.score-container[b-gnrny205ar] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.svg-score-container[b-gnrny205ar] {
    overflow: auto;
    max-height: 600px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    padding: 10px;
    position: relative;
    scroll-behavior: smooth;
}

.score-controls[b-gnrny205ar] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.player-controls[b-gnrny205ar] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.time-display[b-gnrny205ar] {
    font-family: 'Courier New', monospace;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

/* ===== ENHANCED VEROVIO HIGHLIGHTING ===== */

/* Main highlight class for actively playing notes */
:global(.verovio-highlight)[b-gnrny205ar] {
    fill: #FF0000 !important;
    opacity: 0.95 !important;
    filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.9)) !important;
    transition: all 0.15s ease-in-out !important;
}

/* Pulsing animation for note heads */
:global(.verovio-highlight.notehead)[b-gnrny205ar],
:global(.verovio-highlight use)[b-gnrny205ar] {
    animation: notePulse-b-gnrny205ar 0.6s ease-in-out infinite !important;
}

/* Keyframe for pulsing effect */
@keyframes notePulse-b-gnrny205ar {
    0%, 100% {
        transform: scale(1.1);
        opacity: 0.95;
    }
    50% {
        transform: scale(1.25);
        opacity: 1;
    }
}

/* Glow effect for stems and beams */
:global(.verovio-highlight.stem)[b-gnrny205ar],
:global(.verovio-highlight.beam)[b-gnrny205ar] {
    stroke: #FF0000 !important;
    stroke-width: 2.5 !important;
    filter: drop-shadow(0 0 6px rgba(255, 0, 0, 0.8)) !important;
}

/* Smooth fade-in for new highlights */
:global(svg .verovio-highlight)[b-gnrny205ar] {
    animation: highlightFadeIn-b-gnrny205ar 0.2s ease-in !important;
}

@keyframes highlightFadeIn-b-gnrny205ar {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 0.95;
        transform: scale(1.1);
    }
}

/* Cursor pointer for clickable notes */
:global(.svg-score-container svg g[id])[b-gnrny205ar] {
    cursor: pointer;
    transition: opacity 0.1s ease;
}

:global(.svg-score-container svg g[id]:hover:not(.verovio-highlight))[b-gnrny205ar] {
    opacity: 0.7;
}

/* Enhanced SVG styling */
:global(.svg-score-container svg)[b-gnrny205ar] {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

/* Loading state */
.svg-score-container.loading[b-gnrny205ar] {
    position: relative;
    min-height: 400px;
}

.svg-score-container.loading[b-gnrny205ar]::after {
    content: "⏳ Loading sheet music...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
}

/* Placeholder for empty score container */
.svg-score-container .text-muted[b-gnrny205ar] {
    color: #6c757d;
}

.svg-score-container .text-muted i[b-gnrny205ar] {
    color: #adb5bd;
}

/* Auto-scroll indicator */
.form-check-input:checked + .form-check-label[b-gnrny205ar] {
    color: #667eea;
    font-weight: 600;
}

/* Playback progress indicator */
.score-container.playing[b-gnrny205ar] {
    border-left: 4px solid #667eea;
}

/* Enhanced button hover effects */
.btn-outline-primary:hover[b-gnrny205ar],
.btn-outline-secondary:hover[b-gnrny205ar] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.btn-outline-primary:active[b-gnrny205ar],
.btn-outline-secondary:active[b-gnrny205ar] {
    transform: translateY(0);
}

/* Status indicators */
.btn-success[b-gnrny205ar] {
    background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%);
}

.btn-warning[b-gnrny205ar] {
    background: linear-gradient(135deg, #ffa726 0%, #f57c00 100%);
}

.btn-danger[b-gnrny205ar] {
    background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .score-controls[b-gnrny205ar] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .score-controls .btn-group[b-gnrny205ar] {
        width: 100%;
    }
    
    .score-controls .btn-group .btn[b-gnrny205ar] {
        flex: 1;
    }
}
/* /Components/Identity/Login.razor.rz.scp.css */
/* Made with love by Mutiullah Samim*/

/*@import url('https://fonts.googleapis.com/css?family=Numans');*/

.x-body[b-hwh5urfrd8] {
    background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container[b-hwh5urfrd8] {
    /*     background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;*/
    height: 100%;
    align-content: center;
}

.card[b-hwh5urfrd8] {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span[b-hwh5urfrd8] {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover[b-hwh5urfrd8] {
        color: white;
        cursor: pointer;
    }

.card-header h3[b-hwh5urfrd8] {
    color: white;
}

.social_icon[b-hwh5urfrd8] {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span[b-hwh5urfrd8] {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus[b-hwh5urfrd8] {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember[b-hwh5urfrd8] {
    color: white;
}

    .remember input[b-hwh5urfrd8] {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn[b-hwh5urfrd8] {
    color: black!important;
    background-color: #FFC312!important;
    width: 100px!important;
}

    .login_btn:hover[b-hwh5urfrd8] {
        color: black;
        background-color: white;
    }

.links[b-hwh5urfrd8] {
    color: white;
}

    .links a[b-hwh5urfrd8] {
        margin-left: 4px;
    }
/* /Components/Identity/Register.razor.rz.scp.css */
/* Made with love by Mutiullah Samim*/

/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
 
.x-body[b-zaa2i7z6s4] {
    background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container[b-zaa2i7z6s4] {
/*     background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;*/
    height: 100%;
    align-content: center;
}

.card[b-zaa2i7z6s4] {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span[b-zaa2i7z6s4] {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover[b-zaa2i7z6s4] {
        color: white;
        cursor: pointer;
    }

.card-header h3[b-zaa2i7z6s4] {
    color: white;
}

.social_icon[b-zaa2i7z6s4] {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span[b-zaa2i7z6s4] {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus[b-zaa2i7z6s4] {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember[b-zaa2i7z6s4] {
    color: white;
}

    .remember input[b-zaa2i7z6s4] {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn[b-zaa2i7z6s4] {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover[b-zaa2i7z6s4] {
        color: black;
        background-color: white;
    }

.links[b-zaa2i7z6s4] {
    color: white;
}

    .links a[b-zaa2i7z6s4] {
        margin-left: 4px;
    }














*[b-zaa2i7z6s4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-zaa2i7z6s4] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-container[b-zaa2i7z6s4] {
    width: 100%;
    max-width: 450px;
}

.form-wrapper[b-zaa2i7z6s4] {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.form-title[b-zaa2i7z6s4] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 8px;
}

.form-subtitle[b-zaa2i7z6s4] {
    color: #6b7280;
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
}

.signup-form[b-zaa2i7z6s4] {
    display: flex;
    flex-direction: column;
}

.input-group[b-zaa2i7z6s4] {
    margin-bottom: 20px;
}

.input-label[b-zaa2i7z6s4] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

.form-input[b-zaa2i7z6s4] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.2s ease;
    background-color: #f9fafb;
}

    .form-input:focus[b-zaa2i7z6s4] {
        outline: none;
        border-color: #667eea;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.checkbox-group[b-zaa2i7z6s4] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 12px;
}

.checkbox-input[b-zaa2i7z6s4] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #667eea;
}

.checkbox-label[b-zaa2i7z6s4] {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    cursor: pointer;
}

.submit-btn[b-zaa2i7z6s4] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

    .submit-btn:hover[b-zaa2i7z6s4] {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
    }

    .submit-btn:active[b-zaa2i7z6s4] {
        transform: translateY(0);
    }

.login-link[b-zaa2i7z6s4] {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.link[b-zaa2i7z6s4] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

    .link:hover[b-zaa2i7z6s4] {
        text-decoration: underline;
    }

@media (max-width: 480px) {
    .form-wrapper[b-zaa2i7z6s4] {
        padding: 30px 20px;
    }

    .form-title[b-zaa2i7z6s4] {
        font-size: 24px;
    }

    .form-input[b-zaa2i7z6s4] {
        padding: 10px 14px;
        font-size: 16px;
    }

    .submit-btn[b-zaa2i7z6s4] {
        padding: 12px;
    }
}

@media (max-width: 360px) {
    body[b-zaa2i7z6s4] {
        padding: 15px;
    }

    .form-wrapper[b-zaa2i7z6s4] {
        padding: 25px 15px;
    }
}
/* /Components/Layout/CultureSelector.razor.rz.scp.css */
/* Culture Selector Styles */
.nav-flag[b-h3fvzo6ul1] {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem;
    transition: all 0.15s ease-in-out;
    text-decoration: none !important;
    color: #6c757d !important;
    font-weight: 500;
    border: 1px solid transparent;
}

.nav-flag:hover[b-h3fvzo6ul1] {
    background-color: rgba(59, 125, 221, 0.1);
    color: #3b7ddd !important;
    border-color: rgba(59, 125, 221, 0.2);
    transform: translateY(-1px);
}

.nav-flag:focus[b-h3fvzo6ul1] {
    box-shadow: 0 0 0 0.2rem rgba(59, 125, 221, 0.25);
    outline: 0;
    color: #3b7ddd !important;
}

.nav-flag i[b-h3fvzo6ul1] {
    font-size: 1rem;
    transition: all 0.15s ease-in-out;
}

.nav-flag:hover i[b-h3fvzo6ul1] {
    transform: scale(1.1);
}

/* Dropdown Menu Styling */
.nav-item .dropdown-menu[b-h3fvzo6ul1] {
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    min-width: 200px;
    margin-top: 0.25rem;
    animation: dropdownFadeIn-b-h3fvzo6ul1 0.15s ease-out;
}

.dropdown-menu-header[b-h3fvzo6ul1] {
    padding: 0.5rem 1rem 0.25rem;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

/* Dropdown Items */
.nav-item .dropdown-item[b-h3fvzo6ul1] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #495057;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    transition: all 0.15s ease-in-out;
    font-weight: 500;
    border-radius: 0.25rem;
    margin: 0.125rem 0.5rem;
    width: calc(100% - 1rem);
}

.nav-item .dropdown-item:hover[b-h3fvzo6ul1] {
    background-color: rgba(59, 125, 221, 0.1);
    color: #3b7ddd;
    transform: translateX(2px);
}

.nav-item .dropdown-item.active[b-h3fvzo6ul1] {
    background-color: rgba(59, 125, 221, 0.15);
    color: #3b7ddd;
    font-weight: 600;
    border: 1px solid rgba(59, 125, 221, 0.25);
}

.nav-item .dropdown-item i[b-h3fvzo6ul1] {
    font-size: 1rem;
    width: 20px;
    text-align: center;
    transition: transform 0.15s ease-in-out;
}

.nav-item .dropdown-item:hover i[b-h3fvzo6ul1] {
    transform: scale(1.1);
}

/* Check icon for active item */
.nav-item .dropdown-item .bi-check-lg[b-h3fvzo6ul1] {
    font-size: 1.1rem;
    animation: checkAnimation-b-h3fvzo6ul1 0.3s ease-in-out;
}

@keyframes checkAnimation-b-h3fvzo6ul1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .nav-flag span[b-h3fvzo6ul1] {
        display: none !important;
    }
    
    .nav-flag[b-h3fvzo6ul1] {
        padding: 0.375rem !important;
        min-width: auto;
        width: 40px;
        justify-content: center;
    }

    .nav-item .dropdown-menu[b-h3fvzo6ul1] {
        min-width: 180px;
        margin-left: -120px;
    }
    
    .nav-item .dropdown-item[b-h3fvzo6ul1] {
        padding: 0.625rem 1rem;
    }
}

/* Tablet adjustments */
@media (max-width: 991.98px) {
    .nav-flag[b-h3fvzo6ul1] {
        padding: 0.25rem 0.5rem !important;
    }
    
    .nav-flag span[b-h3fvzo6ul1] {
        font-size: 0.875rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .nav-item .dropdown-menu[b-h3fvzo6ul1] {
        background-color: white!important;
        border-color: #495057;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    }

    .dropdown-menu-header[b-h3fvzo6ul1] {
        border-bottom-color: #495057;
        color: #adb5bd;
    }

    .nav-item .dropdown-item[b-h3fvzo6ul1] {
        color: #f8f9fa;
    }

    .nav-item .dropdown-item:hover[b-h3fvzo6ul1] {
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }

    .nav-item .dropdown-item.active[b-h3fvzo6ul1] {
        background-color: rgba(59, 125, 221, 0.2);
        color: #9dbeee;
        border-color: rgba(59, 125, 221, 0.4);
    }
}

/* Animation for dropdown */
@keyframes dropdownFadeIn-b-h3fvzo6ul1 {
    from {
        opacity: 0;
        transform: translateY(-0.5rem) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Loading state styles (in case needed) */
.nav-flag.loading[b-h3fvzo6ul1] {
    opacity: 0.6;
    pointer-events: none;
}

.nav-flag.loading i[b-h3fvzo6ul1] {
    animation: pulse-b-h3fvzo6ul1 1s ease-in-out infinite alternate;
}

@keyframes pulse-b-h3fvzo6ul1 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .nav-flag[b-h3fvzo6ul1] {
        border: 2px solid;
    }
    
    .nav-item .dropdown-item[b-h3fvzo6ul1] {
        border: 1px solid;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Mobile Layout Adjustments */
/* Ensure content is visible between fixed mobile navbar and footer nav */

@media (max-width: 768px) {
    /* Add padding-top for fixed mobile navbar (56px height + some buffer) */
    [b-712ay95btq] .main {
        padding-top: 43px;
    }

    /* Add padding-bottom for fixed mobile footer nav (~70px height + safe area) */
    [b-712ay95btq] .content.x-content {
        padding-bottom: 80px;
    }

    /* Hide desktop sidebar on mobile */
    [b-712ay95btq] .sidebar {
        display: none !important;
    }

    /* Hide desktop navbar on mobile */
    [b-712ay95btq] .navbar {
        display: none !important;
    }

    /* Hide desktop footer on mobile */
    [b-712ay95btq] footer {
        display: none !important;
    }

    /* Ensure wrapper takes full height */
    .wrapper[b-712ay95btq] {
        min-height: 100vh;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y0f7ihmue3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y0f7ihmue3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y0f7ihmue3] {
    font-size: 1.1rem;
}

.bi[b-y0f7ihmue3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-y0f7ihmue3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-y0f7ihmue3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-y0f7ihmue3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-y0f7ihmue3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y0f7ihmue3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y0f7ihmue3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y0f7ihmue3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y0f7ihmue3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y0f7ihmue3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y0f7ihmue3] {
        display: none;
    }

    .collapse[b-y0f7ihmue3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-y0f7ihmue3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/_MobileFooterNav.razor.rz.scp.css */
/* Mobile Footer Navigation - Only visible on mobile devices */

.mobile-footer-nav[b-m41hfvocaf] {
    display: none;
}

/* Show only on mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .mobile-footer-nav[b-m41hfvocaf] {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        background: linear-gradient(135deg, #AC8968 0%, #8B6914 100%);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .mobile-footer-container[b-m41hfvocaf] {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 4px;
        max-width: 100%;
    }

    .mobile-footer-item[b-m41hfvocaf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.85);
        font-size: 10px;
        padding: 6px 12px;
        border-radius: 12px;
        transition: all 0.2s ease;
        background: transparent;
        border: none;
        cursor: pointer;
        min-width: 60px;
    }

    .mobile-footer-item i[b-m41hfvocaf] {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .mobile-footer-item span[b-m41hfvocaf] {
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-footer-item:hover[b-m41hfvocaf],
    .mobile-footer-item:focus[b-m41hfvocaf] {
        color: #fff;
        background: rgba(255, 255, 255, 0.15);
    }

    .mobile-footer-item.active[b-m41hfvocaf] {
        color: #fff;
        background: rgba(255, 255, 255, 0.25);
    }

    .mobile-footer-item.active i[b-m41hfvocaf] {
        transform: scale(1.1);
    }

    /* More Menu Overlay */
    .mobile-more-overlay[b-m41hfvocaf] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1051;
        animation: fadeIn-b-m41hfvocaf 0.2s ease;
    }

    /* More Menu Panel */
    .mobile-more-menu[b-m41hfvocaf] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 70vh;
        background: #fff;
        border-radius: 20px 20px 0 0;
        z-index: 1052;
        animation: slideUp-b-m41hfvocaf 0.3s ease;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .mobile-more-header[b-m41hfvocaf] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        background: linear-gradient(135deg, #AC8968 0%, #8B6914 100%);
        color: #fff;
    }

    .mobile-more-header h5[b-m41hfvocaf] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .mobile-more-close[b-m41hfvocaf] {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s ease;
    }

    .mobile-more-close:hover[b-m41hfvocaf] {
        background: rgba(255, 255, 255, 0.3);
    }

    .mobile-more-content[b-m41hfvocaf] {
        flex: 1;
        overflow-y: auto;
        padding: 8px 0;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0));
    }

    .mobile-more-section[b-m41hfvocaf] {
        padding: 12px 20px 8px;
        border-top: 1px solid #eee;
        margin-top: 8px;
    }

    .mobile-more-section:first-child[b-m41hfvocaf] {
        border-top: none;
        margin-top: 0;
    }

    .mobile-more-section-title[b-m41hfvocaf] {
        font-size: 12px;
        font-weight: 600;
        color: #AC8968;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .mobile-more-item[b-m41hfvocaf] {
        display: flex;
        align-items: center;
        padding: 14px 20px;
        text-decoration: none;
        color: #333;
        transition: background 0.2s ease;
        cursor: pointer;
        border: none;
        background: transparent;
        width: 100%;
        text-align: left;
    }

    .mobile-more-item:hover[b-m41hfvocaf],
    .mobile-more-item:active[b-m41hfvocaf] {
        background: #f5f5f5;
    }

    .mobile-more-item i[b-m41hfvocaf] {
        width: 24px;
        font-size: 18px;
        color: #AC8968;
        margin-right: 16px;
        text-align: center;
    }

    .mobile-more-item span[b-m41hfvocaf] {
        font-size: 15px;
        font-weight: 500;
    }

    /* Animations */
    @keyframes fadeIn-b-m41hfvocaf {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes slideUp-b-m41hfvocaf {
        from {
            transform: translateY(100%);
        }
        to {
            transform: translateY(0);
        }
    }

    /* Hide sidebar on mobile */
    .sidebar[b-m41hfvocaf] {
        display: none !important;
    }

    /* Adjust main content for footer nav */
    .main[b-m41hfvocaf] {
        padding-bottom: 80px !important;
    }
}

/* Ensure sidebar shows on desktop */
@media (min-width: 769px) {
    .mobile-footer-nav[b-m41hfvocaf] {
        display: none !important;
    }
}
/* /Components/Layout/_MobileNavbar.razor.rz.scp.css */
/* Mobile Navbar Styles */
.mobile-navbar[b-6u28oeb321] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-navbar-container[b-6u28oeb321] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 12px;
}

/* Brand/Logo */
.mobile-navbar-brand[b-6u28oeb321] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mobile-logo[b-6u28oeb321] {
    height: 32px;
    width: auto;
}

/* Center Title */
.mobile-navbar-title[b-6u28oeb321] {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
}

/* Right Actions */
.mobile-navbar-actions[b-6u28oeb321] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-action-btn[b-6u28oeb321] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.mobile-action-btn:hover[b-6u28oeb321],
.mobile-action-btn:active[b-6u28oeb321] {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-action-btn.user-btn[b-6u28oeb321] {
    padding: 2px;
}

/* Notification Badge */
.notification-badge[b-6u28oeb321] {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    background: #dc3545;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Avatar Styles */
.mobile-avatar-placeholder[b-6u28oeb321] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
}

.mobile-avatar-placeholder.large[b-6u28oeb321] {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
}

.mobile-avatar[b-6u28oeb321] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.mobile-avatar.large[b-6u28oeb321] {
    width: 56px;
    height: 56px;
    border: 3px solid #667eea;
}

/* Profile Overlay */
.mobile-profile-overlay[b-6u28oeb321] {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1041;
    animation: fadeIn-b-6u28oeb321 0.2s ease;
}

/* Profile Menu */
.mobile-profile-menu[b-6u28oeb321] {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1042;
    max-height: calc(100vh - 56px - 60px);
    overflow-y: auto;
    animation: slideDown-b-6u28oeb321 0.25s ease;
}

@keyframes slideDown-b-6u28oeb321 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-6u28oeb321 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Profile Header */
.mobile-profile-header[b-6u28oeb321] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 16px;
    background: linear-gradient(135deg, #f8f9fc 0%, #eef2ff 100%);
    border-bottom: 1px solid #e9ecef;
}

.mobile-profile-avatar[b-6u28oeb321] {
    flex-shrink: 0;
}

.mobile-profile-info[b-6u28oeb321] {
    flex: 1;
    min-width: 0;
}

.mobile-profile-name[b-6u28oeb321] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-profile-email[b-6u28oeb321] {
    font-size: 0.85rem;
    color: #6c757d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Profile Actions/Sections */
.mobile-profile-actions[b-6u28oeb321] {
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.mobile-profile-section[b-6u28oeb321] {
    margin-bottom: 16px;
}

.mobile-profile-section:last-child[b-6u28oeb321] {
    margin-bottom: 0;
}

.mobile-section-label[b-6u28oeb321] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* Mobile Organization Dropdown */
.mobile-org-dropdown[b-6u28oeb321] {
    position: relative;
}

.mobile-org-btn[b-6u28oeb321] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: #f8f9fc;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    color: #1a1a2e;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-org-btn:hover[b-6u28oeb321],
.mobile-org-btn:active[b-6u28oeb321] {
    background: #eef2ff;
    border-color: #667eea;
}

.mobile-org-btn span[b-6u28oeb321] {
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-org-arrow[b-6u28oeb321] {
    transition: transform 0.2s ease;
}

.mobile-org-arrow.rotated[b-6u28oeb321] {
    transform: rotate(180deg);
}

.mobile-org-menu[b-6u28oeb321] {
    margin-top: 8px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-org-item[b-6u28oeb321] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    color: #1a1a2e;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-org-item:last-child[b-6u28oeb321] {
    border-bottom: none;
}

.mobile-org-item:hover[b-6u28oeb321],
.mobile-org-item:active[b-6u28oeb321] {
    background: #f8f9fc;
}

.mobile-org-item.active[b-6u28oeb321] {
    background: #eef2ff;
    color: #667eea;
}

.mobile-org-item span[b-6u28oeb321] {
    flex: 1;
    text-align: left;
}

.mobile-org-item .bi-check-lg[b-6u28oeb321] {
    color: #28a745;
}

/* Culture Selector */
.mobile-culture-selector[b-6u28oeb321] {
    display: flex;
    gap: 8px;
}

.mobile-culture-btn[b-6u28oeb321] {
    flex: 1;
    padding: 10px 16px;
    border: 2px solid #e9ecef;
    background: #fff;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-culture-btn:hover[b-6u28oeb321] {
    border-color: #667eea;
    color: #667eea;
}

.mobile-culture-btn.active[b-6u28oeb321] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: #fff;
}

/* Menu Items */
.mobile-profile-menu-items[b-6u28oeb321] {
    padding: 8px 0;
}

.mobile-menu-item[b-6u28oeb321] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: #1a1a2e;
    font-size: 0.95rem;
    transition: background 0.2s ease;
}

.mobile-menu-item:hover[b-6u28oeb321],
.mobile-menu-item:active[b-6u28oeb321] {
    background: #f8f9fc;
    color: #667eea;
}

.mobile-menu-item i:first-child[b-6u28oeb321] {
    width: 20px;
    text-align: center;
    color: #6c757d;
}

.mobile-menu-item span[b-6u28oeb321] {
    flex: 1;
}

.mobile-menu-item i:last-child[b-6u28oeb321] {
    color: #ced4da;
    font-size: 0.8rem;
}

/* Profile Footer */
.mobile-profile-footer[b-6u28oeb321] {
    padding: 12px 16px;
    border-top: 1px solid #e9ecef;
}

.mobile-logout-btn[b-6u28oeb321] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px;
    border: none;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-logout-btn:hover[b-6u28oeb321],
.mobile-logout-btn:active[b-6u28oeb321] {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    transform: translateY(-1px);
}

/* Adjustments for page content when mobile navbar is visible */
[b-6u28oeb321] .page-content-wrapper {
    padding-top: 56px;
}

/* Hide on desktop */
@media (min-width: 992px) {
    .mobile-navbar[b-6u28oeb321] {
        display: none;
    }
}
/* /Components/Layout/_Navbar.razor.rz.scp.css */
/* Modern Navbar Styles */
.modern-navbar[b-jkk2uz0c7p] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(120deg, #AC8968 0%, #e3bb95 100%);
    box-shadow: 0 2px 20px rgba(134, 93, 54, 0.15);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hide desktop navbar on mobile devices */
@media (max-width: 991.98px) {
    .modern-navbar[b-jkk2uz0c7p] {
        display: none !important;
    }
}

.modern-navbar-container[b-jkk2uz0c7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    min-height: 50px;
    background: transparent;
    border: none;
    position: relative;
    flex-wrap: nowrap;
}

/* Left Section */
.navbar-left-section[b-jkk2uz0c7p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

/* Right Section */
.navbar-right-section[b-jkk2uz0c7p] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* Modern Menu Toggle */
.modern-menu-toggle[b-jkk2uz0c7p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* Touch-friendly minimum size */
    min-width: 30px;
    min-height: 30px;
    -webkit-tap-highlight-color: transparent;
}

.modern-menu-toggle[b-jkk2uz0c7p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-menu-toggle:hover[b-jkk2uz0c7p]::before,
.modern-menu-toggle:focus[b-jkk2uz0c7p]::before {
    opacity: 1;
}

.modern-menu-toggle:hover[b-jkk2uz0c7p],
.modern-menu-toggle:focus[b-jkk2uz0c7p] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(134, 93, 54, 0.2);
    outline: none;
}

.modern-menu-toggle:active[b-jkk2uz0c7p] {
    transform: translateY(0);
}

.hamburger-line[b-jkk2uz0c7p] {
    width: 20px;
    height: 2px;
    background: #3E362E;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-menu-toggle:hover .hamburger-line[b-jkk2uz0c7p],
.modern-menu-toggle:focus .hamburger-line[b-jkk2uz0c7p] {
    background: #2d251f;
}

/* Navigation Items */
.modern-navbar-nav[b-jkk2uz0c7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.modern-nav-item[b-jkk2uz0c7p] {
    position: relative;
}

/* Navigation Buttons */
.modern-nav-button[b-jkk2uz0c7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #3E362E;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    min-width: 30px;
    -webkit-tap-highlight-color: transparent;
}

.modern-nav-button[b-jkk2uz0c7p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-nav-button:hover[b-jkk2uz0c7p]::before,
.modern-nav-button:focus[b-jkk2uz0c7p]::before {
    opacity: 1;
}

.modern-nav-button:hover[b-jkk2uz0c7p],
.modern-nav-button:focus[b-jkk2uz0c7p] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #2d251f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(134, 93, 54, 0.15);
    outline: none;
}

/* Login Button */
.login-btn[b-jkk2uz0c7p] {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
}

.login-btn .login-text[b-jkk2uz0c7p] {
    color: white;
    font-weight: 500;
}

.login-btn i[b-jkk2uz0c7p] {
    color: white;
}

/* User Profile Button */
.user-profile-btn[b-jkk2uz0c7p] {
    padding: 0.375rem 0.75rem;
    max-width: 280px;
}

.user-avatar[b-jkk2uz0c7p] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.avatar-placeholder[b-jkk2uz0c7p] {
    background: linear-gradient(135deg, #93785B, #865D36);
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.avatar-placeholder.large[b-jkk2uz0c7p] {
    width: 64px;
    height: 64px;
    font-size: 2rem;
}

.avatar-image[b-jkk2uz0c7p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-image.large[b-jkk2uz0c7p] {
    width: 64px;
    height: 64px;
}

.user-name[b-jkk2uz0c7p] {
    font-weight: 200;
    color: #e9ecef;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-arrow[b-jkk2uz0c7p] {
    font-size: 0.8rem;
    color: #3E362E;
    transition: transform 0.3s ease;
}

.user-profile-btn[aria-expanded="true"] .dropdown-arrow[b-jkk2uz0c7p] {
    transform: rotate(180deg);
}

/* Modern Dropdown Styles */
.modern-dropdown[b-jkk2uz0c7p] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(134, 93, 54, 0.15);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(134, 93, 54, 0.15);
    padding: 0;
    margin-top: 0.5rem;
    animation: dropdownSlideIn-b-jkk2uz0c7p 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80vh;
    overflow-y: auto;
}

@keyframes dropdownSlideIn-b-jkk2uz0c7p {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Notifications Dropdown */
.notifications-dropdown[b-jkk2uz0c7p] {
    min-width: 380px;
}

.dropdown-header[b-jkk2uz0c7p] {
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid rgba(134, 93, 54, 0.1);
    background: linear-gradient(135deg, rgba(172, 137, 104, 0.1), rgba(227, 187, 149, 0.05));
}

.dropdown-title[b-jkk2uz0c7p] {
    margin: 0;
    color: #865D36;
    font-size: 1.1rem;
    font-weight: 600;
}

.notification-count[b-jkk2uz0c7p] {
    color: #93785B;
    font-size: 0.875rem;
    font-weight: 500;
}

.notifications-list[b-jkk2uz0c7p] {
    max-height: 400px;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.notification-item[b-jkk2uz0c7p] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
}

.notification-item:hover[b-jkk2uz0c7p] {
    background: rgba(172, 137, 104, 0.08);
    color: inherit;
    text-decoration: none;
    transform: translateX(2px);
}

.notification-avatar[b-jkk2uz0c7p] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.notification-avatar img[b-jkk2uz0c7p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-content[b-jkk2uz0c7p] {
    flex: 1;
    min-width: 0;
}

.notification-sender[b-jkk2uz0c7p] {
    font-weight: 600;
    color: #865D36;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.notification-message[b-jkk2uz0c7p] {
    color: #93785B;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notification-time[b-jkk2uz0c7p] {
    color: #AC8968;
    font-size: 0.75rem;
}

.dropdown-footer[b-jkk2uz0c7p] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(134, 93, 54, 0.1);
    background: linear-gradient(135deg, rgba(172, 137, 104, 0.05), rgba(227, 187, 149, 0.02));
}

.view-all-link[b-jkk2uz0c7p] {
    color: #865D36;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.view-all-link:hover[b-jkk2uz0c7p] {
    color: #93785B;
    text-decoration: underline;
}

/* User Profile Dropdown */
.user-profile-dropdown[b-jkk2uz0c7p] {
    min-width: 280px;
}

.user-profile-header[b-jkk2uz0c7p] {
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(172, 137, 104, 0.1), rgba(227, 187, 149, 0.05));
}

.user-profile-avatar[b-jkk2uz0c7p] {
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
}

.user-display-name[b-jkk2uz0c7p] {
    margin: 0 0 0.25rem;
    color: #865D36;
    font-size: 1.1rem;
    font-weight: 600;
}

.user-status[b-jkk2uz0c7p] {
    color: #28a745;
    font-weight: 500;
    position: relative;
    padding-left: 0.75rem;
}

.user-status[b-jkk2uz0c7p]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(40, 167, 69, 0.6);
}

.user-profile-menu[b-jkk2uz0c7p],
.user-profile-actions[b-jkk2uz0c7p] {
    padding: 0.5rem 0;
}

.modern-dropdown-item[b-jkk2uz0c7p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: #865D36;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    min-height: 44px; /* Touch-friendly */
}

.modern-dropdown-item:hover[b-jkk2uz0c7p],
.modern-dropdown-item:focus[b-jkk2uz0c7p] {
    background: rgba(172, 137, 104, 0.08);
    color: #865D36;
    text-decoration: none;
    transform: translateX(2px);
    outline: none;
}

.item-icon[b-jkk2uz0c7p] {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    color: #93785B;
}

.logout-item[b-jkk2uz0c7p] {
    color: #dc3545;
}

.logout-item:hover[b-jkk2uz0c7p],
.logout-item:focus[b-jkk2uz0c7p] {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
}

.logout-item .item-icon[b-jkk2uz0c7p] {
    color: #dc3545;
}

/* =============================================
   RESPONSIVE DESIGN - TABLET (768px - 991px)
   ============================================= */
@media (max-width: 991.98px) {
    .modern-navbar-container[b-jkk2uz0c7p] {
        padding: 0.5rem 1rem;
        min-height: 60px;
    }

    .modern-navbar-nav[b-jkk2uz0c7p] {
        gap: 0.375rem;
    }

    .modern-nav-button[b-jkk2uz0c7p] {
        padding: 0.375rem 0.5rem;
        min-height: 40px;
        border-radius: 10px;
    }

    .user-avatar[b-jkk2uz0c7p] {
        width: 32px;
        height: 32px;
    }

    /* Hide text elements on tablet */
    .dropdown-arrow[b-jkk2uz0c7p],
    .user-name[b-jkk2uz0c7p] {
        display: none !important;
    }

    .modern-dropdown[b-jkk2uz0c7p] {
        margin-top: 0.25rem;
        border-radius: 12px;
    }

    .user-profile-dropdown[b-jkk2uz0c7p] {
        min-width: 260px;
        right: 0;
        left: auto;
    }
}

/* =============================================
   RESPONSIVE DESIGN - MOBILE (< 768px)
   ============================================= */
@media (max-width: 767.98px) {
    .modern-navbar-container[b-jkk2uz0c7p] {
        padding: 0.5rem 0.75rem;
        min-height: 56px;
    }

    .navbar-left-section[b-jkk2uz0c7p] {
        gap: 0.5rem;
    }

    .navbar-right-section[b-jkk2uz0c7p] {
        flex-shrink: 1;
        min-width: 0;
    }

    .modern-navbar-nav[b-jkk2uz0c7p] {
        gap: 0.25rem;
    }

    .modern-nav-item[b-jkk2uz0c7p] {
        flex-shrink: 0;
    }

    .modern-nav-button[b-jkk2uz0c7p] {
        padding: 0.375rem;
        min-width: 40px;
        min-height: 40px;
        border-radius: 8px;
    }

    /* Simplified button for mobile */
    .user-profile-btn[b-jkk2uz0c7p] {
        padding: 0.25rem;
        justify-content: center;
    }

    .user-avatar[b-jkk2uz0c7p] {
        width: 30px;
        height: 30px;
    }

    /* Hide all text elements on mobile */
    .dropdown-arrow[b-jkk2uz0c7p],
    .user-name[b-jkk2uz0c7p],
    .login-text[b-jkk2uz0c7p] {
        display: none !important;
    }

    /* Full-width dropdown on mobile */
    .user-profile-dropdown[b-jkk2uz0c7p] {
        position: fixed !important;
        top: 56px !important;
        left: 0.5rem !important;
        right: 0.5rem !important;
        width: calc(100vw - 1rem) !important;
        min-width: unset !important;
        max-width: none !important;
        transform: none !important;
        border-radius: 12px;
    }

    .user-profile-header[b-jkk2uz0c7p] {
        padding: 1.25rem 1rem 0.75rem;
    }

    .user-display-name[b-jkk2uz0c7p] {
        font-size: 1rem;
    }

    .modern-dropdown-item[b-jkk2uz0c7p] {
        padding: 1rem 1.25rem;
        min-height: 48px; /* Larger touch targets on mobile */
    }

    /* Organization switcher mobile adjustments */
    .org-switcher-wrapper[b-jkk2uz0c7p] {
        max-width: 120px;
    }

    /* Culture selector mobile adjustments */
    .culture-selector-wrapper[b-jkk2uz0c7p] {
        max-width: 80px;
    }
}

/* =============================================
   RESPONSIVE DESIGN - SMALL MOBILE (< 576px)
   ============================================= */
@media (max-width: 575.98px) {
    .modern-navbar-container[b-jkk2uz0c7p] {
        padding: 0.375rem 0.5rem;
        min-height: 52px;
    }

    .modern-menu-toggle[b-jkk2uz0c7p] {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        border-radius: 8px;
    }

    .hamburger-line[b-jkk2uz0c7p] {
        width: 18px;
    }

    .modern-navbar-nav[b-jkk2uz0c7p] {
        gap: 0.125rem;
    }

    .modern-nav-button[b-jkk2uz0c7p] {
        padding: 0.25rem;
        min-width: 36px;
        min-height: 36px;
        border-radius: 6px;
    }

    .user-avatar[b-jkk2uz0c7p] {
        width: 28px;
        height: 28px;
    }

    .avatar-placeholder[b-jkk2uz0c7p] {
        font-size: 1rem;
    }

    /* Improved dropdown positioning for very small screens */
    .user-profile-dropdown[b-jkk2uz0c7p] {
        top: 52px !important;
        left: 0.25rem !important;
        right: 0.25rem !important;
        width: calc(100vw - 0.5rem) !important;
    }

    /* Compact dropdown content */
    .user-profile-header[b-jkk2uz0c7p] {
        padding: 1rem 0.75rem 0.5rem;
    }

    .avatar-placeholder.large[b-jkk2uz0c7p] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .avatar-image.large[b-jkk2uz0c7p] {
        width: 48px;
        height: 48px;
    }

    .user-display-name[b-jkk2uz0c7p] {
        font-size: 0.9rem;
    }

    .modern-dropdown-item[b-jkk2uz0c7p] {
        padding: 0.875rem 1rem;
        gap: 0.5rem;
    }

    .item-icon[b-jkk2uz0c7p] {
        font-size: 1rem;
        width: 18px;
    }

    /* Hide organization switcher label on very small screens */
    .org-switcher-wrapper[b-jkk2uz0c7p] {
        max-width: 44px;
    }
}

/* =============================================
   LANDSCAPE MOBILE SUPPORT
   ============================================= */
@media (max-width: 767.98px) and (orientation: landscape) {
    .modern-navbar-container[b-jkk2uz0c7p] {
        min-height: 48px;
        padding: 0.25rem 0.75rem;
    }

    .user-profile-dropdown[b-jkk2uz0c7p] {
        max-height: 70vh;
        top: 48px !important;
    }

    .modern-menu-toggle[b-jkk2uz0c7p],
    .modern-nav-button[b-jkk2uz0c7p] {
        min-height: 36px;
        min-width: 36px;
    }
}

/* =============================================
   TOUCH DEVICE OPTIMIZATIONS
   ============================================= */
@media (hover: none) and (pointer: coarse) {
    .modern-menu-toggle:hover[b-jkk2uz0c7p],
    .modern-nav-button:hover[b-jkk2uz0c7p],
    .modern-dropdown-item:hover[b-jkk2uz0c7p] {
        transform: none; /* Disable hover transforms on touch */
    }

    .modern-menu-toggle:active[b-jkk2uz0c7p],
    .modern-nav-button:active[b-jkk2uz0c7p] {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(0.95);
    }

    .modern-dropdown-item:active[b-jkk2uz0c7p] {
        background: rgba(172, 137, 104, 0.15);
    }
}

/* =============================================
   ACCESSIBILITY - FOCUS STATES
   ============================================= */
.modern-menu-toggle:focus-visible[b-jkk2uz0c7p],
.modern-nav-button:focus-visible[b-jkk2uz0c7p] {
    outline: 2px solid rgba(134, 93, 54, 0.5);
    outline-offset: 2px;
}

.modern-dropdown-item:focus-visible[b-jkk2uz0c7p] {
    outline: 2px solid #865D36;
    outline-offset: -2px;
}

/* =============================================
   SAFE AREA INSETS (for notched devices)
   ============================================= */
@supports (padding: env(safe-area-inset-left)) {
    .modern-navbar-container[b-jkk2uz0c7p] {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }

    @media (max-width: 575.98px) {
        .user-profile-dropdown[b-jkk2uz0c7p] {
            left: max(0.25rem, env(safe-area-inset-left)) !important;
            right: max(0.25rem, env(safe-area-inset-right)) !important;
        }
    }
}

/* =============================================
   HIGH CONTRAST MODE
   ============================================= */
@media (prefers-contrast: high) {
    .modern-navbar[b-jkk2uz0c7p] {
        background: #AC8968;
        border-bottom: 2px solid #865D36;
    }

    .modern-nav-button[b-jkk2uz0c7p] {
        border-width: 2px;
        background: rgba(255, 255, 255, 0.2);
    }

    .modern-dropdown[b-jkk2uz0c7p] {
        background: white;
        border-width: 2px;
    }
}

/* =============================================
   REDUCED MOTION PREFERENCE
   ============================================= */
@media (prefers-reduced-motion: reduce) {
    .modern-menu-toggle[b-jkk2uz0c7p],
    .modern-nav-button[b-jkk2uz0c7p],
    .modern-dropdown-item[b-jkk2uz0c7p],
    .hamburger-line[b-jkk2uz0c7p],
    .dropdown-arrow[b-jkk2uz0c7p] {
        transition: none;
    }

    .modern-dropdown[b-jkk2uz0c7p] {
        animation: none;
    }
}

/* =============================================
   LOADING STATES
   ============================================= */
.loading-state[b-jkk2uz0c7p] {
    opacity: 0.6;
    pointer-events: none;
}

.loading-state .modern-nav-button[b-jkk2uz0c7p] {
    cursor: not-allowed;
}
/* /Components/Layout/_Sidebar.razor.rz.scp.css */
.navbar .avatar[b-bcif14ohpj] {
    /* margin-bottom: -30px; */
    margin-top: -3px;
}
/* Mobile menu open state */
/* Tamburoteka Mobile Sidebar - Minimal Implementation */

/* Mobile overlay for sidebar */
/*.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    cursor: pointer;
}*/

/* Mobile menu open state */
/*.sidebar.mobile-open {
    transform: translateX(0) !important;
}*/

/* Mobile responsive behavior */
/*@media (max-width: 768px) {*/
    /* Sidebar positioning for mobile */
    /*.sidebar {
        position: fixed !important;
        left: -100% !important;
        top: 0 !important;
        height: 100vh !important;
        width: 280px !important;
        z-index: 9999 !important;
        transition: left 0.3s ease-in-out !important;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3) !important;
    }

        .sidebar.mobile-open {
            left: 0 !important;
        }*/

    /* Enhanced touch targets for mobile */
    /*.sidebar-link {
        padding: 16px 20px !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        font-size: 16px !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .sidebar-icon {
        font-size: 20px !important;
        margin-right: 16px !important;
        min-width: 24px !important;
    }

    .sidebar-sub-icon {
        font-size: 18px !important;
        margin-left: 32px !important;
        margin-right: 16px !important;
    }*/

    /* Mobile brand styling */
    /*.sidebar-brand {
        padding: 16px !important;
        min-height: 64px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }*/

    /* Mobile content scrolling */
    /*.sidebar-content {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }*/

    /* Touch-friendly collapse arrows */
    /*.collapse-arrow {
        font-size: 14px !important;
        margin-right: 8px !important;
        min-width: 20px !important;
    }*/

    /* Hide desktop collapse behavior on mobile */
    /*.sidebar.collapsed {
        width: 280px !important;
        left: -100% !important;
    }

        .sidebar.collapsed.mobile-open {
            left: 0 !important;
        }

        .sidebar.collapsed .sidebar-main-item,
        .sidebar.collapsed .sidebar-sub-item,
        .sidebar.collapsed .collapse-arrow {
            display: inline !important;
        }

        .sidebar.collapsed .sidebar-icon {
            margin-right: 16px !important;
            width: auto !important;
            text-align: left !important;
            font-size: 20px !important;
        }

        .sidebar.collapsed .sidebar-link {
            padding: 16px 20px !important;
            text-align: left !important;
            justify-content: flex-start !important;
        }
}*/
/* /Components/Pages/Common/Dashboard.razor.rz.scp.css */
.dashboard-card[b-yq6hcgwnl9] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dashboard-card:hover[b-yq6hcgwnl9] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dashboard-icon[b-yq6hcgwnl9] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-pointer[b-yq6hcgwnl9] {
    cursor: pointer;
}

.cursor-pointer:hover[b-yq6hcgwnl9] {
    background-color: rgba(0, 0, 0, 0.02);
}

.sheet-icon[b-yq6hcgwnl9] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 6px;
}

.event-icon[b-yq6hcgwnl9] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(25, 135, 84, 0.1);
    border-radius: 6px;
}

.inventory-icon[b-yq6hcgwnl9] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(13, 202, 240, 0.1);
    border-radius: 6px;
}

.invoice-icon[b-yq6hcgwnl9] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: 6px;
}

.list-group-item-action:hover[b-yq6hcgwnl9] {
    background-color: rgba(0, 0, 0, 0.02);
}

.card-header h5[b-yq6hcgwnl9] {
    color: #495057;
}

.table th[b-yq6hcgwnl9] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td[b-yq6hcgwnl9] {
    vertical-align: middle;
    font-size: 0.9rem;
}

.fw-medium[b-yq6hcgwnl9] {
    font-weight: 500;
}

.text-purple[b-yq6hcgwnl9] {
    color: #6f42c1 !important;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .dashboard-icon[b-yq6hcgwnl9] {
        width: 50px;
        height: 50px;
    }
    
    .dashboard-card h3[b-yq6hcgwnl9] {
        font-size: 1.5rem;
    }
    
    .dashboard-card h6[b-yq6hcgwnl9] {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .dashboard-icon[b-yq6hcgwnl9] {
        width: 45px;
        height: 45px;
    }
    
    .dashboard-card h3[b-yq6hcgwnl9] {
        font-size: 1.25rem;
    }
    
    .dashboard-card h6[b-yq6hcgwnl9] {
        font-size: 0.7rem;
    }
}
/* /Components/Pages/Common/Home.razor.rz.scp.css */
.webshop-hero-carousel[b-ssn0oy5rlj] {
    margin-bottom: 2rem!important;
}

.hero-slide-content[b-ssn0oy5rlj] {
    background: linear-gradient(135deg, #000000 0%, #764ba2 100%)!important;
    padding: 1.5rem 0!important;
    max-height: 250px!important;
    height: 250px!important;
    display: flex!important;
    align-items: center!important;
    overflow: hidden!important;
}

.hero-title[b-ssn0oy5rlj] {
    font-size: 2rem!important;
    font-weight: bold!important;
    color: white!important;
    margin-bottom: 0.5rem!important;
    line-height: 1.1!important;
}

.hero-subtitle[b-ssn0oy5rlj] {
    font-size: 1rem!important;
    color: white!important;
    margin-bottom: 1rem!important;
    line-height: 1.3!important;
}

.hero-actions .btn[b-ssn0oy5rlj] {
    padding: 8px 20px!important;
    font-size: 0.9rem!important;
    font-weight: 600!important;
    border-radius: 50px!important;
    transition: all 0.3s ease!important;
}

.hero-actions .btn-primary[b-ssn0oy5rlj] {
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}

    .hero-actions .btn-primary:hover[b-ssn0oy5rlj] {
        background-color: #c82333!important;
        border-color: #bd2130!important;
        transform: translateY(-2px)!important;
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3)!important;
    }

.hero-actions .btn-outline-primary[b-ssn0oy5rlj] {
    color: #dc3545!important;
    border-color: #dc3545!important;
}

    .hero-actions .btn-outline-primary:hover[b-ssn0oy5rlj] {
        background-color: #dc3545!important;
        border-color: #dc3545!important;
        transform: translateY(-2px)!important;
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3)!important;
    }

.hero-image img[b-ssn0oy5rlj] {
    max-height: 200px!important;
    object-fit: cover!important;
    border-radius: 15px!important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
}

.carousel-indicators button[b-ssn0oy5rlj] {
    background-color: #dc3545!important;
    border: none!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
}

    .carousel-indicators button.active[b-ssn0oy5rlj] {
        background-color: #c82333!important;
        transform: scale(1.2)!important;
    }

.carousel-control-prev[b-ssn0oy5rlj],
.carousel-control-next[b-ssn0oy5rlj] {
    width: 5%!important;
    color: #dc3545!important;
}

.carousel-control-prev-icon[b-ssn0oy5rlj],
.carousel-control-next-icon[b-ssn0oy5rlj] {
    background-color: rgba(220, 53, 69, 0.8)!important;
    border-radius: 50%!important;
    padding: 20px!important;
}

.carousel-control-prev:hover .carousel-control-prev-icon[b-ssn0oy5rlj],
.carousel-control-next:hover .carousel-control-next-icon[b-ssn0oy5rlj] {
    background-color: rgba(220, 53, 69, 1)!important;
}

@media (max-width: 768px) {
    .hero-title[b-ssn0oy5rlj] {
        font-size: 1.5rem!important;
    }

    .hero-subtitle[b-ssn0oy5rlj] {
        font-size: 0.9rem!important;
    }

    .hero-actions .btn[b-ssn0oy5rlj] {
        padding: 6px 15px!important;
        font-size: 0.8rem!important;
        margin-bottom: 8px!important;
    }

    .hero-slide-content[b-ssn0oy5rlj] {
        padding: 1rem 0!important;
        max-height: 250px!important;
        height: 250px!important;
    }

    .hero-image img[b-ssn0oy5rlj] {
        max-height: 180px!important;
    }
}
/* /Components/Pages/Common/Home_MusicTheme.razor.rz.scp.css */
/* General Light Theme Adjustments */
body[b-2av0u6eaad] {
    background-color: #f8f9fa; /* Light gray background for the whole page */
}

/* Musical Notes Background Animation */
.musical-notes-bg[b-2av0u6eaad] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.note[b-2av0u6eaad] {
    position: absolute;
    font-size: 24px;
    color: rgba(0, 123, 255, 0.08); /* Lighter, subtle blue notes */
    animation: float-b-2av0u6eaad 25s linear infinite;
    pointer-events: none;
}

.note-1[b-2av0u6eaad] { left: 10%; animation-delay: 0s; }
.note-2[b-2av0u6eaad] { left: 20%; animation-delay: 5s; }
.note-3[b-2av0u6eaad] { left: 40%; animation-delay: 10s; }
.note-4[b-2av0u6eaad] { left: 60%; animation-delay: 15s; }
.note-5[b-2av0u6eaad] { left: 80%; animation-delay: 20s; }
.note-6[b-2av0u6eaad] { left: 90%; animation-delay: 12s; }

@keyframes float-b-2av0u6eaad {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Main Hero Carousel - Light Theme */
.music-hero-carousel[b-2av0u6eaad] {
    margin-bottom: 3rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.hero-slide-content[b-2av0u6eaad] {
    background: #ffffff; /* Clean white background */
    padding: 5rem 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-slide-content[b-2av0u6eaad]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e0e0e0' fill-opacity='0.2'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.hero-slide-content > .container[b-2av0u6eaad] {
    position: relative;
    z-index: 2;
}

.hero-title[b-2av0u6eaad] {
    font-size: 3.2rem;
    font-weight: 700;
    color: #343a40; /* Dark text for readability */
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: none;
}

.hero-title i[b-2av0u6eaad] {
    margin-right: 1rem;
    color: #007bff; /* Primary blue for icons */
}

.hero-subtitle[b-2av0u6eaad] {
    font-size: 1.2rem;
    color: #6c757d; /* Softer gray for subtitle */
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-weight: 400;
}

.hero-features[b-2av0u6eaad] {
    margin-bottom: 2.5rem;
}

.feature-item[b-2av0u6eaad] {
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
    margin-bottom: 1rem;
    color: #495057;
    font-weight: 500;
    font-size: 1rem;
}

.feature-item i[b-2av0u6eaad] {
    margin-right: 0.75rem;
    color: #28a745; /* Success green for feature icons */
    font-size: 1.2rem;
}

.hero-actions .btn[b-2av0u6eaad] {
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-actions .btn-primary[b-2av0u6eaad] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.hero-actions .btn-primary:hover[b-2av0u6eaad] {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 123, 255, 0.25);
    background-color: #0069d9;
    border-color: #0062cc;
}

.hero-actions .btn-outline-light[b-2av0u6eaad] {
    border: 2px solid #007bff;
    color: #007bff;
    background: transparent;
}

.hero-actions .btn-outline-light:hover[b-2av0u6eaad] {
    background: #007bff;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 123, 255, 0.2);
}

/* Music Visualization - Light Theme */
.hero-visual[b-2av0u6eaad] {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-visualization[b-2av0u6eaad] {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.staff-lines[b-2av0u6eaad] {
    position: relative;
    height: 100px;
    margin: 50px 0;
}

.staff-line[b-2av0u6eaad] {
    position: absolute;
    width: 100%;
    height: 1px; /* Thinner lines */
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.staff-line:nth-child(1)[b-2av0u6eaad] { top: 0; }
.staff-line:nth-child(2)[b-2av0u6eaad] { top: 20px; }
.staff-line:nth-child(3)[b-2av0u6eaad] { top: 40px; }
.staff-line:nth-child(4)[b-2av0u6eaad] { top: 60px; }
.staff-line:nth-child(5)[b-2av0u6eaad] { top: 80px; }

.floating-notes[b-2av0u6eaad] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floating-note[b-2av0u6eaad] {
    position: absolute;
    font-size: 1.8rem;
    color: #007bff; /* Primary blue for notes */
    animation: noteFloat-b-2av0u6eaad 5s ease-in-out infinite;
    text-shadow: none;
}

.floating-note:nth-child(1)[b-2av0u6eaad] {
    left: 10%;
    top: 10px;
    animation-delay: 0s;
}

.floating-note:nth-child(2)[b-2av0u6eaad] {
    left: 30%;
    top: 30px;
    animation-delay: 1s;
    color: #28a745; /* Success green variant */
}

.floating-note:nth-child(3)[b-2av0u6eaad] {
    left: 50%;
    top: 50px;
    animation-delay: 2s;
    color: #ffc107; /* Warning yellow variant */
}

.floating-note:nth-child(4)[b-2av0u6eaad] {
    left: 70%;
    top: 20px;
    animation-delay: 3s;
    color: #17a2b8; /* Info cyan variant */
}

@keyframes noteFloat-b-2av0u6eaad {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.hero-image[b-2av0u6eaad] {
    max-width: 90%; /* Slightly smaller image */
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

/* Carousel Controls - Light Theme */
.carousel-indicators[b-2av0u6eaad] {
    bottom: 20px;
}

.carousel-indicators button[b-2av0u6eaad] {
    background-color: #adb5bd;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.carousel-indicators button.active[b-2av0u6eaad] {
    background-color: #007bff;
    transform: scale(1.2);
}

.carousel-control-prev[b-2av0u6eaad],
.carousel-control-next[b-2av0u6eaad] {
    width: 5%;
    opacity: 0.7;
}

.carousel-control-prev-icon[b-2av0u6eaad],
.carousel-control-next-icon[b-2av0u6eaad] {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 25px;
    background-size: 50% 50%;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover[b-2av0u6eaad],
.carousel-control-next:hover[b-2av0u6eaad] {
    opacity: 1;
}

.carousel-control-prev:hover .carousel-control-prev-icon[b-2av0u6eaad],
.carousel-control-next:hover .carousel-control-next-icon[b-2av0u6eaad] {
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
}

/* Features Section - Light Theme */
.music-features-section[b-2av0u6eaad] {
    background: #f8f9fa; /* Consistent light background */
    position: relative;
    padding: 4rem 0;
}

.music-features-section[b-2av0u6eaad]::before {
    display: none; /* Remove noisy background pattern */
}

.music-features-section > .container[b-2av0u6eaad] {
    position: relative;
    z-index: 1;
}

.section-title[b-2av0u6eaad] {
    font-size: 2.8rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1rem;
}

.section-title i[b-2av0u6eaad] {
    margin-right: 1rem;
    color: #007bff; /* Primary blue for section icon */
}

.section-subtitle[b-2av0u6eaad] {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.feature-card[b-2av0u6eaad] {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.feature-card[b-2av0u6eaad]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #007bff; /* Primary blue accent */
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.4s ease;
}

.feature-card:hover[b-2av0u6eaad] {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-card:hover[b-2av0u6eaad]::before {
    opacity: 1;
    transform: scaleX(1);
}

.feature-card .feature-icon[b-2av0u6eaad] {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon[b-2av0u6eaad] {
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.3);
}

.feature-title[b-2av0u6eaad] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 1rem;
}

.feature-description[b-2av0u6eaad] {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Remove dark mode specific styles to enforce light theme */
@media (prefers-color-scheme: dark) {
    .section-title[b-2av0u6eaad],
    .feature-title[b-2av0u6eaad] {
        color: #343a40;
    }

    .section-subtitle[b-2av0u6eaad],
    .feature-description[b-2av0u6eaad] {
        color: #6c757d;
    }

    .feature-card[b-2av0u6eaad] {
        background: white;
        border-color: #e9ecef;
    }
}

/* Responsive Design Adjustments */
@media (max-width: 992px) {
    .hero-text[b-2av0u6eaad] {
        text-align: center;
    }

    .hero-visual[b-2av0u6eaad] {
        display: none; /* Hide visualization on smaller screens for clarity */
    }

    .hero-slide-content[b-2av0u6eaad] {
        padding: 3rem 0;
    }
}

@media (max-width: 768px) {
    .hero-title[b-2av0u6eaad] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-2av0u6eaad] {
        font-size: 1.1rem;
    }

    .hero-actions .btn[b-2av0u6eaad] {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .hero-actions .btn:last-child[b-2av0u6eaad] {
        margin-bottom: 0;
    }

    .hero-slide-content[b-2av0u6eaad] {
        padding: 3rem 1rem;
        min-height: auto;
    }

    .feature-item[b-2av0u6eaad] {
        display: block;
        margin-right: 0;
        text-align: center;
    }

    .section-title[b-2av0u6eaad] {
        font-size: 2.2rem;
    }

    .feature-card[b-2av0u6eaad] {
        padding: 2rem 1.5rem;
    }
}

/* Upgrade Page Styles */
.upgrade-page[b-2av0u6eaad] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.benefits-grid[b-2av0u6eaad] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.benefit-item[b-2av0u6eaad] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .benefit-item:hover[b-2av0u6eaad] {
        transform: translateY(-5px);
    }

.benefit-icon[b-2av0u6eaad] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-content h4[b-2av0u6eaad] {
    margin-bottom: 0.5rem;
    color: #212529;
    font-weight: 600;
}

.benefit-content p[b-2av0u6eaad] {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.guarantee-section[b-2av0u6eaad] {
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.trust-indicators[b-2av0u6eaad] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item[b-2av0u6eaad] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .benefits-grid[b-2av0u6eaad] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefit-item[b-2av0u6eaad] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }

    .trust-indicators[b-2av0u6eaad] {
        gap: 2rem;
    }

    .guarantee-section[b-2av0u6eaad] {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .trust-indicators[b-2av0u6eaad] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Pages/Common/Upgrade.razor.rz.scp.css */
/* Upgrade Page Styles */
.upgrade-page[b-in8pbx4h7p] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.benefits-grid[b-in8pbx4h7p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.benefit-item[b-in8pbx4h7p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.benefit-item:hover[b-in8pbx4h7p] {
    transform: translateY(-5px);
}

.benefit-icon[b-in8pbx4h7p] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-content h4[b-in8pbx4h7p] {
    margin-bottom: 0.5rem;
    color: #212529;
    font-weight: 600;
}

.benefit-content p[b-in8pbx4h7p] {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.guarantee-section[b-in8pbx4h7p] {
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.trust-indicators[b-in8pbx4h7p] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item[b-in8pbx4h7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .benefits-grid[b-in8pbx4h7p] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .benefit-item[b-in8pbx4h7p] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }
    
    .trust-indicators[b-in8pbx4h7p] {
        gap: 2rem;
    }
    
    .guarantee-section[b-in8pbx4h7p] {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .trust-indicators[b-in8pbx4h7p] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Pages/Private/User/UserProfile.razor.rz.scp.css */
.avatar.avatar-large[b-en7h8rtvvp] {
    max-height: 150px;
    max-width: 150px;
}

.avatar[b-en7h8rtvvp] {
    border-radius: 50%;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

/* ===== MOBILE STYLES ===== */

/* Mobile Header */
.mobile-header[b-en7h8rtvvp] {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    height: 56px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-back-btn[b-en7h8rtvvp] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-back-btn:hover[b-en7h8rtvvp],
.mobile-back-btn:active[b-en7h8rtvvp] {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-header-title[b-en7h8rtvvp] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin: 0;
    flex: 1;
    text-align: center;
}

.mobile-header-spacer[b-en7h8rtvvp] {
    width: 40px;
}

/* Mobile Profile Container */
.mobile-profile-container[b-en7h8rtvvp] {
    padding: 72px 16px 100px 16px;
    background: #f5f7fa;
    min-height: calc(100vh - 56px);
}

/* Mobile Profile Card */
.mobile-profile-card[b-en7h8rtvvp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.mobile-avatar-section[b-en7h8rtvvp] {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.mobile-avatar[b-en7h8rtvvp] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-status-badge[b-en7h8rtvvp] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-status-active[b-en7h8rtvvp] {
    background: #28a745;
    color: white;
}

.mobile-status-inactive[b-en7h8rtvvp] {
    background: #dc3545;
    color: white;
}

.mobile-profile-info[b-en7h8rtvvp] {
    margin-bottom: 16px;
}

.mobile-profile-name[b-en7h8rtvvp] {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 0 0 4px 0;
}

.mobile-profile-username[b-en7h8rtvvp] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.mobile-edit-profile-btn[b-en7h8rtvvp] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-edit-profile-btn:hover[b-en7h8rtvvp],
.mobile-edit-profile-btn:active[b-en7h8rtvvp] {
    background: rgba(255, 255, 255, 0.3);
}

/* Mobile Tab Navigation */
.mobile-tab-nav[b-en7h8rtvvp] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    background: white;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mobile-tab-btn[b-en7h8rtvvp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 4px;
    background: #f8f9fa;
    border: none;
    border-radius: 12px;
    color: #6c757d;
    font-size: 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 70px;
    gap: 6px;
}

.mobile-tab-btn :deep(svg)[b-en7h8rtvvp] {
    width: 20px;
    height: 20px;
}

.mobile-tab-btn span[b-en7h8rtvvp] {
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    word-break: break-word;
}

.mobile-tab-btn.active[b-en7h8rtvvp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mobile-tab-btn:not(.active):hover[b-en7h8rtvvp],
.mobile-tab-btn:not(.active):active[b-en7h8rtvvp] {
    background: #e9ecef;
}

/* Mobile Sections */
.mobile-section[b-en7h8rtvvp] {
    background: white;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mobile-section-header[b-en7h8rtvvp] {
    padding: 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.mobile-section-header h6[b-en7h8rtvvp] {
    margin: 0;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
}

.mobile-section-body[b-en7h8rtvvp] {
    padding: 16px;
}

/* Mobile Info Rows */
.mobile-info-row[b-en7h8rtvvp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-info-row:last-child[b-en7h8rtvvp] {
    border-bottom: none;
}

.mobile-info-label[b-en7h8rtvvp] {
    font-size: 0.85rem;
    color: #6c757d;
    flex-shrink: 0;
}

.mobile-info-value[b-en7h8rtvvp] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
}

/* Mobile Badges */
.mobile-badges-section[b-en7h8rtvvp] {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-badges-section:last-child[b-en7h8rtvvp] {
    border-bottom: none;
}

.mobile-badges-label[b-en7h8rtvvp] {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 8px;
}

.mobile-badges-container[b-en7h8rtvvp] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mobile-badge[b-en7h8rtvvp] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #212529;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Mobile Biography */
.mobile-biography[b-en7h8rtvvp] {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.6;
    white-space: pre-wrap;
}

/* Mobile Forms */
.mobile-form-group[b-en7h8rtvvp] {
    margin-bottom: 16px;
}

.mobile-form-group:last-child[b-en7h8rtvvp] {
    margin-bottom: 0;
}

.mobile-label[b-en7h8rtvvp] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 6px;
}

.mobile-input[b-en7h8rtvvp] {
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.mobile-input:focus[b-en7h8rtvvp] {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.mobile-form-hint[b-en7h8rtvvp] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 4px;
}

/* Mobile Image Upload */
.mobile-image-upload-section[b-en7h8rtvvp] {
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Mobile Edit Actions */
.mobile-edit-actions[b-en7h8rtvvp] {
    display: flex;
    gap: 12px;
    padding: 0 0 16px 0;
    position: sticky;
    bottom: 70px;
}

.mobile-cancel-btn[b-en7h8rtvvp],
.mobile-save-btn[b-en7h8rtvvp] {
    flex: 1;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.mobile-cancel-btn[b-en7h8rtvvp] {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

.mobile-cancel-btn:hover[b-en7h8rtvvp],
.mobile-cancel-btn:active[b-en7h8rtvvp] {
    background: #e9ecef;
}

.mobile-save-btn[b-en7h8rtvvp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mobile-save-btn:hover:not(:disabled)[b-en7h8rtvvp],
.mobile-save-btn:active:not(:disabled)[b-en7h8rtvvp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.35);
}

.mobile-save-btn:disabled[b-en7h8rtvvp] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Mobile Checkbox List */
.mobile-section-description[b-en7h8rtvvp] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 16px;
}

.mobile-checkbox-list[b-en7h8rtvvp] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-checkbox-item[b-en7h8rtvvp] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f8f9fa;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-checkbox-item:hover[b-en7h8rtvvp],
.mobile-checkbox-item:active[b-en7h8rtvvp] {
    background: #e9ecef;
}

.mobile-checkbox-item input[type="checkbox"][b-en7h8rtvvp] {
    width: 20px;
    height: 20px;
    accent-color: #667eea;
    cursor: pointer;
}

.mobile-checkbox-label[b-en7h8rtvvp] {
    flex: 1;
    font-size: 0.9rem;
    color: #495057;
}

/* Mobile Storage */
.mobile-storage-item[b-en7h8rtvvp] {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 12px;
}

.mobile-storage-item:last-child[b-en7h8rtvvp] {
    margin-bottom: 0;
}

.mobile-storage-org[b-en7h8rtvvp] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #495057;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.mobile-storage-row[b-en7h8rtvvp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.mobile-storage-label[b-en7h8rtvvp] {
    font-size: 0.85rem;
    color: #6c757d;
}

.mobile-storage-value[b-en7h8rtvvp] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

/* Validation Messages */
[b-en7h8rtvvp] .validation-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 4px;
}
/* /Components/Shared/ChatBot/ChatBotWidget.razor.rz.scp.css */
/* Chatbot Container */
.chatbot-container[b-d5mfed4ihl] {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    font-family: -apple-system, BlazorBootstrap, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Toggle Button */
.chatbot-toggle-btn[b-d5mfed4ihl] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-toggle-btn:hover[b-d5mfed4ihl] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.chatbot-container.open .chatbot-toggle-btn[b-d5mfed4ihl] {
    background: #dc3545;
}

/* Chat Window */
.chatbot-window[b-d5mfed4ihl] {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    max-width: calc(100vw - 40px);
    height: 500px;
    max-height: calc(100vh - 120px);
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp-b-d5mfed4ihl 0.3s ease;
}

@keyframes slideUp-b-d5mfed4ihl {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.chatbot-header[b-d5mfed4ihl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.chatbot-header i[b-d5mfed4ihl] {
    font-size: 20px;
}

/* Messages Container */
.chatbot-messages[b-d5mfed4ihl] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f8f9fa;
}

/* Message Styles */
.message[b-d5mfed4ihl] {
    display: flex;
    gap: 8px;
    max-width: 85%;
    animation: fadeIn-b-d5mfed4ihl 0.3s ease;
}

@keyframes fadeIn-b-d5mfed4ihl {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.message.user[b-d5mfed4ihl] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.message.bot[b-d5mfed4ihl] {
    align-self: flex-start;
}

.message-avatar[b-d5mfed4ihl] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.message-content[b-d5mfed4ihl] {
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.message.bot .message-content[b-d5mfed4ihl] {
    background: white;
    color: #333;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.message.user .message-content[b-d5mfed4ihl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom-right-radius: 4px;
}

.message-content a[b-d5mfed4ihl] {
    color: inherit;
    text-decoration: underline;
}

.message.bot .message-content a[b-d5mfed4ihl] {
    color: #667eea;
}

/* Typing Indicator */
.message-content.typing[b-d5mfed4ihl] {
    display: flex;
    gap: 4px;
    padding: 16px 20px;
}

.message-content.typing span[b-d5mfed4ihl] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667eea;
    animation: typing-b-d5mfed4ihl 1.4s infinite ease-in-out;
}

.message-content.typing span:nth-child(1)[b-d5mfed4ihl] { animation-delay: 0s; }
.message-content.typing span:nth-child(2)[b-d5mfed4ihl] { animation-delay: 0.2s; }
.message-content.typing span:nth-child(3)[b-d5mfed4ihl] { animation-delay: 0.4s; }

@keyframes typing-b-d5mfed4ihl {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-8px); opacity: 1; }
}

/* Quick Actions */
.chatbot-quick-actions[b-d5mfed4ihl] {
    padding: 12px 16px;
    background: white;
    border-top: 1px solid #e9ecef;
}

.quick-actions-title[b-d5mfed4ihl] {
    font-size: 12px;
    color: #6c757d;
    display: block;
    margin-bottom: 8px;
}

.quick-actions-buttons[b-d5mfed4ihl] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-action-btn[b-d5mfed4ihl] {
    padding: 6px 12px;
    font-size: 12px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #495057;
}

.quick-action-btn:hover[b-d5mfed4ihl] {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

/* Input Area */
.chatbot-input[b-d5mfed4ihl] {
    display: flex;
    gap: 8px;
    padding: 16px;
    background: white;
    border-top: 1px solid #e9ecef;
}

.chatbot-input input[b-d5mfed4ihl] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.chatbot-input input:focus[b-d5mfed4ihl] {
    border-color: #667eea;
}

.chatbot-input input[b-d5mfed4ihl]::placeholder {
    color: #adb5bd;
}

.chatbot-input button[b-d5mfed4ihl] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-input button:hover:not(:disabled)[b-d5mfed4ihl] {
    transform: scale(1.05);
}

.chatbot-input button:disabled[b-d5mfed4ihl] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Scrollbar */
.chatbot-messages[b-d5mfed4ihl]::-webkit-scrollbar {
    width: 6px;
}

.chatbot-messages[b-d5mfed4ihl]::-webkit-scrollbar-track {
    background: transparent;
}

.chatbot-messages[b-d5mfed4ihl]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

.chatbot-messages[b-d5mfed4ihl]::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

/* Mobile Responsiveness */
@media (max-width: 480px) {
    .chatbot-container[b-d5mfed4ihl] {
        bottom: 100px;
        right: 10px;
    }

    .chatbot-window[b-d5mfed4ihl] {
        width: calc(100vw - 20px);
        height: calc(100vh - 200px);
        bottom: 70px;
        right: 0;
        border-radius: 12px;
    }

    .chatbot-toggle-btn[b-d5mfed4ihl] {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
