/* 88BB Altcoin Alpha Command Desk v0.3
   Priority War Room: SGR / VCP Pro stay on main stage.
   Coin Screener is a pool, not the whole page.
*/
.alpha-command {
  --alpha-bg: rgba(5, 12, 22, 0.84);
  --alpha-panel: rgba(9, 20, 34, 0.88);
  --alpha-panel-2: rgba(12, 28, 46, 0.92);
  --alpha-line: rgba(80, 220, 255, 0.16);
  --alpha-line-strong: rgba(80, 220, 255, 0.32);
  --alpha-text: #f5fbff;
  --alpha-muted: rgba(213, 230, 244, 0.72);
  --alpha-cyan: #4ee7ff;
  --alpha-green: #48f59a;
  --alpha-gold: #ffd166;
  --alpha-red: #ff5c7a;
  --alpha-purple: #a78bfa;
  gap: 18px;
  max-width: 1880px;
  margin: 0 auto;
  font-size: 15.5px;
}

.alpha-side-note span { color: var(--alpha-cyan); }

.alpha-topbar { border-bottom: 1px solid var(--alpha-line); }

.alpha-command .section-kicker,
.alpha-command .page-kicker {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.alpha-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--alpha-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 22%, rgba(78, 231, 255, 0.16), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(167, 139, 250, 0.15), transparent 36%),
    linear-gradient(135deg, rgba(8, 18, 31, 0.98), rgba(9, 23, 38, 0.86));
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.alpha-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -40% 36%;
  height: 220px;
  background: radial-gradient(circle, rgba(78, 231, 255, 0.22), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.alpha-hero-copy { position: relative; z-index: 2; }

.alpha-hero h1 {
  margin: 6px 0 12px;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--alpha-text);
}

.alpha-hero p {
  max-width: 860px;
  color: var(--alpha-muted);
  font-size: 16px;
  line-height: 1.7;
}

.alpha-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.alpha-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 244, 255, 0.18);
  background: rgba(6, 18, 31, 0.75);
  color: rgba(235, 249, 255, 0.9);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.alpha-chip.is-dragon {
  border-color: rgba(255, 209, 102, 0.32);
  color: #ffe9a6;
  background: rgba(80, 45, 8, 0.34);
}

.alpha-chip.is-siege,
.alpha-chip.is-long {
  border-color: rgba(72, 245, 154, 0.28);
  color: #96ffcc;
  background: rgba(5, 70, 45, 0.28);
}

.alpha-chip.is-short,
.alpha-chip.is-risk {
  border-color: rgba(255, 92, 122, 0.34);
  color: #ffb5c2;
  background: rgba(82, 12, 28, 0.32);
}

.alpha-chip.is-gold {
  border-color: rgba(255, 209, 102, 0.4);
  color: #ffe08a;
  background: rgba(82, 54, 8, 0.38);
}

.alpha-chip.is-screener {
  border-color: rgba(78, 231, 255, .45);
  color: #c9fbff;
  background: rgba(14, 116, 144, .14);
}

.alpha-dragon-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 126px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 209, 102, 0.22);
  background:
    radial-gradient(circle at 38% 38%, rgba(255, 209, 102, 0.18), transparent 52%),
    rgba(7, 16, 29, 0.72);
  box-shadow: inset 0 0 32px rgba(255, 209, 102, 0.04);
}

.alpha-dragon-card img {
  width: 126px;
  height: 126px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 209, 102, 0.32));
}

.alpha-dragon-card span,
.alpha-stat span {
  display: block;
  color: var(--alpha-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.alpha-dragon-card strong {
  display: block;
  margin-top: 8px;
  color: var(--alpha-gold);
  font-size: 42px;
  line-height: 1;
}

.alpha-dragon-card small,
.alpha-stat small { color: rgba(220, 238, 247, 0.68); }

.alpha-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.alpha-stat {
  padding: 15px;
  border-radius: 18px;
  border: 1px solid var(--alpha-line);
  background: linear-gradient(180deg, rgba(13, 30, 50, 0.82), rgba(8, 18, 31, 0.76));
}

.alpha-stat strong {
  display: block;
  margin: 6px 0;
  color: var(--alpha-text);
  font-size: 28px;
}

.alpha-control-bar,
.alpha-panel {
  border: 1px solid var(--alpha-line);
  border-radius: 22px;
  background: var(--alpha-panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.alpha-control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.alpha-control-bar strong { color: var(--alpha-text); font-size: 15.5px; }

.alpha-refresh-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.alpha-mini-button {
  appearance: none;
  border: 1px solid rgba(78, 231, 255, 0.28);
  background: rgba(8, 30, 45, 0.72);
  color: var(--alpha-cyan);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 900;
  cursor: pointer;
}

.alpha-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  align-items: start;
  gap: 18px;
}

.alpha-workbench-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.alpha-workbench-side {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding-right: 2px;
}

.alpha-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.alpha-grid-mvp {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
}

.alpha-panel {
  padding: 18px;
  min-width: 0;
}

.alpha-panel-priority {
  border-color: rgba(255, 209, 102, .26);
  background:
    radial-gradient(circle at top left, rgba(255, 209, 102, .12), transparent 28%),
    radial-gradient(circle at top right, rgba(72, 245, 154, .09), transparent 32%),
    rgba(9, 20, 34, .9);
}

.alpha-panel-departments {
  border-color: rgba(167, 139, 250, .26);
}

.alpha-panel-screener {
  border-color: rgba(78, 231, 255, .22);
  background:
    radial-gradient(circle at top left, rgba(78, 231, 255, .10), transparent 30%),
    rgba(8, 13, 24, .82);
}

.alpha-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.alpha-panel-head h3 {
  margin: 2px 0 0;
  color: var(--alpha-text);
  font-size: 22px;
  line-height: 1.2;
}

.alpha-panel-note {
  margin: 6px 0 0;
  color: rgba(213, 230, 244, .72);
  font-size: 14px;
  line-height: 1.55;
}

.alpha-card-list {
  display: grid;
  gap: 12px;
}

.alpha-priority-list {
  max-height: 740px;
  overflow: auto;
  padding-right: 4px;
}

.alpha-screener-scroll {
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.alpha-empty {
  min-height: 96px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(131, 216, 255, 0.2);
  border-radius: 18px;
  color: rgba(218, 236, 245, 0.65);
  font-weight: 750;
  text-align: center;
  padding: 18px;
}

.alpha-event-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(113, 222, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(14, 32, 52, 0.94), rgba(8, 18, 31, 0.94));
  overflow: hidden;
}

.alpha-event-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--alpha-cyan);
  opacity: 0.72;
}

.alpha-event-card[data-source="VCP"]::before,
.alpha-event-card[data-bucket="long"]::before { background: var(--alpha-green); }
.alpha-event-card[data-source="SGR"]::before,
.alpha-event-card[data-bucket="dragon"]::before { background: var(--alpha-gold); }
.alpha-event-card[data-bucket="short"]::before,
.alpha-event-card[data-bucket="risk"]::before { background: var(--alpha-red); }
.alpha-event-card[data-source="SCREENER"]::before { background: var(--alpha-cyan); opacity: .45; }

.alpha-event-card.is-compact {
  padding: 14px;
  gap: 9px;
  border-radius: 16px;
  background: rgba(8, 18, 31, .72);
}

.alpha-event-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.alpha-symbol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.alpha-symbol strong {
  color: var(--alpha-text);
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.alpha-event-card.is-compact .alpha-symbol strong {
  font-size: 17px;
}

.alpha-symbol small,
.alpha-card-meta {
  color: var(--alpha-muted);
  font-size: 13.5px;
  line-height: 1.4;
}

.alpha-event-card.is-compact .alpha-symbol small {
  font-size: 12.5px;
}

.alpha-score {
  min-width: 70px;
  text-align: center;
  padding: 9px 10px;
  border-radius: 14px;
  color: var(--alpha-text);
  background: rgba(78, 231, 255, 0.1);
  border: 1px solid rgba(78, 231, 255, 0.18);
}

.alpha-score strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.alpha-score small {
  font-size: 12.5px;
  color: rgba(221, 243, 255, .72);
  font-weight: 850;
}

.alpha-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alpha-commander-report {
  border: 1px solid rgba(255, 209, 102, .18);
  border-radius: 16px;
  background: rgba(255, 209, 102, .055);
  padding: 12px 14px;
}

.alpha-commander-report span {
  display: block;
  margin-bottom: 5px;
  color: #ffe08a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alpha-commander-report p {
  margin: 0;
  color: rgba(245, 251, 255, .92);
  font-size: 15px;
  line-height: 1.58;
}

.alpha-plan-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.alpha-plan-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(78, 231, 255, .18);
  border-radius: 12px;
  color: rgba(229, 246, 255, .9);
  background: rgba(4, 16, 28, .55);
  font-size: 13.5px;
  font-weight: 750;
}

.alpha-plan-row b {
  color: var(--alpha-cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.alpha-card-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.alpha-card-text h4 {
  margin: 0 0 6px;
  color: rgba(245, 251, 255, 0.88);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.alpha-card-text ul {
  margin: 0;
  padding-left: 18px;
  color: var(--alpha-muted);
  font-size: 14px;
  line-height: 1.58;
}

.alpha-compact-line {
  color: rgba(213, 230, 244, .72);
  font-size: 12.8px;
  line-height: 1.45;
}

.alpha-department-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.alpha-dept-pill {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(113, 222, 255, .14);
  background: rgba(5, 14, 25, .58);
}

.alpha-dept-pill strong {
  color: rgba(245, 251, 255, .9);
  font-size: 13px;
}

.alpha-dept-pill span {
  width: max-content;
  max-width: 100%;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(122, 134, 153, .18);
  color: rgba(230, 242, 249, .78);
  font-size: 11px;
  font-weight: 900;
}

.alpha-dept-pill small {
  color: rgba(213, 230, 244, .66);
  font-size: 12px;
  line-height: 1.35;
}

.alpha-dept-pill.is-active { border-color: rgba(72, 245, 154, .26); }
.alpha-dept-pill.is-active span { background: rgba(72, 245, 154, .14); color: #9bffd2; }
.alpha-dept-pill.is-context { border-color: rgba(78, 231, 255, .2); }
.alpha-dept-pill.is-context span { background: rgba(78, 231, 255, .12); color: #c7faff; }
.alpha-dept-pill.is-risk { border-color: rgba(255, 92, 122, .28); }
.alpha-dept-pill.is-risk span { background: rgba(255, 92, 122, .14); color: #ffc0ca; }
.alpha-dept-pill.is-ok { border-color: rgba(72, 245, 154, .18); }
.alpha-dept-pill.is-ok span { background: rgba(72, 245, 154, .10); color: #a7ffd6; }

.alpha-department-focus {
  display: grid;
  gap: 12px;
}

.alpha-focus-head,
.alpha-focus-empty {
  padding: 12px;
  border: 1px solid rgba(167, 139, 250, .18);
  border-radius: 16px;
  background: rgba(20, 14, 38, .42);
}

.alpha-focus-head strong,
.alpha-focus-empty strong {
  display: block;
  color: var(--alpha-text);
  font-size: 19px;
  margin-bottom: 4px;
}

.alpha-focus-head span,
.alpha-focus-empty span {
  color: var(--alpha-muted);
  font-size: 13px;
}

.alpha-sample-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.alpha-sample-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.alpha-sample-table th,
.alpha-sample-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(126, 214, 255, 0.12);
  color: rgba(235, 249, 255, 0.84);
  text-align: left;
  font-size: 14px;
}

.alpha-sample-table th {
  color: rgba(151, 214, 244, 0.85);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}


/* v0.4.5 Sample growth tracker */
.alpha-sample-table {
  min-width: 980px;
}

.alpha-growth-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(126, 214, 255, .18);
  background: rgba(10, 22, 36, .72);
  color: rgba(235, 249, 255, .92);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.alpha-growth-badge.is-seedling { border-color: rgba(126, 214, 255, .20); color: #d8f9ff; }
.alpha-growth-badge.is-sprouting { border-color: rgba(104, 255, 174, .30); color: #a8ffd0; }
.alpha-growth-badge.is-tree { border-color: rgba(104, 255, 174, .42); background: rgba(20, 105, 70, .18); color: #b9ffd5; }
.alpha-growth-badge.is-strong-tree { border-color: rgba(125, 249, 255, .42); background: rgba(22, 76, 92, .18); color: #c6fbff; }
.alpha-growth-badge.is-dragon-tree { border-color: rgba(246, 199, 111, .48); background: rgba(95, 67, 22, .20); color: #ffe3a5; }
.alpha-growth-badge.is-wilted { border-color: rgba(255, 144, 144, .38); background: rgba(95, 22, 34, .18); color: #ffbdc7; }
.alpha-growth-badge.is-invalid { border-color: rgba(255, 107, 139, .48); background: rgba(95, 16, 34, .22); color: #ff9caf; }
.alpha-growth-badge.is-dormant { border-color: rgba(169, 183, 199, .28); color: #b8c6d4; }

.alpha-sample-time {
  display: grid;
  gap: 3px;
  color: rgba(235, 249, 255, .86);
  font-size: 12px;
  line-height: 1.2;
}

.alpha-sample-time small {
  color: rgba(169, 183, 199, .76);
  font-size: 11px;
}

.alpha-logistics-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.alpha-logistics-grid article {
  padding: 14px;
  border: 1px solid rgba(113, 222, 255, 0.14);
  border-radius: 16px;
  background: rgba(8, 18, 31, 0.58);
}

.alpha-logistics-grid strong {
  display: block;
  color: var(--alpha-text);
  margin-bottom: 5px;
  font-size: 15px;
}

.alpha-logistics-grid span {
  color: var(--alpha-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

@media (max-width: 1500px) {
  .alpha-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .alpha-workbench {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  }
}

@media (max-width: 1250px) {
  .alpha-hero,
  .alpha-workbench,
  .alpha-grid,
  .alpha-grid-mvp {
    grid-template-columns: 1fr;
  }
  .alpha-workbench-side {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .alpha-priority-list,
  .alpha-screener-scroll {
    max-height: none;
  }
  .alpha-logistics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .alpha-command {
    font-size: 15px;
  }

  .alpha-hero {
    padding: 20px;
  }

  .alpha-hero h1 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .alpha-hero p {
    font-size: 15px;
  }

  .alpha-dragon-card {
    grid-template-columns: 88px 1fr;
  }

  .alpha-dragon-card img {
    width: 88px;
    height: 88px;
  }

  .alpha-stat-grid,
  .alpha-card-text,
  .alpha-department-mini,
  .alpha-logistics-grid {
    grid-template-columns: 1fr;
  }

  .alpha-control-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .alpha-panel {
    padding: 16px;
  }

  .alpha-panel-head {
    flex-direction: column;
  }

  .alpha-symbol strong {
    font-size: 19px;
  }

  .alpha-card-text ul {
    font-size: 13.8px;
  }
}


/* v0.3.1｜Human labels + stable mobile layout */
body[data-page="altcoin-alpha"] {
  overflow-x: hidden;
}

.alpha-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 18px;
  align-items: start;
  width: 100%;
}

.alpha-workbench-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.alpha-workbench-side {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  min-width: 0;
}

.alpha-priority-list {
  max-height: 760px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.alpha-screener-scroll {
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.alpha-list-more {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px dashed rgba(126, 214, 255, .18);
  border-radius: 14px;
  color: rgba(213, 230, 244, .68);
  font-size: 13.5px;
  font-weight: 800;
  text-align: center;
  padding: 10px 12px;
  background: rgba(6, 15, 27, .48);
}

.alpha-card-badges .alpha-chip {
  font-size: 12.5px;
}

.alpha-event-card[data-source="VCP"],
.alpha-event-card[data-source="SGR"] {
  border-color: rgba(255, 209, 102, .22);
}

@media (max-width: 1180px) {
  .alpha-workbench {
    grid-template-columns: 1fr;
  }

  .alpha-workbench-side {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .alpha-priority-list,
  .alpha-screener-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="altcoin-alpha"] .app-shell {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }

  body[data-page="altcoin-alpha"] .sidebar {
    position: relative;
    width: auto;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }

  body[data-page="altcoin-alpha"] .nav-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  body[data-page="altcoin-alpha"] .nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .alpha-command {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    gap: 14px;
  }

  .alpha-topbar {
    align-items: flex-start;
    gap: 12px;
  }

  .alpha-topbar .topbar-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .alpha-hero {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .alpha-hero h1 {
    font-size: clamp(28px, 10vw, 40px);
    letter-spacing: -0.04em;
    line-height: 1.02;
  }

  .alpha-hero p {
    font-size: 14.5px;
    line-height: 1.58;
  }

  .alpha-source-row {
    gap: 8px;
  }

  .alpha-chip {
    font-size: 12.5px;
    padding: 7px 10px;
    min-height: 30px;
  }

  .alpha-dragon-card {
    grid-template-columns: 76px 1fr;
    padding: 14px;
    border-radius: 18px;
  }

  .alpha-dragon-card img {
    width: 76px;
    height: 76px;
  }

  .alpha-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .alpha-stat {
    padding: 12px;
    min-height: 92px;
  }

  .alpha-stat strong {
    font-size: 28px;
  }

  .alpha-control-bar {
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .alpha-refresh-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .alpha-grid,
  .alpha-grid-mvp,
  .alpha-workbench {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .alpha-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .alpha-panel-head {
    gap: 10px;
    margin-bottom: 12px;
  }

  .alpha-panel-head h3 {
    font-size: 19px;
  }

  .alpha-panel-note {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .alpha-event-card {
    padding: 14px;
    border-radius: 17px;
    gap: 10px;
  }

  .alpha-event-top {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .alpha-symbol strong {
    font-size: 18px;
  }

  .alpha-symbol small {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .alpha-score {
    min-width: 62px;
    padding: 8px;
  }

  .alpha-score strong {
    font-size: 23px;
  }

  .alpha-card-text,
  .alpha-department-mini,
  .alpha-logistics-grid {
    grid-template-columns: 1fr !important;
  }

  .alpha-card-text ul {
    font-size: 13.5px;
    line-height: 1.48;
  }

  .alpha-commander-report {
    padding: 10px 12px;
  }

  .alpha-commander-report p {
    font-size: 14px;
    line-height: 1.5;
  }

  .alpha-plan-row {
    gap: 7px;
  }

  .alpha-plan-row span {
    font-size: 12.6px;
    padding: 7px 9px;
  }

  .alpha-sample-table {
    min-width: 680px;
  }

  .alpha-sample-table th,
  .alpha-sample-table td {
    font-size: 13px;
    padding: 10px 8px;
  }

  .alpha-logistics {
    display: none;
  }
}

.alpha-plan-row span.is-plan-locked {
  border-color: rgba(255, 209, 102, .34);
  color: #ffe6a3;
  background: rgba(82, 54, 8, .30);
}
.alpha-plan-row span.is-plan-locked b {
  color: #ffd166;
}
