@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
/* /Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.page[b-15gzf232mi] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* Navigation styles - matching home page */
.navbar[b-15gzf232mi] {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand[b-15gzf232mi] {
    font-size: 1.5rem;
    color: #667eea !important;
}

.navbar-brand:hover[b-15gzf232mi] {
    color: #5a67d8 !important;
}

.nav-link[b-15gzf232mi] {
    font-weight: 500;
    transition: color 0.3s ease;
    color: #4a5568 !important;
}

.nav-link:hover[b-15gzf232mi] {
    color: #667eea !important;
}

.nav-link.active[b-15gzf232mi] {
    color: #667eea !important;
    font-weight: 600;
}

.btn-primary[b-15gzf232mi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-15gzf232mi] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Account Content */
.account-content[b-15gzf232mi] {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    min-height: calc(100vh - 80px);
}

.account-card[b-15gzf232mi] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.account-card:hover[b-15gzf232mi] {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.account-card-header[b-15gzf232mi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    text-align: center;
    position: relative;
}

.account-card-header[b-15gzf232mi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.account-card-title[b-15gzf232mi] {
    color: white;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.account-card-body[b-15gzf232mi] {
    padding: 2.5rem;
}

/* Form Styles */
.account-card-body .form-floating[b-15gzf232mi] {
    margin-bottom: 1.5rem;
}

.account-card-body .form-control[b-15gzf232mi] {
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.account-card-body .form-control:focus[b-15gzf232mi] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    background: white;
    outline: none;
}

.account-card-body .form-label[b-15gzf232mi] {
    font-weight: 500;
    color: #4a5568;
    font-size: 0.95rem;
}

.account-card-body .btn[b-15gzf232mi] {
    border-radius: 12px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.025em;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: none;
}

.account-card-body .btn-primary[b-15gzf232mi] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.account-card-body .btn-primary:hover[b-15gzf232mi] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.3);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

.account-card-body .btn-primary:active[b-15gzf232mi] {
    transform: translateY(0);
}

.account-card-body .btn-secondary[b-15gzf232mi] {
    background: #f7fafc;
    color: #4a5568;
    border: 2px solid #e2e8f0;
}

.account-card-body .btn-secondary:hover[b-15gzf232mi] {
    background: #edf2f7;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

.account-card-body .btn-outline-primary[b-15gzf232mi] {
    border: 2px solid #667eea;
    color: #667eea;
    background: transparent;
}

.account-card-body .btn-outline-primary:hover[b-15gzf232mi] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.account-card-body a[b-15gzf232mi] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.account-card-body a:hover[b-15gzf232mi] {
    color: #5a67d8;
    text-decoration: underline;
}

.account-card-body .text-danger[b-15gzf232mi] {
    color: #e53e3e !important;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.account-card-body .form-check-input[b-15gzf232mi] {
    border-radius: 6px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.account-card-body .form-check-input:checked[b-15gzf232mi] {
    background-color: #667eea;
    border-color: #667eea;
}

.account-card-body .form-check-input:focus[b-15gzf232mi] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.account-card-body .form-check-label[b-15gzf232mi] {
    color: #4a5568;
    font-weight: 500;
}

/* External login section */
.account-card-body .border-top[b-15gzf232mi] {
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 2rem;
    padding-top: 2rem;
}

.account-card-body h6[b-15gzf232mi] {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Alert styles */
.account-card-body .alert[b-15gzf232mi] {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.account-card-body .alert-success[b-15gzf232mi] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.account-card-body .alert-danger[b-15gzf232mi] {
    background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .account-content[b-15gzf232mi] {
        padding: 1rem 0;
    }
    
    .account-card[b-15gzf232mi] {
        margin: 0 1rem;
        border-radius: 16px;
    }
    
    .account-card-header[b-15gzf232mi],
    .account-card-body[b-15gzf232mi] {
        padding: 1.5rem;
    }
    
    .navbar-brand[b-15gzf232mi] {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .account-card-header[b-15gzf232mi],
    .account-card-body[b-15gzf232mi] {
        padding: 1.25rem;
    }
    
    .account-card-title[b-15gzf232mi] {
        font-size: 1.25rem;
    }
    
    .account-card-body .btn[b-15gzf232mi] {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Animation for card entrance */
@keyframes slideInUp-b-15gzf232mi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.account-card[b-15gzf232mi] {
    animation: slideInUp-b-15gzf232mi 0.6s ease-out;
}

/* Disabled button styles */
.account-card-body .btn:disabled[b-15gzf232mi] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Smooth scrolling for anchor links */
html[b-15gzf232mi] {
    scroll-behavior: smooth;
}

/* Login and Register Content Styles */
.login-content[b-15gzf232mi],
.register-content[b-15gzf232mi] {
    width: 100%;
}

.login-icon[b-15gzf232mi],
.register-icon[b-15gzf232mi] {
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    margin-bottom: 1rem;
}

.login-icon i[b-15gzf232mi],
.register-icon i[b-15gzf232mi] {
    color: #667eea;
}

/* Enhanced form styling */
.account-card-body .form-floating > .form-control:focus ~ label[b-15gzf232mi],
.account-card-body .form-floating > .form-control:not(:placeholder-shown) ~ label[b-15gzf232mi] {
    color: #667eea;
    font-weight: 600;
}

.account-card-body .form-control:focus[b-15gzf232mi] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    background: white;
    outline: none;
}

/* Button enhancements */
.account-card-body .btn-lg[b-15gzf232mi] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.account-card-body .btn-outline-primary[b-15gzf232mi] {
    border: 2px solid #667eea;
    color: #667eea;
    background: transparent;
    font-weight: 600;
}

.account-card-body .btn-outline-primary:hover[b-15gzf232mi] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Link styling */
.account-card-body a[b-15gzf232mi] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.account-card-body a:hover[b-15gzf232mi] {
    color: #5a67d8;
    text-decoration: underline;
}

.account-card-body a.text-decoration-none:hover[b-15gzf232mi] {
    text-decoration: none;
}

/* Small text styling */
.account-card-body small[b-15gzf232mi] {
    font-size: 0.875rem;
    color: #718096;
}

.account-card-body small a[b-15gzf232mi] {
    color: #667eea;
    font-weight: 500;
}

/* External login section enhancement */
.account-card-body .border-top[b-15gzf232mi] {
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 2rem;
    padding-top: 2rem;
}

.account-card-body h6[b-15gzf232mi] {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* Responsive text adjustments */
@media (max-width: 576px) {
    .login-content h4[b-15gzf232mi],
    .register-content h4[b-15gzf232mi] {
        font-size: 1.1rem;
    }
    
    .login-content p[b-15gzf232mi],
    .register-content p[b-15gzf232mi] {
        font-size: 0.9rem;
    }
    
    .account-card-body .btn-lg[b-15gzf232mi] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
} 
/* /Components/Layout/DynamicNavMenu.razor.rz.scp.css */


.nav-header[b-0mlynbifrp] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dee2e6;
    margin-top: 1rem;
}

.nav-icon[b-0mlynbifrp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.nav-icon i[b-0mlynbifrp] {
    font-size: 1rem;
}

.nav-link[b-0mlynbifrp] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-link:hover[b-0mlynbifrp] {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-link.active[b-0mlynbifrp] {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

/* .nav-treeview {
    margin-left: 1rem;
}

:not(.sidebar-collapse) .nav-treeview {
    margin-left: 1rem;
}

.sidebar-collapse .nav-treeview {
    margin-left: 0;
}

.main-sidebar:hover .nav-treeview {
    margin-left: 1rem;
} */

.sidebar-collapse .main-sidebar:not(:hover) .force-margin-zero-if-sidebar-collapsed[b-0mlynbifrp] {
    margin-left: 0px !important;
}



.nav-treeview .nav-link[b-0mlynbifrp] {
    /* padding: 0.25rem 1rem; */
    font-size: 0.875rem;
}

.admin_nav_item .nav-link[b-0mlynbifrp] {
    font-weight: 600;
}

.right[b-0mlynbifrp] {
    margin-left: auto;
}

.menu-open > .nav-link .right[b-0mlynbifrp] {
    transform: rotate(-90deg);
} 
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-m2lrcrbwu0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[b-m2lrcrbwu0] {
    flex: 1;
    padding: 0;
}

.content[b-m2lrcrbwu0] {
    width: 100%;
    height: 100%;
}

/* Basic responsive container */
.container[b-m2lrcrbwu0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Ensure full width content */
article[b-m2lrcrbwu0] {
    width: 100%;
    height: 100%;
} 
/* /Components/Layout/MainLayout.razor.rz.scp.css */
body[b-pvaaa7ng6c] {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wrapper[b-pvaaa7ng6c] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper[b-pvaaa7ng6c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.content[b-pvaaa7ng6c] {
    flex: 1;
    overflow-y: auto;
    padding: 5px;
    padding-top: 10px;
}

.page[b-pvaaa7ng6c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pvaaa7ng6c] {
    flex: 1;
}

.sidebar[b-pvaaa7ng6c] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-pvaaa7ng6c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pvaaa7ng6c]  a, .top-row[b-pvaaa7ng6c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pvaaa7ng6c]  a:hover, .top-row[b-pvaaa7ng6c]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pvaaa7ng6c]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-pvaaa7ng6c] {
        justify-content: space-between;
    }

        .top-row[b-pvaaa7ng6c]  a, .top-row[b-pvaaa7ng6c]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-pvaaa7ng6c] {
        flex-direction: row;
    }

    .sidebar[b-pvaaa7ng6c] {
        width: 250px;
        /* height: 100vh; */
        position: sticky;
        top: 0;
    }

    .top-row[b-pvaaa7ng6c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-pvaaa7ng6c]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-pvaaa7ng6c], article[b-pvaaa7ng6c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pvaaa7ng6c] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pvaaa7ng6c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.brand-link[b-pvaaa7ng6c]
{
    border-bottom: 0px !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oi73yddt8j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-oi73yddt8j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oi73yddt8j] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oi73yddt8j] {
    font-size: 1.1rem;
}

.bi[b-oi73yddt8j] {
    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-oi73yddt8j] {
    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-oi73yddt8j] {
    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-oi73yddt8j] {
    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");
}

.bi-lock-nav-menu[b-oi73yddt8j] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-oi73yddt8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-oi73yddt8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-oi73yddt8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-oi73yddt8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-oi73yddt8j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oi73yddt8j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oi73yddt8j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oi73yddt8j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-oi73yddt8j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oi73yddt8j]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oi73yddt8j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oi73yddt8j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oi73yddt8j] {
        display: none;
    }

    .nav-scrollable[b-oi73yddt8j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
    /* Base styles */
    .home-container[b-rnzyqmp61k] {
        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
        -webkit-font-smoothing: antialiased;
        background-color: #fff;
        color: #111827;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* Dark mode styles - using both selectors for better compatibility */
    body.dark-mode .home-container[b-rnzyqmp61k],
    .home-container.dark-mode[b-rnzyqmp61k] {
        background-color: #111827 !important;
        color: #f9fafb !important;
    }

    /* Ensure body background is also dark */
    body.dark-mode[b-rnzyqmp61k] {
        background-color: #111827 !important;
    }

    /* Navigation Bar */
    .navbar-modern[b-rnzyqmp61k] {
        position: sticky;
        top: 0;
        z-index: 50;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(229, 231, 235, 0.5);
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    body.dark-mode .navbar-modern[b-rnzyqmp61k],
    .home-container.dark-mode .navbar-modern[b-rnzyqmp61k] {
        background-color: rgba(17, 24, 39, 0.8);
        border-bottom: 1px solid rgba(55, 65, 81, 0.5);
    }

    .navbar-content[b-rnzyqmp61k] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0.5rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand[b-rnzyqmp61k] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    body.dark-mode .navbar-brand[b-rnzyqmp61k],
    .home-container.dark-mode .navbar-brand[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .brand-icon[b-rnzyqmp61k] {
        width: 2.5rem;
        height: 2.5rem;
        background: linear-gradient(135deg, #0f5b53 0%, #000000 100%) border-radius: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        @* color: white;
        *@ font-size: 1.25rem;
    }

    .navbar-actions[b-rnzyqmp61k] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .nav-link[b-rnzyqmp61k] {
        color: #374151;
        text-decoration: none;
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        transition: background-color 0.2s, color 0.2s;
    }

    .nav-link:hover[b-rnzyqmp61k] {
        background-color: rgba(243, 244, 246, 0.5);
        color: #111827;
    }

    body.dark-mode .nav-link[b-rnzyqmp61k],
    .home-container.dark-mode .nav-link[b-rnzyqmp61k] {
        color: #d1d5db;
    }

    body.dark-mode .nav-link:hover[b-rnzyqmp61k],
    .home-container.dark-mode .nav-link:hover[b-rnzyqmp61k] {
        background-color: rgba(55, 65, 81, 0.5);
        color: #f9fafb;
    }

    .btn-outline[b-rnzyqmp61k] {
        padding: 0.625rem 1.25rem;
        border: 1px solid #111827;
        border-radius: 0.5rem;
        background-color: transparent;
        color: #111827;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .btn-outline[b-rnzyqmp61k]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(17, 24, 39, 0.1);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .btn-outline:hover[b-rnzyqmp61k]::before {
        width: 300px;
        height: 300px;
    }

    .btn-outline:hover[b-rnzyqmp61k] {
        background-color: #111827;
        border-color: #111827;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(17, 24, 39, 0.3);
    }

    .btn-outline:active[b-rnzyqmp61k] {
        transform: translateY(0) scale(0.98);
    }

    .navbar-modern .btn-primary[b-rnzyqmp61k] {
        padding: 0.625rem 1.5rem;
        border: none;
        border-radius: 0.5rem;
        background-color: #111827;
        color: white;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 4px 14px 0 rgba(17, 24, 39, 0.3);
        position: relative;
        overflow: hidden;
    }

    .navbar-modern .btn-primary[b-rnzyqmp61k]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .navbar-modern .btn-primary:hover[b-rnzyqmp61k]::before {
        width: 300px;
        height: 300px;
    }

    .navbar-modern .btn-primary:hover[b-rnzyqmp61k] {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 8px 25px 0 rgba(17, 24, 39, 0.4);
        background-color: #000000;
    }

    .navbar-modern .btn-primary:active[b-rnzyqmp61k] {
        transform: translateY(0) scale(0.98);
    }

    .mobile-menu-toggle[b-rnzyqmp61k] {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        color: #374151;
        font-size: 1.5rem;
        transition: color 0.3s ease;
    }

    body.dark-mode .mobile-menu-toggle[b-rnzyqmp61k],
    .home-container.dark-mode .mobile-menu-toggle[b-rnzyqmp61k] {
        color: #d1d5db;
    }

    .mobile-nav[b-rnzyqmp61k] {
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        background-color: white;
        border-top: 1px solid #e5e7eb;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    body.dark-mode .mobile-nav[b-rnzyqmp61k],
    .home-container.dark-mode .mobile-nav[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-top: 1px solid #374151;
    }

    /* Hero Section */
    .hero-section[b-rnzyqmp61k] {
        position: relative;
        padding: 8rem 0 5rem;
        min-height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0px !important;
    }

    .hero-bg[b-rnzyqmp61k] {
        position: absolute;
        inset: 0;
        z-index: -30;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }

    body.dark-mode .hero-bg[b-rnzyqmp61k],
    .home-container.dark-mode .hero-bg[b-rnzyqmp61k] {
        background-color: #111827;
    }

    .hero-gradient[b-rnzyqmp61k] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -20;
        height: 600px;
        overflow: hidden;
        pointer-events: none;
    }

    .hero-gradient-inner[b-rnzyqmp61k] {
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
        width: 1000px;
        height: 800px;
        border-radius: 100%;
        background: linear-gradient(to bottom, rgba(204, 251, 241, 0.4), rgba(219, 234, 254, 0.2), transparent);
        filter: blur(64px);
    }

    .hero-blob[b-rnzyqmp61k] {
        position: absolute;
        z-index: -20;
        width: 384px;
        height: 384px;
        border-radius: 9999px;
        mix-blend-mode: multiply;
        filter: blur(64px);
        opacity: 0.7;
        animation: blob-b-rnzyqmp61k 7s infinite;
    }

    .hero-blob-1[b-rnzyqmp61k] {
        top: 5rem;
        left: 25%;
        background-color: rgba(45, 212, 191, 0.2);
    }

    .hero-blob-2[b-rnzyqmp61k] {
        top: 5rem;
        right: 25%;
        background-color: rgba(96, 165, 250, 0.2);
        animation-delay: 2s;
    }

    .hero-blob-3[b-rnzyqmp61k] {
        bottom: -8rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(192, 132, 252, 0.2);
        animation-delay: 4s;
    }

    .hero-grid[b-rnzyqmp61k] {
        position: absolute;
        inset: 0;

        background-image: linear-gradient(to right, rgba(128, 128, 128, 0.07) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(128, 128, 128, 0.07) 1px, transparent 1px);
        background-size: 10px 10px;
        /* mask-image: radial-gradient(ellipse 80% 50% at 50% 0%, #000 70%, transparent 110%);
        -webkit-mask-image: radial-gradient(ellipse 80% 50% at 50% 0%, #000 70%, transparent 110%); */
    }

    .grid-bg[b-rnzyqmp61k] {
        background-image: linear-gradient(to right, rgba(128, 128, 128, 0.07) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(128, 128, 128, 0.07) 1px, transparent 1px);
        background-size: 10px 10px;
    }

    .hero-content[b-rnzyqmp61k] {
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 72rem;
        margin: 0 auto;
        text-align: center;
    }

    /* Badge */
    .hero-badge[b-rnzyqmp61k] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        border-radius: 9999px;
        border: 1px solid #e5e7eb;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0.375rem 1rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: #4b5563;
        backdrop-filter: blur(4px);
        transition: all 0.2s;
        text-decoration: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
    }

    .hero-badge:hover[b-rnzyqmp61k] {
        background-color: #fff;
        color: #111827;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    body.dark-mode .hero-badge[b-rnzyqmp61k],
    .home-container.dark-mode .hero-badge[b-rnzyqmp61k] {
        border-color: #374151;
        background-color: rgba(31, 41, 55, 0.5);
        color: #d1d5db;
    }

    body.dark-mode .hero-badge:hover[b-rnzyqmp61k],
    .home-container.dark-mode .hero-badge:hover[b-rnzyqmp61k] {
        background-color: #1f2937;
        color: #f9fafb;
    }

    .badge-dot[b-rnzyqmp61k] {
        position: relative;
        width: 0.5rem;
        height: 0.5rem;
    }

    .badge-dot-ping[b-rnzyqmp61k] {
        position: absolute;
        display: inline-flex;
        height: 100%;
        width: 100%;
        border-radius: 9999px;
        background-color: rgba(45, 212, 191, 0.75);
        animation: ping-b-rnzyqmp61k 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .badge-dot-inner[b-rnzyqmp61k] {
        position: relative;
        display: inline-flex;
        border-radius: 9999px;
        height: 0.5rem;
        width: 0.5rem;
        background-color: #14b8a6;
    }

    /* Title */
    .hero-title[b-rnzyqmp61k] {
        font-size: 2.25rem;
        font-weight: 500;
        letter-spacing: -0.05em;
        color: #111827;
        margin-bottom: 2rem;
        text-wrap: balance;
        line-height: 1.1;
        transition: color 0.3s ease;
    }

    body.dark-mode .hero-title[b-rnzyqmp61k],
    .home-container.dark-mode .hero-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    /* Dark mode styles for hero-title spans to override inline styles */
    body.dark-mode .hero-title span[b-rnzyqmp61k],
    .home-container.dark-mode .hero-title span[b-rnzyqmp61k] {
        color: #f9fafb !important;
        -webkit-background-clip: unset;
        background-clip: unset;
    }

    body.dark-mode .hero-title span:first-child[b-rnzyqmp61k],
    .home-container.dark-mode .hero-title span:first-child[b-rnzyqmp61k] {
        color: #d1d5db !important;
    }

    body.dark-mode .hero-title span:last-child[b-rnzyqmp61k],
    .home-container.dark-mode .hero-title span:last-child[b-rnzyqmp61k] {
        color: #f9fafb !important;
    }

    .hero-title-gradient[b-rnzyqmp61k] {
        background: linear-gradient(to right, #6b7280, #9ca3af);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .hero-subtitle[b-rnzyqmp61k] {
        font-size: 1.25rem;
        color: #4b5563;
        margin-bottom: 2.5rem;
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.625;
        font-weight: 400;
        transition: color 0.3s ease;
    }

    body.dark-mode .hero-subtitle[b-rnzyqmp61k],
    .home-container.dark-mode .hero-subtitle[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    /* Buttons */
    .hero-buttons[b-rnzyqmp61k] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 5rem;
    }

    .btn-primary[b-rnzyqmp61k] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        font-weight: 500;
        transition: all 0.3s;
        white-space: nowrap;
        overflow: hidden;
        background: linear-gradient(to bottom right, #111827, #1f2937, #111827);
        color: #fff;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(20, 184, 166, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        height: 3rem;
        font-size: 1rem;
        border-radius: 0.75rem;
        padding: 0 1.5rem;
        text-decoration: none;
        position: relative;
    }

    .btn-primary:hover[b-rnzyqmp61k] {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        transform: translateY(-1px);
    }

    .btn-secondary[b-rnzyqmp61k] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        font-weight: 500;
        transition: all 0.3s;
        white-space: nowrap;
        overflow: hidden;
        background: linear-gradient(to bottom right, #fff, #f9fafb, #f3f4f6);
        color: #111827;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        height: 3rem;
        font-size: 1rem;
        border-radius: 0.75rem;
        padding: 0 1.5rem;
        text-decoration: none;
    }

    .btn-secondary:hover[b-rnzyqmp61k] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
        color: #111827;
    }

    /* Dark mode styles for btn-outline */
    body.dark-mode .btn-outline[b-rnzyqmp61k],
    .home-container.dark-mode .btn-outline[b-rnzyqmp61k] {
        border-color: #d1d5db;
        color: #d1d5db;
        background-color: transparent;
    }

    body.dark-mode .btn-outline[b-rnzyqmp61k]::before,
    .home-container.dark-mode .btn-outline[b-rnzyqmp61k]::before {
        background: rgba(209, 213, 219, 0.1);
    }

    body.dark-mode .btn-outline:hover[b-rnzyqmp61k],
    .home-container.dark-mode .btn-outline:hover[b-rnzyqmp61k] {
        background-color: #d1d5db;
        border-color: #d1d5db;
        color: #111827;
        box-shadow: 0 4px 12px rgba(209, 213, 219, 0.3);
    }

    /* Dark mode styles for btn-secondary */
    body.dark-mode .btn-secondary[b-rnzyqmp61k],
    .home-container.dark-mode .btn-secondary[b-rnzyqmp61k] {
        background: linear-gradient(to bottom right, #374151, #4b5563, #374151);
        color: #f9fafb;
        border: 1px solid #4b5563;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    }

    body.dark-mode .btn-secondary:hover[b-rnzyqmp61k],
    .home-container.dark-mode .btn-secondary:hover[b-rnzyqmp61k] {
        background: linear-gradient(to bottom right, #4b5563, #6b7280, #4b5563);
        border-color: #6b7280;
        color: #FFF;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
    }

    .btn-icon[b-rnzyqmp61k] {
        font-size: 1.25rem;
    }

    /* Hero Image */
    .hero-image-container[b-rnzyqmp61k] {
        position: relative;
        max-width: 64rem;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .hero-image-wrapper[b-rnzyqmp61k] {
        position: relative;
        z-index: 10;
        border-radius: 1rem;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 25px 50px -12px rgba(229, 231, 235, 0.5);
        backdrop-filter: blur(4px);
        transition: transform 0.5s;
    }

    .hero-image-wrapper:hover[b-rnzyqmp61k] {
        transform: scale(1.01);
    }

    .hero-image[b-rnzyqmp61k] {
        border-radius: 0.75rem;
        width: 100%;
    }

    .hero-phone[b-rnzyqmp61k] {
        position: absolute;
        bottom: -1.5rem;
        right: -0.5rem;
        z-index: 20;
        width: 25%;
        min-width: 140px;
        max-width: 240px;
    }

    .hero-phone-inner[b-rnzyqmp61k] {
        position: relative;
        border-radius: 1rem;
        border: 6px solid #111827;
        background-color: #111827;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        transform: rotate(-6deg);
        transition: all 0.5s;
    }

    .hero-phone-inner:hover[b-rnzyqmp61k] {
        transform: rotate(0deg) scale(1.05);
        z-index: 30;
    }

    .hero-phone-image[b-rnzyqmp61k] {
        width: 100%;
        height: auto;
        border-radius: 1rem;
        border: 1px solid #1f2937;
        opacity: 0.9;
        background-color: #1f2937;
    }

    /* Stats Section */
    .stats-section[b-rnzyqmp61k] {
        position: relative;
        padding: 8rem 0;
        padding-top: 14rem;
    }

    .stats-container[b-rnzyqmp61k] {
        max-width: 64rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .stats-grid[b-rnzyqmp61k] {
        border-radius: 1.5rem;
        border: 1px solid #e5e7eb;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        overflow: hidden;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    body.dark-mode .stats-grid[b-rnzyqmp61k],
    .home-container.dark-mode .stats-grid[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
    }

    .stats-grid-inner[b-rnzyqmp61k] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item[b-rnzyqmp61k] {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: background-color 0.2s;
        border-bottom: 1px solid #f3f4f6;
        border-right: 1px solid #f3f4f6;
    }

    .stat-item:nth-child(2n)[b-rnzyqmp61k] {
        border-right: none;
    }

    .stat-item:nth-child(n+3)[b-rnzyqmp61k] {
        border-bottom: none;
    }

    .stat-item:hover[b-rnzyqmp61k] {
        background-color: #f9fafb;
    }

    body.dark-mode .stat-item:hover[b-rnzyqmp61k],
    .home-container.dark-mode .stat-item:hover[b-rnzyqmp61k] {
        background-color: #374151;
    }

    .stat-icon-wrapper[b-rnzyqmp61k] {
        margin-bottom: 1.5rem;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1rem;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        background: linear-gradient(to top right, rgba(17, 24, 39, 0.05), transparent);
        transition: all 0.5s;
    }

    .stat-item:hover .stat-icon-wrapper[b-rnzyqmp61k] {
        transform: scale(1.1) rotate(6deg);
    }

    .stat-icon[b-rnzyqmp61k] {
        font-size: 1.5rem;
        color: #374151;
        transition: color 0.5s;
    }

    .stat-item:hover .stat-icon[b-rnzyqmp61k] {
        color: #fff;
    }

    .stat-item:nth-child(1):hover .stat-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #111827, #000);
    }

    .stat-item:nth-child(2):hover .stat-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #14b8a6, #10b981);
    }

    .stat-item:nth-child(3):hover .stat-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #3b82f6, #6366f1);
    }

    .stat-item:nth-child(4):hover .stat-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #a855f7, #ec4899);
    }

    .stat-value[b-rnzyqmp61k] {
        font-size: 1.875rem;
        font-weight: 500;
        color: #111827;
        letter-spacing: -0.025em;
        margin-bottom: 0.25rem;
        transition: color 0.3s ease;
    }

    body.dark-mode .stat-value[b-rnzyqmp61k],
    .home-container.dark-mode .stat-value[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .stat-label[b-rnzyqmp61k] {
        font-size: 0.875rem;
        font-weight: 500;
        color: #6b7280;
        transition: color 0.3s ease;
    }

    body.dark-mode .stat-label[b-rnzyqmp61k],
    .home-container.dark-mode .stat-label[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    /* Section Header */
    .section[b-rnzyqmp61k] {
        position: relative;
        padding: 8rem 0;
    }

    .section-container[b-rnzyqmp61k] {
        max-width: 80rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .section-header[b-rnzyqmp61k] {
        text-align: center;
        margin-bottom: 4rem;
    }

    .section-badge[b-rnzyqmp61k] {
        display: inline-flex;
        align-items: center;
        border-radius: 9999px;
        border: 1px solid rgb(153, 246, 228);
        background-color: rgb(240, 253, 250);
        padding: 0.125rem 0.625rem;
        font-size: 0.75rem;
        font-weight: 500;
        color: rgb(15, 118, 110);
        margin-bottom: 1.5rem;
    }

    .section-title[b-rnzyqmp61k] {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: -0.05em;
        text-wrap: balance;
        color: #111827;
        margin: 0;
        transition: color 0.3s ease;
    }

    body.dark-mode .section-title[b-rnzyqmp61k],
    .home-container.dark-mode .section-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .section-title-gradient[b-rnzyqmp61k] {
        background: linear-gradient(to bottom, #111827, #4b5563);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .section-subtitle[b-rnzyqmp61k] {
        margin-top: 0.75rem;
        font-size: 1.125rem;
        color: #4b5563;
        line-height: 1.625;
        font-weight: 400;
        max-width: 36rem;
        margin-left: auto;
        margin-right: auto;
        transition: color 0.3s ease;
    }

    body.dark-mode .section-subtitle[b-rnzyqmp61k],
    .home-container.dark-mode .section-subtitle[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    /* Sponsors Section */
    .sponsors-grid[b-rnzyqmp61k] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        max-width: 56rem;
        margin: 0 auto;
    }

    .sponsor-card[b-rnzyqmp61k] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        border-radius: 1.5rem;
        border: 1px solid #e5e7eb;
        background-color: #fff;
        transition: all 0.3s;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }

    body.dark-mode .sponsor-card[b-rnzyqmp61k],
    .home-container.dark-mode .sponsor-card[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
    }

    .sponsor-card:hover[b-rnzyqmp61k] {
        border-color: #bfdbfe;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .sponsor-badge[b-rnzyqmp61k] {
        padding: 0.25rem 0.75rem;
        margin-bottom: 2rem;
        border-radius: 9999px;
        background-color: rgb(239, 246, 255);
        color: rgb(37, 99, 235);
        font-size: 0.625rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border: 1px solid rgb(219, 234, 254);
    }

    .sponsor-logo[b-rnzyqmp61k] {
        height: 3rem;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 10;
        filter: grayscale(100%);
        transition: filter 0.5s;
        object-fit: contain;
    }

    .sponsor-card:hover .sponsor-logo[b-rnzyqmp61k] {
        filter: grayscale(0%);
    }

    .sponsor-text[b-rnzyqmp61k] {
        text-align: center;
        font-size: 0.875rem;
        color: #6b7280;
        max-width: 20rem;
        line-height: 1.625;
        transition: color 0.3s ease;
    }

    body.dark-mode .sponsor-text[b-rnzyqmp61k],
    .home-container.dark-mode .sponsor-text[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    .sponsor-cta[b-rnzyqmp61k] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        border-radius: 1.5rem;
        border: 1px dashed #d1d5db;
        background-color: rgba(249, 250, 251, 0.5);
        transition: all 0.3s;
        text-decoration: none;
    }

    .sponsor-cta:hover[b-rnzyqmp61k] {
        border-color: #14b8a6;
        background-color: #fff;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    body.dark-mode .sponsor-cta[b-rnzyqmp61k],
    .home-container.dark-mode .sponsor-cta[b-rnzyqmp61k] {
        border-color: #4b5563;
        background-color: rgba(31, 41, 55, 0.5);
    }

    body.dark-mode .sponsor-cta:hover[b-rnzyqmp61k],
    .home-container.dark-mode .sponsor-cta:hover[b-rnzyqmp61k] {
        border-color: #14b8a6;
        background-color: #1f2937;
    }

    .sponsor-cta-icon[b-rnzyqmp61k] {
        margin-bottom: 1rem;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1rem;
        background-color: rgb(240, 253, 250);
        color: rgb(13, 148, 136);
        transition: transform 0.3s;
    }

    .sponsor-cta:hover .sponsor-cta-icon[b-rnzyqmp61k] {
        transform: scale(1.1);
    }

    .sponsor-cta-title[b-rnzyqmp61k] {
        font-size: 1.125rem;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.5rem;
        transition: color 0.3s ease;
    }

    body.dark-mode .sponsor-cta-title[b-rnzyqmp61k],
    .home-container.dark-mode .sponsor-cta-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    /* Features Section */
    .features-container[b-rnzyqmp61k] {
        max-width: 64rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .features-grid[b-rnzyqmp61k] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .feature-card[b-rnzyqmp61k] {
        padding: 2rem;
        border-radius: 0.5rem;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        transition: all 0.3s;
    }

    body.dark-mode .feature-card[b-rnzyqmp61k],
    .home-container.dark-mode .feature-card[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
    }

    .feature-card:hover[b-rnzyqmp61k] {
        border-color: #d1d5db;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .feature-icon-wrapper[b-rnzyqmp61k] {
        margin-bottom: 1.5rem;
        display: inline-flex;
        height: 4rem;
        width: 4rem;
        align-items: center;
        justify-content: center;
        border-radius: 1rem;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        background: linear-gradient(to top right, rgba(17, 24, 39, 0.05), transparent);
        transition: all 0.5s;
    }

    .feature-card:hover .feature-icon-wrapper[b-rnzyqmp61k] {
        transform: scale(1.1) rotate(6deg);
    }

    .feature-icon[b-rnzyqmp61k] {
        font-size: 1.875rem;
        color: #374151;
        transition: color 0.5s;
    }

    .feature-card:hover .feature-icon[b-rnzyqmp61k] {
        color: #fff;
    }

    .feature-card:nth-child(1):hover .feature-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #3b82f6, #06b6d4);
    }

    .feature-card:nth-child(2):hover .feature-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #14b8a6, #10b981);
    }

    .feature-card:nth-child(3):hover .feature-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #a855f7, #ec4899);
    }

    .feature-card:nth-child(4):hover .feature-icon-wrapper[b-rnzyqmp61k] {
        background: linear-gradient(to top right, #f97316, #ef4444);
    }

    .feature-title[b-rnzyqmp61k] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.75rem;
        letter-spacing: -0.025em;
        transition: color 0.3s ease;
    }

    body.dark-mode .feature-title[b-rnzyqmp61k],
    .home-container.dark-mode .feature-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .feature-description[b-rnzyqmp61k] {
        font-size: 1rem;
        color: #6b7280;
        line-height: 1.625;
        transition: color 0.3s ease;
    }

    body.dark-mode .feature-description[b-rnzyqmp61k],
    .home-container.dark-mode .feature-description[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    .feature-image-wrapper[b-rnzyqmp61k] {
        margin-top: 1.5rem;
        border-radius: 0.75rem;
        overflow: hidden;
        border: 1px solid #e5e7eb;
        transition: all 0.3s;
    }

    body.dark-mode .feature-image-wrapper[b-rnzyqmp61k],
    .home-container.dark-mode .feature-image-wrapper[b-rnzyqmp61k] {
        border-color: #374151;
    }

    .feature-image[b-rnzyqmp61k] {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s;
    }

    .feature-card:hover .feature-image[b-rnzyqmp61k] {
        transform: scale(1.02);
    }

    /* Accordion Section */
    .accordion-container[b-rnzyqmp61k] {
        max-width: 1400px;
        margin: 0 auto;
    }

    .accordion-wrapper[b-rnzyqmp61k] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: start;
    }

    .accordion-list[b-rnzyqmp61k] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .accordion-item[b-rnzyqmp61k] {
        border-radius: 0.75rem;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    body.dark-mode .accordion-item[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-item[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }

    .accordion-item.active[b-rnzyqmp61k] {
        border-color: #0f5b53;
        box-shadow: 0 4px 6px -1px rgba(15, 91, 83, 0.1), 0 2px 4px -1px rgba(15, 91, 83, 0.06);
    }

    body.dark-mode .accordion-item.active[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-item.active[b-rnzyqmp61k] {
        /* border-color: #0f5b53; */
        /* box-shadow: 0 4px 6px -1px rgba(15, 91, 83, 0.3), 0 2px 4px -1px rgba(15, 91, 83, 0.2); */
    }

    .accordion-header[b-rnzyqmp61k] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        transition: background-color 0.2s ease;
    }

    .accordion-header:hover[b-rnzyqmp61k] {
        background-color: rgba(243, 244, 246, 0.5);
    }

    body.dark-mode .accordion-header:hover[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-header:hover[b-rnzyqmp61k] {
        background-color: rgba(55, 65, 81, 0.5);
    }

    .accordion-title[b-rnzyqmp61k] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        margin: 0;
        letter-spacing: -0.025em;
        transition: color 0.3s ease;
    }

    body.dark-mode .accordion-title[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .accordion-item.active .accordion-title[b-rnzyqmp61k] {
        /* color: #0f5b53; */
    }

    body.dark-mode .accordion-item.active .accordion-title[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-item.active .accordion-title[b-rnzyqmp61k] {
        color: #ececec;
    }

    .accordion-icon[b-rnzyqmp61k] {
        color: #6b7280;
        font-size: 0.875rem;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    body.dark-mode .accordion-icon[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-icon[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    .accordion-item.active .accordion-icon[b-rnzyqmp61k] {
        transform: rotate(180deg);
        /* color: #0f5b53; */
    }

    .accordion-content[b-rnzyqmp61k] {
        max-height: 0;
        overflow: hidden;
        padding: 0 1.5rem;
        transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
        opacity: 0;
    }

    .accordion-content.show[b-rnzyqmp61k] {
        max-height: 500px;
        padding: 0 1.5rem 1.5rem 1.5rem;
        opacity: 1;
        animation: fadeIn-b-rnzyqmp61k 0.3s ease;
    }

    @keyframes fadeIn-b-rnzyqmp61k {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .accordion-description[b-rnzyqmp61k] {
        font-size: 1rem;
        color: #6b7280;
        line-height: 1.75;
        margin: 0;
        transition: color 0.3s ease;
    }

    body.dark-mode .accordion-description[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-description[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    .accordion-video-wrapper[b-rnzyqmp61k] {
        position: sticky;
        top: 2rem;
        height: fit-content;
    }

    .accordion-video-container[b-rnzyqmp61k] {
        position: relative;
        width: 100%;
        border-radius: 0.5rem;
        overflow: hidden;
        background-color: #f9fafb;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    body.dark-mode .accordion-video-container[b-rnzyqmp61k],
    .home-container.dark-mode .accordion-video-container[b-rnzyqmp61k] {
        background-color: #111827;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    }

    .accordion-video[b-rnzyqmp61k] {
        width: 100%;
        height: auto;
        display: block;
        transition: opacity 0.3s ease;
        animation: fadeInImage-b-rnzyqmp61k 0.3s ease;
    }

    @keyframes fadeInImage-b-rnzyqmp61k {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    /* How It Works Section */
    .how-it-works-grid[b-rnzyqmp61k] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .step-card[b-rnzyqmp61k] {
        position: relative;
        z-index: 10;
    }

    .step-visual[b-rnzyqmp61k] {
        position: relative;
        height: 16rem;
        margin-bottom: 1.5rem;
        overflow: hidden;
        border-radius: 1rem;
        border: 1px solid #e5e7eb;
        background-color: #f9fafb;
        transition: all 0.3s;
    }

    body.dark-mode .step-visual[b-rnzyqmp61k],
    .home-container.dark-mode .step-visual[b-rnzyqmp61k] {
        border-color: #374151;
        background-color: #1f2937;
    }

    .step-card:hover .step-visual[b-rnzyqmp61k] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-color: rgba(20, 184, 166, 0.3);
    }

    body.dark-mode .step-card:hover .step-visual[b-rnzyqmp61k],
    .home-container.dark-mode .step-card:hover .step-visual[b-rnzyqmp61k] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    }

    .step-visual-inner[b-rnzyqmp61k] {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-device[b-rnzyqmp61k] {
        position: relative;
        width: 8rem;
        height: 10rem;
        background-color: #fff;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transition: transform 0.5s;
    }

    body.dark-mode .step-device[b-rnzyqmp61k],
    .home-container.dark-mode .step-device[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .step-card:hover .step-device[b-rnzyqmp61k] {
        transform: translateY(-0.5rem);
    }

    .step-device-header[b-rnzyqmp61k] {
        height: 1.5rem;
        border-bottom: 1px solid #f3f4f6;
        background-color: #f9fafb;
        display: flex;
        align-items: center;
        padding: 0 0.5rem;
        gap: 0.375rem;
    }

    body.dark-mode .step-device-header[b-rnzyqmp61k],
    .home-container.dark-mode .step-device-header[b-rnzyqmp61k] {
        border-bottom-color: #4b5563;
        background-color: #1f2937;
    }

    .step-device-dot[b-rnzyqmp61k] {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 9999px;
    }

    .step-device-dot-red[b-rnzyqmp61k] {
        background-color: rgba(248, 113, 113, 0.8);
    }

    .step-device-dot-yellow[b-rnzyqmp61k] {
        background-color: rgba(251, 191, 36, 0.8);
    }

    .step-device-dot-green[b-rnzyqmp61k] {
        background-color: rgba(74, 222, 128, 0.8);
    }

    .step-device-body[b-rnzyqmp61k] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 0.5rem;
        background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
        background-size: 8px 8px;
    }

    body.dark-mode .step-device-body[b-rnzyqmp61k],
    .home-container.dark-mode .step-device-body[b-rnzyqmp61k] {
        background-image: radial-gradient(#4b5563 1px, transparent 1px);
    }

    .step-device-logo[b-rnzyqmp61k] {
        height: 2.5rem;
        width: 2.5rem;
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .step-device-button[b-rnzyqmp61k] {
        width: 5rem;
        height: 1.5rem;
        border-radius: 0.375rem;
        background-color: #14b8a6;
        font-size: 0.625rem;
        color: #fff;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    .step-glow[b-rnzyqmp61k] {
        position: absolute;
        width: 6rem;
        height: 6rem;
        border-radius: 9999px;
        filter: blur(40px);
        z-index: -10;
    }

    .step-glow-teal[b-rnzyqmp61k] {
        background-color: rgba(20, 184, 166, 0.1);
    }

    .step-glow-blue[b-rnzyqmp61k] {
        background-color: rgba(59, 130, 246, 0.1);
    }

    .step-glow-purple[b-rnzyqmp61k] {
        background-color: rgba(168, 85, 247, 0.1);
    }

    .step-title[b-rnzyqmp61k] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.5rem;
        text-align: center;
        transition: color 0.3s ease;
    }

    body.dark-mode .step-title[b-rnzyqmp61k],
    .home-container.dark-mode .step-title[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .step-description[b-rnzyqmp61k] {
        color: #6b7280;
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.625;
        padding: 0 1rem;
        transition: color 0.3s ease;
    }

    body.dark-mode .step-description[b-rnzyqmp61k],
    .home-container.dark-mode .step-description[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    /* Files stack */
    .files-stack[b-rnzyqmp61k] {
        position: relative;
    }

    .files-stack-back[b-rnzyqmp61k] {
        position: absolute;
        top: 0;
        left: 0;
        width: 7rem;
        height: 9rem;
        background-color: #fff;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        transform: rotate(-6deg) translateX(0.5rem) translateY(0.5rem);
        opacity: 0.6;
    }

    body.dark-mode .files-stack-back[b-rnzyqmp61k],
    .home-container.dark-mode .files-stack-back[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .files-stack-middle[b-rnzyqmp61k] {
        position: absolute;
        top: 0;
        left: 0;
        width: 7rem;
        height: 9rem;
        background-color: #fff;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        transform: rotate(6deg) translateX(-0.5rem) translateY(0.25rem);
        opacity: 0.8;
    }

    body.dark-mode .files-stack-middle[b-rnzyqmp61k],
    .home-container.dark-mode .files-stack-middle[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .files-stack-front[b-rnzyqmp61k] {
        position: relative;
        width: 7rem;
        height: 9rem;
        background-color: #fff;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        padding: 0.75rem;
        transition: transform 0.5s;
    }

    body.dark-mode .files-stack-front[b-rnzyqmp61k],
    .home-container.dark-mode .files-stack-front[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .step-card:hover .files-stack-front[b-rnzyqmp61k] {
        transform: scale(1.05) translateY(-0.5rem);
    }

    .file-preview[b-rnzyqmp61k] {
        width: 100%;
        height: 5rem;
        background-color: #f3f4f6;
        border-radius: 0.5rem;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    body.dark-mode .file-preview[b-rnzyqmp61k],
    .home-container.dark-mode .file-preview[b-rnzyqmp61k] {
        background-color: #4b5563;
    }

    .file-preview-icon[b-rnzyqmp61k] {
        font-size: 1.875rem;
        color: #d1d5db;
    }

    body.dark-mode .file-preview-icon[b-rnzyqmp61k],
    .home-container.dark-mode .file-preview-icon[b-rnzyqmp61k] {
        color: #6b7280;
    }

    .file-line[b-rnzyqmp61k] {
        width: 75%;
        height: 0.5rem;
        background-color: #f3f4f6;
        border-radius: 9999px;
        margin-bottom: 0.5rem;
    }

    body.dark-mode .file-line[b-rnzyqmp61k],
    .home-container.dark-mode .file-line[b-rnzyqmp61k] {
        background-color: #4b5563;
    }

    .file-line-short[b-rnzyqmp61k] {
        width: 50%;
    }

    .file-check[b-rnzyqmp61k] {
        position: absolute;
        right: -0.5rem;
        top: -0.5rem;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #14b8a6;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    body.dark-mode .file-check[b-rnzyqmp61k],
    .home-container.dark-mode .file-check[b-rnzyqmp61k] {
        border-color: #1f2937;
    }

    .file-check-icon[b-rnzyqmp61k] {
        color: #fff;
        font-size: 0.75rem;
        font-weight: 700;
    }

    /* Transfer visual */
    .transfer-container[b-rnzyqmp61k] {
        position: relative;
        width: 100%;
        max-width: 220px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5rem;
    }

    .transfer-device-small[b-rnzyqmp61k] {
        width: 3rem;
        height: 5rem;
        background-color: #fff;
        border-radius: 0.5rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 0.25rem;
        z-index: 10;
    }

    body.dark-mode .transfer-device-small[b-rnzyqmp61k],
    .home-container.dark-mode .transfer-device-small[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .transfer-device-large[b-rnzyqmp61k] {
        position: relative;
        width: 4rem;
        height: 6rem;
        background-color: #fff;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 0.5rem;
        z-index: 10;
    }

    body.dark-mode .transfer-device-large[b-rnzyqmp61k],
    .home-container.dark-mode .transfer-device-large[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .transfer-device-indicator[b-rnzyqmp61k] {
        width: 1rem;
        height: 0.25rem;
        background-color: #e5e7eb;
        border-radius: 9999px;
        margin-bottom: 0.25rem;
    }

    body.dark-mode .transfer-device-indicator[b-rnzyqmp61k],
    .home-container.dark-mode .transfer-device-indicator[b-rnzyqmp61k] {
        background-color: #4b5563;
    }

    .transfer-device-indicator-large[b-rnzyqmp61k] {
        width: 1.5rem;
    }

    .transfer-line[b-rnzyqmp61k] {
        position: absolute;
        left: 3rem;
        right: 3rem;
        top: 50%;
        height: 0.125rem;
        background-color: #e5e7eb;
        z-index: 0;
    }

    body.dark-mode .transfer-line[b-rnzyqmp61k],
    .home-container.dark-mode .transfer-line[b-rnzyqmp61k] {
        background-color: #4b5563;
    }

    .transfer-file[b-rnzyqmp61k] {
        position: absolute;
        left: 2rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        animation: file-transfer-b-rnzyqmp61k 2.5s ease-in-out infinite;
    }

    .transfer-file-inner[b-rnzyqmp61k] {
        width: 2.5rem;
        height: 3rem;
        background-color: #14b8a6;
        border-radius: 0.5rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        transform: rotate(12deg);
    }

    .transfer-file-icon[b-rnzyqmp61k] {
        color: #fff;
    }

    .transfer-badge[b-rnzyqmp61k] {
        position: absolute;
        top: -0.75rem;
        right: -0.75rem;
        height: 2rem;
        width: 2rem;
        border-radius: 9999px;
        background-color: #14b8a6;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.875rem;
        border: 4px solid #f9fafb;
        z-index: 20;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    /* Drag & Drop Styles */
    .calendar-drag-container[b-rnzyqmp61k] {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .drag-calendar[b-rnzyqmp61k] {
        width: 9rem;
        height: 7rem;
        background-color: #fff;
        border-radius: 0.5rem;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        z-index: 10;
        transform: perspective(500px) rotateX(10deg);
        transition: border-color 0.3s, background-color 0.3s;
    }

    body.dark-mode .drag-calendar[b-rnzyqmp61k],
    .home-container.dark-mode .drag-calendar[b-rnzyqmp61k] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .drag-calendar-header[b-rnzyqmp61k] {
        height: 1.25rem;
        background-color: #f3f4f6;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        align-items: center;
        padding-left: 0.5rem;
        transition: background-color 0.3s, border-color 0.3s;
    }

    body.dark-mode .drag-calendar-header[b-rnzyqmp61k],
    .home-container.dark-mode .drag-calendar-header[b-rnzyqmp61k] {
        background-color: #4b5563;
        border-color: #6b7280;
    }

    .drag-calendar-dots[b-rnzyqmp61k] {
        display: flex;
        gap: 3px;
    }

    .drag-calendar-dot[b-rnzyqmp61k] {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #d1d5db;
    }

    body.dark-mode .drag-calendar-dot[b-rnzyqmp61k],
    .home-container.dark-mode .drag-calendar-dot[b-rnzyqmp61k] {
        background-color: #6b7280;
    }

    .drag-calendar-body[b-rnzyqmp61k] {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding: 0.25rem;
        gap: 2px;
    }

    .drag-cell[b-rnzyqmp61k] {
        background-color: #f9fafb;
        border-radius: 2px;
        border: 1px dashed #e5e7eb;
        transition: background-color 0.3s, border-color 0.3s;
    }

    body.dark-mode .drag-cell[b-rnzyqmp61k],
    .home-container.dark-mode .drag-cell[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #4b5563;
    }

    .drag-shift[b-rnzyqmp61k] {
        position: absolute;
        width: 2.25rem;
        height: 2.25rem;
        background-color: #f97316;
        border-radius: 0.5rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1rem;
        z-index: 20;
        animation: drag-move-b-rnzyqmp61k 4s ease-in-out infinite;
    }

    .step-glow-orange[b-rnzyqmp61k] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8rem;
        height: 8rem;
        background: radial-gradient(circle, rgba(249, 115, 22, 0.25) 0%, rgba(249, 115, 22, 0) 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    @keyframes drag-move-b-rnzyqmp61k {
        0% {
            transform: translate(-3.5rem, 3.5rem) scale(0.8) rotate(-10deg);
            opacity: 0;
        }

        15% {
            transform: translate(-3.5rem, 3.5rem) scale(1) rotate(-10deg);
            opacity: 1;
        }

        35% {
            transform: translate(-3.5rem, 3.5rem) scale(1.1) rotate(0deg);
        }

        60% {
            transform: translate(0, 0) scale(1.1);
        }

        70% {
            transform: translate(0, 0) scale(1);
        }

        85% {
            opacity: 1;
        }

        100% {
            transform: translate(0, 0) scale(1);
            opacity: 0;
        }
    }

    /* Testimonials Section */
    .testimonials-overflow[b-rnzyqmp61k] {
        position: relative;
        overflow: hidden;
    }

    .testimonials-fade-left[b-rnzyqmp61k] {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 8rem;
        background: linear-gradient(to right, #fff, transparent);
        z-index: 10;
        pointer-events: none;
        transition: background 0.3s ease;
    }

    body.dark-mode .testimonials-fade-left[b-rnzyqmp61k],
    .home-container.dark-mode .testimonials-fade-left[b-rnzyqmp61k] {
        background: linear-gradient(to right, #111827, transparent);
    }

    .testimonials-fade-right[b-rnzyqmp61k] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 8rem;
        background: linear-gradient(to left, #fff, transparent);
        z-index: 10;
        pointer-events: none;
        transition: background 0.3s ease;
    }

    body.dark-mode .testimonials-fade-right[b-rnzyqmp61k],
    .home-container.dark-mode .testimonials-fade-right[b-rnzyqmp61k] {
        background: linear-gradient(to left, #111827, transparent);
    }

    .testimonials-row[b-rnzyqmp61k] {
        display: flex;
        gap: 1rem;
        animation: scroll-left-b-rnzyqmp61k 30s linear infinite;
    }

    .testimonials-row:hover[b-rnzyqmp61k] {
        animation-play-state: paused;
    }

    .testimonials-row-reverse[b-rnzyqmp61k] {
        animation: scroll-right-b-rnzyqmp61k 35s linear infinite;
    }

    .testimonial-card[b-rnzyqmp61k] {
        flex: none;
        width: 350px;
        padding: 1.25rem;
        border-radius: 0.75rem;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    body.dark-mode .testimonial-card[b-rnzyqmp61k],
    .home-container.dark-mode .testimonial-card[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
    }

    .testimonial-header[b-rnzyqmp61k] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .testimonial-name[b-rnzyqmp61k] {
        font-weight: 500;
        color: #111827;
        font-size: 0.875rem;
        transition: color 0.3s ease;
    }

    body.dark-mode .testimonial-name[b-rnzyqmp61k],
    .home-container.dark-mode .testimonial-name[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .testimonial-icon[b-rnzyqmp61k] {
        margin-left: auto;
        color: #9ca3af;
        font-size: 1rem;
    }

    .testimonial-text[b-rnzyqmp61k] {
        color: #4b5563;
        font-size: 0.875rem;
        line-height: 1.625;
        transition: color 0.3s ease;
    }

    body.dark-mode .testimonial-text[b-rnzyqmp61k],
    .home-container.dark-mode .testimonial-text[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    /* Animations */
    @keyframes blob-b-rnzyqmp61k {
        0% {
            transform: translate(0) scale(1);
        }

        33% {
            transform: translate(30px, -50px) scale(1.1);
        }

        66% {
            transform: translate(-20px, 20px) scale(0.9);
        }

        100% {
            transform: translate(0) scale(1);
        }
    }

    @keyframes ping-b-rnzyqmp61k {

        75%,
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    @keyframes fade-in-up-b-rnzyqmp61k {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes file-transfer-b-rnzyqmp61k {
        0% {
            opacity: 0;
            transform: translateY(-50%) scale(0.8);
        }

        20% {
            opacity: 1;
            transform: translateY(-50%) scale(1);
        }

        80% {
            opacity: 1;
            transform: translate(120px, -50%) scale(1);
        }

        100% {
            opacity: 0;
            transform: translate(120px, -50%) scale(0.8);
        }
    }

    @keyframes scroll-left-b-rnzyqmp61k {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes scroll-right-b-rnzyqmp61k {
        0% {
            transform: translateX(-50%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .animate-fade-in[b-rnzyqmp61k] {
        animation: fade-in-up-b-rnzyqmp61k 0.8s ease-out forwards;
        opacity: 0;
    }

    .delay-100[b-rnzyqmp61k] {
        animation-delay: 0.1s;
    }

    .delay-200[b-rnzyqmp61k] {
        animation-delay: 0.2s;
    }

    .delay-300[b-rnzyqmp61k] {
        animation-delay: 0.3s;
    }

    .delay-500[b-rnzyqmp61k] {
        animation-delay: 0.5s;
    }

    /* Theme Switcher */
    .theme-switcher-container[b-rnzyqmp61k] {
        position: relative;
        display: inline-block;
    }

    .theme-switcher-btn[b-rnzyqmp61k] {
        background: none;
        border: 0px solid #e5e7eb;
        border-radius: 0.5rem;
        padding: 0.5rem 0.75rem;
        cursor: pointer;
        color: #374151;
        font-size: 1rem;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 2.5rem;
    }

    .theme-switcher-btn:hover[b-rnzyqmp61k] {
        background-color: rgba(243, 244, 246, 0.5);
        border-color: #d1d5db;
    }

    body.dark-mode .theme-switcher-btn[b-rnzyqmp61k],
    .home-container.dark-mode .theme-switcher-btn[b-rnzyqmp61k] {
        border-color: #374151;
        color: #d1d5db;
    }

    body.dark-mode .theme-switcher-btn:hover[b-rnzyqmp61k],
    .home-container.dark-mode .theme-switcher-btn:hover[b-rnzyqmp61k] {
        background-color: rgba(55, 65, 81, 0.5);
        border-color: #4b5563;
    }

    .theme-menu[b-rnzyqmp61k] {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 0.5rem;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        min-width: 150px;
        z-index: 100;
        overflow: hidden;
    }

    body.dark-mode .theme-menu[b-rnzyqmp61k],
    .home-container.dark-mode .theme-menu[b-rnzyqmp61k] {
        background-color: #1f2937;
        border-color: #374151;
    }

    .theme-menu-item[b-rnzyqmp61k] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
        color: #374151;
        font-size: 0.875rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: background-color 0.2s;
    }

    .theme-menu-item:hover[b-rnzyqmp61k] {
        background-color: #f9fafb;
    }

    .theme-menu-item.active[b-rnzyqmp61k] {
        background-color: #f3f4f6;
        font-weight: 600;
    }

    body.dark-mode .theme-menu-item[b-rnzyqmp61k],
    .home-container.dark-mode .theme-menu-item[b-rnzyqmp61k] {
        color: #d1d5db;
    }

    body.dark-mode .theme-menu-item:hover[b-rnzyqmp61k],
    .home-container.dark-mode .theme-menu-item:hover[b-rnzyqmp61k] {
        background-color: #374151;
    }

    body.dark-mode .theme-menu-item.active[b-rnzyqmp61k],
    .home-container.dark-mode .theme-menu-item.active[b-rnzyqmp61k] {
        background-color: #4b5563;
    }

    .theme-switcher-mobile[b-rnzyqmp61k] {
        margin-top: 0.5rem;
    }

    .theme-switcher-mobile .theme-switcher-btn[b-rnzyqmp61k] {
        width: 100%;
        justify-content: flex-start;
    }

    /* Language Selector with Emoji Support */
    .language-flag-display[b-rnzyqmp61k] {
        font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', 'Segoe UI', system-ui, -apple-system, sans-serif;
        display: inline-block;
        vertical-align: middle;
    }

    .language-select[b-rnzyqmp61k] {
        font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', 'Segoe UI', system-ui, -apple-system, sans-serif;
        font-size: 0.875rem !important;
        line-height: 1.5;
    }

    .language-select option[b-rnzyqmp61k] {
        font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', 'Segoe UI', system-ui, -apple-system, sans-serif;
        font-size: 0.875rem;
        padding: 0.5rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .navbar-actions[b-rnzyqmp61k] {
            display: none;
        }

        .mobile-menu-toggle[b-rnzyqmp61k] {
            display: block;
        }

        .mobile-nav.active[b-rnzyqmp61k] {
            display: flex;
        }

        .accordion-wrapper[b-rnzyqmp61k] {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .accordion-video-wrapper[b-rnzyqmp61k] {
            position: relative;
            top: 0;
            order: -1;
        }

        .accordion-header[b-rnzyqmp61k] {
            padding: 1rem 1.25rem;
        }

        .accordion-title[b-rnzyqmp61k] {
            font-size: 1.125rem;
        }

        .accordion-description[b-rnzyqmp61k] {
            font-size: 0.9375rem;
        }

        .accordion-content[b-rnzyqmp61k] {
            padding: 0 1.25rem 1.25rem 1.25rem;
        }
    }

    @media (min-width: 640px) {
        .hero-title[b-rnzyqmp61k] {
            font-size: 3rem;
        }

        .hero-buttons[b-rnzyqmp61k] {
            flex-direction: row;
        }
    }

    @media (min-width: 768px) {
        .hero-title[b-rnzyqmp61k] {
            font-size: 3.75rem;
        }

        .hero-subtitle[b-rnzyqmp61k] {
            font-size: 1.5rem;
        }

        .section-title[b-rnzyqmp61k] {
            font-size: 1.875rem;
        }

        .stats-grid-inner[b-rnzyqmp61k] {
            grid-template-columns: repeat(4, 1fr);
        }

        .stat-item[b-rnzyqmp61k] {
            border-bottom: none;
        }

        .stat-item:nth-child(2n)[b-rnzyqmp61k] {
            border-right: 1px solid #f3f4f6;
        }

        .stat-item:last-child[b-rnzyqmp61k] {
            border-right: none;
        }

        .sponsors-grid[b-rnzyqmp61k] {
            grid-template-columns: repeat(2, 1fr);
        }

        .features-grid[b-rnzyqmp61k] {
            grid-template-columns: repeat(2, 1fr);
        }

        .how-it-works-grid[b-rnzyqmp61k] {
            grid-template-columns: repeat(2, 1fr);
        }


        .hero-phone[b-rnzyqmp61k] {
            bottom: -3rem;
            right: -3rem;
        }

        .hero-phone-inner[b-rnzyqmp61k] {
            border-width: 8px;
            border-radius: 2rem;
        }
    }

    @media (min-width: 1024px) {
        .how-it-works-grid[b-rnzyqmp61k] {
            grid-template-columns: repeat(4, 1fr);
        }

        .hero-title[b-rnzyqmp61k] {
            font-size: 4.5rem;
        }

        .section-title[b-rnzyqmp61k] {
            font-size: 2.25rem;
        }
    }

    /* Footer */
    .home-footer[b-rnzyqmp61k] {
        padding: 2rem 1.5rem;
        /* border-top: 1px solid rgba(207, 208, 208, 0.5); */
        background-color: rgba(255, 255, 255, 0.5);
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    body.dark-mode .home-footer[b-rnzyqmp61k],
    .home-container.dark-mode .home-footer[b-rnzyqmp61k] {
        border-top-color: rgba(55, 65, 81, 0.5);
        background-color: rgba(17, 24, 39, 0.5);
    }

    .footer-content[b-rnzyqmp61k] {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    @media (min-width: 640px) {
        .footer-content[b-rnzyqmp61k] {
            flex-direction: row;
            justify-content: space-between;
        }
    }

    .footer-brand[b-rnzyqmp61k] {
        display: flex;
        align-items: center;
    }

    .footer-app-name[b-rnzyqmp61k] {
        font-size: 1.125rem;
        font-weight: 600;
        color: #111827;
        transition: color 0.3s ease;
    }

    body.dark-mode .footer-app-name[b-rnzyqmp61k],
    .home-container.dark-mode .footer-app-name[b-rnzyqmp61k] {
        color: #f9fafb;
    }

    .footer-links[b-rnzyqmp61k] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .footer-link[b-rnzyqmp61k] {
        color: #6b7280;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .footer-link:hover[b-rnzyqmp61k] {
        color: #111827;
    }

    body.dark-mode .footer-link[b-rnzyqmp61k],
    .home-container.dark-mode .footer-link[b-rnzyqmp61k] {
        color: #9ca3af;
    }

    body.dark-mode .footer-link:hover[b-rnzyqmp61k],
    .home-container.dark-mode .footer-link:hover[b-rnzyqmp61k] {
        color: #f9fafb;
    }

.spin[b-rnzyqmp61k] {
  animation: spin-b-rnzyqmp61k 12s linear infinite;
}

.spin-reverse[b-rnzyqmp61k] {
  animation: spin-reverse-b-rnzyqmp61k 3.5s linear infinite;
}

@keyframes spin-b-rnzyqmp61k {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spin-reverse-b-rnzyqmp61k {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
