/* /Views/Layouts/MainLayout.razor.rz.scp.css */
.page[b-2kavn3xdnj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2kavn3xdnj] {
    flex: 1;
}

.top-row[b-2kavn3xdnj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-2kavn3xdnj]  a, .top-row .btn-link[b-2kavn3xdnj] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-2kavn3xdnj] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2kavn3xdnj] {
        display: none;
    }

    .top-row.auth[b-2kavn3xdnj] {
        justify-content: space-between;
    }

    .top-row a[b-2kavn3xdnj], .top-row .btn-link[b-2kavn3xdnj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2kavn3xdnj] {
        flex-direction: row;
    }

    .top-row[b-2kavn3xdnj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2kavn3xdnj], article[b-2kavn3xdnj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*
Footer
 */

footer[b-2kavn3xdnj] {
    background: var(--primary-color);
    color: var(--white);
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

.footer-content[b-2kavn3xdnj] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

[b-2kavn3xdnj] .footer-section h3 { color: var(--white); margin-bottom: 1rem; font-size: 1.2rem; }
[b-2kavn3xdnj] .footer-section p, .footer-section a[b-2kavn3xdnj] { color: #bdc3c7; font-size: 0.95rem; }
[b-2kavn3xdnj] .footer-section a:hover { color: var(--white); }
[b-2kavn3xdnj] .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    text-align: center;
    color: #95a5a6;
    font-size: 0.9rem;
}
/* /Views/Pages/Components/DocCallout.razor.rz.scp.css */
/* ── CALLOUTS ──────────────────────────────────────────── */
.callout[b-omlu0x9hah] {
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    font-size: .9rem;
}
[b-omlu0x9hah] .callout-icon { font-size: 1rem; flex-shrink: 0; margin-top: .1rem; }
[b-omlu0x9hah] .callout-body { color: var(--muted); line-height: 1.6; }
[b-omlu0x9hah] .callout-body strong { font-weight: 600; }

.callout-info[b-omlu0x9hah]    { background: rgba(56,189,248,.08); border: 1px solid rgba(56,189,248,.25); }
.callout-info .callout-icon[b-omlu0x9hah] { color: var(--accent2); }
.callout-warn[b-omlu0x9hah]    { background: rgba(234,179,8,.08);  border: 1px solid rgba(234,179,8,.25); }
.callout-warn .callout-icon[b-omlu0x9hah] { color: var(--warn); }
.callout-danger[b-omlu0x9hah]  { background: rgba(239,68,68,.08);  border: 1px solid rgba(239,68,68,.25); }
.callout-danger .callout-icon[b-omlu0x9hah] { color: var(--danger); }
.callout-success[b-omlu0x9hah] { background: rgba(34,197,94,.08);  border: 1px solid rgba(34,197,94,.25); }
.callout-success .callout-icon[b-omlu0x9hah] { color: var(--success); }
/* /Views/Pages/Components/DocPageTemplate.razor.rz.scp.css */
/* ── LAYOUT ───────────────────────────────────────────────── */
.doc-layout[b-6n6i0puued] {
    display: flex;
    align-items: stretch;
    height: calc(100dvh - var(--mud-appbar-height, 48px));
}

/* Sidebar host: owns the width/flex-shrink of the DocSidebar component root */
[b-6n6i0puued] .sidebar-host {
    width: 240px;
    flex-shrink: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.doc-content[b-6n6i0puued] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    padding: 2rem 3rem;
}

@media (max-width: 768px) {
    /* Collapse the host to zero width; sidebar becomes position:fixed */
    [b-6n6i0puued] .sidebar-host {
        width: 0;
    }

    .doc-content[b-6n6i0puued] {
        padding: 1.5rem 1rem;
    }
}

/* ── HERO ─────────────────────────────────────────────────── */
[b-6n6i0puued] .hero {
    border-bottom: 1px solid var(--border);
    padding-bottom: 2.5rem;
}
[b-6n6i0puued] .hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
[b-6n6i0puued] .lang-toggle {
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem;
    letter-spacing: .08em;
    color: var(--muted);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s, border-color .15s;
}
[b-6n6i0puued] .lang-toggle:hover {
    color: var(--text);
    border-color: var(--accent);
}
[b-6n6i0puued] .hero-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: .75rem;
    color: var(--accent);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .6rem;
}
[b-6n6i0puued] .hero h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}
[b-6n6i0puued] .hero-lead {
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 600px;
}
[b-6n6i0puued] .hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.25rem;
}
[b-6n6i0puued] .tag {
    font-size: .75rem;
    font-family: 'JetBrains Mono', monospace;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2px 10px;
    color: var(--muted);
}

/* ── MODE TABLE ────────────────────────────────────────── */
[b-6n6i0puued] table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem;
    font-size: .88rem;
}
[b-6n6i0puued] th {
    text-align: left;
    font-weight: 500;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    padding: .6rem .8rem;
}
[b-6n6i0puued] td {
    border-bottom: 1px solid var(--border);
    padding: .65rem .8rem;
    color: var(--muted);
    vertical-align: top;
}
[b-6n6i0puued] td:first-child { color: var(--text); font-weight: 500; }
[b-6n6i0puued] tr:last-child td { border-bottom: none; }

/* ── INLINE CODE ───────────────────────────────────────── */
[b-6n6i0puued] code {
    font-family: 'JetBrains Mono', monospace;
    font-size: .8em;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 1px 5px;
    color: var(--accent);
}

/* ── BADGE ─────────────────────────────────────────────── */
[b-6n6i0puued] .badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .72rem;
    font-family: 'JetBrains Mono', monospace;
    border-radius: 20px;
    padding: 2px 9px;
    border: 1px solid;
    vertical-align: middle;
}
[b-6n6i0puued] .badge-premium { color: #fbbf24; border-color: #fbbf24; background: rgba(251,191,36,.08); }
/* /Views/Pages/Components/DocSection.razor.rz.scp.css */
/* ── SECTION ─────────────────────────────────────────────── */
[b-qo4zs0uena] .section-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
[b-qo4zs0uena] .section-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: .7rem;
    color: var(--accent);
    background: var(--accent-dim);
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 2px 8px;
    white-space: nowrap;
}
[b-qo4zs0uena] .section-header h2 {
    font-size: 1.55rem;
    font-weight: 500;
    color: #fff;
}

[b-qo4zs0uena] .doc-section h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text);
    margin: 1.75rem 0 .6rem;
    letter-spacing: .02em;
}

[b-qo4zs0uena] p { color: var(--muted); margin-bottom: .9rem; }
[b-qo4zs0uena] p strong { color: var(--text); font-weight: 300; }

[b-qo4zs0uena] ul, ol[b-qo4zs0uena] {
    color: var(--muted);
    padding-left: 1.4rem;
    margin-bottom: .9rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
[b-qo4zs0uena] li { font-size: .95rem; }
/* /Views/Pages/Components/DocSidebar.razor.rz.scp.css */
/* ── TOGGLE BUTTON (mobile only) ──────────────────────────── */
[b-69oli8nan8] .sidebar-toggle {
    display: none;
    position: fixed;
    top: calc(var(--mud-appbar-height, 60px) + 10px);
    left: 10px;
    z-index: 101;
    width: 36px;
    height: 36px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background .15s;
}
[b-69oli8nan8] .sidebar-toggle:hover { background: var(--surface2); }

/* ── OVERLAY ───────────────────────────────────────────────── */
[b-69oli8nan8] .sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 90;
}

[b-69oli8nan8] .sidebar {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    background: var(--surface);
    border-right: 1px solid var(--border);
    padding: 2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

[b-69oli8nan8] .sidebar-logo {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}
[b-69oli8nan8] .sidebar-logo .flame {
    width: 34px;
    height: 34px;
    background: var(--accent);
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 18px;
}
[b-69oli8nan8] .sidebar-logo .brand {
    font-size: 1.3rem;
    color: var(--text);
    letter-spacing: .02em;
}
[b-69oli8nan8] .sidebar-logo .brand span { color: var(--accent); }

[b-69oli8nan8] .sidebar-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: .65rem;
    background: var(--accent-dim);
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 1px 6px;
    margin-left: auto;
    white-space: nowrap;
}

[b-69oli8nan8] .nav-section-label {
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    padding: 0 .5rem;
}

[b-69oli8nan8] .nav-list { list-style: none; display: flex; flex-direction: column; gap: 2px; }
[b-69oli8nan8] .nav-list li a {
    display: flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
    color: var(--muted);
    font-size: .95rem;
    padding: .45rem .75rem;
    border-radius: 6px;
    transition: background .15s, color .15s;
}
[b-69oli8nan8] .nav-list li a:hover,
[b-69oli8nan8] .nav-list li a.active {
    background: var(--accent-dim);
    color: var(--accent);
}
[b-69oli8nan8] .nav-list li a .nav-icon { font-size: 1rem; width: 1.1rem; text-align: center; }

[b-69oli8nan8] .nav-group { display: flex; flex-direction: column; gap: .5rem; }

/* ── MOBILE ────────────────────────────────────────────────── */
@media (max-width: 768px) {
    [b-69oli8nan8] .sidebar-toggle {
        display: flex;
    }

    [b-69oli8nan8] .sidebar-overlay.sidebar-overlay-visible {
        display: block;
    }

    [b-69oli8nan8] .sidebar {
        position: fixed;
        top: var(--mud-appbar-height, 60px);
        left: 0;
        bottom: 0;
        width: 260px;
        flex: none;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
    }

    [b-69oli8nan8] .sidebar.sidebar-open {
        transform: translateX(0);
    }
}
/* /Views/Pages/Components/DocSteps.razor.rz.scp.css */
/* ── STEPS ─────────────────────────────────────────────── */
.steps[b-a53v8vls2m] { display: flex; flex-direction: column; gap: .75rem; margin: 1rem 0; }
[b-a53v8vls2m] .step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
[b-a53v8vls2m] .step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--accent-dim);
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: 'JetBrains Mono', monospace;
    font-size: .7rem;
    font-weight: 500;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    margin-top: .15rem;
}
[b-a53v8vls2m] .step-body { color: var(--muted); font-size: .92rem; line-height: 1.6; }
[b-a53v8vls2m] .step-body strong { color: var(--text); font-weight: 600; }
/* /Views/Pages/Index.razor.rz.scp.css */
[b-le664tzkug] .hero-section {
    height: 50vh;
    position: relative;
}

[b-le664tzkug] .hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('scheater_perpsective_dark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

[b-le664tzkug] .hero-section > * {
    position: relative;
    z-index: 1;
}
/* /Views/Pages/TermsOfUse.razor.rz.scp.css */
:root[b-fvn1xklqvg] {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --text-color: #333;
    --text-light: #666;
    --bg-color: #fafafa;
    --white: #ffffff;
    --border-color: #e1e4e8;
    --warning-bg: #fff3cd;
    --warning-border: #ffc107;
    --info-bg: #d1ecf1;
    --info-border: #17a2b8;
    --shadow: 0 2px 8px rgba(0,0,0,0.1);
    --shadow-hover: 0 4px 12px rgba(0,0,0,0.15);
}

*[b-fvn1xklqvg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-fvn1xklqvg] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-color);
    background-color: var(--bg-color);
    font-size: 16px;
}

/* Header */
header[b-fvn1xklqvg] {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav[b-fvn1xklqvg] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-fvn1xklqvg] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.logo span[b-fvn1xklqvg] {
    color: var(--secondary-color);
}

.nav-links[b-fvn1xklqvg] {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a[b-fvn1xklqvg] {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav-links a:hover[b-fvn1xklqvg] {
    color: var(--secondary-color);
}

.nav-links a[b-fvn1xklqvg]::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s;
}

.nav-links a:hover[b-fvn1xklqvg]::after {
    width: 100%;
}

.mobile-menu-btn[b-fvn1xklqvg] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
}

/* Main Container */
.container[b-fvn1xklqvg] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
}

/* Sidebar Table of Contents */
.toc[b-fvn1xklqvg] {
    position: sticky;
    top: 100px;
    height: fit-content;
    background: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.toc h3[b-fvn1xklqvg] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--secondary-color);
}

.toc ul[b-fvn1xklqvg] {
    list-style: none;
}

.toc li[b-fvn1xklqvg] {
    margin-bottom: 0.5rem;
}

.toc a[b-fvn1xklqvg] {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    padding: 0.3rem 0;
    transition: all 0.3s;
}

.toc a:hover[b-fvn1xklqvg] {
    color: var(--secondary-color);
    padding-left: 5px;
}

.toc a.active[b-fvn1xklqvg] {
    color: var(--secondary-color);
    font-weight: 600;
    border-left: 3px solid var(--secondary-color);
    padding-left: 0.5rem;
}

/* Main Content */
main[b-fvn1xklqvg] {
    background: var(--white);
    padding: 3rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.page-header[b-fvn1xklqvg] {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid var(--secondary-color);
}

h1[b-fvn1xklqvg] {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.meta-info[b-fvn1xklqvg] {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-top: 1rem;
}

.meta-info strong[b-fvn1xklqvg] {
    color: var(--primary-color);
}

h2[b-fvn1xklqvg] {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--border-color);
}

h3[b-fvn1xklqvg] {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

h4[b-fvn1xklqvg] {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

p[b-fvn1xklqvg] {
    margin-bottom: 1rem;
    text-align: justify;
}

ul[b-fvn1xklqvg], ol[b-fvn1xklqvg] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

li[b-fvn1xklqvg] {
    margin-bottom: 0.5rem;
}

strong[b-fvn1xklqvg] {
    color: var(--primary-color);
}

/* Alert Boxes */
.alert[b-fvn1xklqvg] {
    padding: 1.25rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    border-left: 4px solid;
    background: var(--white);
}

.alert-warning[b-fvn1xklqvg] {
    background: var(--warning-bg);
    border-color: var(--warning-border);
}

.alert-info[b-fvn1xklqvg] {
    background: var(--info-bg);
    border-color: var(--info-border);
}

.alert-title[b-fvn1xklqvg] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Tables */
table[b-fvn1xklqvg] {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

th[b-fvn1xklqvg], td[b-fvn1xklqvg] {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

th[b-fvn1xklqvg] {
    background: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

tr:hover[b-fvn1xklqvg] {
    background: var(--bg-color);
}

tr:last-child td[b-fvn1xklqvg] {
    border-bottom: none;
}

/* Code blocks */
code[b-fvn1xklqvg] {
    background: var(--bg-color);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: var(--accent-color);
    border: 1px solid var(--border-color);
}

pre[b-fvn1xklqvg] {
    background: var(--primary-color);
    color: var(--white);
    padding: 1.5rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Links */
a[b-fvn1xklqvg] {
    color: var(--secondary-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

a:hover[b-fvn1xklqvg] {
    border-bottom-color: var(--secondary-color);
}

/* Footer */
footer[b-fvn1xklqvg] {
    background: var(--primary-color);
    color: var(--white);
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

.footer-content[b-fvn1xklqvg] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-fvn1xklqvg] {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p[b-fvn1xklqvg], .footer-section a[b-fvn1xklqvg] {
    color: #bdc3c7;
    font-size: 0.95rem;
}

.footer-section a:hover[b-fvn1xklqvg] {
    color: var(--white);
}

.footer-bottom[b-fvn1xklqvg] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    text-align: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

/* Print styles */
@media print {
    header[b-fvn1xklqvg], footer[b-fvn1xklqvg], .toc[b-fvn1xklqvg] {
        display: none;
    }

    main[b-fvn1xklqvg] {
        box-shadow: none;
        padding: 0;
    }

    body[b-fvn1xklqvg] {
        background: white;
        font-size: 12pt;
    }
}

/* Responsive */
@media (max-width: 968px) {
    .container[b-fvn1xklqvg] {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .toc[b-fvn1xklqvg] {
        position: relative;
        top: 0;
        display: none;
    }

    .toc.mobile-visible[b-fvn1xklqvg] {
        display: block;
    }

    main[b-fvn1xklqvg] {
        padding: 2rem 1.5rem;
    }

    h1[b-fvn1xklqvg] {
        font-size: 1.8rem;
    }

    h2[b-fvn1xklqvg] {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .nav-links[b-fvn1xklqvg] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 1rem 2rem;
        box-shadow: var(--shadow);
        gap: 1rem;
    }

    .nav-links.active[b-fvn1xklqvg] {
        display: flex;
    }

    .mobile-menu-btn[b-fvn1xklqvg] {
        display: block;
    }

    table[b-fvn1xklqvg] {
        font-size: 0.9rem;
    }

    th[b-fvn1xklqvg], td[b-fvn1xklqvg] {
        padding: 0.75rem 0.5rem;
    }
}

/* Smooth scroll */
html[b-fvn1xklqvg] {
    scroll-behavior: smooth;
}

/* Section anchors */
section[b-fvn1xklqvg] {
    scroll-margin-top: 100px;
}

/* Back to top button */
.back-to-top[b-fvn1xklqvg] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--secondary-color);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--shadow);
    opacity: 0;
    transition: all 0.3s;
    z-index: 999;
}

.back-to-top.visible[b-fvn1xklqvg] {
    opacity: 1;
}

.back-to-top:hover[b-fvn1xklqvg] {
    background: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}
