:root{
    --bg:#f5f7fb;
    --panel:#ffffff;
    --panel-soft:#eef4f8;
    --text:#142033;
    --muted:#637084;
    --line:#d9e3ee;
    --brand:#0891b2;
    --brand-2:#16a34a;
    --accent:#f59e0b;
    --shadow:0 24px 70px rgba(15,23,42,.12);
}

/* Final Kali purple theme override */
[data-theme=light]{
    --bg:#090414;
    --panel:#160b2d;
    --panel-2:#21113f;
    --text:#f8f5ff;
    --muted:#d8cfff;
    --brand:#a855f7;
    --brand-2:#22d3ee;
    --line:rgba(168,85,247,.42);
    --shadow:0 28px 80px rgba(18,6,36,.34);
}
[data-theme=light] body{
    background:
        radial-gradient(circle at 12% 12%,rgba(168,85,247,.28),transparent 28%),
        radial-gradient(circle at 86% 10%,rgba(34,211,238,.16),transparent 30%),
        linear-gradient(135deg,#090414 0%,#150827 46%,#071426 100%)!important;
    color:var(--text)!important;
}
[data-theme=light] .app-nav{
    background:rgba(13,8,28,.94)!important;
    border-bottom-color:rgba(34,211,238,.38)!important;
    box-shadow:0 18px 44px rgba(9,4,20,.36)!important;
}
[data-theme=light] .brand-lockup strong,
[data-theme=light] .navbar-brand,
[data-theme=light] .nav-pill{color:#f8f5ff!important}
[data-theme=light] .brand-lockup small{color:#c4b5fd!important}
[data-theme=light] .brand-mark{
    background:linear-gradient(145deg,#7c3aed,#06b6d4)!important;
    box-shadow:0 0 34px rgba(168,85,247,.38)!important;
}
[data-theme=light] .nav-shell{
    background:linear-gradient(145deg,rgba(29,16,55,.96),rgba(10,16,35,.9))!important;
    border-color:rgba(168,85,247,.42)!important;
}
[data-theme=light] .nav-pill:hover{
    background:rgba(168,85,247,.18)!important;
    color:#fff!important;
}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#7c3aed,#24143f)!important;
    color:#fff!important;
    box-shadow:inset 0 -3px 0 #22d3ee,0 14px 30px rgba(124,58,237,.25)!important;
}
[data-theme=light] .nav-pill i,
[data-theme=light] .nav-pill.active i,
[data-theme=light] .nav-pill.active:before{color:#22d3ee!important}
[data-theme=light] .theme-switch,
[data-theme=light] .btn-ghost,
[data-theme=light] .mobile-toggle{
    background:linear-gradient(145deg,#1b1036,#0b1226)!important;
    color:#f8f5ff!important;
    border-color:rgba(34,211,238,.38)!important;
}
[data-theme=light] .mobile-toggle span{background:#f8f5ff!important}

[data-theme=light] .cyber-grid,
[data-theme=light] .hero,
[data-theme=light] .section,
[data-theme=light] .about-section,
[data-theme=light] .intake-section,
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .plans-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .knowledge-section,
[data-theme=light] .faq-section,
[data-theme=light] .contact-section,
[data-theme=light] .blog-index-section,
[data-theme=light] .blog-show-section,
[data-theme=light] .auth-cyber-shell{
    background:
        radial-gradient(circle at 12% 12%,rgba(168,85,247,.20),transparent 30%),
        radial-gradient(circle at 84% 20%,rgba(34,211,238,.12),transparent 28%),
        linear-gradient(135deg,#0a0517 0%,#150a2d 50%,#081525 100%)!important;
}
[data-theme=light] .about-section,
[data-theme=light] .plans-section,
[data-theme=light] .faq-section{
    background:
        radial-gradient(circle at 70% 14%,rgba(168,85,247,.23),transparent 32%),
        linear-gradient(135deg,#0c0619 0%,#1a0b35 55%,#0b1022 100%)!important;
}
[data-theme=light] .intake-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .contact-section{
    background:
        radial-gradient(circle at 18% 18%,rgba(34,211,238,.14),transparent 30%),
        linear-gradient(135deg,#090414 0%,#20113f 52%,#071426 100%)!important;
}
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .knowledge-section{
    background:
        radial-gradient(circle at 80% 12%,rgba(124,58,237,.22),transparent 30%),
        linear-gradient(135deg,#070313 0%,#160b2f 54%,#081525 100%)!important;
}
[data-theme=light] .cyber-grid:before,
[data-theme=light] .hero:before,
[data-theme=light] .section:before,
[data-theme=light] .about-section:before,
[data-theme=light] .intake-section:before,
[data-theme=light] .workflow-section:before,
[data-theme=light] .services-section:before,
[data-theme=light] .plans-section:before,
[data-theme=light] .outcomes-section:before,
[data-theme=light] .knowledge-section:before,
[data-theme=light] .faq-section:before,
[data-theme=light] .contact-section:before,
[data-theme=light] .blog-index-section:before,
[data-theme=light] .blog-show-section:before{
    background:
        linear-gradient(90deg,rgba(168,85,247,.12) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px)!important;
    background-size:46px 46px!important;
    opacity:.8!important;
}

[data-theme=light] .display-title,
[data-theme=light] .cyber-section-title,
[data-theme=light] .workflow-section .cyber-section-title,
[data-theme=light] .services-section .cyber-section-title,
[data-theme=light] .plans-section .cyber-section-title,
[data-theme=light] .outcomes-section .cyber-section-title,
[data-theme=light] .knowledge-section .cyber-section-title,
[data-theme=light] .faq-section .cyber-section-title,
[data-theme=light] .contact-section .cyber-section-title,
[data-theme=light] .auth-side h1,
[data-theme=light] .auth-form-body h2,
[data-theme=light] .article-terminal-body h1,
[data-theme=light] .blog-index-hero .cyber-section-title{
    color:#f8f5ff!important;
    text-shadow:0 0 24px rgba(168,85,247,.34),0 0 10px rgba(34,211,238,.12)!important;
}
[data-theme=light] .cyber-section-title:before,
[data-theme=light] .workflow-section .cyber-section-title:before,
[data-theme=light] .services-section .cyber-section-title:before,
[data-theme=light] .plans-section .cyber-section-title:before,
[data-theme=light] .outcomes-section .cyber-section-title:before,
[data-theme=light] .knowledge-section .cyber-section-title:before,
[data-theme=light] .faq-section .cyber-section-title:before,
[data-theme=light] .contact-section .cyber-section-title:before{
    color:#22d3ee!important;
}
[data-theme=light] .cyber-section-kicker,
[data-theme=light] .about-section .cyber-section-kicker,
[data-theme=light] .intake-section .cyber-section-kicker,
[data-theme=light] .workflow-section .cyber-section-kicker,
[data-theme=light] .services-section .cyber-section-kicker,
[data-theme=light] .plans-section .cyber-section-kicker,
[data-theme=light] .outcomes-section .cyber-section-kicker,
[data-theme=light] .knowledge-section .cyber-section-kicker,
[data-theme=light] .faq-section .cyber-section-kicker,
[data-theme=light] .contact-section .cyber-section-kicker{
    color:#34d399!important;
}
[data-theme=light] p,
[data-theme=light] .muted,
[data-theme=light] .article-content,
[data-theme=light] .article-terminal-body p,
[data-theme=light] .about-section p,
[data-theme=light] .intake-section p,
[data-theme=light] .workflow-section p,
[data-theme=light] .services-section p,
[data-theme=light] .plans-section p,
[data-theme=light] .outcomes-section p,
[data-theme=light] .knowledge-section p,
[data-theme=light] .faq-section p,
[data-theme=light] .contact-section p,
[data-theme=light] .auth-side p,
[data-theme=light] .auth-form-body p{
    color:#d8cfff!important;
}

[data-theme=light] .panel,
[data-theme=light] .cardish,
[data-theme=light] .feature-card,
[data-theme=light] .service-card,
[data-theme=light] .price-card,
[data-theme=light] .story-card,
[data-theme=light] .blog-card,
[data-theme=light] .about-feature,
[data-theme=light] .about-terminal-visual,
[data-theme=light] .intake-console,
[data-theme=light] .timeline-step,
[data-theme=light] .faq-item,
[data-theme=light] .contact-card,
[data-theme=light] .article-terminal,
[data-theme=light] .article-side-window,
[data-theme=light] .blog-index-card,
[data-theme=light] .auth-linux-panel,
[data-theme=light] .auth-terminal-card,
[data-theme=light] .workflow-window,
[data-theme=light] .service-window,
[data-theme=light] .plan-window,
[data-theme=light] .outcome-window{
    background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.9))!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.42)!important;
    box-shadow:0 22px 58px rgba(7,4,18,.32),inset 0 0 40px rgba(34,211,238,.04)!important;
}
[data-theme=light] .workflow-window-body,
[data-theme=light] .service-window-body,
[data-theme=light] .plan-window-body,
[data-theme=light] .story-window-body,
[data-theme=light] .blog-window-body,
[data-theme=light] .about-card-body,
[data-theme=light] .auth-form-body{
    background:linear-gradient(145deg,rgba(31,18,57,.94),rgba(12,19,39,.9))!important;
    color:#f8f5ff!important;
}
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar,
[data-theme=light] .console-top:not(.footer-console-head){
    background:linear-gradient(180deg,#1d1238,#0f0b23)!important;
    border-bottom-color:rgba(168,85,247,.46)!important;
}
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small,
[data-theme=light] .console-top:not(.footer-console-head) small{
    color:#c4b5fd!important;
}

[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#100b22,#081225 72%,#050814)!important;
    color:#e0f2fe!important;
    border-color:rgba(34,211,238,.32)!important;
}
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span{color:#34d399!important}
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b{color:#facc15!important}

[data-theme=light] .hacker-line{
    background:linear-gradient(90deg,rgba(14,10,29,.96),rgba(31,18,57,.88),rgba(14,10,29,.52))!important;
    color:#f8f5ff!important;
    border-left-color:#22d3ee!important;
    box-shadow:0 0 28px rgba(168,85,247,.14)!important;
}
[data-theme=light] .hacker-line b{color:#34d399!important}
[data-theme=light] .hacker-line i{color:#facc15!important}
[data-theme=light] .hacker-line em{color:#22d3ee!important}
[data-theme=light] .hacker-cursor,
[data-theme=light] .terminal-output:after,
[data-theme=light] .mobile-hero-terminal p:after,
[data-theme=light] .hero-subterminal:after{
    background:#a855f7!important;
    box-shadow:0 0 16px rgba(168,85,247,.8)!important;
}

[data-theme=light] .hero-command-btn,
[data-theme=light] .open-article,
[data-theme=light] .contact-submit,
[data-theme=light] .back-button,
[data-theme=light] .read-more-terminal,
[data-theme=light] .back-top-float{
    background:linear-gradient(145deg,#1b1036,#081225)!important;
    color:#f8f5ff!important;
    border-color:rgba(34,211,238,.36)!important;
    box-shadow:inset 4px 0 0 #a855f7,0 16px 34px rgba(12,6,24,.28)!important;
}
[data-theme=light] .hero-command-primary{box-shadow:inset 4px 0 0 #22c55e,0 16px 34px rgba(12,6,24,.28)!important}
[data-theme=light] .hero-command-secondary{box-shadow:inset 4px 0 0 #22d3ee,0 16px 34px rgba(12,6,24,.28)!important}
[data-theme=light] .hero-command-btn span,
[data-theme=light] .open-article span,
[data-theme=light] .contact-submit span{color:#34d399!important}
[data-theme=light] .hero-command-btn b,
[data-theme=light] .open-article b,
[data-theme=light] .contact-submit b{color:#facc15!important}
[data-theme=light] .hero-command-btn i,
[data-theme=light] .open-article i,
[data-theme=light] .contact-submit i{color:#22d3ee!important}

[data-theme=light] .intake-chip-grid span,
[data-theme=light] .filter-pills button,
[data-theme=light] .blog-index-card .chip,
[data-theme=light] .article-terminal-body .chip{
    background:linear-gradient(145deg,#1b1036,#0b1226)!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.42)!important;
}
[data-theme=light] .filter-pills{
    background:linear-gradient(145deg,rgba(31,18,57,.9),rgba(10,16,35,.78))!important;
    border-color:rgba(168,85,247,.34)!important;
}
[data-theme=light] .filter-pills button:before{color:#34d399!important}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#7c3aed,#27134c)!important;
    color:#fff!important;
    border-color:rgba(34,211,238,.5)!important;
    box-shadow:inset 0 -3px 0 #22d3ee,0 12px 26px rgba(124,58,237,.24)!important;
}
[data-theme=light] .filter-pills button.active:before{color:#facc15!important}

[data-theme=light] .contact-card .form-control,
[data-theme=light] .contact-card .form-select,
[data-theme=light] .auth-terminal-card .form-control,
[data-theme=light] .auth-terminal-card .form-select{
    background:#12081f!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.42)!important;
}
[data-theme=light] .contact-card label,
[data-theme=light] .auth-terminal-card label{color:#34d399!important}
[data-theme=light] .contact-card .form-control::placeholder,
[data-theme=light] .auth-terminal-card .form-control::placeholder{color:#a7b5ff!important}

[data-theme=light] .site-footer{
    background:#020617!important;
    color:#eef6ff!important;
    border-top-color:rgba(34,211,238,.34)!important;
}
[data-theme=light] .footer-terminal-window,
[data-theme=light] .footer-console-head{
    background:linear-gradient(145deg,rgba(1,7,15,.96),rgba(3,22,31,.94))!important;
    color:#eef6ff!important;
}
[data-theme=light] .site-footer p,
[data-theme=light] .site-footer a,
[data-theme=light] .site-footer li,
[data-theme=light] .site-footer small{color:#eef6ff!important}
[data-theme=light] .site-footer span,
[data-theme=light] .site-footer b{color:#34d399!important}

@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:
            linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),
            linear-gradient(rgba(168,85,247,.10) 1px,transparent 1px),
            linear-gradient(145deg,#090414,#1a0b35 56%,#071426)!important;
        background-size:39px 39px,39px 39px,auto!important;
    }
    [data-theme=light] .mobile-toggle.open{
        background:#0b1020!important;
        border-color:rgba(34,211,238,.5)!important;
        box-shadow:0 0 0 3px rgba(168,85,247,.18),0 18px 38px rgba(0,0,0,.34)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch,
    [data-theme=light] .drawer-terminal-fill,
    [data-theme=light] .drawer-brand{
        background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.9))!important;
        color:#f8f5ff!important;
        border-color:rgba(168,85,247,.4)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#7c3aed,#24143f)!important;
        box-shadow:inset 4px 0 0 #22d3ee,0 12px 24px rgba(124,58,237,.24)!important;
    }
    [data-theme=light] .drawer-brand strong,
    [data-theme=light] .theme-switch:after{color:#f8f5ff!important}
    [data-theme=light] .drawer-brand small{color:#c4b5fd!important}
}

/* Final win: Kali purple mode must override every previous light rule. */
[data-theme=light] body{
    background:radial-gradient(circle at 14% 12%,rgba(168,85,247,.30),transparent 30%),radial-gradient(circle at 84% 18%,rgba(34,211,238,.16),transparent 28%),linear-gradient(135deg,#090414 0%,#17082d 48%,#071426 100%)!important;
    color:#f8f5ff!important;
}
[data-theme=light] .app-nav{
    background:rgba(13,8,28,.95)!important;
    border-bottom-color:rgba(34,211,238,.42)!important;
}
[data-theme=light] .nav-shell,
[data-theme=light] .theme-switch,
[data-theme=light] .btn-ghost,
[data-theme=light] .mobile-toggle{
    background:linear-gradient(145deg,#1b1036,#0b1226)!important;
    border-color:rgba(168,85,247,.42)!important;
    color:#f8f5ff!important;
}
[data-theme=light] .mobile-toggle span{background:#f8f5ff!important}
[data-theme=light] .nav-pill,
[data-theme=light] .brand-lockup strong,
[data-theme=light] .navbar-brand{color:#f8f5ff!important}
[data-theme=light] .brand-lockup small{color:#c4b5fd!important}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#7c3aed,#24143f)!important;
    color:#fff!important;
    box-shadow:inset 0 -3px 0 #22d3ee,0 14px 30px rgba(124,58,237,.25)!important;
}
[data-theme=light] .brand-mark{background:linear-gradient(145deg,#7c3aed,#06b6d4)!important}
[data-theme=light] .hero,
[data-theme=light] .section,
[data-theme=light] .about-section,
[data-theme=light] .intake-section,
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .plans-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .knowledge-section,
[data-theme=light] .faq-section,
[data-theme=light] .contact-section,
[data-theme=light] .blog-index-section,
[data-theme=light] .blog-show-section,
[data-theme=light] .auth-cyber-shell{
    background:radial-gradient(circle at 18% 14%,rgba(168,85,247,.22),transparent 32%),radial-gradient(circle at 84% 16%,rgba(34,211,238,.12),transparent 30%),linear-gradient(135deg,#090414 0%,#17082d 52%,#071426 100%)!important;
}
[data-theme=light] .about-section,
[data-theme=light] .plans-section,
[data-theme=light] .faq-section{
    background:radial-gradient(circle at 72% 18%,rgba(168,85,247,.24),transparent 32%),linear-gradient(135deg,#0d061c 0%,#1e0d3a 54%,#0b1022 100%)!important;
}
[data-theme=light] .intake-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .contact-section{
    background:radial-gradient(circle at 18% 20%,rgba(34,211,238,.15),transparent 30%),linear-gradient(135deg,#090414 0%,#211241 54%,#071426 100%)!important;
}
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .knowledge-section{
    background:radial-gradient(circle at 82% 12%,rgba(124,58,237,.24),transparent 30%),linear-gradient(135deg,#070313 0%,#160b2f 54%,#081525 100%)!important;
}
[data-theme=light] .hero:before,
[data-theme=light] .section:before,
[data-theme=light] .about-section:before,
[data-theme=light] .intake-section:before,
[data-theme=light] .workflow-section:before,
[data-theme=light] .services-section:before,
[data-theme=light] .plans-section:before,
[data-theme=light] .outcomes-section:before,
[data-theme=light] .knowledge-section:before,
[data-theme=light] .faq-section:before,
[data-theme=light] .contact-section:before{
    background:linear-gradient(90deg,rgba(168,85,247,.12) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px)!important;
    background-size:46px 46px!important;
}
[data-theme=light] .display-title,
[data-theme=light] .cyber-section-title,
[data-theme=light] .blog-index-hero .cyber-section-title,
[data-theme=light] .auth-side h1,
[data-theme=light] .auth-form-body h2,
[data-theme=light] .article-terminal-body h1{
    color:#f8f5ff!important;
    text-shadow:0 0 24px rgba(168,85,247,.36),0 0 10px rgba(34,211,238,.14)!important;
}
[data-theme=light] .cyber-section-title:before{color:#22d3ee!important}
[data-theme=light] .cyber-section-kicker,
[data-theme=light] .eyebrow{color:#34d399!important}
[data-theme=light] p,
[data-theme=light] .muted,
[data-theme=light] .article-content{color:#d8cfff!important}
[data-theme=light] .panel,
[data-theme=light] .cardish,
[data-theme=light] .feature-card,
[data-theme=light] .service-card,
[data-theme=light] .price-card,
[data-theme=light] .story-card,
[data-theme=light] .blog-card,
[data-theme=light] .about-feature,
[data-theme=light] .about-terminal-visual,
[data-theme=light] .intake-console,
[data-theme=light] .timeline-step,
[data-theme=light] .faq-item,
[data-theme=light] .contact-card,
[data-theme=light] .article-terminal,
[data-theme=light] .article-side-window,
[data-theme=light] .blog-index-card,
[data-theme=light] .auth-linux-panel,
[data-theme=light] .auth-terminal-card,
[data-theme=light] .workflow-window,
[data-theme=light] .service-window,
[data-theme=light] .plan-window,
[data-theme=light] .outcome-window{
    background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.91))!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.44)!important;
    box-shadow:0 22px 58px rgba(7,4,18,.34),inset 0 0 40px rgba(34,211,238,.04)!important;
}
[data-theme=light] .workflow-window-body,
[data-theme=light] .service-window-body,
[data-theme=light] .plan-window-body,
[data-theme=light] .story-window-body,
[data-theme=light] .blog-window-body,
[data-theme=light] .about-card-body,
[data-theme=light] .auth-form-body{
    background:linear-gradient(145deg,rgba(31,18,57,.95),rgba(12,19,39,.9))!important;
    color:#f8f5ff!important;
}
[data-theme=light] .console-top,
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .plan-window-bar,
[data-theme=light] .story-window-bar,
[data-theme=light] .blog-window-bar,
[data-theme=light] .contact-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar{
    background:linear-gradient(180deg,#1d1238,#0f0b23)!important;
    border-color:rgba(168,85,247,.46)!important;
    color:#c4b5fd!important;
}
[data-theme=light] .console-top small,
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .plan-window-bar small,
[data-theme=light] .story-window-bar small,
[data-theme=light] .blog-window-bar small,
[data-theme=light] .contact-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small{color:#c4b5fd!important}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#100b22,#081225 72%,#050814)!important;
    color:#e0f2fe!important;
    border-color:rgba(34,211,238,.34)!important;
}
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span{color:#34d399!important}
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b{color:#facc15!important}
[data-theme=light] .hacker-line{
    background:linear-gradient(90deg,rgba(14,10,29,.96),rgba(31,18,57,.88),rgba(14,10,29,.50))!important;
    color:#f8f5ff!important;
    border-left-color:#a855f7!important;
    box-shadow:0 0 28px rgba(168,85,247,.16)!important;
}
[data-theme=light] .hacker-line b{color:#34d399!important}
[data-theme=light] .hacker-line i{color:#facc15!important}
[data-theme=light] .hacker-line em{color:#22d3ee!important}
[data-theme=light] .hero-command-btn,
[data-theme=light] .open-article,
[data-theme=light] .contact-submit,
[data-theme=light] .back-button,
[data-theme=light] .read-more-terminal,
[data-theme=light] .back-top-float{
    background:linear-gradient(145deg,#1b1036,#081225)!important;
    color:#f8f5ff!important;
    border-color:rgba(34,211,238,.38)!important;
    box-shadow:inset 4px 0 0 #a855f7,0 16px 34px rgba(12,6,24,.28)!important;
}
[data-theme=light] .intake-chip-grid span,
[data-theme=light] .filter-pills button,
[data-theme=light] .blog-index-card .chip,
[data-theme=light] .article-terminal-body .chip{
    background:linear-gradient(145deg,#1b1036,#0b1226)!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.42)!important;
}
[data-theme=light] .filter-pills{
    background:linear-gradient(145deg,rgba(31,18,57,.92),rgba(10,16,35,.82))!important;
    border-color:rgba(168,85,247,.38)!important;
}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#7c3aed,#27134c)!important;
    color:#fff!important;
    border-color:rgba(34,211,238,.5)!important;
}
[data-theme=light] .contact-card .form-control,
[data-theme=light] .contact-card .form-select,
[data-theme=light] .auth-terminal-card .form-control,
[data-theme=light] .auth-terminal-card .form-select{
    background:#12081f!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.42)!important;
}
[data-theme=light] .contact-card label,
[data-theme=light] .auth-terminal-card label{color:#34d399!important}
[data-theme=light] .contact-card .form-control::placeholder,
[data-theme=light] .auth-terminal-card .form-control::placeholder{color:#a7b5ff!important}
[data-theme=light] .site-footer{
    background:#020617!important;
    color:#eef6ff!important;
    border-top-color:rgba(34,211,238,.34)!important;
}
[data-theme=light] .footer-terminal-window,
[data-theme=light] .footer-console-head{
    background:linear-gradient(145deg,rgba(1,7,15,.96),rgba(3,22,31,.94))!important;
    color:#eef6ff!important;
}
[data-theme=light] .site-footer p,
[data-theme=light] .site-footer a,
[data-theme=light] .site-footer li,
[data-theme=light] .site-footer small{color:#eef6ff!important}
@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(rgba(168,85,247,.10) 1px,transparent 1px),linear-gradient(145deg,#090414,#1a0b35 56%,#071426)!important;
        background-size:39px 39px,39px 39px,auto!important;
    }
    [data-theme=light] .mobile-toggle.open{
        background:#0b1020!important;
        border-color:rgba(34,211,238,.5)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch,
    [data-theme=light] .drawer-terminal-fill,
    [data-theme=light] .drawer-brand{
        background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.9))!important;
        color:#f8f5ff!important;
        border-color:rgba(168,85,247,.4)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#7c3aed,#24143f)!important;
        box-shadow:inset 4px 0 0 #22d3ee,0 12px 24px rgba(124,58,237,.24)!important;
    }
}
[data-theme=dark]{
    --bg:#06111f;
    --panel:#0d1b2e;
    --panel-soft:#11243b;
    --text:#edf7ff;
    --muted:#9fb1c7;
    --line:#20334f;
    --brand:#22d3ee;
    --brand-2:#34d399;
    --accent:#fbbf24;
    --shadow:0 28px 80px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
section[id]{scroll-margin-top:96px}
body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}
.cyber-page-loader{
    position:fixed;
    inset:0;
    z-index:9999;
    display:grid;
    place-items:center;
    background:
        linear-gradient(rgba(34,211,238,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(34,211,238,.06) 1px,transparent 1px),
        radial-gradient(circle at 50% 35%,rgba(34,211,238,.18),transparent 34%),
        linear-gradient(135deg,#020817,#12081f 48%,#03111f);
    background-size:70px 70px,70px 70px,auto,auto;
    transition:opacity .35s ease,visibility .35s ease;
}
.cyber-page-loader.hide{opacity:0;visibility:hidden}
.loader-terminal{width:min(520px,calc(100vw - 32px));border:1px solid rgba(34,211,238,.42);border-radius:8px;overflow:hidden;background:linear-gradient(145deg,rgba(2,8,23,.96),rgba(31,18,57,.94));box-shadow:0 26px 80px rgba(0,0,0,.45),0 0 44px rgba(34,211,238,.18)}
.loader-terminal-head{height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid rgba(34,211,238,.28);background:#08111f}
.loader-terminal-head span{width:10px;height:10px;border-radius:50%;display:inline-block}
.loader-terminal-head span:nth-child(1){background:#fbbf24}
.loader-terminal-head span:nth-child(2){background:#22d3ee}
.loader-terminal-head span:nth-child(3){background:#34d399}
.loader-terminal-head em{margin-left:auto;color:#9cc9e2;font:700 .75rem Consolas,Monaco,monospace;font-style:normal}
.loader-terminal-body{padding:24px;font-family:Consolas,Monaco,monospace}
.loader-terminal-body strong{display:block;color:#34d399;font-size:1rem;margin-bottom:14px}
.loader-terminal-body p{margin:8px 0;color:#dbeafe;font-weight:800}
.loader-terminal-body p span{color:#facc15}
.loader-scan{height:9px;margin-top:18px;border:1px solid rgba(34,211,238,.28);border-radius:999px;overflow:hidden;background:#020817}
.loader-scan i{display:block;width:38%;height:100%;background:linear-gradient(90deg,#22d3ee,#34d399,#facc15);animation:cyberLoaderScan 1.1s ease-in-out infinite}
@keyframes cyberLoaderScan{0%{transform:translateX(-110%)}100%{transform:translateX(270%)}}
.cyber-alert-stack{position:fixed;top:98px;right:24px;z-index:1200;width:min(430px,calc(100vw - 28px))}
.cyber-alert{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(34,211,238,.35);border-left:5px solid #34d399;border-radius:8px;background:linear-gradient(145deg,rgba(2,8,23,.96),rgba(15,23,42,.94));color:#e9f7ff;padding:14px 16px;box-shadow:0 22px 60px rgba(0,0,0,.32),0 0 30px rgba(34,211,238,.16);transform:translateY(0);opacity:1;transition:opacity .28s ease,transform .28s ease}
.cyber-alert.hide{opacity:0;transform:translateY(-10px)}
.cyber-alert span{color:#34d399;font:900 .8rem Consolas,Monaco,monospace}
.cyber-alert p{margin:0;color:#dbeafe;font-weight:800}
.cyber-alert button{border:1px solid rgba(34,211,238,.25);border-radius:6px;background:#071426;color:#22d3ee;width:28px;height:28px;line-height:1}
.cyber-alert-danger{border-left-color:#f43f5e}
.cyber-alert-danger span{color:#f43f5e}
html[data-theme="light"] .cyber-alert,html[data-theme="light"] .loader-terminal{background:linear-gradient(145deg,#160828,#071426)!important;border-color:rgba(168,85,247,.42)!important}
html[data-theme="light"] .cyber-alert p{color:#f8f5ff!important}
body.menu-open{overflow:hidden}
a{color:inherit}
.app-nav{background:color-mix(in srgb,var(--panel) 82%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 80%,transparent);box-shadow:0 10px 40px rgba(2,8,23,.08)}
.app-nav:before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--brand),var(--brand-2),transparent);opacity:.7}
.navbar-brand,.nav-link{color:var(--text)!important}
.brand-lockup{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}
.brand-lockup strong{display:block;font-weight:900;line-height:1}
.brand-lockup small{display:block;color:var(--muted);font-size:.72rem;margin-top:3px;font-weight:700}
.brand-mark{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#06202c;box-shadow:0 0 0 6px rgba(34,211,238,.08),0 14px 36px rgba(8,145,178,.28);position:relative;overflow:hidden}
.brand-mark:after{content:"";position:absolute;inset:-60%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(35deg);animation:brandSweep 4.2s ease-in-out infinite}
.nav-shell{gap:6px;padding:7px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:8px;background:color-mix(in srgb,var(--panel) 62%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.nav-pill{position:relative;display:flex!important;align-items:center;gap:7px;border-radius:8px;padding:.58rem .72rem!important;font-weight:750;font-size:.92rem;transition:background .2s ease,transform .2s ease,color .2s ease}
.nav-pill i{color:var(--brand);font-size:.95rem}
.nav-pill:hover{background:color-mix(in srgb,var(--brand) 13%,transparent);transform:translateY(-1px)}
.nav-pill.active{background:color-mix(in srgb,var(--brand) 18%,transparent)}
.nav-pill:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-2));border-radius:999px;transform:scaleX(0);transition:transform .22s ease;transform-origin:left}
.nav-pill:hover:after{transform:scaleX(1)}
.theme-switch{width:40px;height:40px;border-radius:8px;border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 90%,transparent),color-mix(in srgb,var(--panel-soft) 88%,transparent));color:var(--brand);display:grid;place-items:center;transition:transform .22s ease,box-shadow .22s ease}
.theme-switch:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(8,145,178,.18)}
.nav-cta{border-radius:8px;padding:.58rem .82rem;font-size:.92rem;white-space:nowrap}
.mobile-toggle{width:46px;height:42px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:9px;display:none;box-shadow:0 10px 24px rgba(2,8,23,.08)}
.mobile-toggle span{display:block;height:2px;background:var(--text);border-radius:999px;margin:5px 0;transition:transform .22s ease,opacity .22s ease}
.mobile-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-toggle.open span:nth-child(2){opacity:0}
.mobile-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav-proof{display:none}
.mobile-menu-head{display:none}
.drawer-brand{display:none}
.drawer-terminal-fill{display:none}
.hero{min-height:calc(100vh - 76px);display:flex;align-items:center;position:relative;overflow:hidden;padding:22px 0 24px}
.cyber-grid:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.08) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 88%);animation:gridMove 18s linear infinite}
.cyber-grid:after{content:"";position:absolute;width:640px;height:640px;border-radius:50%;right:-180px;top:80px;background:radial-gradient(circle,rgba(34,211,238,.24),rgba(52,211,153,.08) 42%,transparent 68%);filter:blur(10px)}
.section{padding:44px 0;position:relative}
.section:not(.hero):not(:first-child){border-top:1px solid rgba(34,211,238,.16)}
.section:not(.hero):not(:first-child):after{content:"";position:absolute;left:7%;right:7%;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.55),rgba(52,211,153,.28),transparent);pointer-events:none}
.band{background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--panel-soft) 70%,transparent),transparent)}
.panel,.cardish{background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 96%,white 4%),var(--panel));border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 0 rgba(255,255,255,.05)}
.muted{color:var(--muted)}
.display-title{font-size:clamp(1.05rem,1.35vw,1.45rem);line-height:1.2;font-weight:900;letter-spacing:0}
.terminal-title{position:relative;padding:12px 0 4px}
.terminal-prompt,.terminal-output{font-family:Consolas,Monaco,monospace;border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 72%,transparent);border-radius:8px;display:inline-flex;align-items:center;gap:6px;padding:.5rem .72rem;box-shadow:0 12px 34px rgba(8,145,178,.12)}
.terminal-prompt{margin-bottom:10px;color:var(--muted);font-weight:800}
.terminal-prompt span{color:var(--brand-2)}
.terminal-prompt b{color:var(--brand)}
.terminal-output{margin-top:10px;color:var(--accent);font-size:.86rem}
.terminal-output:after{content:"";width:3px;height:1.05em;background:var(--brand);display:inline-block;margin-left:4px;animation:cursorBlink 1s steps(2,start) infinite}
.hacker-title{font-family:Consolas,Monaco,system-ui,sans-serif;text-transform:none;max-width:760px;text-shadow:0 0 28px rgba(34,211,238,.16)}
.hacker-line{display:block;width:100%;max-width:100%;padding:.04em .14em;margin:0;background:linear-gradient(90deg,rgba(34,211,238,.08),transparent 76%);border-left:4px solid color-mix(in srgb,var(--brand) 82%,transparent);white-space:nowrap}
.hacker-line:before{content:"> ";color:var(--brand-2);font-weight:900;text-shadow:0 0 18px rgba(52,211,153,.45)}
.hacker-line em{font-style:normal;color:var(--brand);text-shadow:0 0 18px rgba(34,211,238,.45)}
.hacker-line b{display:inline;color:var(--brand-2);font-weight:900;margin-right:.28rem}
.hacker-line i{display:inline;font-style:normal;color:var(--accent);font-weight:900;margin-right:.35rem}
.hacker-cursor{display:inline-block;width:3px;height:.86em;background:var(--brand-2);margin-left:.12em;vertical-align:-.06em;box-shadow:0 0 18px rgba(52,211,153,.55);animation:cursorBlink 1s steps(2,start) infinite}
.eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.08rem;margin-bottom:.65rem}
.eyebrow:before{content:"";width:26px;height:2px;background:var(--brand)}
.section-head{max-width:780px}
.section-head h2,.section h2{font-size:clamp(2rem,3vw,3.2rem);font-weight:850;line-height:1.05}
.chip{border:1px solid var(--line);border-radius:999px;padding:.48rem .82rem;color:var(--muted);display:inline-flex;gap:.4rem;align-items:center;background:color-mix(in srgb,var(--panel) 76%,transparent)}
.hero .chip{border-radius:8px}
.chip.glow{box-shadow:0 0 0 1px rgba(34,211,238,.16),0 0 30px rgba(34,211,238,.18);color:var(--text)}
.btn-info{color:#06202c;font-weight:800;background:linear-gradient(135deg,var(--brand),var(--brand-2));border:0}
.btn-ghost{border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 70%,transparent);color:var(--text)}
.lift{transition:transform .22s ease,box-shadow .22s ease}
.lift:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(8,145,178,.25)}
.hero-command-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-width:260px;max-width:100%;padding:13px 16px;border:1px solid rgba(34,211,238,.28);border-radius:8px;background:linear-gradient(90deg,rgba(15,23,42,.94),rgba(8,47,73,.4));font-family:Consolas,Monaco,monospace;font-weight:900;text-decoration:none;box-shadow:inset 0 0 28px rgba(34,211,238,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.hero-command-btn span{font-weight:900}
.hero-command-btn i{font-size:1.15rem;transition:transform .2s ease}
.hero-command-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(8,145,178,.16),inset 0 0 34px rgba(34,211,238,.12)}
.hero-command-btn:hover i{transform:translateX(6px)}
.hero-command-primary{border-left:4px solid #34d399;color:#fbbf24}
.hero-command-primary span,.hero-command-primary i{color:#34d399}
.hero-command-primary:hover{color:#fbbf24;border-color:rgba(52,211,153,.62)}
.hero-command-secondary{border-left:4px solid #22d3ee;color:#c8e8f7}
.hero-command-secondary span,.hero-command-secondary i{color:#22d3ee}
.hero-command-secondary:hover{color:#c8e8f7;border-color:rgba(34,211,238,.62)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px}
.hero-metrics div{padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--panel) 72%,transparent)}
.hero-metrics strong{display:block;font-size:1.35rem;color:var(--brand);line-height:1}
.hero-metrics span{display:block;color:var(--muted);font-size:.82rem}
.mobile-hero-terminal{display:none}
.desktop-hero-terminal{display:none}
.hero .lead{max-width:760px}
.hero-subterminal{display:inline-block;max-width:860px;margin-bottom:0;padding:10px 13px;border:1px solid rgba(34,211,238,.22);border-radius:8px;background:linear-gradient(90deg,rgba(2,8,23,.76),rgba(8,47,73,.28));color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:1rem;line-height:1.55;box-shadow:inset 0 0 28px rgba(34,211,238,.08)}
.hero-subterminal span{color:#34d399;font-weight:900}
.hero-subterminal:after{content:"";display:inline-block;width:3px;height:.9em;background:#22d3ee;margin-left:6px;vertical-align:-.1em;animation:cursorBlink 1s steps(2,start) infinite}
.hero-metrics div{position:relative;overflow:hidden}
.hero-metrics div:before{content:"";position:absolute;left:18%;right:18%;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--brand),transparent)}
.cyber-console{position:relative;padding:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 92%,transparent),color-mix(in srgb,var(--panel-soft) 92%,transparent));border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);min-height:374px;max-height:none;overflow:hidden}
.hero-image{width:100%;height:225px;object-fit:cover;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);margin-bottom:14px;display:block;animation:softPulse 5s ease-in-out infinite}
.cyber-console:before{content:"";position:absolute;inset:-2px;background:conic-gradient(from 180deg,transparent,var(--brand),transparent,var(--brand-2),transparent);opacity:.16;animation:spin 10s linear infinite}
.console-top,.terminal-lines{position:relative;z-index:1}
.console-top{height:34px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);margin:-4px -4px 12px;padding:0 8px}
.console-top span{width:11px;height:11px;border-radius:50%;background:var(--accent)}
.console-top span:nth-child(2){background:var(--brand)}
.console-top span:nth-child(3){background:var(--brand-2)}
.console-top small{margin-left:auto;color:var(--muted)}
.terminal-lines{font-family:Consolas,Monaco,monospace;font-size:.84rem}
.terminal-lines p{padding:7px 10px;margin:0;border-bottom:1px solid color-mix(in srgb,var(--line) 65%,transparent)}
.terminal-lines b{color:var(--brand-2)}
.terminal-lines .ok{color:var(--brand-2)}
.terminal-lines .warn{color:var(--accent)}
.scanline{position:absolute;left:0;right:0;height:90px;background:linear-gradient(180deg,transparent,rgba(34,211,238,.13),transparent);z-index:2;animation:scan 3.8s ease-in-out infinite}
.floating-card{position:absolute;z-index:3;padding:12px 14px;border-radius:8px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);font-weight:800}
.floating-card i{color:var(--brand);margin-right:6px}
.card-a{left:-12px;bottom:96px;animation:float 4.5s ease-in-out infinite}
.card-b{right:-10px;bottom:28px;animation:float 5.2s ease-in-out infinite reverse}
.feature-card,.service-card,.price-card,.story-card,.blog-card{padding:24px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.feature-card:hover,.service-card:hover,.price-card:hover,.story-card:hover,.blog-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--brand) 70%,var(--line));box-shadow:var(--shadow)}
.feature-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,rgba(34,211,238,.16),rgba(52,211,153,.12));color:var(--brand);margin-bottom:16px;font-size:1.25rem}
.workflow-section{background:radial-gradient(circle at 16% 18%,rgba(34,211,238,.08),transparent 30%),linear-gradient(180deg,#020b16,#031322 54%,color-mix(in srgb,var(--bg) 92%,#042f3a 8%));overflow:hidden;padding-top:28px}
.workflow-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.workflow-section .container{position:relative;z-index:1}
.workflow-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.workflow-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.workflow-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.timeline{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.timeline:before{content:"";position:absolute;left:4%;right:4%;top:31px;height:2px;background:linear-gradient(90deg,rgba(34,211,238,.1),#22d3ee,#34d399,rgba(34,211,238,.1));box-shadow:0 0 22px rgba(34,211,238,.35)}
.timeline-step{position:relative;border:1px solid rgba(34,211,238,.26);border-radius:8px;background:linear-gradient(145deg,rgba(2,8,23,.94),rgba(8,47,73,.32));overflow:hidden;box-shadow:inset 0 0 32px rgba(34,211,238,.06)}
.timeline-step:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.workflow-window-bar{height:40px;display:flex;align-items:center;gap:10px;padding:0 14px 0 18px;border-bottom:1px solid rgba(34,211,238,.22);background:rgba(15,23,42,.8);font-family:Consolas,Monaco,monospace}
.workflow-window-bar .console-dots{display:flex;gap:6px}
.workflow-window-bar .console-dots i{width:9px;height:9px;border-radius:50%;background:#fbbf24}
.workflow-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.workflow-window-bar .console-dots i:nth-child(3){background:#34d399}
.workflow-window-bar small{margin-left:auto;color:#8fb3c7;font-size:.74rem}
.workflow-window-body{min-height:100%;padding:18px;text-align:center;display:flex;flex-direction:column}
.step-number{position:relative;z-index:1;width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#06202c;font-weight:900;margin:0 auto 12px;box-shadow:0 0 0 8px rgba(34,211,238,.08)}
.timeline-step code{display:block;margin-bottom:10px;color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.78rem}
.timeline-step code span{color:#34d399;font-weight:900}
.timeline-step h3{font-size:1.02rem;margin-bottom:8px}
.timeline-step p{font-size:.9rem;line-height:1.55;min-height:0;text-align:left;text-align-last:auto}
.timeline-step pre{min-height:52px;display:block;align-items:flex-start;justify-content:flex-start;line-height:1.45;margin:8px 0 0;padding:9px 10px;border:1px solid rgba(34,211,238,.16);border-radius:8px;background:rgba(2,8,23,.7);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.74rem;white-space:pre-wrap;text-align:left}
.timeline-step pre b{color:#34d399;display:inline-block;vertical-align:top;line-height:inherit}
.services-section{background:radial-gradient(circle at 86% 18%,rgba(52,211,153,.09),transparent 30%),linear-gradient(180deg,#06111f,#020b16 58%,#031923);overflow:hidden;padding-top:30px;padding-bottom:30px}
.services-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.services-section .container{position:relative;z-index:1}
.services-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.services-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.services-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap}
.filter-pills button{border:1px solid rgba(34,211,238,.24);background:rgba(15,23,42,.78);color:var(--text);border-radius:8px;padding:.55rem .9rem;font-family:Consolas,Monaco,monospace;font-size:.82rem}
.filter-pills button:before{content:"./";color:#34d399}
.filter-pills button.active{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#06202c;border-color:var(--brand);font-weight:900}
.filter-pills button.active:before{color:#06202c}
.filter-item{transition:opacity .2s ease,transform .2s ease}
.filter-item.hidden{display:none}
.service-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.92),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22)}
.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.service-window-bar{height:34px;display:flex;align-items:center;gap:9px;padding:0 10px 0 14px;border-bottom:1px solid rgba(34,211,238,.2);background:rgba(15,23,42,.78);font-family:Consolas,Monaco,monospace}
.service-window-bar .console-dots{display:flex;gap:6px}
.service-window-bar .console-dots i{width:7px;height:7px;border-radius:50%;background:#fbbf24}
.service-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.service-window-bar .console-dots i:nth-child(3){background:#34d399}
.service-window-bar small{margin-left:auto;color:#8fb3c7;font-size:.64rem}
.service-window-body{padding:18px;text-align:center}
.service-card .feature-icon{margin:0 auto 12px}
.service-card h3,.blog-card h3{font-size:1.1rem;margin-bottom:.6rem}
.service-card p{min-height:4.9em;margin-bottom:12px;text-align:left;font-size:.88rem;line-height:1.45}
.service-card code{display:block;min-height:42px;padding:8px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.58);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.7rem;line-height:1.45;white-space:normal;text-align:left}
.service-card code span{color:#34d399;font-weight:900}
.plans-section{background:radial-gradient(circle at 20% 10%,rgba(251,191,36,.08),transparent 26%),linear-gradient(180deg,#031923,#06111f 52%,#020b16);overflow:hidden;padding-top:30px;padding-bottom:30px}
.plans-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.plans-section .container{position:relative;z-index:1}
.plans-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.plans-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.plans-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.metric{font-size:2.15rem;font-weight:900}
.price-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22)}
.price-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.price-card.featured{border-color:var(--brand);box-shadow:var(--shadow)}
.plan-window-bar{height:38px;display:flex;align-items:center;gap:10px;padding:0 12px 0 16px;border-bottom:1px solid rgba(34,211,238,.22);background:rgba(15,23,42,.8);font-family:Consolas,Monaco,monospace}
.plan-window-bar .console-dots{display:flex;gap:6px}
.plan-window-bar .console-dots i{width:8px;height:8px;border-radius:50%;background:#fbbf24}
.plan-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.plan-window-bar .console-dots i:nth-child(3){background:#34d399}
.plan-window-bar small{margin-left:auto;color:#8fb3c7;font-size:.68rem}
.plan-window-body{position:relative;padding:24px;display:flex;flex-direction:column;min-height:100%}
.popular{position:absolute;right:16px;top:16px;background:rgba(34,211,238,.15);border:1px solid rgba(34,211,238,.3);color:var(--brand);border-radius:8px;padding:.35rem .7rem;font-weight:800;font-size:.8rem}
.price-card h3{font-family:Consolas,Monaco,monospace;font-size:1.4rem}
.price-card .metric{font-family:Consolas,Monaco,monospace;color:var(--brand);font-size:1.5rem;text-shadow:0 0 24px rgba(34,211,238,.18)}
.plan-command{display:block;margin:12px 0 2px;padding:9px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.62);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.72rem;line-height:1.45;text-align:left}
.plan-command span{color:#34d399;font-weight:900}
.plan-terminal-note{display:grid;gap:5px;margin-top:14px;padding:10px 12px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.74),rgba(8,47,73,.32));font-family:Consolas,Monaco,monospace;text-align:left}
.plan-terminal-note span{color:#34d399;font-size:.76rem}
.plan-terminal-note b{color:#fbbf24;font-size:.78rem}
.clean-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}
.clean-list li{display:flex;gap:10px;color:var(--muted)}
.clean-list i{color:var(--brand-2)}
.outcomes-section{background:radial-gradient(circle at 78% 20%,rgba(34,211,238,.1),transparent 30%),linear-gradient(180deg,#020b16,#031525 50%,#041d24);overflow:hidden;padding-top:30px;padding-bottom:30px}
.outcomes-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.outcomes-section .container{position:relative;z-index:1}
.outcomes-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.outcomes-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.outcomes-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.story-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22)}
.story-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.story-window-bar{height:36px;display:flex;align-items:center;gap:10px;padding:0 12px 0 16px;border-bottom:1px solid rgba(34,211,238,.22);background:rgba(15,23,42,.8);font-family:Consolas,Monaco,monospace}
.story-window-bar .console-dots{display:flex;gap:6px}
.story-window-bar .console-dots i{width:8px;height:8px;border-radius:50%;background:#fbbf24}
.story-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.story-window-bar .console-dots i:nth-child(3){background:#34d399}
.story-window-bar small{margin-left:auto;color:#8fb3c7;font-size:.66rem}
.story-window-body{padding:20px}
.story-window-body code{display:block;margin-bottom:14px;padding:9px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.62);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.72rem;line-height:1.45;text-align:left}
.story-window-body code span{color:#34d399;font-weight:900}
.story-card p{min-height:6.4em;margin-bottom:18px;color:#bdd7e9;line-height:1.58}
.story-meta{display:grid;gap:5px;padding-top:14px;border-top:1px solid rgba(34,211,238,.16);font-family:Consolas,Monaco,monospace}
.story-meta strong,.story-meta span,.story-meta b{display:block}
.story-meta strong{color:#eaf6ff}
.story-meta span{color:var(--muted);font-size:.88rem}
.story-meta b{color:#fbbf24;font-size:.84rem}
.knowledge-section{background:radial-gradient(circle at 12% 28%,rgba(52,211,153,.08),transparent 32%),linear-gradient(180deg,#06111f,#020b16 54%,#031923);overflow:hidden;padding-top:30px;padding-bottom:30px}
.knowledge-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.knowledge-section .container{position:relative;z-index:1}
.knowledge-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.knowledge-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.knowledge-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.blog-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22);color:var(--text)}
.blog-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.blog-window-bar{height:36px;display:flex;align-items:center;gap:10px;padding:0 12px 0 16px;border-bottom:1px solid rgba(34,211,238,.22);background:rgba(15,23,42,.8);font-family:Consolas,Monaco,monospace}
.blog-window-bar .console-dots{display:flex;gap:6px}
.blog-window-bar .console-dots i{width:8px;height:8px;border-radius:50%;background:#fbbf24}
.blog-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.blog-window-bar .console-dots i:nth-child(3){background:#34d399}
.blog-window-bar small{margin-left:auto;color:#8fb3c7;font-size:.66rem}
.blog-window-body{padding:20px}
.blog-window-body code{display:block;margin-bottom:12px;padding:9px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.62);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.72rem;line-height:1.45;text-align:left}
.blog-window-body code span{color:#34d399;font-weight:900}
.blog-card .chip{border-radius:8px;font-family:Consolas,Monaco,monospace;font-size:.72rem;margin-bottom:14px}
.blog-card h3{font-family:Consolas,Monaco,monospace;line-height:1.25}
.blog-card p{min-height:4.9em;line-height:1.5}
.blog-card .read-more{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-family:Consolas,Monaco,monospace;font-weight:800}
.knowledge-actions .btn-ghost{font-family:Consolas,Monaco,monospace;border-radius:8px}
.blog-index-section{min-height:calc(100vh - 76px);background:linear-gradient(180deg,#020b16,color-mix(in srgb,var(--bg) 92%,#042f3a 8%));overflow:hidden;padding-top:44px}
.blog-index-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.blog-index-section .container{position:relative;z-index:1}
.blog-index-hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}
.blog-index-hero .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.blog-index-hero .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.55rem,2.4vw,2.5rem);line-height:1.16;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.blog-index-hero .cyber-section-title:before{content:"$ ";color:#22d3ee}
.blog-index-hero p{max-width:820px}
.blog-index-terminal{min-width:360px;display:grid;gap:6px;padding:13px 15px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.8),rgba(8,47,73,.32));font-family:Consolas,Monaco,monospace;text-align:left}
.blog-index-terminal span{color:#34d399;font-size:.82rem}
.blog-index-terminal b{color:#fbbf24;font-size:.84rem}
.blog-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.blog-index-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22);color:var(--text)}
.blog-index-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.blog-index-visual{display:block;margin:12px 14px 0;border:1px solid rgba(34,211,238,.2);border-radius:8px;overflow:hidden;background:#020817;box-shadow:inset 0 0 26px rgba(34,211,238,.08)}
.blog-index-visual img{display:block;width:100%;aspect-ratio:16/7;object-fit:cover}
.blog-index-card h2{font-family:Consolas,Monaco,monospace;font-size:1.1rem;line-height:1.26;margin:12px 0 10px;color:var(--text)}
.blog-index-card p{min-height:5.9em;line-height:1.5}
.blog-index-card .chip,.article-terminal-body .chip{border-radius:8px}
.blog-index-read{display:flex;align-items:center;gap:9px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(34,211,238,.16);font-family:Consolas,Monaco,monospace}
.blog-index-read span{color:#34d399;font-weight:900}
.blog-index-read b{color:#fbbf24;font-size:.82rem}
.blog-index-read i{margin-left:auto;color:var(--brand)}
.blog-pagination nav{display:flex;justify-content:center}
.blog-pagination .pagination{gap:6px;flex-wrap:wrap}
.blog-pagination .page-link{background:rgba(15,23,42,.78);border-color:rgba(34,211,238,.22);color:var(--text);border-radius:8px!important;font-family:Consolas,Monaco,monospace}
.blog-pagination .active .page-link{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#06202c;border-color:var(--brand)}
.blog-show-section{min-height:calc(100vh - 76px);background:linear-gradient(180deg,#020b16,color-mix(in srgb,var(--bg) 92%,#042f3a 8%));overflow:hidden;padding-top:36px}
.blog-show-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.blog-show-section .container{position:relative;z-index:1;max-width:1640px}
.article-layout{align-items:stretch}
.article-side-col,.article-main-col{display:flex;flex-direction:column}
.article-side-window{height:calc(100vh - 170px);overflow:hidden;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.3));box-shadow:var(--shadow)}
.article-side-body{height:calc(100% - 45px);padding:18px;display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:14px}
.article-side-visual{display:block;border:1px solid rgba(34,211,238,.22);border-radius:8px;overflow:hidden;background:#020817;box-shadow:inset 0 0 30px rgba(34,211,238,.08)}
.article-side-visual img{display:block;width:100%;height:100%;min-height:0;object-fit:contain}
.article-side-command{display:grid;gap:7px;padding:13px 14px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:rgba(2,8,23,.7);font-family:Consolas,Monaco,monospace}
.article-side-command span{color:#34d399;font-size:.86rem;font-weight:900}
.article-side-command b{color:#fbbf24;font-size:.82rem}
.article-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.article-side-grid span{padding:10px 11px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(15,23,42,.72);font-family:Consolas,Monaco,monospace;color:#c8e8f7;font-size:.78rem}
.article-side-grid b{color:#34d399}
.article-top-actions,.article-bottom-actions{display:flex;justify-content:flex-end}
.article-top-actions{margin-bottom:14px}
.article-bottom-actions{margin-top:16px}
.article-back{display:inline-flex;align-items:center;gap:11px;min-width:230px;padding:12px 16px;border:1px solid rgba(34,211,238,.32);border-left:4px solid #34d399;border-radius:8px;background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(8,47,73,.34));color:#c8e8f7;text-decoration:none;font-family:Consolas,Monaco,monospace;font-weight:900;box-shadow:inset 0 0 24px rgba(34,211,238,.05);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.article-back i{color:#22d3ee}
.article-back span{color:#34d399}
.article-back b{color:#fbbf24;font-size:.83rem;margin-left:auto}
.article-back:hover{color:#06202c;background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:rgba(52,211,153,.78);transform:translateX(-3px)}
.article-back:hover i,.article-back:hover span,.article-back:hover b{color:#06202c}
.article-terminal{overflow:hidden;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(145deg,rgba(15,23,42,.95),rgba(8,47,73,.34));box-shadow:var(--shadow)}
.article-scroll{height:calc(100vh - 170px);max-height:calc(100vh - 170px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#22d3ee rgba(2,8,23,.6)}
.article-scroll::-webkit-scrollbar{width:8px}
.article-scroll::-webkit-scrollbar-track{background:rgba(2,8,23,.6)}
.article-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#22d3ee,#34d399);border-radius:8px}
.article-terminal-body{padding:26px}
.article-terminal-body code{display:block;margin:14px 0;padding:10px 12px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.66);color:#c8e8f7;font-family:Consolas,Monaco,monospace;text-align:left}
.article-terminal-body code span{color:#34d399;font-weight:900}
.article-terminal-body h1{font-family:Consolas,Monaco,monospace;font-size:clamp(1.55rem,2.8vw,2.8rem);line-height:1.16;margin:14px 0}
.article-terminal-body h1:before{content:"# ";color:#22d3ee}
.article-visual{display:block;margin:20px 0 4px;border:1px solid rgba(34,211,238,.24);border-radius:8px;overflow:hidden;background:#020817;box-shadow:0 18px 46px rgba(0,0,0,.22),inset 0 0 34px rgba(34,211,238,.08)}
.article-visual img{display:block;width:100%;aspect-ratio:21/8;object-fit:cover}
.article-mobile-visual{display:none}
.article-content{margin-top:22px;padding-top:22px;border-top:1px solid rgba(34,211,238,.18);color:#c8e8f7;font-size:1.02rem;line-height:1.8}
.article-content p{text-align:justify;text-justify:inter-word;margin:0 0 1rem}
.article-content p:last-child{margin-bottom:0}
@media (min-width:992px){.blog-show-section .article-bottom-actions{padding-right:16px}}
.image-panel{position:relative;overflow:hidden;border-radius:8px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);min-height:100%}
.image-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(34,211,238,.08),transparent 48%,rgba(52,211,153,.12));pointer-events:none}
.image-panel img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;transition:transform .45s ease}
.image-panel:hover img{transform:scale(1.035)}
.about-section{background:radial-gradient(circle at 88% 16%,rgba(34,211,238,.09),transparent 31%),linear-gradient(180deg,#031322,#020b16 55%,color-mix(in srgb,var(--bg) 92%,#022b36 8%));overflow:hidden;padding-top:36px;padding-bottom:30px}
.about-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.06) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.06) 1px,transparent 1px);background-size:46px 46px;opacity:.75;pointer-events:none}
.about-section .container{position:relative;z-index:1}
.about-head{max-width:900px}
.about-head .eyebrow{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.about-head h2{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.about-head h2:before{content:"$ ";color:#22d3ee}
.about-head p{max-width:920px}
.about-visual{background:linear-gradient(145deg,rgba(2,8,23,.92),rgba(8,47,73,.42));display:flex;align-items:center;justify-content:center;padding:18px}
.about-visual img{min-height:360px;object-fit:contain}
.about-scan-card{position:absolute;left:18px;right:18px;top:18px;display:grid;gap:5px;padding:12px 14px;border:1px solid rgba(34,211,238,.28);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.86),rgba(8,47,73,.46));font-family:Consolas,Monaco,monospace;box-shadow:0 16px 36px rgba(0,0,0,.22),inset 0 0 28px rgba(34,211,238,.08)}
.about-scan-card:after{content:"";position:absolute;right:14px;top:50%;width:42px;height:2px;background:linear-gradient(90deg,transparent,#22d3ee);box-shadow:0 0 18px rgba(34,211,238,.65)}
.about-scan-card span{color:#34d399;font-size:.8rem}
.about-scan-card b{color:#fbbf24;font-size:.78rem}
.about-terminal{position:absolute;left:18px;right:18px;bottom:18px;display:grid;gap:5px;padding:12px 14px;border:1px solid rgba(34,211,238,.28);border-radius:8px;background:rgba(2,8,23,.82);font-family:Consolas,Monaco,monospace;box-shadow:0 16px 36px rgba(0,0,0,.28)}
.about-terminal span{color:#34d399;font-size:.82rem}
.about-terminal b{color:#fbbf24;font-size:.82rem}
.about-terminal small{color:#bdd7e9;font-size:.78rem}
.about-card{position:relative;overflow:hidden;padding:0;background:linear-gradient(145deg,rgba(15,23,42,.92),rgba(8,47,73,.34));border-color:rgba(34,211,238,.22)}
.about-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2))}
.about-card-bar{height:36px;display:flex;align-items:center;gap:10px;padding:0 12px 0 16px;border-bottom:1px solid rgba(34,211,238,.2);background:rgba(15,23,42,.78);font-family:Consolas,Monaco,monospace}
.about-card-bar .console-dots{display:flex;gap:6px}
.about-card-bar .console-dots i{width:8px;height:8px;border-radius:50%;background:#fbbf24}
.about-card-bar .console-dots i:nth-child(2){background:#22d3ee}
.about-card-bar .console-dots i:nth-child(3){background:#34d399}
.about-card-bar small{margin-left:auto;color:#8fb3c7;font-size:.68rem}
.about-card-body{padding:22px;text-align:center}
.about-card .feature-icon{margin:0 auto 14px}
.about-card strong{display:block;margin-bottom:8px}
.about-card p{min-height:4.35em;margin-bottom:14px;text-align:left}
.about-card code{display:block;min-height:46px;padding:8px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.58);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.78rem;line-height:1.45;white-space:normal;text-align:left}
.about-card code span{color:#34d399;font-weight:900}
.visual-band{background:linear-gradient(135deg,color-mix(in srgb,var(--panel-soft) 68%,transparent),transparent)}
.intake-section{background:radial-gradient(circle at 14% 20%,rgba(34,211,238,.08),transparent 28%),linear-gradient(180deg,#020b16,#051522 48%,#031923);overflow:hidden;padding-top:30px;padding-bottom:24px}
.intake-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.intake-section .container{position:relative;z-index:1}
.intake-eyebrow{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399}
.intake-section .intake-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.intake-section .intake-title:before{content:"# ";color:#22d3ee}
.intake-chip-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.intake-chip-grid span{border:1px solid rgba(34,211,238,.24);border-radius:8px;padding:7px 10px;background:rgba(15,23,42,.68);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.82rem}
.intake-stack span{padding:10px 12px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.35)}
.intake-visual{min-height:440px;background:linear-gradient(145deg,rgba(2,8,23,.96),rgba(8,47,73,.42));display:grid;grid-template-rows:auto 1fr auto;gap:14px;align-items:stretch;padding:18px}
.intake-board-wrap{display:grid;place-items:center;min-height:250px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.48),rgba(8,47,73,.3));overflow:hidden}
.intake-visual img{min-height:230px;max-height:260px;object-fit:contain}
.intake-console{position:relative;left:auto;right:auto;top:auto;z-index:2;border:1px solid rgba(34,211,238,.3);border-radius:8px;background:rgba(2,8,23,.84);box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 0 30px rgba(34,211,238,.08);overflow:hidden}
.intake-console .console-top{height:32px;margin:0;padding:0 10px}
.intake-console-lines{font-family:Consolas,Monaco,monospace;font-size:.78rem}
.intake-console-lines p{margin:0;padding:8px 12px;border-top:1px solid rgba(34,211,238,.12);color:#c8e8f7}
.intake-console-lines b,.intake-console-lines .ok{color:#34d399}
.intake-console-lines .warn{color:#fbbf24}
.intake-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.intake-status-grid span{padding:9px 10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(15,23,42,.68);font-family:Consolas,Monaco,monospace;color:#bdd7e9;font-size:.76rem}
.intake-status-grid b{color:#34d399}
.about-section .cyber-section-kicker,
.intake-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.about-section .cyber-section-title,
.intake-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:820px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.about-section .cyber-section-title:before,
.intake-section .cyber-section-title:before{color:#22d3ee}
.about-section .cyber-section-title:before{content:"$ "}
.intake-section .cyber-section-title:before{content:"# "}
.smart-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px)/3);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 22px}
.smart-slider::-webkit-scrollbar{display:none}
.smart-slider .slide{scroll-snap-align:start;min-width:0}
.slider-controls{display:flex;gap:8px}
.slider-controls button{width:42px;height:42px;border-radius:8px;border:1px solid var(--line);background:var(--panel);color:var(--text);display:grid;place-items:center;transition:transform .2s ease,background .2s ease}
.slider-controls button:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--brand) 20%,var(--panel))}
.faq-section{background:radial-gradient(circle at 82% 18%,rgba(52,211,153,.08),transparent 30%),linear-gradient(180deg,#031923,#020b16 52%,#06111f);overflow:hidden;padding-top:30px;padding-bottom:30px}
.faq-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.faq-section .container{position:relative;z-index:1}
.faq-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.faq-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:640px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.faq-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.faq-row>div{display:flex}
.faq-copy{height:100%;display:flex;flex-direction:column;justify-content:space-between}
.faq-terminal{display:grid;gap:5px;margin-top:18px;padding:12px 14px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.78),rgba(8,47,73,.34));font-family:Consolas,Monaco,monospace}
.faq-terminal span{color:#34d399;font-size:.82rem}
.faq-terminal b{color:#fbbf24;font-size:.84rem}
.faq-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.faq-proof-grid span{padding:10px 12px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(15,23,42,.68);font-family:Consolas,Monaco,monospace;color:#bdd7e9;font-size:.76rem}
.faq-proof-grid b{color:#34d399}
.faq-list{width:100%;display:grid;gap:12px}
.faq-item{position:relative;border:1px solid rgba(34,211,238,.22);background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(8,47,73,.26));border-radius:8px;overflow:hidden}
.faq-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--brand),var(--brand-2));opacity:.9}
.faq-item button{width:100%;border:0;background:rgba(15,23,42,.55);color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:17px 18px 17px 22px;font-family:Consolas,Monaco,monospace;font-weight:800}
.faq-item button span:before{content:"$ ";color:#34d399}
.faq-item button i{color:var(--brand);transition:transform .2s ease}
.faq-item p{display:none;margin:0;padding:0 22px 18px;color:var(--muted);line-height:1.65}
.faq-item.open{border-color:rgba(34,211,238,.5);box-shadow:0 18px 48px rgba(8,145,178,.12)}
.faq-item.open p{display:block}
.faq-item.open i{transform:rotate(45deg)}
.contact-section{background:radial-gradient(circle at 18% 18%,rgba(34,211,238,.13),transparent 30%),radial-gradient(circle at 86% 72%,rgba(52,211,153,.09),transparent 28%),linear-gradient(180deg,#031421 0%,#020817 100%);overflow:hidden;padding-top:30px;padding-bottom:30px}
.contact-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.contact-section .container{position:relative;z-index:1}
.contact-row>div{display:flex}
.contact-copy{display:flex;flex-direction:column;justify-content:space-between}
.contact-section .cyber-section-kicker{font-family:Consolas,Monaco,monospace;text-transform:none;letter-spacing:0;color:#34d399;font-size:1rem;margin-bottom:.5rem}
.contact-section .cyber-section-title{font-family:Consolas,Monaco,monospace;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.18;max-width:640px;text-shadow:0 0 24px rgba(34,211,238,.12)}
.contact-section .cyber-section-title:before{content:"$ ";color:#22d3ee}
.contact-terminal{display:grid;gap:8px;margin:22px 0 18px;padding:16px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.78),rgba(8,47,73,.28));font-family:Consolas,Monaco,monospace;box-shadow:inset 0 0 28px rgba(34,211,238,.08)}
.contact-terminal span{color:#34d399;font-weight:900}
.contact-terminal b{color:#fbbf24}
.contact-terminal em{font-style:normal;color:#c8e8f7}
.contact-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}
.contact-proof-grid span{padding:12px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:rgba(15,23,42,.74);font-family:Consolas,Monaco,monospace;font-size:.82rem}
.contact-card{width:100%;padding:0;overflow:hidden;background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(8,47,73,.32));border-color:rgba(34,211,238,.28);box-shadow:var(--shadow)}
.contact-window-bar{height:42px;display:flex;align-items:center;gap:10px;padding:0 14px 0 16px;border-bottom:1px solid rgba(34,211,238,.24);background:rgba(15,23,42,.82);font-family:Consolas,Monaco,monospace}
.contact-window-bar .console-dots{display:flex;gap:7px}
.contact-window-bar .console-dots i{width:9px;height:9px;border-radius:50%;background:#fbbf24}
.contact-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.contact-window-bar .console-dots i:nth-child(3){background:#34d399}
.contact-window-bar small{margin-left:auto;color:#9fb1c7}
.contact-card .row{padding:22px}
.contact-card .form-label{font-family:Consolas,Monaco,monospace;color:#34d399;font-size:.78rem;font-weight:900;margin-bottom:6px}
.contact-submit{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-width:320px;max-width:100%;padding:14px 18px;border:1px solid rgba(34,211,238,.28);border-left:4px solid var(--brand-2);border-radius:8px;background:linear-gradient(90deg,rgba(15,23,42,.92),rgba(8,47,73,.42));color:#fbbf24;font-family:Consolas,Monaco,monospace;font-weight:900;text-align:left;box-shadow:inset 0 0 28px rgba(34,211,238,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.contact-submit span{color:#34d399}
.contact-submit i{color:#22d3ee;font-size:1.25rem;transition:transform .2s ease}
.contact-submit:hover{transform:translateY(-2px);border-color:rgba(34,211,238,.55);box-shadow:0 16px 36px rgba(8,145,178,.16),inset 0 0 34px rgba(34,211,238,.12)}
.contact-submit:hover i{transform:translateX(6px)}
.contact-command{display:block;margin:0 22px 22px;padding:10px 12px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:rgba(2,8,23,.72);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.76rem;line-height:1.45}
.contact-command span{color:#34d399;font-weight:900}
.back-top-float{position:fixed;left:14px;bottom:14px;z-index:1030;width:34px;height:30px;display:grid;place-items:center;border:1px solid rgba(34,211,238,.42);border-radius:6px;background:linear-gradient(135deg,rgba(2,8,23,.94),rgba(8,47,73,.72));color:#34d399;text-decoration:none;font-family:Consolas,Monaco,monospace;font-size:.72rem;font-weight:900;box-shadow:0 12px 28px rgba(2,8,23,.32),inset 0 0 18px rgba(34,211,238,.1);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease,border-color .2s ease,box-shadow .2s ease}
.back-top-float.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.back-top-float:hover{color:#34d399;transform:translateY(-3px);border-color:rgba(34,211,238,.72);box-shadow:0 16px 34px rgba(8,145,178,.2),inset 0 0 24px rgba(34,211,238,.14)}
.mini-stack{display:grid;gap:12px;margin-top:24px}
.mini-stack span{display:flex;align-items:center;gap:10px;color:var(--muted)}
.mini-stack i{color:var(--brand)}
.form-control,.form-select{background:var(--bg);color:var(--text);border-color:var(--line);border-radius:8px;padding:.8rem .9rem}
.form-control::placeholder{color:#8fb3c7;opacity:1}
.form-control::-webkit-input-placeholder{color:#8fb3c7;opacity:1}
.form-control::-moz-placeholder{color:#8fb3c7;opacity:1}
.form-control:focus,.form-select:focus{background:var(--bg);color:var(--text);border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(34,211,238,.13)}
.site-footer{position:relative;overflow:hidden;padding:48px 0 0;background:#020617;border-top:1px solid rgba(34,211,238,.32);color:#eef6ff}
.site-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px);background-size:44px 44px;opacity:.8;pointer-events:none}
.site-footer .footer-container{position:relative;z-index:1;width:100%;padding:0}
.footer-terminal-window{overflow:hidden;border-top:1px solid rgba(34,211,238,.34);border-bottom:1px solid rgba(34,211,238,.34);border-left:0;border-right:0;border-radius:0;background:linear-gradient(145deg,rgba(1,7,15,.96),rgba(3,22,31,.94));box-shadow:0 28px 80px rgba(0,0,0,.35),inset 0 0 46px rgba(34,211,238,.08)}
.footer-console-head{display:flex;align-items:center;gap:12px;margin:0;padding:12px 14px;border-bottom:1px solid rgba(34,211,238,.25);background:rgba(15,23,42,.86);font-family:Consolas,Monaco,monospace}
.console-dots{display:flex;gap:7px}
.console-dots span{width:10px;height:10px;border-radius:50%;background:#fbbf24}
.console-dots span:nth-child(2){background:#22d3ee}
.console-dots span:nth-child(3){background:#34d399}
.footer-console-head strong{color:#34d399}
.footer-console-head em{font-style:normal;color:#fbbf24;margin-left:auto;font-size:.86rem}
.footer-command-line{padding:16px 20px 0;font-family:Consolas,Monaco,monospace;color:#c8e8f7}
.footer-command-line span{color:#34d399;font-weight:900}
.footer-command-line b{color:#22d3ee}
.footer-command-line:after{content:"";display:inline-block;width:4px;height:1em;background:#34d399;margin-left:8px;vertical-align:-.12em;animation:cursorBlink 1s steps(2,start) infinite}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:18px;padding:22px 20px 16px;background:transparent}
.footer-brand p{color:#9fb1c7;margin:18px 0;max-width:420px}
.footer-grid h3{font-family:Consolas,Monaco,monospace;font-size:.9rem;letter-spacing:.04rem;color:#22d3ee;margin-bottom:14px}
.footer-grid a,.footer-grid span{display:flex;align-items:center;gap:8px;color:#bdd7e9;text-decoration:none;margin-bottom:10px;font-size:.95rem}
.footer-grid a:before,.footer-grid span:before{content:"$";color:#34d399;font-family:Consolas,Monaco,monospace;font-weight:900}
.footer-grid .footer-brand-title:before{content:"$"!important;display:inline-flex!important}
.footer-grid .footer-brand-title span:before{content:none!important;display:none!important}
.footer-brand-title{align-items:baseline!important}
.footer-grid a i,.footer-grid span i{color:#22d3ee}
.footer-grid a:hover{color:#34d399}
.footer-terminal{display:inline-grid;gap:3px;padding:12px 14px;border:1px solid rgba(34,211,238,.28);border-radius:8px;background:rgba(2,8,23,.72);font-family:Consolas,Monaco,monospace}
.footer-terminal span{margin:0;color:#34d399;font-size:.82rem}
.footer-terminal b{color:#fbbf24;font-size:.82rem}
.footer-terminal small{color:#8fb3c7;font-size:.78rem}
.footer-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0;padding:0 20px 18px}
.footer-status-grid span{padding:10px 12px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(15,23,42,.72);font-family:Consolas,Monaco,monospace;color:#bdd7e9;font-size:.82rem}
.footer-status-grid b{color:#34d399}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0;padding:16px 20px;border-top:1px solid rgba(34,211,238,.22);background:rgba(2,8,23,.62);color:#8fb3c7;font-size:.86rem}
.footer-bottom a{color:#34d399;text-decoration:none;font-weight:800}
.footer-bottom a:hover{color:#22d3ee}
.auth-shell{min-height:calc(100vh - 76px);display:grid;align-items:center;padding:34px 0;background:radial-gradient(circle at 15% 10%,rgba(34,211,238,.18),transparent 30%),radial-gradient(circle at 90% 80%,rgba(52,211,153,.12),transparent 34%)}
.auth-cyber-shell{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 18%,rgba(34,211,238,.12),transparent 30%),radial-gradient(circle at 88% 74%,rgba(52,211,153,.10),transparent 30%),linear-gradient(180deg,#020b16,#031421 56%,#020817)}
.auth-cyber-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px);background-size:42px 42px;pointer-events:none}
.auth-cyber-shell .container{position:relative;z-index:1}
.auth-card{position:relative;overflow:hidden;box-shadow:var(--shadow)}
.auth-linux-panel,.auth-terminal-card{padding:0;background:linear-gradient(145deg,rgba(15,23,42,.95),rgba(8,47,73,.28));border:1px solid rgba(34,211,238,.24);border-radius:8px;overflow:hidden}
.auth-window-bar{height:40px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid rgba(34,211,238,.24);background:rgba(15,23,42,.82);font-family:Consolas,Monaco,monospace}
.auth-window-bar .console-dots{display:flex;gap:7px}
.auth-window-bar .console-dots i{width:9px;height:9px;border-radius:50%;background:#fbbf24}
.auth-window-bar .console-dots i:nth-child(2){background:#22d3ee}
.auth-window-bar .console-dots i:nth-child(3){background:#34d399}
.auth-window-bar small{margin-left:auto;color:#9fb1c7;font-size:.72rem}
.auth-side-body,.auth-form-body{padding:24px}
.auth-kicker{display:block;margin-bottom:12px;color:#34d399;font-family:Consolas,Monaco,monospace;font-weight:900}
.auth-side h1,.auth-form-body h2{font-family:Consolas,Monaco,monospace;font-size:clamp(1.35rem,2.1vw,2.15rem);line-height:1.18;text-shadow:0 0 22px rgba(34,211,238,.12)}
.auth-form-body h2 span{color:#22d3ee}
.auth-side p{color:#a8c1d6;line-height:1.65}
.auth-terminal-box{display:grid;gap:8px;margin:20px 0;padding:14px;border:1px solid rgba(34,211,238,.22);border-radius:8px;background:rgba(2,8,23,.65);font-family:Consolas,Monaco,monospace}
.auth-terminal-box span{color:#34d399;font-weight:900}
.auth-terminal-box b{color:#fbbf24}
.auth-terminal-box em{font-style:normal;color:#c8e8f7}
.auth-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.auth-proof-grid span{padding:9px 10px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:rgba(15,23,42,.7);color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.76rem}
.auth-form-body .form-label{font-family:Consolas,Monaco,monospace;color:#34d399;font-size:.78rem;font-weight:900}
.auth-error{margin:12px 0;padding:10px 12px;border:1px solid rgba(248,113,113,.35);border-radius:8px;background:rgba(127,29,29,.2);color:#fca5a5;font-family:Consolas,Monaco,monospace;font-weight:900}
.auth-success{margin:12px 0;padding:10px 12px;border:1px solid rgba(52,211,153,.35);border-radius:8px;background:rgba(6,78,59,.24);color:#34d399;font-family:Consolas,Monaco,monospace;font-weight:900}
.live-validation{display:block;margin-top:6px;font-family:Consolas,Monaco,monospace;font-size:.7rem;color:#fbbf24}
.live-validation.ok{color:#34d399}
.live-validation.bad{color:#f87171}
.auth-check{display:flex;align-items:center;gap:10px;color:#a8c1d6;font-family:Consolas,Monaco,monospace}
.auth-check input{accent-color:#22d3ee}
.auth-login-options{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px;font-family:Consolas,Monaco,monospace}
.auth-login-options a{color:#fbbf24;text-decoration:none;font-weight:900}
.auth-login-options a:hover{color:#22d3ee}
.auth-command-submit{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-width:340px;max-width:100%;padding:13px 16px;border:1px solid rgba(34,211,238,.28);border-left:4px solid #34d399;border-radius:8px;background:linear-gradient(90deg,rgba(15,23,42,.94),rgba(8,47,73,.4));color:#fbbf24;font-family:Consolas,Monaco,monospace;font-weight:900;text-align:left;box-shadow:inset 0 0 28px rgba(34,211,238,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.auth-command-submit span,.auth-command-submit i{color:#34d399}
.auth-command-submit i{transition:transform .2s ease}
.auth-command-submit:hover{transform:translateY(-2px);border-color:rgba(52,211,153,.62);box-shadow:0 16px 36px rgba(8,145,178,.16),inset 0 0 34px rgba(34,211,238,.12)}
.auth-command-submit:hover i{transform:translateX(6px)}
.auth-switch{margin-top:18px;color:#a8c1d6;font-family:Consolas,Monaco,monospace}
.auth-switch a{color:#22d3ee;font-weight:900;text-decoration:none}
.auth-login-row{max-width:1500px;margin-left:auto;margin-right:auto}
.auth-login-row .auth-side-body,.auth-login-row .auth-form-body{padding:30px}
.auth-status-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}
.auth-status-strip span{padding:10px;border:1px solid rgba(34,211,238,.2);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.68),rgba(8,47,73,.22));color:#c8e8f7;font-family:Consolas,Monaco,monospace;font-size:.76rem}
.auth-status-strip b{color:#34d399}
.form-floating-icon{position:relative}
.form-floating-icon i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--brand);z-index:2}
.form-floating-icon .form-control,.form-floating-icon .form-select{padding-left:42px}
.table{--bs-table-bg:transparent;--bs-table-color:var(--text);--bs-table-border-color:var(--line)}
.sidebar a{display:block;padding:.7rem .8rem;border-radius:8px;text-decoration:none}
.sidebar a:hover{background:rgba(34,211,238,.12)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}
@keyframes gridMove{from{background-position:0 0}to{background-position:54px 54px}}
@keyframes scan{0%{top:-100px}55%,100%{top:100%}}
@keyframes spin{to{transform:rotate(1turn)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes softPulse{0%,100%{filter:saturate(1)}50%{filter:saturate(1.25) brightness(1.05)}}
@keyframes brandSweep{0%,45%{transform:translateX(-90%) rotate(35deg)}60%,100%{transform:translateX(90%) rotate(35deg)}}
@keyframes cursorBlink{0%,45%{opacity:1}46%,100%{opacity:0}}
@media (max-width:991px){
    .app-nav{position:fixed;top:0;left:0;right:0;z-index:1040}
    main{padding-top:68px}
    html{scroll-padding-top:78px}
    section[id]{scroll-margin-top:78px}
    .app-nav>.container{position:relative}
    .mobile-toggle{display:block}
    .mobile-toggle.open{position:fixed;top:16px;right:14px;z-index:1065;background:#071426;border-color:rgba(34,211,238,.45)}
    .mobile-toggle.open span{background:#eef6ff}
    .navbar-collapse{display:flex!important;flex-direction:column;visibility:hidden;opacity:0;pointer-events:none;position:fixed;top:0;left:0;width:100vw;height:100dvh;background:linear-gradient(145deg,#020617,#061526 48%,#06262d);border:0;border-radius:0;padding:10px;box-shadow:none;backdrop-filter:none;max-height:none;overflow:hidden;overscroll-behavior:contain;z-index:1055;transform:translateX(100%);transition:transform .25s ease,opacity .2s ease,visibility .2s ease}
    .navbar-collapse.show{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(0)}
    .navbar-collapse:before{content:"";position:fixed;inset:0;background:linear-gradient(90deg,rgba(34,211,238,.08) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;opacity:.7}
    .mobile-menu-head{display:grid;position:relative;z-index:1;margin:0 56px 12px 0;padding:12px;border:1px solid rgba(34,211,238,.32);border-radius:8px;background:rgba(2,8,23,.82);font-family:Consolas,Monaco,monospace}
    .mobile-menu-head strong{color:#34d399;font-size:.94rem}
    .mobile-menu-head small{color:#fbbf24;font-size:.78rem;margin-top:4px}
    .menu-dots{display:flex;gap:7px;margin-bottom:10px}
    .menu-dots i{width:10px;height:10px;border-radius:50%;background:#fbbf24}
    .menu-dots i:nth-child(2){background:#22d3ee}
    .menu-dots i:nth-child(3){background:#34d399}
    .nav-shell{position:relative;z-index:1;align-items:stretch!important;background:rgba(2,8,23,.74);border:1px solid rgba(34,211,238,.25);padding:8px;gap:6px;flex:0 0 auto}
    .nav-shell li{width:100%}
    .nav-pill,.nav-cta,.theme-switch{width:100%;justify-content:flex-start!important;color:#eef6ff!important;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.78);padding:.78rem .86rem!important}
    .nav-pill:before{content:"$";color:#34d399;font-family:Consolas,Monaco,monospace;font-weight:900;margin-right:2px}
    .nav-pill:hover,.nav-pill.active{background:rgba(34,211,238,.15)}
    .theme-switch{padding-left:14px}
    .theme-switch:after{content:"Theme";margin-left:8px;color:var(--text);font-weight:800}
    .theme-switch:after{color:#eef6ff}
    .mobile-nav-proof{position:relative;z-index:1;display:grid;gap:8px;margin-top:auto;padding:9px;border-radius:8px;background:rgba(2,8,23,.82);border:1px solid rgba(34,211,238,.25)}
    .mobile-nav-proof span{display:flex;align-items:center;gap:8px;color:#bdd7e9;font-size:.9rem}
    .mobile-nav-proof i{color:var(--brand)}
    .hero{padding:34px 0 42px;min-height:auto}
    .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
    .smart-slider{grid-auto-columns:calc((100% - 16px)/2)}
    .footer-grid{grid-template-columns:1fr 1fr}
    .footer-status-grid{grid-template-columns:1fr}
    .footer-console-head{display:grid}
    .footer-console-head em{margin-left:0}
}
@media (min-width:992px){
    .hero .row{align-items:stretch!important}
    .hero-visual-col{display:flex;flex-direction:column;align-self:stretch;padding-top:0;justify-content:space-between}
    .hero-visual-col .hero-image{height:240px;min-height:0;max-height:none;flex:0 0 auto}
    .hero-visual-col .cyber-console{height:298px;min-height:0;max-height:none;flex:0 0 auto}
    .hero-visual-col .terminal-lines p{padding:6px 10px}
    .hero .lead{font-size:1.08rem;max-width:760px}
    .hero-subterminal{font-size:.92rem;line-height:1.48}
    .hero .btn-lg{padding:.65rem 1rem;font-size:1rem}
    .hero .mt-5{margin-top:1.55rem!important}
    .hero .mt-4{margin-top:1rem!important}
    .hero .mt-3{margin-top:.75rem!important}
    .desktop-hero-terminal{display:grid;gap:5px;max-width:760px;margin-top:.8rem;padding:10px 12px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.76),rgba(8,47,73,.34));font-family:Consolas,Monaco,monospace;box-shadow:inset 0 0 28px rgba(34,211,238,.08)}
    .desktop-hero-terminal div,.desktop-hero-terminal p{font-size:.78rem;line-height:1.38;margin:0}
    .desktop-hero-terminal span{color:#34d399;font-weight:900}
    .desktop-hero-terminal p{color:#fbbf24}
    .desktop-hero-terminal p:last-child{color:#c8e8f7}
}
@media (max-width:575px){
    html,body{width:100%;max-width:100%;overflow-x:hidden}
    main,.hero,.section,.site-footer,.app-nav{width:100%;max-width:100%}
    .container,.container-sm{width:100%!important;max-width:100%!important}
    .row{--bs-gutter-x:0;width:100%;max-width:100%;margin-left:0;margin-right:0}
    .row>*{max-width:100%;min-width:0}
    .hero .col-lg-7{width:100%!important;flex:0 0 100%!important;max-width:100%!important}
    .app-nav{padding:6px 0}
    .app-nav .container{padding-left:10px;padding-right:10px;gap:8px}
    .brand-mark{width:40px;height:40px}
    .brand-lockup{gap:9px}
    .brand-lockup strong{font-size:.86rem;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .brand-lockup small{font-size:.58rem;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .mobile-toggle{width:42px;min-width:42px;flex:0 0 42px;margin-left:auto}
    .navbar-collapse{left:10px;right:10px;top:calc(100% + 8px)}
    .navbar-collapse{left:0;right:auto;top:0;padding:10px}
    .mobile-menu-head{margin:0 50px 8px 0;padding:9px 10px}
    .mobile-menu-head strong{font-size:.78rem}
    .mobile-menu-head small{font-size:.66rem}
    .menu-dots{margin-bottom:6px}
    .menu-dots i{width:8px;height:8px}
    .nav-shell{padding:7px;gap:6px}
    .nav-pill,.nav-cta,.theme-switch{min-height:42px;padding:.52rem .68rem!important;font-size:.88rem}
    .nav-pill i{font-size:.9rem}
    .theme-switch{display:flex;align-items:center;justify-content:flex-start!important;height:auto}
    .theme-switch:after{content:"Theme";font-size:.88rem;line-height:1;margin-left:8px}
    .mobile-nav-proof{margin-top:auto;padding:9px}
    .mobile-nav-proof span{font-size:.78rem}
    .section{padding:28px 0}
    .about-head{text-align:left}
    .about-section{padding-top:26px;padding-bottom:22px}
    .about-head .eyebrow{font-size:.82rem}
    .about-head h2{font-size:1.18rem;line-height:1.22}
    .about-visual{min-height:260px;padding:12px}
    .about-visual{display:grid;gap:10px;align-items:stretch;justify-content:stretch}
    .about-visual img{min-height:190px;max-height:210px;padding:10px;border:1px solid rgba(34,211,238,.18);border-radius:8px;background:rgba(2,8,23,.36)}
    .about-scan-card{position:relative;left:auto;right:auto;top:auto;padding:8px 10px}
    .about-scan-card span,.about-scan-card b{font-size:.62rem}
    .about-scan-card:after{width:26px;right:10px}
    .about-terminal{position:relative;left:auto;right:auto;bottom:auto;padding:9px 10px}
    .about-terminal span,.about-terminal b{font-size:.68rem}
    .about-terminal small{font-size:.64rem}
    .about-card{padding:0}
    .about-card-bar{height:32px;padding:0 10px 0 14px}
    .about-card-bar small{font-size:.6rem}
    .about-card-body{padding:16px}
    .about-card p{font-size:.86rem;margin-bottom:10px}
    .about-card code{font-size:.66rem;padding:7px 8px}
    .intake-section .intake-title{font-size:1.18rem;line-height:1.22}
    .intake-eyebrow{font-size:.78rem}
    .intake-chip-grid{gap:6px;margin-top:14px}
    .intake-chip-grid span{font-size:.68rem;padding:6px 8px}
    .intake-stack{gap:8px;margin-top:14px}
    .intake-stack span{font-size:.84rem;line-height:1.35;padding:9px 10px}
    .intake-visual{min-height:auto;padding:12px;gap:10px;align-items:stretch}
    .intake-console{position:relative;left:auto;right:auto;top:auto}
    .intake-console-lines{font-size:.62rem}
    .intake-console-lines p{padding:7px 9px}
    .intake-board-wrap{min-height:210px}
    .intake-visual img{min-height:190px;max-height:220px;padding:8px}
    .intake-status-grid{grid-template-columns:1fr;gap:7px}
    .intake-status-grid span{font-size:.62rem;padding:7px 8px}
    .intake-section{padding-top:22px;padding-bottom:18px}
    .workflow-section{padding-top:22px}
    .services-section{padding-top:22px;padding-bottom:22px}
    .services-section .cyber-section-kicker{font-size:.82rem}
    .services-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .services-head{align-items:flex-start!important}
    .filter-pills{gap:6px;width:100%}
    .filter-pills button{flex:1 1 calc(50% - 6px);padding:.48rem .55rem;font-size:.7rem}
    .services-grid{margin-top:14px!important}
    .service-window-bar{height:31px;padding:0 9px 0 12px}
    .service-window-bar small{font-size:.58rem}
    .service-window-body{padding:14px}
    .service-card h3{font-size:.98rem}
    .service-card p{min-height:0;font-size:.82rem;margin-bottom:10px}
    .service-card code{min-height:0;font-size:.64rem;padding:7px 8px}
    .plans-section{padding-top:22px;padding-bottom:22px}
    .plans-section .cyber-section-kicker{font-size:.82rem}
    .plans-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .plan-window-bar{height:32px;padding:0 10px 0 14px}
    .plan-window-bar small{font-size:.58rem}
    .plan-window-body{padding:16px}
    .popular{position:static;display:inline-flex;width:max-content;margin-bottom:10px;border-radius:8px;font-size:.7rem}
    .price-card h3{font-size:1.1rem}
    .price-card .metric{font-size:1.22rem}
    .plan-command{font-size:.64rem;padding:7px 8px}
    .plan-terminal-note{padding:8px 9px}
    .plan-terminal-note span{font-size:.62rem}
    .plan-terminal-note b{font-size:.64rem}
    .clean-list{margin:14px 0;gap:8px}
    .clean-list li{font-size:.84rem}
    .outcomes-section{padding-top:22px;padding-bottom:22px}
    .outcomes-section .cyber-section-kicker{font-size:.82rem}
    .outcomes-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .outcomes-head{align-items:flex-start!important}
    .outcomes-head .slider-controls{width:100%;justify-content:flex-end}
    .story-window-bar{height:32px;padding:0 10px 0 14px}
    .story-window-bar small{font-size:.58rem}
    .story-window-body{padding:15px}
    .story-window-body code{font-size:.62rem;padding:7px 8px}
    .story-card p{min-height:0;font-size:.86rem;margin-bottom:14px}
    .story-meta b{font-size:.72rem}
    .knowledge-section{padding-top:22px;padding-bottom:22px}
    .knowledge-section .cyber-section-kicker{font-size:.82rem}
    .knowledge-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .knowledge-head{align-items:flex-start!important}
    .knowledge-actions{width:100%;justify-content:space-between}
    .blog-window-bar{height:32px;padding:0 10px 0 14px}
    .blog-window-bar small{font-size:.58rem}
    .blog-window-body{padding:15px}
    .blog-window-body code{font-size:.62rem;padding:7px 8px}
    .blog-card .chip{font-size:.62rem;margin-bottom:10px}
    .blog-card h3{font-size:.98rem}
    .blog-card p{min-height:0;font-size:.84rem}
    .blog-card .read-more{font-size:.78rem}
    .blog-index-section{min-height:auto;padding-top:24px}
    .blog-index-hero{display:grid;gap:14px}
    .blog-index-hero .cyber-section-kicker{font-size:.82rem}
    .blog-index-hero .cyber-section-title{font-size:1.25rem;line-height:1.22}
    .blog-index-terminal{min-width:0;padding:10px 11px}
    .blog-index-terminal span{font-size:.66rem}
    .blog-index-terminal b{font-size:.68rem}
    .blog-index-grid{grid-template-columns:1fr;gap:12px}
    .blog-index-visual img{aspect-ratio:16/10}
    .blog-index-card h2{font-size:1rem}
    .blog-index-card p{min-height:0;font-size:.84rem}
    .blog-index-read{font-size:.78rem}
    .blog-show-section{min-height:auto;padding-top:24px}
    .blog-show-section .container{max-width:100%}
    .article-side-col{display:none}
    .article-main-col{display:block}
    .article-scroll{height:auto;max-height:none;overflow:visible}
    .article-terminal-body{padding:16px}
    .article-terminal-body code{font-size:.66rem;padding:8px 9px}
    .article-terminal-body h1{font-size:1.28rem;line-height:1.22}
    .article-mobile-visual{display:block}
    .article-visual img{aspect-ratio:4/5}
    .article-content p{text-align:justify;text-justify:inter-word;font-size:.88rem;line-height:1.72}
    .article-content{font-size:.92rem;line-height:1.7}
    .article-back{font-size:.76rem;padding:8px 10px}
    .faq-section{padding-top:22px;padding-bottom:22px}
    .faq-section .cyber-section-kicker{font-size:.82rem}
    .faq-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .faq-row>div{display:block}
    .faq-copy{display:block}
    .faq-terminal{padding:9px 10px;margin-top:12px}
    .faq-terminal span{font-size:.66rem}
    .faq-terminal b{font-size:.68rem}
    .faq-proof-grid{grid-template-columns:1fr;gap:7px;margin-top:9px}
    .faq-proof-grid span{font-size:.62rem;padding:7px 8px}
    .faq-list{gap:9px}
    .faq-item button{padding:13px 13px 13px 17px;font-size:.82rem}
    .faq-item p{padding:0 17px 14px;font-size:.86rem;line-height:1.55}
    .contact-section{padding-top:22px;padding-bottom:22px}
    .contact-row>div{display:block}
    .contact-copy{display:block}
    .contact-section .cyber-section-kicker{font-size:.82rem}
    .contact-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .contact-terminal{padding:10px 11px;margin:12px 0}
    .contact-terminal span,.contact-terminal b,.contact-terminal em{font-size:.66rem;line-height:1.45}
    .contact-proof-grid{grid-template-columns:1fr;gap:8px;margin-top:10px}
    .contact-proof-grid span{font-size:.68rem;padding:8px 9px}
    .contact-window-bar{height:34px;padding:0 10px 0 14px}
    .contact-window-bar small{font-size:.6rem}
    .contact-window-bar .console-dots i{width:7px;height:7px}
    .contact-card .row{padding:14px}
    .contact-card .form-label{font-size:.68rem}
    .contact-card .form-control,.contact-card .form-select{font-size:.86rem;padding:.68rem .72rem}
    .contact-submit{width:100%;min-width:0;font-size:.78rem;padding:.72rem .85rem}
    .contact-submit i{font-size:1.05rem}
    .contact-command{margin:0 14px 14px;padding:8px 9px;font-size:.62rem}
    .back-top-float{left:10px;bottom:10px;width:30px;height:28px;font-size:.66rem;border-radius:6px}
    .about-section .cyber-section-kicker,
    .intake-section .cyber-section-kicker{font-size:.82rem}
    .about-section .cyber-section-title,
    .intake-section .cyber-section-title,
    .workflow-section .cyber-section-title{font-size:1.18rem;line-height:1.22}
    .workflow-section .cyber-section-kicker{font-size:.82rem}
    .timeline{gap:10px;margin-top:18px}
    .timeline:before{display:none}
    .workflow-window-bar{height:34px;padding:0 10px 0 14px}
    .workflow-window-bar small{font-size:.62rem}
    .workflow-window-bar .console-dots i{width:7px;height:7px}
    .workflow-window-body{padding:14px}
    .timeline-step code{font-size:.68rem}
    .timeline-step h3{font-size:.96rem}
    .timeline-step p{font-size:.84rem}
    .timeline-step pre{font-size:.64rem;padding:7px 8px}
    .timeline-step pre{min-height:44px}
    .step-number{width:40px;height:40px;margin-bottom:10px}
    .hero-metrics,.timeline{grid-template-columns:1fr}
    .floating-card{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px;display:inline-flex}
    .card-a,.card-b{animation:none}
    .smart-slider{grid-auto-columns:92%}
    .slider-controls button{width:38px;height:38px}
    .hero{height:calc(100dvh - 68px);min-height:0;padding:10px 0 8px;align-items:stretch;overflow:hidden}
    .hero .container,.hero .row,.hero .col-lg-7{min-height:100%;display:flex}
    .hero .row{align-items:stretch}
    .hero .reveal{opacity:1!important;transform:none!important;transition:none!important}
    .hero .col-lg-7{flex-direction:column;justify-content:space-evenly;gap:0;padding-bottom:10px}
    .hero .container{padding-left:14px;padding-right:14px}
    .hero .chip{font-size:.78rem;padding:.5rem .6rem;line-height:1.22;width:100%;justify-content:center;margin-bottom:0!important}
    .terminal-title{display:grid;gap:5px;padding-top:0;padding-bottom:0}
    .terminal-prompt{font-size:.69rem;line-height:1.36;display:block;width:100%;padding:.45rem .55rem;margin-bottom:0;white-space:normal;overflow-wrap:anywhere}
    .terminal-prompt span,.terminal-prompt b{display:inline}
    .display-title{font-size:.7rem;line-height:1.32}
    .hacker-title{max-width:100%}
    .hacker-line{width:100%;padding:.18rem .45rem;border-left-width:3px;white-space:nowrap;letter-spacing:0}
    .hacker-line:before{content:none}
    .hacker-line b{display:inline;font-size:1em;margin-right:.18rem}
    .hacker-line i{display:inline;font-size:1em;margin-right:.22rem}
    .hacker-line:first-child{font-size:.92em}
    .hacker-cursor{width:3px;height:.82em}
    .terminal-output{display:block;font-size:.69rem;line-height:1.36;white-space:normal;overflow-wrap:anywhere;padding:.45rem .55rem;margin-top:0}
    .terminal-output:after{position:static;width:3px;height:.95em;vertical-align:-.12em;margin-left:.35rem}
    .hero-subterminal{display:block;font-size:.72rem;line-height:1.36;margin-top:4px!important;margin-bottom:0;max-width:100%;padding:.48rem .58rem;text-align:left;overflow-wrap:anywhere}
    .hero-subterminal:after{width:3px;height:.85em;margin-left:.32rem}
    .hero .hero-actions{display:grid!important;grid-template-columns:1fr;gap:7px!important;width:100%;margin-top:5px!important;position:relative;z-index:30;pointer-events:auto;transform:none!important}
    .hero-command-btn{display:flex!important;width:100%;min-width:0;font-size:.72rem;padding:.62rem .72rem;gap:12px;position:relative;z-index:31;pointer-events:auto;touch-action:manipulation;transform:none!important}
    .hero-command-btn i{font-size:1rem}
    .hero .hero-actions a[href*="register"]{order:1}
    .hero .hero-actions [data-scroll-target="workflow"]{order:2}
    .hero-command-btn:hover{transform:none!important}
    .hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
    .hero-metrics{width:100%;margin:6px auto 0!important}
    .hero-metrics div{text-align:center}
    .hero-metrics{order:6}
    .hero .hero-actions{order:7}
    .mobile-hero-terminal{display:grid;gap:3px;width:100%;margin-top:1px;padding:6px 10px;border:1px solid rgba(34,211,238,.24);border-radius:8px;background:linear-gradient(135deg,rgba(2,8,23,.76),rgba(8,47,73,.38));font-family:Consolas,Monaco,monospace;box-shadow:inset 0 0 28px rgba(34,211,238,.08);pointer-events:none}
    .mobile-hero-terminal div{color:#c8e8f7;font-size:.66rem;line-height:1.28;white-space:normal}
    .mobile-hero-terminal span{color:#34d399;font-weight:900}
    .mobile-hero-terminal p{margin:0;color:#fbbf24;font-size:.66rem;line-height:1.25}
    .mobile-hero-terminal-secondary p:last-child{color:#c8e8f7}
    .mobile-hero-terminal p:after{content:"";display:inline-block;width:3px;height:.9em;background:#22d3ee;margin-left:5px;vertical-align:-.12em;animation:cursorBlink 1s steps(2,start) infinite}
    .hero-metrics div{padding:9px 8px}
    .hero-metrics strong{font-size:1.22rem}
    .hero-metrics span{font-size:.76rem}
    .hero-visual-col{display:none}
    .terminal-lines{font-size:.72rem}
    .terminal-lines p{padding:6px 8px}
    .auth-shell{padding:20px 0}
    .auth-row{gap:14px!important}
    .auth-side-body,.auth-form-body{padding:16px}
    .auth-login-row .auth-side-body,.auth-login-row .auth-form-body{padding:16px}
    .auth-window-bar{height:34px;padding:0 11px}
    .auth-window-bar .console-dots i{width:7px;height:7px}
    .auth-window-bar small{font-size:.58rem}
    .auth-kicker{font-size:.78rem;margin-bottom:9px}
    .auth-side h1,.auth-form-body h2{font-size:1.18rem;line-height:1.22}
    .auth-side p,.auth-form-body p{font-size:.86rem;line-height:1.55}
    .auth-terminal-box{padding:10px;margin:12px 0}
    .auth-terminal-box span,.auth-terminal-box b,.auth-terminal-box em{font-size:.62rem}
    .auth-proof-grid{grid-template-columns:1fr;gap:7px}
    .auth-proof-grid span{font-size:.62rem;padding:7px 8px}
    .auth-status-strip{grid-template-columns:1fr;gap:7px;margin-top:10px}
    .auth-status-strip span{font-size:.62rem;padding:7px 8px}
    .auth-form-body .form-label{font-size:.68rem}
    .auth-command-submit{width:100%;min-width:0;font-size:.7rem;padding:.7rem .8rem;gap:12px}
    .live-validation{font-size:.6rem}
    .site-footer{padding:42px 0 0}
    .site-footer .footer-container{padding:0}
    .footer-grid{grid-template-columns:1fr;gap:18px}
    .footer-bottom{display:grid;gap:7px;text-align:center;justify-items:center;padding:14px 18px;font-size:.82rem}
    .footer-bottom span{line-height:1.45}
    .footer-bottom span:nth-child(2){font-family:Consolas,Monaco,monospace;color:#c8e8f7}
    .footer-bottom span:nth-child(2):before{content:"$ ";color:#34d399;font-weight:900}
}
@media (max-width:575px) and (max-height:760px){
    .mobile-nav-proof{display:grid}
    .navbar-collapse{overflow:hidden}
}
@media (max-width:575px) and (max-height:700px){
    .hero{height:calc(100dvh - 68px);padding-top:8px;padding-bottom:6px}
    .hero .col-lg-7{justify-content:space-evenly;gap:0}
    .hero .reveal{opacity:1!important;transform:none!important;transition:none!important}
    .hero .chip{font-size:.72rem;padding:.42rem .55rem}
    .terminal-prompt,.terminal-output{font-size:.6rem;padding:.36rem .5rem}
    .display-title{font-size:.62rem}
    .hero-subterminal{font-size:.64rem;line-height:1.3;margin-top:4px!important}
    .hero .btn-lg{padding:.58rem .7rem;font-size:.9rem}
    .hero .mt-4{margin-top:.7rem!important}
    .hero .mt-5{margin-top:.9rem!important}
    .hero-metrics div{padding:7px 6px}
    .hero-metrics strong{font-size:1.08rem}
    .hero-metrics span{font-size:.68rem}
    .mobile-hero-terminal{padding:5px 8px;margin-top:1px}
    .mobile-hero-terminal div,.mobile-hero-terminal p{font-size:.58rem}
}

/* Stable mobile drawer override */
@media (max-width:991px){
    .navbar-collapse{
        display:block!important;
        position:fixed;
        inset:0;
        width:100vw;
        height:100dvh;
        padding:74px 14px 70px;
        background:#06111f;
        background-image:linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px);
        background-size:38px 38px;
        border:0;
        border-radius:0;
        box-shadow:none;
        overflow-y:auto;
        transform:translateX(100%);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:transform .22s ease,opacity .18s ease,visibility .18s ease;
        z-index:1055;
    }
    .navbar-collapse.show{
        transform:translateX(0);
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }
    .mobile-menu-head,.mobile-nav-proof{display:none!important}
    .drawer-brand{
        display:flex;
        align-items:center;
        gap:10px;
        min-height:54px;
        margin:-58px 0 18px 0;
        padding-right:54px;
        padding-bottom:12px;
        border-bottom:1px solid rgba(34,211,238,.32);
        color:#eef6ff;
    }
    .drawer-brand strong{display:block;font-size:.95rem;line-height:1}
    .drawer-brand small{display:block;color:#9fb1c7;font-size:.66rem;margin-top:3px}
    .nav-shell{
        display:grid;
        gap:8px;
        padding:0;
        border:0;
        background:transparent;
        box-shadow:none;
    }
    .nav-shell li{width:100%}
    .nav-pill,.nav-cta,.theme-switch{
        width:100%;
        min-height:48px;
        display:flex!important;
        align-items:center;
        justify-content:flex-start!important;
        gap:10px;
        padding:.72rem .85rem!important;
        border:1px solid rgba(34,211,238,.22);
        border-radius:8px;
        background:rgba(15,23,42,.92);
        color:#eef6ff!important;
        font-size:.95rem;
        font-weight:800;
    }
    .nav-pill:before{content:none}
    .nav-pill i,.theme-switch i{color:#22d3ee}
    .nav-pill span[data-mobile-label]{font-size:0}
    .nav-pill span[data-mobile-label]::after{content:attr(data-mobile-label);font-size:.92rem;font-family:Consolas,Monaco,monospace}
    .theme-switch:after{content:"Theme";margin-left:0;color:#eef6ff;font-weight:800}
    .drawer-terminal-fill{
        display:block;
        margin-top:18px;
        padding:14px;
        min-height:120px;
        border:1px solid rgba(34,211,238,.22);
        border-radius:8px;
        background:linear-gradient(135deg,rgba(2,8,23,.74),rgba(8,47,73,.34));
        font-family:Consolas,Monaco,monospace;
        color:#c8e8f7;
        box-shadow:inset 0 0 32px rgba(34,211,238,.08);
    }
    .drawer-terminal-fill p{margin:0 0 8px;font-size:.72rem;line-height:1.45}
    .drawer-terminal-fill p:last-child{margin-bottom:0}
    .drawer-terminal-fill b{color:#34d399}
    .drawer-terminal-fill .ok{color:#fbbf24}
    .mobile-toggle.open{
        position:fixed;
        top:14px;
        right:14px;
        z-index:1065;
        background:#071426;
        border-color:rgba(34,211,238,.45);
    }
}

/* Light theme final polish: bright Linux windows, footer excluded */
[data-theme=light] .app-nav{
    background:rgba(248,253,255,.92)!important;
    border-bottom-color:rgba(2,132,167,.32)!important;
    box-shadow:0 14px 34px rgba(8,47,73,.08)!important;
}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#c9edf6,#f8fdff)!important;
    color:#071426!important;
    border-color:rgba(2,132,167,.34)!important;
    box-shadow:inset 0 -3px 0 #0891b2,0 12px 24px rgba(8,47,73,.08)!important;
}
[data-theme=light] .nav-pill.active i,
[data-theme=light] .nav-pill.active:before{
    color:#0284a7!important;
}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#f8fafc 0%,#e2e8f0 100%)!important;
    border-color:rgba(2,132,167,.34)!important;
    color:#0f172a!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.68),0 14px 32px rgba(8,47,73,.08)!important;
}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .about-terminal,
[data-theme=light] .intake-console-lines,
[data-theme=light] .contact-terminal,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .faq-terminal{
    background:linear-gradient(145deg,#ffffff 0%,#edf6f9 100%)!important;
}
[data-theme=light] .terminal-lines p,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .story-window-body code,
[data-theme=light] .blog-window-body code,
[data-theme=light] .contact-command{
    background:linear-gradient(145deg,#e5e7eb 0%,#cbd5e1 100%)!important;
}
[data-theme=light] .console-top:not(.footer-console-head),
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar{
    background:linear-gradient(180deg,#f8fafc 0%,#dbeafe 100%)!important;
    border-bottom-color:rgba(2,132,167,.3)!important;
    color:#0f172a!important;
}
[data-theme=light] .console-top:not(.footer-console-head) small,
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small{
    color:#2563eb!important;
}
[data-theme=light] .hacker-line{
    width:max-content!important;
    max-width:100%!important;
    background:linear-gradient(145deg,#f8fafc 0%,#dbeafe 100%)!important;
    border-left-color:#0891b2!important;
    color:#0f172a!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 12px 26px rgba(8,47,73,.08)!important;
}
[data-theme=light] .hacker-line:before,
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span{
    color:#059669!important;
}
[data-theme=light] .hacker-line b{
    color:#16a34a!important;
}
[data-theme=light] .hacker-line i,
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b{
    color:#b45309!important;
}
[data-theme=light] .hacker-line em,
[data-theme=light] .brand-mark i,
[data-theme=light] .workflow-section .cyber-section-title:before,
[data-theme=light] .services-section .cyber-section-title:before,
[data-theme=light] .plans-section .cyber-section-title:before,
[data-theme=light] .outcomes-section .cyber-section-title:before,
[data-theme=light] .knowledge-section .cyber-section-title:before,
[data-theme=light] .faq-section .cyber-section-title:before,
[data-theme=light] .contact-section .cyber-section-title:before{
    color:#0284a7!important;
}
[data-theme=light] .terminal-purple,
[data-theme=light] .auth-switch a,
[data-theme=light] .article-terminal-body a{
    color:#7c3aed!important;
}
[data-theme=light] .terminal-error,
[data-theme=light] .text-danger,
[data-theme=light] .invalid-feedback{
    color:#dc2626!important;
}
[data-theme=light] .hero-command-btn{
    background:linear-gradient(145deg,#f8fafc 0%,#dbeafe 100%)!important;
    color:#0f172a!important;
    border-color:rgba(2,132,167,.34)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 14px 32px rgba(8,47,73,.08)!important;
}
[data-theme=light] .hero-command-primary{border-left-color:#16a34a!important}
[data-theme=light] .hero-command-secondary{border-left-color:#0284a7!important}
[data-theme=light] .hero-command-primary span,
[data-theme=light] .hero-command-primary i{color:#059669!important}
[data-theme=light] .hero-command-secondary span,
[data-theme=light] .hero-command-secondary i{color:#0284a7!important}
[data-theme=light] .filter-pills{
    background:linear-gradient(145deg,#edf6f9,#ffffff)!important;
}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#e2e8f0,#ffffff)!important;
    color:#0f172a!important;
    border-color:rgba(2,132,167,.46)!important;
    box-shadow:inset 0 -3px 0 #0891b2,0 10px 22px rgba(8,47,73,.08)!important;
}
[data-theme=light] .filter-pills button.active:before{
    color:#b45309!important;
}
[data-theme=light] .workflow-window-body,
[data-theme=light] .service-window-body,
[data-theme=light] .plan-window-body,
[data-theme=light] .story-window-body,
[data-theme=light] .blog-window-body,
[data-theme=light] .about-card-body,
[data-theme=light] .auth-form-body{
    background:linear-gradient(145deg,#ffffff,#edf6f9)!important;
    color:#0f172a!important;
}

@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:linear-gradient(145deg,#f8fdff,#dff3f8)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch,
    [data-theme=light] .drawer-terminal-fill{
        background:linear-gradient(145deg,#ffffff,#e5e7eb)!important;
        color:#0f172a!important;
        border-color:rgba(2,132,167,.32)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#dbeafe,#ffffff)!important;
        border-color:rgba(2,132,167,.46)!important;
        box-shadow:inset 4px 0 0 #0891b2,0 12px 24px rgba(8,47,73,.08)!important;
    }
    [data-theme=light] .drawer-brand{
        background:linear-gradient(145deg,#ffffff,#edf6f9)!important;
        color:#0f172a!important;
    }
    [data-theme=light] .drawer-brand strong,
    [data-theme=light] .theme-switch:after{
        color:#0f172a!important;
    }
    [data-theme=light] .drawer-brand small{
        color:#475569!important;
    }
}

/* Rich cyber light theme */
[data-theme=light]{
    --bg:#edf7fb;
    --panel:#ffffff;
    --panel-soft:#dff3f8;
    --text:#0b1728;
    --muted:#41546b;
    --line:#a8d8e6;
    --brand:#0284a7;
    --brand-2:#059669;
    --accent:#b77900;
    --shadow:0 24px 70px rgba(8,47,73,.14);
}
[data-theme=light] body{
    background:
        radial-gradient(circle at 14% 14%,rgba(34,211,238,.18),transparent 30%),
        radial-gradient(circle at 88% 72%,rgba(52,211,153,.13),transparent 28%),
        #edf7fb;
}
[data-theme=light] .app-nav{
    background:rgba(248,253,255,.9);
    border-bottom-color:rgba(2,132,167,.28);
    box-shadow:0 14px 36px rgba(8,47,73,.12);
}
[data-theme=light] .nav-shell,
[data-theme=light] .mobile-toggle,
[data-theme=light] .theme-switch{
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(226,247,252,.86));
    border-color:rgba(2,132,167,.25);
}
[data-theme=light] .cyber-grid,
[data-theme=light] .about-section,
[data-theme=light] .intake-section,
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .plans-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .knowledge-section,
[data-theme=light] .faq-section,
[data-theme=light] .contact-section,
[data-theme=light] .blog-index-section,
[data-theme=light] .blog-show-section,
[data-theme=light] .auth-cyber-shell{
    background:
        radial-gradient(circle at 18% 16%,rgba(34,211,238,.18),transparent 30%),
        radial-gradient(circle at 84% 70%,rgba(52,211,153,.13),transparent 30%),
        linear-gradient(180deg,#f8fdff 0%,#e8f7fb 48%,#f3fbfd 100%)!important;
}
[data-theme=light] .section:nth-of-type(even){
    background:
        radial-gradient(circle at 82% 14%,rgba(2,132,167,.16),transparent 30%),
        linear-gradient(180deg,#effaff,#dff3f8 52%,#f9fdff)!important;
}
[data-theme=light] .cyber-grid:before,
[data-theme=light] .about-section:before,
[data-theme=light] .intake-section:before,
[data-theme=light] .workflow-section:before,
[data-theme=light] .services-section:before,
[data-theme=light] .plans-section:before,
[data-theme=light] .outcomes-section:before,
[data-theme=light] .knowledge-section:before,
[data-theme=light] .faq-section:before,
[data-theme=light] .contact-section:before,
[data-theme=light] .blog-index-section:before,
[data-theme=light] .blog-show-section:before,
[data-theme=light] .auth-cyber-shell:before{
    background:
        linear-gradient(90deg,rgba(2,132,167,.14) 1px,transparent 1px),
        linear-gradient(rgba(2,132,167,.14) 1px,transparent 1px)!important;
    opacity:.75;
}
[data-theme=light] .cyber-grid:after{
    background:radial-gradient(circle,rgba(34,211,238,.28),rgba(52,211,153,.13) 42%,transparent 68%);
    filter:blur(6px);
}
[data-theme=light] .panel,
[data-theme=light] .cardish,
[data-theme=light] .feature-card,
[data-theme=light] .service-card,
[data-theme=light] .price-card,
[data-theme=light] .story-card,
[data-theme=light] .blog-card,
[data-theme=light] .about-feature,
[data-theme=light] .about-terminal-visual,
[data-theme=light] .intake-console,
[data-theme=light] .timeline-step,
[data-theme=light] .faq-item,
[data-theme=light] .contact-card,
[data-theme=light] .article-terminal,
[data-theme=light] .article-side-window,
[data-theme=light] .blog-index-card,
[data-theme=light] .auth-linux-panel,
[data-theme=light] .auth-terminal-card{
    background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(222,244,250,.78))!important;
    border-color:rgba(2,132,167,.28)!important;
    box-shadow:0 20px 58px rgba(8,47,73,.12),inset 0 1px 0 rgba(255,255,255,.72);
}
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar,
[data-theme=light] .footer-console-head{
    background:linear-gradient(180deg,#e8f8fc,#d5eef6)!important;
    border-color:rgba(2,132,167,.24)!important;
    color:#0b1728;
}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .workflow-command,
[data-theme=light] .service-command,
[data-theme=light] .price-terminal,
[data-theme=light] .outcome-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:rgba(241,250,253,.92)!important;
    border-color:rgba(2,132,167,.26)!important;
    color:#123047!important;
    box-shadow:inset 0 0 22px rgba(34,211,238,.08);
}
[data-theme=light] .hacker-line{
    background:linear-gradient(90deg,rgba(34,211,238,.16),rgba(255,255,255,.2) 78%);
}
[data-theme=light] .hacker-line,
[data-theme=light] .display-title,
[data-theme=light] .cyber-section-title,
[data-theme=light] .workflow-section .cyber-section-title,
[data-theme=light] .services-section .cyber-section-title,
[data-theme=light] .plans-section .cyber-section-title,
[data-theme=light] .outcomes-section .cyber-section-title,
[data-theme=light] .knowledge-section .cyber-section-title,
[data-theme=light] .faq-section .cyber-section-title,
[data-theme=light] .contact-section .cyber-section-title,
[data-theme=light] .auth-side h1,
[data-theme=light] .auth-form-body h2,
[data-theme=light] .article-terminal-body h1{
    color:#0b1728!important;
    text-shadow:0 0 18px rgba(34,211,238,.16);
}
[data-theme=light] .muted,
[data-theme=light] .article-content,
[data-theme=light] .article-terminal-body p,
[data-theme=light] .about-section p,
[data-theme=light] .intake-section p,
[data-theme=light] .workflow-section p,
[data-theme=light] .services-section p,
[data-theme=light] .plans-section p,
[data-theme=light] .outcomes-section p,
[data-theme=light] .knowledge-section p,
[data-theme=light] .faq-section p,
[data-theme=light] .contact-section p,
[data-theme=light] .auth-side p,
[data-theme=light] .auth-form-body p{
    color:#3b5168!important;
}
[data-theme=light] .terminal-prompt span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .cyber-section-kicker,
[data-theme=light] .eyebrow,
[data-theme=light] .about-head .eyebrow,
[data-theme=light] .intake-eyebrow{
    color:#047857!important;
}
[data-theme=light] .terminal-prompt b,
[data-theme=light] .hacker-line em,
[data-theme=light] .faq-item button i,
[data-theme=light] .feature-icon,
[data-theme=light] .service-icon,
[data-theme=light] .contact-list i{
    color:#0284a7!important;
}
[data-theme=light] .terminal-output,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .price-terminal b,
[data-theme=light] .article-side-command b{
    color:#9a5d00!important;
}
[data-theme=light] .intake-chip-grid span,
[data-theme=light] .filter-pills button,
[data-theme=light] .blog-index-card .chip,
[data-theme=light] .article-terminal-body .chip{
    background:rgba(255,255,255,.86)!important;
    color:#123047!important;
    border-color:rgba(2,132,167,.28)!important;
}
[data-theme=light] .contact-card .form-control,
[data-theme=light] .contact-card .form-select,
[data-theme=light] .auth-terminal-card .form-control,
[data-theme=light] .auth-terminal-card .form-select{
    background:#f8fdff!important;
    color:#0b1728!important;
    border-color:rgba(2,132,167,.28)!important;
}
[data-theme=light] .contact-card .form-control::placeholder,
[data-theme=light] .auth-terminal-card .form-control::placeholder{
    color:#6b8196!important;
}
[data-theme=light] .site-footer{
    background:linear-gradient(180deg,#dff3f8,#effaff)!important;
    color:#0b1728!important;
}
[data-theme=light] .site-footer:before{
    background:
        linear-gradient(90deg,rgba(2,132,167,.14) 1px,transparent 1px),
        linear-gradient(rgba(2,132,167,.14) 1px,transparent 1px)!important;
}
[data-theme=light] .footer-terminal-window{
    background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(222,244,250,.84))!important;
    border-color:rgba(2,132,167,.28)!important;
}
[data-theme=light] .footer-grid a,
[data-theme=light] .footer-bottom,
[data-theme=light] .footer-brand-title,
[data-theme=light] .footer-terminal-card,
[data-theme=light] .footer-status-grid span{
    color:#123047!important;
}

[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .workflow-command,
[data-theme=light] .service-command,
[data-theme=light] .price-terminal,
[data-theme=light] .outcome-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .footer-terminal-card,
[data-theme=light] .footer-status-grid span,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#071426,#0d1b2e 68%,#111827)!important;
    border-color:rgba(34,211,238,.42)!important;
    color:#dbeafe!important;
    box-shadow:inset 0 0 26px rgba(34,211,238,.12),0 14px 34px rgba(8,47,73,.16);
}
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar,
[data-theme=light] .footer-console-head,
[data-theme=light] .console-top{
    background:linear-gradient(180deg,#101a2c,#071426)!important;
    border-color:rgba(34,211,238,.36)!important;
    color:#dbeafe!important;
}
[data-theme=light] .terminal-prompt span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .price-terminal span,
[data-theme=light] .outcome-terminal span,
[data-theme=light] .knowledge-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .footer-terminal-card span,
[data-theme=light] .workflow-command span,
[data-theme=light] .service-command span{
    color:#34d399!important;
    font-weight:900;
}
[data-theme=light] .terminal-prompt b,
[data-theme=light] .mobile-hero-terminal div,
[data-theme=light] .hero-subterminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .article-side-command,
[data-theme=light] .workflow-command,
[data-theme=light] .service-command{
    color:#bfdbfe!important;
}
[data-theme=light] .terminal-output,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .price-terminal b,
[data-theme=light] .article-side-command b,
[data-theme=light] .footer-terminal-card b{
    color:#fbbf24!important;
}
[data-theme=light] .hacker-line b,
[data-theme=light] .terminal-prompt span,
[data-theme=light] .auth-kicker,
[data-theme=light] .footer-command-line{
    color:#22c55e!important;
}
[data-theme=light] .hacker-line i,
[data-theme=light] .terminal-output,
[data-theme=light] .price-terminal strong,
[data-theme=light] .outcome-terminal strong{
    color:#f59e0b!important;
}
[data-theme=light] .hacker-line em,
[data-theme=light] .brand-mark i,
[data-theme=light] .workflow-section .cyber-section-title:before,
[data-theme=light] .services-section .cyber-section-title:before,
[data-theme=light] .plans-section .cyber-section-title:before,
[data-theme=light] .outcomes-section .cyber-section-title:before,
[data-theme=light] .knowledge-section .cyber-section-title:before,
[data-theme=light] .faq-section .cyber-section-title:before,
[data-theme=light] .contact-section .cyber-section-title:before{
    color:#06b6d4!important;
}
[data-theme=light] .terminal-error,
[data-theme=light] .text-danger,
[data-theme=light] .invalid-feedback{
    color:#fb7185!important;
}
[data-theme=light] .terminal-purple,
[data-theme=light] .auth-switch a,
[data-theme=light] .article-terminal-body a{
    color:#a78bfa!important;
}
[data-theme=light] .hacker-line{
    background:linear-gradient(90deg,rgba(7,20,38,.92),rgba(13,27,46,.7) 70%,transparent)!important;
    color:#dbeafe!important;
}
[data-theme=light] .hacker-cursor,
[data-theme=light] .terminal-output:after,
[data-theme=light] .mobile-hero-terminal p:after,
[data-theme=light] .hero-subterminal:after{
    background:#22d3ee!important;
    box-shadow:0 0 14px rgba(34,211,238,.72);
}
[data-theme=light] .article-terminal,
[data-theme=light] .article-side-window,
[data-theme=light] .footer-terminal-window,
[data-theme=light] .auth-linux-panel,
[data-theme=light] .auth-terminal-card,
[data-theme=light] .intake-console{
    background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(223,243,248,.78))!important;
}

/* Light theme terminal correction */
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .footer-terminal,
[data-theme=light] .footer-terminal-card,
[data-theme=light] .footer-status-grid span,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#06111f 0%,#0b1b2e 58%,#111827 100%)!important;
    border-color:rgba(34,211,238,.46)!important;
    color:#e6f6ff!important;
    box-shadow:inset 0 0 28px rgba(34,211,238,.13),0 14px 34px rgba(8,47,73,.14)!important;
}
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar,
[data-theme=light] .footer-console-head,
[data-theme=light] .console-top{
    background:linear-gradient(180deg,#101a2c 0%,#071426 100%)!important;
    border-color:rgba(34,211,238,.42)!important;
    color:#dbeafe!important;
}
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small,
[data-theme=light] .footer-console-head em{
    color:#93c5fd!important;
}
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span,
[data-theme=light] .footer-terminal span,
[data-theme=light] .footer-command-line span,
[data-theme=light] .footer-status-grid b{
    color:#34d399!important;
}
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b,
[data-theme=light] .footer-terminal b{
    color:#fbbf24!important;
}
[data-theme=light] .hacker-line{
    display:block!important;
    width:max-content!important;
    max-width:100%!important;
    padding-right:1.15rem!important;
    background:linear-gradient(90deg,#06111f 0%,#0b1b2e 100%)!important;
    color:#e6f6ff!important;
    border-left-color:#22d3ee!important;
    box-shadow:inset 0 0 30px rgba(34,211,238,.13)!important;
}
[data-theme=light] .hacker-line b{color:#22c55e!important}
[data-theme=light] .hacker-line i{color:#fbbf24!important}
[data-theme=light] .hacker-line em{color:#22d3ee!important}
[data-theme=light] .hacker-line:before{color:#34d399!important}
[data-theme=light] .hacker-cursor,
[data-theme=light] .terminal-output:after,
[data-theme=light] .footer-command-line:after,
[data-theme=light] .mobile-hero-terminal p:after,
[data-theme=light] .hero-subterminal:after{
    width:2px!important;
    background:#22d3ee!important;
    box-shadow:0 0 14px rgba(34,211,238,.72)!important;
}
[data-theme=light] .site-footer{
    background:linear-gradient(180deg,#dff3f8 0%,#eefcff 18%,#d7f0f7 100%)!important;
    color:#0b1728!important;
}
[data-theme=light] .footer-terminal-window{
    background:linear-gradient(145deg,#06111f 0%,#081a2a 56%,#02111d 100%)!important;
    border-color:rgba(34,211,238,.46)!important;
    box-shadow:0 26px 70px rgba(8,47,73,.22),inset 0 0 45px rgba(34,211,238,.1)!important;
}
[data-theme=light] .footer-grid h3,
[data-theme=light] .footer-grid a i,
[data-theme=light] .footer-grid span i,
[data-theme=light] .footer-command-line b{
    color:#22d3ee!important;
}
[data-theme=light] .footer-grid a,
[data-theme=light] .footer-grid span,
[data-theme=light] .footer-brand p,
[data-theme=light] .footer-brand-title,
[data-theme=light] .footer-bottom{
    color:#dbeafe!important;
}
[data-theme=light] .footer-grid a:before,
[data-theme=light] .footer-grid span:before,
[data-theme=light] .footer-grid .footer-brand-title:before,
[data-theme=light] .footer-bottom a{
    color:#34d399!important;
}
[data-theme=light] .footer-bottom{
    background:rgba(2,8,23,.72)!important;
    border-top-color:rgba(34,211,238,.28)!important;
}
[data-theme=light] .footer-bottom span:first-child,
[data-theme=light] .footer-bottom span:last-child{
    color:#bfdbfe!important;
}
[data-theme=light] .back-top-float{
    background:linear-gradient(145deg,#06111f,#0d1b2e)!important;
    color:#34d399!important;
    border-color:rgba(34,211,238,.55)!important;
}
[data-theme=light] .hero-command-btn{
    background:linear-gradient(90deg,#06111f 0%,#0d1b2e 72%,#13283a 100%)!important;
    color:#e6f6ff!important;
    box-shadow:inset 0 0 28px rgba(34,211,238,.14),0 14px 32px rgba(8,47,73,.13)!important;
}
[data-theme=light] .hero-command-primary{
    border-color:rgba(52,211,153,.52)!important;
    border-left-color:#34d399!important;
}
[data-theme=light] .hero-command-secondary{
    border-color:rgba(34,211,238,.52)!important;
    border-left-color:#22d3ee!important;
}

/* Light theme navigation and child controls */
[data-theme=light] .nav-shell{
    background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(213,240,247,.76))!important;
    border-color:rgba(2,132,167,.28)!important;
}
[data-theme=light] .nav-pill{
    color:#0b1728!important;
    border-color:rgba(2,132,167,.18)!important;
}
[data-theme=light] .nav-pill:hover{
    background:linear-gradient(145deg,rgba(6,17,31,.09),rgba(34,211,238,.16))!important;
    color:#071426!important;
}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#06111f,#0d1b2e)!important;
    color:#e6f6ff!important;
    border-color:rgba(34,211,238,.48)!important;
    box-shadow:inset 0 0 22px rgba(34,211,238,.16),0 10px 22px rgba(8,47,73,.12)!important;
}
[data-theme=light] .nav-pill.active i,
[data-theme=light] .nav-pill.active:before{
    color:#22d3ee!important;
}
[data-theme=light] .theme-switch,
[data-theme=light] .btn-ghost{
    background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(224,246,251,.7))!important;
    border-color:rgba(2,132,167,.28)!important;
    color:#0b1728!important;
}
[data-theme=light] .theme-switch:hover,
[data-theme=light] .btn-ghost:hover{
    background:linear-gradient(145deg,#06111f,#0d1b2e)!important;
    color:#e6f6ff!important;
}
[data-theme=light] .filter-pills{
    gap:10px!important;
    padding:8px!important;
    border:1px solid rgba(2,132,167,.18)!important;
    border-radius:8px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.5),rgba(218,243,249,.45))!important;
    box-shadow:inset 0 0 22px rgba(34,211,238,.08)!important;
}
[data-theme=light] .filter-pills button{
    position:relative!important;
    overflow:hidden!important;
    min-width:92px!important;
    border-radius:7px!important;
    background:linear-gradient(145deg,#ffffff,#e8f8fc)!important;
    border:1px solid rgba(2,132,167,.32)!important;
    color:#0b1728!important;
    box-shadow:inset 0 0 16px rgba(34,211,238,.08),0 8px 18px rgba(8,47,73,.06)!important;
}
[data-theme=light] .filter-pills button:before{
    content:"./"!important;
    color:#059669!important;
    font-weight:900!important;
}
[data-theme=light] .filter-pills button:after{
    content:""!important;
    position:absolute!important;
    left:10px!important;
    right:10px!important;
    bottom:5px!important;
    height:1px!important;
    background:linear-gradient(90deg,transparent,#22d3ee,transparent)!important;
    opacity:.35!important;
}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#06111f,#0d1b2e)!important;
    border-color:rgba(34,211,238,.58)!important;
    color:#e6f6ff!important;
    box-shadow:inset 0 0 22px rgba(34,211,238,.18),0 12px 24px rgba(8,47,73,.12)!important;
}
[data-theme=light] .filter-pills button.active:before{
    color:#fbbf24!important;
}

@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:linear-gradient(145deg,#06111f,#0b1b2e 50%,#062b32)!important;
    }
    [data-theme=light] .drawer-brand{
        border-color:rgba(34,211,238,.32)!important;
        background:rgba(2,8,23,.7)!important;
    }
    [data-theme=light] .drawer-brand strong,
    [data-theme=light] .theme-switch:after{
        color:#e6f6ff!important;
    }
    [data-theme=light] .drawer-brand small{
        color:#93c5fd!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch{
        background:linear-gradient(145deg,#0b1424,#111827)!important;
        border-color:rgba(34,211,238,.26)!important;
        color:#e6f6ff!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#052e36,#0d1b2e)!important;
        border-color:rgba(52,211,153,.58)!important;
        box-shadow:inset 4px 0 0 #34d399,inset 0 0 24px rgba(34,211,238,.16)!important;
    }
    [data-theme=light] .drawer-terminal-fill{
        background:linear-gradient(145deg,#06111f,#0d1b2e)!important;
        border-color:rgba(34,211,238,.32)!important;
        color:#dbeafe!important;
    }
    [data-theme=light] .filter-pills{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        padding:7px!important;
    }
    [data-theme=light] .filter-pills button{
        min-width:0!important;
        width:100%!important;
    }
}

/* Final light-mode override: white/gray cyber terminals, footer stays dark */
[data-theme=light] .app-nav{
    background:rgba(248,253,255,.94)!important;
    border-bottom-color:rgba(2,132,167,.32)!important;
    box-shadow:0 14px 34px rgba(8,47,73,.08)!important;
}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#c9edf6,#f8fdff)!important;
    color:#071426!important;
    border-color:rgba(2,132,167,.34)!important;
    box-shadow:inset 0 -3px 0 #0891b2,0 12px 24px rgba(8,47,73,.08)!important;
}
[data-theme=light] .nav-pill.active i,
[data-theme=light] .nav-pill.active:before{color:#0284a7!important}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#ffffff 0%,#edf2f7 100%)!important;
    border-color:rgba(2,132,167,.34)!important;
    color:#0f172a!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),0 14px 32px rgba(8,47,73,.08)!important;
}
[data-theme=light] .terminal-lines p,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .story-window-body code,
[data-theme=light] .blog-window-body code,
[data-theme=light] .contact-command{
    background:linear-gradient(145deg,#e5e7eb 0%,#cbd5e1 100%)!important;
}
[data-theme=light] .console-top:not(.footer-console-head),
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar{
    background:linear-gradient(180deg,#f8fafc 0%,#dbeafe 100%)!important;
    border-bottom-color:rgba(2,132,167,.3)!important;
    color:#0f172a!important;
}
[data-theme=light] .console-top:not(.footer-console-head) small,
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small{color:#2563eb!important}
[data-theme=light] .hacker-line{
    width:max-content!important;
    max-width:100%!important;
    background:linear-gradient(145deg,#f8fafc 0%,#dbeafe 100%)!important;
    border-left-color:#0891b2!important;
    color:#0f172a!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 12px 26px rgba(8,47,73,.08)!important;
}
[data-theme=light] .hacker-line:before,
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span{color:#059669!important}
[data-theme=light] .hacker-line b{color:#16a34a!important}
[data-theme=light] .hacker-line i,
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b{color:#b45309!important}
[data-theme=light] .hacker-line em,
[data-theme=light] .brand-mark i,
[data-theme=light] .workflow-section .cyber-section-title:before,
[data-theme=light] .services-section .cyber-section-title:before,
[data-theme=light] .plans-section .cyber-section-title:before,
[data-theme=light] .outcomes-section .cyber-section-title:before,
[data-theme=light] .knowledge-section .cyber-section-title:before,
[data-theme=light] .faq-section .cyber-section-title:before,
[data-theme=light] .contact-section .cyber-section-title:before{color:#0284a7!important}
[data-theme=light] .hero-command-btn{
    background:linear-gradient(145deg,#f8fafc 0%,#dbeafe 100%)!important;
    color:#0f172a!important;
    border-color:rgba(2,132,167,.34)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 14px 32px rgba(8,47,73,.08)!important;
}
[data-theme=light] .hero-command-primary span,
[data-theme=light] .hero-command-primary i{color:#059669!important}
[data-theme=light] .hero-command-secondary span,
[data-theme=light] .hero-command-secondary i{color:#0284a7!important}
[data-theme=light] .filter-pills{background:linear-gradient(145deg,#edf6f9,#ffffff)!important}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#e2e8f0,#ffffff)!important;
    color:#0f172a!important;
    border-color:rgba(2,132,167,.46)!important;
    box-shadow:inset 0 -3px 0 #0891b2,0 10px 22px rgba(8,47,73,.08)!important;
}
[data-theme=light] .filter-pills button.active:before{color:#b45309!important}
[data-theme=light] .workflow-window-body,
[data-theme=light] .service-window-body,
[data-theme=light] .plan-window-body,
[data-theme=light] .story-window-body,
[data-theme=light] .blog-window-body,
[data-theme=light] .about-card-body,
[data-theme=light] .auth-form-body{
    background:linear-gradient(145deg,#ffffff,#edf6f9)!important;
    color:#0f172a!important;
}
@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:linear-gradient(145deg,#f8fdff,#dff3f8)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch,
    [data-theme=light] .drawer-terminal-fill{
        background:linear-gradient(145deg,#ffffff,#e5e7eb)!important;
        color:#0f172a!important;
        border-color:rgba(2,132,167,.32)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#dbeafe,#ffffff)!important;
        box-shadow:inset 4px 0 0 #0891b2,0 12px 24px rgba(8,47,73,.08)!important;
    }
    [data-theme=light] .drawer-brand{
        background:linear-gradient(145deg,#ffffff,#edf6f9)!important;
    }
    [data-theme=light] .drawer-brand strong,
    [data-theme=light] .theme-switch:after{color:#0f172a!important}
    [data-theme=light] .drawer-brand small{color:#475569!important}
}

/* Kali purple theme: this replaces the old light look */
[data-theme=light]{
    --bg:#12081f;
    --panel:#1b1030;
    --panel-soft:#25143f;
    --text:#f5f3ff;
    --muted:#c4b5fd;
    --brand:#a855f7;
    --brand-2:#22d3ee;
    --accent:#facc15;
    --line:rgba(168,85,247,.32);
    --shadow:0 28px 70px rgba(24,10,43,.5);
}
[data-theme=light] body{
    background:#12081f!important;
    color:#f5f3ff!important;
}
[data-theme=light] .app-nav{
    background:linear-gradient(135deg,rgba(23,13,43,.96),rgba(39,21,68,.94))!important;
    border-bottom-color:rgba(168,85,247,.42)!important;
    box-shadow:0 16px 44px rgba(24,10,43,.48)!important;
}
[data-theme=light] .brand-lockup strong,
[data-theme=light] .navbar-brand,
[data-theme=light] .nav-link,
[data-theme=light] .nav-pill{
    color:#f5f3ff!important;
}
[data-theme=light] .brand-lockup small{
    color:#c4b5fd!important;
}
[data-theme=light] .brand-mark{
    background:linear-gradient(145deg,#7c3aed,#06b6d4)!important;
    box-shadow:0 0 34px rgba(168,85,247,.38)!important;
}
[data-theme=light] .nav-shell{
    background:linear-gradient(145deg,rgba(30,18,55,.96),rgba(17,24,39,.88))!important;
    border-color:rgba(168,85,247,.34)!important;
}
[data-theme=light] .nav-pill:hover{
    background:rgba(168,85,247,.16)!important;
    color:#fff!important;
}
[data-theme=light] .nav-pill.active{
    background:linear-gradient(145deg,#7c3aed,#312e81)!important;
    color:#fff!important;
    border-color:rgba(34,211,238,.48)!important;
    box-shadow:inset 0 -3px 0 #22d3ee,0 14px 30px rgba(124,58,237,.28)!important;
}
[data-theme=light] .nav-pill i,
[data-theme=light] .nav-pill.active i,
[data-theme=light] .nav-pill.active:before{
    color:#22d3ee!important;
}
[data-theme=light] .theme-switch,
[data-theme=light] .btn-ghost{
    background:linear-gradient(145deg,rgba(30,18,55,.9),rgba(17,24,39,.86))!important;
    color:#f5f3ff!important;
    border-color:rgba(168,85,247,.36)!important;
}
[data-theme=light] .theme-switch:hover,
[data-theme=light] .btn-ghost:hover{
    background:linear-gradient(145deg,#7c3aed,#312e81)!important;
    color:#fff!important;
}
[data-theme=light] .cyber-grid,
[data-theme=light] .hero,
[data-theme=light] .section,
[data-theme=light] .about-section,
[data-theme=light] .intake-section,
[data-theme=light] .workflow-section,
[data-theme=light] .services-section,
[data-theme=light] .plans-section,
[data-theme=light] .outcomes-section,
[data-theme=light] .knowledge-section,
[data-theme=light] .faq-section,
[data-theme=light] .contact-section,
[data-theme=light] .blog-index-section,
[data-theme=light] .blog-show-section,
[data-theme=light] .auth-cyber-shell{
    background:
        radial-gradient(circle at 18% 12%,rgba(168,85,247,.22),transparent 32%),
        radial-gradient(circle at 84% 58%,rgba(34,211,238,.14),transparent 34%),
        linear-gradient(180deg,#12081f 0%,#1b1030 48%,#0f172a 100%)!important;
}
[data-theme=light] .cyber-grid:before,
[data-theme=light] .about-section:before,
[data-theme=light] .intake-section:before,
[data-theme=light] .workflow-section:before,
[data-theme=light] .services-section:before,
[data-theme=light] .plans-section:before,
[data-theme=light] .outcomes-section:before,
[data-theme=light] .knowledge-section:before,
[data-theme=light] .faq-section:before,
[data-theme=light] .contact-section:before,
[data-theme=light] .blog-index-section:before,
[data-theme=light] .blog-show-section:before,
[data-theme=light] .auth-cyber-shell:before{
    background:
        linear-gradient(90deg,rgba(168,85,247,.12) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px)!important;
    opacity:.85!important;
}
[data-theme=light] .panel,
[data-theme=light] .cardish,
[data-theme=light] .feature-card,
[data-theme=light] .service-card,
[data-theme=light] .price-card,
[data-theme=light] .story-card,
[data-theme=light] .blog-card,
[data-theme=light] .about-feature,
[data-theme=light] .about-terminal-visual,
[data-theme=light] .intake-console,
[data-theme=light] .timeline-step,
[data-theme=light] .faq-item,
[data-theme=light] .contact-card,
[data-theme=light] .article-terminal,
[data-theme=light] .article-side-window,
[data-theme=light] .blog-index-card,
[data-theme=light] .auth-linux-panel,
[data-theme=light] .auth-terminal-card{
    background:linear-gradient(145deg,rgba(30,18,55,.96),rgba(17,24,39,.86))!important;
    border-color:rgba(168,85,247,.34)!important;
    box-shadow:0 24px 58px rgba(24,10,43,.38),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
[data-theme=light] .workflow-window-body,
[data-theme=light] .service-window-body,
[data-theme=light] .plan-window-body,
[data-theme=light] .story-window-body,
[data-theme=light] .blog-window-body,
[data-theme=light] .about-card-body,
[data-theme=light] .auth-form-body{
    background:linear-gradient(145deg,rgba(30,18,55,.94),rgba(15,23,42,.9))!important;
    color:#f5f3ff!important;
}
[data-theme=light] .workflow-window-bar,
[data-theme=light] .service-window-bar,
[data-theme=light] .article-terminal-head,
[data-theme=light] .article-side-head,
[data-theme=light] .auth-window-bar,
[data-theme=light] .console-top{
    background:linear-gradient(180deg,#24143f,#12081f)!important;
    border-bottom-color:rgba(168,85,247,.42)!important;
    color:#ddd6fe!important;
}
[data-theme=light] .workflow-window-bar small,
[data-theme=light] .service-window-bar small,
[data-theme=light] .article-terminal-head small,
[data-theme=light] .article-side-head small,
[data-theme=light] .auth-window-bar small,
[data-theme=light] .console-top small{
    color:#c4b5fd!important;
}
[data-theme=light] .terminal-prompt,
[data-theme=light] .terminal-output,
[data-theme=light] .hero-subterminal,
[data-theme=light] .mobile-hero-terminal,
[data-theme=light] .desktop-hero-terminal,
[data-theme=light] .terminal-lines,
[data-theme=light] .terminal-lines p,
[data-theme=light] .about-terminal,
[data-theme=light] .about-card code,
[data-theme=light] .about-card-command,
[data-theme=light] .intake-console-lines,
[data-theme=light] .workflow-command,
[data-theme=light] .timeline-step pre,
[data-theme=light] .service-command,
[data-theme=light] .service-card code,
[data-theme=light] .plan-command,
[data-theme=light] .plan-terminal-note,
[data-theme=light] .price-terminal,
[data-theme=light] .story-window-body code,
[data-theme=light] .outcome-terminal,
[data-theme=light] .blog-window-body code,
[data-theme=light] .blog-index-terminal,
[data-theme=light] .knowledge-terminal,
[data-theme=light] .faq-terminal,
[data-theme=light] .contact-terminal,
[data-theme=light] .contact-command,
[data-theme=light] .auth-terminal-box,
[data-theme=light] .article-terminal-body code,
[data-theme=light] .article-side-command,
[data-theme=light] .mini-stack span,
[data-theme=light] .intake-stack span{
    background:linear-gradient(145deg,#170d2b,#111827 72%,#0b1020)!important;
    border-color:rgba(34,211,238,.28)!important;
    color:#e0f2fe!important;
    box-shadow:inset 0 0 26px rgba(168,85,247,.16),0 14px 34px rgba(24,10,43,.28)!important;
}
[data-theme=light] .hacker-line{
    width:max-content!important;
    max-width:100%!important;
    background:linear-gradient(145deg,#24143f,#111827)!important;
    border-left-color:#a855f7!important;
    color:#f5f3ff!important;
    box-shadow:inset 0 0 28px rgba(168,85,247,.16),0 14px 28px rgba(24,10,43,.25)!important;
}
[data-theme=light] .hacker-line:before,
[data-theme=light] .terminal-prompt span,
[data-theme=light] .terminal-lines b,
[data-theme=light] .terminal-lines .ok,
[data-theme=light] .hero-subterminal span,
[data-theme=light] .mobile-hero-terminal span,
[data-theme=light] .desktop-hero-terminal span,
[data-theme=light] .about-terminal span,
[data-theme=light] .about-card code span,
[data-theme=light] .timeline-step code span,
[data-theme=light] .timeline-step pre b,
[data-theme=light] .service-card code span,
[data-theme=light] .plan-command span,
[data-theme=light] .plan-terminal-note span,
[data-theme=light] .story-window-body code span,
[data-theme=light] .blog-window-body code span,
[data-theme=light] .blog-index-terminal span,
[data-theme=light] .faq-terminal span,
[data-theme=light] .contact-terminal span,
[data-theme=light] .contact-command span,
[data-theme=light] .auth-terminal-box span,
[data-theme=light] .article-terminal-body code span,
[data-theme=light] .article-side-command span{
    color:#22c55e!important;
}
[data-theme=light] .hacker-line b{color:#22c55e!important}
[data-theme=light] .hacker-line i,
[data-theme=light] .terminal-output,
[data-theme=light] .terminal-lines .warn,
[data-theme=light] .mobile-hero-terminal p,
[data-theme=light] .about-terminal b,
[data-theme=light] .plan-terminal-note b,
[data-theme=light] .blog-index-terminal b,
[data-theme=light] .faq-terminal b,
[data-theme=light] .contact-terminal b,
[data-theme=light] .auth-terminal-box b,
[data-theme=light] .article-side-command b{
    color:#facc15!important;
}
[data-theme=light] .hacker-line em,
[data-theme=light] .display-title,
[data-theme=light] .cyber-section-title,
[data-theme=light] .workflow-section .cyber-section-title,
[data-theme=light] .services-section .cyber-section-title,
[data-theme=light] .plans-section .cyber-section-title,
[data-theme=light] .outcomes-section .cyber-section-title,
[data-theme=light] .knowledge-section .cyber-section-title,
[data-theme=light] .faq-section .cyber-section-title,
[data-theme=light] .contact-section .cyber-section-title,
[data-theme=light] .auth-side h1,
[data-theme=light] .auth-form-body h2,
[data-theme=light] .article-terminal-body h1{
    color:#f5f3ff!important;
    text-shadow:0 0 20px rgba(168,85,247,.22)!important;
}
[data-theme=light] .workflow-section .cyber-section-title:before,
[data-theme=light] .services-section .cyber-section-title:before,
[data-theme=light] .plans-section .cyber-section-title:before,
[data-theme=light] .outcomes-section .cyber-section-title:before,
[data-theme=light] .knowledge-section .cyber-section-title:before,
[data-theme=light] .faq-section .cyber-section-title:before,
[data-theme=light] .contact-section .cyber-section-title:before,
[data-theme=light] .brand-mark i,
[data-theme=light] .feature-icon,
[data-theme=light] .service-icon,
[data-theme=light] .contact-list i{
    color:#22d3ee!important;
}
[data-theme=light] .muted,
[data-theme=light] .article-content,
[data-theme=light] .article-terminal-body p,
[data-theme=light] .about-section p,
[data-theme=light] .intake-section p,
[data-theme=light] .workflow-section p,
[data-theme=light] .services-section p,
[data-theme=light] .plans-section p,
[data-theme=light] .outcomes-section p,
[data-theme=light] .knowledge-section p,
[data-theme=light] .faq-section p,
[data-theme=light] .contact-section p,
[data-theme=light] .auth-side p,
[data-theme=light] .auth-form-body p{
    color:#c4b5fd!important;
}
[data-theme=light] .intake-chip-grid span,
[data-theme=light] .filter-pills button,
[data-theme=light] .blog-index-card .chip,
[data-theme=light] .article-terminal-body .chip{
    background:linear-gradient(145deg,rgba(30,18,55,.94),rgba(17,24,39,.82))!important;
    color:#f5f3ff!important;
    border-color:rgba(168,85,247,.35)!important;
}
[data-theme=light] .filter-pills{
    background:linear-gradient(145deg,rgba(30,18,55,.72),rgba(17,24,39,.6))!important;
    border-color:rgba(168,85,247,.28)!important;
}
[data-theme=light] .filter-pills button:before{color:#22c55e!important}
[data-theme=light] .filter-pills button.active{
    background:linear-gradient(145deg,#7c3aed,#312e81)!important;
    color:#fff!important;
    border-color:rgba(34,211,238,.5)!important;
    box-shadow:inset 0 -3px 0 #22d3ee,0 12px 26px rgba(124,58,237,.24)!important;
}
[data-theme=light] .filter-pills button.active:before{color:#facc15!important}
[data-theme=light] .contact-card .form-control,
[data-theme=light] .contact-card .form-select,
[data-theme=light] .auth-terminal-card .form-control,
[data-theme=light] .auth-terminal-card .form-select{
    background:#170d2b!important;
    color:#f5f3ff!important;
    border-color:rgba(168,85,247,.36)!important;
}
[data-theme=light] .contact-card .form-control::placeholder,
[data-theme=light] .auth-terminal-card .form-control::placeholder{
    color:#a5b4fc!important;
}
[data-theme=light] .hero-command-btn{
    background:linear-gradient(145deg,#24143f,#111827)!important;
    color:#e0f2fe!important;
    border-color:rgba(168,85,247,.38)!important;
    box-shadow:inset 0 0 28px rgba(168,85,247,.15),0 14px 32px rgba(24,10,43,.26)!important;
}
[data-theme=light] .hero-command-primary{border-left-color:#22c55e!important}
[data-theme=light] .hero-command-secondary{border-left-color:#22d3ee!important}
[data-theme=light] .hero-command-primary span,
[data-theme=light] .hero-command-primary i{color:#22c55e!important}
[data-theme=light] .hero-command-secondary span,
[data-theme=light] .hero-command-secondary i{color:#22d3ee!important}
[data-theme=light] .hacker-cursor,
[data-theme=light] .terminal-output:after,
[data-theme=light] .mobile-hero-terminal p:after,
[data-theme=light] .hero-subterminal:after{
    background:#a855f7!important;
    box-shadow:0 0 16px rgba(168,85,247,.8)!important;
}
[data-theme=light] .back-top-float{
    background:linear-gradient(145deg,#7c3aed,#111827)!important;
    color:#facc15!important;
    border-color:rgba(34,211,238,.45)!important;
}

@media (max-width:991px){
    [data-theme=light] .navbar-collapse{
        background:linear-gradient(145deg,#12081f,#24143f 52%,#111827)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill,
    [data-theme=light] .navbar-collapse .theme-switch,
    [data-theme=light] .drawer-terminal-fill,
    [data-theme=light] .drawer-brand{
        background:linear-gradient(145deg,rgba(30,18,55,.96),rgba(17,24,39,.88))!important;
        color:#f5f3ff!important;
        border-color:rgba(168,85,247,.34)!important;
    }
    [data-theme=light] .navbar-collapse .nav-pill.active{
        background:linear-gradient(145deg,#7c3aed,#312e81)!important;
        box-shadow:inset 4px 0 0 #22d3ee,0 12px 24px rgba(124,58,237,.24)!important;
    }
    [data-theme=light] .drawer-brand strong,
    [data-theme=light] .theme-switch:after{color:#f5f3ff!important}
    [data-theme=light] .drawer-brand small{color:#c4b5fd!important}
}

/* Absolute final Kali-purple theme pass. */
[data-theme=light] body{background:radial-gradient(circle at 14% 12%,rgba(168,85,247,.30),transparent 30%),radial-gradient(circle at 84% 18%,rgba(34,211,238,.16),transparent 28%),linear-gradient(135deg,#090414 0%,#17082d 48%,#071426 100%)!important;color:#f8f5ff!important}
[data-theme=light] .app-nav{background:rgba(13,8,28,.95)!important;border-bottom-color:rgba(34,211,238,.42)!important}
[data-theme=light] .nav-shell,[data-theme=light] .theme-switch,[data-theme=light] .btn-ghost,[data-theme=light] .mobile-toggle{background:linear-gradient(145deg,#1b1036,#0b1226)!important;border-color:rgba(168,85,247,.42)!important;color:#f8f5ff!important}
[data-theme=light] .mobile-toggle span{background:#f8f5ff!important}
[data-theme=light] .nav-pill,[data-theme=light] .brand-lockup strong,[data-theme=light] .navbar-brand{color:#f8f5ff!important}
[data-theme=light] .brand-lockup small{color:#c4b5fd!important}
[data-theme=light] .nav-pill.active{background:linear-gradient(145deg,#7c3aed,#24143f)!important;color:#fff!important;box-shadow:inset 0 -3px 0 #22d3ee,0 14px 30px rgba(124,58,237,.25)!important}
[data-theme=light] .brand-mark{background:linear-gradient(145deg,#7c3aed,#06b6d4)!important}
[data-theme=light] .hero,[data-theme=light] .section,[data-theme=light] .about-section,[data-theme=light] .intake-section,[data-theme=light] .workflow-section,[data-theme=light] .services-section,[data-theme=light] .plans-section,[data-theme=light] .outcomes-section,[data-theme=light] .knowledge-section,[data-theme=light] .faq-section,[data-theme=light] .contact-section,[data-theme=light] .blog-index-section,[data-theme=light] .blog-show-section,[data-theme=light] .auth-cyber-shell{background:radial-gradient(circle at 18% 14%,rgba(168,85,247,.22),transparent 32%),radial-gradient(circle at 84% 16%,rgba(34,211,238,.12),transparent 30%),linear-gradient(135deg,#090414 0%,#17082d 52%,#071426 100%)!important}
[data-theme=light] .about-section,[data-theme=light] .plans-section,[data-theme=light] .faq-section{background:radial-gradient(circle at 72% 18%,rgba(168,85,247,.24),transparent 32%),linear-gradient(135deg,#0d061c 0%,#1e0d3a 54%,#0b1022 100%)!important}
[data-theme=light] .intake-section,[data-theme=light] .outcomes-section,[data-theme=light] .contact-section{background:radial-gradient(circle at 18% 20%,rgba(34,211,238,.15),transparent 30%),linear-gradient(135deg,#090414 0%,#211241 54%,#071426 100%)!important}
[data-theme=light] .workflow-section,[data-theme=light] .services-section,[data-theme=light] .knowledge-section{background:radial-gradient(circle at 82% 12%,rgba(124,58,237,.24),transparent 30%),linear-gradient(135deg,#070313 0%,#160b2f 54%,#081525 100%)!important}
[data-theme=light] .hero:before,[data-theme=light] .section:before,[data-theme=light] .about-section:before,[data-theme=light] .intake-section:before,[data-theme=light] .workflow-section:before,[data-theme=light] .services-section:before,[data-theme=light] .plans-section:before,[data-theme=light] .outcomes-section:before,[data-theme=light] .knowledge-section:before,[data-theme=light] .faq-section:before,[data-theme=light] .contact-section:before{background:linear-gradient(90deg,rgba(168,85,247,.12) 1px,transparent 1px),linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px)!important;background-size:46px 46px!important}
[data-theme=light] .display-title,[data-theme=light] .cyber-section-title,[data-theme=light] .blog-index-hero .cyber-section-title,[data-theme=light] .auth-side h1,[data-theme=light] .auth-form-body h2,[data-theme=light] .article-terminal-body h1{color:#f8f5ff!important;text-shadow:0 0 24px rgba(168,85,247,.36),0 0 10px rgba(34,211,238,.14)!important}
[data-theme=light] .cyber-section-title:before{color:#22d3ee!important}
[data-theme=light] .cyber-section-kicker,[data-theme=light] .eyebrow{color:#34d399!important}
[data-theme=light] p,[data-theme=light] .muted,[data-theme=light] .article-content{color:#d8cfff!important}
[data-theme=light] .panel,[data-theme=light] .cardish,[data-theme=light] .feature-card,[data-theme=light] .service-card,[data-theme=light] .price-card,[data-theme=light] .story-card,[data-theme=light] .blog-card,[data-theme=light] .about-feature,[data-theme=light] .about-terminal-visual,[data-theme=light] .intake-console,[data-theme=light] .timeline-step,[data-theme=light] .faq-item,[data-theme=light] .contact-card,[data-theme=light] .article-terminal,[data-theme=light] .article-side-window,[data-theme=light] .blog-index-card,[data-theme=light] .auth-linux-panel,[data-theme=light] .auth-terminal-card,[data-theme=light] .workflow-window,[data-theme=light] .service-window,[data-theme=light] .plan-window,[data-theme=light] .outcome-window{background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.91))!important;color:#f8f5ff!important;border-color:rgba(168,85,247,.44)!important;box-shadow:0 22px 58px rgba(7,4,18,.34),inset 0 0 40px rgba(34,211,238,.04)!important}
[data-theme=light] .workflow-window-body,[data-theme=light] .service-window-body,[data-theme=light] .plan-window-body,[data-theme=light] .story-window-body,[data-theme=light] .blog-window-body,[data-theme=light] .about-card-body,[data-theme=light] .auth-form-body{background:linear-gradient(145deg,rgba(31,18,57,.95),rgba(12,19,39,.9))!important;color:#f8f5ff!important}
[data-theme=light] .console-top,[data-theme=light] .workflow-window-bar,[data-theme=light] .service-window-bar,[data-theme=light] .plan-window-bar,[data-theme=light] .story-window-bar,[data-theme=light] .blog-window-bar,[data-theme=light] .contact-window-bar,[data-theme=light] .article-terminal-head,[data-theme=light] .article-side-head,[data-theme=light] .auth-window-bar{background:linear-gradient(180deg,#1d1238,#0f0b23)!important;border-color:rgba(168,85,247,.46)!important;color:#c4b5fd!important}
[data-theme=light] .console-top small,[data-theme=light] .workflow-window-bar small,[data-theme=light] .service-window-bar small,[data-theme=light] .plan-window-bar small,[data-theme=light] .story-window-bar small,[data-theme=light] .blog-window-bar small,[data-theme=light] .contact-window-bar small,[data-theme=light] .article-terminal-head small,[data-theme=light] .article-side-head small,[data-theme=light] .auth-window-bar small{color:#c4b5fd!important}
[data-theme=light] .terminal-prompt,[data-theme=light] .terminal-output,[data-theme=light] .hero-subterminal,[data-theme=light] .mobile-hero-terminal,[data-theme=light] .desktop-hero-terminal,[data-theme=light] .terminal-lines,[data-theme=light] .terminal-lines p,[data-theme=light] .about-terminal,[data-theme=light] .about-card code,[data-theme=light] .about-card-command,[data-theme=light] .intake-console-lines,[data-theme=light] .workflow-command,[data-theme=light] .timeline-step pre,[data-theme=light] .service-command,[data-theme=light] .service-card code,[data-theme=light] .plan-command,[data-theme=light] .plan-terminal-note,[data-theme=light] .price-terminal,[data-theme=light] .story-window-body code,[data-theme=light] .outcome-terminal,[data-theme=light] .blog-window-body code,[data-theme=light] .blog-index-terminal,[data-theme=light] .knowledge-terminal,[data-theme=light] .faq-terminal,[data-theme=light] .contact-terminal,[data-theme=light] .contact-command,[data-theme=light] .auth-terminal-box,[data-theme=light] .article-terminal-body code,[data-theme=light] .article-side-command,[data-theme=light] .mini-stack span,[data-theme=light] .intake-stack span{background:linear-gradient(145deg,#100b22,#081225 72%,#050814)!important;color:#e0f2fe!important;border-color:rgba(34,211,238,.34)!important}
[data-theme=light] .terminal-prompt span,[data-theme=light] .terminal-lines b,[data-theme=light] .terminal-lines .ok,[data-theme=light] .hero-subterminal span,[data-theme=light] .mobile-hero-terminal span,[data-theme=light] .desktop-hero-terminal span,[data-theme=light] .about-terminal span,[data-theme=light] .about-card code span,[data-theme=light] .timeline-step code span,[data-theme=light] .timeline-step pre b,[data-theme=light] .service-card code span,[data-theme=light] .plan-command span,[data-theme=light] .plan-terminal-note span,[data-theme=light] .story-window-body code span,[data-theme=light] .blog-window-body code span,[data-theme=light] .blog-index-terminal span,[data-theme=light] .faq-terminal span,[data-theme=light] .contact-terminal span,[data-theme=light] .contact-command span,[data-theme=light] .auth-terminal-box span,[data-theme=light] .article-terminal-body code span,[data-theme=light] .article-side-command span{color:#34d399!important}
[data-theme=light] .terminal-output,[data-theme=light] .terminal-lines .warn,[data-theme=light] .mobile-hero-terminal p,[data-theme=light] .about-terminal b,[data-theme=light] .plan-terminal-note b,[data-theme=light] .blog-index-terminal b,[data-theme=light] .faq-terminal b,[data-theme=light] .contact-terminal b,[data-theme=light] .auth-terminal-box b,[data-theme=light] .article-side-command b{color:#facc15!important}
[data-theme=light] .hacker-line{background:linear-gradient(90deg,rgba(14,10,29,.96),rgba(31,18,57,.88),rgba(14,10,29,.50))!important;color:#f8f5ff!important;border-left-color:#a855f7!important;box-shadow:0 0 28px rgba(168,85,247,.16)!important}
[data-theme=light] .hacker-line b{color:#34d399!important}
[data-theme=light] .hacker-line i{color:#facc15!important}
[data-theme=light] .hacker-line em{color:#22d3ee!important}
[data-theme=light] .hero-command-btn,[data-theme=light] .open-article,[data-theme=light] .contact-submit,[data-theme=light] .back-button,[data-theme=light] .read-more-terminal,[data-theme=light] .back-top-float{background:linear-gradient(145deg,#1b1036,#081225)!important;color:#f8f5ff!important;border-color:rgba(34,211,238,.38)!important;box-shadow:inset 4px 0 0 #a855f7,0 16px 34px rgba(12,6,24,.28)!important}
[data-theme=light] .intake-chip-grid span,[data-theme=light] .filter-pills button,[data-theme=light] .blog-index-card .chip,[data-theme=light] .article-terminal-body .chip{background:linear-gradient(145deg,#1b1036,#0b1226)!important;color:#f8f5ff!important;border-color:rgba(168,85,247,.42)!important}
[data-theme=light] .filter-pills{background:linear-gradient(145deg,rgba(31,18,57,.92),rgba(10,16,35,.82))!important;border-color:rgba(168,85,247,.38)!important}
[data-theme=light] .filter-pills button.active{background:linear-gradient(145deg,#7c3aed,#27134c)!important;color:#fff!important;border-color:rgba(34,211,238,.5)!important}
[data-theme=light] .contact-card .form-control,[data-theme=light] .contact-card .form-select,[data-theme=light] .auth-terminal-card .form-control,[data-theme=light] .auth-terminal-card .form-select{background:#12081f!important;color:#f8f5ff!important;border-color:rgba(168,85,247,.42)!important}
[data-theme=light] .contact-card label,[data-theme=light] .auth-terminal-card label{color:#34d399!important}
[data-theme=light] .contact-card .form-control::placeholder,[data-theme=light] .auth-terminal-card .form-control::placeholder{color:#a7b5ff!important}
[data-theme=light] .site-footer{background:#020617!important;color:#eef6ff!important;border-top-color:rgba(34,211,238,.34)!important}
[data-theme=light] .footer-terminal-window,[data-theme=light] .footer-console-head{background:linear-gradient(145deg,rgba(1,7,15,.96),rgba(3,22,31,.94))!important;color:#eef6ff!important}
[data-theme=light] .site-footer p,[data-theme=light] .site-footer a,[data-theme=light] .site-footer li,[data-theme=light] .site-footer small{color:#eef6ff!important}
@media (max-width:991px){
    [data-theme=light] .navbar-collapse{background:linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(rgba(168,85,247,.10) 1px,transparent 1px),linear-gradient(145deg,#090414,#1a0b35 56%,#071426)!important;background-size:39px 39px,39px 39px,auto!important}
    [data-theme=light] .mobile-toggle.open{background:#0b1020!important;border-color:rgba(34,211,238,.5)!important}
    [data-theme=light] .navbar-collapse .nav-pill,[data-theme=light] .navbar-collapse .theme-switch,[data-theme=light] .drawer-terminal-fill,[data-theme=light] .drawer-brand{background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(10,16,35,.9))!important;color:#f8f5ff!important;border-color:rgba(168,85,247,.4)!important}
    [data-theme=light] .navbar-collapse .nav-pill.active{background:linear-gradient(145deg,#7c3aed,#24143f)!important;box-shadow:inset 4px 0 0 #22d3ee,0 12px 24px rgba(124,58,237,.24)!important}
}

[data-theme=light] .cyber-console .console-top,
[data-theme=light] .intake-console .console-top{
    background:linear-gradient(180deg,#1d1238,#0f0b23)!important;
    border-color:rgba(168,85,247,.48)!important;
    color:#c4b5fd!important;
}
[data-theme=light] .cyber-console .console-top small,
[data-theme=light] .intake-console .console-top small{
    color:#c4b5fd!important;
}
[data-theme=light] .cyber-console .floating-card{
    background:linear-gradient(145deg,#1b1036,#0b1226)!important;
    color:#f8f5ff!important;
    border-color:rgba(34,211,238,.36)!important;
}

/* Hard stop for the alternate theme: no pale panels, only Kali-purple surfaces. */
html[data-theme="light"],
html[data-theme="light"] body{
    --bg:#080313!important;
    --panel:#170b2f!important;
    --panel-soft:#21113f!important;
    --text:#f8f5ff!important;
    --muted:#d9ccff!important;
    --line:rgba(168,85,247,.42)!important;
    background:
        radial-gradient(circle at 12% 10%,rgba(168,85,247,.30),transparent 30%),
        radial-gradient(circle at 86% 18%,rgba(34,211,238,.16),transparent 30%),
        linear-gradient(135deg,#080313 0%,#16072e 48%,#061321 100%)!important;
    color:#f8f5ff!important;
}

html[data-theme="light"] main,
html[data-theme="light"] .hero,
html[data-theme="light"] .section,
html[data-theme="light"] #home,
html[data-theme="light"] #about,
html[data-theme="light"] .intake-section,
html[data-theme="light"] #workflow,
html[data-theme="light"] #services,
html[data-theme="light"] #plans,
html[data-theme="light"] #success,
html[data-theme="light"] #blog,
html[data-theme="light"] .faq-section,
html[data-theme="light"] #contact,
html[data-theme="light"] .blog-index-section,
html[data-theme="light"] .blog-show-section,
html[data-theme="light"] .auth-cyber-shell{
    background-color:#080313!important;
    background-image:
        radial-gradient(circle at 16% 16%,rgba(168,85,247,.20),transparent 32%),
        radial-gradient(circle at 82% 18%,rgba(34,211,238,.12),transparent 30%),
        linear-gradient(90deg,rgba(168,85,247,.10) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#080313 0%,#17082f 54%,#061321 100%)!important;
    background-size:auto,auto,46px 46px,46px 46px,auto!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.34)!important;
}

html[data-theme="light"] #about,
html[data-theme="light"] #plans,
html[data-theme="light"] .faq-section{
    background-image:
        radial-gradient(circle at 72% 18%,rgba(168,85,247,.26),transparent 34%),
        radial-gradient(circle at 18% 82%,rgba(34,211,238,.10),transparent 28%),
        linear-gradient(90deg,rgba(168,85,247,.10) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#090416 0%,#211044 52%,#081327 100%)!important;
}

html[data-theme="light"] .intake-section,
html[data-theme="light"] #success,
html[data-theme="light"] #contact{
    background-image:
        radial-gradient(circle at 16% 18%,rgba(34,211,238,.16),transparent 31%),
        radial-gradient(circle at 84% 76%,rgba(168,85,247,.18),transparent 30%),
        linear-gradient(90deg,rgba(168,85,247,.10) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#1a0b35 54%,#071426 100%)!important;
}

html[data-theme="light"] #workflow,
html[data-theme="light"] #services,
html[data-theme="light"] #blog{
    background-image:
        radial-gradient(circle at 82% 12%,rgba(124,58,237,.25),transparent 30%),
        radial-gradient(circle at 18% 82%,rgba(34,211,238,.11),transparent 28%),
        linear-gradient(90deg,rgba(168,85,247,.10) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#160b2f 54%,#071426 100%)!important;
}

html[data-theme="light"] .cyber-section-title,
html[data-theme="light"] .display-title,
html[data-theme="light"] .blog-index-hero .cyber-section-title,
html[data-theme="light"] .article-terminal-body h1,
html[data-theme="light"] .auth-side h1,
html[data-theme="light"] .auth-form-body h2{
    color:#f8f5ff!important;
    text-shadow:0 0 26px rgba(168,85,247,.42),0 0 14px rgba(34,211,238,.20)!important;
}

html[data-theme="light"] .cyber-section-title:before,
html[data-theme="light"] .display-title:before{
    color:#22d3ee!important;
}

html[data-theme="light"] .cyber-section-kicker,
html[data-theme="light"] .eyebrow{
    color:#34d399!important;
}

html[data-theme="light"] .section p,
html[data-theme="light"] .hero p,
html[data-theme="light"] .muted,
html[data-theme="light"] .article-content,
html[data-theme="light"] .article-terminal-body p{
    color:#d9ccff!important;
}

html[data-theme="light"] .panel,
html[data-theme="light"] .feature-card,
html[data-theme="light"] .service-card,
html[data-theme="light"] .price-card,
html[data-theme="light"] .story-card,
html[data-theme="light"] .blog-card,
html[data-theme="light"] .about-feature,
html[data-theme="light"] .about-terminal-visual,
html[data-theme="light"] .workflow-window,
html[data-theme="light"] .service-window,
html[data-theme="light"] .plan-window,
html[data-theme="light"] .outcome-window,
html[data-theme="light"] .blog-index-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .article-terminal,
html[data-theme="light"] .article-side-window,
html[data-theme="light"] .auth-linux-panel,
html[data-theme="light"] .auth-terminal-card{
    background:linear-gradient(145deg,rgba(31,18,57,.97),rgba(10,16,35,.92))!important;
    color:#f8f5ff!important;
    border-color:rgba(168,85,247,.48)!important;
    box-shadow:0 24px 60px rgba(5,3,14,.38),inset 0 0 44px rgba(34,211,238,.05)!important;
}

html[data-theme="light"] .workflow-window-body,
html[data-theme="light"] .service-window-body,
html[data-theme="light"] .plan-window-body,
html[data-theme="light"] .story-window-body,
html[data-theme="light"] .blog-window-body,
html[data-theme="light"] .about-card-body,
html[data-theme="light"] .auth-form-body{
    background:linear-gradient(145deg,rgba(31,18,57,.95),rgba(12,19,39,.90))!important;
    color:#f8f5ff!important;
}

html[data-theme="light"] .site-footer{
    background:
        radial-gradient(circle at 18% 18%,rgba(168,85,247,.22),transparent 31%),
        radial-gradient(circle at 82% 30%,rgba(34,211,238,.10),transparent 30%),
        linear-gradient(90deg,rgba(168,85,247,.10) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#16072e 52%,#061321 100%)!important;
    background-size:auto,auto,46px 46px,46px 46px,auto!important;
    color:#f8f5ff!important;
    border-top-color:rgba(168,85,247,.46)!important;
}

html[data-theme="light"] .footer-terminal-window{
    background:linear-gradient(145deg,rgba(31,18,57,.96),rgba(6,19,33,.94))!important;
    border-color:rgba(168,85,247,.48)!important;
    box-shadow:0 24px 60px rgba(5,3,14,.36),inset 0 0 48px rgba(34,211,238,.05)!important;
}

html[data-theme="light"] .footer-console-head{
    background:linear-gradient(180deg,#1d1238,#0f0b23)!important;
    border-bottom-color:rgba(168,85,247,.46)!important;
    color:#c4b5fd!important;
}

html[data-theme="light"] .site-footer p,
html[data-theme="light"] .site-footer a,
html[data-theme="light"] .site-footer li,
html[data-theme="light"] .site-footer small{
    color:#d9ccff!important;
}

html[data-theme="light"] .site-footer .text-success,
html[data-theme="light"] .site-footer .footer-command,
html[data-theme="light"] .site-footer .footer-link:before{
    color:#34d399!important;
}

/* Final alternate-theme footer pass: keep the Kali-purple skin consistent. */
html[data-theme="light"] .site-footer{
    background:
        radial-gradient(circle at 16% 18%,rgba(168,85,247,.24),transparent 31%),
        radial-gradient(circle at 84% 34%,rgba(34,211,238,.12),transparent 30%),
        linear-gradient(90deg,rgba(168,85,247,.11) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#190832 52%,#061321 100%)!important;
    background-size:auto,auto,46px 46px,46px 46px,auto!important;
    color:#f8f5ff!important;
}

html[data-theme="light"] .site-footer:before{
    background:
        linear-gradient(90deg,rgba(168,85,247,.12) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px)!important;
    background-size:44px 44px!important;
    opacity:.85!important;
}

html[data-theme="light"] .footer-terminal-window{
    background:linear-gradient(145deg,rgba(31,18,57,.97),rgba(7,16,32,.95))!important;
    border-color:rgba(168,85,247,.5)!important;
}

html[data-theme="light"] .footer-console-head{
    background:linear-gradient(180deg,#211044,#100824)!important;
    border-bottom-color:rgba(168,85,247,.46)!important;
}

html[data-theme="light"] .footer-grid{
    background:transparent!important;
}

html[data-theme="light"] .footer-bottom{
    background:linear-gradient(145deg,rgba(17,8,36,.92),rgba(4,13,26,.88))!important;
    border-top-color:rgba(168,85,247,.42)!important;
    color:#d9ccff!important;
}

html[data-theme="light"] .footer-terminal,
html[data-theme="light"] .footer-status-grid span{
    background:linear-gradient(145deg,#12081f,#071426)!important;
    border-color:rgba(168,85,247,.42)!important;
    color:#e9ddff!important;
}

html[data-theme="light"] .footer-command-line,
html[data-theme="light"] .footer-brand p,
html[data-theme="light"] .footer-grid a,
html[data-theme="light"] .footer-grid span,
html[data-theme="light"] .footer-bottom span{
    color:#d9ccff!important;
}

html[data-theme="light"] .footer-grid h3,
html[data-theme="light"] .footer-grid a i,
html[data-theme="light"] .footer-grid span i,
html[data-theme="light"] .footer-command-line b{
    color:#22d3ee!important;
}

html[data-theme="light"] .footer-command-line span,
html[data-theme="light"] .footer-terminal span,
html[data-theme="light"] .footer-status-grid b,
html[data-theme="light"] .footer-grid a:before,
html[data-theme="light"] .footer-grid span:before,
html[data-theme="light"] .footer-bottom a{
    color:#34d399!important;
}

html[data-theme="light"] .footer-terminal b,
html[data-theme="light"] .footer-console-head em{
    color:#facc15!important;
}

/* Student chat workspace */
.student-cyber-shell{
    min-height:calc(100vh - 92px);
    padding:34px 0 42px;
    background:
        radial-gradient(circle at 16% 18%,rgba(34,211,238,.10),transparent 30%),
        radial-gradient(circle at 88% 24%,rgba(52,211,153,.08),transparent 28%),
        linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px),
        linear-gradient(135deg,#020817 0%,#031321 56%,#020617 100%);
    background-size:auto,auto,44px 44px,44px 44px,auto;
}
.student-console-head{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    border:1px solid rgba(34,211,238,.28);
    border-radius:8px 8px 0 0;
    background:linear-gradient(180deg,#0f1b2d,#08111e);
    font-family:Consolas,Monaco,monospace;
    color:#34d399;
}
.student-console-head em{margin-left:auto;color:#facc15;font-style:normal;font-size:.86rem}
.student-workspace{
    display:grid;
    grid-template-columns:280px minmax(0,1fr);
    min-height:720px;
    border:1px solid rgba(34,211,238,.28);
    border-top:0;
    border-radius:0 0 8px 8px;
    overflow:hidden;
    background:rgba(3,10,20,.78);
    box-shadow:0 28px 80px rgba(0,0,0,.35);
}
.student-sidebar{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:16px;
    border-right:1px solid rgba(34,211,238,.22);
    background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(4,12,23,.94));
}
.student-id-card{
    padding:16px;
    border:1px solid rgba(34,211,238,.25);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(8,18,34,.95),rgba(6,30,39,.68));
}
.student-id-card small,.student-hint{color:#9fb1c7}
.student-id-card h1{font-size:1.15rem;margin:.25rem 0;color:#f8fbff}
.student-id-card p{font-size:.88rem;color:#b7c7dc;margin-bottom:12px}
.student-id-card code,.mini-command,.intake-command code{
    display:block;
    padding:10px 12px;
    border:1px solid rgba(34,211,238,.28);
    border-radius:8px;
    background:#020817;
    color:#dff6ff;
    font-family:Consolas,Monaco,monospace;
    white-space:normal;
}
.student-id-card code span,.intake-command code span,.chat-file i{color:#34d399}
.student-tab,.student-logout{
    width:100%;
    display:grid;
    grid-template-columns:28px 1fr;
    gap:6px 10px;
    align-items:center;
    text-align:left;
    padding:12px;
    border:1px solid rgba(34,211,238,.22);
    border-radius:8px;
    background:rgba(15,23,42,.74);
    color:#eff6ff;
    font-weight:800;
    transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.student-tab i,.student-logout i{grid-row:span 2;color:#22d3ee}
.student-tab small{font-size:.72rem;color:#8ea4bc}
.student-tab.active,.student-tab:hover,.student-logout:hover{
    transform:translateX(3px);
    border-color:rgba(52,211,153,.58);
    background:linear-gradient(145deg,rgba(8,47,73,.72),rgba(6,78,59,.36));
}
.student-main{min-width:0;padding:18px}
.student-tab-panel{display:none}
.student-tab-panel.active{display:block}
.student-grid{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px}
.student-window{
    border:1px solid rgba(34,211,238,.28);
    border-radius:8px;
    overflow:hidden;
    background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(3,20,32,.88));
}
.student-window-bar{
    display:flex;
    align-items:center;
    gap:7px;
    height:42px;
    padding:0 14px;
    border-bottom:1px solid rgba(34,211,238,.25);
    background:linear-gradient(180deg,#111827,#08111e);
}
.student-window-bar span,.student-console-head .console-dots span{
    width:10px;
    height:10px;
    border-radius:50%;
    display:inline-block;
}
.student-window-bar span:nth-child(1),.student-console-head .console-dots span:nth-child(1){background:#fbbf24}
.student-window-bar span:nth-child(2),.student-console-head .console-dots span:nth-child(2){background:#22d3ee}
.student-window-bar span:nth-child(3),.student-console-head .console-dots span:nth-child(3){background:#34d399}
.student-window-bar em{margin-left:auto;color:#9cc9e2;font-style:normal;font-family:Consolas,Monaco,monospace;font-size:.82rem}
.thread-list{display:grid;gap:10px;padding:12px;max-height:610px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(34,211,238,.45) rgba(15,23,42,.35)}
.thread-list::-webkit-scrollbar,.chat-feed::-webkit-scrollbar{width:7px}
.thread-list::-webkit-scrollbar-track,.chat-feed::-webkit-scrollbar-track{background:rgba(15,23,42,.32);border-radius:999px}
.thread-list::-webkit-scrollbar-thumb,.chat-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#22d3ee,#8b5cf6);border-radius:999px}
.thread-item{
    display:block;
    padding:12px;
    border:1px solid rgba(34,211,238,.2);
    border-radius:8px;
    background:#06101f;
    color:#e9f7ff;
    text-decoration:none;
}
.thread-item strong,.thread-item span,.thread-item small{display:block}
.thread-item span{color:#9ed8ff;font-size:.82rem;margin-top:4px}
.thread-item small{color:#facc15;font-size:.74rem;margin-top:8px}
.thread-item.active{border-color:#34d399;box-shadow:inset 3px 0 0 #34d399;background:linear-gradient(145deg,#071426,#082f33)}
.empty-thread,.empty-chat{padding:18px;color:#b7c7dc}
.chat-meta-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:12px;
    border-bottom:1px solid rgba(34,211,238,.16);
}
.chat-meta-strip span,.footer-status-grid span{
    padding:10px 12px;
    border:1px solid rgba(34,211,238,.2);
    border-radius:8px;
    background:#07111f;
    color:#dbeafe;
    font-family:Consolas,Monaco,monospace;
    font-size:.82rem;
}
.chat-meta-strip b{color:#34d399}
.chat-feed{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-height:300px;
    max-height:430px;
    overflow:auto;
    padding:18px 20px;
    scrollbar-width:thin;
    scrollbar-color:rgba(34,211,238,.45) rgba(15,23,42,.35);
}
.chat-date-chip{
    align-self:center;
    padding:4px 12px;
    border:1px solid rgba(34,211,238,.22);
    border-radius:999px;
    background:rgba(2,8,23,.72);
    color:#9cc9e2;
    font:700 .72rem Consolas,Monaco,monospace;
}
.chat-row{
    display:flex;
    gap:8px;
    align-items:flex-end;
    max-width:76%;
}
.chat-row.from-student{align-self:flex-end;flex-direction:row-reverse}
.chat-row.from-admin{align-self:flex-start}
.chat-avatar{
    flex:0 0 28px;
    width:28px;
    height:28px;
    border-radius:50%;
    display:grid;
    place-items:center;
    border:1px solid rgba(34,211,238,.45);
    background:linear-gradient(145deg,#0e7490,#34d399);
    color:#03101f;
    font:900 .76rem Inter,system-ui,sans-serif;
    box-shadow:0 0 18px rgba(34,211,238,.22);
}
.chat-row.from-admin .chat-avatar{background:linear-gradient(145deg,#7c3aed,#22d3ee);color:#f8f5ff}
.chat-bubble{
    position:relative;
    min-width:130px;
    padding:10px 12px 8px;
    border:1px solid rgba(34,211,238,.22);
    border-radius:14px 14px 14px 4px;
    background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(8,18,34,.92));
    color:#dbeafe;
    white-space:pre-wrap;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.chat-row.from-student .chat-bubble{
    border-radius:14px 14px 4px 14px;
    border-color:rgba(52,211,153,.42);
    background:linear-gradient(145deg,rgba(6,48,45,.96),rgba(7,20,38,.92));
}
.chat-bubble time{
    display:block;
    margin-top:6px;
    text-align:right;
    color:#9fb4c8;
    font:700 .68rem Consolas,Monaco,monospace;
}
.chat-seen-status{
    display:block;
    margin-top:4px;
    text-align:right;
    color:#34d399;
    font:800 .58rem Consolas,Monaco,monospace;
    letter-spacing:.02em;
    text-transform:uppercase;
}
.chat-bubble p{margin:0;color:#dbeafe;line-height:1.55}
.chat-file{display:inline-flex;gap:8px;align-items:center;margin-top:8px;color:#22d3ee;text-decoration:none}
.chat-file small{color:#facc15}
.chat-compose{padding:16px;border-top:1px solid rgba(34,211,238,.18)}
.chat-compose textarea,.chat-compose select,.chat-compose input,.student-form-grid input,.student-form-grid select,.student-form-grid textarea{
    width:100%;
    border:1px solid rgba(34,211,238,.25);
    border-radius:8px;
    background:#020817;
    color:#eff6ff;
    padding:12px;
}
.chat-compose input[type=file],
.student-form-grid input[type=file],
.auth-form input[type=file],
input[type=file]{
    min-height:48px;
    border:1px solid rgba(34,211,238,.34)!important;
    border-left:4px solid #8b5cf6!important;
    border-radius:8px!important;
    background:linear-gradient(145deg,rgba(2,8,23,.96),rgba(15,23,42,.92))!important;
    color:#a7f3d0!important;
    font-family:Consolas,Monaco,monospace;
    font-size:.78rem;
    cursor:pointer;
}
.chat-compose input[type=file]::file-selector-button,
.student-form-grid input[type=file]::file-selector-button,
.auth-form input[type=file]::file-selector-button,
input[type=file]::file-selector-button{
    margin:-12px 14px -12px -12px;
    min-height:48px;
    border:0;
    border-right:1px solid rgba(34,211,238,.28);
    background:linear-gradient(135deg,#12081f,#071426 70%,#0e7490);
    color:#22d3ee;
    font-family:Consolas,Monaco,monospace;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:0;
    padding:0 16px;
    cursor:pointer;
}
.chat-compose input[type=file]::file-selector-button:hover,
.student-form-grid input[type=file]::file-selector-button:hover,
.auth-form input[type=file]::file-selector-button:hover,
input[type=file]::file-selector-button:hover{
    color:#facc15;
    background:linear-gradient(135deg,#2e1065,#082f49);
}
.chat-compose textarea::placeholder,.student-form-grid input::placeholder,.student-form-grid textarea::placeholder{color:#7390aa}
.compose-row{display:grid;grid-template-columns:180px minmax(0,1fr) 230px;gap:10px;margin-top:10px;align-items:center}
.cyber-command-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border:1px solid rgba(34,211,238,.35);
    border-left:4px solid #34d399;
    border-radius:8px;
    background:linear-gradient(145deg,#071426,#082f49);
    color:#facc15;
    font-weight:900;
    padding:13px 16px;
    font-family:Consolas,Monaco,monospace;
}
.chat-send-button{font-size:.82rem}
.chat-send-button span{font-size:.82rem}
.chat-send-button[disabled]{opacity:.68;cursor:wait}
.cyber-command-button span{color:#34d399}
.cyber-command-button i{color:#22d3ee}
.student-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    padding:18px;
}
.student-form-grid .full{grid-column:1/-1}
.student-form-grid h2{font-size:clamp(1.3rem,2vw,2.2rem);font-family:Consolas,Monaco,monospace;font-weight:900;color:#f8fbff}
.student-form-grid p{color:#b7c7dc;max-width:820px}
.student-form-grid label{display:grid;gap:7px;color:#34d399;font-family:Consolas,Monaco,monospace;font-size:.86rem;font-weight:800}
.intake-command{display:grid;grid-template-columns:1fr 260px;gap:12px;align-items:center}
.history-list{display:grid;gap:12px;padding:16px}
.history-row{
    display:grid;
    grid-template-columns:1.3fr 1fr auto;
    gap:14px;
    align-items:center;
    padding:14px;
    border:1px solid rgba(34,211,238,.22);
    border-radius:8px;
    background:#07111f;
}
.history-row strong,.history-row span,.history-row small{display:block}
.history-row strong{color:#f8fbff}
.history-row span{color:#9ed8ff}
.history-row small{color:#b7c7dc}
.history-row a{color:#34d399;text-decoration:none}
.mini-command{font-family:Consolas,Monaco,monospace;text-align:center}
html[data-theme="light"] .student-cyber-shell{
    background:
        radial-gradient(circle at 18% 18%,rgba(168,85,247,.24),transparent 31%),
        radial-gradient(circle at 84% 34%,rgba(34,211,238,.12),transparent 30%),
        linear-gradient(90deg,rgba(168,85,247,.11) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#190832 52%,#061321 100%)!important;
    background-size:auto,auto,46px 46px,46px 46px,auto!important;
}
html[data-theme="light"] .student-workspace,
html[data-theme="light"] .student-sidebar,
html[data-theme="light"] .student-window,
html[data-theme="light"] .student-id-card,
html[data-theme="light"] .student-tab,
html[data-theme="light"] .thread-item,
html[data-theme="light"] .chat-meta-strip span,
html[data-theme="light"] .history-row{
    background:linear-gradient(145deg,rgba(31,18,57,.97),rgba(7,16,32,.95))!important;
    border-color:rgba(168,85,247,.45)!important;
    color:#f8f5ff!important;
}
@media (max-width: 991px){
    .student-cyber-shell{padding:12px 0 28px}
    .student-console-head{border-radius:0;font-size:.82rem}
    .student-console-head em{display:none}
    .student-workspace{grid-template-columns:1fr;min-height:auto;border-radius:0}
    .student-sidebar{border-right:0;border-bottom:1px solid rgba(34,211,238,.22);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .student-id-card{grid-column:1/-1}
    .student-logout{grid-column:1/-1}
    .student-main{padding:10px}
    .student-grid{grid-template-columns:1fr}
    .thread-list{max-height:240px}
    .chat-meta-strip,.compose-row,.student-form-grid,.intake-command,.history-row{grid-template-columns:1fr}
    .chat-row{max-width:94%}
    .chat-feed{max-height:520px;padding:14px 10px}
    .chat-avatar{width:24px;height:24px;flex-basis:24px}
}

/* Final cyber controls: loader, alerts, and native file inputs */
.cyber-page-loader{
    position:fixed;
    inset:0;
    z-index:9999;
    display:grid;
    place-items:center;
    background:
        linear-gradient(rgba(34,211,238,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(34,211,238,.06) 1px,transparent 1px),
        radial-gradient(circle at 50% 35%,rgba(34,211,238,.2),transparent 34%),
        linear-gradient(135deg,#020817,#12081f 48%,#03111f);
    background-size:70px 70px,70px 70px,auto,auto;
    transition:opacity .35s ease,visibility .35s ease;
}
.cyber-page-loader.hide{opacity:0;visibility:hidden}
.loader-terminal{
    width:min(520px,calc(100vw - 32px));
    overflow:hidden;
    border:1px solid rgba(34,211,238,.46);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(2,8,23,.97),rgba(31,18,57,.95));
    box-shadow:0 26px 80px rgba(0,0,0,.45),0 0 44px rgba(34,211,238,.18);
}
.loader-terminal-head{
    height:42px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 14px;
    border-bottom:1px solid rgba(34,211,238,.28);
    background:#08111f;
}
.loader-terminal-head span{width:10px;height:10px;border-radius:50%;display:inline-block}
.loader-terminal-head span:nth-child(1){background:#fbbf24}
.loader-terminal-head span:nth-child(2){background:#22d3ee}
.loader-terminal-head span:nth-child(3){background:#34d399}
.loader-terminal-head em{margin-left:auto;color:#9cc9e2;font:700 .75rem Consolas,Monaco,monospace;font-style:normal}
.loader-terminal-body{padding:24px;font-family:Consolas,Monaco,monospace}
.loader-terminal-body strong{display:block;color:#34d399;font-size:1rem;margin-bottom:14px}
.loader-terminal-body p{margin:8px 0;color:#dbeafe;font-weight:800}
.loader-terminal-body p span{color:#facc15}
.loader-scan{
    height:9px;
    margin-top:18px;
    overflow:hidden;
    border:1px solid rgba(34,211,238,.28);
    border-radius:999px;
    background:#020817;
}
.loader-scan i{
    display:block;
    width:38%;
    height:100%;
    background:linear-gradient(90deg,#22d3ee,#34d399,#facc15);
    animation:cyberLoaderScan 1.1s ease-in-out infinite;
}
@keyframes cyberLoaderScan{0%{transform:translateX(-110%)}100%{transform:translateX(270%)}}
.cyber-alert-stack{
    position:fixed;
    top:98px;
    right:24px;
    z-index:1200;
    width:min(430px,calc(100vw - 28px));
}
.cyber-alert{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:12px;
    align-items:center;
    border:1px solid rgba(34,211,238,.35);
    border-left:5px solid #34d399;
    border-radius:8px;
    background:linear-gradient(145deg,rgba(2,8,23,.97),rgba(15,23,42,.95));
    color:#e9f7ff;
    padding:14px 16px;
    box-shadow:0 22px 60px rgba(0,0,0,.32),0 0 30px rgba(34,211,238,.16);
    transform:translateY(0);
    opacity:1;
    transition:opacity .28s ease,transform .28s ease;
}
.cyber-alert.hide{opacity:0;transform:translateY(-10px)}
.cyber-alert span{color:#34d399;font:900 .8rem Consolas,Monaco,monospace}
.cyber-alert p{margin:0;color:#dbeafe;font-weight:800}
.cyber-alert button{
    width:28px;
    height:28px;
    border:1px solid rgba(34,211,238,.25);
    border-radius:6px;
    background:#071426;
    color:#22d3ee;
    line-height:1;
}
.cyber-alert-danger{border-left-color:#f43f5e}
.cyber-alert-danger span{color:#f43f5e}
input[type=file]{
    width:100%;
    min-height:48px;
    overflow:hidden;
    border:1px solid rgba(34,211,238,.36)!important;
    border-left:4px solid #8b5cf6!important;
    border-radius:8px!important;
    background:linear-gradient(145deg,#020817,#0f172a 72%,#12081f)!important;
    color:#a7f3d0!important;
    font-family:Consolas,Monaco,monospace!important;
    font-size:.78rem!important;
    font-weight:800!important;
    cursor:pointer;
}
input[type=file]::file-selector-button{
    min-height:48px;
    margin:-12px 14px -12px -12px;
    padding:0 16px;
    border:0;
    border-right:1px solid rgba(34,211,238,.3);
    background:linear-gradient(135deg,#12081f,#071426 68%,#0e7490);
    color:#22d3ee;
    font-family:Consolas,Monaco,monospace;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
}
input[type=file]::file-selector-button:hover{
    color:#facc15;
    background:linear-gradient(135deg,#2e1065,#082f49);
}
html[data-theme="light"] .cyber-alert,
html[data-theme="light"] .loader-terminal,
html[data-theme="light"] input[type=file]{
    background:linear-gradient(145deg,#160828,#071426)!important;
    border-color:rgba(168,85,247,.48)!important;
}
html[data-theme="light"] .cyber-alert p{color:#f8f5ff!important}
html[data-theme="light"] input[type=file]::file-selector-button{
    background:linear-gradient(135deg,#2e1065,#172554 70%,#0891b2);
    color:#facc15;
}
@media (max-width:575px){
    .cyber-alert-stack{top:82px;right:10px;width:calc(100vw - 20px)}
    .cyber-alert{padding:11px 12px;gap:8px}
    .loader-terminal-body{padding:18px}
    input[type=file]{font-size:.72rem!important}
    input[type=file]::file-selector-button{padding:0 12px}
}

/* Admin cyber control room */
.admin-cyber-shell{
    min-height:calc(100vh - 94px);
    padding:42px 0;
    background:
        radial-gradient(circle at 16% 18%,rgba(168,85,247,.28),transparent 30%),
        radial-gradient(circle at 82% 22%,rgba(34,211,238,.16),transparent 32%),
        linear-gradient(90deg,rgba(168,85,247,.14) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.08) 1px,transparent 1px),
        linear-gradient(135deg,#070313 0%,#170828 45%,#051323 100%);
    background-size:auto,auto,58px 58px,58px 58px,auto;
}
.admin-container{max-width:1720px}
.admin-console-head{
    border-radius:8px 8px 0 0;
    border-color:rgba(168,85,247,.45);
    background:linear-gradient(145deg,#08111f,#18082c);
}
.admin-console-head strong{color:#34d399}
.admin-workspace{
    display:grid;
    grid-template-columns:320px minmax(0,1fr);
    min-height:760px;
    border:1px solid rgba(34,211,238,.28);
    border-top:0;
    border-radius:0 0 8px 8px;
    overflow:hidden;
    background:linear-gradient(145deg,rgba(11,7,28,.96),rgba(7,19,35,.94));
    box-shadow:0 30px 90px rgba(0,0,0,.36);
}
.admin-sidebar{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:18px;
    border-right:1px solid rgba(168,85,247,.34);
    background:linear-gradient(180deg,rgba(28,10,50,.88),rgba(7,13,27,.94));
}
.admin-main{
    min-width:0;
    padding:20px;
}
.admin-section-head{
    display:grid;
    gap:10px;
    margin-bottom:18px;
}
.admin-section-head span{
    color:#34d399;
    font:900 .92rem Consolas,Monaco,monospace;
}
.admin-section-head span:before{
    content:"-- ";
    color:#22d3ee;
}
.admin-section-head h1{
    margin:0;
    max-width:920px;
    color:#f8fbff;
    font-family:Consolas,Monaco,monospace;
    font-size:clamp(2rem,3vw,3.4rem);
    font-weight:900;
    line-height:1.08;
}
.admin-section-head h1:before{color:#22d3ee}
.admin-section-head p{
    max-width:930px;
    margin:0;
    color:#b8c7dd;
    font-size:1rem;
    line-height:1.65;
}
.admin-metrics{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.admin-metric-card,
.admin-window{
    border:1px solid rgba(34,211,238,.28);
    border-left:4px solid #34d399;
    border-radius:8px;
    background:linear-gradient(145deg,rgba(15,23,42,.9),rgba(21,10,42,.86));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.admin-metric-card{
    display:grid;
    gap:6px;
    padding:16px;
}
.admin-metric-card strong{
    color:#22d3ee;
    font:900 2rem Consolas,Monaco,monospace;
}
.admin-metric-card span{
    color:#f8fbff;
    font-weight:900;
}
.admin-metric-card code,
.admin-thread-card code{
    display:block;
    color:#facc15;
    font:800 .78rem Consolas,Monaco,monospace;
    white-space:normal;
}
.admin-window{overflow:hidden}
.admin-table-wrap{overflow:auto}
.admin-table{
    width:100%;
    border-collapse:collapse;
    color:#dbeafe;
}
.admin-table th,.admin-table td{
    padding:13px 14px;
    border-bottom:1px solid rgba(34,211,238,.14);
    vertical-align:middle;
}
.admin-table th{
    color:#34d399;
    font:900 .82rem Consolas,Monaco,monospace;
    text-transform:uppercase;
}
.status-pill{
    display:inline-flex;
    border:1px solid rgba(34,211,238,.35);
    border-radius:6px;
    padding:5px 8px;
    color:#facc15;
    background:#071426;
    font:800 .76rem Consolas,Monaco,monospace;
}
.admin-form-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    padding:0 18px 18px;
}
.admin-form-grid .student-window-bar,
.admin-stack-form .student-window-bar,
.admin-list-panel .student-window-bar,
.admin-thread-card .student-window-bar{grid-column:1/-1;margin:0 -18px 2px}
.admin-form-grid label,
.admin-stack-form label{
    display:grid;
    gap:7px;
    color:#34d399;
    font:900 .8rem Consolas,Monaco,monospace;
}
.admin-form-grid input,
.admin-form-grid select,
.admin-stack-form input,
.admin-stack-form textarea,
.admin-stack-form select,
.admin-user-form input,
.admin-user-form select,
.admin-chat-status-grid select,
.admin-chat-composer textarea,
.admin-chat-composer input[type="file"],
.admin-inline-status select,
.admin-inline-reply textarea,
.admin-inline-reply input[type="file"]{
    width:100%;
    border:1px solid rgba(34,211,238,.28);
    border-radius:8px;
    background:#060d1b;
    color:#e8f4ff;
    padding:11px 12px;
    font:800 .86rem Consolas,Monaco,monospace;
    outline:none;
}
.admin-form-grid button{align-self:end}
.admin-wide{grid-column:1/-1}
.admin-search-bar{
    display:grid;
    grid-template-columns:auto auto minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    margin:0 0 14px;
    padding:12px 14px;
    border:1px solid rgba(34,211,238,.28);
    border-left:4px solid #22d3ee;
    border-radius:8px;
    background:linear-gradient(145deg,rgba(2,8,23,.72),rgba(30,10,54,.58));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.admin-search-bar i{color:#22d3ee;font-size:1.15rem}
.admin-search-bar span{
    color:#34d399;
    font:900 .84rem Consolas,Monaco,monospace;
    white-space:nowrap;
}
.admin-search-bar input{
    width:100%;
    border:0;
    outline:none;
    border-radius:7px;
    background:#050b18;
    color:#e8f4ff;
    padding:11px 12px;
    font:800 .86rem Consolas,Monaco,monospace;
}
.admin-search-bar input::placeholder{color:#6f86a3}
.admin-search-bar code{
    color:#facc15;
    font:900 .78rem Consolas,Monaco,monospace;
}
.admin-user-list{display:grid;gap:10px;padding:14px}
.admin-user-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    padding:12px;
    border:1px solid rgba(34,211,238,.2);
    border-radius:8px;
    background:rgba(2,8,23,.42);
}
.admin-user-form{
    display:grid;
    grid-template-columns:minmax(210px,1.3fr) minmax(170px,1fr) 130px 130px auto;
    gap:10px;
    align-items:center;
}
.admin-user-form strong,
.admin-thread-card h3,
.admin-list-panel h3{
    color:#f8fbff;
    font-weight:900;
}
.admin-user-form small{
    display:block;
    color:#9db3ca;
    font-size:.76rem;
}
.admin-thread-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.admin-message-groups{
    display:grid;
    gap:14px;
}
.admin-chat-console{
    display:grid;
    grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);
    gap:14px;
    align-items:start;
}
.admin-chat-roster{
    display:grid;
    min-height:620px;
}
.admin-chat-roster-list{
    display:grid;
    gap:12px;
    align-content:start;
    max-height:620px;
    overflow:auto;
    padding:14px;
    scrollbar-width:thin;
    scrollbar-color:#22d3ee rgba(2,8,23,.42);
}
.admin-chat-roster-list::-webkit-scrollbar,
.admin-chat-feed::-webkit-scrollbar{width:7px}
.admin-chat-roster-list::-webkit-scrollbar-track,
.admin-chat-feed::-webkit-scrollbar-track{background:rgba(15,23,42,.35);border-radius:999px}
.admin-chat-roster-list::-webkit-scrollbar-thumb,
.admin-chat-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#22d3ee,#8b5cf6);border-radius:999px}
.admin-chat-user-block{
    display:grid;
    gap:10px;
    padding:12px;
    border:1px solid rgba(34,211,238,.2);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(2,8,23,.54),rgba(30,10,54,.38));
}
.admin-chat-user-head{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    align-items:center;
}
.admin-chat-user-head strong{
    display:block;
    color:#f8fbff;
    font-weight:900;
}
.admin-chat-user-head small{
    display:block;
    color:#9db3ca;
    font-size:.76rem;
    overflow:hidden;
    text-overflow:ellipsis;
}
.admin-chat-user-head code{
    display:block;
    margin-top:5px;
    color:#facc15;
    font:900 .72rem Consolas,Monaco,monospace;
}
.admin-chat-thread-list{display:grid;gap:8px}
.admin-chat-thread-btn{
    width:100%;
    display:grid;
    gap:4px;
    text-align:left;
    border:1px solid rgba(34,211,238,.18);
    border-radius:8px;
    background:#071426;
    color:#dbeafe;
    padding:11px 12px;
    cursor:pointer;
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.admin-chat-thread-btn:hover,
.admin-chat-thread-btn.active{
    transform:translateX(2px);
    border-color:rgba(52,211,153,.55);
    background:linear-gradient(145deg,#071426,#082f33);
    box-shadow:inset 4px 0 0 #34d399;
}
.admin-chat-thread-btn span{
    color:#f8fbff;
    font-weight:900;
}
.admin-chat-thread-btn small,
.admin-chat-thread-btn em{
    color:#9db3ca;
    font:800 .73rem Consolas,Monaco,monospace;
    font-style:normal;
}
.admin-chat-thread-btn em{color:#facc15}
.admin-chat-panels{min-width:0}
.admin-chat-room{
    display:none;
}
.admin-chat-room.active{
    display:block;
}
.admin-chat-room-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:16px 18px 12px;
    border-bottom:1px solid rgba(34,211,238,.16);
}
.admin-chat-room-head span{
    color:#34d399;
    font:900 .78rem Consolas,Monaco,monospace;
}
.admin-chat-room-head h3{
    margin:4px 0 0;
    color:#f8fbff;
    font-weight:900;
}
.admin-chat-room-head p{
    margin:4px 0 0;
    color:#9db3ca;
}
.admin-chat-room-head code{
    color:#facc15;
    font:900 .78rem Consolas,Monaco,monospace;
    white-space:normal;
}
.admin-chat-status-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)) auto;
    gap:10px;
    padding:12px 18px;
    border-bottom:1px solid rgba(34,211,238,.14);
}
.admin-chat-status-grid label{
    display:grid;
    gap:5px;
    color:#34d399;
    font:900 .72rem Consolas,Monaco,monospace;
}
.admin-chat-feed{
    display:flex;
    flex-direction:column;
    gap:8px;
    height:min(54vh,540px);
    min-height:390px;
    overflow:auto;
    padding:18px 20px;
    background:
        radial-gradient(circle at 82% 18%,rgba(34,211,238,.10),transparent 34%),
        linear-gradient(145deg,rgba(2,8,23,.74),rgba(21,10,42,.58));
    scrollbar-width:thin;
    scrollbar-color:rgba(34,211,238,.5) rgba(15,23,42,.36);
}
.admin-chat-row{
    display:flex;
    align-items:flex-end;
    gap:8px;
    max-width:78%;
}
.admin-chat-row.from-student{
    align-self:flex-start;
}
.admin-chat-row.from-admin{
    align-self:flex-end;
    flex-direction:row-reverse;
}
.admin-chat-avatar{
    flex:0 0 28px;
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:50%;
    border:1px solid rgba(34,211,238,.45);
    background:linear-gradient(145deg,#0e7490,#34d399);
    color:#03101f;
    font:900 .76rem Inter,system-ui,sans-serif;
    box-shadow:0 0 18px rgba(34,211,238,.22);
}
.admin-chat-row.from-admin .admin-chat-avatar{
    background:linear-gradient(145deg,#7c3aed,#22d3ee);
    color:#f8f5ff;
}
.admin-chat-bubble{
    min-width:132px;
    padding:10px 12px 8px;
    border:1px solid rgba(34,211,238,.22);
    border-radius:14px 14px 14px 4px;
    background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(8,18,34,.92));
    color:#dbeafe;
    white-space:pre-wrap;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.admin-chat-row.from-admin .admin-chat-bubble{
    border-radius:14px 14px 4px 14px;
    border-color:rgba(52,211,153,.42);
    background:linear-gradient(145deg,rgba(6,48,45,.96),rgba(7,20,38,.92));
}
.admin-chat-bubble p{
    margin:0;
    color:#dbeafe;
    line-height:1.55;
}
.admin-chat-bubble time{
    display:block;
    margin-top:6px;
    text-align:right;
    color:#9fb4c8;
    font:700 .68rem Consolas,Monaco,monospace;
}
.admin-chat-composer{
    display:grid;
    grid-template-columns:minmax(320px,1fr) minmax(210px,.42fr) 180px;
    gap:12px;
    align-items:stretch;
    padding:14px 18px;
    border-top:1px solid rgba(34,211,238,.16);
}
.admin-chat-composer textarea,
.admin-chat-composer input[type="file"],
.admin-chat-composer .cyber-command-button{
    height:66px;
    min-height:66px;
    max-height:66px;
    font-size:.78rem;
}
.admin-chat-composer textarea{
    resize:none;
    overflow-y:auto;
    padding:14px 16px;
    line-height:1.35;
    scrollbar-width:thin;
    scrollbar-color:rgba(34,211,238,.62) rgba(5,12,25,.7);
}
.admin-chat-composer textarea::-webkit-scrollbar{width:7px}
.admin-chat-composer textarea::-webkit-scrollbar-track{background:rgba(5,12,25,.7)}
.admin-chat-composer textarea::-webkit-scrollbar-thumb{
    background:linear-gradient(180deg,#22d3ee,#8b5cf6);
    border-radius:999px;
}
.admin-chat-composer input[type="file"]{
    display:flex;
    align-items:center;
    padding:11px;
    line-height:1;
}
.admin-chat-composer .chat-send-button{
    justify-content:center;
    gap:16px;
    padding:0 16px;
    white-space:nowrap;
}
.admin-chat-danger-row{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding:0 18px 18px;
}
.admin-message-user{
    padding:0 18px 18px;
}
.admin-message-user .student-window-bar{margin:0 -18px 0}
.admin-message-user-head{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
    padding:16px 0 12px;
    border-bottom:1px solid rgba(34,211,238,.16);
}
.admin-avatar,
.admin-profile-orb{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    border-radius:8px;
    background:linear-gradient(135deg,#22d3ee,#34d399);
    color:#06101e;
    font:900 1.25rem Consolas,Monaco,monospace;
    box-shadow:0 0 0 8px rgba(34,211,238,.08);
}
.admin-message-user-head h3,
.admin-profile-card h3{
    margin:0;
    color:#f8fbff;
    font-weight:900;
}
.admin-message-user-head p,
.admin-profile-card p{
    margin:3px 0 0;
    color:#b8c7dd;
}
.admin-message-user-head code{
    color:#facc15;
    font:900 .78rem Consolas,Monaco,monospace;
    white-space:normal;
}
.admin-thread-stack{
    display:grid;
    gap:10px;
    padding-top:12px;
}
.admin-thread-line{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:12px;
    border:1px solid rgba(34,211,238,.18);
    border-radius:8px;
    background:rgba(2,8,23,.38);
}
.admin-inline-chat{
    position:relative;
}
.admin-inline-chat summary{
    list-style:none;
}
.admin-inline-chat summary::-webkit-details-marker{display:none}
.admin-inline-chat[open]{
    grid-column:1/-1;
}
.admin-inline-chat-panel{
    width:min(760px,calc(100vw - 72px));
    margin-top:10px;
    padding:12px;
    border:1px solid rgba(34,211,238,.24);
    border-left:3px solid #34d399;
    border-radius:8px;
    background:linear-gradient(145deg,rgba(2,8,23,.96),rgba(22,8,42,.94));
    box-shadow:0 22px 70px rgba(0,0,0,.34);
}
.admin-inline-status{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)) auto;
    gap:8px;
    margin-bottom:10px;
}
.admin-inline-chat-feed{
    display:grid;
    gap:8px;
    max-height:280px;
    overflow:auto;
    padding:10px;
    border:1px solid rgba(34,211,238,.16);
    border-radius:8px;
    background:rgba(2,8,23,.42);
    scrollbar-width:thin;
    scrollbar-color:#22d3ee rgba(2,8,23,.45);
}
.admin-inline-message{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:10px;
    align-items:start;
}
.admin-inline-message span{
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#10233b;
    color:#22d3ee;
    font:900 .78rem Consolas,Monaco,monospace;
}
.admin-inline-message.is-admin span{
    background:#143426;
    color:#34d399;
}
.admin-inline-message small{
    color:#93a9bf;
    font:800 .72rem Consolas,Monaco,monospace;
}
.admin-inline-message p{
    margin:3px 0 0;
    color:#e8f4ff;
    line-height:1.45;
}
.admin-inline-message a{
    display:inline-block;
    margin-top:4px;
    color:#22d3ee;
    text-decoration:none;
    font:900 .76rem Consolas,Monaco,monospace;
}
.admin-inline-reply{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(170px,.35fr) auto;
    gap:8px;
    margin-top:10px;
    align-items:end;
}
.admin-empty-line{
    margin:0;
    color:#9db3ca;
    font:800 .82rem Consolas,Monaco,monospace;
}
.admin-thread-line strong{
    display:block;
    color:#e8f4ff;
    font-weight:900;
}
.admin-thread-line small{
    display:block;
    margin-top:4px;
    color:#9db3ca;
    font:800 .76rem Consolas,Monaco,monospace;
}
.admin-thread-card{
    display:grid;
    gap:12px;
    padding:0 18px 18px;
}
.admin-thread-card p{
    margin:0;
    color:#b8c7dd;
    line-height:1.55;
}
.admin-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}
.admin-actions form{margin:0}
.mini-command{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-height:38px;
    border:1px solid rgba(34,211,238,.3);
    border-radius:8px;
    background:#071426;
    color:#34d399;
    padding:8px 12px;
    text-decoration:none;
    font-weight:900;
    cursor:pointer;
}
.mini-command.warning{color:#facc15;border-color:rgba(250,204,21,.34)}
.mini-command.danger{color:#fb7185;border-color:rgba(251,113,133,.42)}
.admin-split{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:14px;
}
.admin-stack-form{
    display:grid;
    gap:13px;
    padding:0 18px 18px;
}
.admin-list-panel{
    display:grid;
    align-content:start;
    gap:12px;
    padding:0 18px 18px;
}
.admin-inline-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    padding:10px;
    border:1px solid rgba(34,211,238,.18);
    border-radius:8px;
    background:rgba(2,8,23,.32);
}
.admin-inline-row span{color:#dbeafe}
.admin-edit-card{
    border:1px solid rgba(34,211,238,.22);
    border-left:3px solid #a855f7;
    border-radius:8px;
    background:rgba(2,8,23,.34);
    overflow:hidden;
}
.admin-edit-card summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    padding:12px;
    cursor:pointer;
    list-style:none;
    color:#e8f4ff;
    font-weight:900;
}
.admin-edit-card summary::-webkit-details-marker{display:none}
.admin-edit-card summary:before{
    content:"$";
    color:#34d399;
    font:900 1rem Consolas,Monaco,monospace;
}
.admin-edit-card summary{
    grid-template-columns:auto minmax(0,1fr) auto;
}
.admin-edit-card summary em{
    color:#facc15;
    font:900 .72rem Consolas,Monaco,monospace;
}
.admin-edit-card form,
.admin-plan-form{
    display:grid;
    gap:10px;
    padding:12px;
}
.admin-edit-card input,
.admin-edit-card textarea,
.admin-plan-form input,
.admin-plan-form textarea{
    width:100%;
    border:1px solid rgba(34,211,238,.26);
    border-radius:7px;
    background:#050b18;
    color:#e8f4ff;
    padding:10px 11px;
    font:800 .84rem Consolas,Monaco,monospace;
    outline:none;
}
.admin-check{
    display:flex!important;
    align-items:center;
    gap:9px!important;
    color:#b8c7dd!important;
    font:800 .8rem Consolas,Monaco,monospace!important;
}
.admin-check input{width:auto!important;accent-color:#34d399}
.admin-plan-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
.admin-plan-checks{display:flex;gap:12px;flex-wrap:wrap}
.admin-mini-forms{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(34,211,238,.15);
}
.admin-create-drawer{
    border:1px solid rgba(34,211,238,.22);
    border-radius:8px;
    background:rgba(2,8,23,.34);
    overflow:hidden;
}
.admin-create-drawer summary{
    cursor:pointer;
    color:#34d399;
    padding:12px;
    font:900 .86rem Consolas,Monaco,monospace;
}
.admin-create-drawer[open] summary{
    border-bottom:1px solid rgba(34,211,238,.14);
    color:#facc15;
}
.admin-mini-forms form{
    display:grid;
    gap:10px;
    padding:12px;
}
.admin-mini-forms input,
.admin-mini-forms textarea{
    border:1px solid rgba(34,211,238,.26);
    border-radius:7px;
    background:#050b18;
    color:#e8f4ff;
    padding:10px 11px;
    font:800 .84rem Consolas,Monaco,monospace;
}
.admin-pagination{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    margin-top:14px;
    padding:10px 0 12px;
    margin-bottom:8px;
}
.admin-pagination button,
.admin-pagination span{
    border:1px solid rgba(34,211,238,.3);
    border-radius:7px;
    background:#071426;
    color:#34d399;
    padding:9px 12px;
    font:900 .78rem Consolas,Monaco,monospace;
}
.admin-pagination span{color:#facc15}
.admin-pagination button{cursor:pointer}
.admin-pagination button:disabled{
    opacity:.42;
    cursor:not-allowed;
}
.admin-profile-grid{
    display:grid;
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:14px;
}
.admin-profile-card{
    display:grid;
    align-content:start;
    gap:14px;
    padding:0 18px 18px;
}
.admin-profile-card .student-window-bar,
.admin-profile-form .student-window-bar{margin:0 -18px 0}
.admin-profile-card code{
    display:block;
    border:1px solid rgba(34,211,238,.24);
    border-radius:8px;
    background:#050b18;
    color:#facc15;
    padding:12px;
    font:900 .82rem Consolas,Monaco,monospace;
    white-space:normal;
}
.admin-profile-flags{
    display:grid;
    gap:9px;
}
.admin-profile-flags span{
    border:1px solid rgba(34,211,238,.2);
    border-radius:7px;
    background:rgba(2,8,23,.36);
    color:#34d399;
    padding:10px 11px;
    font:900 .78rem Consolas,Monaco,monospace;
}
.admin-profile-form{
    grid-template-columns:repeat(2,minmax(0,1fr));
}
.admin-profile-form .student-window-bar,
.admin-profile-form button{grid-column:1/-1}
.cyber-confirm-backdrop{
    position:fixed;
    inset:0;
    z-index:1400;
    display:grid;
    place-items:center;
    padding:16px;
    background:rgba(2,6,23,.74);
    backdrop-filter:blur(8px);
}
.cyber-confirm-box{
    width:min(520px,100%);
    overflow:hidden;
    border:1px solid rgba(251,113,133,.45);
    border-radius:8px;
    background:linear-gradient(145deg,#12081f,#071426);
    box-shadow:0 30px 90px rgba(0,0,0,.55),0 0 44px rgba(251,113,133,.12);
}
.cyber-confirm-box h2{
    margin:0;
    padding:22px 22px 8px;
    color:#f8fbff;
    font:900 1.35rem Consolas,Monaco,monospace;
}
.cyber-confirm-box p{
    margin:0;
    padding:0 22px 18px;
    color:#cbd5e1;
}
.cyber-confirm-box .admin-actions{padding:0 22px 22px;justify-content:flex-end}
html[data-theme="light"] .admin-cyber-shell{
    background:
        radial-gradient(circle at 12% 20%,rgba(168,85,247,.30),transparent 32%),
        radial-gradient(circle at 86% 30%,rgba(34,211,238,.18),transparent 28%),
        linear-gradient(90deg,rgba(124,58,237,.13) 1px,transparent 1px),
        linear-gradient(rgba(14,165,233,.08) 1px,transparent 1px),
        linear-gradient(135deg,#090414 0%,#1a0b35 52%,#071426 100%)!important;
    background-size:auto,auto,58px 58px,58px 58px,auto!important;
}
html[data-theme="light"] .admin-workspace,
html[data-theme="light"] .admin-sidebar,
html[data-theme="light"] .admin-window,
html[data-theme="light"] .admin-metric-card,
html[data-theme="light"] .admin-user-row,
html[data-theme="light"] .admin-inline-row,
html[data-theme="light"] .admin-search-bar,
html[data-theme="light"] .admin-thread-line,
html[data-theme="light"] .admin-chat-user-block,
html[data-theme="light"] .admin-chat-thread-btn,
html[data-theme="light"] .admin-chat-bubble,
html[data-theme="light"] .admin-chat-status-grid select,
html[data-theme="light"] .admin-chat-composer textarea,
html[data-theme="light"] .admin-chat-composer input[type="file"]{
    background:linear-gradient(145deg,#1a102e,#071426)!important;
    border-color:rgba(168,85,247,.42)!important;
    color:#f8f5ff!important;
}
html[data-theme="light"] .admin-section-head h1,
html[data-theme="light"] .admin-chat-room-head h3,
html[data-theme="light"] .admin-chat-user-head strong,
html[data-theme="light"] .admin-chat-thread-btn span,
html[data-theme="light"] .admin-thread-card h3,
html[data-theme="light"] .admin-list-panel h3,
html[data-theme="light"] .admin-table,
html[data-theme="light"] .admin-inline-row span{color:#f8f5ff!important}
html[data-theme="light"] .admin-section-head p,
html[data-theme="light"] .admin-chat-room-head p,
html[data-theme="light"] .admin-chat-bubble p,
html[data-theme="light"] .admin-thread-card p{color:#c9b8ff!important}
@media (max-width:1199px){
    .admin-workspace{grid-template-columns:260px minmax(0,1fr)}
    .admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
    .admin-form-grid,.admin-user-form{grid-template-columns:1fr 1fr}
    .admin-user-form > div{grid-column:1/-1}
}
@media (max-width:991px){
    .admin-cyber-shell{padding:12px 0 28px}
    .admin-container{padding:0}
    .admin-workspace{grid-template-columns:1fr;border-radius:0;border-left:0;border-right:0}
    .admin-sidebar{
        border-right:0;
        border-bottom:1px solid rgba(168,85,247,.34);
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .admin-sidebar .student-id-card,
    .admin-sidebar form{grid-column:1/-1}
    .admin-main{padding:12px}
    .admin-section-head h1{font-size:1.75rem}
    .admin-form-grid,.admin-split,.admin-thread-grid,.admin-user-form,.admin-profile-grid,.admin-profile-form,.admin-mini-forms{grid-template-columns:1fr}
    .admin-chat-console{grid-template-columns:1fr}
    .admin-chat-roster{min-height:0}
    .admin-chat-roster-list{max-height:380px}
    .admin-chat-status-grid,.admin-chat-composer{grid-template-columns:1fr}
    .admin-chat-feed{height:52vh;min-height:320px;padding:14px 10px}
    .admin-chat-row{max-width:92%}
    .admin-user-row{grid-template-columns:1fr}
    .admin-message-user-head,.admin-thread-line{grid-template-columns:1fr}
    .admin-actions{display:grid;grid-template-columns:1fr}
    .admin-actions .mini-command{width:100%}
    .admin-inline-chat-panel{width:100%;margin-top:8px}
    .admin-inline-status,.admin-inline-reply{grid-template-columns:1fr}
    .admin-search-bar{grid-template-columns:auto minmax(0,1fr)}
    .admin-search-bar i{display:none}
    .admin-search-bar input,.admin-search-bar code{grid-column:1/-1}
    .admin-pagination{justify-content:center;flex-wrap:wrap}
}
@media (max-width:575px){
    .admin-sidebar{grid-template-columns:1fr}
    .admin-metrics{grid-template-columns:1fr}
    .admin-section-head{margin-bottom:12px}
    .admin-section-head h1{font-size:1.45rem}
    .admin-section-head p{font-size:.92rem}
    .admin-form-grid,.admin-stack-form,.admin-list-panel,.admin-thread-card{padding-left:12px;padding-right:12px;padding-bottom:12px}
    .admin-form-grid .student-window-bar,
    .admin-stack-form .student-window-bar,
    .admin-list-panel .student-window-bar,
    .admin-thread-card .student-window-bar{margin-left:-12px;margin-right:-12px}
    .admin-container{padding-left:6px;padding-right:6px}
    .admin-workspace{border-radius:8px}
    .admin-tab{min-height:58px}
    .admin-metric-card{padding:12px}
    .admin-thread-line{padding:10px}
    .admin-chat-room-head{grid-template-columns:1fr;padding:14px 12px 10px}
    .admin-chat-status-grid,.admin-chat-composer{padding-left:12px;padding-right:12px}
    .admin-chat-danger-row{padding-left:12px;padding-right:12px}
    .admin-chat-user-block{padding:10px}
    .admin-chat-user-head{grid-template-columns:38px minmax(0,1fr)}
    .admin-avatar{width:38px;height:38px;font-size:.95rem}
    .admin-chat-feed{min-height:300px}
    .admin-chat-row{max-width:96%}
    .admin-inline-chat-feed{max-height:230px}
    .admin-create-drawer summary{padding:10px}
    .admin-pagination{padding-bottom:14px}
}

/* Final admin pass: keep the management area dark Kali-purple in every theme. */
html[data-theme="light"] body:has(.admin-cyber-shell),
html[data-theme="light"] main:has(.admin-cyber-shell){
    background:#090414!important;
}
html[data-theme="light"] .admin-cyber-shell{
    color-scheme:dark;
    background:
        radial-gradient(circle at 12% 18%,rgba(168,85,247,.34),transparent 31%),
        radial-gradient(circle at 88% 24%,rgba(34,211,238,.16),transparent 29%),
        radial-gradient(circle at 58% 88%,rgba(59,130,246,.11),transparent 31%),
        linear-gradient(90deg,rgba(168,85,247,.16) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.09) 1px,transparent 1px),
        linear-gradient(135deg,#080313 0%,#17072f 48%,#061525 100%)!important;
    background-size:auto,auto,auto,58px 58px,58px 58px,auto!important;
}
html[data-theme="light"] .admin-console-head,
html[data-theme="light"] .admin-workspace,
html[data-theme="light"] .admin-sidebar,
html[data-theme="light"] .admin-main,
html[data-theme="light"] .admin-window,
html[data-theme="light"] .admin-chat-room,
html[data-theme="light"] .admin-chat-roster{
    background-color:#0a0719!important;
}
html[data-theme="light"] .admin-workspace{
    background:
        radial-gradient(circle at 18% 12%,rgba(168,85,247,.20),transparent 30%),
        radial-gradient(circle at 92% 72%,rgba(34,211,238,.11),transparent 30%),
        linear-gradient(145deg,rgba(12,7,29,.98),rgba(5,18,33,.96))!important;
}
html[data-theme="light"] .admin-sidebar{
    background:linear-gradient(180deg,rgba(29,9,55,.95),rgba(7,12,28,.98))!important;
}
html[data-theme="light"] .admin-main{
    background:
        linear-gradient(90deg,rgba(168,85,247,.08) 1px,transparent 1px),
        linear-gradient(rgba(34,211,238,.06) 1px,transparent 1px),
        linear-gradient(145deg,rgba(9,5,24,.72),rgba(5,16,30,.72))!important;
    background-size:58px 58px,58px 58px,auto!important;
}
html[data-theme="light"] .admin-section-head h1,
html[data-theme="light"] .admin-metric-card strong,
html[data-theme="light"] .admin-table,
html[data-theme="light"] .admin-user-row strong,
html[data-theme="light"] .admin-chat-room-head h3,
html[data-theme="light"] .admin-chat-thread-btn span{
    color:#f8fbff!important;
}
html[data-theme="light"] .admin-section-head p,
html[data-theme="light"] .admin-chat-room-head p,
html[data-theme="light"] .admin-chat-user-head small,
html[data-theme="light"] .admin-chat-thread-btn small{
    color:#c9b8ff!important;
}
html[data-theme="light"] .admin-window,
html[data-theme="light"] .admin-metric-card,
html[data-theme="light"] .admin-user-row,
html[data-theme="light"] .admin-chat-user-block,
html[data-theme="light"] .admin-chat-thread-btn,
html[data-theme="light"] .admin-chat-status-grid select,
html[data-theme="light"] .admin-chat-composer textarea,
html[data-theme="light"] .admin-chat-composer input[type="file"]{
    background:linear-gradient(145deg,rgba(26,14,49,.96),rgba(5,17,31,.95))!important;
    border-color:rgba(168,85,247,.46)!important;
}
html[data-theme="light"] .admin-chat-feed{
    background:
        radial-gradient(circle at 82% 12%,rgba(34,211,238,.12),transparent 32%),
        radial-gradient(circle at 20% 86%,rgba(168,85,247,.14),transparent 34%),
        linear-gradient(145deg,rgba(7,12,28,.96),rgba(20,9,42,.9))!important;
}

/* Admin chat should behave like the student chat room, only with admin controls attached. */
.admin-chat-room.active{
    display:grid;
    grid-template-rows:auto auto minmax(360px,1fr) auto auto;
}
.admin-chat-room .student-window-bar{
    position:sticky;
    top:0;
    z-index:2;
}
.admin-chat-status-grid{
    background:linear-gradient(145deg,rgba(2,8,23,.64),rgba(30,10,54,.42));
}
.admin-chat-feed{
    border-top:1px solid rgba(34,211,238,.1);
    border-bottom:1px solid rgba(34,211,238,.1);
}
.admin-chat-composer input[type="file"]{
    padding:11px;
}
.admin-chat-composer input[type="file"]::file-selector-button{
    border:0;
    border-radius:6px;
    margin-right:10px;
    padding:8px 10px;
    background:linear-gradient(135deg,#22d3ee,#8b5cf6);
    color:#06101e;
    font:900 .75rem Consolas,Monaco,monospace;
}
@media (max-width:991px){
    .admin-chat-room.active{
        grid-template-rows:auto auto minmax(320px,52vh) auto auto;
    }
    .admin-chat-composer{
        grid-template-columns:1fr;
        gap:10px;
    }
    .admin-chat-composer textarea,
    .admin-chat-composer input[type="file"],
    .admin-chat-composer .cyber-command-button{
        height:58px;
        min-height:58px;
        max-height:58px;
    }
    .admin-chat-composer textarea{
        padding:12px 14px;
    }
}

/* Admin chat responsive repair: keep every control inside the room. */
.admin-chat-room,
.admin-chat-room *{
    box-sizing:border-box;
}
.admin-chat-room{
    overflow:hidden;
}
.admin-chat-room-head,
.admin-chat-status-grid,
.admin-chat-composer,
.admin-chat-danger-row{
    min-width:0;
}
.admin-chat-room-head > *,
.admin-chat-status-grid > *,
.admin-chat-composer > *,
.admin-chat-danger-row > *{
    min-width:0;
}
.admin-chat-room-head code{
    justify-self:end;
    max-width:100%;
    overflow-wrap:anywhere;
}
.admin-chat-status-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:end;
}
.admin-chat-status-grid select,
.admin-chat-status-grid .mini-command{
    width:100%;
    height:54px;
    min-height:54px;
}
.admin-chat-status-grid .mini-command{
    padding:0 12px;
    white-space:nowrap;
}
.admin-chat-feed{
    min-width:0;
}
.admin-chat-row{
    max-width:min(540px,86%);
}
.admin-chat-bubble{
    max-width:100%;
    overflow-wrap:anywhere;
}
.admin-chat-composer{
    grid-template-columns:minmax(260px,1fr) minmax(180px,.42fr) 156px;
}
.admin-chat-composer textarea,
.admin-chat-composer input[type="file"],
.admin-chat-composer .chat-send-button{
    width:100%;
}
.admin-chat-composer input[type="file"]{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.admin-chat-danger-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    justify-content:stretch;
}
.admin-chat-danger-row form,
.admin-chat-danger-row .mini-command{
    width:100%;
}
@media (max-width:1399px){
    .admin-chat-console{
        grid-template-columns:minmax(260px,.48fr) minmax(0,1.52fr);
    }
    .admin-chat-status-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .admin-chat-status-grid .mini-command{
        grid-column:1/-1;
    }
    .admin-chat-composer{
        grid-template-columns:minmax(0,1fr) minmax(190px,.45fr) 150px;
    }
}
@media (max-width:1199px){
    .admin-chat-console{
        grid-template-columns:1fr;
    }
    .admin-chat-roster-list{
        max-height:360px;
    }
    .admin-chat-room-head{
        grid-template-columns:1fr;
    }
    .admin-chat-room-head code{
        justify-self:start;
    }
    .admin-chat-composer{
        grid-template-columns:minmax(0,1fr) minmax(190px,.45fr);
    }
    .admin-chat-composer .chat-send-button{
        grid-column:1/-1;
    }
}
@media (max-width:767px){
    .admin-chat-status-grid,
    .admin-chat-composer,
    .admin-chat-danger-row{
        grid-template-columns:1fr;
    }
    .admin-chat-status-grid .mini-command,
    .admin-chat-composer .chat-send-button{
        grid-column:auto;
    }
    .admin-chat-feed{
        height:50vh;
        min-height:300px;
        padding:14px 10px;
    }
    .admin-chat-row{
        max-width:94%;
    }
}
@media (max-width:480px){
    .admin-chat-room-head h3{
        font-size:1.35rem;
    }
    .admin-chat-room-head p,
    .admin-chat-room-head code{
        font-size:.82rem;
    }
    .admin-chat-status-grid,
    .admin-chat-composer{
        padding-left:10px;
        padding-right:10px;
    }
    .admin-chat-danger-row{
        padding-left:10px;
        padding-right:10px;
    }
    .admin-chat-composer textarea,
    .admin-chat-composer input[type="file"],
    .admin-chat-composer .chat-send-button{
        height:56px;
        min-height:56px;
        max-height:56px;
    }
}

/* Final admin chat polish: compact message bubbles and responsive composer */
.admin-chat-room.active{
    display:grid;
    grid-template-rows:auto auto auto minmax(300px,1fr) auto auto;
}
.admin-chat-room-head{
    min-height:auto;
}
.admin-chat-status-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) minmax(150px,.58fr);
    align-items:end;
    padding:12px 18px;
}
.admin-chat-status-grid label{
    min-width:0;
}
.admin-chat-status-grid select,
.admin-chat-status-grid .mini-command{
    width:100%;
    height:54px;
    min-height:54px;
    max-height:54px;
}
.admin-chat-feed{
    height:min(48vh,460px);
    min-height:300px;
    padding:16px 18px;
    align-items:stretch;
}
.admin-chat-row{
    width:fit-content;
    max-width:min(560px,84%);
    flex:0 0 auto;
}
.admin-chat-row.from-student{
    align-self:flex-start;
}
.admin-chat-row.from-admin{
    align-self:flex-end;
}
.admin-chat-bubble{
    width:auto;
    min-width:0;
    min-height:auto;
    max-width:100%;
    padding:11px 14px 8px;
    display:inline-block;
}
.admin-chat-bubble p{
    margin:0;
    white-space:pre-wrap;
    overflow-wrap:anywhere;
}
.admin-chat-composer{
    grid-template-columns:minmax(0,1fr) minmax(190px,250px) 160px;
    grid-template-areas:
        "body body body"
        "file file send";
    align-items:stretch;
    gap:10px;
}
.admin-chat-composer textarea{
    grid-area:body;
    height:86px;
    min-height:86px;
    max-height:86px;
}
.admin-chat-composer .cyber-file-control{
    grid-area:file;
    height:58px;
    min-height:58px;
    max-height:58px;
}
.cyber-file-control{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    width:100%;
    padding:0 16px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid rgba(34,211,238,.38);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(5,12,25,.96),rgba(8,32,52,.9));
    color:#dbeafe;
    box-shadow:inset 3px 0 0 #34d399;
}
.cyber-file-control:hover{
    border-color:rgba(52,211,153,.72);
    background:linear-gradient(145deg,rgba(8,32,52,.98),rgba(30,10,54,.88));
}
.cyber-file-control input[type="file"]{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
}
.cyber-file-prompt{
    flex:0 0 auto;
    color:#34d399;
    font:900 .78rem Consolas,Monaco,monospace;
    letter-spacing:.02em;
}
.cyber-file-name{
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#facc15;
    font:900 .76rem Consolas,Monaco,monospace;
}
.cyber-file-control i{
    flex:0 0 auto;
    color:#22d3ee;
    font-size:1rem;
}
.admin-chat-composer .chat-send-button{
    grid-area:send;
    height:58px;
    min-height:58px;
    max-height:58px;
    font-size:.72rem;
}
.admin-chat-danger-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
@media (max-width:1199px){
    .admin-chat-room.active{
        grid-template-rows:auto auto auto minmax(280px,50vh) auto auto;
    }
    .admin-chat-status-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .admin-chat-status-grid .mini-command{
        grid-column:1/-1;
    }
}
@media (max-width:767px){
    .admin-chat-room.active{
        grid-template-rows:auto auto auto minmax(280px,48vh) auto auto;
    }
    .admin-chat-status-grid{
        grid-template-columns:1fr;
        padding:12px;
    }
    .admin-chat-status-grid .mini-command{
        grid-column:auto;
    }
    .admin-chat-feed{
        height:48vh;
        min-height:280px;
        padding:12px 10px;
    }
    .admin-chat-row{
        max-width:94%;
    }
    .admin-chat-composer{
        grid-template-columns:1fr;
        grid-template-areas:
            "body"
            "file"
            "send";
        padding:12px;
    }
    .admin-chat-composer textarea{
        height:92px;
        min-height:92px;
        max-height:92px;
    }
    .admin-chat-composer .cyber-file-control,
    .admin-chat-composer .chat-send-button{
        height:56px;
        min-height:56px;
        max-height:56px;
    }
    .admin-chat-danger-row{
        grid-template-columns:1fr;
        padding:0 12px 12px;
    }
}

.thread-item,
.admin-chat-thread-btn{
    position:relative;
}

.thread-new-badge{
    position:absolute;
    top:10px;
    right:10px;
    display:inline-grid;
    place-items:center;
    min-width:38px;
    height:22px;
    padding:0 8px;
    border:1px solid rgba(250,204,21,.72);
    border-radius:6px;
    background:linear-gradient(135deg,rgba(250,204,21,.18),rgba(139,92,246,.22));
    color:#facc15;
    font:900 .68rem Consolas,Monaco,monospace;
    letter-spacing:.02em;
    box-shadow:0 0 20px rgba(250,204,21,.16);
    text-transform:uppercase;
    z-index:2;
}

.thread-new-badge[hidden]{
    display:none;
}

.admin-chat-feed,
.chat-feed{
    position:relative;
}

.admin-chat-feed.chat-syncing::before,
.chat-feed.chat-syncing::before{
    content:"sync --messages";
    position:absolute;
    inset:0;
    z-index:20;
    display:grid;
    place-items:center;
    border-radius:inherit;
    background:
        radial-gradient(circle at 50% 45%,rgba(34,211,238,.18),transparent 28%),
        linear-gradient(135deg,rgba(7,12,28,.88),rgba(24,13,48,.9));
    color:#34d399;
    font:900 .82rem Consolas,Monaco,monospace;
    letter-spacing:.06em;
    text-shadow:0 0 18px rgba(52,211,153,.45);
    pointer-events:none;
    animation:chatSyncPulse 1s ease-in-out infinite alternate;
}

@keyframes chatSyncPulse{
    from{opacity:.78}
    to{opacity:.98}
}

.admin-chat-row,
.chat-row{
    width:fit-content!important;
    flex:0 0 auto;
}

.admin-chat-row.from-admin,
.chat-row.from-student{
    align-self:flex-end;
}

.admin-chat-row.from-student,
.chat-row.from-admin{
    align-self:flex-start;
}

.admin-chat-bubble,
.chat-bubble{
    width:auto!important;
    min-width:0!important;
    min-height:auto!important;
    height:auto!important;
    max-width:100%!important;
    padding:10px 12px 8px!important;
    display:inline-block;
}

.admin-chat-bubble p,
.chat-bubble p{
    margin:0;
    white-space:pre-wrap;
    overflow-wrap:anywhere;
}

@media (max-width:767px){
    .thread-new-badge{
        top:8px;
        right:8px;
        min-width:34px;
        height:20px;
        font-size:.62rem;
    }

    .admin-chat-row,
    .chat-row{
        max-width:88%!important;
    }

    .admin-chat-feed.chat-syncing::before,
    .chat-feed.chat-syncing::before{
        font-size:.72rem;
    }
}
