/* /Layout/MainLayout.razor.rz.scp.css */
.site-layout[b-nxqxk3arub] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main[b-nxqxk3arub] {
    flex: 1;
}

.site-footer[b-nxqxk3arub] {
    padding: 32px 24px;
    background: #0e0e1a;
    border-top: 1px solid rgba(61, 61, 92, 0.25);
}

.footer-inner[b-nxqxk3arub] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand[b-nxqxk3arub] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #e0e0f0;
}

.footer-logo[b-nxqxk3arub] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.footer-text[b-nxqxk3arub] {
    font-size: 0.85rem;
    color: rgba(224, 224, 240, 0.4);
    margin-bottom: 12px;
}

.footer-links[b-nxqxk3arub] {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.footer-links a[b-nxqxk3arub] {
    font-size: 0.85rem;
    color: rgba(224, 224, 240, 0.5);
}

.footer-links a:hover[b-nxqxk3arub] {
    color: #6699ff;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-9gugikacjy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 0;
    background: rgba(18, 18, 32, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(61, 61, 92, 0.3);
}

.navbar-inner[b-9gugikacjy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand[b-9gugikacjy] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e0e0f0 !important;
    text-decoration: none;
}

.brand-logo[b-9gugikacjy] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.brand-accent[b-9gugikacjy] {
    color: #6699ff;
}

.navbar-links[b-9gugikacjy] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.navbar-links[b-9gugikacjy]  a {
    color: rgba(224, 224, 240, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.navbar-links[b-9gugikacjy]  a:hover,
.navbar-links[b-9gugikacjy]  a.active {
    color: #ffffff;
}

.navbar-github[b-9gugikacjy] {
    display: flex;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.navbar-github:hover[b-9gugikacjy] {
    opacity: 1;
}

.navbar-toggler[b-9gugikacjy] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.navbar-toggler span[b-9gugikacjy] {
    display: block;
    width: 24px;
    height: 2px;
    background: #e0e0f0;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.navbar-toggler.open span:nth-child(1)[b-9gugikacjy] {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open span:nth-child(2)[b-9gugikacjy] {
    opacity: 0;
}

.navbar-toggler.open span:nth-child(3)[b-9gugikacjy] {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .navbar-toggler[b-9gugikacjy] {
        display: flex;
    }

    .navbar-links[b-9gugikacjy] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: rgba(18, 18, 32, 0.98);
        border-bottom: 1px solid rgba(61, 61, 92, 0.4);
        padding: 16px 24px;
        gap: 12px;
        display: none;
    }

    .navbar-links.open[b-9gugikacjy] {
        display: flex;
    }
}
/* /Pages/Documentation.razor.rz.scp.css */
.page-top[b-eywri16om1] {
    padding-top: 100px;
}

.docs-group[b-eywri16om1] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 24px;
}

.docs-group h3[b-eywri16om1] {
    font-size: 1.1rem;
    margin-bottom: 16px;
}
/* /Pages/Download.razor.rz.scp.css */
.page-top[b-i1cqx8rlr7] {
    padding-top: 100px;
}

.download-card h3[b-i1cqx8rlr7] {
    margin-bottom: 8px;
}

.download-card p[b-i1cqx8rlr7] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.project-structure[b-i1cqx8rlr7] {
    margin-top: 64px;
}

.project-structure h2[b-i1cqx8rlr7] {
    margin-bottom: 24px;
}

.download-cta[b-i1cqx8rlr7] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid rgba(61, 61, 92, 0.3);
}
/* /Pages/Features.razor.rz.scp.css */
.page-top[b-2xwt44sqja] {
    padding-top: 100px;
}

.feature-detail[b-2xwt44sqja] {
    margin-bottom: 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(61, 61, 92, 0.25);
}

.feature-detail:last-child[b-2xwt44sqja] {
    border-bottom: none;
    margin-bottom: 0;
}

.feature-detail h2[b-2xwt44sqja] {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.feature-detail > p[b-2xwt44sqja] {
    color: rgba(224, 224, 240, 0.6);
    font-size: 1rem;
    max-width: 700px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.feature-grid[b-2xwt44sqja] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.feature-detail pre[b-2xwt44sqja] {
    max-width: 700px;
}
/* /Pages/GettingStarted.razor.rz.scp.css */
.page-top[b-t3ccc1wb69] {
    padding-top: 100px;
}

.tutorial-content[b-t3ccc1wb69] {
    max-width: 860px;
}

.prereqs[b-t3ccc1wb69] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 48px;
}

.prereqs h3[b-t3ccc1wb69] {
    margin-bottom: 12px;
    font-size: 1rem;
}

.prereqs ul[b-t3ccc1wb69] {
    list-style: none;
    padding: 0;
}

.prereqs li[b-t3ccc1wb69] {
    padding: 4px 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.prereqs li[b-t3ccc1wb69]::before {
    content: "✓ ";
    color: var(--accent-green);
    font-weight: bold;
}

.step[b-t3ccc1wb69] {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(61, 61, 92, 0.2);
}

.step:last-of-type[b-t3ccc1wb69] {
    border-bottom: none;
}

.step-number[b-t3ccc1wb69] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--accent);
    background: rgba(102, 153, 255, 0.1);
    border: 1px solid rgba(102, 153, 255, 0.25);
    border-radius: 12px;
}

.step-body[b-t3ccc1wb69] {
    flex: 1;
    min-width: 0;
}

.step-body h2[b-t3ccc1wb69] {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.step-body p[b-t3ccc1wb69] {
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.6;
}

.step-body ul[b-t3ccc1wb69] {
    margin: 12px 0;
    padding-left: 20px;
    color: var(--text-secondary);
}

.step-body li[b-t3ccc1wb69] {
    margin-bottom: 6px;
    line-height: 1.5;
}

.next-steps[b-t3ccc1wb69] {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(61, 61, 92, 0.3);
}

.next-steps h2[b-t3ccc1wb69] {
    margin-bottom: 24px;
}

.next-link[b-t3ccc1wb69] {
    text-decoration: none;
    display: block;
}

.next-link h4[b-t3ccc1wb69] {
    color: #fff;
    margin-bottom: 4px;
}

.next-link p[b-t3ccc1wb69] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 768px) {
    .step[b-t3ccc1wb69] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-rxzyibhplz] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 24px 80px;
}

.hero-bg[b-rxzyibhplz] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 70%);
}

.hero-glow[b-rxzyibhplz] {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(102, 153, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content[b-rxzyibhplz] {
    position: relative;
    text-align: center;
    max-width: 860px;
}

.hero-title[b-rxzyibhplz] {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
}

.hero-highlight[b-rxzyibhplz] {
    background: linear-gradient(135deg, #6699ff, #88cc88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-rxzyibhplz] {
    font-size: 1.15rem;
    color: rgba(224, 224, 240, 0.6);
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.hero-actions[b-rxzyibhplz] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-screenshot[b-rxzyibhplz] {
    max-width: 900px;
    margin: 0 auto;
}

.screenshot-card[b-rxzyibhplz] {
    text-align: center;
}

.screenshot-card h4[b-rxzyibhplz] {
    margin-top: 16px;
    font-size: 1.05rem;
}

.screenshot-card p[b-rxzyibhplz] {
    color: rgba(224, 224, 240, 0.5);
    font-size: 0.9rem;
}

/* Feature Cards */
.feature-card[b-rxzyibhplz] {
    text-align: center;
}

.feature-card .feature-icon[b-rxzyibhplz] {
    font-size: 2rem;
    margin-bottom: 16px;
}

.feature-card h3[b-rxzyibhplz] {
    margin-bottom: 8px;
}

.feature-card p[b-rxzyibhplz] {
    color: rgba(224, 224, 240, 0.55);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Comparison Table */
.comparison-grid[b-rxzyibhplz] {
    margin-bottom: 48px;
}

.comparison-table-wrapper[b-rxzyibhplz] {
    overflow-x: auto;
}

.comparison-table th.highlight-col[b-rxzyibhplz],
.comparison-table td.highlight-col[b-rxzyibhplz] {
    color: var(--accent-green);
    font-weight: 600;
}

.comparison-table th.highlight-col[b-rxzyibhplz] {
    color: var(--accent);
}

/* Code Slop Section */
.codeslop-section[b-rxzyibhplz] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 40px;
}

.codeslop-content[b-rxzyibhplz] {
    max-width: 700px;
}

.codeslop-content .badge[b-rxzyibhplz] {
    margin-bottom: 16px;
}

.codeslop-content h3[b-rxzyibhplz] {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.codeslop-content p[b-rxzyibhplz] {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.cta-section[b-rxzyibhplz] {
    background: linear-gradient(180deg, #121220 0%, #141428 100%);
}

@media (max-width: 768px) {
    .hero-title[b-rxzyibhplz] { font-size: 2.2rem; }
    .hero-subtitle[b-rxzyibhplz] { font-size: 1rem; }
    .hero[b-rxzyibhplz] { padding: 80px 16px 48px; min-height: auto; }
    .hero-actions[b-rxzyibhplz] { flex-direction: column; align-items: center; }
    .codeslop-section[b-rxzyibhplz] { padding: 24px; }
}
