/* _content/TradingApp/Components/Account/Pages/GoogleLogin.razor.rz.scp.css */
.login-container[b-7d5scb2ezk] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Make it take the full viewport height */
    padding: 120px 2rem 2rem; /* Add padding to account for fixed header */
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d3748 100%); /* Same as hero background */
}

.login-card[b-7d5scb2ezk] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    max-width: 450px;
    width: 100%;
    color: white;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.login-icon[b-7d5scb2ezk] {
    font-size: 3rem;
    color: #00d4ff;
}

.login-logo[b-7d5scb2ezk] {
    height: 50px; /* Adjust the height as needed */
    margin-bottom: 0.5rem;
}

.login-title[b-7d5scb2ezk] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-7d5scb2ezk] {
    color: #b0c4de;
    margin-bottom: 1.5rem;
}

.login-divider[b-7d5scb2ezk] {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
}

.login-footer-text[b-7d5scb2ezk] {
    margin-top: 2rem;
}

    .login-footer-text p[b-7d5scb2ezk] {
        font-size: 0.8rem;
        color: #9ca3af;
    }

    .login-footer-text a[b-7d5scb2ezk] {
        color: #00C853;
        text-decoration: none;
    }

        .login-footer-text a:hover[b-7d5scb2ezk] {
            text-decoration: underline;
        }

/* We need to override the picker button to match the login card style */
[b-7d5scb2ezk] .btn-primary {
    background: linear-gradient(45deg, #00C853, #008f39);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    [b-7d5scb2ezk] .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 200, 83, 0.3);
    }
/* _content/TradingApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6py5wep2ug] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6py5wep2ug] {
    flex: 1;
}

.sidebar[b-6py5wep2ug] {
    background-image: linear-gradient(160deg, #1a2332 0%, #1c3a5e 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-row[b-6py5wep2ug] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6py5wep2ug]  a, .top-row[b-6py5wep2ug]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6py5wep2ug]  a:hover, .top-row[b-6py5wep2ug]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6py5wep2ug]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6py5wep2ug] {
        justify-content: space-between;
    }

    .top-row[b-6py5wep2ug]  a, .top-row[b-6py5wep2ug]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6py5wep2ug] {
        flex-direction: row;
    }

    .sidebar[b-6py5wep2ug] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6py5wep2ug] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6py5wep2ug]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6py5wep2ug], article[b-6py5wep2ug] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6py5wep2ug] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-6py5wep2ug] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TradingApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9gcg3ji0vj] {
    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-9gcg3ji0vj] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-9gcg3ji0vj] {
    height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-9gcg3ji0vj] {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

/* --- This is our new, simplified icon style --- */
.bi[b-9gcg3ji0vj] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
}


/* --- This section styles the menu items --- */
.nav-item[b-9gcg3ji0vj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9gcg3ji0vj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9gcg3ji0vj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9gcg3ji0vj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .nav-item[b-9gcg3ji0vj]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-9gcg3ji0vj]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-9gcg3ji0vj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9gcg3ji0vj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9gcg3ji0vj] {
        display: none;
    }

    .nav-scrollable[b-9gcg3ji0vj] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TradingApp/Components/Pages/LandingClaude.razor.rz.scp.css */
*[b-baktcy7ib8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-baktcy7ib8] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background-color: #0f1419; /* Set a base background for the page */
}

header[b-baktcy7ib8] {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(20, 25, 40, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

nav[b-baktcy7ib8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.logo[b-baktcy7ib8] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00C853;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .logo[b-baktcy7ib8]::before {
        content: "🌐";
        margin-right: 0.5rem;
        font-size: 1.5rem;
    }

.nav-links[b-baktcy7ib8] {
    display: flex;
    list-style: none;
    gap: 2rem;
}

    .nav-links a[b-baktcy7ib8] {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
        font-weight: 500;
    }

        .nav-links a:hover[b-baktcy7ib8] {
            color: #00C853;
        }

.cta-button[b-baktcy7ib8] {
    background: linear-gradient(45deg, #00C853, #008f39);
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .cta-button:hover[b-baktcy7ib8] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 200, 83, 0.3);
    }

.hero[b-baktcy7ib8] {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d3748 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px; /* Add padding to account for fixed header */
}

    .hero[b-baktcy7ib8]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="grad1" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:%2300C853;stop-opacity:0.1"/><stop offset="100%" style="stop-color:%2300C853;stop-opacity:0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23grad1)"/><circle cx="800" cy="300" r="150" fill="url(%23grad1)"/><circle cx="400" cy="700" r="120" fill="url(%23grad1)"/></svg>');
        animation: float-b-baktcy7ib8 20s ease-in-out infinite;
    }

@keyframes float-b-baktcy7ib8 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.hero-content[b-baktcy7ib8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-text[b-baktcy7ib8] {
    color: white;
}

.hero-title[b-baktcy7ib8] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    background: linear-gradient(45deg, #fff, #00C853);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: slideInLeft-b-baktcy7ib8 1s ease-out;
}

@keyframes slideInLeft-b-baktcy7ib8 {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-subtitle[b-baktcy7ib8] {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #b0c4de;
    animation: slideInLeft-b-baktcy7ib8 1s ease-out 0.3s both;
}

.hero-description[b-baktcy7ib8] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #9ca3af;
    animation: slideInLeft-b-baktcy7ib8 1s ease-out 0.6s both;
}

.hero-buttons[b-baktcy7ib8] {
    display: flex;
    gap: 1rem;
    animation: slideInLeft-b-baktcy7ib8 1s ease-out 0.9s both;
}

.btn-secondary[b-baktcy7ib8] {
    background: transparent;
    color: #00C853;
    border: 2px solid #00C853;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .btn-secondary:hover[b-baktcy7ib8] {
        background: #00C853;
        color: white;
        transform: translateY(-2px);
    }

.hero-visual[b-baktcy7ib8] {
    position: relative;
    animation: slideInRight-b-baktcy7ib8 1s ease-out 0.5s both;
}

@keyframes slideInRight-b-baktcy7ib8 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes shimmer-b-baktcy7ib8 {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.chart-placeholder[b-baktcy7ib8] {
    height: 200px;
    background: linear-gradient(45deg, #00C853, #008f39);
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

    .chart-placeholder[b-baktcy7ib8]::after {
        content: '📊';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        opacity: 0.3;
    }

.dashboard-screenshot[b-baktcy7ib8] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

    .dashboard-screenshot:hover[b-baktcy7ib8] {
        transform: perspective(1000px) rotateY(-2deg) rotateX(2deg) scale(1.02);
    }

/* Sections General */
.features[b-baktcy7ib8], .how-it-works[b-baktcy7ib8], .cta-section[b-baktcy7ib8] {
    padding: 6rem 0; /* Standardized padding */
}

.container[b-baktcy7ib8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title[b-baktcy7ib8] {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #1e293b;
}

.section-subtitle[b-baktcy7ib8] {
    font-size: 1.2rem;
    text-align: center;
    color: #64748b;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Section */
.features[b-baktcy7ib8] {
    background: #f8fafc;
}

.features-grid[b-baktcy7ib8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card[b-baktcy7ib8] {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 200, 83, 0.1);
}

    .feature-card:hover[b-baktcy7ib8] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 200, 83, 0.1);
    }

.feature-icon[b-baktcy7ib8] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-title[b-baktcy7ib8] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.feature-description[b-baktcy7ib8] {
    color: #64748b;
    line-height: 1.7;
}

/* How It Works Section */
.how-it-works[b-baktcy7ib8] {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    color: white;
}

    /* Make section titles in dark sections white */
    .how-it-works .section-title[b-baktcy7ib8], .how-it-works .section-subtitle[b-baktcy7ib8] {
        color: white;
    }

.steps[b-baktcy7ib8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.step[b-baktcy7ib8] {
    text-align: center;
    position: relative;
}

.step-number[b-baktcy7ib8] {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00C853, #008f39);
    border-radius: 50%;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.step-title[b-baktcy7ib8] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #00C853;
}

.step-description[b-baktcy7ib8] {
    color: #b0c4de;
    line-height: 1.6;
}

/* CTA Section */
.cta-section[b-baktcy7ib8] {
    padding: 6rem 0;
    background: linear-gradient(45deg, #00C853, #008f39);
    text-align: center;
    color: white;
}

.cta-title[b-baktcy7ib8] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-description[b-baktcy7ib8] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button-large[b-baktcy7ib8] {
    background: white;
    color: #00C853;
    padding: 1rem 3rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .cta-button-large:hover[b-baktcy7ib8] {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

/* Footer */
footer[b-baktcy7ib8] {
    background: #0f1419;
    color: white;
    padding: 3rem 0 1rem;
    text-align: center;
}

.footer-content[b-baktcy7ib8] {
    margin-bottom: 2rem;
}

.footer-logo[b-baktcy7ib8] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00C853;
    margin-bottom: 1rem;
}

.footer-links[b-baktcy7ib8] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

    .footer-links a[b-baktcy7ib8] {
        color: #b0c4de;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-baktcy7ib8] {
            color: #00C853;
        }

.footer-bottom[b-baktcy7ib8] {
    border-top: 1px solid #2d3748;
    padding-top: 1rem;
    color: #64748b;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-content[b-baktcy7ib8] {
        grid-template-columns: 1fr;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .hero-visual[b-baktcy7ib8] {
        grid-row: 1; /* Move visual to the top on mobile */
    }
    
    .hero-buttons[b-baktcy7ib8] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-title[b-baktcy7ib8] {
        font-size: 2.5rem;
    }
    /* Hide the desktop nav links and show a mobile menu button (not implemented) */
    .nav-links[b-baktcy7ib8] {
        display: none;
    }

    .features-grid[b-baktcy7ib8], .steps[b-baktcy7ib8] {
        grid-template-columns: 1fr;
    }

    .footer-links[b-baktcy7ib8] {
        flex-direction: column;
        gap: 1rem;
    }
}
