:root {
  --bg: #f3efe8;
  --bg-strong: #ebe4dc;
  --surface: rgba(255, 252, 248, 0.92);
  --surface-muted: rgba(248, 243, 237, 0.9);
  --surface-tint: rgba(255, 239, 242, 0.92);
  --ink: #201918;
  --muted: #746867;
  --line: rgba(74, 58, 55, 0.1);
  --line-strong: rgba(54, 40, 37, 0.82);
  --accent-soft: #f2d6d5;
  --accent-soft-strong: #f7e7ea;
  --accent-pearl: rgba(255, 255, 255, 0.72);
  --accent-mist: rgba(212, 232, 244, 0.48);
  --ambient-core: rgba(231, 217, 223, 0.34);
  --ambient-ring: rgba(214, 225, 232, 0.26);
  --ambient-soft: rgba(255, 255, 255, 0.72);
  --success: #1f7a45;
  --success-bg: #eff8f2;
  --warning: #a25d12;
  --warning-bg: #fff6ea;
  --danger: #b43f45;
  --danger-bg: #fff0f1;
  --running: #2b2424;
  --running-bg: rgba(248, 242, 237, 0.94);
  --shadow-sm: 10px 10px 24px rgba(151, 136, 129, 0.16), -10px -10px 22px rgba(255, 255, 255, 0.74);
  --shadow-md: 18px 18px 44px rgba(145, 126, 121, 0.18), -16px -16px 36px rgba(255, 255, 255, 0.74);
  --shadow-lg: 26px 26px 68px rgba(132, 111, 108, 0.2), -22px -22px 52px rgba(255, 255, 255, 0.76);
  --shadow-inset: inset 1px 1px 0 rgba(255, 255, 255, 0.82), inset -1px -1px 0 rgba(221, 209, 202, 0.36);
  --shadow-well: inset 12px 12px 24px rgba(213, 199, 193, 0.26), inset -10px -10px 18px rgba(255, 255, 255, 0.82);
  --radius-xl: 24px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 14px;
  --radius-pill: 999px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --focus-ring: 0 0 0 3px rgba(236, 227, 238, 0.78), 0 10px 24px rgba(170, 193, 216, 0.16);
  --motion-ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-ease-press: cubic-bezier(0.34, 1.56, 0.64, 1);
  --motion-duration-fast: 180ms;
  --motion-duration-base: 240ms;
  --motion-lift-sm: -1px;
  --motion-lift-md: -2px;
  --motion-press-scale: 0.985;
  --dot-grid: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #faf7f3 0%, #f3eee7 100%);
  color: var(--ink);
  font-family: "Segoe UI Variable Text", "Aptos", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  transform: translate3d(-50%, -50%, 0);
  filter: blur(40px);
  opacity: 0.85;
  animation: ui-background-breathe 14s ease-in-out infinite;
}

body::before {
  width: min(72vw, 960px);
  height: min(72vw, 960px);
  min-width: 360px;
  min-height: 360px;
  background:
    radial-gradient(circle, var(--ambient-soft) 0%, var(--ambient-core) 28%, rgba(231, 217, 223, 0.08) 54%, rgba(231, 217, 223, 0) 72%);
}

body::after {
  width: min(52vw, 760px);
  height: min(52vw, 760px);
  min-width: 280px;
  min-height: 280px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.76) 0%, var(--ambient-ring) 34%, rgba(214, 225, 232, 0.08) 58%, rgba(214, 225, 232, 0) 74%);
  animation-delay: -6s;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button,
a,
[role="button"] {
  touch-action: manipulation;
}

.app-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--app-max-width, 1680px));
  margin: 0 auto;
  padding: clamp(14px, 2vw, 24px) clamp(10px, 2.4vw, 28px) clamp(24px, 3vw, 36px);
}

.app-hero,
.panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 233, 0.88) 52%, rgba(255, 249, 244, 0.9) 100%);
  box-shadow: var(--shadow-md), var(--shadow-inset);
  backdrop-filter: blur(18px);
}

.app-hero {
  padding: var(--space-6);
  overflow: hidden;
  animation: ui-fade-up 0.48s ease both, ui-surface-breathe 10s ease-in-out infinite;
}

.app-hero::after,
.panel::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.app-hero::after {
  inset: auto 20px 16px auto;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 32% 32%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, rgba(242, 214, 213, 0.4), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.62);
  animation: ui-orbit-glow 9s ease-in-out infinite;
}

.panel {
  padding: var(--space-5);
  overflow: hidden;
  animation: ui-fade-up 0.48s ease both, ui-surface-breathe 12s ease-in-out infinite;
}

.panel::before {
  inset: 0 auto auto 0;
  width: 180px;
  height: 18px;
  background: linear-gradient(90deg, rgba(242, 214, 213, 0.94), rgba(212, 232, 244, 0.22), rgba(255, 255, 255, 0));
}

.panel-tight {
  padding: var(--space-4);
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin: 0 0 var(--space-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid var(--line-strong);
  background: var(--accent-soft);
}

.page-title,
.panel-title,
.section-title {
  margin: 0;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.page-title {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.04;
}

.panel-title,
.section-title {
  font-size: 20px;
}

.subtle-copy,
.muted-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: var(--space-5);
}

.hero-meta,
.metric-grid,
.summary-grid,
.data-grid {
  display: grid;
  gap: var(--space-3);
}

.hero-meta {
  align-content: start;
}

.meta-card,
.metric-card,
.summary-card,
.data-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(248, 242, 236, 0.92));
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.meta-card,
.metric-card,
.summary-card {
  padding: var(--space-3);
}

.meta-card strong,
.metric-card strong,
.summary-card strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.meta-card span,
.metric-card span,
.summary-card span,
.field-label,
.micro-label {
  color: var(--muted);
  font-size: 13px;
}

.flash-stack {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.flash {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.flash-success {
  background: var(--success-bg);
  color: var(--success);
}

.flash-error {
  background: var(--danger-bg);
  color: var(--danger);
}

.flash-warning {
  background: var(--warning-bg);
  color: var(--warning);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 8px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96));
  color: #24384a;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform var(--motion-duration-base) var(--motion-ease-smooth),
    box-shadow var(--motion-duration-base) var(--motion-ease-smooth),
    background var(--motion-duration-base) var(--motion-ease-smooth),
    border-color var(--motion-duration-base) var(--motion-ease-smooth),
    filter var(--motion-duration-base) var(--motion-ease-smooth);
  box-shadow:
    0 12px 26px rgba(160, 186, 210, 0.16),
    0 4px 10px rgba(255, 255, 255, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.btn:hover {
  transform: translateY(var(--motion-lift-md));
  box-shadow:
    0 16px 32px rgba(141, 178, 207, 0.22),
    0 6px 12px rgba(255, 255, 255, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.btn:active {
  transition-duration: var(--motion-duration-fast);
  transition-timing-function: var(--motion-ease-press);
  transform: translateY(1px) scale(var(--motion-press-scale));
  box-shadow:
    0 8px 18px rgba(148, 177, 204, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  filter: saturate(1.02);
}

.btn:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.btn-primary {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(224, 243, 255, 0.98), rgba(200, 227, 248, 0.96) 48%, rgba(236, 246, 255, 0.98) 100%);
  color: #214461;
  box-shadow:
    0 16px 32px rgba(139, 183, 214, 0.24),
    0 6px 14px rgba(255, 255, 255, 0.84),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  background-size: 160% 160%;
  animation: ui-button-breathe 7s ease-in-out infinite;
}

.btn-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.94));
}

.btn-danger {
  background: linear-gradient(180deg, #cf5258, #b43f45);
  color: #ffffff;
  border-color: #8f272b;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.pill,
.status-chip,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  font-size: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 238, 232, 0.88));
  box-shadow: 6px 6px 14px rgba(157, 140, 132, 0.12), -6px -6px 14px rgba(255, 255, 255, 0.72), inset 1px 1px 0 rgba(255, 255, 255, 0.82);
}

.status-chip[data-state="loading"],
.status-chip[data-state="running"] {
  background: var(--running-bg);
  color: var(--running);
}

.status-chip[data-state="empty"] {
  color: var(--muted);
}

.status-chip[data-state="partial"],
.status-chip[data-state="review"] {
  background: var(--warning-bg);
  color: var(--warning);
}

.status-chip[data-state="done"] {
  background: var(--success-bg);
  color: var(--success);
}

.status-chip[data-state="failed"],
.status-chip[data-state="stale"] {
  background: var(--danger-bg);
  color: var(--danger);
}

.panel-head,
.panel-headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.panel-headline {
  margin-bottom: var(--space-3);
}

.panel-tools {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.field,
.toggle-field {
  display: grid;
  gap: var(--space-1);
}

.field-span-2 {
  grid-column: 1 / -1;
}

.toggle-field {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.toggle-field input {
  width: auto;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.94), rgba(255, 255, 255, 0.88));
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
  box-shadow: var(--shadow-well);
}

textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
[role="button"]:focus-visible {
  outline: none;
  border-color: rgba(17, 17, 17, 0.58);
  box-shadow: var(--focus-ring);
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
[role="button"]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

@media (pointer: coarse) {
  button:focus-visible,
  a:focus-visible,
  [role="button"]:focus-visible {
    border-color: inherit;
    box-shadow: none;
  }
}

.tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.tab-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 236, 230, 0.92));
  color: var(--muted);
  cursor: pointer;
  box-shadow: 6px 6px 14px rgba(161, 143, 136, 0.1), -6px -6px 14px rgba(255, 255, 255, 0.66);
  transition:
    transform var(--motion-duration-base) var(--motion-ease-smooth),
    box-shadow var(--motion-duration-base) var(--motion-ease-smooth),
    border-color var(--motion-duration-base) var(--motion-ease-smooth),
    background var(--motion-duration-base) var(--motion-ease-smooth),
    color var(--motion-duration-base) var(--motion-ease-smooth);
}

.tab-button:hover {
  transform: translateY(var(--motion-lift-sm));
}

.tab-button:active {
  transition-duration: var(--motion-duration-fast);
  transition-timing-function: var(--motion-ease-press);
  transform: translateY(0) scale(var(--motion-press-scale));
}

.tab-button[aria-selected="true"] {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(135deg, rgba(250, 235, 239, 0.98), rgba(235, 243, 250, 0.94));
  color: var(--ink);
  font-weight: 700;
  box-shadow: 10px 10px 18px rgba(171, 145, 147, 0.14), -8px -8px 16px rgba(255, 255, 255, 0.72), inset 1px 1px 0 rgba(255, 255, 255, 0.82);
}

.timeline-list,
.stack-list,
.info-list {
  display: grid;
  gap: var(--space-2);
}

.data-card,
.timeline-item,
.queue-item,
.role-nav-card {
  padding: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(246, 240, 234, 0.92));
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.data-card-head,
.timeline-item-head,
.queue-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.click-card {
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
}

.click-card:hover {
  border-color: rgba(17, 17, 17, 0.32);
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.detail-list div {
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 239, 234, 0.86));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-inset);
}

.detail-list dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
}

.detail-list dd {
  margin: 0;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.empty-state,
.soft-note,
.warning-list {
  padding: var(--space-3);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(243, 236, 230, 0.76));
  color: var(--muted);
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.warning-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 28px;
  color: var(--warning);
  background: var(--warning-bg);
  border-style: solid;
}

.state-banner {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 238, 232, 0.84));
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.state-banner strong {
  font-size: 15px;
}

.state-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.state-banner[data-state="empty"] {
  background: rgba(255, 255, 255, 0.84);
}

.state-banner[data-state="partial"],
.state-banner[data-state="review"] {
  background: var(--warning-bg);
}

.state-banner[data-state="failed"],
.state-banner[data-state="stale"] {
  background: var(--danger-bg);
}

.state-banner[data-state="done"] {
  background: var(--success-bg);
}

.code-box,
.doc-box {
  margin: 0;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #151515;
  color: #f8f8f5;
  overflow: auto;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

.details-box {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 239, 233, 0.84));
  box-shadow: var(--shadow-sm), var(--shadow-inset);
}

.details-box summary {
  cursor: pointer;
  list-style: none;
  padding: var(--space-3) var(--space-4);
  font-weight: 700;
}

.details-box summary::-webkit-details-marker {
  display: none;
}

.details-box > *:not(summary) {
  padding: 0 var(--space-4) var(--space-4);
}

.dot-divider {
  width: 100%;
  height: 1px;
  margin: var(--space-3) 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0));
}

@keyframes ui-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ui-surface-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: var(--shadow-md), var(--shadow-inset);
  }
  50% {
    transform: translateY(-3px) scale(1.003);
    box-shadow: 24px 24px 58px rgba(142, 123, 119, 0.2), -20px -20px 40px rgba(255, 255, 255, 0.82), var(--shadow-inset);
  }
}

@keyframes ui-button-breathe {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes ui-orbit-glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(-4px, -6px, 0) scale(1.05);
    opacity: 1;
  }
}

@keyframes ui-background-breathe {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 0) scale(0.96);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    opacity: 0.94;
  }
}

.app-hero,
.panel,
.flash {
  animation: ui-fade-up 0.48s ease both;
}

.hero-meta > *,
.metric-grid > *,
.summary-grid > *,
.data-grid > *,
.queue-grid > *,
.editable-card-grid > *,
.stack-list > *,
.settings-nav-list > *,
.live-scope-grid > *,
.live-secondary-grid > *,
.memory-summary > * {
  animation: ui-fade-up 0.48s ease both;
}

.hero-meta > *:nth-child(2),
.metric-grid > *:nth-child(2),
.summary-grid > *:nth-child(2),
.data-grid > *:nth-child(2),
.queue-grid > *:nth-child(2),
.editable-card-grid > *:nth-child(2),
.stack-list > *:nth-child(2),
.settings-nav-list > *:nth-child(2),
.live-scope-grid > *:nth-child(2),
.live-secondary-grid > *:nth-child(2),
.memory-summary > *:nth-child(2) {
  animation-delay: 0.04s;
}

.hero-meta > *:nth-child(3),
.metric-grid > *:nth-child(3),
.summary-grid > *:nth-child(3),
.data-grid > *:nth-child(3),
.queue-grid > *:nth-child(3),
.editable-card-grid > *:nth-child(3),
.stack-list > *:nth-child(3),
.settings-nav-list > *:nth-child(3),
.live-scope-grid > *:nth-child(3),
.live-secondary-grid > *:nth-child(3),
.memory-summary > *:nth-child(3) {
  animation-delay: 0.08s;
}

.hero-meta > *:nth-child(4),
.metric-grid > *:nth-child(4),
.summary-grid > *:nth-child(4),
.data-grid > *:nth-child(4),
.queue-grid > *:nth-child(4),
.editable-card-grid > *:nth-child(4),
.stack-list > *:nth-child(4),
.settings-nav-list > *:nth-child(4),
.live-scope-grid > *:nth-child(4),
.live-secondary-grid > *:nth-child(4),
.memory-summary > *:nth-child(4) {
  animation-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-span-2 {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .app-frame {
    width: 100%;
    padding-top: 16px;
    padding-inline: clamp(10px, 4vw, 18px);
  }

  .app-hero,
  .panel {
    padding: 18px;
    border-radius: 20px;
  }
}
