/* /Components/Sections/ArchitectureDiagram.razor.rz.scp.css */
.architecture[b-pi2gn5nrcr] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}

.pipeline[b-pi2gn5nrcr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.pipeline__step[b-pi2gn5nrcr] {
    display: flex;
    align-items: center;
}

.pipeline__box[b-pi2gn5nrcr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 1.125rem 1.5rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-lg);
    min-width: 120px;
    transition: all var(--transition-default);
    position: relative;
}

.pipeline__box:hover[b-pi2gn5nrcr] {
    border-color: var(--accent-neon);
    box-shadow: var(--shadow-glow-ts);
    transform: translateY(-2px);
}

.pipeline__box--input[b-pi2gn5nrcr] {
    background: var(--bg-tertiary);
}

.pipeline__box--accent[b-pi2gn5nrcr] {
    border-color: var(--accent-ts);
    box-shadow: var(--shadow-glow-ts);
    background: linear-gradient(135deg, rgba(49, 120, 198, 0.08), var(--bg-secondary));
}

.pipeline__box--interpret[b-pi2gn5nrcr] {
    border-color: var(--accent-green);
    background: linear-gradient(135deg, rgba(63, 185, 80, 0.06), var(--bg-secondary));
}

.pipeline__box--interpret:hover[b-pi2gn5nrcr] {
    box-shadow: 0 0 24px rgba(63, 185, 80, 0.15);
}

.pipeline__box--compile[b-pi2gn5nrcr] {
    border-color: var(--accent-csharp);
    background: linear-gradient(135deg, rgba(104, 33, 122, 0.06), var(--bg-secondary));
}

.pipeline__box--compile:hover[b-pi2gn5nrcr] {
    box-shadow: var(--shadow-glow-csharp);
}

.pipeline__box--output[b-pi2gn5nrcr] {
    background: var(--bg-tertiary);
    border-style: dashed;
    border-color: var(--text-tertiary);
}

.pipeline__icon[b-pi2gn5nrcr] {
    font-size: 1.375rem;
}

.pipeline__label[b-pi2gn5nrcr] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
}

.pipeline__detail[b-pi2gn5nrcr] {
    font-size: 0.6875rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pipeline__arrow[b-pi2gn5nrcr] {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--border-default), var(--text-tertiary));
    position: relative;
    flex-shrink: 0;
}

.pipeline__arrow[b-pi2gn5nrcr]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 7px solid var(--text-tertiary);
}

.pipeline__branches[b-pi2gn5nrcr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 4rem;
}

.pipeline__branch[b-pi2gn5nrcr] {
    display: flex;
    align-items: center;
    gap: 0;
}

.pipeline__branch-arrow[b-pi2gn5nrcr] {
    width: 44px;
    height: 2px;
    background: linear-gradient(90deg, var(--border-default), var(--text-tertiary));
    position: relative;
    flex-shrink: 0;
}

.pipeline__branch-arrow[b-pi2gn5nrcr]::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 2px;
    height: 20px;
    background: var(--border-default);
}

.pipeline__branch-arrow--top[b-pi2gn5nrcr]::before {
    top: -10px;
    height: 12px;
}

.pipeline__branch-arrow--bottom[b-pi2gn5nrcr]::before {
    top: auto;
    bottom: -10px;
    height: 12px;
    transform: rotate(180deg);
}

.pipeline__branch-arrow[b-pi2gn5nrcr]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 7px solid var(--text-tertiary);
}

@media (max-width: 768px) {
    .pipeline[b-pi2gn5nrcr] {
        flex-direction: column;
        gap: 0;
    }

    .pipeline__arrow[b-pi2gn5nrcr] {
        width: 2px;
        height: 28px;
        background: linear-gradient(180deg, var(--border-default), var(--text-tertiary));
    }

    .pipeline__arrow[b-pi2gn5nrcr]::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%);
        border: 5px solid transparent;
        border-top: 7px solid var(--text-tertiary);
    }

    .pipeline__branches[b-pi2gn5nrcr] {
        padding-left: 0;
        align-items: center;
    }

    .pipeline__branch[b-pi2gn5nrcr] {
        flex-direction: column;
    }

    .pipeline__branch-arrow[b-pi2gn5nrcr] {
        width: 2px;
        height: 28px;
        background: linear-gradient(180deg, var(--border-default), var(--text-tertiary));
    }

    .pipeline__branch-arrow[b-pi2gn5nrcr]::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%);
        border: 5px solid transparent;
        border-top: 7px solid var(--text-tertiary);
    }

    .pipeline__branch-arrow[b-pi2gn5nrcr]::before {
        display: none;
    }
}
/* /Components/Sections/FeatureComparison.razor.rz.scp.css */
.comparison[b-9734cihdwf] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.comparison__group[b-9734cihdwf] {
    background: var(--bg-primary);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: all var(--transition-default);
}

.comparison__group:hover[b-9734cihdwf] {
    border-color: rgba(88, 166, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.comparison__group-title[b-9734cihdwf] {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-default);
    letter-spacing: -0.01em;
}

.comparison__table[b-9734cihdwf] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.comparison__table th[b-9734cihdwf] {
    text-align: left;
    padding: 0.5rem 1.25rem;
    color: var(--text-tertiary);
    font-weight: 500;
    border-bottom: 1px solid var(--border-muted);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.comparison__table td[b-9734cihdwf] {
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid var(--border-muted);
    vertical-align: middle;
}

.comparison__table tr:last-child td[b-9734cihdwf] {
    border-bottom: none;
}

.comparison__table tr[b-9734cihdwf] {
    transition: background var(--transition-fast);
}

.comparison__table tbody tr:hover[b-9734cihdwf] {
    background: rgba(255, 255, 255, 0.02);
}

.comparison__feature[b-9734cihdwf] {
    font-weight: 500;
    color: var(--text-primary);
}

.comparison__notes[b-9734cihdwf] {
    color: var(--text-tertiary);
    font-size: 0.6875rem;
    max-width: 160px;
}

@media (max-width: 768px) {
    .comparison[b-9734cihdwf] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/FeaturesGrid.razor.rz.scp.css */
.features-grid[b-hutxs8bhdh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card[b-hutxs8bhdh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.feature-card__icon[b-hutxs8bhdh] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all var(--transition-default);
}

.feature-card:hover .feature-card__icon[b-hutxs8bhdh] {
    background: rgba(255, 255, 255, 0.08);
    transform: scale(1.05);
}

.feature-card__title[b-hutxs8bhdh] {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.feature-card__desc[b-hutxs8bhdh] {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-card__desc code[b-hutxs8bhdh] {
    background: var(--bg-tertiary);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: var(--accent-neon);
}

@media (max-width: 768px) {
    .features-grid[b-hutxs8bhdh] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card[b-hutxs8bhdh] {
        padding: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .features-grid[b-hutxs8bhdh] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Sections/FooterSection.razor.rz.scp.css */
.footer[b-k0dvr5xg85] {
    position: relative;
    padding: 0 2rem 2rem;
    background: var(--bg-secondary);
}

.footer__gradient-border[b-k0dvr5xg85] {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-ts), var(--accent-csharp), transparent);
    opacity: 0.6;
}

.footer__inner[b-k0dvr5xg85] {
    padding-top: 4rem;
}

.footer__top[b-k0dvr5xg85] {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 4rem;
    padding-bottom: 3rem;
}

.footer__brand[b-k0dvr5xg85] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__logo-link[b-k0dvr5xg85] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.footer__logo-link:hover[b-k0dvr5xg85] {
    opacity: 0.9;
}

.footer__logo[b-k0dvr5xg85] {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.footer__logo-name[b-k0dvr5xg85] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.footer__tagline[b-k0dvr5xg85] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 300px;
}

.footer__tech-stack[b-k0dvr5xg85] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.footer__tech-badge[b-k0dvr5xg85] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--text-tertiary);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-muted);
    border-radius: 6px;
    transition: all var(--transition-fast);
}

.footer__tech-badge:hover[b-k0dvr5xg85] {
    color: var(--text-secondary);
    border-color: var(--border-default);
    background: rgba(255, 255, 255, 0.05);
}

.footer__links[b-k0dvr5xg85] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer__col[b-k0dvr5xg85] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer__col-title[b-k0dvr5xg85] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.footer__col a[b-k0dvr5xg85] {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    transition: color var(--transition-fast);
}

.footer__col a:hover[b-k0dvr5xg85] {
    color: var(--accent-neon);
}

.footer__bottom[b-k0dvr5xg85] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid var(--border-muted);
    font-size: 0.8125rem;
    color: var(--text-tertiary);
}

.footer__bottom a[b-k0dvr5xg85] {
    color: var(--text-secondary);
}

.footer__bottom a:hover[b-k0dvr5xg85] {
    color: var(--accent-neon);
}

@media (max-width: 768px) {
    .footer__top[b-k0dvr5xg85] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer__links[b-k0dvr5xg85] {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__bottom[b-k0dvr5xg85] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer__links[b-k0dvr5xg85] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/GettingStarted.razor.rz.scp.css */
.getting-started[b-09sqjwih9x] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 720px;
    margin: 0 auto;
}

.gs-step[b-09sqjwih9x] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.gs-step__number[b-09sqjwih9x] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-brand);
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    box-shadow: 0 4px 16px rgba(49, 120, 198, 0.25);
    position: relative;
}

/* Connecting line between steps */
.gs-step:not(:last-child) .gs-step__number[b-09sqjwih9x]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(3rem + 44px);
    background: linear-gradient(180deg, var(--accent-ts), transparent);
    opacity: 0.2;
}

.gs-step__content[b-09sqjwih9x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.gs-step__title[b-09sqjwih9x] {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.gs-step__desc[b-09sqjwih9x] {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .gs-step[b-09sqjwih9x] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .gs-step:not(:last-child) .gs-step__number[b-09sqjwih9x]::after {
        display: none;
    }
}
/* /Components/Sections/HeroSection.razor.rz.scp.css */
.hero[b-p7zcovyfvx] {
    padding: 10rem 2rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Animated gradient orbs */
.hero__orb[b-p7zcovyfvx] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: orbFloat-b-p7zcovyfvx 20s ease-in-out infinite;
}

.hero__orb--1[b-p7zcovyfvx] {
    width: 600px;
    height: 600px;
    background: rgba(49, 120, 198, 0.12);
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.hero__orb--2[b-p7zcovyfvx] {
    width: 500px;
    height: 500px;
    background: rgba(104, 33, 122, 0.10);
    top: 20%;
    right: -15%;
    animation-delay: -7s;
    animation-duration: 25s;
}

.hero__orb--3[b-p7zcovyfvx] {
    width: 400px;
    height: 400px;
    background: rgba(88, 166, 255, 0.06);
    bottom: -10%;
    left: 30%;
    animation-delay: -13s;
    animation-duration: 22s;
}

@keyframes orbFloat-b-p7zcovyfvx {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -40px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(15px, 30px) scale(1.02); }
}

/* Particle canvas */
.hero__particles[b-p7zcovyfvx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.5;
}

/* Grid overlay */
.hero__grid[b-p7zcovyfvx] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(48, 54, 61, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48, 54, 61, 0.15) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    pointer-events: none;
}

.hero__inner[b-p7zcovyfvx] {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Badge */
.hero__badge[b-p7zcovyfvx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-default);
    border-radius: 999px;
    margin-bottom: 2rem;
}

.hero__badge-dot[b-p7zcovyfvx] {
    width: 6px;
    height: 6px;
    background: var(--accent-green);
    border-radius: 50%;
    animation: pulse-b-p7zcovyfvx 2s ease-in-out infinite;
}

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

.hero__title[b-p7zcovyfvx] {
    font-size: 5.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 1.25rem;
    line-height: 1.1;
    outline: none;
}

.hero__tagline[b-p7zcovyfvx] {
    font-size: 1.5rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.hero__ctas[b-p7zcovyfvx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.hero__install[b-p7zcovyfvx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius);
    padding: 0.75rem 1.25rem;
    transition: all var(--transition-default);
}

.hero__install:hover[b-p7zcovyfvx] {
    border-color: var(--accent-green);
    box-shadow: 0 0 20px rgba(63, 185, 80, 0.1);
}

.hero__install-prompt[b-p7zcovyfvx] {
    font-family: var(--font-mono);
    color: var(--text-tertiary);
    font-size: 0.9rem;
    user-select: none;
}

.hero__install-cmd[b-p7zcovyfvx] {
    font-family: var(--font-mono);
    font-size: 0.9rem;
    color: var(--accent-green);
}

/* Code block in hero */
.hero__code[b-p7zcovyfvx] {
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.hero__code-block[b-p7zcovyfvx] {
    box-shadow: var(--shadow-lg), 0 0 60px rgba(49, 120, 198, 0.08);
    border-color: rgba(48, 54, 61, 0.8);
}

.hero__code-dots[b-p7zcovyfvx] {
    display: flex;
    gap: 6px;
}

.hero__code-dot[b-p7zcovyfvx] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hero__code-dot--red[b-p7zcovyfvx] { background: #ff5f57; }
.hero__code-dot--yellow[b-p7zcovyfvx] { background: #febc2e; }
.hero__code-dot--green[b-p7zcovyfvx] { background: #28c840; }

/* Hero entrance animation — visible by default (prerender), animated via JS guard */
.hero-enter[b-p7zcovyfvx] {
    opacity: 1;
    transform: translateY(0);
}

/* When JS adds .hero--animated, gate the entrance animation */
.hero--animated .hero-enter[b-p7zcovyfvx] {
    animation: heroFadeIn-b-p7zcovyfvx 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.hero--animated .hero-enter--1[b-p7zcovyfvx] { animation-delay: 0.1s; }
.hero--animated .hero-enter--2[b-p7zcovyfvx] { animation-delay: 0.25s; }
.hero--animated .hero-enter--3[b-p7zcovyfvx] { animation-delay: 0.4s; }
.hero--animated .hero-enter--4[b-p7zcovyfvx] { animation-delay: 0.55s; }
.hero--animated .hero-enter--5[b-p7zcovyfvx] { animation-delay: 0.7s; }

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

/* Accessibility: disable hero animation for reduced-motion users */
@media (prefers-reduced-motion: reduce) {
    .hero--animated .hero-enter[b-p7zcovyfvx] {
        animation: none;
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glow button variant */
[b-p7zcovyfvx] .btn--glow {
    position: relative;
}

[b-p7zcovyfvx] .btn--glow:hover {
    box-shadow: 0 0 20px rgba(88, 166, 255, 0.15);
}

@media (max-width: 768px) {
    .hero[b-p7zcovyfvx] {
        padding: 7rem 1rem 3rem;
        min-height: auto;
    }

    .hero__title[b-p7zcovyfvx] {
        font-size: 3.25rem;
    }

    .hero__tagline[b-p7zcovyfvx] {
        font-size: 1.125rem;
    }

    .hero__ctas[b-p7zcovyfvx] {
        flex-direction: column;
        margin-bottom: 2.5rem;
    }

    .hero__orb--1[b-p7zcovyfvx] { width: 300px; height: 300px; }
    .hero__orb--2[b-p7zcovyfvx] { width: 250px; height: 250px; }
    .hero__orb--3[b-p7zcovyfvx] { display: none; }
}
/* /Components/Sections/LiveCodeExamples.razor.rz.scp.css */
.examples[b-nx9e1xv433] {
    background: var(--bg-primary);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-default);
}

.examples:hover[b-nx9e1xv433] {
    box-shadow: var(--shadow-xl), 0 0 40px rgba(49, 120, 198, 0.06);
    border-color: rgba(48, 54, 61, 0.8);
}

.examples__body[b-nx9e1xv433] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 360px;
}

.examples__code[b-nx9e1xv433] {
    border-right: 1px solid var(--border-default);
    overflow: auto;
}

.examples__output[b-nx9e1xv433] {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
}

.examples__output-text[b-nx9e1xv433] {
    font-family: var(--font-mono);
    font-size: 0.875rem;
    color: var(--accent-green);
    white-space: pre-wrap;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .examples__body[b-nx9e1xv433] {
        grid-template-columns: 1fr;
    }

    .examples__code[b-nx9e1xv433] {
        border-right: none;
        border-bottom: 1px solid var(--border-default);
    }
}
/* /Components/Sections/NavHeader.razor.rz.scp.css */
.nav[b-cfay2jj4f1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 2rem;
    height: 64px;
    display: flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid transparent;
}

.nav--scrolled[b-cfay2jj4f1] {
    background: rgba(13, 17, 23, 0.85);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    border-bottom-color: var(--border-default);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

.nav__inner[b-cfay2jj4f1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav__logo[b-cfay2jj4f1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text-primary);
}

.nav__logo:hover[b-cfay2jj4f1] {
    color: var(--text-primary);
}

.nav__logo-icon[b-cfay2jj4f1] {
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.nav__logo-text[b-cfay2jj4f1] {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nav__links[b-cfay2jj4f1] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav__link[b-cfay2jj4f1] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    border-radius: 6px;
    transition: all var(--transition-fast);
}

.nav__link:hover[b-cfay2jj4f1] {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
}

.nav__link--github[b-cfay2jj4f1] {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0.375rem;
    border-radius: 6px;
    color: var(--text-secondary);
}

.nav__link--github:hover[b-cfay2jj4f1] {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
}

/* Hamburger */
.nav__hamburger[b-cfay2jj4f1] {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav__hamburger span[b-cfay2jj4f1] {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-secondary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

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

.nav__hamburger--open span:nth-child(2)[b-cfay2jj4f1] {
    opacity: 0;
}

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

@media (max-width: 768px) {
    .nav[b-cfay2jj4f1] {
        padding: 0 1rem;
    }

    .nav__hamburger[b-cfay2jj4f1] {
        display: flex;
    }

    .nav__links[b-cfay2jj4f1] {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 1rem;
        gap: 0.25rem;
        background: rgba(13, 17, 23, 0.95);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--border-default);
        transform: translateY(-120%);
        opacity: 0;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .nav__links--open[b-cfay2jj4f1] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav__link[b-cfay2jj4f1] {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 0.9375rem;
    }
}
/* /Components/Sections/PlaygroundSection.razor.rz.scp.css */
.playground[b-yhcxexh995] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-default);
}

.playground:hover[b-yhcxexh995] {
    box-shadow: var(--shadow-xl), 0 0 60px rgba(49, 120, 198, 0.06);
}

.playground__toolbar[b-yhcxexh995] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-default);
    gap: 1rem;
    flex-wrap: wrap;
}

.playground__toolbar-left[b-yhcxexh995],
.playground__toolbar-right[b-yhcxexh995] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.playground__preset[b-yhcxexh995] {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border: 1px solid var(--border-default);
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    cursor: pointer;
    transition: border-color var(--transition-fast);
}

.playground__preset:focus[b-yhcxexh995] {
    outline: none;
    border-color: var(--accent-neon);
    box-shadow: 0 0 0 2px rgba(88, 166, 255, 0.15);
}

.playground__kbd[b-yhcxexh995] {
    font-size: 0.6875rem;
    padding: 0.125rem 0.375rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: var(--font-sans);
    color: rgba(255, 255, 255, 0.7);
}

.playground__body[b-yhcxexh995] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
}

.playground__editor[b-yhcxexh995] {
    border-right: 1px solid var(--border-default);
    overflow: hidden;
}

.playground__cm-container[b-yhcxexh995] {
    height: 100%;
    min-height: 420px;
}

[b-yhcxexh995] .cm-editor {
    height: 100%;
}

.playground__output[b-yhcxexh995] {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.1);
}

.playground__output-header[b-yhcxexh995] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1.25rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-default);
    font-size: 0.8125rem;
    color: var(--text-secondary);
}

.playground__timing[b-yhcxexh995] {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: var(--accent-green);
    background: rgba(63, 185, 80, 0.08);
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
}

.playground__output-body[b-yhcxexh995] {
    padding: 1.25rem;
    flex: 1;
    overflow: auto;
}

.playground__stdout[b-yhcxexh995] {
    font-family: var(--font-mono);
    font-size: 0.875rem;
    color: var(--text-primary);
    white-space: pre-wrap;
    line-height: 1.65;
    margin: 0;
}

.playground__errors[b-yhcxexh995] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.playground__error[b-yhcxexh995] {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    color: var(--accent-red);
    padding: 0.625rem 0.875rem;
    background: rgba(248, 81, 73, 0.06);
    border-left: 3px solid var(--accent-red);
    border-radius: 0 6px 6px 0;
    line-height: 1.5;
}

.playground__placeholder[b-yhcxexh995] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    font-style: italic;
}

.playground__spinner[b-yhcxexh995] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-yhcxexh995 0.6s linear infinite;
}

@keyframes spin-b-yhcxexh995 {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .playground__body[b-yhcxexh995] {
        grid-template-columns: 1fr;
    }

    .playground__editor[b-yhcxexh995] {
        border-right: none;
        border-bottom: 1px solid var(--border-default);
    }

    .playground__cm-container[b-yhcxexh995] {
        min-height: 300px;
    }
}
