*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --bg: #000000;
      --bg-card: #0a0a0f;
      --bg-card-hover: #0f0f18;
      --text: #e4e4e7;
      --text-muted: #71717a;
      --text-dim: #52525b;
      --accent: #8a0040;
      --accent-light: #ff6cf5;
      --gradient: linear-gradient(135deg, #8a0040, #ff6cf5);
      --gradient-wide: linear-gradient(135deg, #520026, #8a0040, #d94a9e, #ff6cf5);
      --border: rgba(255, 255, 255, 0.06);
      --border-accent: rgba(138, 0, 64, 0.15);
      --radius: 16px;
      --radius-sm: 10px;
    }

    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: transparent; }
    ::-webkit-scrollbar-thumb { background: rgba(138, 0, 64, 0.25); border-radius: 8px; }
    ::-webkit-scrollbar-thumb:hover { background: rgba(138, 0, 64, 0.45); }
    html { scrollbar-color: rgba(138, 0, 64, 0.25) transparent; scrollbar-width: thin; scroll-behavior: smooth; }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      line-height: 1.6;
      overflow-x: hidden;
    }

    ::selection { background: rgba(138, 0, 64, 0.35); color: #fff; }

    
    .bg-noise {
      position: fixed; inset: 0; z-index: 0; pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      background-repeat: repeat;
    }

    .bg-glow-top {
      position: fixed; top: -300px; left: 50%; transform: translateX(-50%);
      width: 900px; height: 600px;
      background: radial-gradient(ellipse, rgba(138, 0, 64, 0.12) 0%, rgba(255, 108, 245, 0.04) 40%, transparent 70%);
      z-index: 0; pointer-events: none;
    }

    .bg-glow-mid {
      position: absolute; top: 1800px; right: -200px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(138, 0, 64, 0.06) 0%, transparent 70%);
      z-index: 0; pointer-events: none;
    }

    
    .page-wrap {
      position: relative; z-index: 1;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 24px;
    }

    
    .topbar {
      position: sticky; top: 0; z-index: 100;
      backdrop-filter: blur(20px) saturate(1.4);
      -webkit-backdrop-filter: blur(20px) saturate(1.4);
      background: rgba(0, 0, 0, 0.7);
      border-bottom: 1px solid var(--border);
    }

    .topbar-inner {
      max-width: 960px; margin: 0 auto; padding: 0 24px;
      display: flex; align-items: center; justify-content: space-between;
      height: 56px;
    }

    .topbar-logo {
      font-size: 1.25rem; font-weight: 800; color: #fff;
      text-decoration: none; letter-spacing: 0.5px;
    }

    .topbar-logo span {
      background: linear-gradient(135deg, #ff6cf5 0%, #8a0040 55%, #ff6cf5 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

    .topbar-meta { display: flex; gap: 8px; align-items: center; }

    .topbar-pill {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 0.72rem; font-weight: 600;
      color: var(--text-muted);
      padding: 6px 12px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--border);
      border-radius: 20px;
      letter-spacing: 0.3px;
    }
    .topbar-pill code {
      background: rgba(255,255,255,0.06);
      padding: 1px 6px; border-radius: 4px;
      font-size: 0.75rem; color: #fff;
      font-family: 'JetBrains Mono', ui-monospace, monospace;
    }
    .pill-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
      animation: dotPulse 2s ease-in-out infinite;
    }

    
    .hero {
      text-align: center;
      padding: 100px 0 60px;
      position: relative;
    }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 5px 16px 5px 6px;
      background: rgba(138, 0, 64, 0.08);
      border: 1px solid var(--border-accent);
      border-radius: 50px;
      font-size: 0.75rem; font-weight: 600; color: var(--accent-light);
      letter-spacing: 0.5px; text-transform: uppercase;
      margin-bottom: 28px;
      animation: badgePulse 3s ease-in-out infinite;
    }

    .hero-badge .dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
      animation: dotPulse 2s ease-in-out infinite;
    }

    @keyframes dotPulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.4; }
    }

    @keyframes badgePulse {
      0%, 100% { border-color: rgba(138, 0, 64, 0.15); }
      50% { border-color: rgba(138, 0, 64, 0.3); }
    }

    .hero h1 {
      font-size: clamp(4rem, 12vw, 7.5rem);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -2px;
      background: linear-gradient(135deg, #ff9ce8 0%, #ff6cf5 20%, #d94a9e 45%, #8a0040 60%, #d94a9e 75%, #ff6cf5 90%, #ff9ce8 100%);
      background-size: 300% 300%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: heroGradient 8s ease infinite;
      margin-bottom: 20px;
      filter: drop-shadow(0 4px 30px rgba(255, 108, 245, 0.15));
    }

    @keyframes heroGradient {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    .hero-sub {
      font-size: 1.15rem;
      color: var(--text-muted);
      max-width: 520px;
      margin: 0 auto 36px;
      line-height: 1.7;
    }

    .hero-quickstart {
      display: flex; flex-wrap: wrap; gap: 10px;
      justify-content: center;
      max-width: 640px;
      margin: 0 auto;
    }

    .qs-chip {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 11px 18px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--border);
      border-radius: 12px;
      font-size: 0.85rem; font-weight: 500;
      color: var(--text);
      transition: all 0.25s;
    }
    .qs-chip:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.12);
      transform: translateY(-2px);
    }
    .qs-chip svg { width: 16px; height: 16px; color: var(--accent-light); flex-shrink: 0; }
    .qs-chip code {
      background: rgba(138, 0, 64, 0.15);
      color: #fff;
      padding: 2px 8px; border-radius: 5px;
      font-size: 0.82rem;
      font-family: 'JetBrains Mono', ui-monospace, monospace;
    }
    .qs-point {
      color: var(--accent-light);
      font-weight: 700;
    }

    .hero-hint {
      display: inline-flex; align-items: center; gap: 8px;
      margin-top: 28px;
      padding: 10px 18px;
      background: rgba(138, 0, 64, 0.06);
      border: 1px solid var(--border-accent);
      border-radius: 10px;
      font-size: 0.82rem;
      color: var(--text-muted);
    }
    .hero-hint svg { width: 14px; height: 14px; color: var(--accent-light); flex-shrink: 0; }

    .info-pill {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 18px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--border);
      border-radius: 10px;
      font-size: 0.85rem; font-weight: 500;
      color: var(--text);
    }
    .info-pill svg { width: 15px; height: 15px; color: var(--accent-light); }

    
    .stats-bar {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
      background: var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      margin: 60px 0 80px;
    }

    .stat-item {
      background: var(--bg-card);
      padding: 28px 16px;
      text-align: center;
      transition: background 0.3s;
    }
    .stat-item:hover { background: var(--bg-card-hover); }

    .stat-number {
      font-size: 2rem; font-weight: 800; color: #fff;
      font-variant-numeric: tabular-nums;
    }

    .stat-number .counter-suffix { color: var(--accent-light); }

    .stat-label {
      font-size: 0.78rem; color: var(--text-dim); font-weight: 500;
      text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px;
    }

    
    .section-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .section-header .kicker {
      display: inline-block;
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 2px; color: var(--accent-light);
      margin-bottom: 12px;
    }

    .section-header h2 {
      font-size: 2.2rem; font-weight: 800; color: #fff;
      letter-spacing: -0.5px;
    }

    .section-header p {
      color: var(--text-muted); font-size: 1rem; margin-top: 10px;
      max-width: 540px; margin-left: auto; margin-right: auto;
    }

    
    .why-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
      margin-bottom: 100px;
    }

    .why-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 32px 24px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative; overflow: hidden;
    }

    .why-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: var(--gradient); opacity: 0;
      transition: opacity 0.3s;
    }

    .why-card:hover {
      border-color: var(--border-accent);
      transform: translateY(-4px);
      box-shadow: 0 8px 40px rgba(138, 0, 64, 0.08);
    }
    .why-card:hover::before { opacity: 1; }

    .why-icon {
      width: 44px; height: 44px; border-radius: 12px;
      background: rgba(138, 0, 64, 0.1);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px; color: var(--accent-light);
    }
    .why-icon svg { width: 22px; height: 22px; }

    .why-card h3 {
      font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 8px;
    }

    .why-card p {
      font-size: 0.88rem; color: var(--text-muted); line-height: 1.6;
    }

    
    .commands-section { margin-bottom: 100px; }

    .tab-nav {
      display: flex; flex-wrap: wrap; gap: 6px;
      justify-content: center;
      margin-bottom: 32px;
      padding: 6px;
      background: rgba(255,255,255,0.02);
      border: 1px solid var(--border);
      border-radius: 14px;
    }

    .tab-btn {
      padding: 12px 24px;
      border-radius: 12px;
      font-size: 0.92rem; font-weight: 600;
      color: var(--text-muted);
      background: rgba(255,255,255,0.02);
      border: 1px solid var(--border);
      cursor: pointer;
      transition: all 0.25s;
      font-family: inherit;
      white-space: nowrap;
      display: inline-flex; align-items: center; gap: 8px;
    }
    .tab-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

    .tab-btn:hover { color: var(--text); background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); }

    .tab-btn.active {
      color: #fff;
      background: var(--gradient);
      border-color: transparent;
      box-shadow: 0 4px 16px rgba(138, 0, 64, 0.35);
    }

    .tab-btn .tab-count {
      display: inline-block;
      margin-left: 5px; font-size: 0.7rem;
      opacity: 0.6;
    }

    .tab-panel {
      display: none;
      animation: tabFade 0.35s ease;
    }

    .tab-panel.active { display: block; }

    @keyframes tabFade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .cat-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px;
    }

    .cat-card-head {
      display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
    }

    .cat-card-icon {
      width: 40px; height: 40px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(138, 0, 64, 0.1); color: var(--accent-light);
    }
    .cat-card-icon svg { width: 20px; height: 20px; }

    .cat-card-head h3 { font-size: 1.1rem; font-weight: 700; color: #fff; }

    .cat-card-head .cat-count {
      margin-left: auto;
      font-size: 0.75rem; color: var(--text-dim); font-weight: 600;
      background: rgba(255,255,255,0.04); padding: 3px 10px; border-radius: 20px;
    }

    .featured-cmds {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px;
      margin-bottom: 16px;
    }

    .featured-cmd {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 14px;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      transition: all 0.2s;
    }

    .featured-cmd:hover {
      background: rgba(138, 0, 64, 0.06);
      border-color: var(--border-accent);
      transform: translateX(3px);
    }

    .featured-cmd .cmd-name {
      font-size: 0.88rem; font-weight: 600; color: #fff;
    }

    .featured-cmd .cmd-desc {
      font-size: 0.75rem; color: var(--text-dim); margin-top: 1px;
    }

    .cmd-badge-new {
      font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
      background: linear-gradient(135deg, #22c55e, #16a34a);
      color: #fff; padding: 2px 6px; border-radius: 4px;
      letter-spacing: 0.5px; margin-left: auto; flex-shrink: 0;
    }

    .more-cmds {
      display: flex; flex-wrap: wrap; gap: 6px;
      padding-top: 16px;
      border-top: 1px solid var(--border);
    }

    .more-cmds .cmd-tag {
      font-size: 0.75rem; font-weight: 500;
      color: var(--text-dim);
      padding: 4px 10px;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.04);
      border-radius: 6px;
      transition: all 0.2s;
    }

    .more-cmds .cmd-tag:hover {
      color: var(--accent-light);
      border-color: var(--border-accent);
    }

    
    .spotlight {
      margin-bottom: 100px;
      background: var(--bg-card);
      border: 1px solid var(--border-accent);
      border-radius: var(--radius);
      padding: 40px;
      position: relative; overflow: hidden;
    }

    .spotlight::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: var(--gradient-wide);
    }

    .spotlight::after {
      content: '';
      position: absolute; top: -80px; right: -80px;
      width: 250px; height: 250px;
      background: radial-gradient(circle, rgba(138, 0, 64, 0.08) 0%, transparent 70%);
    }

    .spotlight-badge {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 1px;
      background: linear-gradient(135deg, #22c55e, #16a34a);
      color: #fff; padding: 4px 12px; border-radius: 6px;
      margin-bottom: 18px;
    }

    .spotlight h3 {
      font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 10px;
    }

    .spotlight p {
      color: var(--text-muted); font-size: 0.95rem; max-width: 600px; margin-bottom: 20px; line-height: 1.7;
    }

    .spotlight-features {
      display: flex; flex-wrap: wrap; gap: 10px;
    }

    .spotlight-feat {
      display: flex; align-items: center; gap: 6px;
      padding: 8px 14px;
      background: rgba(138, 0, 64, 0.06);
      border: 1px solid var(--border-accent);
      border-radius: 8px;
      font-size: 0.82rem; font-weight: 500; color: var(--text);
    }

    
    .premium-section {
      margin-bottom: 100px;
      text-align: center;
    }

    .premium-card {
      background: linear-gradient(135deg, rgba(138, 0, 64, 0.08) 0%, rgba(255, 108, 245, 0.04) 100%);
      border: 1px solid var(--border-accent);
      border-radius: var(--radius);
      padding: 60px 40px;
      position: relative; overflow: hidden;
    }

    .premium-card::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(circle at 30% 50%, rgba(138, 0, 64, 0.06) 0%, transparent 60%);
    }

    .premium-card .kicker {
      display: inline-block; position: relative;
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 2px;
      background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      margin-bottom: 14px;
    }

    .premium-card h2 {
      position: relative;
      font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 14px;
    }

    .premium-card p {
      position: relative;
      color: var(--text-muted); font-size: 0.95rem; max-width: 480px;
      margin: 0 auto 30px; line-height: 1.7;
    }

    .premium-perks {
      position: relative;
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
      margin-bottom: 30px;
    }

    .premium-perk {
      display: flex; align-items: center; gap: 6px;
      padding: 8px 16px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--border);
      border-radius: 8px;
      font-size: 0.82rem; color: var(--text);
    }

    .premium-perk .check { color: var(--accent-light); }

    
    .footer {
      border-top: 1px solid var(--border);
      padding: 48px 0 40px;
      margin-top: 40px;
    }

    .footer-inner {
      max-width: 960px; margin: 0 auto; padding: 0 24px;
      display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between;
    }

    .footer-brand h4 {
      font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 8px;
    }

    .footer-brand p {
      font-size: 0.82rem; color: var(--text-dim); max-width: 280px; line-height: 1.6;
    }

    .footer-col h5 {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 1.5px; color: var(--text-dim); margin-bottom: 14px;
    }

    .footer-col a {
      display: block; color: var(--text-muted); text-decoration: none;
      font-size: 0.85rem; padding: 3px 0; transition: color 0.2s;
    }
    .footer-col a:hover { color: var(--accent-light); }

    .footer-text {
      display: block; color: var(--text-muted);
      font-size: 0.85rem; padding: 4px 0;
    }
    .footer-text code {
      background: rgba(255,255,255,0.05);
      color: #fff;
      padding: 1px 6px; border-radius: 4px;
      font-family: 'JetBrains Mono', ui-monospace, monospace;
      font-size: 0.78rem;
      margin-left: 4px;
    }
    .footer-text strong { color: #fff; }

    .footer-bottom {
      max-width: 960px; margin: 0 auto; padding: 24px 24px 0;
      border-top: 1px solid var(--border);
      margin-top: 32px;
      text-align: center;
      font-size: 0.78rem; color: var(--text-dim);
    }

    
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }

    
    @media (max-width: 768px) {
      .hero { padding: 70px 0 40px; }
      .hero h1 { letter-spacing: -1px; }
      .stats-bar { grid-template-columns: repeat(2, 1fr); }
      .why-grid { grid-template-columns: 1fr; }
      .tab-nav { gap: 6px; padding: 6px; }
      .tab-btn { padding: 10px 16px; font-size: 0.82rem; }
      .tab-btn svg { width: 14px; height: 14px; }
      .featured-cmds { grid-template-columns: 1fr; }
      .topbar-links .hide-mobile { display: none; }
      .footer-inner { gap: 32px; flex-direction: column; }
      .spotlight { padding: 28px 20px; }
      .premium-card { padding: 40px 20px; }
      .section-header h2 { font-size: 1.7rem; }
    }

    @media (max-width: 480px) {
      .hero-quickstart { gap: 8px; }
      .qs-chip { font-size: 0.8rem; padding: 9px 14px; }
      .stats-bar { grid-template-columns: repeat(2, 1fr); }
      .stat-number { font-size: 1.5rem; }
    }

    .cmd-toolbar { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; }
    .cmd-search { flex: 1; min-width: 260px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: rgba(255,255,255,0.025); border: 1px solid var(--border); border-radius: 14px; transition: all .25s; }
    .cmd-search:focus-within { border-color: rgba(138, 0, 64, 0.4); background: rgba(138, 0, 64, 0.04); box-shadow: 0 0 0 4px rgba(138, 0, 64, 0.08); }
    .cmd-search svg { width: 16px; height: 16px; color: var(--text-muted); flex-shrink: 0; }
    .cmd-search input { flex: 1; background: transparent; border: 0; outline: 0; color: #fff; font-family: inherit; font-size: 0.92rem; }
    .cmd-search input::placeholder { color: var(--text-dim); }
    .cmd-count-pill { padding: 13px 18px; background: rgba(255,255,255,0.025); border: 1px solid var(--border); border-radius: 14px; font-size: 0.85rem; color: var(--text-muted); white-space: nowrap; }
    .cmd-count-pill strong { color: var(--accent-light); font-weight: 800; font-variant-numeric: tabular-nums; }
    .tab-scroll-wrap { margin-bottom: 28px; padding: 6px; background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 14px; overflow-x: auto; scrollbar-width: none; }
    .tab-scroll-wrap::-webkit-scrollbar { display: none; }
    .tab-nav { display: flex; gap: 6px; flex-wrap: nowrap; min-width: max-content; margin-bottom: 0; padding: 0; background: transparent; border: 0; }
    .tab-btn { padding: 10px 18px; font-size: 0.88rem; }
    .tab-btn svg { width: 15px; height: 15px; }
    .tab-btn .tab-count { margin-left: 5px; font-size: 0.7rem; opacity: 0.7; font-weight: 700; }
    .cat-card-head { padding-bottom: 20px; border-bottom: 1px solid var(--border); }
    .cat-card-head > div:nth-child(2) { display: flex; flex-direction: column; }
    .cat-card-head .cat-desc { font-size: 0.8rem; color: var(--text-muted); margin-top: 2px; line-height: 1.5; }
    .cmd-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 10px; }
    .cmd-card { background: rgba(255,255,255,0.018); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
    .cmd-card::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 2px; background: var(--gradient); opacity: 0; transition: opacity 0.25s; }
    .cmd-card:hover { transform: translateY(-2px); background: rgba(138, 0, 64, 0.045); border-color: var(--border-accent); box-shadow: 0 6px 24px rgba(138, 0, 64, 0.1); }
    .cmd-card:hover::before { opacity: 1; }
    .cmd-card-top { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
    .cmd-card .name { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 0.87rem; font-weight: 700; color: #fff; word-break: break-word; }
    .cmd-card .name .prefix { color: var(--accent-light); margin-right: 1px; }
    .cmd-card .desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.55; }
    .cmd-card .bottom { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
    .cmd-meta { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 6px; font-size: 0.68rem; color: var(--text-dim); font-family: 'JetBrains Mono', ui-monospace, monospace; }
    .cmd-meta .label { color: var(--text-muted); opacity: 0.7; }
    .cmd-meta.perm { color: #fca5a5; background: rgba(248,113,113,0.07); border-color: rgba(248,113,113,0.18); }
    .cmd-badge { display: inline-flex; align-items: center; gap: 3px; font-size: 0.58rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; padding: 3px 7px; border-radius: 5px; flex-shrink: 0; margin-left: auto; }
    .cmd-badge + .cmd-badge { margin-left: 0; }
    .cmd-badge svg { width: 9px; height: 9px; }
    .cmd-badge.popular { color: #fff; background: linear-gradient(135deg, #ff6cf5, #8a0040); box-shadow: 0 2px 8px rgba(255, 108, 245, 0.3); }
    .cmd-badge.premium { color: #fff; background: linear-gradient(135deg, #fbbf24, #d97706); box-shadow: 0 2px 8px rgba(251, 191, 36, 0.25); }
    .cmd-badge.prime { color: #fff; background: linear-gradient(135deg, #a78bfa, #6d28d9); box-shadow: 0 2px 8px rgba(167, 139, 250, 0.3); }
    .cmd-empty { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--text-dim); font-size: 0.9rem; }
    @media (max-width: 768px) { .cmd-grid { grid-template-columns: 1fr; } }

.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a0040, #ff6cf5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(138, 0, 64, 0.4), 0 0 0 1px rgba(255, 108, 245, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.3s, box-shadow 0.25s;
}
.back-to-top svg { width: 22px; height: 22px; }
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.back-to-top:hover {
  box-shadow: 0 10px 30px rgba(138, 0, 64, 0.55), 0 0 0 2px rgba(255, 108, 245, 0.35);
  transform: translateY(-2px) scale(1.05);
}
.back-to-top:active { transform: translateY(0) scale(0.95); }
@media (max-width: 480px) {
  .back-to-top { bottom: 18px; right: 18px; width: 42px; height: 42px; }
  .back-to-top svg { width: 18px; height: 18px; }
}
