    * {
      box-sizing: border-box;
    }
    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", Roboto, sans-serif;
      background: radial-gradient(circle at top, #1e293b 0, #020617 45%, #000 100%);
      color: #e5e7eb;
      height: 100vh;
      display: flex;
    }
    .app-root {
      display: flex;
      width: 100%;
      height: 100%;
    }
        .mobile-tabs {
      display: none;
    }
.left-panel {
      flex: 0 0 58%;
      border-right: 1px solid rgba(148, 163, 184, 0.4);
      padding: 1.5rem 1.75rem;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .right-panel {
      flex: 0 0 42%;
      padding: 1.5rem 1.75rem;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    h1, h2, h3 {
      margin: 0;
      font-weight: 650;
      letter-spacing: 0.03em;
    }
    h1 {
      font-size: 1.6rem;
    }
    h2 {
      font-size: 1.05rem;
      text-transform: uppercase;
    }
    .subtitle {
      margin-top: 0.35rem;
      font-size: 0.8rem;
      color: #9ca3af;
    }
    .panel-header {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .panel-header-right {
      display: flex;
      max-width: 100%;
      justify-content: flex-end;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.5rem;
    }
    .mode-toggle {
      display: inline-flex;
      padding: 0.15rem;
      border-radius: 999px;
      background: rgba(10, 0, 12, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.6);
      font-size: 0.7rem;
    }
    .mode-toggle button {
      border: none;
      background: transparent;
      color: #cbd5f5;
      padding: 0.15rem 0.5rem;
      border-radius: 999px;
      cursor: pointer;
    }
    .mode-toggle button.active {
      background: linear-gradient(135deg, #b11226, #800020);
      color: #f9fafb;
    }
    .animal-toggle, .santa-toggle {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      font-size: 0.75rem;
      color: #cbd5f5;
      padding: 0.15rem 0.6rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(10, 0, 12, 0.9);
      cursor: pointer;
      user-select: none;
    }
    .animal-toggle input,
    .santa-toggle input {
      accent-color: #b11226;
    }
    .btn {
  border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.9);
      padding: 0.35rem 0.9rem;
      font-size: 0.8rem;
      background: radial-gradient(circle at top left, rgba(177,18,38, 0.35), rgba(10, 0, 12, 0.95));
      color: #e5e7eb;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      white-space: nowrap;
    }
    .btn:hover {
      border-color: #b11226;
      box-shadow: 0 0 0 1px rgba(177,18,38, 0.3);
    }
    .search-row {
      margin-top: 0.75rem;
    }
    .search-input {
      width: 100%;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(10, 0, 12, 0.85);
      color: #e5e7eb;
      font-size: 0.8rem;
    }
    .search-input::placeholder {
      color: #6b7280;
    }
    .tag-scroll {
      flex: 1 1 auto;
      overflow-y: auto;
      padding-right: 0.75rem;
      margin-top: 0.5rem;
    }
    .category-section {
      margin-bottom: 1.1rem;
      padding-bottom: 0.7rem;
      border-bottom: 1px dashed rgba(55, 65, 81, 0.7);
    }
    .category-header {
      display: flex;
      align-items: baseline;
      gap: 0.5rem;
      margin-bottom: 0.45rem;
    }
    .category-title-row {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex: 1 1 auto;
    }
    .category-hint {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #6b7280;
    }
    .category-controls {
      display: flex;
      gap: 0.35rem;
      flex-wrap: wrap;
    }
    .mini-btn {
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      padding: 0.15rem 0.6rem;
      font-size: 0.7rem;
      background: rgba(10, 0, 12, 0.9);
      color: #d1d5db;
      cursor: pointer;
      white-space: nowrap;
    }
    .mini-btn.toggle-on {
      background: linear-gradient(135deg, #b11226, #800020);
      color: #f9fafb;
      border-color: #b11226;
    }

    .mini-btn:hover {
      border-color: #b11226;
      border-color: #b11226;
    }
    .tags-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
      margin-top: 0.3rem;
    }
    .tag {
      display: inline-flex;
      align-items: flex-start;
      max-width: 100%;
      padding: 0.3rem 0.65rem;
      border-radius: 999px;
      border: 1px solid rgba(75, 85, 99, 0.9);
      background: rgba(10, 0, 12, 0.9);
      font-size: 0.75rem;
      cursor: pointer;
      gap: 0.35rem;
    }
    .tag.selected {
      border-color: #b11226;
      background: radial-gradient(circle at top left, rgba(177,18,38, 0.3), rgba(10, 0, 12, 0.95));
      box-shadow: 0 0 0 1px rgba(177,18,38, 0.5);
    }
    .tag .label {
      flex: 1 1 auto;
      min-width: 0;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      word-break: break-word;
      line-height: 1.15;
    }
    .tag .x {
      margin-left: 0;
      font-size: 0.7rem;
      opacity: 0.7;
      white-space: nowrap;
      align-self: flex-start;
    }
    .tag.random-gen {
      border-style: dashed;
      border-color: rgba(177,18,38, 0.8);
      background: rgba(10, 0, 12, 0.85);
    }

    .right-panel h2 {
      margin-bottom: 0.2rem;
    }
    .field-group {
      margin-bottom: 0.55rem;
      font-size: 0.8rem;
    }
    .field-label {
      font-size: 0.78rem;
      color: #9ca3af;
      margin-bottom: 0.1rem;
    }
    select, textarea, input[type="text"] {
      width: 100%;
      font-size: 0.8rem;
      background: rgba(10, 0, 12, 0.9);
      color: #e5e7eb;
      border-radius: 0.5rem;
      border: 1px solid rgba(148, 163, 184, 0.7);
      padding: 0.35rem 0.5rem;
    }
    select {
      height: 1.9rem;
    }
    textarea {
      resize: vertical;
      min-height: 5rem;
    }
    .chars-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      margin-top: 0.4rem;
      margin-bottom: 0.25rem;
    }
    .char-list {
      border-radius: 0.5rem;
      border: 1px solid rgba(55, 65, 81, 0.8);
      background: rgba(10, 0, 12, 0.9);
      padding: 0.35rem 0.4rem;
      max-height: 7.5rem;
      overflow-y: auto;
      font-size: 0.78rem;
    }
    .char-row {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 2.2fr) auto;
      gap: 0.25rem;
      align-items: center;
      margin-bottom: 0.3rem;
    }
    .dialogue-notes-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0.5rem;
      margin-top: 0.25rem;
    }
    .dialogue-notes-grid.multiple {
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    }
    .dialogue-col-label {
      font-size: 0.72rem;
      color: #9ca3af;
      margin-bottom: 0.15rem;
    }
    .dialogue-notes-grid textarea {
      width: 100%;
      min-height: 4.5rem;
      resize: vertical;
      border-radius: 0.5rem;
      border: 1px solid rgba(55, 65, 81, 0.8);
      background: rgba(10, 0, 12, 0.95);
      color: #e5e7eb;
      font-size: 0.78rem;
      padding: 0.4rem 0.5rem;
    }

    .char-row input {
      width: 100%;
      font-size: 0.75rem;
      padding: 0.25rem 0.35rem;
      border-radius: 0.4rem;
      border: 1px solid rgba(55, 65, 81, 0.8);
      background: rgba(10, 0, 12, 0.95);
      color: #e5e7eb;
    }
    .char-row select {
      width: auto;
      height: 1.7rem;
      font-size: 0.7rem;
      padding: 0.1rem 0.3rem;
    }
    .char-row button {
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.7);
      background: transparent;
      color: #9ca3af;
      cursor: pointer;
      font-size: 0.75rem;
      padding: 0.1rem 0.4rem;
    }
    .outputs {
      margin-top: 0.75rem;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      overflow: hidden;
    }
    .output-block {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }
    .output-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.78rem;
      color: #9ca3af;
    }
    .output-header span {
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }
    .output-textarea {
      flex: 1 1 auto;
      width: 100%;
      resize: none;
      min-height: 4.2rem;
    }
    .footer-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 0.4rem;
      font-size: 0.7rem;
      color: #6b7280;
    }
    .muted {
      color: #6b7280;
      font-size: 0.72rem;
    }
  
/* --- FUTUREMODE THEME OVERRIDES (non-destructive) --------------------- */
:root{
  --bg0:#020617;
  --bg1:#030712;
  --panel: rgba(6, 12, 26, 0.62);
  --panel2: rgba(10, 18, 38, 0.55);
  --stroke: rgba(148,163,184,0.28);
  --stroke2: rgba(128,0,32,0.45);
  --text: #e5e7eb;
  --muted: rgba(226,232,240,0.62);
  --neonA:#b11226;
  --neonB:#800020;
  --neonC:#b11226;
  --shadow: 0 18px 60px rgba(0,0,0,0.55);
  --glow: 0 0 0 1px rgba(177,18,38,0.22), 0 0 22px rgba(128,0,32,0.18);
}

body{
  background:
    radial-gradient(1200px 800px at 15% 10%, rgba(177,18,38,0.16), transparent 55%),
    radial-gradient(1000px 700px at 85% 20%, rgba(128,0,32,0.18), transparent 60%),
    radial-gradient(900px 700px at 55% 90%, rgba(34,197,94,0.10), transparent 65%),
    radial-gradient(circle at top, #1e293b 0, #020617 45%, #000 100%);
  color: var(--text);
  overflow: hidden;
}

/* Ambient HUD layer */
.fx-bg{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.fx-bg::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(0,0,0,0.04)),
    repeating-linear-gradient(to right, rgba(148,163,184,0.07) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(to bottom, rgba(148,163,184,0.06) 0 1px, transparent 1px 58px);
  opacity: 0.34;
  mask-image: radial-gradient(circle at 55% 45%, rgba(0,0,0,1), rgba(0,0,0,0.15) 55%, rgba(0,0,0,0) 75%);
  animation: gridDrift 18s linear infinite;
}
.fx-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(to bottom, rgba(255,255,255,0.028) 0 1px, transparent 1px 4px);
  opacity: 0.12;
  mix-blend-mode: overlay;
  animation: scan 6.5s linear infinite;
}
@keyframes gridDrift{
  from{ transform: translate3d(0,0,0); }
  to{ transform: translate3d(-120px,-60px,0); }
}
@keyframes scan{
  0%{ transform: translateY(-12px); }
  100%{ transform: translateY(12px); }
}

/* Put the app above FX */
.app-root{ position: relative; z-index: 1; }

/* Glass panels */
.left-panel, .right-panel{
  background: linear-gradient(180deg, var(--panel), rgba(2,6,23,0.35));
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}
.left-panel{
  border-right: 1px solid rgba(148,163,184,0.22);
}
.right-panel{
  border-left: 1px solid rgba(148,163,184,0.16);
}

/* Softer typography + holo suffix */
h1{
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.holo-suffix{
  font-weight: 700;
  font-size: 0.78em;
  margin-left: 0.35rem;
  color: rgba(226,232,240,0.75);
  text-shadow: 0 0 12px rgba(177,18,38,0.22);
}
.subtitle{
  color: var(--muted);
}

/* Inputs: neon focus rings */
.search-input, select, textarea, input[type="text"]{
  border-color: rgba(148,163,184,0.38);
  background: linear-gradient(180deg, rgba(9,15,32,0.72), rgba(10, 0, 12,0.92));
}
.search-input:focus, select:focus, textarea:focus, input[type="text"]:focus{
  outline: none;
  border-color: rgba(177,18,38,0.75);
  box-shadow: 0 0 0 3px rgba(177,18,38,0.16), 0 0 18px rgba(128,0,32,0.14);
}

/* Buttons: holographic sheen */
.btn, .mini-btn, .mode-toggle, .animal-toggle{
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}
.btn{
  position: relative;
  overflow: hidden;
  border-color: rgba(148,163,184,0.45);
  background:
    radial-gradient(circle at 20% 20%, rgba(177,18,38,0.22), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(128,0,32,0.22), transparent 55%),
    rgba(10, 0, 12, 0.82);
  box-shadow: var(--glow);
}
.btn::after{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,0.12) 45%, transparent 55% 100%);
  transform: translateX(-60%);
  opacity: 0;
  transition: opacity .18s ease;
}
.btn:hover{
  border-color: rgba(177,18,38,0.75);
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(177,18,38,0.28), 0 0 28px rgba(177,18,38,0.16), 0 0 34px rgba(128,0,32,0.14);
}
.btn:hover::after{
  opacity: 1;
  animation: sheen 1.05s ease both;
}
@keyframes sheen{
  from{ transform: translateX(-60%); }
  to{ transform: translateX(60%); }
}

.mode-toggle{
  background: rgba(10, 0, 12, 0.62);
  border-color: rgba(148,163,184,0.45);
}
.mode-toggle button{
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mode-toggle button.active{
  box-shadow: 0 0 0 1px rgba(177,18,38,0.25), 0 0 18px rgba(128,0,32,0.18);
}

.mini-btn{
  background: rgba(10, 0, 12,0.72);
  border-color: rgba(148,163,184,0.38);
}
.mini-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(177,18,38,0.75);
  box-shadow: 0 0 0 1px rgba(177,18,38,0.16);
}
.mini-btn.toggle-on{
  box-shadow: 0 0 0 1px rgba(177,18,38,0.24), 0 0 18px rgba(128,0,32,0.16);
}

/* Sections: subtle circuitry */
.category-section{
  position: relative;
  padding: 0.9rem 0.85rem 0.75rem;
  border: 1px solid rgba(148,163,184,0.16);
  border-radius: 14px;
  background:
    radial-gradient(420px 220px at 18% 0%, rgba(177,18,38,0.10), transparent 60%),
    radial-gradient(420px 220px at 88% 0%, rgba(128,0,32,0.10), transparent 60%),
    rgba(2,6,23,0.28);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.28);
}
.category-section::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 14px;
  background:
    linear-gradient(90deg, transparent 0 40%, rgba(177,18,38,0.08) 50%, transparent 60% 100%);
  opacity: 0;
  pointer-events:none;
}
.category-section:hover::after{
  opacity: 1;
  animation: sectionSweep 1.15s ease both;
}
@keyframes sectionSweep{
  from{ transform: translateX(-18%); }
  to{ transform: translateX(18%); }
}

.category-hint{
  color: rgba(226,232,240,0.52);
}

/* Tags: neon chips */
.tag{
  border-color: rgba(148,163,184,0.30);
  background:
    radial-gradient(circle at 20% 20%, rgba(177,18,38,0.10), transparent 45%),
    rgba(10, 0, 12,0.72);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.tag:hover{
  transform: translateY(-1px);
  border-color: rgba(177,18,38,0.65);
  box-shadow: 0 0 0 1px rgba(177,18,38,0.18);
}
.tag.selected{
  border-color: rgba(177,18,38,0.92);
  background:
    radial-gradient(circle at 20% 20%, rgba(177,18,38,0.18), rgba(10, 0, 12, 0.75) 55%),
    linear-gradient(135deg, rgba(177,18,38,0.10), rgba(128,0,32,0.10));
  box-shadow: 0 0 0 1px rgba(177,18,38,0.30), 0 0 22px rgba(128,0,32,0.16);
}

/* Scrollbars */
.tag-scroll::-webkit-scrollbar, .char-list::-webkit-scrollbar, textarea::-webkit-scrollbar{
  width: 10px;
}
.tag-scroll::-webkit-scrollbar-track, .char-list::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track{
  background: rgba(2,6,23,0.45);
  border-radius: 999px;
}
.tag-scroll::-webkit-scrollbar-thumb, .char-list::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(177,18,38,0.50), rgba(128,0,32,0.45));
  border-radius: 999px;
  border: 2px solid rgba(2,6,23,0.55);
}

/* Small detail polish */
.output-header span{
  color: rgba(226,232,240,0.70);
}
.footer-row{
  color: rgba(226,232,240,0.46);
}

  





/* --- PARANOIA BLACK / MAROON THEME -------------------------------------- */
:root{
  --bg0:#050007;
  --bg1:#0a0006;
  --panel: rgba(12, 2, 10, 0.64);
  --panel2: rgba(22, 4, 14, 0.58);
  --stroke: rgba(255,255,255,0.12);
  --stroke2: rgba(128,0,32,0.58);
  --text:#f3f4f6;
  --muted: rgba(243,244,246,0.62);
  --neonA:#b11226;
  --neonB:#800020;
  --neonC:#4b0010;
  --shadow: 0 22px 70px rgba(0,0,0,0.70);
  --glow: 0 0 0 1px rgba(128,0,32,0.26), 0 0 28px rgba(177,18,38,0.14);
}

body{
  background:
    radial-gradient(1200px 820px at 10% 0%, rgba(177,18,38,0.22), transparent 56%),
    radial-gradient(1100px 760px at 92% 14%, rgba(128,0,32,0.20), transparent 60%),
    radial-gradient(1200px 840px at 50% 110%, rgba(75,0,16,0.18), transparent 72%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
}

/* Make the scanline overlay a touch moodier */
.fx-bg::after{
  opacity: 0.14;
}

/* Tabs / pills / buttons bias toward maroon instead of neon blue */
.mode-toggle button.active{
  background: linear-gradient(135deg, var(--neonA), var(--neonB));
  color: #f9fafb;
  box-shadow: 0 0 0 1px rgba(177,18,38,0.35), 0 0 18px rgba(128,0,32,0.18);
}

.btn:hover, .mini-btn:hover{
  border-color: rgba(177,18,38,0.70);
  box-shadow: 0 0 0 1px rgba(177,18,38,0.28), 0 0 28px rgba(128,0,32,0.14);
}
@media (max-width: 900px){
  /* Allow page to scroll naturally on mobile browsers */
  body{
    height: auto;
    min-height: 100vh;
    display: block;
    /* Desktop theme uses `overflow: hidden` to keep split-pane scroll contained.
       On mobile we switch to normal document scrolling. */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .app-root{
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    max-width: none;
    margin: 0;
  }

  .mobile-tabs{
    display: flex;
    position: sticky;
    top: 0;
    z-index: 60;
    gap: 0.5rem;
    padding: calc(0.6rem + var(--safe-top)) 0.85rem 0.6rem;
    backdrop-filter: blur(10px);
    background: rgba(8, 0, 10, 0.75);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  }
  .mobile-tabs .tab-btn{
    flex: 1 1 0;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(10, 0, 12, 0.85);
    color: #e5e7eb;
    padding: 0.65rem 0.9rem;
    font-weight: 700;
    font-size: 0.95rem;
  }
  .mobile-tabs .tab-btn.active{
    background: linear-gradient(135deg, #b11226, #800020);
    color: #f9fafb;
    border-color: rgba(255,255,255,0.0);
  }

  /* Stack panels full width */
  .left-panel, .right-panel{
    width: 100%;
    flex: none;
    padding: 1.0rem 0.95rem calc(1.2rem + var(--safe-bottom));
    overflow: visible;
    border-right: none;
  }
  .left-panel{
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  }

  /* Switch views (only applies under this breakpoint) */
  body.view-tags .right-panel{ display: none; }
  body.view-output .left-panel{ display: none; }

  /* Header goes vertical; make room for small screens */
  .panel-header{
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .panel-header-right{
    justify-content: space-between;
    width: 100%;
  }

  h1{
    font-size: 1.25rem;
    line-height: 1.25;
  }
  h2{
    font-size: 1.05rem;
  }
  .subtitle{
    font-size: 0.95rem;
  }

  /* Improve form sizing for thumbs */
  textarea, input[type="text"], select{
    font-size: 1rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.65rem;
  }
  select{ height: 2.35rem; }

  /* Avoid nested scroll traps */
  .tag-scroll{
    overflow: visible;
    padding-right: 0;
  }

  /* Buttons and pills: bigger hit areas */
  .mode-toggle{
    font-size: 0.85rem;
  }
  .mode-toggle button{
    padding: 0.45rem 0.7rem;
  }
  .tag-pill{
    padding: 0.45rem 0.7rem;
    font-size: 0.9rem;
  }
}

/* Tablet: keep both panels visible but soften the split */
@media (min-width: 901px) and (max-width: 1200px){
  body{
    height: 100dvh;
  }
  .app-root{
    max-width: none;
  }
  .left-panel{ flex: 0 0 56%; }
  .right-panel{ flex: 0 0 44%; }
  h1{ font-size: 1.35rem; }
  textarea, input[type="text"], select{ font-size: 0.9rem; }
}

/* Small landscape phones / short viewports */
@media (max-height: 700px) and (max-width: 900px){
  .mobile-tabs{ position: sticky; }
  .subtitle{ display: none; }
}

    .panel-header > div:first-child {
      min-width: 320px;
    }
