/* ═══ NOVA — Cyber OS (left dock, grid world, monospace, neon) ═══ */
html[data-theme="nova"]{
  --vx-font:'Space Grotesk',system-ui,sans-serif;
  --vx-display:'JetBrains Mono',ui-monospace,monospace;
  --vx-bg:#030208;
  --vx-surface:#0c0a14;
  --vx-surface-2:#141024;
  --vx-text:#ede9fe;
  --vx-muted:#8b83b8;
  --vx-border:rgba(168,85,247,.22);
  --vx-accent-solid:#c084fc;
  --vx-accent-text:#fff;
  --vx-shadow:0 0 40px -8px rgba(168,85,247,.55);
  --vx-radius:.5rem;
  --vx-picker-bg:rgba(12,10,20,.98);
  --vx-skeleton-mid:#2d2650;
  color-scheme:dark;
}

html[data-theme="nova"] .vx-shell-nova{
  background:
    linear-gradient(rgba(168,85,247,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(168,85,247,.04) 1px,transparent 1px),
    radial-gradient(circle at 10% 0%,rgba(168,85,247,.18),transparent 40%),
    #030208;
  background-size:40px 40px,40px 40px,auto,auto;
  color:var(--vx-text);
  font-family:var(--vx-font);
  min-height:100vh;
  padding-top:2.2rem;
}

/* Dock layout */
.nv-app{display:flex;min-height:calc(100vh - 2.2rem)}
.nv-dock{width:4.5rem;flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;border-right:1px solid var(--vx-border);background:rgba(8,6,16,.9);position:fixed;top:2.2rem;bottom:0;left:0;z-index:70}
.nv-dock-logo img{border-radius:.4rem;border:1px solid rgba(168,85,247,.35)}
.nv-dock-nav{display:flex;flex-direction:column;gap:.35rem;margin-top:1.25rem;flex:1}
.nv-dock-nav a{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:.45rem;text-decoration:none;font-size:1.1rem;color:var(--vx-muted);border:1px solid transparent;font-family:var(--vx-display)}
.nv-dock-nav a.on,.nv-dock-nav a:hover{color:#f5d0fe;border-color:rgba(168,85,247,.45);background:rgba(168,85,247,.12);box-shadow:0 0 20px rgba(168,85,247,.25)}
.nv-dock-foot{display:flex;flex-direction:column;gap:.35rem}
.nv-dock-foot button,.nv-dock-foot a{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:.45rem;border:1px solid var(--vx-border);background:var(--vx-surface-2);color:var(--vx-text);cursor:pointer;text-decoration:none;font-size:.95rem}

.nv-stage{flex:1;margin-left:4.5rem;display:flex;flex-direction:column;min-width:0}
.nv-status{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1.25rem;border-bottom:1px solid var(--vx-border);background:rgba(8,6,16,.85);backdrop-filter:blur(10px);position:sticky;top:2.2rem;z-index:60;flex-wrap:wrap}
.nv-status-left{display:flex;align-items:center;gap:.5rem;font-family:var(--vx-display);font-size:.72rem}
.nv-dot{width:.45rem;height:.45rem;border-radius:50%;background:#22d3ee;box-shadow:0 0 8px #22d3ee;animation:nv-pulse 2s infinite}
@keyframes nv-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.nv-live{color:#22d3ee;font-weight:700}
.nv-path{color:var(--vx-muted)}
.nv-status-search{display:flex;align-items:center;gap:.35rem;background:var(--vx-surface-2);border:1px solid var(--vx-border);border-radius:.35rem;padding:.35rem .65rem;min-width:min(280px,100%)}
.nv-prompt{color:#22d3ee;font-family:var(--vx-display)}
.nv-status-search input{border:0;background:transparent;outline:0;color:var(--vx-text);font-family:var(--vx-display);font-size:.75rem;width:100%}

.nv-main{flex:1;padding:1rem 1.25rem 2rem;max-width:1400px}
.nv-foot{padding:.65rem 1.25rem;border-top:1px solid var(--vx-border);font-family:var(--vx-display);font-size:.65rem;color:var(--vx-muted)}

.nv-mobile{position:fixed;bottom:0;left:0;right:0;z-index:80;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(8,6,16,.95);border-top:1px solid var(--vx-border);padding:.4rem 0 calc(.4rem + env(safe-area-inset-bottom))}
.nv-mobile a{text-align:center;text-decoration:none;font-size:.65rem;font-weight:700;color:var(--vx-muted);font-family:var(--vx-display)}
.nv-mobile a.on{color:var(--vx-accent-solid)}
@media(min-width:900px){.nv-mobile{display:none}}
@media(max-width:899px){.nv-dock{display:none}.nv-stage{margin-left:0}html[data-theme="nova"] .vx-shell-nova{padding-bottom:3.5rem}}

/* Hero terminal */
.nv-hero{padding:.5rem 0 1.5rem}
.nv-hero-box{border:1px solid rgba(168,85,247,.35);border-radius:var(--vx-radius);overflow:hidden;background:var(--vx-surface);box-shadow:var(--vx-shadow)}
.nv-hero-bar{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#06040e;border-bottom:1px solid var(--vx-border);font-family:var(--vx-display);font-size:.65rem;color:var(--vx-muted)}
.nv-hero-bar i{width:.5rem;height:.5rem;border-radius:50%;background:#581c87;font-style:normal}
.nv-hero-bar i:nth-child(2){background:#7e22ce}
.nv-hero-bar i:nth-child(3){background:#a855f7}
.nv-hero-bar code{margin-left:auto;color:#c084fc}
.nv-hero-body{padding:1.25rem;display:grid;gap:1rem}
@media(min-width:900px){.nv-hero-body{grid-template-columns:1.1fr .9fr;padding:1.75rem}}
.nv-hero-body h1{font-size:clamp(1.85rem,4vw,2.75rem);line-height:1.05;margin:.5rem 0;font-weight:700}
.nv-hero-body h1 em{font-style:normal;color:#e879f9;text-shadow:0 0 30px rgba(232,121,249,.4);font-family:var(--vx-display)}
.nv-hero-line{font-family:var(--vx-display);font-size:.75rem;color:var(--vx-muted);margin:0}
.nv-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1rem 0}
.nv-stats div{text-align:center;padding:.55rem;border:1px solid var(--vx-border);border-radius:.35rem;background:rgba(168,85,247,.06);font-family:var(--vx-display)}
.nv-stats strong{display:block;color:#e9d5ff;font-size:1rem}
.nv-stats span{font-size:.58rem;color:var(--vx-muted);text-transform:uppercase}
.nv-cta{display:inline-flex;padding:.7rem 1.25rem;border-radius:.35rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;text-decoration:none;font-weight:700;font-family:var(--vx-display);box-shadow:0 0 24px rgba(168,85,247,.5)}
.nv-hero-img{border:1px solid rgba(168,85,247,.4);padding:.25rem;border-radius:.45rem;background:rgba(168,85,247,.08)}
.nv-hero-img .vx-media{aspect-ratio:4/3;border-radius:.25rem}

/* Cyber cards */
.nv-rail-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:.75rem}
.nv-rail-head h2{font-family:var(--vx-display);font-size:1rem;margin:0;color:#e9d5ff}
.nv-rail-head a{font-family:var(--vx-display);font-size:.7rem;color:#22d3ee;text-decoration:none}
.nv-rail{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}
.nv-card{flex:0 0 min(210px,70vw);scroll-snap-align:start;background:var(--vx-surface);border:1px solid var(--vx-border);clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);transition:.2s box-shadow,.2s border-color}
.nv-card:hover{border-color:#c084fc;box-shadow:0 0 28px rgba(168,85,247,.35)}
.nv-card-link{text-decoration:none;color:inherit;display:block}
.nv-card-img{aspect-ratio:1;background:var(--vx-surface-2)}
.nv-card-img .vx-img{padding:.5rem}
.nv-card-meta{padding:.65rem .75rem .75rem}
.nv-card-meta h3{margin:0 0 .35rem;font-size:.78rem;line-height:1.3;font-weight:600}
.nv-card-price{display:flex;justify-content:space-between;align-items:center;font-family:var(--vx-display);font-size:.72rem}
.nv-card-price code{color:#22d3ee}
.nv-card-price span{color:#f472b6;font-size:.65rem}

.nv-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:768px){.nv-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1200px){.nv-grid{grid-template-columns:repeat(5,1fr)}}

.nv-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}
.nv-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border:1px solid var(--vx-border);border-radius:999px;font-size:.65rem;font-family:var(--vx-display);background:rgba(168,85,247,.06)}
.nv-pill svg{width:12px!important;height:12px!important}

.nv-cats{display:flex;flex-wrap:wrap;gap:.4rem}
.nv-cats a{padding:.4rem .75rem;border:1px solid var(--vx-border);border-radius:.35rem;text-decoration:none;font-size:.75rem;font-family:var(--vx-display);color:#e9d5ff}
.nv-cats a:hover{border-color:#c084fc;box-shadow:0 0 16px rgba(168,85,247,.3)}

.nv-shop-head{margin-bottom:1rem}
.nv-shop-head h1{font-family:var(--vx-display);font-size:clamp(1.25rem,3vw,1.75rem);margin:0}
.nv-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;align-items:center}
.nv-filter-scroll{display:flex;gap:.35rem;overflow-x:auto;flex:1;scrollbar-width:thin}
.nv-filter-scroll a{padding:.35rem .65rem;border:1px solid var(--vx-border);border-radius:.35rem;text-decoration:none;font-size:.7rem;font-family:var(--vx-display);color:var(--vx-muted);white-space:nowrap}
.nv-filter-scroll a.on{background:rgba(168,85,247,.2);border-color:#a855f7;color:#f5d0fe}

.nv-product-panel{position:sticky;top:5.5rem;padding:1rem;border:1px solid var(--vx-border);background:rgba(12,10,20,.9);border-radius:var(--vx-radius);box-shadow:var(--vx-shadow)}
