    /* Pagrindai, animacijos ir šoninė kategorijų juosta – css/shell.css */

    .vehicle-media {
      aspect-ratio: 16 / 10;
      background: radial-gradient(circle at center, rgba(43,43,43,0.45), rgba(20,20,20,1));
    }
    .vehicle-media img {
      width: 100%; height: 100%;
      object-fit: contain; object-position: center;
    }
    .vehicle-display {
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 50% 48%, rgba(43,43,43,0.32), rgba(13,13,13,0.96) 74%);
    }
    .vehicle-display .vehicle-image {
      width: 100%;
      height: 100%;
      padding: clamp(0.75rem, 2.5vw, 2rem);
      box-sizing: border-box;
      object-fit: contain;
      object-position: center;
    }
    .product-vehicle-display {
      width: 100%;
      height: 100%;
      min-height: 18rem;
      aspect-ratio: 16 / 9;
      background: radial-gradient(circle at 50% 48%, rgba(85,85,85,0.36), rgba(20,20,20,0.72) 48%, rgba(13,13,13,0.98) 100%);
    }
    .product-vehicle-display .vehicle-image { padding: clamp(0.5rem, 1.8vw, 1.15rem); }
    @media (max-width: 1023px) {
      .product-vehicle-display { aspect-ratio: 16 / 10; }
    }

    .plate-art {
      position: relative;
      width: 66%;
      max-width: 23rem;
      aspect-ratio: 2 / 1;
      user-select: none;
    }
    .plate-art-img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      pointer-events: none;
    }
    .plate-art-text {
      position: absolute;
      left: 50%;
      top: 55%;
      transform: translate(-50%, -50%);
      max-width: 80%;
      font-family: 'Sora', Arial, sans-serif;
      font-size: clamp(1rem, 8cqw, 2.2rem);
      font-weight: 800;
      letter-spacing: 0.1em;
      line-height: 1;
      white-space: nowrap;
      color: #16181d;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
    }
    .plate-art-lg { width: 78%; }
    .plate-art-lg .plate-art-text { font-size: clamp(1.5rem, 9cqw, 3.4rem); }

    .product-vehicle-display.plate-stage {
      aspect-ratio: auto;
      height: 100%;
      min-height: 22rem;
    }

    .plate-stage {
      container-type: inline-size;
      position: relative;
      background:
        radial-gradient(ellipse 62% 46% at 50% 54%, rgba(229, 229, 229, 0.14), rgba(229, 229, 229, 0) 70%),
        radial-gradient(circle at 50% 45%, rgba(85, 85, 85, 0.34), rgba(13, 13, 13, 0.98) 76%);
    }

    .bp-stage {
      background:
        radial-gradient(ellipse 58% 48% at 50% 46%, rgba(229, 229, 229, 0.18), rgba(229, 229, 229, 0) 72%),
        radial-gradient(circle at 50% 45%, rgba(85, 85, 85, 0.3), rgba(13, 13, 13, 0.98) 78%);
    }
    .bp-emblem {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.55rem;
      user-select: none;
    }
    .bp-emblem-icon {
      font-size: 3.4rem;
      color: var(--accent);
      filter: drop-shadow(0 0 22px rgba(229, 229, 229, 0.45));
    }
    .bp-emblem-season {
      padding: 0.2rem 0.75rem;
      border-radius: 999px;
      border: 1px solid rgba(229, 229, 229, 0.35);
      background: rgba(229, 229, 229, 0.1);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #e5e5e5;
    }
    .bp-emblem-lg .bp-emblem-icon { font-size: 5.5rem; }
    .bp-emblem-lg .bp-emblem-season { font-size: 0.78rem; padding: 0.25rem 1rem; }

    .vip-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      padding: 0.2rem 0.6rem 0.2rem 0.5rem;
      border-radius: 999px;
      border: 1px solid rgba(229, 229, 229, 0.45);
      background: linear-gradient(135deg, rgba(229, 229, 229, 0.22), rgba(229, 229, 229, 0.06));
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #e5e5e5;
      box-shadow: 0 0 14px rgba(229, 229, 229, 0.18);
    }

    .clip-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000;
    }
    .clip-frame iframe,
    .clip-frame video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .warn-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      padding: 0.15rem 0.55rem;
      border-radius: 999px;
      border: 1px solid rgba(245, 158, 11, 0.35);
      background: rgba(245, 158, 11, 0.1);
      font-size: 0.68rem;
      font-weight: 600;
      color: #fbbf24;
      transition: background-color 150ms ease, color 150ms ease;
    }
    .warn-pill:hover { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }

    .casino-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 1.25rem;
    }
    .casino-bar-balance { min-width: 8rem; }
    .casino-bar-bet { flex: 1 1 16rem; min-width: 14rem; }
    .casino-bar-extra {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 1rem;
      margin-left: auto;
    }

    .bet-field {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.25rem 0.5rem 0.25rem 0.85rem;
      border-radius: 0.85rem;
      border: 1px solid #1f1f1f;
      background:
        linear-gradient(180deg, rgba(31,31,31,0.55), rgba(13,13,13,0.9));
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }
    .bet-field:focus-within {
      border-color: rgba(229, 229, 229, 0.65);
      box-shadow: 0 0 0 3px rgba(229, 229, 229, 0.12);
    }
    .bet-currency {
      font-size: 1rem;
      font-weight: 700;
      color: var(--accent);
      line-height: 1;
    }
    .bet-input {
      flex: 1 1 auto;
      min-width: 0;
      padding: 0.5rem 0;
      border: 0;
      background: transparent;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      color: #fff;
      font-variant-numeric: tabular-nums;
    }
    .bet-input:focus { outline: none; }
    .bet-input::-webkit-outer-spin-button,
    .bet-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
    .bet-input[type='number'] { -moz-appearance: textfield; }

    .bet-actions { display: flex; gap: 0.3rem; }
    .bet-actions button {
      min-width: 2.9rem;
      min-height: 2.3rem;
      padding: 0.35rem 0.5rem;
      border-radius: 0.55rem;
      border: 1px solid #2b2b2b;
      background: rgba(20, 20, 20, 0.9);
      font-size: 0.75rem;
      font-weight: 700;
      color: #c9c9c9;
      touch-action: manipulation;
      user-select: none;
      transition: color 100ms ease, border-color 100ms ease, background-color 100ms ease;
    }
    .bet-actions button:hover {
      color: #0d0d0d;
      border-color: var(--accent);
      background: var(--accent);
    }
    .bet-actions button:active { transform: scale(0.94); }

    .bet-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
      margin-top: 0.5rem;
    }
    .bet-chip {
      min-height: 2rem;
      padding: 0.35rem 0.8rem;
      border-radius: 999px;
      border: 1px solid rgba(229, 229, 229, 0.28);
      background: rgba(229, 229, 229, 0.08);
      font-size: 0.75rem;
      font-weight: 600;
      color: #e5e5e5;
      touch-action: manipulation;
      user-select: none;
      transition: background-color 100ms ease, color 100ms ease, border-color 100ms ease;
    }
    .bet-chip:hover { background: var(--accent); color: #0d0d0d; }
    .bet-chip:active { transform: scale(0.94); }
    .bet-chip-ghost {
      border-color: #2b2b2b;
      background: transparent;
      color: #aaaaaa;
    }
    .bet-chip-ghost:hover { background: #2b2b2b; color: #fff; }

    .reel-viewport {
      position: relative;
      overflow: hidden;

      -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    }
    .reel-shell {
      overflow: hidden;
      padding: 1rem 0;
    }
    .reel-track {
      display: flex;
      gap: 0.5rem;
      will-change: transform;
    }
    .reel-history {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
    }
    .reel-history-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 1.9rem;
      height: 1.9rem;
      padding: 0 0.35rem;
      border-radius: 0.5rem;
      font-size: 0.78rem;
      font-weight: 600;
      color: #fff;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }
    @keyframes reelHistoryIn { from { opacity: 0; transform: scale(0.6); } to { opacity: 1; transform: none; } }
    .reel-history-new {
      animation: reelHistoryIn 0.28s var(--ease-smooth) both;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 0 2px rgba(229, 229, 229, 0.55);
    }
    .reel-tile {
      flex: 0 0 3.5rem;
      height: 3.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.6rem;
      font-size: 0.95rem;
      font-weight: 600;
      color: #fff;
    }
    .reel-marker {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      margin-left: -1px;
      background: var(--accent);
      box-shadow: 0 0 12px rgba(229, 229, 229, 0.8);
      pointer-events: none;
      z-index: 2;
    }
    .reel-marker::before,
    .reel-marker::after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
    }
    .reel-marker::before { top: -1px; border-top: 7px solid var(--accent); }
    .reel-marker::after { bottom: -1px; border-bottom: 7px solid var(--accent); }


    .crash-stage {
      position: relative;
      overflow: hidden;
      height: 22rem;
      background:
        radial-gradient(circle at 20% 90%, rgba(229, 229, 229, 0.08), transparent 60%),
        linear-gradient(180deg, rgba(20, 20, 20, 0.5), rgba(13, 13, 13, 0.9));
    }
    .crash-stage::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(43, 43, 43, 0.22) 1px, transparent 1px),
        linear-gradient(to top, rgba(43, 43, 43, 0.22) 1px, transparent 1px);
      background-size: 12.5% 20%;
      pointer-events: none;
    }
    .crash-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .crash-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
      pointer-events: none;
    }
    .crash-head {
      position: absolute;
      width: 12px;
      height: 12px;
      margin: -6px 0 0 -6px;
      border-radius: 999px;
      background: #e5e5e5;
      box-shadow: 0 0 0 4px rgba(229, 229, 229, 0.22), 0 0 14px rgba(229, 229, 229, 0.8);
      pointer-events: none;
      z-index: 3;
    }
    .crash-head-cashed {
      background: #34d399;
      box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.22), 0 0 14px rgba(52, 211, 153, 0.75);
    }
    .crash-boom {
      position: absolute;
      transform: translate(-50%, -50%);
      padding: 0.1rem 0.4rem;
      border-radius: 0.4rem;
      border: 1px solid rgba(248, 113, 113, 0.55);
      background: rgba(24, 9, 11, 0.9);
      font-size: 0.7rem;
      font-weight: 700;
      color: #fca5a5;
      white-space: nowrap;
      pointer-events: none;
      z-index: 3;
      animation: fadeUp 0.25s var(--ease-smooth) both;
    }

    .crash-value {
      font-size: clamp(2.6rem, 9vw, 4.5rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1;
      text-shadow: 0 6px 30px rgba(0, 0, 0, 0.6);
      font-variant-numeric: tabular-nums;
    }



    @keyframes sortMenuEnter {
      from { opacity: 0; transform: translate3d(0, -5px, 0) scale(0.985); }
      to   { opacity: 1; transform: none; }
    }
    .sort-menu-enter { animation: sortMenuEnter 150ms cubic-bezier(0.4, 0, 0.2, 1) both; transform-origin: top right; }

    .sort-option {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.6rem 0.75rem;
      border-radius: 0.6rem;
      color: #aaaaaa;
      text-align: left;
      font-size: 0.875rem;
      transition: background-color 0.14s ease, color 0.14s ease;
    }
    .sort-option:hover { background: rgba(31, 31, 31, 0.85); color: #fff; }
    .sort-option iconify-icon:last-child { margin-left: auto; opacity: 0; color: var(--accent); }
    .sort-option-active { background: rgba(229, 229, 229, 0.12); color: #fff; }
    .sort-option-active iconify-icon:last-child { opacity: 1; }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
    }

    .brand-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.45rem 0.85rem;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.02);
      color: #aaaaaa;
      font-size: 0.82rem;
      font-weight: 500;
      white-space: nowrap;
      transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
    }
    .brand-chip:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.14);
      color: #fff;
    }
    .brand-chip-active {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #0d0d0d;
    }
    .brand-chip-active:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: #0d0d0d;
    }
    .brand-chip-count {
      font-size: 0.72rem;
      font-weight: 600;
      color: #555555;
    }
    .brand-chip-active .brand-chip-count { color: rgba(13, 13, 13, 0.55); }

    .card-cart-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.45rem 0.8rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.04);
      color: #e5e5e5;
      font-size: 0.8rem;
      font-weight: 600;
      white-space: nowrap;
      transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
    }
    .card-cart-btn:hover {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #0d0d0d;
    }
    .card-cart-btn-added {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #0d0d0d;
    }
    .card-cart-btn-added:hover {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.18);
      color: #e5e5e5;
    }

    /* Kortelės mygtukas be teksto – tik ikona. */
    .card-cart-btn {
      width: 2.25rem;
      height: 2.25rem;
      padding: 0;
      justify-content: center;
      border-radius: 999px;
      flex-shrink: 0;
    }


    /* Dviejų eilučių pavadinimas – vienodas aukštis visose kortelėse. */
    #cars-grid h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 2.7em;
    }

    /* ── MANIFESTAS ────────────────────────────────────────────────
       Panelė skaitoma kaip garažo inventorius: monospace duomenims,
       indeksai, plonos linijos vietoje dėžučių. */

    :root { --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace; }

    /* Duomenys – monospace. Pavadinimai ir antraštės lieka Sora. */
    .m-data {
      font-family: var(--mono);
      font-variant-numeric: tabular-nums;
      letter-spacing: -0.01em;
    }

    /* Skyriaus antraštė su indeksu */
    .m-eyebrow {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-family: var(--mono);
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #555555;
    }
    .m-eyebrow::after {
      content: '';
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.09);
    }

    /* ── Katalogo įrašas ─────────────────────────────────────────── */
    #cars-grid > article { position: relative; }

    .m-index {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.6rem;
      margin-bottom: 0.9rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.09);
      font-family: var(--mono);
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      color: #555555;
    }
    #cars-grid > article:hover .m-index { color: #aaaaaa; border-bottom-color: rgba(255,255,255,0.2); }
    .m-index-no { font-weight: 500; }
    .m-index-brand { text-transform: uppercase; }

    .m-price {
      font-family: var(--mono);
      font-variant-numeric: tabular-nums;
      font-size: 0.95rem;
      font-weight: 500;
      color: #ffffff;
      letter-spacing: -0.02em;
    }
    .m-price-unit { color: #666666; font-size: 0.78rem; margin-left: 0.15rem; }

    /* ── Statistikos plytelės be dėžučių ─────────────────────────── */
    .m-stat {
      padding: 1.1rem 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.09);
    }
    .m-stat-label {
      font-family: var(--mono);
      font-size: 0.66rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #555555;
    }
    .m-stat-value {
      margin-top: 0.5rem;
      font-family: var(--mono);
      font-variant-numeric: tabular-nums;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.04em;
      color: #ffffff;
    }
    .m-stat-accent .m-stat-value { color: #ffffff; }
    .m-stat-accent { border-top-color: rgba(255, 255, 255, 0.35); }

    /* Naršymo skaitikliai monospace */
    #category-nav .panel-tab-count { font-family: var(--mono); font-size: 0.68rem; }
    .brand-chip-count { font-family: var(--mono); }

    /* ── SPALVA ────────────────────────────────────────────────────
       Gintaras = pinigai ir veiksmas. Balta = kur esi. */

    /* Pirkimo veiksmas kortelėje */
    .card-cart-btn:hover,
    .card-cart-btn-added {
      background: #f5a524;
      border-color: #f5a524;
      color: #0d0d0d;
    }
    .card-cart-btn-added:hover {
      background: rgba(245, 165, 36, 0.12);
      border-color: rgba(245, 165, 36, 0.5);
      color: #f5a524;
    }

    /* Kaina – pinigai */
    .m-price { color: #f5a524; }
    .m-price-unit { color: rgba(245, 165, 36, 0.55); }

    /* Aktyvi skyriaus nuoroda lieka balta – tai vieta, ne veiksmas. */
    #category-nav .panel-tab-active {
      color: #0d0d0d !important;
      background: #f0f0f0 !important;
      border-color: #f0f0f0 !important;
    }
    #category-nav .panel-tab-active iconify-icon { color: #0d0d0d; }

    /* Pasirinktas gamintojas – taip pat vieta, ne veiksmas. */
    .brand-chip-active { background: #f0f0f0; border-color: #f0f0f0; color: #0d0d0d; }
    .brand-chip-active:hover { background: #ffffff; border-color: #ffffff; color: #0d0d0d; }

    /* ── PvP statistika: skaičiai turi reikšmę ─────────────────────── */
    .m-stat-kills .m-stat-value  { color: #ffffff; }
    .m-stat-deaths .m-stat-value { color: #e0605a; }
    .m-stat-kd .m-stat-value     { color: #f5a524; }
    .m-stat-accent .m-stat-value { color: #f5a524; }
    .m-stat-accent { border-top-color: rgba(245, 165, 36, 0.55); }

    /* ── RP duomenys: sumos ilgesnės nei PvP skaičiai ─────────────── */
    .m-stat-value {
      font-size: clamp(1.15rem, 1.7vw, 1.75rem);
      overflow-wrap: anywhere;
    }
    .m-stat-name .m-stat-value {
      font-family: 'Sora', sans-serif;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #ffffff;
    }
    .m-stat-cash .m-stat-value  { color: #6ee7a8; }
    .m-stat-bank .m-stat-value  { color: #ffffff; }
    .m-stat-total .m-stat-value { color: #f5a524; }
    .m-stat-total { border-top-color: rgba(245, 165, 36, 0.55); }

    /* RP duomenys dėžutėje – be pinigų, be spalvinio kodavimo. */
    .m-stat-job .m-stat-value,
    .m-stat-time .m-stat-value { color: #ffffff; font-size: clamp(1rem, 1.3vw, 1.35rem); }
    .m-stat-vip .m-stat-value { color: #ffffff; font-size: clamp(1rem, 1.3vw, 1.35rem); }

    /* Mažiau linijų: veikėjo kortelėje skiriamoji linija tik po antrašte. */
    .m-stat {
      padding-top: 0;
      border-top: 0;
    }
    .m-stat-accent { border-top: 0; }
    .m-stat-sex .m-stat-value,
    .m-stat-dob .m-stat-value,
    .m-stat-phone .m-stat-value { color: #ffffff; font-size: clamp(1rem, 1.3vw, 1.35rem); }

    /* ── Veikėjo informacijos kortelės ─────────────────────────────
       Ikona kairėje, reikšmė viršuje, pavadinimas apačioje. */
    .info-card {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      padding: 0.85rem 1rem;
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.025);
      transition: background-color 0.16s ease, border-color 0.16s ease;
    }
    .info-card:hover {
      background: rgba(255, 255, 255, 0.045);
      border-color: rgba(255, 255, 255, 0.12);
    }
    .info-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      flex-shrink: 0;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.05);
      color: #aaaaaa;
    }
    .info-card:hover .info-icon { color: #f5a524; }
    .info-value {
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.3;
      color: #ffffff;
      overflow-wrap: anywhere;
    }
    .info-label {
      margin-top: 0.1rem;
      font-size: 0.8rem;
      line-height: 1.3;
      color: #777777;
    }

    /* ── Šoninė kategorijų juosta ──────────────────────────────────
       Taikoma tik panelei – admin naudoja bendrą shell.css stilių. */
    #category-nav.panel-nav {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0.15rem;
      padding: 0;
      background: transparent;
      border: 0;
      border-radius: 0;
    }
    #category-nav .panel-tab {
      width: 100%;
      gap: 0.7rem;
      padding: 0.55rem 0.75rem;
      border: 0;
      border-radius: 7px;
      color: #aaaaaa;
      font-size: 0.875rem;
      font-weight: 400;
      white-space: nowrap;
    }
    #category-nav .panel-tab:hover {
      background: rgba(255, 255, 255, 0.04);
      color: #ffffff;
    }
    #category-nav .panel-tab-active {
      color: #ffffff !important;
      background: rgba(245, 165, 36, 0.12) !important;
      border-color: transparent !important;
      font-weight: 500;
    }
    #category-nav .panel-tab-active iconify-icon { color: #f5a524; }
    #category-nav .panel-tab-count { margin-left: auto; font-family: var(--mono); font-size: 0.68rem; }
    #category-nav .panel-tab-active .panel-tab-count { color: #f5a524; }

    #category-nav .panel-group-label {
      padding: 1.15rem 0.75rem 0.35rem;
      color: #555555;
      font-family: var(--mono);
      font-size: 0.64rem;
      letter-spacing: 0.16em;
    }
    #category-nav .panel-group-label:first-child { padding-top: 0; }
    #category-nav .panel-divider { display: none; }

    #sidebar-avatar img,
    #sidebar-avatar > span {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 999px;
      object-fit: cover;
    }
