/* Parker player gallery: cinematic discovery over the shared product system. */

body.parker-app {
  --ws-canvas: #f3f4f2;
  --ws-canvas-subtle: #e8eae8;
  --ws-surface: #fafbf9;
  --ws-surface-raised: #ffffff;
  --ws-surface-strong: #eceeec;
  --ws-ink: #151719;
  --ws-ink-soft: #323639;
  --ws-muted: #737a7e;
  --ws-muted-strong: #565e62;
  --ws-line: #dce0df;
  --ws-line-strong: #c5cbca;
  --ws-accent: #315bd8;
  --ws-accent-hover: #2449b9;
  --ws-accent-strong: #18388f;
  --ws-accent-soft: #dce5ff;
  --ws-accent-softer: #edf1ff;
  --ws-signal: #df4a36;
  --ws-signal-hover: #c53d2c;
  --ws-signal-soft: #f8e3df;
  --ws-shadow-float: 0 22px 54px rgb(22 27 29 / 12%);
  --archive-spine: #111315;
  --archive-spine-raised: #1c1f22;
  --archive-spine-ink: #f5f6f4;
  --archive-spine-muted: #a8afb2;
  --sidebar: 224px;
  --topbar: 72px;
  --ws-font-display: "SF Pro Display", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Zen Hei", system-ui, sans-serif;
  --ws-font-sans: "SF Pro Text", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Zen Hei", system-ui, sans-serif;
  background: var(--ws-canvas);
}

body.parker-app.dark {
  --ws-canvas: #0e1012;
  --ws-canvas-subtle: #191c1f;
  --ws-surface: #141719;
  --ws-surface-raised: #1a1e21;
  --ws-surface-strong: #202428;
  --ws-ink: #f1f3f2;
  --ws-ink-soft: #d1d5d4;
  --ws-muted: #9ca3a7;
  --ws-muted-strong: #bcc2c4;
  --ws-line: #292e31;
  --ws-line-strong: #3b4246;
  --ws-accent: #7695ff;
  --ws-accent-hover: #91aaff;
  --ws-accent-strong: #b9c7ff;
  --ws-accent-soft: #223366;
  --ws-accent-softer: #192342;
  --ws-shadow-float: 0 24px 60px rgb(0 0 0 / 34%);
}

body.parker-app h1,
body.parker-app h2,
body.parker-app h3,
body.parker-app .brand strong {
  font-family: var(--ws-font-display);
  letter-spacing: 0;
}

body.parker-app svg { stroke-width: 1.75; }

/* Product shell */
body.parker-app .app-shell { padding-left: var(--sidebar); }

body.parker-app .sidebar {
  width: var(--sidebar);
  padding: 22px 16px 18px;
  background: var(--archive-spine);
}

body.parker-app .brand {
  min-height: 64px;
  gap: 12px;
  margin: 0 4px 30px;
  padding: 0 6px 22px;
  border-bottom-color: rgb(255 255 255 / 10%);
}

body.parker-app .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

body.parker-app .brand > span { gap: 3px; }
body.parker-app .brand strong { font-size: 21px; font-weight: 700; }
body.parker-app .brand small { color: #899195; font-size: 10px; font-weight: 500; }

body.parker-app .nav-group { margin-bottom: 26px; }
body.parker-app .sidebar .nav-label { padding: 0 12px 9px; color: #70787c; font-size: 10px; font-weight: 600; }

body.parker-app .nav-button {
  min-height: 44px;
  gap: 12px;
  margin: 2px 0;
  padding: 0 12px;
  border-radius: 5px;
  color: var(--archive-spine-muted);
  font-size: 14px;
  font-weight: 500;
}

body.parker-app .nav-button::before { inset-block: 13px; width: 2px; }
body.parker-app .nav-button:hover { background: rgb(255 255 255 / 5%); color: #fff; }
body.parker-app .nav-button.active,
body.parker-app.dark .nav-button.active { background: var(--archive-spine-raised); color: #fff; }
body.parker-app .nav-button.active::before { background: var(--ws-signal); }

body.parker-app .sidebar-footer { gap: 9px; }
body.parker-app .sidebar-tools { padding-bottom: 12px; border-bottom-color: rgb(255 255 255 / 10%); }
body.parker-app .sidebar-tools .icon-button { min-height: 40px; color: #899195; }
body.parker-app .sidebar-tools .icon-button:hover { border-color: transparent; background: rgb(255 255 255 / 7%); }

body.parker-app .sidebar .account-strip {
  min-height: 54px;
  grid-template-columns: 30px minmax(0, 1fr) 16px;
  padding: 8px;
  border-radius: 5px;
}

body.parker-app .sidebar .account-strip:hover { background: rgb(255 255 255 / 6%); }
body.parker-app .sidebar .avatar { border-color: rgb(255 255 255 / 18%); background: rgb(255 255 255 / 7%); }
body.parker-app .sidebar .account-name { font-size: 13px; font-weight: 600; }

body.parker-app .topbar {
  min-height: var(--topbar);
  padding: 13px 34px;
  border-bottom-color: color-mix(in srgb, var(--ws-line) 72%, transparent);
  background: color-mix(in srgb, var(--ws-surface) 92%, transparent);
  backdrop-filter: blur(18px);
}

body.parker-app .search-box { width: min(720px, 64vw); }
body.parker-app .search-box input {
  height: 44px;
  padding-left: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--ws-canvas-subtle);
  box-shadow: none;
}

body.parker-app .search-box input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--ws-accent);
}

body.parker-app .search-box svg { left: 15px; top: 13px; color: var(--ws-muted); }
body.parker-app .top-actions { gap: 6px; }
body.parker-app .top-actions > .icon-button { border-color: transparent; background: transparent; }
body.parker-app .top-actions > .icon-button:hover { border-color: transparent; background: var(--ws-canvas-subtle); }

body.parker-app .top-actions .account-button {
  min-height: 42px;
  margin-left: 4px;
  border: 0;
  border-radius: 6px;
  background: var(--ws-ink);
  color: var(--ws-surface-raised);
  font-weight: 600;
}

body.parker-app .top-actions .account-button:hover:not(:disabled) {
  border-color: transparent;
  background: var(--ws-ink-soft);
}

body.parker-app .page { max-width: 1640px; padding: 34px 44px 108px; }

/* Discovery composition */
body.parker-app .explore-intro {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

body.parker-app .explore-intro > div { min-width: 0; }
body.parker-app .explore-kicker { display: block; margin-bottom: 8px; color: var(--ws-signal); font-size: 12px; font-weight: 650; }
body.parker-app .explore-intro h1 { max-width: none; margin: 0; font-size: 48px; font-weight: 700; line-height: 1.08; }
body.parker-app .explore-intro p { max-width: 48ch; margin: 10px 0 0; color: var(--ws-muted-strong); font-size: 15px; line-height: 1.6; }

body.parker-app .explore-count {
  flex: none;
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding-bottom: 4px;
  color: var(--ws-muted);
}

body.parker-app .explore-count strong { color: var(--ws-ink); font-family: var(--ws-font-mono); font-size: 14px; }
body.parker-app .explore-count small { font-size: 12px; }

body.parker-app .featured-world { margin-bottom: 42px; }

body.parker-app .story-card.story-card-featured {
  position: relative;
  width: 100%;
  height: 430px;
  min-height: 430px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  background: #17191b;
  box-shadow: none;
  color: #fff;
  animation: parker-gallery-enter 680ms cubic-bezier(.16, 1, .3, 1) both;
}

body.parker-app .story-card-featured:hover { border-color: transparent; box-shadow: none; transform: translateY(-2px); }

body.parker-app .story-card-featured .story-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
}

body.parker-app .story-card-featured .story-cover::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgb(12 14 16 / 5%) 18%, rgb(12 14 16 / 22%) 48%, rgb(12 14 16 / 90%) 100%);
  pointer-events: none;
}

body.parker-app .story-card-featured .story-body {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  width: min(820px, 76%);
  display: block;
  padding: 36px 40px 38px;
  color: #fff;
}

body.parker-app .story-card-featured .story-kicker { justify-content: flex-start; gap: 18px; }
body.parker-app .story-card-featured .story-author { color: #fff; font-size: 12px; font-weight: 650; }
body.parker-app .story-card-featured .story-metrics { color: rgb(255 255 255 / 68%); }
body.parker-app .story-card-featured h3 {
  min-height: 0;
  margin: 9px 0 10px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
  -webkit-line-clamp: 2;
}

body.parker-app .story-card-featured p {
  min-height: 0;
  height: auto;
  max-width: 68ch;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgb(255 255 255 / 76%);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.parker-app .story-card-featured .tag-list { min-height: 0; margin-top: 14px; }
body.parker-app .story-card-featured .tag { padding: 0; background: transparent; color: rgb(255 255 255 / 72%); font-size: 11px; }
body.parker-app .story-card-featured .tag + .tag::before { content: "/"; margin-right: 6px; color: rgb(255 255 255 / 35%); }

body.parker-app .story-enter {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0 7px 0 15px;
  border-radius: 6px;
  background: #fff;
  color: #151719;
  font-size: 13px;
  font-weight: 650;
}

body.parker-app .story-enter > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #eceeed;
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1);
}

body.parker-app .story-card-featured:hover .story-enter > span { transform: translateX(2px); }

body.parker-app .catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

body.parker-app .catalog-heading h2 { margin: 0; font-size: 24px; font-weight: 700; }
body.parker-app .catalog-heading p { margin: 5px 0 0; color: var(--ws-muted); font-size: 12px; }
body.parker-app .catalog-heading > .icon-button { border-color: transparent; background: transparent; }
body.parker-app .catalog-heading > .icon-button:hover { border-color: transparent; background: var(--ws-canvas-subtle); }

body.parker-app .explore-filters {
  gap: 12px;
  margin-bottom: 30px;
  padding: 0 0 18px;
  border-top: 0;
  border-bottom: 1px solid var(--ws-line);
}

body.parker-app .explore-primary-filters { align-items: center; gap: 18px; }
body.parker-app .ranking-tabs { gap: 18px; padding: 0; border: 0; border-radius: 0; background: transparent; }
body.parker-app .ranking-tabs .segment {
  min-height: 36px;
  padding: 0 1px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--ws-muted);
  font-size: 13px;
  font-weight: 550;
}

body.parker-app .ranking-tabs .segment:hover { color: var(--ws-ink); }
body.parker-app .ranking-tabs .segment.active { border-bottom-color: var(--ws-ink); background: transparent; color: var(--ws-ink); }
body.parker-app .category-row { gap: 6px; }
body.parker-app .chip {
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 5px;
  background: var(--ws-canvas-subtle);
  color: var(--ws-muted-strong);
  font-size: 12px;
  font-weight: 550;
}

body.parker-app .chip:hover { background: var(--ws-line); color: var(--ws-ink); }
body.parker-app .chip.active { border-color: transparent; background: var(--ws-accent); color: #fff; }
body.parker-app .explore-more-filters > summary { color: var(--ws-muted); font-size: 12px; font-weight: 550; }
body.parker-app .explore-more-filters > summary small { border-radius: 4px; background: var(--ws-accent-soft); color: var(--ws-accent-strong); }
body.parker-app .explore-more-panel { padding: 16px; border: 0; border-radius: 6px; background: var(--ws-canvas-subtle); }

/* Story gallery */
body.parker-app .story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px;
}

body.parker-app .story-card:not(.story-card-featured) {
  min-height: 0;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1);
  animation: parker-gallery-enter 620ms cubic-bezier(.16, 1, .3, 1) both;
}

body.parker-app .story-grid .story-card:nth-child(2) { animation-delay: 45ms; }
body.parker-app .story-grid .story-card:nth-child(3) { animation-delay: 90ms; }
body.parker-app .story-grid .story-card:nth-child(4) { animation-delay: 135ms; }
body.parker-app .story-grid .story-card:nth-child(5) { animation-delay: 180ms; }
body.parker-app .story-grid .story-card:nth-child(6) { animation-delay: 225ms; }

body.parker-app .story-card:not(.story-card-featured):hover { z-index: auto; border-color: transparent; box-shadow: none; transform: translateY(-5px); }

body.parker-app .story-grid:not(.compact) .story-card:first-child {
  grid-column: auto;
  display: block;
  grid-template-columns: none;
}

body.parker-app .story-card:not(.story-card-featured) .story-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 7px;
  background: #dfe2e1;
}

body.parker-app .story-grid:not(.compact) .story-card:first-child .story-cover { height: auto; min-height: 0; }

body.parker-app .story-cover img,
body.parker-app .cover-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.parker-app .cover-fallback {
  display: block;
  background-color: #202326;
  background-image: var(--story-fallback-image);
  background-position: center;
  background-size: cover;
}

body.parker-app .cover-fallback[hidden] { display: none; }
body.parker-app .story-cover img { transition: transform 720ms cubic-bezier(.16, 1, .3, 1), filter 420ms cubic-bezier(.16, 1, .3, 1); }
body.parker-app .story-card:hover .story-cover img { transform: scale(1.04); }

body.parker-app .story-index {
  top: 12px;
  left: 12px;
  min-width: 30px;
  height: 25px;
  padding: 0 7px;
  border: 0;
  border-radius: 4px;
  background: rgb(17 19 21 / 82%);
  color: #fff;
  font-size: 10px;
}

body.parker-app .story-card-featured .story-index { top: 20px; left: 22px; min-width: 44px; background: var(--ws-signal); font-family: var(--ws-font-sans); font-weight: 650; }

body.parker-app .story-card:not(.story-card-featured) .story-body { display: block; padding: 16px 2px 0; }
body.parker-app .story-grid:not(.compact) .story-card:first-child .story-body { padding: 16px 2px 0; }
body.parker-app .story-card:not(.story-card-featured) .story-kicker { align-items: center; }
body.parker-app .story-card:not(.story-card-featured) .story-author { color: var(--ws-accent); font-size: 11px; font-weight: 650; }
body.parker-app .story-card:not(.story-card-featured) .story-metrics { color: var(--ws-muted); font-size: 10px; }
body.parker-app .story-card:not(.story-card-featured) h3 {
  min-height: 56px;
  display: -webkit-box;
  margin: 8px 0 7px;
  overflow: hidden;
  color: var(--ws-ink);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.parker-app .story-grid:not(.compact) .story-card:first-child h3 { min-height: 56px; font-size: 21px; -webkit-line-clamp: 2; }

body.parker-app .story-card:not(.story-card-featured):hover h3 { color: var(--ws-accent); }
body.parker-app .story-card:not(.story-card-featured) p {
  height: 46px;
  min-height: 46px;
  color: var(--ws-muted-strong);
  font-size: 13px;
  line-height: 1.75;
}

body.parker-app .story-grid:not(.compact) .story-card:first-child p { min-height: 46px; -webkit-line-clamp: 2; }

body.parker-app .story-card:not(.story-card-featured) .tag-list { min-height: 20px; margin-top: 11px; gap: 7px; }
body.parker-app .story-card:not(.story-card-featured) .tag { padding: 0; border-radius: 0; background: transparent; color: var(--ws-muted); font-size: 11px; }
body.parker-app .story-card:not(.story-card-featured) .tag + .tag::before { content: "/"; margin-right: 7px; color: var(--ws-line-strong); }

body.parker-app .story-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
body.parker-app .story-grid.compact .story-card { min-height: 0; }
body.parker-app .story-grid.compact .story-cover { height: auto; aspect-ratio: 16 / 10; }
body.parker-app .story-grid.compact .story-body { padding-top: 12px; }
body.parker-app .story-grid.compact .story-body h3 { min-height: 48px; font-size: 18px; }

body.parker-app .load-more { padding-top: 42px; }
body.parker-app .load-more .button { min-height: 42px; border-color: var(--ws-line); background: transparent; }
body.parker-app .explore-pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--ws-line); color: var(--ws-muted); font-size: 12px; }
body.parker-app .explore-pagination-controls { display: flex; align-items: center; gap: 4px; }
body.parker-app .explore-pagination .icon-button { width: 34px; height: 34px; }
body.parker-app .explore-page-number { min-width: 34px; height: 34px; padding: 0 8px; border: 1px solid transparent; border-radius: 4px; background: transparent; color: var(--ws-muted-strong); font: inherit; cursor: pointer; }
body.parker-app .explore-page-number:hover { border-color: var(--ws-line-strong); background: var(--ws-canvas-subtle); color: var(--ws-ink); }
body.parker-app .explore-page-number.active { border-color: var(--ws-ink); background: var(--ws-ink); color: var(--ws-surface); font-weight: 700; }
body.parker-app .explore-page-number:disabled, body.parker-app .explore-pagination .icon-button:disabled { cursor: not-allowed; opacity: .45; }
body.parker-app .explore-pagination-ellipsis { width: 24px; text-align: center; color: var(--ws-muted); }

body.parker-app .empty-state { border-color: var(--ws-line); border-radius: 7px; background: var(--ws-surface); }

body.parker-app .mobile-nav {
  border-top-color: rgb(255 255 255 / 10%);
  background: #111315;
}

body.parker-app .mobile-nav .nav-button { color: #8f979b; }
body.parker-app .mobile-nav .nav-button.active { background: transparent; color: #fff; }
body.parker-app .mobile-nav .nav-button::before { display: none; }

@keyframes parker-gallery-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  body.parker-app { --sidebar: 86px; }
  body.parker-app .sidebar { padding-inline: 10px; }
  body.parker-app .sidebar .brand { margin-bottom: 28px; }
  body.parker-app .sidebar-tools .icon-button { min-height: 32px; }
  body.parker-app .page { padding-inline: 32px; }
  body.parker-app .story-grid { gap-inline: 20px; }
}

@media (max-width: 1040px) {
  body.parker-app .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.parker-app .story-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.parker-app .story-card-featured .story-body { width: 88%; }
}

@media (max-width: 760px) {
  body.parker-app { --sidebar: 0px; --topbar: 62px; }
  body.parker-app .app-shell { padding-left: 0; }
  body.parker-app .topbar { padding: 9px 12px; }
  body.parker-app .top-actions > .icon-button { background: transparent; }
  body.parker-app .top-actions .account-button { min-height: 42px; }
  body.parker-app .page { padding: 22px 14px 102px; }
  body.parker-app .explore-intro { min-height: 92px; align-items: flex-start; margin-bottom: 20px; }
  body.parker-app .explore-kicker { margin-bottom: 6px; }
  body.parker-app .explore-intro h1 { font-size: 34px; }
  body.parker-app .explore-intro p { margin-top: 7px; font-size: 14px; }
  body.parker-app .explore-count { display: none; }
  body.parker-app .explore-search {
    margin-bottom: 18px;
    border: 0;
    border-radius: 6px;
    background: var(--ws-surface-raised);
  }
  body.parker-app .explore-search .icon-button.primary {
    border-color: var(--ws-accent);
    background: var(--ws-accent);
    color: #fff;
  }
  body.parker-app .explore-search .icon-button.primary:hover { border-color: var(--ws-accent-hover); background: var(--ws-accent-hover); }
  body.parker-app .featured-world { margin-bottom: 32px; }
  body.parker-app .story-card.story-card-featured { height: 400px; min-height: 400px; border-top: 0; border-radius: 7px; }
  body.parker-app .story-card-featured .story-cover { height: 100%; min-height: 0; }
  body.parker-app .story-card-featured .story-body { width: 100%; padding: 24px 20px 22px; background: transparent; }
  body.parker-app .story-card-featured h3 { margin-top: 8px; font-size: 28px; line-height: 1.2; }
  body.parker-app .story-card-featured p { min-height: 0; font-size: 13px; -webkit-line-clamp: 2; }
  body.parker-app .story-card-featured .tag-list { display: none; }
  body.parker-app .story-enter { min-height: 38px; margin-top: 16px; }
  body.parker-app .catalog-heading { margin-bottom: 14px; }
  body.parker-app .catalog-heading h2 { font-size: 22px; }
  body.parker-app .explore-filters { margin-bottom: 24px; padding-bottom: 14px; }
  body.parker-app .explore-primary-filters { display: grid; gap: 8px; }
  body.parker-app .ranking-tabs { width: 100%; gap: 17px; overflow-x: auto; }
  body.parker-app .ranking-tabs .segment { flex: none; min-height: 42px; }
  body.parker-app .category-row { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  body.parker-app .chip { flex: none; min-height: 40px; }
  body.parker-app .explore-more-filters > summary { min-height: 42px; }
  body.parker-app .explore-more-panel { grid-template-columns: minmax(0, 1fr); padding: 14px; }
  body.parker-app .story-grid,
  body.parker-app .story-grid.compact { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  body.parker-app .story-card:not(.story-card-featured),
  body.parker-app .story-grid.compact .story-card { min-height: 0; display: block; }
  body.parker-app .story-card:not(.story-card-featured) .story-cover,
  body.parker-app .story-grid.compact .story-cover { height: auto; aspect-ratio: 4 / 3; }
  body.parker-app .story-card:not(.story-card-featured) .story-body,
  body.parker-app .story-grid.compact .story-body { padding: 14px 2px 0; background: transparent; }
  body.parker-app .story-card:not(.story-card-featured) h3,
  body.parker-app .story-grid.compact .story-body h3 { min-height: 0; font-size: 21px; }
  body.parker-app .story-card:not(.story-card-featured) p { min-height: 46px; }
  body.parker-app .story-card:not(.story-card-featured):hover { transform: none; }
  body.parker-app .explore-pagination { align-items: stretch; flex-direction: column; gap: 10px; }
  body.parker-app .explore-pagination-total { text-align: center; }
  body.parker-app .explore-pagination-controls { justify-content: center; overflow-x: auto; padding-bottom: 2px; }
}

@media (max-width: 520px) {
  body.parker-app .story-card.story-card-featured { height: 330px; min-height: 330px; }
  body.parker-app .story-card-featured h3 { font-size: 26px; }
  body.parker-app .story-card-featured p { display: none; }
  body.parker-app .story-card-featured .story-index { top: 14px; left: 14px; }
}

.image-upload-page { display: grid; gap: 20px; }
.image-upload-drop { min-height: 180px; border: 1px dashed var(--line, #9aa4b2); display: grid; place-items: center; align-content: center; gap: 8px; padding: 20px; text-align: center; }
.image-upload-drop.dragging { border-color: var(--accent, #267a75); background: rgba(38, 122, 117, .06); }
.image-upload-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-status, .image-upload-url { overflow-wrap: anywhere; }
