/* /Components/Header.razor.rz.scp.css */
.site-header[b-x7i9kvuvxf] {
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #1a1a1a;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content[b-x7i9kvuvxf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo[b-x7i9kvuvxf] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-nav[b-x7i9kvuvxf] {
    display: flex;
    gap: 2rem;
}

.nav-link[b-x7i9kvuvxf] {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'JetBrains Mono', monospace;
    transition: color 0.2s;
}

.nav-link:hover[b-x7i9kvuvxf] {
    color: #00ff41;
}

.nav-download[b-x7i9kvuvxf] {
    color: #00ff41;
    font-weight: 500;
}

.header-actions[b-x7i9kvuvxf] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-nav[b-x7i9kvuvxf] {
    background: #00ff41;
    color: #0a0a0a;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: 'JetBrains Mono', monospace;
    transition: all 0.2s;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.btn-nav:hover[b-x7i9kvuvxf] {
    background: #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

.btn-nav.btn-glow[b-x7i9kvuvxf] {
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.3);
}

.btn-nav.btn-glow:hover[b-x7i9kvuvxf] {
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

.btn-icon-sm[b-x7i9kvuvxf] {
    margin-right: 0.3rem;
}

.btn-nav-secondary[b-x7i9kvuvxf] {
    background: transparent;
    color: #a0a0a0;
    padding: 0.5rem 1rem;
    border: 1px solid #333;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: 'JetBrains Mono', monospace;
    cursor: pointer;
    transition: all 0.2s;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.btn-nav-secondary:hover[b-x7i9kvuvxf] {
    color: #00ff41;
    border-color: #00ff41;
}

.mobile-menu-btn[b-x7i9kvuvxf] {
    display: none !important;
    background: none;
    border: none;
    color: #00ff41;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu[b-x7i9kvuvxf] {
    display: none;
    background: #0a0a0a;
    border-top: 1px solid #1a1a1a;
    padding: 1rem;
}

.mobile-nav-link[b-x7i9kvuvxf] {
    display: block;
    color: #a0a0a0;
    text-decoration: none;
    padding: 0.75rem 1rem;
    font-family: 'JetBrains Mono', monospace;
    border-radius: 6px;
    transition: all 0.2s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
}

.mobile-nav-link:hover[b-x7i9kvuvxf] {
    color: #00ff41;
    background: #1a1a1a;
}

.mobile-nav-link.cta[b-x7i9kvuvxf] {
    background: #00ff41;
    color: #0a0a0a;
    text-align: center;
    margin-top: 0.5rem;
}

.mobile-nav-link.btn-logout[b-x7i9kvuvxf] {
    color: #ff4444;
}

.mobile-divider[b-x7i9kvuvxf] {
    height: 1px;
    background: #1a1a1a;
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
    .header-nav[b-x7i9kvuvxf],
    .header-actions[b-x7i9kvuvxf] {
        display: none !important;
    }

    .mobile-menu-btn[b-x7i9kvuvxf] {
        display: block !important;
    }

    .mobile-menu[b-x7i9kvuvxf] {
        display: block;
    }
}
/* /Pages/Admin/Aimigo.razor.rz.scp.css */
.aim-desc[b-slfl8tg11e] {
    color: var(--text-secondary);
    margin-bottom: 16px;
    font-size: 14px;
}

.aim-card[b-slfl8tg11e] {
    margin-bottom: 20px;
    padding: 14px;
    background: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.aim-card-title[b-slfl8tg11e] {
    color: var(--text-primary);
    font-size: 15px;
    margin-bottom: 10px;
}

.aim-card-desc[b-slfl8tg11e] {
    color: var(--text-secondary);
    font-size: 13px;
    margin-bottom: 10px;
}

.aim-row[b-slfl8tg11e] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.aim-add-row[b-slfl8tg11e] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.aim-label[b-slfl8tg11e] {
    display: block;
    color: var(--text-secondary);
    font-size: 13px;
    margin-bottom: 4px;
}

.aim-input-wide[b-slfl8tg11e] {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 280px;
}

.aim-input[b-slfl8tg11e] {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 200px;
}

.aim-btn-add[b-slfl8tg11e] {
    font-size: 13px;
    padding: 6px 14px;
}

.aim-section-title[b-slfl8tg11e] {
    color: var(--text-primary);
    font-size: 15px;
    margin-bottom: 10px;
}

.aim-empty[b-slfl8tg11e] {
    color: var(--text-secondary);
    font-size: 14px;
}

.aim-grid[b-slfl8tg11e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 14px;
}

.aim-scene-card[b-slfl8tg11e] {
    background: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aim-scene-header[b-slfl8tg11e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aim-scene-name[b-slfl8tg11e] {
    color: var(--text-primary);
    font-size: 14px;
}

.aim-scene-guid[b-slfl8tg11e] {
    color: var(--text-muted);
    font-size: 11px;
    font-family: monospace;
}

.aim-scene-preview[b-slfl8tg11e] {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16/9;
}

.aim-scene-img[b-slfl8tg11e] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aim-scene-info[b-slfl8tg11e] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.aim-scene-status-ok[b-slfl8tg11e] {
    color: var(--matrix-green);
    font-size: 12px;
}

.aim-scene-date[b-slfl8tg11e] {
    color: var(--text-muted);
    font-size: 11px;
}

.aim-btn-delete[b-slfl8tg11e] {
    margin-left: auto;
    background: none;
    border: 1px solid var(--glitch-red);
    color: var(--glitch-red);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.aim-scene-placeholder[b-slfl8tg11e] {
    border-radius: 6px;
    background: #111;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aim-scene-placeholder-text[b-slfl8tg11e] {
    color: var(--text-muted);
    font-size: 13px;
}

.aim-scene-upload[b-slfl8tg11e] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.aim-file-input[b-slfl8tg11e] {
    font-size: 12px;
    color: var(--text-secondary);
    flex: 1;
}

.aim-uploading[b-slfl8tg11e] {
    color: var(--matrix-green);
    font-size: 12px;
}

.aim-status[b-slfl8tg11e] {
    padding: 8px 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.aim-status-error[b-slfl8tg11e] {
    background: rgba(255, 0, 64, 0.1);
    border: 1px solid var(--glitch-red);
    color: var(--glitch-red);
}

.aim-status-success[b-slfl8tg11e] {
    background: rgba(0, 255, 65, 0.1);
    border: 1px solid var(--matrix-green);
    color: var(--matrix-green);
}
/* /Pages/Admin/Extensions.razor.rz.scp.css */
.extensions-admin .message[b-pvekyndqgv] {
    border-radius: 8px;
    margin: 0 0 1rem;
    padding: 0.8rem 1rem;
}

.extensions-admin .message.success[b-pvekyndqgv] {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #86efac;
}

.extensions-admin .message.error[b-pvekyndqgv] {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #fca5a5;
}

.extension-layout[b-pvekyndqgv] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
    margin-bottom: 1rem;
}

.card-title-row[b-pvekyndqgv],
.action-row[b-pvekyndqgv],
.switch-row[b-pvekyndqgv],
.table-actions[b-pvekyndqgv] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.card-title-row[b-pvekyndqgv] {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.form-grid[b-pvekyndqgv] {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.single[b-pvekyndqgv] {
    grid-template-columns: 1fr;
}

.form-grid label[b-pvekyndqgv],
.switch-row label[b-pvekyndqgv] {
    color: var(--text-secondary, #9ca3af);
    display: grid;
    font-size: 0.85rem;
    gap: 0.35rem;
}

.form-grid .wide[b-pvekyndqgv] {
    grid-column: 1 / -1;
}

.form-input[b-pvekyndqgv] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--text-primary, #f9fafb);
    min-height: 38px;
    padding: 0.55rem 0.7rem;
}

.monospace[b-pvekyndqgv] {
    font-family: "JetBrains Mono", "Cascadia Code", monospace;
    font-size: 0.84rem;
}

.switch-row[b-pvekyndqgv] {
    margin: 1rem 0;
}

.btn-primary[b-pvekyndqgv],
.btn-secondary[b-pvekyndqgv],
.btn-danger[b-pvekyndqgv] {
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
}

.btn-primary:disabled[b-pvekyndqgv],
.btn-secondary:disabled[b-pvekyndqgv],
.btn-danger:disabled[b-pvekyndqgv] {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn-primary[b-pvekyndqgv] {
    background: var(--accent-color, #10b981);
    color: #06140f;
}

.btn-secondary[b-pvekyndqgv] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary, #f9fafb);
}

.btn-danger[b-pvekyndqgv] {
    background: rgba(239, 68, 68, 0.16);
    color: #fca5a5;
}

.compact[b-pvekyndqgv] {
    min-height: 32px;
    padding: 0.35rem 0.65rem;
}

.table-wrap[b-pvekyndqgv] {
    overflow-x: auto;
}

.admin-table[b-pvekyndqgv] {
    border-collapse: collapse;
    width: 100%;
}

.admin-table th[b-pvekyndqgv],
.admin-table td[b-pvekyndqgv] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-pvekyndqgv] {
    color: var(--text-secondary, #9ca3af);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.compact-table td[b-pvekyndqgv],
.compact-table th[b-pvekyndqgv] {
    padding: 0.55rem 0.75rem;
}

.status-badge[b-pvekyndqgv] {
    border-radius: 999px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    margin: 0.1rem 0.2rem 0.1rem 0;
    padding: 0.2rem 0.5rem;
}

.status-badge.active[b-pvekyndqgv],
.status-badge.released[b-pvekyndqgv] {
    background: rgba(34, 197, 94, 0.14);
    color: #86efac;
}

.status-badge.disabled[b-pvekyndqgv],
.status-badge.draft[b-pvekyndqgv] {
    background: rgba(148, 163, 184, 0.14);
    color: #cbd5e1;
}

.override-list[b-pvekyndqgv] {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
}

.override-row[b-pvekyndqgv] {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 0.65rem;
}

.muted[b-pvekyndqgv],
.no-data[b-pvekyndqgv] {
    color: var(--text-secondary, #9ca3af);
}

.definitions-card[b-pvekyndqgv],
.analytics-card[b-pvekyndqgv],
.extension-stats[b-pvekyndqgv] {
    margin-bottom: 1rem;
}

@media (max-width: 980px) {
    .extension-layout[b-pvekyndqgv],
    .form-grid[b-pvekyndqgv],
    .override-row[b-pvekyndqgv] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/HomepageFeatures.razor.rz.scp.css */
.admin-section[b-3uizbtk8l1] { max-width: 1100px; margin: 2rem auto; padding: 0 1rem; }
.admin-header h1[b-3uizbtk8l1] { color: #00ff41; margin-bottom: 0.25rem; font-family: 'JetBrains Mono', monospace; }
.admin-subtitle[b-3uizbtk8l1] { color: #888; margin-bottom: 1.5rem; }
.alert[b-3uizbtk8l1] { padding: 0.75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
.alert-error[b-3uizbtk8l1] { background: #2a0a0a; border: 1px solid #ff4141; color: #ff8181; }
.alert-success[b-3uizbtk8l1] { background: #0a2a14; border: 1px solid #00ff41; color: #00ff41; }
.hf-section-config[b-3uizbtk8l1], .hf-cards-block[b-3uizbtk8l1] { background: #111; border: 1px solid #222; border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.25rem; }
.hf-section-config h3[b-3uizbtk8l1], .hf-cards-block h3[b-3uizbtk8l1] { color: #00ff41; font-family: 'JetBrains Mono', monospace; margin: 0 0 0.75rem; }
.hf-field[b-3uizbtk8l1] { display: grid; grid-template-columns: 160px 1fr; gap: 0.75rem; align-items: center; margin-bottom: 0.6rem; }
.hf-field label[b-3uizbtk8l1] { color: #aaa; font-size: 0.85rem; }
.hf-field input[b-3uizbtk8l1] { background: #0a0a0a; border: 1px solid #222; color: #ddd; padding: 0.4rem 0.6rem; border-radius: 4px; }
.hf-field input:focus[b-3uizbtk8l1] { outline: 1px solid #00ff41; border-color: #00ff41; }
.hf-cards-header[b-3uizbtk8l1] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.hf-empty[b-3uizbtk8l1] { color: #666; font-style: italic; }
.hf-card-list[b-3uizbtk8l1] { list-style: none; padding: 0; margin: 0; }
.hf-card-row[b-3uizbtk8l1] { display: grid; grid-template-columns: auto 1fr auto; gap: 0.75rem; align-items: start; padding: 0.6rem 0.6rem; background: #0a0a0a; border: 1px solid #222; border-radius: 4px; margin-bottom: 0.5rem; }
.hf-rank[b-3uizbtk8l1] { color: #00ff41; font-family: 'JetBrains Mono', monospace; font-weight: bold; padding-top: 0.35rem; }
.hf-card-fields[b-3uizbtk8l1] { display: flex; flex-direction: column; gap: 0.5rem; }
.hf-row-2[b-3uizbtk8l1] { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 0.5rem; }
.hf-card-fields input[b-3uizbtk8l1], .hf-card-fields textarea[b-3uizbtk8l1] { background: #050505; border: 1px solid #1a1a1a; color: #ddd; padding: 0.4rem 0.55rem; border-radius: 4px; font-family: inherit; }
.hf-card-fields input:focus[b-3uizbtk8l1], .hf-card-fields textarea:focus[b-3uizbtk8l1] { outline: 1px solid #00ff41; border-color: #00ff41; }
.hf-input-desc[b-3uizbtk8l1] { resize: vertical; min-height: 2.6rem; }
.hf-char-count[b-3uizbtk8l1] { color: #888; font-size: 0.75rem; text-align: right; }
.hf-char-count.hf-char-warn[b-3uizbtk8l1] { color: #ff4141; }
.hf-actions[b-3uizbtk8l1] { display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-end; }
.hf-active-toggle[b-3uizbtk8l1] { display: flex; gap: 0.25rem; align-items: center; color: #aaa; font-size: 0.8rem; }
.btn-icon[b-3uizbtk8l1] { background: #1a1a1a; border: 1px solid #333; color: #ccc; width: 28px; height: 28px; border-radius: 4px; cursor: pointer; }
.btn-icon:hover:not(:disabled)[b-3uizbtk8l1] { border-color: #00ff41; color: #00ff41; }
.btn-icon:disabled[b-3uizbtk8l1] { opacity: 0.35; cursor: not-allowed; }
.btn-icon-danger:hover:not(:disabled)[b-3uizbtk8l1] { border-color: #ff4141; color: #ff4141; }
.hf-save-bar[b-3uizbtk8l1] { display: flex; gap: 0.5rem; margin-top: 1rem; align-items: center; }
.hf-hint[b-3uizbtk8l1] { color: #888; font-size: 0.8rem; margin-left: 0.5rem; }
@media (max-width: 760px) {
    .hf-row-2[b-3uizbtk8l1] { grid-template-columns: 1fr 1fr; }
    .hf-field[b-3uizbtk8l1] { grid-template-columns: 1fr; }
    .hf-card-row[b-3uizbtk8l1] { grid-template-columns: auto 1fr; }
    .hf-actions[b-3uizbtk8l1] { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}
/* /Pages/Admin/HomepageProblems.razor.rz.scp.css */
.admin-section[b-l9ic2ga5q9] { max-width: 1100px; margin: 2rem auto; padding: 0 1rem; }
.admin-header h1[b-l9ic2ga5q9] { color: #00ff41; margin-bottom: 0.25rem; font-family: 'JetBrains Mono', monospace; }
.admin-subtitle[b-l9ic2ga5q9] { color: #888; margin-bottom: 1.5rem; }
.alert[b-l9ic2ga5q9] { padding: 0.75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
.alert-error[b-l9ic2ga5q9] { background: #2a0a0a; border: 1px solid #ff4141; color: #ff8181; }
.alert-success[b-l9ic2ga5q9] { background: #0a2a14; border: 1px solid #00ff41; color: #00ff41; }
.hf-section-config[b-l9ic2ga5q9], .hf-cards-block[b-l9ic2ga5q9] { background: #111; border: 1px solid #222; border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.25rem; }
.hf-section-config h3[b-l9ic2ga5q9], .hf-cards-block h3[b-l9ic2ga5q9] { color: #00ff41; font-family: 'JetBrains Mono', monospace; margin: 0 0 0.75rem; }
.hf-field[b-l9ic2ga5q9] { display: grid; grid-template-columns: 160px 1fr; gap: 0.75rem; align-items: center; margin-bottom: 0.6rem; }
.hf-field label[b-l9ic2ga5q9] { color: #aaa; font-size: 0.85rem; }
.hf-field input[b-l9ic2ga5q9] { background: #0a0a0a; border: 1px solid #222; color: #ddd; padding: 0.4rem 0.6rem; border-radius: 4px; }
.hf-field input:focus[b-l9ic2ga5q9] { outline: 1px solid #00ff41; border-color: #00ff41; }
.hf-cards-header[b-l9ic2ga5q9] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.hf-empty[b-l9ic2ga5q9] { color: #666; font-style: italic; }
.hf-card-list[b-l9ic2ga5q9] { list-style: none; padding: 0; margin: 0; }
.hf-card-row[b-l9ic2ga5q9] { display: grid; grid-template-columns: auto 1fr auto; gap: 0.75rem; align-items: start; padding: 0.6rem 0.6rem; background: #0a0a0a; border: 1px solid #222; border-radius: 4px; margin-bottom: 0.5rem; }
.hf-rank[b-l9ic2ga5q9] { color: #00ff41; font-family: 'JetBrains Mono', monospace; font-weight: bold; padding-top: 0.35rem; }
.hf-card-fields[b-l9ic2ga5q9] { display: flex; flex-direction: column; gap: 0.5rem; }
.hf-row-2[b-l9ic2ga5q9] { display: grid; grid-template-columns: 90px 1fr; gap: 0.5rem; }
.hf-card-fields input[b-l9ic2ga5q9], .hf-card-fields textarea[b-l9ic2ga5q9] { background: #050505; border: 1px solid #1a1a1a; color: #ddd; padding: 0.4rem 0.55rem; border-radius: 4px; font-family: inherit; }
.hf-card-fields input:focus[b-l9ic2ga5q9], .hf-card-fields textarea:focus[b-l9ic2ga5q9] { outline: 1px solid #00ff41; border-color: #00ff41; }
.hf-input-desc[b-l9ic2ga5q9] { resize: vertical; min-height: 2.6rem; }
.hf-char-count[b-l9ic2ga5q9] { color: #888; font-size: 0.75rem; text-align: right; }
.hf-char-count.hf-char-warn[b-l9ic2ga5q9] { color: #ff4141; }
.hf-actions[b-l9ic2ga5q9] { display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-end; }
.hf-active-toggle[b-l9ic2ga5q9] { display: flex; gap: 0.25rem; align-items: center; color: #aaa; font-size: 0.8rem; }
.btn-icon[b-l9ic2ga5q9] { background: #1a1a1a; border: 1px solid #333; color: #ccc; width: 28px; height: 28px; border-radius: 4px; cursor: pointer; }
.btn-icon:hover:not(:disabled)[b-l9ic2ga5q9] { border-color: #00ff41; color: #00ff41; }
.btn-icon:disabled[b-l9ic2ga5q9] { opacity: 0.35; cursor: not-allowed; }
.btn-icon-danger:hover:not(:disabled)[b-l9ic2ga5q9] { border-color: #ff4141; color: #ff4141; }
.hf-save-bar[b-l9ic2ga5q9] { display: flex; gap: 0.5rem; margin-top: 1rem; align-items: center; }
.hf-hint[b-l9ic2ga5q9] { color: #888; font-size: 0.8rem; margin-left: 0.5rem; }
@media (max-width: 760px) {
    .hf-row-2[b-l9ic2ga5q9] { grid-template-columns: 1fr; }
    .hf-field[b-l9ic2ga5q9] { grid-template-columns: 1fr; }
    .hf-card-row[b-l9ic2ga5q9] { grid-template-columns: auto 1fr; }
    .hf-actions[b-l9ic2ga5q9] { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}
/* /Pages/Admin/Messages.razor.rz.scp.css */
/* Blazor scoped CSS for /admin/messages — Feature aDJKbfrw7J Wave A.
   Forces Recipient / Subject / Body / Translation key inputs to fill the full
   card width on both 'Send to one user' and 'Broadcast to all users' cards. */

.admin-section[b-aporqsiq3q]  .form-control {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.admin-section[b-aporqsiq3q]  .form-group {
    margin-bottom: 0.9rem;
}

.admin-section[b-aporqsiq3q]  textarea.form-control {
    min-height: 8rem;
    font-family: inherit;
}

[b-aporqsiq3q] .md-helper {
    color: #888;
    font-size: 0.78rem;
    margin: 0.2rem 0 0.4rem 0;
}

[b-aporqsiq3q] .attach-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

[b-aporqsiq3q] .attach-thumb {
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0.4rem;
    width: 11rem;
    font-size: 0.78rem;
}

[b-aporqsiq3q] .attach-thumb img {
    width: 100%;
    height: 6rem;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 0.3rem;
}

[b-aporqsiq3q] .attach-thumb .attach-name {
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.3rem;
}

[b-aporqsiq3q] .attach-thumb .attach-remove {
    color: #f87171;
    margin-left: 0.4rem;
}

[b-aporqsiq3q] .md-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.45rem 0;
}

[b-aporqsiq3q] .md-toolbar button {
    width: 2.35rem;
    height: 2rem;
    border: 1px solid #333;
    border-radius: 6px;
    background: #151515;
    color: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1;
}

[b-aporqsiq3q] .md-toolbar button:hover,
[b-aporqsiq3q] .md-toolbar button:focus-visible {
    border-color: #00ff66;
    color: #00ff66;
    outline: none;
}

[b-aporqsiq3q] .md-preview {
    margin-top: 0.65rem;
    border: 1px solid #242424;
    border-radius: 6px;
    background: #0c0c0c;
    padding: 0.75rem;
}

[b-aporqsiq3q] .md-preview-title {
    color: #888;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

[b-aporqsiq3q] .md-preview-body {
    color: #eee;
    overflow-wrap: anywhere;
}

[b-aporqsiq3q] .md-preview-body h2,
[b-aporqsiq3q] .md-preview-body h3,
[b-aporqsiq3q] .md-preview-body h4 {
    margin: 0.6rem 0 0.35rem;
    color: #fff;
}

[b-aporqsiq3q] .md-preview-body p,
[b-aporqsiq3q] .md-preview-body ul {
    margin: 0.35rem 0;
}

[b-aporqsiq3q] .md-preview-body img {
    display: block;
    max-width: min(100%, 360px);
    max-height: 240px;
    margin-top: 0.5rem;
    border-radius: 6px;
    border: 1px solid #333;
}
/* /Pages/Admin/PatchNotes.razor.rz.scp.css */
.patch-notes-status[b-5se6l4qch1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.patch-notes-status-text[b-5se6l4qch1] {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.patch-notes-status-close[b-5se6l4qch1] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid currentColor;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.18);
    color: inherit;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.patch-notes-status-close:hover[b-5se6l4qch1],
.patch-notes-status-close:focus-visible[b-5se6l4qch1] {
    background: rgba(0, 255, 65, 0.14);
    transform: translateY(-1px);
}

.patch-notes-status-close:focus-visible[b-5se6l4qch1] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 255, 65, 0.35);
}

.patch-notes-table-container[b-5se6l4qch1] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.patch-notes-table-container[b-5se6l4qch1]::-webkit-scrollbar {
    display: none;
}
/* /Pages/Admin/ProcessSteps.razor.rz.scp.css */
.admin-section[b-cwvf935iij] { max-width: 1100px; margin: 2rem auto; padding: 0 1rem; }
.admin-header h1[b-cwvf935iij] { color: #00ff41; margin-bottom: 0.25rem; font-family: 'JetBrains Mono', monospace; }
.admin-subtitle[b-cwvf935iij] { color: #888; margin-bottom: 1.5rem; }
.alert[b-cwvf935iij] { padding: 0.75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
.alert-error[b-cwvf935iij] { background: #2a0a0a; border: 1px solid #ff4141; color: #ff8181; }
.alert-success[b-cwvf935iij] { background: #0a2a14; border: 1px solid #00ff41; color: #00ff41; }
.ps-section-config[b-cwvf935iij], .ps-steps-block[b-cwvf935iij] { background: #111; border: 1px solid #222; border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.25rem; }
.ps-section-config h3[b-cwvf935iij], .ps-steps-block h3[b-cwvf935iij] { color: #00ff41; font-family: 'JetBrains Mono', monospace; margin: 0 0 0.75rem; }
.ps-field[b-cwvf935iij] { display: grid; grid-template-columns: 160px 1fr; gap: 0.75rem; align-items: center; margin-bottom: 0.6rem; }
.ps-field label[b-cwvf935iij] { color: #aaa; font-size: 0.85rem; }
.ps-field input[b-cwvf935iij] { background: #0a0a0a; border: 1px solid #222; color: #ddd; padding: 0.4rem 0.6rem; border-radius: 4px; }
.ps-field input:focus[b-cwvf935iij] { outline: 1px solid #00ff41; border-color: #00ff41; }
.ps-steps-header[b-cwvf935iij] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.ps-empty[b-cwvf935iij] { color: #666; font-style: italic; }
.ps-step-list[b-cwvf935iij] { list-style: none; padding: 0; margin: 0; }
.ps-step-row[b-cwvf935iij] { display: grid; grid-template-columns: auto 1fr auto; gap: 0.75rem; align-items: start; padding: 0.6rem 0.6rem; background: #0a0a0a; border: 1px solid #222; border-radius: 4px; margin-bottom: 0.5rem; }
.ps-rank[b-cwvf935iij] { color: #00ff41; font-family: 'JetBrains Mono', monospace; font-weight: bold; padding-top: 0.35rem; }
.ps-step-fields[b-cwvf935iij] { display: flex; flex-direction: column; gap: 0.5rem; }
.ps-row-2[b-cwvf935iij] { display: grid; grid-template-columns: 90px 90px 1fr; gap: 0.5rem; }
.ps-step-fields input[b-cwvf935iij], .ps-step-fields textarea[b-cwvf935iij] { background: #050505; border: 1px solid #1a1a1a; color: #ddd; padding: 0.4rem 0.55rem; border-radius: 4px; font-family: inherit; }
.ps-step-fields input:focus[b-cwvf935iij], .ps-step-fields textarea:focus[b-cwvf935iij] { outline: 1px solid #00ff41; border-color: #00ff41; }
.ps-input-desc[b-cwvf935iij] { resize: vertical; min-height: 2.6rem; }
.ps-actions[b-cwvf935iij] { display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-end; }
.ps-active-toggle[b-cwvf935iij] { display: flex; gap: 0.25rem; align-items: center; color: #aaa; font-size: 0.8rem; }
.btn-icon[b-cwvf935iij] { background: #1a1a1a; border: 1px solid #333; color: #ccc; width: 28px; height: 28px; border-radius: 4px; cursor: pointer; }
.btn-icon:hover:not(:disabled)[b-cwvf935iij] { border-color: #00ff41; color: #00ff41; }
.btn-icon:disabled[b-cwvf935iij] { opacity: 0.35; cursor: not-allowed; }
.btn-icon-danger:hover:not(:disabled)[b-cwvf935iij] { border-color: #ff4141; color: #ff4141; }
.ps-save-bar[b-cwvf935iij] { display: flex; gap: 0.5rem; margin-top: 1rem; }
@media (max-width: 760px) {
    .ps-row-2[b-cwvf935iij] { grid-template-columns: 1fr 1fr; }
    .ps-field[b-cwvf935iij] { grid-template-columns: 1fr; }
    .ps-step-row[b-cwvf935iij] { grid-template-columns: auto 1fr; }
    .ps-actions[b-cwvf935iij] { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}
/* /Pages/Documentation.razor.rz.scp.css */
.documentation-page[b-x8mhqc2kz8] {
    max-width: 1200px;
    /* Top margin matches PatchNotes pattern (5.5rem) so content clears the
       fixed site-header (~80px tall). Sidebar's sticky top: 80px confirms
       this offset. Without it, sidebar title and article h1 slide behind
       the header on first load. */
    margin: 5.5rem auto 0;
    padding: 0 1rem 2rem;
    min-height: calc(100vh - 200px);
}

.documentation-article-header h1[b-x8mhqc2kz8] {
    /* Reset browser default h1 margin so the article title sits flush with
       the page padding instead of being pushed down ~2.5rem extra. */
    margin-top: 0;
}

.documentation-layout[b-x8mhqc2kz8] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

.documentation-sidebar[b-x8mhqc2kz8] {
    border-right: 1px solid var(--border-color);
    padding-right: 1.5rem;
    position: sticky;
    top: 80px;
    align-self: start;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.documentation-sidebar-title[b-x8mhqc2kz8] {
    color: var(--matrix-green);
    font-size: 1rem;
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.documentation-category[b-x8mhqc2kz8] {
    margin-bottom: 1.5rem;
}

.documentation-category-title[b-x8mhqc2kz8] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.documentation-entry-list[b-x8mhqc2kz8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documentation-entry-link[b-x8mhqc2kz8] {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0.4rem 0.5rem;
    color: var(--text-primary);
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}

.documentation-entry-link:hover[b-x8mhqc2kz8] {
    background: rgba(0, 255, 65, 0.08);
    color: var(--matrix-green);
}

.documentation-entry-link.active[b-x8mhqc2kz8] {
    background: rgba(0, 255, 65, 0.15);
    color: var(--matrix-green);
}

.documentation-content[b-x8mhqc2kz8] {
    min-width: 0;
}

.documentation-placeholder[b-x8mhqc2kz8] {
    text-align: center;
    padding: 4rem 1rem;
    color: var(--text-secondary);
}

.documentation-placeholder h2[b-x8mhqc2kz8] {
    color: var(--matrix-green);
    margin-bottom: 0.5rem;
}

.documentation-article-header[b-x8mhqc2kz8] {
    margin-bottom: 2rem;
}

.documentation-article-category[b-x8mhqc2kz8] {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--matrix-green);
    margin-bottom: 0.5rem;
}

.documentation-article-meta[b-x8mhqc2kz8] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.documentation-muted[b-x8mhqc2kz8] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.documentation-markdown[b-x8mhqc2kz8]  h1,
.documentation-markdown[b-x8mhqc2kz8]  h2,
.documentation-markdown[b-x8mhqc2kz8]  h3 {
    color: var(--matrix-green);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.documentation-markdown[b-x8mhqc2kz8]  h1 {
    font-size: 2rem;
}

.documentation-markdown[b-x8mhqc2kz8]  h2 {
    font-size: 1.5rem;
}

.documentation-markdown[b-x8mhqc2kz8]  h3 {
    font-size: 1.2rem;
}

.documentation-markdown[b-x8mhqc2kz8]  p {
    line-height: 1.7;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.documentation-markdown[b-x8mhqc2kz8]  a {
    color: var(--glitch-cyan);
    text-decoration: underline;
}

.documentation-markdown[b-x8mhqc2kz8]  a:hover {
    color: var(--matrix-green);
}

.documentation-markdown[b-x8mhqc2kz8]  ul,
.documentation-markdown[b-x8mhqc2kz8]  ol {
    margin: 0.5rem 0 1rem 1.5rem;
}

.documentation-markdown[b-x8mhqc2kz8]  li {
    margin-bottom: 0.35rem;
}

.documentation-markdown[b-x8mhqc2kz8]  code {
    background: rgba(0, 255, 65, 0.08);
    color: var(--matrix-green);
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9em;
}

.documentation-markdown[b-x8mhqc2kz8]  pre {
    background: var(--bg-darker);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 1rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.documentation-markdown[b-x8mhqc2kz8]  pre code {
    background: transparent;
    padding: 0;
}

.documentation-markdown[b-x8mhqc2kz8]  blockquote {
    border-left: 3px solid var(--matrix-green);
    padding: 0.25rem 0 0.25rem 1rem;
    margin: 1rem 0;
    color: var(--text-secondary);
    font-style: italic;
}

.documentation-markdown[b-x8mhqc2kz8]  table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
}

.documentation-markdown[b-x8mhqc2kz8]  th,
.documentation-markdown[b-x8mhqc2kz8]  td {
    border: 1px solid var(--border-color);
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.documentation-markdown[b-x8mhqc2kz8]  th {
    background: rgba(0, 255, 65, 0.06);
    color: var(--matrix-green);
}

@media (max-width: 768px) {
    .documentation-layout[b-x8mhqc2kz8] {
        grid-template-columns: 1fr;
    }

    .documentation-sidebar[b-x8mhqc2kz8] {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-right: 0;
        padding-bottom: 1.5rem;
        position: static;
        max-height: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Features-block pager (T-F1 carousel: only rendered when >6 active cards) */
.features-pager[b-mq170d9s6m] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.features-pager-btn[b-mq170d9s6m] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.05rem;
    transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.features-pager-btn:hover[b-mq170d9s6m] {
    border-color: var(--matrix-green);
    color: var(--matrix-green);
    transform: scale(1.05);
}

.features-pager-indicator[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    min-width: 4rem;
    text-align: center;
}

/* Coding Problems We Solve Section */
.problems-section[b-mq170d9s6m] {
    background: var(--bg-dark);
    padding: 6rem 2rem;
}

.problems-grid[b-mq170d9s6m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-card[b-mq170d9s6m] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.problem-card:hover[b-mq170d9s6m] {
    transform: translateY(-3px);
    border-color: var(--matrix-green);
    box-shadow: 0 0 25px rgba(0, 255, 65, 0.12);
}

.problem-icon[b-mq170d9s6m] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.problem-card h3[b-mq170d9s6m] {
    color: var(--matrix-green);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.problem-text[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.55;
}

/* Video Section */
.video-section[b-mq170d9s6m] {
    background: var(--bg-dark);
    max-width: none;
    padding: 6rem 2rem;
}

.video-container[b-mq170d9s6m] {
    max-width: 900px;
    margin: 0 auto;
}

.video-placeholder[b-mq170d9s6m] {
    aspect-ratio: 16 / 9;
    background: var(--bg-darker);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.play-button[b-mq170d9s6m] {
    width: 80px;
    height: 80px;
    background: rgba(0, 255, 65, 0.1);
    border: 2px solid var(--matrix-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button span[b-mq170d9s6m] {
    color: var(--matrix-green);
    font-size: 2rem;
    margin-left: 5px;
}

.play-button:hover[b-mq170d9s6m] {
    background: rgba(0, 255, 65, 0.2);
    transform: scale(1.1);
}

.video-placeholder p[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Matrix Canvas */
.matrix-canvas[b-mq170d9s6m] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.15;
}

.hero-overlay[b-mq170d9s6m] {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 0%, var(--bg-dark) 70%);
    pointer-events: none;
}

/* Hero Badge */
.hero-badge[b-mq170d9s6m] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 255, 65, 0.1);
    border: 1px solid rgba(0, 255, 65, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.85rem;
    color: var(--matrix-green);
    margin-bottom: 2rem;
}

.badge-pulse[b-mq170d9s6m] {
    width: 8px;
    height: 8px;
    background: var(--matrix-green);
    border-radius: 50%;
    animation: pulse-b-mq170d9s6m 2s infinite;
}

@keyframes pulse-b-mq170d9s6m {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* Highlight Text */
.highlight-text[b-mq170d9s6m] {
    color: var(--matrix-green);
    font-weight: 500;
}

/* Button Enhancements */
.btn-glow[b-mq170d9s6m] {
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.3);
    animation: btn-glow-b-mq170d9s6m 2s ease-in-out infinite;
}

@keyframes btn-glow-b-mq170d9s6m {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 255, 65, 0.3); }
    50% { box-shadow: 0 0 30px rgba(0, 255, 65, 0.5); }
}

.btn-icon[b-mq170d9s6m] {
    margin-right: 0.5rem;
}

.btn-full[b-mq170d9s6m] {
    width: 100%;
    display: block;
    text-align: center;
}

/* Hero Stats */
.hero-stats[b-mq170d9s6m] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.stat-item[b-mq170d9s6m] {
    text-align: center;
}

.stat-number[b-mq170d9s6m] {
    display: block;
    min-width: 4ch;
    font-size: 2rem;
    font-weight: 700;
    color: var(--matrix-green);
    font-family: 'JetBrains Mono', monospace;
}

.stat-label[b-mq170d9s6m] {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.stat-divider[b-mq170d9s6m] {
    width: 1px;
    height: 40px;
    background: var(--border-color);
}

/* Scroll Indicator */
.scroll-indicator[b-mq170d9s6m] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.8rem;
    opacity: 0.6;
    animation: bounce-b-mq170d9s6m 2s infinite;
}

.scroll-arrow[b-mq170d9s6m] {
    width: 20px;
    height: 20px;
    border-right: 2px solid var(--text-secondary);
    border-bottom: 2px solid var(--text-secondary);
    transform: rotate(45deg);
}

@keyframes bounce-b-mq170d9s6m {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

/* Section Header */
.section-header[b-mq170d9s6m] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-tag[b-mq170d9s6m] {
    display: inline-block;
    background: rgba(0, 255, 65, 0.1);
    color: var(--matrix-green);
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.section-subtitle[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.text-gradient[b-mq170d9s6m] {
    background: linear-gradient(90deg, var(--matrix-green), var(--glitch-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Feature Card Enhancements */
.feature-highlight[b-mq170d9s6m] {
    position: relative;
    border-color: var(--matrix-green);
}

.feature-glow[b-mq170d9s6m] {
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(0, 255, 65, 0.1), transparent);
    border-radius: 12px;
    pointer-events: none;
}

.feature-icon-wrap[b-mq170d9s6m] {
    width: 60px;
    height: 60px;
    background: rgba(0, 255, 65, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.feature-tag[b-mq170d9s6m] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--matrix-green);
    color: var(--bg-dark);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* Demo Section */
.demo-section[b-mq170d9s6m] {
    background: var(--bg-darker);
    max-width: none;
    padding: 6rem 2rem;
}

.demo-container[b-mq170d9s6m] {
    max-width: 900px;
    margin: 0 auto;
}

.demo-window[b-mq170d9s6m] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.demo-header[b-mq170d9s6m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: var(--bg-darker);
    border-bottom: 1px solid var(--border-color);
}

.demo-dots[b-mq170d9s6m] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-mq170d9s6m] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red[b-mq170d9s6m] { background: #ff5f56; }
.dot.yellow[b-mq170d9s6m] { background: #ffbd2e; }
.dot.green[b-mq170d9s6m] { background: #27c93f; }

.demo-title[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.demo-content[b-mq170d9s6m] {
    display: flex;
    min-height: 300px;
}

.demo-sidebar[b-mq170d9s6m] {
    width: 200px;
    background: var(--bg-darker);
    border-right: 1px solid var(--border-color);
    padding: 1rem 0;
}

.demo-nav-item[b-mq170d9s6m] {
    padding: 0.75rem 1.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.demo-nav-item:hover[b-mq170d9s6m] {
    background: rgba(255, 255, 255, 0.05);
}

.demo-nav-item.active[b-mq170d9s6m] {
    color: var(--matrix-green);
    background: rgba(0, 255, 65, 0.1);
    border-left: 3px solid var(--matrix-green);
}

.demo-main[b-mq170d9s6m] {
    flex: 1;
    padding: 1.5rem;
}

.demo-agent-grid[b-mq170d9s6m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demo-agent[b-mq170d9s6m] {
    background: var(--bg-darker);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.demo-agent.active[b-mq170d9s6m] {
    border-color: rgba(0, 255, 65, 0.3);
}

.agent-status[b-mq170d9s6m] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.agent-status.online[b-mq170d9s6m] {
    background: var(--matrix-green);
    box-shadow: 0 0 10px var(--matrix-green);
}

.agent-status.idle[b-mq170d9s6m] {
    background: var(--text-secondary);
}

.agent-name[b-mq170d9s6m] {
    font-weight: 600;
    min-width: 120px;
}

.agent-task[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.85rem;
    flex: 1;
}

.agent-progress[b-mq170d9s6m] {
    width: 120px;
}

/* Steps Enhancements */
.how-it-works-section[b-mq170d9s6m] {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-container[b-mq170d9s6m] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step[b-mq170d9s6m] {
    display: grid;
    grid-template-columns: 80px 1fr 220px;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0;
    max-width: none;
    width: 100%;
}

.step-content[b-mq170d9s6m] {
    min-width: 0;
}

.step-content h3[b-mq170d9s6m] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.step-content p[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

.step-number[b-mq170d9s6m] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--matrix-green), var(--glitch-cyan));
    color: var(--bg-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-visual[b-mq170d9s6m] {
    text-align: center;
}

.step-connector[b-mq170d9s6m] {
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.connector-line[b-mq170d9s6m] {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--matrix-green), transparent);
}

.connector-dot[b-mq170d9s6m] {
    display: none;
}

.code-snippet[b-mq170d9s6m] {
    background: var(--bg-darker);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    text-align: left;
}

.code-line[b-mq170d9s6m] {
    display: block;
}

.code-prompt[b-mq170d9s6m] {
    color: var(--matrix-green);
}

.text-success[b-mq170d9s6m] {
    color: var(--matrix-green);
}

.workstream-pills[b-mq170d9s6m] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.pill[b-mq170d9s6m] {
    background: rgba(0, 255, 65, 0.1);
    color: var(--matrix-green);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.85rem;
    border: 1px solid rgba(0, 255, 65, 0.3);
}

.agent-icons[b-mq170d9s6m] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.agent-icon[b-mq170d9s6m] {
    font-size: 2rem;
    animation: float-b-mq170d9s6m 2s ease-in-out infinite;
}

.agent-icon:nth-child(2)[b-mq170d9s6m] { animation-delay: 0.2s; }
.agent-icon:nth-child(3)[b-mq170d9s6m] { animation-delay: 0.4s; }

@keyframes float-b-mq170d9s6m {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.ship-icon[b-mq170d9s6m] {
    font-size: 3rem;
    animation: rocket-b-mq170d9s6m 1s ease-in-out infinite;
}

@keyframes rocket-b-mq170d9s6m {
    0%, 100% { transform: translateY(0) rotate(-45deg); }
    50% { transform: translateY(-5px) rotate(-45deg); }
}

/* Testimonials Section */
.testimonials-section[b-mq170d9s6m] {
    background: var(--bg-darker);
    max-width: none;
    padding: 6rem 2rem;
}

.testimonials-grid[b-mq170d9s6m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card[b-mq170d9s6m] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    position: relative;
}

.testimonial-card.featured[b-mq170d9s6m] {
    border-color: var(--matrix-green);
    transform: scale(1.02);
}

.testimonial-stars[b-mq170d9s6m] {
    color: #ffd700;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.testimonial-text[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author[b-mq170d9s6m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-mq170d9s6m] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--matrix-green), var(--glitch-cyan));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--bg-dark);
}

.author-info[b-mq170d9s6m] {
    display: flex;
    flex-direction: column;
}

.author-name[b-mq170d9s6m] {
    font-weight: 600;
}

.author-role[b-mq170d9s6m] {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* Pricing Enhancements */
.price-description[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* FAQ More Link */
.faq-more[b-mq170d9s6m] {
    text-align: center;
    margin-top: 2rem;
}

/* CTA Enhancements */
.cta-section[b-mq170d9s6m] {
    position: relative;
    text-align: center;
    padding: 8rem 2rem;
    max-width: none;
    overflow: hidden;
}

.cta-glow[b-mq170d9s6m] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 255, 65, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content[b-mq170d9s6m] {
    position: relative;
    z-index: 1;
}

.cta-buttons[b-mq170d9s6m] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.cta-note[b-mq170d9s6m] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-stats[b-mq170d9s6m] {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-divider[b-mq170d9s6m] {
        width: 40px;
        height: 1px;
    }

    .scroll-indicator[b-mq170d9s6m] {
        display: none;
    }

    .step[b-mq170d9s6m] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .step-number[b-mq170d9s6m] {
        margin: 0 auto;
    }

    .step-connector[b-mq170d9s6m] {
        padding-left: 0;
        justify-content: center;
    }

    .demo-content[b-mq170d9s6m] {
        flex-direction: column;
    }

    .demo-sidebar[b-mq170d9s6m] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        display: flex;
        overflow-x: auto;
    }

    .demo-nav-item[b-mq170d9s6m] {
        flex-shrink: 0;
    }

    .testimonial-card.featured[b-mq170d9s6m] {
        transform: none;
    }

    .cta-buttons[b-mq170d9s6m] {
        flex-direction: column;
    }
}
/* /Pages/PatchNotes.razor.rz.scp.css */
.patch-notes-page[b-hi0t0m5iw8] {
    max-width: 1120px;
    margin: 5.5rem auto 2rem;
    padding: 0 1.25rem;
}

.patch-notes-header[b-hi0t0m5iw8] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.patch-notes-header h1[b-hi0t0m5iw8] {
    color: var(--matrix-green);
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.6rem;
    margin: 0 0 0.4rem;
}

.patch-notes-header p[b-hi0t0m5iw8] {
    color: var(--text-secondary);
    margin: 0;
}

.patch-notes-refresh[b-hi0t0m5iw8] {
    flex: 0 0 auto;
}

.patch-notes-alert[b-hi0t0m5iw8] {
    border: 1px solid #ff0040;
    background: rgba(255, 0, 64, 0.13);
    color: #ff3f6f;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
}

.patch-notes-shell[b-hi0t0m5iw8] {
    display: grid;
    grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.patch-notes-months[b-hi0t0m5iw8],
.patch-notes-content[b-hi0t0m5iw8] {
    border: 1px solid var(--border-color);
    background: #111;
    border-radius: 8px;
}

.patch-notes-months[b-hi0t0m5iw8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem;
}

.month-button[b-hi0t0m5iw8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-secondary);
    border-radius: 6px;
    padding: 0.8rem;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.month-button:hover[b-hi0t0m5iw8],
.month-button.active[b-hi0t0m5iw8] {
    border-color: rgba(0, 255, 65, 0.55);
    background: rgba(0, 255, 65, 0.08);
    color: var(--matrix-green);
}

.month-name[b-hi0t0m5iw8] {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
}

.month-date[b-hi0t0m5iw8] {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.patch-notes-content[b-hi0t0m5iw8] {
    min-height: 420px;
    padding: 1.25rem;
}

.patch-notes-content-header[b-hi0t0m5iw8] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.9rem;
    margin-bottom: 1.1rem;
}

.patch-notes-content-header h2[b-hi0t0m5iw8] {
    color: var(--text-primary);
    font-size: 1.25rem;
    margin: 0;
}

.patch-notes-content-header span[b-hi0t0m5iw8] {
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.day-list[b-hi0t0m5iw8] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.day-block h3[b-hi0t0m5iw8] {
    color: var(--matrix-green);
    font-size: 0.95rem;
    margin: 0 0 0.6rem;
}

.day-block ul[b-hi0t0m5iw8] {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.day-block li + li[b-hi0t0m5iw8] {
    margin-top: 0.45rem;
}

.patch-notes-empty[b-hi0t0m5iw8] {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: #111;
}

.loading-container.compact[b-hi0t0m5iw8] {
    min-height: 240px;
}

@media (max-width: 820px) {
    .patch-notes-page[b-hi0t0m5iw8] {
        margin-top: 4.75rem;
    }

    .patch-notes-header[b-hi0t0m5iw8],
    .patch-notes-content-header[b-hi0t0m5iw8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .patch-notes-shell[b-hi0t0m5iw8] {
        grid-template-columns: 1fr;
    }

    .patch-notes-months[b-hi0t0m5iw8] {
        flex-direction: row;
        overflow-x: auto;
    }

    .month-button[b-hi0t0m5iw8] {
        min-width: 175px;
    }
}
/* /Pages/Upgrade.razor.rz.scp.css */
.upgrade-page[b-xn6qqbykm6] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.upgrade-header[b-xn6qqbykm6] {
    margin-bottom: 2rem;
}

.upgrade-header h1[b-xn6qqbykm6] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
}

.subtitle[b-xn6qqbykm6] {
    color: var(--text-secondary, #6b7280);
    max-width: 720px;
    line-height: 1.5;
}

.upgrade-grid[b-xn6qqbykm6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .upgrade-grid[b-xn6qqbykm6] {
        grid-template-columns: 1fr;
    }
}

.upgrade-card[b-xn6qqbykm6] {
    background: var(--surface-elevated, #fff);
    border: 1px solid var(--border-subtle, #e5e7eb);
    border-radius: 12px;
    padding: 1.5rem;
}

.upgrade-card h2[b-xn6qqbykm6] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
}

.hint[b-xn6qqbykm6] {
    color: var(--text-secondary, #6b7280);
    font-style: italic;
}

.seat-option[b-xn6qqbykm6],
.tier-option[b-xn6qqbykm6] {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 1px solid var(--border-subtle, #e5e7eb);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease;
}

.seat-option:hover[b-xn6qqbykm6],
.tier-option:hover[b-xn6qqbykm6] {
    background: var(--surface-hover, #f3f4f6);
}

.seat-option-selected[b-xn6qqbykm6],
.tier-option-selected[b-xn6qqbykm6] {
    border-color: var(--accent, #3b82f6);
    background: var(--accent-soft, #eff6ff);
}

.seat-option-tier[b-xn6qqbykm6] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.seat-option-meta[b-xn6qqbykm6] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary, #6b7280);
}

.seat-option-current[b-xn6qqbykm6] {
    color: var(--accent, #3b82f6);
    font-weight: 600;
}

.tier-option-name[b-xn6qqbykm6] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.tier-option-price[b-xn6qqbykm6] {
    font-size: 0.95rem;
    color: var(--accent, #3b82f6);
    margin-bottom: 0.25rem;
}

.tier-option-desc[b-xn6qqbykm6] {
    font-size: 0.85rem;
    color: var(--text-secondary, #6b7280);
}

.upgrade-quote-card[b-xn6qqbykm6] {
    background: var(--surface-highlighted, #fafafa);
}

.quote-summary[b-xn6qqbykm6] {
    margin-bottom: 1.25rem;
}

.quote-row[b-xn6qqbykm6] {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.quote-row-retro[b-xn6qqbykm6] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.5rem;
    padding-top: 0.8rem;
}

.quote-row-detail[b-xn6qqbykm6] {
    font-size: 0.9rem;
    color: var(--text-secondary, #6b7280);
}

.quote-row-cap[b-xn6qqbykm6] {
    padding-top: 0.5rem;
}

.quote-value-retro[b-xn6qqbykm6] {
    color: var(--accent, #3b82f6);
}

.quote-reasoning[b-xn6qqbykm6] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: var(--surface-elevated, #fff);
    border-left: 3px solid var(--accent, #3b82f6);
    color: var(--text-primary, #111827);
    font-size: 0.9rem;
    line-height: 1.4;
}

.quote-tos-link[b-xn6qqbykm6] {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-secondary, #6b7280);
}

.quote-actions[b-xn6qqbykm6] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.upgrade-empty[b-xn6qqbykm6] {
    text-align: center;
    padding: 3rem 1rem;
}

.alert[b-xn6qqbykm6] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert-success[b-xn6qqbykm6] {
    background: var(--success-soft, #ecfdf5);
    color: var(--success, #047857);
}

.alert-error[b-xn6qqbykm6] {
    background: var(--danger-soft, #fef2f2);
    color: var(--danger, #b91c1c);
}
