/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dsq0fbwppr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dsq0fbwppr] {
    flex: 1;
}

.sidebar[b-dsq0fbwppr] {
    background-image: linear-gradient(180deg, #203E27 0%, #1A321F 70%);
}

.top-row[b-dsq0fbwppr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dsq0fbwppr]  a, .top-row[b-dsq0fbwppr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dsq0fbwppr]  a:hover, .top-row[b-dsq0fbwppr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dsq0fbwppr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dsq0fbwppr] {
        justify-content: space-between;
    }

    .top-row[b-dsq0fbwppr]  a, .top-row[b-dsq0fbwppr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dsq0fbwppr] {
        flex-direction: row;
    }

    .sidebar[b-dsq0fbwppr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .top-row[b-dsq0fbwppr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dsq0fbwppr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dsq0fbwppr], article[b-dsq0fbwppr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ============================================
   SIDEBAR CONTAINER
   ============================================ */

.sidebar-container[b-6snfxzatqi] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.sidebar-header[b-6snfxzatqi] {
    padding: 1.25rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.sidebar-logo[b-6snfxzatqi] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.sidebar-logo:hover[b-6snfxzatqi] {
    color: #C5A065;
    text-decoration: none;
    transform: scale(1.02);
}

.logo-img[b-6snfxzatqi] {
    max-height: 90px;
    width: auto;
}

.sidebar-toggler[b-6snfxzatqi] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.35rem 0.5rem;
}

.sidebar-toggler:hover[b-6snfxzatqi] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* ============================================
   NAV SCROLLABLE - Flex layout
   ============================================ */

.nav-scrollable[b-6snfxzatqi] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    background: transparent !important;
}

/* Scrollbar personnalisée */
.nav-scrollable[b-6snfxzatqi]::-webkit-scrollbar {
    width: 4px;
}

.nav-scrollable[b-6snfxzatqi]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-6snfxzatqi]::-webkit-scrollbar-thumb {
    background: rgba(197, 160, 101, 0.3);
    border-radius: 4px;
}

.nav-scrollable[b-6snfxzatqi]::-webkit-scrollbar-thumb:hover {
    background: rgba(197, 160, 101, 0.5);
}

/* ============================================
   NAVIGATION SECTION
   ============================================ */

.sidebar-nav[b-6snfxzatqi] {
    padding: 0.5rem 0;
    flex-shrink: 0;
}

.nav-section-label[b-6snfxzatqi] {
    padding: 0.75rem 1.25rem 0.5rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(197, 160, 101, 0.7);
    user-select: none;
}

.nav-item-wrapper[b-6snfxzatqi] {
    padding: 0.15rem 0.75rem;
}

.nav-item-wrapper[b-6snfxzatqi]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1rem !important;
    border-radius: 8px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.25s ease;
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    line-height: 1.4;
    height: auto;
}

.nav-item-wrapper[b-6snfxzatqi]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    transform: translateX(3px);
}

.nav-item-wrapper[b-6snfxzatqi]  .nav-link.active {
    background: rgba(197, 160, 101, 0.15) !important;
    color: #C5A065 !important;
    font-weight: 600;
    border-left: 3px solid #C5A065 !important;
    padding-left: calc(1rem - 3px) !important;
}

.nav-icon[b-6snfxzatqi] {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
    position: static;
    height: auto;
    margin-right: 0;
    background: none;
}

.nav-label[b-6snfxzatqi] {
    white-space: nowrap;
}

/* ============================================
   SPACER (pousse le footer en bas)
   ============================================ */

.sidebar-spacer[b-6snfxzatqi] {
    flex: 1;
    min-height: 1rem;
}

/* ============================================
   SIDEBAR FOOTER
   ============================================ */

.sidebar-footer[b-6snfxzatqi] {
    flex-shrink: 0;
    padding: 0 0.75rem 0.75rem;
}

.sidebar-divider[b-6snfxzatqi] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 101, 0.4), transparent);
    margin: 0 0.5rem 0.75rem;
}

/* ============================================
   USER INFO CARD
   ============================================ */

.user-info-card[b-6snfxzatqi] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(197, 160, 101, 0.15);
    margin-bottom: 0.65rem;
}

.user-avatar[b-6snfxzatqi] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.25), rgba(197, 160, 101, 0.1));
    border-radius: 50%;
    border: 1.5px solid rgba(197, 160, 101, 0.4);
}

.user-avatar .bi[b-6snfxzatqi] {
    font-size: 1.15rem;
    color: #C5A065;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    top: auto;
}

.user-details[b-6snfxzatqi] {
    min-width: 0;
    flex: 1;
}

.user-name[b-6snfxzatqi] {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-office[b-6snfxzatqi] {
    font-size: 0.7rem;
    color: rgba(197, 160, 101, 0.7);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   USER ACTIONS
   ============================================ */

.user-actions[b-6snfxzatqi] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.sidebar-action-link[b-6snfxzatqi],
.sidebar-action-btn[b-6snfxzatqi] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.25s ease;
    cursor: pointer;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    border: none;
    background: transparent;
}

.sidebar-action-link[b-6snfxzatqi] {
    color: rgba(255, 255, 255, 0.65) !important;
}

.sidebar-action-link:hover[b-6snfxzatqi] {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(3px);
    text-decoration: none !important;
}

.sidebar-action-link .bi[b-6snfxzatqi],
.sidebar-action-btn .bi[b-6snfxzatqi] {
    font-size: 0.95rem;
    width: 1.1rem;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
    position: static;
    height: auto;
    margin: 0;
    background: none;
    top: auto;
}

.logout-btn[b-6snfxzatqi] {
    color: rgba(255, 255, 255, 0.55) !important;
    margin-top: 0.1rem;
    box-shadow: none !important;
}

.logout-btn:hover[b-6snfxzatqi] {
    color: #ff8a8a !important;
    background: rgba(255, 100, 100, 0.1) !important;
    transform: translateX(3px) !important;
    box-shadow: none !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (min-width: 641px) {
    .navbar-toggler[b-6snfxzatqi] {
        display: none;
    }

    .collapse[b-6snfxzatqi] {
        display: flex !important;
    }
}

@media (max-width: 640.98px) {
    .sidebar-container[b-6snfxzatqi] {
        height: auto;
    }

    .nav-scrollable[b-6snfxzatqi] {
        height: auto;
        max-height: calc(100vh - 120px);
    }

    .sidebar-spacer[b-6snfxzatqi] {
        min-height: 0.5rem;
        flex: 0;
    }
}
/* /Pages/Admin.razor.rz.scp.css */
@keyframes fadeInUp-b-1t4rr28djb {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in-up[b-1t4rr28djb] {
    animation: fadeInUp-b-1t4rr28djb 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

.admin-header[b-1t4rr28djb] {
    background: linear-gradient(135deg, #203E27 0%, #1A321F 60%, #15291A 100%);
    padding: 2.5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.admin-header[b-1t4rr28djb]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.admin-header[b-1t4rr28djb]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C5A065, rgba(197, 160, 101, 0.3), #C5A065);
}

.header-content[b-1t4rr28djb] {
    animation: fadeInUp-b-1t4rr28djb 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-title[b-1t4rr28djb] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-icon[b-1t4rr28djb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(197, 160, 101, 0.15);
    border: 1.5px solid rgba(197, 160, 101, 0.3);
    border-radius: 12px;
    color: #C5A065;
    font-size: 1.3rem;
}

.header-subtitle[b-1t4rr28djb] {
    color: rgba(197, 160, 101, 0.8);
    margin: 0;
    font-size: 0.95rem;
}

.admin-content[b-1t4rr28djb] {
    padding: 2rem 1rem;
}
/* /Pages/ChangePassword.razor.rz.scp.css */
@keyframes scaleIn-b-ow2mvemm37 {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes slideInDown-b-ow2mvemm37 {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float-b-ow2mvemm37 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.scale-in[b-ow2mvemm37] { animation: scaleIn-b-ow2mvemm37 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.slide-in-down[b-ow2mvemm37] { animation: slideInDown-b-ow2mvemm37 0.4s ease forwards; }

.cp-page[b-ow2mvemm37] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #203E27 0%, #1A321F 40%, #15291A 100%);
    padding: 2rem 1rem;
    position: relative;
}

.cp-page[b-ow2mvemm37]::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cp-container[b-ow2mvemm37] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.cp-header[b-ow2mvemm37] {
    background: linear-gradient(135deg, #203E27, #1A321F);
    padding: 2rem;
    text-align: center;
    border-bottom: 3px solid #C5A065;
}

.cp-logo[b-ow2mvemm37] {
    width: 60px;
    height: 60px;
    margin: 0 auto 0.75rem;
    background: rgba(197, 160, 101, 0.15);
    border: 2px solid rgba(197, 160, 101, 0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #C5A065;
    animation: float-b-ow2mvemm37 3s ease infinite;
}

.cp-title[b-ow2mvemm37] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.2rem;
}

.cp-subtitle[b-ow2mvemm37] {
    color: rgba(197, 160, 101, 0.8);
    font-size: 0.85rem;
    margin: 0;
}

.cp-form-section[b-ow2mvemm37] {
    padding: 2rem;
    background: #FDFBF7;
}

.form-group-modern[b-ow2mvemm37] {
    margin-bottom: 1.25rem;
}

.form-label-modern[b-ow2mvemm37] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #203E27;
    margin-bottom: 0.5rem;
}

.form-input-modern[b-ow2mvemm37] {
    width: 100%;
    padding: 0.875rem 1.125rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 0.95rem;
    background: #fff;
    color: #203E27;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
    font-family: inherit;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    line-height: 1.5;
}

.form-input-modern:hover[b-ow2mvemm37] {
    border-color: #d0d0d0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-input-modern:focus[b-ow2mvemm37] {
    border-color: #C5A065;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
    background: #fff;
}

.form-input-modern[b-ow2mvemm37]::placeholder {
    color: #bbb;
    font-weight: 400;
    opacity: 0.8;
}

.form-input-modern:disabled[b-ow2mvemm37] {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Styles pour les composants Blazor InputText */
[b-ow2mvemm37] .form-input-modern,
[b-ow2mvemm37] input.form-input-modern,
[b-ow2mvemm37] input[type="text"],
[b-ow2mvemm37] input[type="email"],
[b-ow2mvemm37] input[type="password"],
[b-ow2mvemm37] input[type="number"] {
    width: 100% !important;
    padding: 0.875rem 1.125rem !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    background: #fff !important;
    color: #203E27 !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    outline: none !important;
    font-family: inherit !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    line-height: 1.5 !important;
}

[b-ow2mvemm37] .form-input-modern:hover,
[b-ow2mvemm37] input.form-input-modern:hover,
[b-ow2mvemm37] input[type="text"]:hover,
[b-ow2mvemm37] input[type="email"]:hover,
[b-ow2mvemm37] input[type="password"]:hover {
    border-color: #d0d0d0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

[b-ow2mvemm37] .form-input-modern:focus,
[b-ow2mvemm37] input.form-input-modern:focus,
[b-ow2mvemm37] input[type="text"]:focus,
[b-ow2mvemm37] input[type="email"]:focus,
[b-ow2mvemm37] input[type="password"]:focus {
    border-color: #C5A065 !important;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
    background: #fff !important;
}

[b-ow2mvemm37] .form-input-modern::placeholder,
[b-ow2mvemm37] input.form-input-modern::placeholder,
[b-ow2mvemm37] input[type="text"]::placeholder,
[b-ow2mvemm37] input[type="email"]::placeholder,
[b-ow2mvemm37] input[type="password"]::placeholder {
    color: #bbb !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
}

[b-ow2mvemm37] .form-input-modern:disabled,
[b-ow2mvemm37] input.form-input-modern:disabled,
[b-ow2mvemm37] input[type="text"]:disabled,
[b-ow2mvemm37] input[type="email"]:disabled,
[b-ow2mvemm37] input[type="password"]:disabled {
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* Alerts */
.cp-alert[b-ow2mvemm37] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

.cp-alert i[b-ow2mvemm37] { font-size: 1.1rem; flex-shrink: 0; }

.cp-alert-danger[b-ow2mvemm37] {
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-left: 4px solid #dc3545;
    color: #991b1b;
}

.cp-alert-success[b-ow2mvemm37] {
    background: #f0f9f4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
    color: #166534;
}

/* Button */
.btn-change-pw[b-ow2mvemm37] {
    width: 100%;
    padding: 0.85rem;
    background: linear-gradient(135deg, #203E27, #1A321F);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.btn-change-pw:hover:not(:disabled)[b-ow2mvemm37] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(32, 62, 39, 0.35);
}

.btn-change-pw:disabled[b-ow2mvemm37] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Footer */
.cp-footer[b-ow2mvemm37] {
    padding: 1.25rem 2rem;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
}

.cp-back-link[b-ow2mvemm37] {
    color: #C5A065;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cp-back-link:hover[b-ow2mvemm37] {
    color: #203E27;
    text-decoration: none;
}

[b-ow2mvemm37] .validation-message {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.3rem;
}
/* /Pages/FolderDetail.razor.rz.scp.css */
/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp-b-qynm6wre1j {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer-b-qynm6wre1j {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.fade-in-up[b-qynm6wre1j] {
    animation: fadeInUp-b-qynm6wre1j 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

/* ============================================
   HEADER - Design Premium
   ============================================ */

.fd-header[b-qynm6wre1j] {
    background: linear-gradient(135deg, #0f1f13 0%, #203E27 30%, #1A321F 70%, #15291A 100%);
    padding: 2.5rem 0 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.fd-header[b-qynm6wre1j]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.12) 0%, transparent 70%);
    pointer-events: none;
    animation: fadeInUp-b-qynm6wre1j 1s ease;
}

.fd-header[b-qynm6wre1j]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #C5A065, rgba(197, 160, 101, 0.5), #C5A065, transparent);
    background-size: 200% 100%;
    animation: shimmer-b-qynm6wre1j 3s linear infinite;
}

.fd-header-content[b-qynm6wre1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: fadeInUp-b-qynm6wre1j 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
}

.fd-header-text[b-qynm6wre1j] {
    flex: 1;
}

.fd-back-link[b-qynm6wre1j] {
    display: inline-flex;
    align-items: center;
    color: rgba(197, 160, 101, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    background: rgba(197, 160, 101, 0.08);
}

.fd-back-link:hover[b-qynm6wre1j] {
    color: #C5A065;
    background: rgba(197, 160, 101, 0.15);
    text-decoration: none;
    transform: translateX(-3px);
}

.fd-back-link i[b-qynm6wre1j] {
    font-size: 0.9rem;
}

.fd-header-title[b-qynm6wre1j] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.fd-header-icon[b-qynm6wre1j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.2), rgba(197, 160, 101, 0.1));
    border: 2px solid rgba(197, 160, 101, 0.4);
    border-radius: 14px;
    color: #C5A065;
    font-size: 1.3rem;
    box-shadow: 
        0 4px 12px rgba(197, 160, 101, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.fd-header-subtitle[b-qynm6wre1j] {
    color: rgba(197, 160, 101, 0.9);
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
}

.fd-header-actions[b-qynm6wre1j] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.fd-btn-add[b-qynm6wre1j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #C5A065, #B08A4E);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 4px 16px rgba(197, 160, 101, 0.35),
        0 2px 8px rgba(197, 160, 101, 0.25);
    position: relative;
    overflow: hidden;
}

.fd-btn-add[b-qynm6wre1j]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.fd-btn-add:hover[b-qynm6wre1j]::before {
    left: 100%;
}

.fd-btn-add:hover[b-qynm6wre1j] {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 32px rgba(197, 160, 101, 0.45),
        0 4px 16px rgba(197, 160, 101, 0.35);
}

.fd-btn-add:active[b-qynm6wre1j] {
    transform: translateY(-1px);
}

.fd-btn-add i[b-qynm6wre1j] {
    font-size: 1rem;
}

.fd-btn-edit[b-qynm6wre1j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.fd-btn-edit:hover[b-qynm6wre1j] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.fd-btn-edit:active[b-qynm6wre1j] {
    transform: translateY(0);
}

.fd-btn-edit i[b-qynm6wre1j] {
    font-size: 0.95rem;
}

/* ============================================
   CONTENT
   ============================================ */

.fd-content[b-qynm6wre1j] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Override des anciens styles si présents */
.fd-content .page-header[b-qynm6wre1j] {
    display: none !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .fd-header[b-qynm6wre1j] { 
        padding: 1.75rem 0 1.5rem; 
    }

    .fd-header-content[b-qynm6wre1j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .fd-header-title[b-qynm6wre1j] { 
        font-size: 1.5rem; 
    }

    .fd-header-icon[b-qynm6wre1j] {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .fd-header-actions[b-qynm6wre1j] {
        width: 100%;
        flex-direction: column;
    }

    .fd-btn-add[b-qynm6wre1j], .fd-btn-edit[b-qynm6wre1j] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Folders.razor.rz.scp.css */
/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp-b-fymlwzzrod {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown-b-fymlwzzrod {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn-b-fymlwzzrod {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spinRing-b-fymlwzzrod {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse-b-fymlwzzrod {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes shimmer-b-fymlwzzrod {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes slideAccent-b-fymlwzzrod {
    from { width: 0; }
    to { width: 100%; }
}

.fade-in-up[b-fymlwzzrod] {
    animation: fadeInUp-b-fymlwzzrod 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

.slide-in-down[b-fymlwzzrod] {
    animation: fadeInDown-b-fymlwzzrod 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.scale-in[b-fymlwzzrod] {
    animation: scaleIn-b-fymlwzzrod 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* ============================================
   HEADER
   ============================================ */

.folders-header[b-fymlwzzrod] {
    background: linear-gradient(135deg, #203E27 0%, #1A321F 60%, #15291A 100%);
    padding: 2.5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.folders-header[b-fymlwzzrod]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.folders-header[b-fymlwzzrod]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C5A065, rgba(197, 160, 101, 0.3), #C5A065);
}

.header-content[b-fymlwzzrod] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: fadeInUp-b-fymlwzzrod 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-text[b-fymlwzzrod] {
    position: relative;
}

.header-title[b-fymlwzzrod] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-icon[b-fymlwzzrod] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(197, 160, 101, 0.15);
    border: 1.5px solid rgba(197, 160, 101, 0.3);
    border-radius: 12px;
    color: #C5A065;
    font-size: 1.3rem;
}

.header-subtitle[b-fymlwzzrod] {
    color: rgba(197, 160, 101, 0.8);
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
}

/* ============================================
   BOUTON NOUVEAU DOSSIER
   ============================================ */

.btn-new-folder[b-fymlwzzrod] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #C5A065, #B08A4E);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.3);
    white-space: nowrap;
}

.btn-new-folder:hover[b-fymlwzzrod] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(197, 160, 101, 0.45);
    background: linear-gradient(135deg, #D4AF74, #C5A065);
}

.btn-new-folder:active[b-fymlwzzrod] {
    transform: translateY(0);
}

.btn-new-folder-lg[b-fymlwzzrod] {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 12px;
}

/* ============================================
   CONTENU PRINCIPAL
   ============================================ */

.folders-content[b-fymlwzzrod] {
    padding: 2rem 1rem;
}

/* ============================================
   LOADING STATE
   ============================================ */

.loading-state[b-fymlwzzrod] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
    animation: fadeInUp-b-fymlwzzrod 0.5s ease;
}

.loading-spinner[b-fymlwzzrod] {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
}

.spinner-ring[b-fymlwzzrod] {
    position: absolute;
    inset: 0;
    border: 3px solid rgba(197, 160, 101, 0.15);
    border-top-color: #C5A065;
    border-radius: 50%;
    animation: spinRing-b-fymlwzzrod 1s linear infinite;
}

.loading-icon[b-fymlwzzrod] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #C5A065;
    animation: pulse-b-fymlwzzrod 1.5s ease infinite;
}

.loading-text[b-fymlwzzrod] {
    color: #666;
    font-size: 0.95rem;
}

/* ============================================
   EMPTY STATE
   ============================================ */

.empty-state[b-fymlwzzrod] {
    text-align: center;
    padding: 4rem 1rem;
}

.empty-icon-wrapper[b-fymlwzzrod] {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(197, 160, 101, 0.08);
    border: 2px dashed rgba(197, 160, 101, 0.3);
    border-radius: 24px;
    font-size: 2.5rem;
    color: #C5A065;
}

.empty-title[b-fymlwzzrod] {
    font-family: Georgia, 'Times New Roman', serif;
    color: #203E27;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.empty-description[b-fymlwzzrod] {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   GRID DE DOSSIERS
   ============================================ */

.folders-grid[b-fymlwzzrod] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* ============================================
   FOLDER CARD MODERNE
   ============================================ */

.folder-card-wrapper[b-fymlwzzrod] {
    perspective: 800px;
}

.folder-card-modern[b-fymlwzzrod] {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(32, 62, 39, 0.06);
    position: relative;
    display: flex;
    flex-direction: column;
}

.folder-card-modern:hover[b-fymlwzzrod] {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(32, 62, 39, 0.12), 0 4px 12px rgba(32, 62, 39, 0.08);
    border-color: rgba(197, 160, 101, 0.3);
}

/* Barre accent en haut */
.folder-card-accent[b-fymlwzzrod] {
    height: 4px;
    background: linear-gradient(90deg, #203E27, #C5A065);
    transform-origin: left;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.folder-card-modern:hover .folder-card-accent[b-fymlwzzrod] {
    height: 5px;
    background: linear-gradient(90deg, #C5A065, #203E27, #C5A065);
    background-size: 200% 100%;
    animation: shimmer-b-fymlwzzrod 2s linear infinite;
}

/* Body */
.folder-card-body[b-fymlwzzrod] {
    padding: 1.5rem 1.5rem 1rem;
    background: #fff !important;
}

.folder-card-icon[b-fymlwzzrod] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.12), rgba(197, 160, 101, 0.05));
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #C5A065;
    transition: all 0.35s ease;
}

.folder-card-modern:hover .folder-card-icon[b-fymlwzzrod] {
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.2), rgba(197, 160, 101, 0.1));
    transform: scale(1.05);
}

.folder-card-title[b-fymlwzzrod] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #203E27;
    margin: 0 0 0.4rem;
    line-height: 1.3;
}

.folder-card-desc[b-fymlwzzrod] {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta infos */
.folder-card-meta[b-fymlwzzrod] {
    padding: 0.75rem 1.5rem;
    display: flex;
    gap: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    background: #FDFBF7;
}

.meta-item[b-fymlwzzrod] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #999;
}

.meta-item i[b-fymlwzzrod] {
    font-size: 0.85rem;
    color: #C5A065;
}

.meta-item strong[b-fymlwzzrod] {
    color: #555;
}

/* Actions */
.folder-card-actions[b-fymlwzzrod] {
    display: flex;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: 0;
    overflow: hidden;
}

.folder-card-modern:hover .folder-card-actions[b-fymlwzzrod] {
    opacity: 1;
    transform: translateY(0);
    max-height: 60px;
    padding: 0;
}

.folder-action-btn[b-fymlwzzrod] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.65rem 0.5rem;
    border: none;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #666;
}

.folder-action-btn + .folder-action-btn[b-fymlwzzrod] {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.action-open[b-fymlwzzrod] {
    color: #203E27;
    flex: 2;
}

.action-open:hover[b-fymlwzzrod] {
    background: rgba(32, 62, 39, 0.06);
    color: #203E27;
}

.action-edit:hover[b-fymlwzzrod] {
    background: rgba(197, 160, 101, 0.1);
    color: #C5A065;
}

.action-delete:hover[b-fymlwzzrod] {
    background: rgba(220, 53, 69, 0.06);
    color: #dc3545;
}

/* ============================================
   MODAL OVERLAY
   ============================================ */

.modal-overlay[b-fymlwzzrod] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
    animation: fadeInUp-b-fymlwzzrod 0.15s ease;
}

/* ============================================
   MODAL CARD
   ============================================ */

.modal-card[b-fymlwzzrod] {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.modal-card-sm[b-fymlwzzrod] {
    max-width: 440px;
}

.modal-card-header[b-fymlwzzrod] {
    background: linear-gradient(135deg, #203E27, #1A321F);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    border-bottom: 3px solid #C5A065;
}

.modal-card-header-danger[b-fymlwzzrod] {
    background: linear-gradient(135deg, #7a1a1a, #5a1010);
    border-bottom-color: #dc3545;
}

.modal-card-icon[b-fymlwzzrod] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(197, 160, 101, 0.2);
    border-radius: 10px;
    color: #C5A065;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.modal-card-icon-danger[b-fymlwzzrod] {
    background: rgba(255, 100, 100, 0.2);
    color: #ff8a8a;
}

.modal-card-title[b-fymlwzzrod] {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.modal-close-btn[b-fymlwzzrod] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.85rem;
}

.modal-close-btn:hover[b-fymlwzzrod] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Modal body */
.modal-card-body[b-fymlwzzrod] {
    padding: 1.75rem;
    background: #FDFBF7;
}

.form-group-modern[b-fymlwzzrod] {
    margin-bottom: 1.25rem;
}

.form-group-modern:last-child[b-fymlwzzrod] {
    margin-bottom: 0;
}

.form-label-modern[b-fymlwzzrod] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #203E27;
    margin-bottom: 0.5rem;
}

.optional-tag[b-fymlwzzrod] {
    font-weight: 400;
    color: #aaa;
    font-size: 0.75rem;
    margin-left: 0.25rem;
}

.form-input-modern[b-fymlwzzrod] {
    width: 100%;
    padding: 0.875rem 1.125rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 0.95rem;
    background: #fff;
    color: #203E27;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
    font-family: inherit;
    resize: vertical;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    line-height: 1.5;
}

.form-input-modern:hover[b-fymlwzzrod] {
    border-color: #d0d0d0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-input-modern:focus[b-fymlwzzrod] {
    border-color: #C5A065;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
    background: #fff;
}

.form-input-modern[b-fymlwzzrod]::placeholder {
    color: #bbb;
    font-weight: 400;
    opacity: 0.8;
}

.form-input-modern:disabled[b-fymlwzzrod] {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Styles pour les composants Blazor InputText */
[b-fymlwzzrod] .form-input-modern,
[b-fymlwzzrod] input.form-input-modern,
[b-fymlwzzrod] input[type="text"],
[b-fymlwzzrod] input[type="email"],
[b-fymlwzzrod] input[type="password"],
[b-fymlwzzrod] input[type="number"],
[b-fymlwzzrod] textarea {
    width: 100% !important;
    padding: 0.875rem 1.125rem !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    background: #fff !important;
    color: #203E27 !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    outline: none !important;
    font-family: inherit !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    line-height: 1.5 !important;
}

[b-fymlwzzrod] .form-input-modern:hover,
[b-fymlwzzrod] input.form-input-modern:hover,
[b-fymlwzzrod] input[type="text"]:hover,
[b-fymlwzzrod] input[type="email"]:hover,
[b-fymlwzzrod] input[type="password"]:hover,
[b-fymlwzzrod] textarea:hover {
    border-color: #d0d0d0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

[b-fymlwzzrod] .form-input-modern:focus,
[b-fymlwzzrod] input.form-input-modern:focus,
[b-fymlwzzrod] input[type="text"]:focus,
[b-fymlwzzrod] input[type="email"]:focus,
[b-fymlwzzrod] input[type="password"]:focus,
[b-fymlwzzrod] textarea:focus {
    border-color: #C5A065 !important;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
    background: #fff !important;
}

[b-fymlwzzrod] .form-input-modern::placeholder,
[b-fymlwzzrod] input.form-input-modern::placeholder,
[b-fymlwzzrod] input[type="text"]::placeholder,
[b-fymlwzzrod] input[type="email"]::placeholder,
[b-fymlwzzrod] input[type="password"]::placeholder,
[b-fymlwzzrod] textarea::placeholder {
    color: #bbb !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
}

[b-fymlwzzrod] .form-input-modern:disabled,
[b-fymlwzzrod] input.form-input-modern:disabled,
[b-fymlwzzrod] input[type="text"]:disabled,
[b-fymlwzzrod] input[type="email"]:disabled,
[b-fymlwzzrod] input[type="password"]:disabled,
[b-fymlwzzrod] textarea:disabled {
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* Modal footer */
.modal-card-footer[b-fymlwzzrod] {
    padding: 1rem 1.75rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    background: #fff;
    border-top: 1px solid #eee;
}

.btn-modal-cancel[b-fymlwzzrod] {
    padding: 0.6rem 1.25rem;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 8px;
    color: #666;
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-modal-cancel:hover[b-fymlwzzrod] {
    background: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

.btn-modal-confirm[b-fymlwzzrod] {
    padding: 0.6rem 1.5rem;
    border: none;
    background: linear-gradient(135deg, #203E27, #1A321F);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.btn-modal-confirm:hover:not(:disabled)[b-fymlwzzrod] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(32, 62, 39, 0.3);
}

.btn-modal-confirm:disabled[b-fymlwzzrod] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-modal-danger[b-fymlwzzrod] {
    padding: 0.6rem 1.5rem;
    border: none;
    background: linear-gradient(135deg, #dc3545, #b02a37);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.btn-modal-danger:hover:not(:disabled)[b-fymlwzzrod] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.35);
}

.btn-modal-danger:disabled[b-fymlwzzrod] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Delete modal extras */
.delete-folder-name[b-fymlwzzrod] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #203E27;
    padding: 0.75rem 1rem;
    background: rgba(32, 62, 39, 0.04);
    border-radius: 8px;
    border-left: 3px solid #C5A065;
    margin-bottom: 1rem;
}

.delete-warning[b-fymlwzzrod] {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .folders-header[b-fymlwzzrod] {
        padding: 1.5rem 0;
    }

    .header-content[b-fymlwzzrod] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .header-title[b-fymlwzzrod] {
        font-size: 1.5rem;
    }

    .btn-new-folder[b-fymlwzzrod] {
        width: 100%;
        justify-content: center;
    }

    .folders-grid[b-fymlwzzrod] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .folder-card-actions[b-fymlwzzrod] {
        opacity: 1;
        transform: none;
        max-height: 60px;
    }
}
/* /Pages/History.razor.rz.scp.css */
/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp-b-268v73zibd {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in-up[b-268v73zibd] {
    animation: fadeInUp-b-268v73zibd 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

/* ============================================
   HEADER
   ============================================ */

.hist-header[b-268v73zibd] {
    background: linear-gradient(135deg, #203E27 0%, #1A321F 60%, #15291A 100%);
    padding: 2.5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.hist-header[b-268v73zibd]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hist-header[b-268v73zibd]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C5A065, rgba(197, 160, 101, 0.3), #C5A065);
}

.hist-header-content[b-268v73zibd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: fadeInUp-b-268v73zibd 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hist-header-text[b-268v73zibd] {
    flex: 1;
}

.hist-header-title[b-268v73zibd] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hist-header-icon[b-268v73zibd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(197, 160, 101, 0.15);
    border: 1.5px solid rgba(197, 160, 101, 0.3);
    border-radius: 12px;
    color: #C5A065;
    font-size: 1.3rem;
}

.hist-header-subtitle[b-268v73zibd] {
    color: rgba(197, 160, 101, 0.8);
    margin: 0;
    font-size: 0.95rem;
}

.hist-header-actions[b-268v73zibd] {
    display: flex;
    gap: 0.5rem;
}

.hist-btn-folder[b-268v73zibd] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.25rem;
    background: linear-gradient(135deg, #C5A065, #B08A4E);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.3);
}

.hist-btn-folder:hover[b-268v73zibd] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(197, 160, 101, 0.45);
}

.hist-btn-refresh[b-268v73zibd] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.65rem 1.25rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hist-btn-refresh:hover:not(:disabled)[b-268v73zibd] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.hist-btn-refresh:disabled[b-268v73zibd] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================
   CONTENT
   ============================================ */

.hist-content[b-268v73zibd] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .hist-header[b-268v73zibd] { padding: 1.5rem 0; }

    .hist-header-content[b-268v73zibd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hist-header-title[b-268v73zibd] { font-size: 1.4rem; }

    .hist-header-actions[b-268v73zibd] {
        width: 100%;
    }

    .hist-btn-folder[b-268v73zibd], .hist-btn-refresh[b-268v73zibd] {
        flex: 1;
        justify-content: center;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* ============================================
   LOGIN PAGE - Design Premium
   ============================================ */

@keyframes scaleIn-b-twlkl97joz {
    from { opacity: 0; transform: scale(0.95) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes slideInDown-b-twlkl97joz {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float-b-twlkl97joz {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes shimmer-b-twlkl97joz {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes pulse-b-twlkl97joz {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.scale-in[b-twlkl97joz] { animation: scaleIn-b-twlkl97joz 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.slide-in-down[b-twlkl97joz] { animation: slideInDown-b-twlkl97joz 0.4s ease forwards; }

.login-page[b-twlkl97joz] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f1f13 0%, #203E27 30%, #1A321F 70%, #15291A 100%);
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
}

/* Effets de fond animés */
.login-page[b-twlkl97joz]::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.12) 0%, transparent 60%);
    pointer-events: none;
    animation: pulse-b-twlkl97joz 4s ease-in-out infinite;
}

.login-page[b-twlkl97joz]::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.08) 0%, transparent 60%);
    pointer-events: none;
    animation: pulse-b-twlkl97joz 5s ease-in-out infinite;
}

/* Motif décoratif */
.login-page[b-twlkl97joz] {
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(197, 160, 101, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(197, 160, 101, 0.03) 0%, transparent 50%);
}

.login-container[b-twlkl97joz] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 32px 96px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

/* Header élégant */
.login-header[b-twlkl97joz] {
    background: linear-gradient(135deg, #203E27 0%, #1A321F 50%, #15291A 100%);
    padding: 3rem 2.5rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.login-header[b-twlkl97joz]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #C5A065, transparent);
    background-size: 200% 100%;
    animation: shimmer-b-twlkl97joz 3s linear infinite;
}

.login-logo[b-twlkl97joz] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(197, 160, 101, 0.2), rgba(197, 160, 101, 0.1));
    border: 3px solid rgba(197, 160, 101, 0.4);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #C5A065;
    animation: float-b-twlkl97joz 4s ease-in-out infinite;
    box-shadow: 
        0 8px 24px rgba(197, 160, 101, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.login-title[b-twlkl97joz] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.login-subtitle[b-twlkl97joz] {
    color: rgba(197, 160, 101, 0.9);
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Form section premium */
.login-form-section[b-twlkl97joz] {
    padding: 2.5rem 2rem;
    background: linear-gradient(to bottom, #FDFBF7, #fff);
}

.form-group-modern[b-twlkl97joz] {
    margin-bottom: 1.5rem;
}

.form-label-modern[b-twlkl97joz] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #203E27;
    margin-bottom: 0.6rem;
    letter-spacing: 0.01em;
}

.form-label-modern i[b-twlkl97joz] {
    color: #C5A065;
    margin-right: 0.4rem;
}

.form-input-modern[b-twlkl97joz] {
    width: 100%;
    padding: 0.875rem 1.125rem;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    font-size: 0.95rem;
    background: #fff;
    color: #203E27;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
    font-family: inherit;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    line-height: 1.5;
}

.form-input-modern:hover[b-twlkl97joz] {
    border-color: #d0d0d0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-input-modern:focus[b-twlkl97joz] {
    border-color: #C5A065;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
    background: #fff;
}

.form-input-modern[b-twlkl97joz]::placeholder {
    color: #bbb;
    font-weight: 400;
    opacity: 0.8;
}

.form-input-modern:disabled[b-twlkl97joz] {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Styles pour les composants Blazor InputText */
[b-twlkl97joz] .form-input-modern,
[b-twlkl97joz] input.form-input-modern,
[b-twlkl97joz] input[type="text"],
[b-twlkl97joz] input[type="email"],
[b-twlkl97joz] input[type="password"],
[b-twlkl97joz] input[type="number"] {
    width: 100% !important;
    padding: 0.875rem 1.125rem !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    background: #fff !important;
    color: #203E27 !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    outline: none !important;
    font-family: inherit !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    line-height: 1.5 !important;
}

[b-twlkl97joz] .form-input-modern:hover,
[b-twlkl97joz] input.form-input-modern:hover,
[b-twlkl97joz] input[type="text"]:hover,
[b-twlkl97joz] input[type="email"]:hover,
[b-twlkl97joz] input[type="password"]:hover {
    border-color: #d0d0d0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

[b-twlkl97joz] .form-input-modern:focus,
[b-twlkl97joz] input.form-input-modern:focus,
[b-twlkl97joz] input[type="text"]:focus,
[b-twlkl97joz] input[type="email"]:focus,
[b-twlkl97joz] input[type="password"]:focus {
    border-color: #C5A065 !important;
    box-shadow: 
        0 0 0 4px rgba(197, 160, 101, 0.12),
        0 4px 12px rgba(197, 160, 101, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
    background: #fff !important;
}

[b-twlkl97joz] .form-input-modern::placeholder,
[b-twlkl97joz] input.form-input-modern::placeholder,
[b-twlkl97joz] input[type="text"]::placeholder,
[b-twlkl97joz] input[type="email"]::placeholder,
[b-twlkl97joz] input[type="password"]::placeholder {
    color: #bbb !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
}

[b-twlkl97joz] .form-input-modern:disabled,
[b-twlkl97joz] input.form-input-modern:disabled,
[b-twlkl97joz] input[type="text"]:disabled,
[b-twlkl97joz] input[type="email"]:disabled,
[b-twlkl97joz] input[type="password"]:disabled {
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* Alert améliorée */
.login-alert[b-twlkl97joz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #fff5f5, #ffe5e5);
    border: 2px solid #fecaca;
    border-left: 5px solid #dc3545;
    border-radius: 12px;
    color: #991b1b;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
}

.login-alert i[b-twlkl97joz] {
    font-size: 1.2rem;
    flex-shrink: 0;
    color: #dc3545;
}

/* Button premium */
.btn-login[b-twlkl97joz] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #203E27 0%, #1A321F 50%, #203E27 100%);
    background-size: 200% 100%;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    letter-spacing: 0.02em;
    box-shadow: 
        0 4px 16px rgba(32, 62, 39, 0.3),
        0 2px 8px rgba(32, 62, 39, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-login[b-twlkl97joz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-login:hover:not(:disabled)[b-twlkl97joz]::before {
    left: 100%;
}

.btn-login:hover:not(:disabled)[b-twlkl97joz] {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 32px rgba(32, 62, 39, 0.4),
        0 4px 16px rgba(32, 62, 39, 0.3);
    background-position: 100% 0;
}

.btn-login:active:not(:disabled)[b-twlkl97joz] {
    transform: translateY(-1px);
}

.btn-login:disabled[b-twlkl97joz] {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.btn-login i[b-twlkl97joz] {
    font-size: 1.1rem;
}

/* Footer élégant */
.login-footer[b-twlkl97joz] {
    padding: 1.75rem 2rem;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.login-footer-text[b-twlkl97joz] {
    color: #999;
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
    font-weight: 400;
}

.login-register-link[b-twlkl97joz] {
    display: inline-flex;
    align-items: center;
    color: #C5A065;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.login-register-link:hover[b-twlkl97joz] {
    color: #203E27;
    background: rgba(197, 160, 101, 0.08);
    text-decoration: none;
    transform: translateY(-1px);
}

.login-register-link i[b-twlkl97joz] {
    font-size: 1rem;
}

/* Validation messages */
[b-twlkl97joz] .validation-message {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.4rem;
    display: block;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 480px) {
    .login-container[b-twlkl97joz] {
        max-width: 100%;
        border-radius: 0;
        min-height: 100vh;
    }

    .login-header[b-twlkl97joz] {
        padding: 2.5rem 1.5rem 2rem;
    }

    .login-form-section[b-twlkl97joz] {
        padding: 2rem 1.5rem;
    }

    .login-footer[b-twlkl97joz] {
        padding: 1.5rem 1.5rem;
    }
}
/* /Pages/Register.razor.rz.scp.css */
@keyframes scaleIn-b-7mhc09sm1s {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes float-b-7mhc09sm1s {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.scale-in[b-7mhc09sm1s] { animation: scaleIn-b-7mhc09sm1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

.register-page[b-7mhc09sm1s] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #203E27 0%, #1A321F 40%, #15291A 100%);
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
}

.register-page[b-7mhc09sm1s]::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 160, 101, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.register-container[b-7mhc09sm1s] {
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.register-header[b-7mhc09sm1s] {
    background: linear-gradient(135deg, #203E27, #1A321F);
    padding: 2.5rem 2rem 2rem;
    text-align: center;
    border-bottom: 3px solid #C5A065;
}

.register-logo[b-7mhc09sm1s] {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: rgba(197, 160, 101, 0.15);
    border: 2px solid rgba(197, 160, 101, 0.3);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #C5A065;
    animation: float-b-7mhc09sm1s 3s ease infinite;
}

.register-title[b-7mhc09sm1s] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.register-body[b-7mhc09sm1s] {
    padding: 2rem;
    background: #FDFBF7;
}

.register-info[b-7mhc09sm1s] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 101, 0.2);
    border-left: 4px solid #C5A065;
}

.info-icon[b-7mhc09sm1s] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(197, 160, 101, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A065;
    font-size: 1.2rem;
}

.info-title[b-7mhc09sm1s] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #203E27;
    margin: 0 0 0.5rem;
}

.info-text[b-7mhc09sm1s] {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 0.25rem;
    line-height: 1.5;
}

.register-footer[b-7mhc09sm1s] {
    padding: 1.5rem 2rem;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
}

.register-footer-text[b-7mhc09sm1s] {
    color: #999;
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
}

.btn-back-login[b-7mhc09sm1s] {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1.5rem;
    background: linear-gradient(135deg, #203E27, #1A321F);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-back-login:hover[b-7mhc09sm1s] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(32, 62, 39, 0.35);
    color: #fff;
    text-decoration: none;
}
