/* /Components/AppFooter.razor.rz.scp.css */
/* --- Footer --- */
.app-footer[b-h4q23n1i4j] {
    background-color: #16201a;
    color: #eaf1f7;
    padding: 4rem 2rem 2rem 2rem;
    font-family: inherit;
    border-top: 4px solid #2e6343;
}

.footer-container[b-h4q23n1i4j] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}


.footer-brand-section[b-h4q23n1i4j] {
    max-width: 350px;
}

.footer-logo-link[b-h4q23n1i4j] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fdfdfd;
    margin-bottom: 1rem;
}

.footer-logo[b-h4q23n1i4j] {
    width: 32px;
    height: 32px;
}

.footer-brand-name[b-h4q23n1i4j] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-tagline[b-h4q23n1i4j] {
    color: #8c9991;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.social-links[b-h4q23n1i4j] {
    display: flex;
    gap: 1rem;
}

    .social-links a[b-h4q23n1i4j] {
        color: #8c9991;
        font-size: 1.2rem;
        transition: color 0.2s ease, transform 0.2s ease;
    }

        .social-links a:hover[b-h4q23n1i4j] {
            color: #72e08e;
            transform: translateY(-3px);
        }

.footer-links-section[b-h4q23n1i4j] {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.link-column[b-h4q23n1i4j] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.column-title[b-h4q23n1i4j] {
    color: #fdfdfd;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.link-column a[b-h4q23n1i4j] {
    color: #8c9991;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

    .link-column a:hover[b-h4q23n1i4j] {
        color: #72e08e;
    }

.footer-bottom[b-h4q23n1i4j] {
    max-width: 1200px;
    margin: 3rem auto 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(253, 253, 253, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #5c6660;
    flex-wrap: wrap;
    gap: 1rem;
}

.author-link[b-h4q23n1i4j] {
    color: #8c9991;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

    .author-link:hover[b-h4q23n1i4j] {
        color: #fdfdfd;
    }

@media (max-width: 768px) {
    .footer-container[b-h4q23n1i4j] {
        flex-direction: column;
    }

    .footer-links-section[b-h4q23n1i4j] {
        gap: 2rem;
        justify-content: space-between;
    }

    .footer-bottom[b-h4q23n1i4j] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Components/AppHeader.razor.rz.scp.css */
.solid-nav.top-nav[b-zyotew839l] {
    position: sticky;
    top: 0;
    background: #fdfdfd;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem;
    height: 5rem;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solid-nav .logo[b-zyotew839l] {
    color: #2c332e;
    text-shadow: none;
    font-size: 1.5rem;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}

.logo:hover[b-zyotew839l] {
    color: #2e6343;
    transition: color 0.3s ease;
}

    .solid-nav .logo span:not(.logo-img)[b-zyotew839l] {
        text-shadow: none;
    }

.solid-nav .logo-img img[b-zyotew839l] {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1)); /* Мягкая темная тень вместо светлой */
    width: 60px; /* Чуть меньше для внутренних страниц */
}

.solid-nav .auth-buttons a[b-zyotew839l] {
    text-decoration: none;
    font-weight: 600;
}

.solid-nav .login-link[b-zyotew839l] {
    color: #495057;
    text-shadow: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

    .solid-nav .login-link:hover[b-zyotew839l] {
        color: #2e6343 !important;
        transition: color 0.3s ease;
    }

.solid-nav .signup-button[b-zyotew839l] {
    color: #198754;
    border-color: #198754;
    background: transparent;
    text-shadow: none;
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .solid-nav .signup-button:hover[b-zyotew839l] {
        background: #198754;
        color: #fdfdfd;
        box-shadow: 0 4px 10px rgba(25, 135, 84, 0.2);
        transition: all 0.3s ease;
    }

.solid-nav .user-auth-pill[b-zyotew839l] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    backdrop-filter: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.solid-nav .username-display[b-zyotew839l],
.solid-nav .vault-link[b-zyotew839l] {
    color: #495057;
}

.solid-nav .pill-divider[b-zyotew839l] {
    background-color: #dee2e6;
}

.solid-nav .logout-icon-btn[b-zyotew839l] {
    color: #6c757d;
    background: transparent;
}

    .solid-nav .logout-icon-btn:hover[b-zyotew839l] {
        background: #ffe3e3;
        color: #dc3545;
    }

/* Мобильная версия для solid-nav */
@media (max-width: 768px) {
    .solid-nav.top-nav[b-zyotew839l] {
        padding: 0.8rem 20px;
        height: 4.5rem;
    }

    .solid-nav .logo-img img[b-zyotew839l] {
        width: 40px;
    }

    .solid-nav .user-auth-pill[b-zyotew839l] {
        background: #f8f9fa;
        border-color: #dee2e6;
    }
}
/* /Components/PasswordField.razor.rz.scp.css */
.password-wrapper[b-bltjog25cs] {
    position: relative;
}

.toggle-password[b-bltjog25cs] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6b7280;
}

    .toggle-password:hover[b-bltjog25cs] {
        color: #111827;
    }
/* /Components/RecoveryKeyScreen.razor.rz.scp.css */
.warning-title[b-ehtthtki6g] {
    color: #dc3545;
}

.recovery-key-box[b-ehtthtki6g] {
    background-color: #2b2b2b;
    color: #4af626;
    letter-spacing: 2px;
/*    word-break: break-all;*/
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
}

.warning-text[b-ehtthtki6g] {
    font-size: 0.85rem;
    line-height: 1.4;
}

.btn-acknowledge[b-ehtthtki6g] {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
}

    .btn-acknowledge:hover[b-ehtthtki6g] {
        background-color: #218838;
        border-color: #1e7e34;
    }
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-nerqw16qkh] {
    min-height: 100vh;
}

.login-page[b-nerqw16qkh] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    padding-top: 15vh;
    background: linear-gradient(135deg, #0d1f14 0%, #2e6343 100%);
}

@keyframes breathingForest-b-nerqw16qkh {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-card[b-nerqw16qkh] {
    width: 420px;
    background: #fffdf7;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.logo-img img[b-nerqw16qkh] {
    filter: drop-shadow(0px 0px 12px rgba(255, 240, 200, 0.4));
    width: 150px;
    height: auto;
}

@media (max-width: 1440px) {

    .login-page[b-nerqw16qkh] {
        padding-bottom: 0rem;
        padding-top: 10vh;
    }

    .logo-img img[b-nerqw16qkh] {
        width: 110px;
    }

    .login-card[b-nerqw16qkh] {
        margin-bottom: 10vh;
    }
}

[b-nerqw16qkh] .form-group {
    margin-bottom: 16px;
}

[b-nerqw16qkh] label {
    display: block;
    font-size: 1rem;
    color: #212529BF;
    margin-bottom: 6px;
}

[b-nerqw16qkh] .input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 14px;
}

    [b-nerqw16qkh] .input:focus {
        outline: none;
        border-color: #2563eb;
    }


[b-nerqw16qkh] .submit-btn {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background: linear-gradient(135deg, #006C1C, #059669);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

    [b-nerqw16qkh] .submit-btn:hover {
        opacity: 0.95;
    }

    [b-nerqw16qkh] .submit-btn:disabled {
        opacity: 0.7;
        cursor: not-allowed;
        box-shadow: none;
    }

[b-nerqw16qkh] .alert-error {
    background-color: #fee2e2;
    color: #b91c1c;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f87171;
    animation: fadeIn-b-nerqw16qkh 0.3s ease-in-out;
}

[b-nerqw16qkh] .validation-text {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 4px;
    display: block;
}

[b-nerqw16qkh] .input.invalid {
    border-color: #ef4444 !important;
    outline-color: #ef4444 !important;
}

@keyframes fadeIn-b-nerqw16qkh {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spinner-border-b-nerqw16qkh {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .login-card[b-nerqw16qkh] {
        width: 90%;
        padding: 20px;
    }

    .login-page[b-nerqw16qkh] {
        padding-bottom: 0rem;
        padding-top: 10vh;
    }

    .logo-img img[b-nerqw16qkh] {
        width: 130px;
    }
}
/* /Layout/ContentLayout.razor.rz.scp.css */
.content-page-wrapper[b-cs6nm08a0v] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fffdf7;
    font-family: inherit;
}

.content-main[b-cs6nm08a0v] {
    flex-grow: 1;
    padding: 3rem 2rem;
}
/* /Layout/HomeLayout.razor.rz.scp.css */
.dashboard[b-wu1lulpw9k] {
    display: flex;
    min-height: 100vh;
    background-color: #f5f6fa;
}

.main-content[b-wu1lulpw9k] {
    flex-grow: 1;
    padding: 2rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* --- Global App Layout --- */
.securoia-app[b-07z046pyng] {
    min-height: 100vh;
    background-color: #fffdf7;
    font-family: inherit;
}

/* --- Top Navigation --- */
.app-topnav[b-07z046pyng] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 3rem;
    background-color: #fdfdfd;
    box-shadow: 0 4px 20px rgba(46, 99, 67, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand[b-07z046pyng] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

    .nav-brand .brand-name[b-07z046pyng] {
        /*        color: #1E0A04;*/
        color: #2c332e;
        transition: color 0.3s ease;
    }

    .nav-brand:hover .brand-name[b-07z046pyng] {
        color: #2e6343;
        transition: color 0.3s ease;
    }

.brand-logo[b-07z046pyng] {
    height: 60px;
    width: auto;
}

.brand-name[b-07z046pyng] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c332e;
}

.nav-links[b-07z046pyng] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

[b-07z046pyng] .nav-link {
    color: #5c6660 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0.5rem 0.8rem;
    border-radius: 13px;
    transition: all 0.2s ease;
}

    [b-07z046pyng] .nav-link:hover {
        color: #2e6343;
        background-color: #f4f8f5;
    }

    [b-07z046pyng] .nav-link.active {
        color: #2e6343;
        background-color: #eaf5ea;
        font-weight: 600;
    }

[b-07z046pyng] .logout-btn {
    background: none;
    border: none;
    cursor: pointer;
}

    [b-07z046pyng] .logout-btn:hover {
        color: #d32f2f !important;
        background-color: #fcebeb;
    }

/* --- Main Content Area --- */
.app-content[b-07z046pyng] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.mobile-bottom-nav[b-07z046pyng] {
    display: none;
}


/* --- Mobile Area ---*/
@media (max-width: 768px) {
    .app-topnav .nav-links[b-07z046pyng] {
        display: none !important;
    }

    .app-topnav[b-07z046pyng] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 60px;
        padding: 0 2rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fdfdfd;
        z-index: 1040;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

        .app-topnav .nav-brand[b-07z046pyng] {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: #2c332e;
        }

        .app-topnav .brand-logo[b-07z046pyng] {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }

        .app-topnav .brand-name[b-07z046pyng] {
            font-size: 1.5rem;
            font-weight: 700;
            letter-spacing: -0.5px;
        }

    .app-content[b-07z046pyng] {
        padding-top: 75px !important;
    }

    .mobile-bottom-nav[b-07z046pyng] {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fdfdfd;
        box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.08);
        z-index: 1050;
        padding-bottom: env(safe-area-inset-bottom);
    }

        [b-07z046pyng] .mobile-bottom-nav .nav-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px 0;
            color: #8c9991;
            text-decoration: none;
            font-size: 0.75rem;
            font-weight: 500;
            background: none;
            border: none;
            transition: color 0.2s;
        }

            [b-07z046pyng] .mobile-bottom-nav .nav-item i {
                font-size: 1.6rem;
                margin-bottom: 2px;
            }

    [b-07z046pyng] .mobile-bottom-nav .nav-item.text-danger {
        order: 1 !important;
        opacity: 0.6;
    }

    [b-07z046pyng] .mobile-bottom-nav .nav-item[href="/files"] {
        order: 2 !important;
    }

    [b-07z046pyng] .mobile-bottom-nav .nav-item[href="/settings"] {
        order: 3 !important;
    }

            
        [b-07z046pyng] .mobile-bottom-nav .nav-item.active {
            color: #2e6343;
        }

            [b-07z046pyng] .mobile-bottom-nav .nav-item.text-danger {
                color: #d32f2f;
            }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar-wrapper[b-wm2gekylyr] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.logo[b-wm2gekylyr] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.logo-img[b-wm2gekylyr] {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.logo-headline[b-wm2gekylyr] {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    font-size: 1.6rem;
}

.menu[b-wm2gekylyr] {
    flex-grow: 1;
    margin-top: 2rem;
}

[b-wm2gekylyr] .menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.55rem;
    border-radius: 6px;
    color: #cbd5e1;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
}

    [b-wm2gekylyr] .menu-item.active,
    [b-wm2gekylyr] .menu-item:hover {
        background-color: #006C1C;
        color: white;
    }

.logout[b-wm2gekylyr] {
    padding-top: 1.5rem;
    border-top: 2px solid #434f63;
}

.log-btn[b-wm2gekylyr] {
    width: 100%;
    background: none;
    border: 1.5px solid transparent;
    color: #f87171;
    padding: 0.5rem 0.75rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

    .logout-btn:hover[b-wm2gekylyr] {
        background-color: rgba(248, 113, 113, 0.05);
        border-color: #f87171;
        color: #ef4444;
    }

.login-btn[b-wm2gekylyr] {
    color: white;
}

    .login-btn:hover[b-wm2gekylyr] {
        background-color: rgba(248, 113, 113, 0.05);
        border-color: #006C1C;
        color: #cbd5e1;
    }
/* /Pages/Faq.razor.rz.scp.css */
.faq-container[b-nmufwwihlz] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.faq-header[b-nmufwwihlz] {
    margin-bottom: 3rem;
}

.faq-header-icon[b-nmufwwihlz] {
    font-size: 3rem;
    color: #198754; /* Твой основной зеленый цвет */
    margin-bottom: 1rem;
}

.faq-item[b-nmufwwihlz] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

    .faq-item:hover[b-nmufwwihlz] {
        border-color: #198754;
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.1);
    }

.faq-question[b-nmufwwihlz] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    cursor: pointer;
}

.chevron-icon[b-nmufwwihlz] {
    color: #198754;
    transition: transform 0.3s ease;
}

.faq-answer[b-nmufwwihlz] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    background-color: #fcfcfc;
}

.faq-item.expanded .faq-answer[b-nmufwwihlz] {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out;
}

.answer-content[b-nmufwwihlz] {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #495057;
    line-height: 1.6;
}

    .answer-content strong[b-nmufwwihlz] {
        color: #2c3e50;
    }

.faq-footer p[b-nmufwwihlz] {
    font-size: 1.5rem;
}

.contact-button[b-nmufwwihlz] {
    border-radius: 10px;
    font-size: 1.2rem;
}
/* /Pages/Files.razor.rz.scp.css */
.files-header[b-3vm2819zs5] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.title-and-quota[b-3vm2819zs5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-title[b-3vm2819zs5] {
    font-size: 2rem;
    color: #2c332e;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.quota-widget[b-3vm2819zs5] {
    width: 280px;
    background: #fdfdfd;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #eaf1f7;
    box-shadow: 0 2px 10px rgba(46, 99, 67, 0.03);
}

.quota-texts[b-3vm2819zs5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.85rem;
}

.quota-title[b-3vm2819zs5] {
    color: #5c6660;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .quota-title i[b-3vm2819zs5] {
        color: #2e6343;
    }

.quota-numbers[b-3vm2819zs5] {
    font-variant-numeric: tabular-nums;
}

.used-text[b-3vm2819zs5] {
    font-weight: 700;
    color: #5c6660;
}

.total-text[b-3vm2819zs5] {
    color: #8c9991;
}

.quota-track[b-3vm2819zs5] {
    height: 6px;
    background-color: #f0f4f1;
    border-radius: 10px;
    overflow: hidden;
}

.quota-fill[b-3vm2819zs5] {
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}

    .quota-fill.safe[b-3vm2819zs5] {
        background-color: #2e6343;
    }
    .quota-fill.warning[b-3vm2819zs5] {
        background-color: #f59e0b;
    }
    .quota-fill.danger[b-3vm2819zs5] {
        background-color: #ef4444;
    }




.btn-primary[b-3vm2819zs5] {
    background-color: #2e6343;
    color: #fdfdfd;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(46, 99, 67, 0.2);
}

    .btn-primary:hover[b-3vm2819zs5] {
        background-color: #1e452e;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(46, 99, 67, 0.3);
    }

/* --- Upload Drop Zone --- */
.upload-section[b-3vm2819zs5] {
    margin-bottom: 2.5rem;
}

.drop-zone[b-3vm2819zs5] {
    background-color: #fdfdfd;
    border: 2px dashed #d8ebd8; /* Soft green dashed border */
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

    .drop-zone:hover[b-3vm2819zs5] {
        border-color: #2e6343;
        background-color: #fafdfa;
    }

.drop-zone-content[b-3vm2819zs5] {
    pointer-events: none;
}

.drop-icon[b-3vm2819zs5] {
    font-size: 3rem;
    color: #2e6343;
    margin-bottom: 1rem;
    display: block;
}

.drop-zone p[b-3vm2819zs5] {
    font-size: 1.1rem;
    color: #2c332e;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}

.drop-subtitle[b-3vm2819zs5] {
    font-size: 0.85rem;
    color: #8c9991;
}

[b-3vm2819zs5] #hiddenFileInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 480px) {
    .upload-section[b-3vm2819zs5] {
        display: none;
    }
}

/* --- Files Table --- */
.table-card[b-3vm2819zs5] {
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f4f1;
    overflow: hidden;
}

.table-scroll-container[b-3vm2819zs5] {
    min-height: 40vh;
    max-height: 56vh;
    overflow-y: auto;
}

.files-table[b-3vm2819zs5] {
    width: 100%;
    border-collapse: collapse;
}

    .files-table th[b-3vm2819zs5], .files-table td[b-3vm2819zs5] {
        padding: 1rem 1.5rem;
        text-align: left;
    }

    .files-table thead th[b-3vm2819zs5] {
        position: sticky;
        top: 0;
        background-color: #fdfdfd;
        color: #5c6660;
        font-weight: 600;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #eaf1f7;
        z-index: 10;
    }

.file-entry[b-3vm2819zs5] {
    border-bottom: 1px solid #f0f4f1;
    transition: background-color 0.2s ease;
}

    .file-entry:last-child[b-3vm2819zs5] {
        border-bottom: none;
    }

    .file-entry:hover[b-3vm2819zs5] {
        background-color: #fcfdfc; /* Very subtle hover */
    }

.file-name-cell[b-3vm2819zs5] {
    vertical-align: middle;
}

.file-name-wrapper[b-3vm2819zs5] {
    cursor: pointer;
    font-weight: 500;
    color: #2c332e;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .file-name-wrapper:hover .file-name-text[b-3vm2819zs5] {
        color: #2e6343;
    }

.file-size[b-3vm2819zs5], .file-date[b-3vm2819zs5] {
    color: #5c6660;
    font-size: 0.9rem;
}

/* --- Actions & Context Menu --- */
.actions-header[b-3vm2819zs5] {
    width: 60px;
}

.action-dots-btn[b-3vm2819zs5] {
    background: none;
    border: none;
    color: #8c9991;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .action-dots-btn:hover[b-3vm2819zs5] {
        color: #2c332e;
        background-color: #f0f4f1;
    }

.dropdown-wrapper[b-3vm2819zs5] {
    position: relative;
}

.dropdown-menu-custom[b-3vm2819zs5] {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fdfdfd;
    border: 1px solid #eaf1f7;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

    .dropdown-menu-custom.show[b-3vm2819zs5] {
        padding: 0.5rem;
        visibility: visible;
        margin-top: 5px;
        opacity: 1;
        transform: translateY(0);
    }

/* Fix for menus cutting off at bottom of table */
.has-many-files tbody tr:nth-last-child(-n+2) .dropdown-menu-custom[b-3vm2819zs5] {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
    transform: translateY(10px);
    padding: 0.5rem;
}

    .has-many-files tbody tr:nth-last-child(-n+2) .dropdown-menu-custom.show[b-3vm2819zs5] {
        transform: translateY(0);
    }

.menu-item[b-3vm2819zs5] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c332e;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s ease;
}

    .menu-item:hover[b-3vm2819zs5] {
        background: #f4f8f5;
        color: #2e6343;
    }

.menu-divider[b-3vm2819zs5] {
    height: 1px;
    background-color: #eaf1f7;
    margin: 4px 0;
}

.menu-item.delete[b-3vm2819zs5] {
    color: #d32f2f;
}

    .menu-item.delete:hover[b-3vm2819zs5] {
        background: #fcebeb;
        color: #b71c1c;
    }

/* --- State Messages (Empty / Loading) --- */
.empty-state[b-3vm2819zs5], .loading-state[b-3vm2819zs5] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fdfdfd;
    border-radius: 16px;
    border: 1px dashed #d8ebd8;
}

    .empty-state i[b-3vm2819zs5] {
        font-size: 3rem;
        color: #cbd5e1;
        margin-bottom: 1rem;
        display: block;
    }

    .empty-state p[b-3vm2819zs5] {
        font-size: 1.2rem;
        color: #2c332e;
        font-weight: 600;
        margin: 0 0 0.5rem 0;
    }

    .empty-state span[b-3vm2819zs5] {
        color: #8c9991;
    }

/* --- File Icons Colors (Muted for elegant look) --- */
.bi-file-earmark-pdf-fill[b-3vm2819zs5] {
    color: #e57373;
}

.bi-file-earmark-word-fill[b-3vm2819zs5] {
    color: #64b5f6;
}

.bi-file-earmark-excel-fill[b-3vm2819zs5] {
    color: #81c784;
}

.bi-file-earmark-image-fill[b-3vm2819zs5] {
    color: #ffb74d;
}

.bi-file-earmark-zip-fill[b-3vm2819zs5] {
    color: #ffd54f;
}

.bi-file-earmark-text-fill[b-3vm2819zs5] {
    color: #90a4ae;
}

.bi-file-earmark-spreadsheet-fill[b-3vm2819zs5] {
    color: #4db6ac;
}

.bi-file-earmark-play-fill[b-3vm2819zs5] {
    color: #ba68c8;
}

.file-icon[b-3vm2819zs5] {
    font-size: 1.2rem;
}


.mobile-menu-backdrop[b-3vm2819zs5] {
    display: none;
}

.mobile-menu-handle[b-3vm2819zs5] {
    display: none;
}

.error-state[b-3vm2819zs5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: #fdfdfd;
    border-radius: 12px;
    border: 1px dashed rgba(211, 47, 47, 0.3);
    margin: 20px 0;
}

    .error-state .error-icon-wrapper i[b-3vm2819zs5] {
        font-size: 3rem;
        color: #d32f2f;
        opacity: 0.8;
    }

    .error-state .error-title[b-3vm2819zs5] {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .error-state .error-description[b-3vm2819zs5] {
        font-size: 0.95rem;
        max-width: 400px;
        margin: 0 auto;
    }

    .error-state .btn-outline-secondary[b-3vm2819zs5] {
        display: inline-flex;
        align-items: center;
        transition: all 0.2s ease;
    }

        .error-state .btn-outline-secondary:hover[b-3vm2819zs5] {
            background-color: #f8f9fa;
            color: #333;
        }

@media (max-width: 768px) {
    .files-header[b-3vm2819zs5] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .quota-widget[b-3vm2819zs5] {
        width: 100%;
    }

    .btn-primary[b-3vm2819zs5] {
        width: 100%;
        justify-content: center;
    }

    .error-state[b-3vm2819zs5] {
        padding: 2rem 1rem;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .files-table thead[b-3vm2819zs5] {
        display: none !important;
    }

    .files-table[b-3vm2819zs5], .files-table tbody[b-3vm2819zs5] {
        display: block;
        width: 100%;
    }

    .file-entry[b-3vm2819zs5] {
        display: grid !important;
        grid-template-columns: auto 1fr;
        gap: 6px 15px;
        padding: 16px 15px !important;
        border-bottom: 1px solid #f0f4f1;
        position: relative;
    }


    .file-name-cell[b-3vm2819zs5] {
        grid-column: 1 / -1;
        padding: 0 !important;
        border: none !important;
        min-width: 0;
    }

    .file-name-wrapper[b-3vm2819zs5] {
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: 100%;
        min-width: 0;
    }

        .file-name-wrapper .bi[b-3vm2819zs5] {
            flex-shrink: 0;
            margin-top: 0;
        }

    .file-name-text[b-3vm2819zs5] {
        font-size: 1.09rem;
        font-weight: 500;
        color: #5c6660;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-size[b-3vm2819zs5] {
        padding: 0 !important;
        border: none !important;
        font-size: 0.95rem;
        color: #8c9991;
    }

    .file-date[b-3vm2819zs5] {
        padding: 0 !important;
        border: none !important;
        font-size: 0.95rem;
        color: #8c9991;
        text-align: left !important;
    }

    .action-dots-btn[b-3vm2819zs5] {
        display: none !important;
    }

    .files-actions[b-3vm2819zs5] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0 !important;
        border: none !important;
    }

    /* 1. Прячем десктопную кнопку с точками */
    .desktop-only[b-3vm2819zs5] {
        display: none !important;
    }

    .title-and-quota[b-3vm2819zs5] {
        display: flex;
        flex-direction: column; /* Ставим квоту под заголовком */
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    /* 2. МАГИЯ: Превращаем стандартную кнопку в плавающий круг (FAB) */
    .files-header .btn-primary[b-3vm2819zs5] {
        position: fixed !important;
        bottom: 90px;
        right: 2.3rem;
        width: 60px;
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        z-index: 1001;
        font-size: 0 !important;
    }

        /* 3. Возвращаем размер иконке внутри кнопки */
        .files-header .btn-primary i[b-3vm2819zs5] {
            font-size: 26px !important; /* Размер плюсика */
            margin: 0 !important;
            bottom: 85px !important;
        }

    .upload-new-file-span[b-3vm2819zs5] {
        display: none;
    }
    /* 3. Мобильное затемнение фона (Backdrop) */
    .mobile-menu-backdrop[b-3vm2819zs5] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1040;
        backdrop-filter: blur(2px);
    }

    /* 4. Bottom Sheet (Меню снизу) */
    .dropdown-menu-custom[b-3vm2819zs5] {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: #fffdf7;
        border-radius: 20px 20px 0 0;
        padding: 15px 20px 30px 20px;
        box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
        z-index: 1050;
        display: flex;
        flex-direction: column;
        transition: bottom 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .dropdown-menu-custom.show[b-3vm2819zs5] {
            top: 82%;
            transform: translateY(0);
            transition: bottom 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

    .has-many-files tbody tr:nth-last-child(-n+2) .dropdown-menu-custom.show[b-3vm2819zs5] {
        top: 82%;
        transform: translateY(0);
        bottom: 0;
        padding: 0;
        margin-bottom: 0;
        transition: bottom 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .mobile-menu-handle[b-3vm2819zs5] {
        display: block;
        width: 40px;
        height: 5px;
        background: #e0e0e0;
        border-radius: 5px;
        margin: 0 auto 15px auto;
    }

    .dropdown-menu-custom .menu-item[b-3vm2819zs5] {
        padding: 15px 10px;
        font-size: 1.1rem;
    }

    .files-header[b-3vm2819zs5] {
        margin-bottom: 1rem;
    }

    .table-scroll-container[b-3vm2819zs5] {
        max-height: 65vh;
    }
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.recovery-header[b-giyibkbmh5] {
    color: #374151;
    text-align: center;
    margin-bottom: 1.5rem;
}

.recovery-instr[b-giyibkbmh5] {
    color: #212529BF;
    text-align: center;
    margin-bottom: 1rem;
}

.back-login[b-giyibkbmh5] {
    text-align: center;
    margin-top: 0.8rem;
}

    .back-login a[b-giyibkbmh5] {
        text-decoration: none;
        color: #374151;
    }

.recovery-warning[b-giyibkbmh5] {
    margin-bottom: 1.5rem;
}

    .recovery-warning p[b-giyibkbmh5] {
        padding-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

.go-to-login-wrapper[b-giyibkbmh5] {
    text-align: center;
    padding-top: 1.5rem;
}

    .go-to-login-wrapper i[b-giyibkbmh5] {
        font-size: 4rem;
    }

    .go-to-login-wrapper button[b-giyibkbmh5] {
        background-color: #28a745;
        border-color: #28a745;
    }
/* /Pages/Home.razor.rz.scp.css */
body[b-7cnj1qfyt3] {
    background-color: #fffdf7 !important;
    color: #333 !important;
}

.hero[b-7cnj1qfyt3] {
    position: relative;
    background-image: url('imgs/header.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 3rem;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, white 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, white 85%, transparent 100%);
}

.top-nav[b-7cnj1qfyt3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    height: 7rem;
    background: linear-gradient(to bottom, rgba(0,0,0, 0.75) 0%, rgba(0,0,0, 0) 100%);
    padding-top: 2rem;
}

.user-auth-pill[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(253, 253, 253, 0.15);
    border-radius: 20px;
    padding: 0.3rem 0.4rem 0.3rem 1.2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vault-link[b-7cnj1qfyt3] {
    color: #72e08e;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease;
}

    .vault-link:hover[b-7cnj1qfyt3] {
        opacity: 0.8;
    }

.pill-divider[b-7cnj1qfyt3] {
    width: 1px;
    height: 18px;
    background-color: rgba(253, 253, 253, 0.3);
    margin: 0 12px;
}

.username-display[b-7cnj1qfyt3] {
    color: #fdfdfd;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 12px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-icon-btn[b-7cnj1qfyt3] {
    background: rgba(253, 253, 253, 0.1);
    color: #fdfdfd;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .logout-icon-btn:hover[b-7cnj1qfyt3] {
        background: #d32f2f;
        transform: scale(1.05);
    }

.logo[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fdfdfd !important;
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.logo-img[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-img img[b-7cnj1qfyt3] {
        filter: drop-shadow(0px 0px 12px rgba(255, 253, 247, 0.3));
        width: 80px;
        height: auto;
    }

.logo span:not(.logo-img)[b-7cnj1qfyt3] {
    font-size: 2.7rem; /* Adjust to match your design */
    font-weight: 700;
    letter-spacing: 0.5px;
    /* The magic halo: layered text-shadows for a smooth, deep glow */
    text-shadow:
    /* Слой 1: Плотное центральное ядро. Определяет яркость и форму букв. */
    0 0 8px rgba(255, 253, 247, 0.4),
    /* Слой 2: Мягкий средний ореол. Создает объем света вокруг текста. */
    0 0 18px rgba(255, 253, 247, 0.23),
    /* Слой 3: Широкая внешняя аура. Плавно растворяет свет в фоне. */
    0 0 35px rgba(255, 253, 247, 0.1);
}

.auth-buttons[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.login-link[b-7cnj1qfyt3] {
    color: #fdfdfd;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), /* Sharp inner shadow for crisp edges */
    0 4px 15px rgba(0, 0, 0, 0.6), /* Mid-range dark spread */
    0 0 30px rgba(0, 0, 0, 0.4); /* Wide ambient dark glow */

    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .login-link:hover[b-7cnj1qfyt3] {
        opacity: 0.8;
        transform: translateY(-1px);
    }

.signup-button[b-7cnj1qfyt3] {
    color: #fdfdfd;
    font-size: 1.5rem;
    padding: 0.6rem 1.5rem;
    background: rgba(253, 253, 253, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(253, 253, 253, 0.3);
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .signup-button:hover[b-7cnj1qfyt3] {
        background: #fdfdfd;
        color: #2e6343; /* Your Sequoia green */
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.hero-text[b-7cnj1qfyt3] {
    color: #fdfdfd;
    margin-top: 13rem;
    margin-bottom: 2rem;
    padding: 70px 180px;
    background: rgba(0, 0, 0, 0.16);
    /*    backdrop-filter: blur(0.2px);
    -webkit-backdrop-filter: blur(0.2px);*/
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent), linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
}

    .hero-text h1[b-7cnj1qfyt3] {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 2rem;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
        word-spacing: 7px;
    }

    .hero-text .h-divider[b-7cnj1qfyt3] {
        width: 600px;
        height: 3.5px;
        background-color: #f2f2f2;
        padding: 0px 80px;
        opacity: 0.8;
        margin: 0 auto 2rem;
        border-radius: 25px;
        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent), linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent), linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
        mask-composite: intersect;
        -webkit-mask-composite: source-in;
    }

    .hero-text h2[b-7cnj1qfyt3] {
        font-size: 3rem;
        font-weight: 500;
        margin-bottom: 1rem;
        text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
    }

    .hero-text p[b-7cnj1qfyt3] {
        font-size: 2rem;
        font-weight: 400;
        text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
        opacity: 0.95;
    }


/* The Main Button Styling */
.hero-cta-button[b-7cnj1qfyt3] {
    display: inline-block;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 1rem 2.5rem;
    /* A rich, dark earthy background with slight transparency */
    background: rgba(60, 48, 38, 0.85);
    /* Blurs the forest background slightly behind the button */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* A very subtle light border to make it pop from the background */
    border: 1px solid rgba(253, 253, 253, 0.15);
    border-radius: 25px; /* Perfect pill shape */
    /* Typography */
    color: #fdfdfd;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    /* A soft shadow to give it depth */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    /* Smooth transitions for the hover effect */
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

    /* The Hover Effect */
    .hero-cta-button:hover[b-7cnj1qfyt3] {
        /* Lifts the button up slightly */
        transform: translateY(-4px);
        /* Lightens the background slightly */
        background: rgba(75, 62, 51, 0.95);
        border-color: rgba(253, 253, 253, 0.3);
        /* Creates a beautiful, warm glowing shadow */
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(138, 108, 88, 0.3); /* Warm ambient glow */
    }

    /* The Active (Click) Effect */
    .hero-cta-button:active[b-7cnj1qfyt3] {
        transform: translateY(1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
/* Features Bar */
.features-bar[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 41, 46, 0.65); /* Translucent dark background */
    border-top: 1.8px solid rgba(242, 242, 242, 0.4);
    border-bottom: 1.8px solid rgba(242, 242, 242, 0.4);
    padding: 12px 25px;
    color: #fdfdfd;
    gap: 20px;
    backdrop-filter: blur(3px); /* Slight blur effect behind the bar */
    flex-wrap: wrap;
}

.feature-item[b-7cnj1qfyt3] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 500;
}

    .feature-item svg[b-7cnj1qfyt3] {
        width: 25px;
        height: 25px;
        transition: all 0.3s ease;
    }

    .feature-item:hover svg[b-7cnj1qfyt3] {
        stroke: #22c55e;
        filter: drop-shadow(0 0 6px rgba(34, 197, 94, 0.4));
    }

.divider[b-7cnj1qfyt3] {
    width: 1px;
    height: 24px;
    background-color: rgba(253, 253, 253, 0.4);
}

.slogan-section[b-7cnj1qfyt3] {
    text-align: center;
    padding: 4rem 2rem 2rem;
}

    .slogan-section h3[b-7cnj1qfyt3] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c332e;
        margin-bottom: 1.5rem;
    }

.main-slogan .text-line[b-7cnj1qfyt3] {
    display: inline;
}

.main-slogan .spacer[b-7cnj1qfyt3] {
    display: block;
    height: 0;
}


/* Laptop responsiveness for the top*/
@media (max-width: 1440px) {
    .top-nav[b-7cnj1qfyt3] {
        padding: 1rem 3rem;
    }

    .logo[b-7cnj1qfyt3] {
        gap: 15px;
    }

        .logo span:not(.logo-img)[b-7cnj1qfyt3] {
            font-size: 2rem;
        }

    .logo-img img[b-7cnj1qfyt3] {
        width: 60px;
        height: auto;
    }

    .login-link[b-7cnj1qfyt3] {
        font-size: 1.25rem;
    }

    .signup-button[b-7cnj1qfyt3] {
        font-size: 1.25rem;
        padding: 0.5rem 1.2rem;
    }

    .hero[b-7cnj1qfyt3] {
        -webkit-mask-image: linear-gradient(to bottom, white 95%, transparent 100%);
        mask-image: linear-gradient(to bottom, white 95%, transparent 100%);
    }

    .hero-text[b-7cnj1qfyt3] {
        margin-top: 5rem;
        margin-bottom: 0rem;
    }

        .hero-text .h-divider[b-7cnj1qfyt3] {
            margin-bottom: 1.5rem;
        }

        .hero-text h1[b-7cnj1qfyt3] {
            font-size: 2.2rem;
        }

        .hero-text h2[b-7cnj1qfyt3] {
            font-size: 1.8rem;
        }

        .hero-text p[b-7cnj1qfyt3] {
            font-size: 1.3rem;
        }

    .hero-cta-button[b-7cnj1qfyt3] {
        margin-top: 0rem;
        font-size: 1.3rem;
        padding: 0.9rem 2rem;
        margin-bottom: 1.7rem;
    }

    .feature-item[b-7cnj1qfyt3] {
        font-size: 1rem;
    }
}

.features-grid-section[b-7cnj1qfyt3] {
    max-width: 1500px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem;
}

/* The 2x2 Grid */
.features-grid[b-7cnj1qfyt3] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.7rem;
}

/* Base Card Styling */
.feature-card[b-7cnj1qfyt3] {
    position: relative;
    overflow: hidden;
    background: #fdfdfd;
    border-radius: 10px;
    padding: 2.5rem;
    text-align: left;
    border: 2.3px solid #f0ece1;
    box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.05);
    transition: translate 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
}

    .feature-card[b-7cnj1qfyt3]::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: inherit;
        background: linear-gradient( to top, rgba(46, 99, 67, 0.1) 0%, transparent 10% );
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 0;
    }

    .feature-card.card-1[b-7cnj1qfyt3]::before {
        background: linear-gradient( to top, rgba(171, 90, 90, 0.15) 0%, transparent 10% );
    }

    .feature-card.card-2[b-7cnj1qfyt3]::before {
        background: linear-gradient( to top, rgba(184, 122, 61, 0.15) 0%, transparent 10% );
    }

    .feature-card.card-3[b-7cnj1qfyt3]::before {
        background: linear-gradient( to top, rgba(74, 117, 153, 0.15) 0%, transparent 10% );
    }

    .feature-card.card-4[b-7cnj1qfyt3]::before {
        background: linear-gradient( to top, rgba(59, 130, 59, 0.15) 0%, transparent 10% );
    }

    .feature-card:hover[b-7cnj1qfyt3]::before {
        opacity: 1;
    }

    .feature-card:hover[b-7cnj1qfyt3] {
        translate: 0 -10px;
        border-color: rgba(34, 197, 94, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 30px rgba(34, 197, 94, 0.15);
        z-index: 2;
    }

    .feature-card.card-1:hover[b-7cnj1qfyt3] {
        border-color: rgba(171, 90, 90, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 30px rgba(171, 90, 90, 0.15);
    }

    .feature-card.card-2:hover[b-7cnj1qfyt3] {
        border-color: rgba(184, 122, 61, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 30px rgba(184, 122, 61, 0.15);
    }

    .feature-card.card-3:hover[b-7cnj1qfyt3] {
        border-color: rgba(74, 117, 153, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 30px rgba(216, 235, 216, 0.15);
    }

    .feature-card.card-4:hover[b-7cnj1qfyt3] {
        border-color: rgba(59, 130, 59, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 30px rgba(59, 130, 59, 0.15);
    }

    /* Typography */
    .feature-card h3[b-7cnj1qfyt3] {
        font-size: 1.6rem;
        font-weight: 700;
        color: #2c332e;
        margin-bottom: 1.4rem;
    }

    .feature-card p[b-7cnj1qfyt3] {
        font-size: 1.5rem;
        line-height: 1.55;
        color: #5c6660;
    }

    .feature-card h3[b-7cnj1qfyt3],
    .feature-card p[b-7cnj1qfyt3] {
        position: relative;
        z-index: 2;
    }

        .feature-card p strong[b-7cnj1qfyt3] {
            color: #2c332e;
            font-weight: 600;
        }

/* Colored Icon Wrappers and Card Borders to add "Life" */
.icon-wrapper[b-7cnj1qfyt3] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .icon-wrapper svg[b-7cnj1qfyt3] {
        width: 38px;
        height: 38px;
    }

/* Color Palette: Warm, Earthy, and Modern */
.card-1[b-7cnj1qfyt3] {
    border-color: #ecd6d6;
}
/* Soft Green */
.icon-green[b-7cnj1qfyt3] {
    background: #eaf5ea;
    color: #3b823b;
}

.card-2[b-7cnj1qfyt3] {
    border-color: #ecdfd1;
}
/* Soft Amber/Sand */
.icon-amber[b-7cnj1qfyt3] {
    background: #fdf3e8;
    color: #b87a3d;
}

.card-3[b-7cnj1qfyt3] {
    border-color: #d6e4f0;
}
/* Soft Slate Blue */
.icon-blue[b-7cnj1qfyt3] {
    background: #eaf1f7;
    color: #4a7599;
}

.card-4[b-7cnj1qfyt3] {
    border-color: #d8ebd8;
}
/* Soft Rose/Clay */
.icon-rose[b-7cnj1qfyt3] {
    background: #faeaea;
    color: #ab5a5a;
}

/* --- Staggered Animation Effect --- */
@keyframes slideUpFade-b-7cnj1qfyt3 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 1. Initial hidden state */
.animated[b-7cnj1qfyt3] {
    opacity: 0;
    transform: translateY(40px);
}

    /* 2. The class JavaScript will add when the user scrolls */
    .animated.show[b-7cnj1qfyt3] {
        animation: slideUpFade-b-7cnj1qfyt3 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

/* The delays (leave these exactly as they were!) */
.card-1.show[b-7cnj1qfyt3] {
    animation-delay: 0.1s;
}

.card-2.show[b-7cnj1qfyt3] {
    animation-delay: 0.25s;
}

.card-3.show[b-7cnj1qfyt3] {
    animation-delay: 0.4s;
}

.card-4.show[b-7cnj1qfyt3] {
    animation-delay: 0.55s;
}


/* Container styling */
.flow-section[b-7cnj1qfyt3] {
    padding: 2rem 1rem;
    display: flex;
    max-width: 1500px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fffdf7; /* Your warm white background */
    margin: 0 auto;
    overflow: hidden;
}

.flow-slogan[b-7cnj1qfyt3] {
    font-size: 2.7rem;
    font-weight: 700;
    color: #2c332e;
    margin-bottom: 0.4rem;
    letter-spacing: 1.2px;
}

.flow-slogan-sub[b-7cnj1qfyt3] {
    font-size: 2rem;
    font-weight: 500;
    color: #2c332e;
    margin-bottom: 1.5rem;
}

.flow-container[b-7cnj1qfyt3] {
    position: relative;
    width: 100%;
    /* This aspect ratio keeps the div the same shape as your 16:9 image */
    aspect-ratio: 13 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('imgs/flow_max.jpeg');
    border-radius: 10px; /* Optional: Soft rounded corners */
    /* Optional: subtle shadow to separate it from the background */
    box-shadow: 0 10px 30px rgba(46, 99, 67, 0.05);
    padding: 20px 50px;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent), linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent), linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
}

@media (max-width: 1440px) {
    .slogan-section h3[b-7cnj1qfyt3] {
        font-size: 2rem;
        margin-bottom: 0rem;
    }

    .features-grid-section[b-7cnj1qfyt3] {
        padding: 3rem 2rem 4rem;
    }

    .icon-wrapper[b-7cnj1qfyt3] {
        width: 48px;
        height: 48px;
        margin-bottom: 1.2rem;
    }

        .icon-wrapper svg[b-7cnj1qfyt3] {
            width: 30px;
            height: 30px;
        }

    .feature-card[b-7cnj1qfyt3] {
        padding: 2rem;
    }

        .feature-card h3[b-7cnj1qfyt3] {
            font-size: 1.4rem;
        }

        .feature-card p[b-7cnj1qfyt3] {
            font-size: 1.2rem;
        }

    .flow-slogan[b-7cnj1qfyt3] {
        font-size: 2.2rem;
    }

    .flow-slogan-sub[b-7cnj1qfyt3] {
        font-size: 1.7rem;
    }
}

/* Base Hotspot Styling */
.hotspot[b-7cnj1qfyt3] {
    position: absolute;
    /* Centers the hotspot perfectly on the coordinate */
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

/* Creating a modern, pulsing indicator dot */
.pulse-dot[b-7cnj1qfyt3] {
    width: 24px;
    height: 24px;
    background-color: rgba(74, 117, 153, 0.8);
    border: 3px solid rgba(242, 242, 242, 0.7);
    border-radius: 50%;
    /*    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);*/
    box-shadow: 0 0 0 0 rgba(171, 90, 90, 0.7);
    animation: pulse-ring-b-7cnj1qfyt3 2s infinite;
}

@keyframes pulse-ring-b-7cnj1qfyt3 {
    0% {
        box-shadow: 0 0 0 0 rgba(171, 90, 90, 0.8);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(171, 90, 90, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(171, 90, 90, 0);
    }
}

/* The Text Box */
.hotspot-text[b-7cnj1qfyt3] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    background-color: rgba(253, 253, 253, 0.95);
    padding: 1rem 1.2rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* Prevents the invisible box from blocking clicks */
}

    /* Pop out to the right of the dot */
    .hotspot-text.right-align[b-7cnj1qfyt3] {
        left: 100%;
        margin-left: 20px;
    }

    .hotspot-text h4[b-7cnj1qfyt3] {
        margin: 0 0 0.5rem 0;
        color: #2c332e;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .hotspot-text p[b-7cnj1qfyt3] {
        margin: 0;
        color: #5c6660;
        font-size: 1.1rem;
        line-height: 1.4;
        font-weight: 500;
    }

.hotspot-label[b-7cnj1qfyt3] {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 65px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2c332e;
    text-shadow: 0px 0px 8px rgba(255, 253, 247, 0.9), 0px 0px 12px rgba(255, 253, 247, 1);
    pointer-events: none;
}

#spot-key-label[b-7cnj1qfyt3] {
    text-shadow: none;
    color: #fdfdfd;
}
/* Show the text when hovering over the hotspot */
.hotspot:hover .hotspot-text[b-7cnj1qfyt3] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(5px); /* Tiny slide-in effect */
}

/* --- THE EXACT COORDINATES --- */
/* You may need to tweak these percentages by 1-2% depending on how the image is cropped */
.spot-cloud[b-7cnj1qfyt3] {
    top: 18%;
    left: 50%;
}

.spot-data[b-7cnj1qfyt3] {
    top: 38%;
    left: 50%;
}

.spot-encryption[b-7cnj1qfyt3] {
    top: 52%;
    left: 50%;
}

.spot-device[b-7cnj1qfyt3] {
    top: 68%;
    left: 50%;
}

.spot-key[b-7cnj1qfyt3] {
    top: 85%;
    left: 50%;
}

@media (max-width: 1440px) {
    .hotspot-label[b-7cnj1qfyt3] {
        font-size: 1.2rem;
    }
}

.free-tier-section[b-7cnj1qfyt3] {
    padding: 4rem 1rem;
    background-color: #fffdf7; /* Blends with the pages main background */
    display: flex;
    justify-content: center;
}

.free-tier-container[b-7cnj1qfyt3] {
    max-width: 1100px;
    width: 100%;
    /* A rich, deep green gradient to make it stand out */
    background: linear-gradient(135deg, #2e6343 0%, #1e452e 100%);
    border-radius: 24px;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    box-shadow: 5px 25px 40px rgba(46, 99, 67, 0.8);
    overflow: hidden; /* Keeps the glowing graphic inside the card */
    position: relative;
}

.free-tier-content[b-7cnj1qfyt3] {
    flex: 1;
    color: #fdfdfd;
    z-index: 2;
}

    .free-tier-content .badge[b-7cnj1qfyt3] {
        display: inline-block;
        background: rgba(253, 253, 253, 0.15);
        padding: 0.4rem 1rem;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
        backdrop-filter: blur(4px);
    }

    .free-tier-content h2[b-7cnj1qfyt3] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .free-tier-content p[b-7cnj1qfyt3] {
        font-size: 1.1rem;
        color: #d8ebd8; /* Soft sage green for readable subtext */
        margin-bottom: 2rem;
        line-height: 1.6;
        max-width: 450px;
    }

.free-tier-perks[b-7cnj1qfyt3] {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

    .free-tier-perks li[b-7cnj1qfyt3] {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        font-size: 1rem;
        color: #fdfdfd;
    }

    .free-tier-perks svg[b-7cnj1qfyt3] {
        width: 20px;
        height: 20px;
        color: #72e08e; /* Bright accent green for the checkmarks */
    }

/* The Button - Reversed colors to pop off the dark green */
.claim-button[b-7cnj1qfyt3] {
    display: inline-block;
    background-color: #fffdf7;
    color: #2e6343;
    padding: 1rem 2.5rem;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .claim-button:hover[b-7cnj1qfyt3] {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

/* The Visual Graphic on the Right */
.free-tier-visual[b-7cnj1qfyt3] {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.storage-graphic[b-7cnj1qfyt3] {
    width: 220px;
    height: 220px;
    border-radius: 25px;
    /* Creates a soft, pulsing glass sphere effect */
    background: radial-gradient(circle at top left, rgba(255,255,255,0.15), rgba(255,255,255,0.02));
    border: 2px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 60px rgba(114, 224, 142, 0.15), inset 0 0 30px rgba(255,255,255,0.05);
}

.gigabyte-text[b-7cnj1qfyt3] {
    font-size: 4rem;
    font-weight: 800;
    color: #fdfdfd;
    line-height: 1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.free-text[b-7cnj1qfyt3] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #72e08e;
    letter-spacing: 4px;
    margin-top: 0.5rem;
}

.contact-section[b-7cnj1qfyt3] {
    padding: 5rem 1rem;
    background-color: #fffdf7;
    display: flex;
    justify-content: center;
}

.contact-container[b-7cnj1qfyt3] {
    max-width: 800px;
    width: 100%;
    background-color: #fdfdfd;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(46, 99, 67, 0.2); /* Soft forest green shadow */
}

.contact-header[b-7cnj1qfyt3] {
    text-align: center;
    margin-bottom: 2.5rem;
}

    .contact-header h2[b-7cnj1qfyt3] {
        color: #2c332e;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .contact-header p[b-7cnj1qfyt3] {
        color: #5c6660;
        font-size: 1.1rem;
        max-width: 500px;
        margin: 0 auto;
        line-height: 1.6;
    }

.contact-form[b-7cnj1qfyt3] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-7cnj1qfyt3] {
    display: flex;
    gap: 1.5rem;
}

    .form-row .form-group[b-7cnj1qfyt3] {
        flex: 1;
    }

.form-group[b-7cnj1qfyt3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-7cnj1qfyt3] {
        font-size: 0.9rem;
        font-weight: 600;
        color: #2c332e;
    }

    /* Styling the inputs, selects, and textareas universally */
    .form-group input[b-7cnj1qfyt3],
    .form-group select[b-7cnj1qfyt3],
    .form-group textarea[b-7cnj1qfyt3] {
        width: 100%;
        padding: 0.8rem 1.2rem;
        border: 2px solid #eaf1f7; /* Very soft slate border */
        border-radius: 10px;
        font-size: 1rem;
        font-family: inherit;
        color: #2c332e;
        background-color: #fcfcfc;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

        .form-group input:focus[b-7cnj1qfyt3],
        .form-group select:focus[b-7cnj1qfyt3],
        .form-group textarea:focus[b-7cnj1qfyt3] {
            outline: none;
            border-color: #2e6343; /* Sequoia green focus */
            box-shadow: 0 0 0 4px rgba(46, 99, 67, 0.1);
            background-color: #fdfdfd;
        }

.submit-button[b-7cnj1qfyt3] {
    margin-top: 1rem;
    padding: 1rem 2rem;
    background-color: #2e6343;
    color: #fdfdfd;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .submit-button:hover[b-7cnj1qfyt3] {
        background-color: #244e35;
        transform: translateY(-2px);
    }



/* Mobile responsiveness */
@media (max-width: 768px) {
    .top-nav[b-7cnj1qfyt3] {
        padding: 1rem 20px;
    }

    .auth-buttons[b-7cnj1qfyt3] {
        gap: 0.4rem;
        font-size: 0.2rem;
    }

    .logo-img img[b-7cnj1qfyt3] {
        width: 45px;
        height: auto;
    }

    .logo span:not(.logo-img)[b-7cnj1qfyt3] {
        font-size: 1.7rem; /* Adjust to match your design */
        letter-spacing: 0.5px;
        text-shadow: 0 0 10px rgba(255, 240, 200, 0.08), /* Core inner glow */
        0 0 20px rgba(255, 240, 200, 0.2), /* Mid soft glow */
        0 0 35px rgba(255, 240, 200, 0.1); /* Outer faded aura */
    }

    .auth-buttons a[b-7cnj1qfyt3] {
        font-size: 1.2rem;
    }

    .desktop-only[b-7cnj1qfyt3] {
        display: none !important;
    }

    .user-auth-pill[b-7cnj1qfyt3] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        background: rgba(30, 41, 46, 0.3);
        /*        background: rgba(60, 48, 38, 0.2);*/
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 12px;
        padding: 8px 12px;
        border: 1px solid rgba(253, 253, 253, 0.2);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

        .user-auth-pill .username-display[b-7cnj1qfyt3] {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #e2e8f0;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 140px;
        }

        .user-auth-pill .logout-icon-btn[b-7cnj1qfyt3] {
            background: rgba(253, 253, 253, 0.1);
            border: none;
            border-radius: 8px;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e2e8f0;
            cursor: pointer;
            padding: 0;
            transition: background 0.2s;
            flex-shrink: 0;
            font-size: 1rem;
        }

            .user-auth-pill .logout-icon-btn:active[b-7cnj1qfyt3] {
                background: rgba(253, 253, 253, 0.2);
            }

    .signup-button[b-7cnj1qfyt3] {
        padding: 0.5rem 0.9rem;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), /* Sharp inner shadow for crisp edges */
        0 4px 15px rgba(0, 0, 0, 0.2), /* Mid-range dark spread */
        0 0 30px rgba(0, 0, 0, 0.4)
    }

    .login-link[b-7cnj1qfyt3] {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), /* Sharp inner shadow for crisp edges */
        0 4px 15px rgba(0, 0, 0, 0.4), /* Mid-range dark spread */
        0 0 30px rgba(0, 0, 0, 0.2)
    }

    .hero[b-7cnj1qfyt3] {
        mask-image: linear-gradient(to bottom, white 90%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, white 90%, transparent 100%);
    }

    .features-grid[b-7cnj1qfyt3] {
        grid-template-columns: 1fr;
    }

    .feature-card[b-7cnj1qfyt3] {
        padding: 1.7rem;
    }

        .feature-card p[b-7cnj1qfyt3] {
            font-size: 1.2rem;
            line-height: 1.4 !important;
        }

        .feature-card h3[b-7cnj1qfyt3] {
            font-size: 1.5rem;
        }

    .logo[b-7cnj1qfyt3] {
        font-size: 1.5rem;
        gap: 8px;
    }

    .hero-text[b-7cnj1qfyt3] {
        margin-top: 6rem;
        padding: 40px 20px;
    }

        .hero-text h1[b-7cnj1qfyt3] {
            font-size: 2.2rem;
            word-spacing: 2px;
        }

        .hero-text .h-divider[b-7cnj1qfyt3] {
            width: 80%;
            max-width: 300px;
            padding: 0;
            margin: 0 auto 1.5rem;
        }

        .hero-text h2[b-7cnj1qfyt3] {
            font-size: 1.5rem;
        }

        .hero-text p[b-7cnj1qfyt3] {
            font-size: 1.1rem;
            width: 80%;
            align-content: center;
            margin: 0 auto;
        }

    .section-title[b-7cnj1qfyt3]::before, .section-title[b-7cnj1qfyt3]::after {
        max-width: 80px;
        margin: 0 15px;
    }

    .hero-cta-button[b-7cnj1qfyt3] {
        width: 80%;
        font-size: 1.25rem;
        padding: 1rem 1.7rem;
        margin-bottom: 1.8rem;
        margin-top: 0rem;
    }

    .features-bar[b-7cnj1qfyt3] {
        flex-direction: column;
        gap: 12px;
        border: none;
        background: rgba(0,0,0,0.5);
        border-radius: 8px;
        padding: 1rem 0.5rem;
        color: #fdfdfd;
        width: 80%;
    }

    .feature-item[b-7cnj1qfyt3] {
        font-size: 1.17rem;
    }

        .feature-item svg[b-7cnj1qfyt3] {
            width: 20px;
            height: 20px;
            transition: all 0.3s ease;
        }

    .divider[b-7cnj1qfyt3] {
        display: none;
    }

    .slogan-section h3[b-7cnj1qfyt3] {
        font-size: 1.6rem;
    }

    .slogan-section[b-7cnj1qfyt3] {
        padding: 2rem 1rem 0rem;
    }

    .main-slogan h3[b-7cnj1qfyt3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-slogan .text-line[b-7cnj1qfyt3] {
        display: block;
    }

    .main-slogan .spacer[b-7cnj1qfyt3] {
        height: 1.3rem;
    }

    .card-1.show[b-7cnj1qfyt3] {
        animation-delay: 0.1s;
    }

    .card-2.show[b-7cnj1qfyt3] {
        animation-delay: 0.2s;
    }

    .card-3.show[b-7cnj1qfyt3] {
        animation-delay: 0.3s;
    }

    .card-4.show[b-7cnj1qfyt3] {
        animation-delay: 0.4s;
    }

    .features-grid-section[b-7cnj1qfyt3] {
        padding: 2rem 2rem 2rem;
    }

    .flow-slogan[b-7cnj1qfyt3] {
        font-size: 1.8rem !important;
        text-align: center;
        line-height: 1.2;
        padding: 0 15px;
    }

    .flow-slogan-sub[b-7cnj1qfyt3] {
        font-size: 1.2rem !important;
        text-align: center;
        margin-bottom: 2rem;
    }

    .flow-container[b-7cnj1qfyt3] {
        width: 115%;
        height: 650px;
        background-position: right bottom !important;
        overflow-x: hidden;
        padding-right: 53.5rem;
    }

    .hotspot-label[b-7cnj1qfyt3] {
        font-size: 1.1rem;
        letter-spacing: 0 !important;
        white-space: normal !important;
        width: 100px;
        text-align: right;
        line-height: 1.1;
        transform: translateX(15px);
        right: -10%;
        top: 12%;
    }

    .hotspot[b-7cnj1qfyt3] {
        transform: translate(-196%, -50%);
    }

    .hotspot-text[b-7cnj1qfyt3] {
        width: 200px;
        padding: 0.8rem 0.7rem;
        margin-left: 5px !important;
    }

        .hotspot-text h4[b-7cnj1qfyt3] {
            font-size: 1.1rem;
        }

        .hotspot-text p[b-7cnj1qfyt3] {
            font-size: 1rem;
        }

    .free-tier-container[b-7cnj1qfyt3] {
        flex-direction: column;
        padding: 2.5rem 1.5rem;
        text-align: center;
    }

    .free-tier-content p[b-7cnj1qfyt3] {
        margin: 0 auto 2rem auto;
    }

    .free-tier-perks[b-7cnj1qfyt3] {
        align-items: center;
    }

    .free-tier-visual[b-7cnj1qfyt3] {
        margin-top: 2rem;
    }

    .form-row[b-7cnj1qfyt3] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-container[b-7cnj1qfyt3] {
        padding: 2rem 1.5rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.tabs[b-z4rq08ur5g] {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.tab[b-z4rq08ur5g] {
    flex: 1;
    background: none;
    border: none;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #6b7280;
}

    .tab.active[b-z4rq08ur5g] {
        color: #2563eb;
        border-bottom: 2px solid #2563eb;
    }

.forgot[b-z4rq08ur5g] {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
}

.two-factor-request i[b-z4rq08ur5g] {
    font-size: 3rem;
}
/* /Pages/Settings.razor.rz.scp.css */
.btn-primary[b-mq6tqnfa3a] {
    background-color: #2e6343;
    color: #fdfdfd;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(46, 99, 67, 0.2);
}

    .btn-primary:hover[b-mq6tqnfa3a] {
        background-color: #1e452e;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(46, 99, 67, 0.3);
    }

.page-title h5[b-mq6tqnfa3a] {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}

.page-title h3[b-mq6tqnfa3a] {
    font-size: 2rem;
    color: #2c332e;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.page-title p[b-mq6tqnfa3a] {
    font-size: 1.1rem;
    color: #5c6660;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.btn-danger[b-mq6tqnfa3a] {
    color: #fdfdfd;
    background-color: #d32f2f;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.2);
}

    .btn-danger:hover[b-mq6tqnfa3a] {
        background-color: #b71c1c;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(211, 47, 47, 0.3);
    }

.disable-card[b-mq6tqnfa3a] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.alert-success-wrapper[b-mq6tqnfa3a] {
    max-width: 700px;
}

.disable-wrapper[b-mq6tqnfa3a] {
    max-width: 700px;
}

.disable-title[b-mq6tqnfa3a] {
    margin-bottom: 1.2rem;
}

.twofa-enable-start-wrapper p[b-mq6tqnfa3a] {
    font-size: 1.4rem;
}

.verify-btn[b-mq6tqnfa3a] {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

@media (max-width: 768px) {
    .twofa-enable-start-wrapper p[b-mq6tqnfa3a] {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        margin-top: 2rem !important;
    }

    .twofa-enable-start-wrapper .btn[b-mq6tqnfa3a] {
        margin-left: auto;
    }

    .page-title h5[b-mq6tqnfa3a] {
        margin-top: 0rem !important;
        font-size: 1.3rem !important;
    }

    .page-title h3[b-mq6tqnfa3a] {
        font-size: 1.6rem !important;
    }

    .svg-qr[b-mq6tqnfa3a] {
        margin-bottom: 0rem !important;
    }
}
/* /Pages/VerifyEmail.razor.rz.scp.css */
.verification-header[b-g7fsgugb4j] {
    color: #374151;
    text-align: center;
    margin-bottom: 1.5rem;
}

.loading-verify[b-g7fsgugb4j] {
    padding-top: 1.5rem;
}

    .loading-verify p[b-g7fsgugb4j] {
        margin-top: 0.75rem;
    }

    .loading-verify span[b-g7fsgugb4j] {
        width: 3rem;
        height: 3rem;
    }

.login-button[b-g7fsgugb4j] {
    margin-top: 1.5rem;
}

.verify-error[b-g7fsgugb4j] {
    text-align: start;
    margin-top: 1.5rem;
}

.verify-success-wrapper[b-g7fsgugb4j] {
    padding-top: 1.5rem;
    text-align: center;
}

    .verify-success-wrapper i[b-g7fsgugb4j] {
        font-size: 4rem;
    }

.redirect-wrapper[b-g7fsgugb4j] {
    margin-top: 1.5rem;
    padding: 0.75rem;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.redirect-msg[b-g7fsgugb4j] {
    font-size: 0.85rem;
    margin-bottom: 0;
}
