.showcase-shell {
  --showcase-blue: #0b72bd;
  --showcase-cyan: #087ea4;
  --showcase-green: #148849;
  --showcase-amber: #b76100;
  --showcase-red: #c92a2a;
  --showcase-line: #e2e5e9;
  --showcase-muted: #667085;
  --showcase-panel: #fff;
  --showcase-soft: #f7f7f8;
  --showcase-ink: #182033;
  background: #f4f4f5;
  color: var(--showcase-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.35;
}

body {
  margin: 0;
  background: #f4f4f5;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.showcase-shell * {
  box-sizing: border-box;
}

.showcase-shell,
.showcase-shell button,
.showcase-shell input,
.showcase-shell select,
.showcase-shell textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.showcase-shell strong {
  font-weight: 750;
}

.showcase-shell p {
  color: var(--showcase-muted);
}

.showcase-sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-right: 1px solid var(--showcase-line);
  background: var(--showcase-panel);
  overflow: hidden;
}

.showcase-content {
  background: #f4f4f5;
}

.showcase-topbar {
  min-height: 4rem;
  padding-inline: 1.5rem;
  border-bottom: 1px solid var(--showcase-line);
  background: var(--showcase-panel);
  gap: 0.75rem;
}

.showcase-brand-mark {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.showcase-shell .uif-sidebar-brand {
  min-height: 4.5rem;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--showcase-line);
}

.showcase-collapse {
  margin-left: auto;
  color: #9aa1ab;
}

.showcase-nav-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.55rem;
}

.showcase-shell .uif-sidebar-brand strong {
  font-size: 0.9rem;
  line-height: 1.2;
}

.showcase-shell .uif-sidebar-nav {
  gap: 0.25rem;
  padding: 0.65rem 0.5rem 1rem;
}

.showcase-shell .uif-sidebar-nav a {
  min-height: 2.05rem;
  padding-inline: 0.55rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--showcase-muted);
}

.showcase-shell .uif-sidebar-nav a[aria-current="page"] {
  position: relative;
  color: var(--showcase-blue);
  background: #e5f0fa;
  border-color: #e5f0fa;
  font-weight: 650;
}

.showcase-shell .uif-badge {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
  font-weight: 750;
  line-height: 1.1;
}

.showcase-shell .uif-badge:not(.uif-badge-success):not(.uif-badge-warning):not(.uif-badge-danger):not(.uif-badge-info) {
  background: #edf0f2;
  color: #737982;
}

.showcase-shell .uif-badge-info {
  background: #e4f3ff;
  color: var(--showcase-blue);
}

.showcase-shell .uif-badge-success {
  background: #ddf7f0;
  color: #0b8c77;
}

.showcase-shell .uif-badge-warning {
  background: #fff2c7;
  color: #9a7200;
}

.showcase-shell .uif-badge-danger {
  background: #fde1e7;
  color: #df254d;
}

.showcase-shell .uif-avatar {
  background: var(--showcase-blue);
  color: #fff;
  font-weight: 800;
}

.showcase-shell .uif-sidebar-footer {
  min-height: 4rem;
  padding: 0.75rem 0.65rem;
  border-top: 1px solid var(--showcase-line);
  background: var(--showcase-panel);
}

.showcase-shell .uif-sidebar-footer > .uif-flex {
  width: 100%;
  gap: 0.6rem;
}

.showcase-shell .uif-sidebar-footer .uif-avatar {
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  font-size: 0.78rem;
}

.showcase-shell .uif-sidebar-footer .uif-cell-stack {
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.2;
}

.showcase-shell .uif-sidebar-footer .uif-cell-stack strong,
.showcase-shell .uif-sidebar-footer .uif-cell-stack span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-shell .uif-sidebar-footer .uif-icon-btn {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
  color: #7f8792;
}

.showcase-shell .uif-sidebar-nav a[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: 0.25rem;
  height: 1.7rem;
  border-radius: 0 999px 999px 0;
  background: var(--showcase-blue);
}

.showcase-shell .uif-sidebar-nav a.is-disabled {
  color: #a2a8b0;
  pointer-events: none;
}

.showcase-topbar-title {
  min-width: 15.5rem;
}

.showcase-topbar-title h1,
.showcase-topbar-title p {
  margin: 0;
}

.showcase-topbar-title h1 {
  color: var(--showcase-ink);
  font-size: 1.25rem;
  line-height: 1.05;
  font-weight: 750;
}

.showcase-topbar-title p {
  margin-top: 0.1rem;
  color: var(--uif-text-muted);
  font-size: 0.75rem;
}

.showcase-search {
  width: min(17.5rem, 24vw);
  margin-left: auto;
}

.showcase-page-grid {
  display: grid;
  gap: 1rem;
}

.showcase-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(20rem, 1fr);
  gap: 1.25rem;
}

.showcase-chart-summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 0.5rem;
}

.showcase-chart-number {
  display: block;
  font-size: 1.95rem;
  line-height: 1;
  letter-spacing: 0;
}

.showcase-grid-4,
.showcase-grid-3,
.showcase-grid-2 {
  display: grid;
  gap: 1rem;
}

.showcase-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showcase-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-grid-2 {
  grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
}

.showcase-section {
  scroll-margin-top: 5rem;
}

.showcase-stage-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--showcase-blue);
}

.showcase-stage-head,
.showcase-deal-head,
.showcase-owner,
.showcase-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.showcase-stage-head strong,
.showcase-owner,
.showcase-time {
  min-width: 0;
}

.showcase-time {
  color: var(--uif-text-muted);
  font-size: 0.75rem;
}

.showcase-phone-frame {
  max-width: 23rem;
  margin-inline: auto;
  padding: 0.8rem;
  border: 1px solid var(--uif-border);
  border-radius: 1.8rem;
  background: #0f172a;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.showcase-phone-screen {
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--uif-bg);
}

.showcase-phone-screen .uif-mobile-shell {
  min-height: 34rem;
}

.showcase-code {
  overflow: auto;
  max-height: 15rem;
  padding: 0.85rem;
  border: 1px solid var(--uif-border);
  border-radius: var(--uif-radius-md);
  background: #0f172a;
  color: #dbeafe;
  font-size: 0.78rem;
  line-height: 1.55;
}

.showcase-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: var(--uif-z-toast);
  box-shadow: var(--uif-shadow-md);
}

.showcase-shell .uif-card {
  border-color: var(--showcase-line);
  border-radius: 0.625rem;
  background: var(--showcase-panel);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.showcase-shell .uif-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.25rem;
  padding-inline: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.showcase-shell .uif-btn:not(.uif-btn-secondary):not(.uif-btn-danger) {
  border-color: var(--showcase-blue);
  background: var(--showcase-blue);
  color: #fff;
}

.showcase-shell .uif-btn-secondary {
  border-color: var(--showcase-line);
  background: #fff;
  color: #4d5561;
}

.showcase-shell .uif-btn-danger {
  border-color: #f8d5dc;
  background: #fde1e7;
  color: #df254d;
}

.showcase-shell .uif-btn.uif-icon-btn {
  width: 2.25rem;
  min-width: 2.25rem;
  padding-inline: 0;
}

.showcase-shell .uif-page-actions {
  gap: 0.55rem;
}

.showcase-topbar > .uif-page-actions .uif-btn:not(.uif-icon-btn) {
  padding-inline: 0.75rem;
}

.showcase-nav-label .uif-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.showcase-shell .uif-search > [data-uif-icon] .uif-icon,
.showcase-shell .uif-search > .uif-icon {
  color: #9aa1ab;
}

.showcase-shell .uif-search {
  min-height: 2.25rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.5rem;
  background: var(--showcase-panel);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.showcase-shell .uif-search input {
  color: var(--showcase-ink);
  font-size: 0.8125rem;
  font-weight: 400;
}

.showcase-shell .uif-search kbd {
  border-color: var(--showcase-line);
  border-radius: 0.45rem;
  background: #fafafa;
  color: #8b919b;
  font-size: 0.72rem;
}

.showcase-command-head {
  align-items: end;
  padding: 1.45rem 2rem 0.8rem;
}

.showcase-command-head .uif-page-title h2 {
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 650;
}

.showcase-command-head .uif-page-title p {
  max-width: 42rem;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.showcase-eyebrow {
  color: var(--showcase-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-shell .uif-scroll-region {
  padding: 0.4rem 2rem 2.25rem;
}

.showcase-kpi {
  min-height: 10rem;
  padding: 0.875rem;
  overflow: hidden;
  --showcase-series: var(--showcase-blue);
}

.showcase-kpi .uif-stat-head {
  align-items: flex-start;
}

.showcase-kpi .uif-stat-meta {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.15;
}

.showcase-kpi .uif-stat-icon {
  color: var(--showcase-series);
  background: color-mix(in srgb, var(--showcase-series), white 88%);
}

.showcase-kpi .uif-stat-value {
  font-size: 1.72rem;
  line-height: 1;
  letter-spacing: 0;
}

.showcase-kpi .uif-stat-footer {
  gap: 0.35rem;
  font-size: 0.65rem;
  line-height: 1.15;
}

.showcase-kpi .uif-badge {
  padding: 0.08rem 0.32rem;
  border: 0;
  background: color-mix(in srgb, var(--showcase-series), white 86%);
  color: color-mix(in srgb, var(--showcase-series), black 8%);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.15;
}

.showcase-kpi-blue {
  --showcase-series: var(--showcase-blue);
}

.showcase-kpi-green {
  --showcase-series: #00b696;
}

.showcase-kpi-amber {
  --showcase-series: #e5a400;
}

.showcase-kpi-red {
  --showcase-series: #f04455;
}

.showcase-mini-line {
  position: relative;
  height: 2.2rem;
  margin-top: auto;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--showcase-series), transparent 92%));
}

.showcase-mini-line svg {
  width: 100%;
  height: 100%;
  display: block;
}

.showcase-mini-line path {
  fill: none;
  stroke: var(--showcase-series);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.showcase-shell .uif-card-head {
  min-height: 4.3rem;
  align-items: center;
  padding: 0.875rem 1rem;
  border-bottom-color: var(--showcase-line);
}

.showcase-shell .uif-card-head h2 {
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 750;
}

.showcase-shell .uif-card-head p {
  font-size: 0.78rem;
  line-height: 1.25;
}

.showcase-chart-summary {
  min-height: 3.25rem;
  padding-bottom: 0.4rem;
}

.showcase-chart-legend i {
  width: 0.65rem;
  height: 0.65rem;
  display: inline-block;
  border-radius: 0.18rem;
}

.showcase-chart-legend .is-blue {
  background: var(--showcase-blue);
}

.showcase-chart-legend .is-green {
  height: 0.12rem;
  background: #00b696;
}

.showcase-revenue-chart {
  position: relative;
}

.showcase-revenue-chart .uif-chart-svg {
  height: 13.75rem;
  min-height: 0;
}

.showcase-revenue-chart .uif-chart-mark {
  fill: var(--showcase-blue);
}

.showcase-revenue-chart .uif-chart-grid {
  stroke: #eef0f2;
}

.showcase-target-line {
  position: absolute;
  inset: 4.5rem 0 2.4rem 0;
  width: 100%;
  height: calc(100% - 6.9rem);
  pointer-events: none;
}

.showcase-target-line path {
  fill: none;
  stroke: #00b696;
  stroke-width: 0.5;
  stroke-dasharray: 2 2;
}

.showcase-link-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--showcase-muted);
}

.showcase-incident-row {
  min-height: 4.6rem;
  background: var(--showcase-panel);
}

.showcase-incident-row code {
  padding: 0.1rem 0.45rem;
  border-radius: 0.35rem;
  background: #f0f0f1;
  color: #667085;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.showcase-incident-row .uif-avatar-sm {
  background: #d6247a;
}

.showcase-summary-card {
  display: grid;
  gap: 0.8rem;
  min-height: 15rem;
  overflow: hidden;
  --showcase-series: var(--showcase-blue);
}

.showcase-summary-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.showcase-summary-head h2 {
  margin: 0;
  flex: 1;
  font-size: 0.98rem;
}

.showcase-summary-head a {
  color: #a2a8b0;
  text-decoration: none;
}

.showcase-summary-line {
  height: 3.2rem;
  margin-inline: -1rem;
  padding-inline: 1rem;
}

.showcase-metric-list {
  display: grid;
  gap: 0.58rem;
  margin: 0 -1rem -1rem;
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid var(--showcase-line);
}

.showcase-metric-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--showcase-muted);
  font-size: 0.86rem;
}

.showcase-metric-list strong {
  color: var(--showcase-ink);
}

.showcase-shell .uif-kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(12rem, 1fr));
  gap: 0.9rem;
  padding: 1rem;
}

.showcase-shell .uif-kanban-column {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 23rem;
  padding: 0.75rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.7rem;
  background: #f5f5f6;
}

.showcase-shell .uif-kanban-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.showcase-shell .uif-kanban-card strong {
  font-size: 0.8125rem;
  line-height: 1.2;
}

.showcase-shell .uif-kanban-card > .uif-text-sm {
  font-size: 0.75rem;
  line-height: 1.25;
}

.showcase-shell .uif-kanban-card.is-selected {
  border-color: var(--showcase-blue);
  box-shadow: 0 0 0 0.18rem rgba(11, 114, 189, 0.16);
}

.showcase-inline-action {
  justify-self: center;
  border: 0;
  background: transparent;
  color: var(--showcase-muted);
  box-shadow: none;
}

.showcase-approval-list .uif-queue-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 4.7rem;
  padding: 0.82rem 1rem;
  background: #fff;
}

.showcase-approval-list .uif-queue-main strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.86rem;
  line-height: 1.25;
}

.showcase-approval-list .uif-text-sm {
  font-size: 0.75rem;
  line-height: 1.25;
}

.showcase-approval-list .uif-queue-row.is-selected {
  background: #e9f4ff;
  outline: 2px solid var(--showcase-blue);
  outline-offset: -2px;
}

.showcase-approval-list code {
  padding: 0.1rem 0.45rem;
  border-radius: 0.3rem;
  background: #f1f1f2;
  color: #667085;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.showcase-plain-list {
  margin: 0;
  padding: 0 0 0.75rem;
  border-top: 0;
}

.showcase-check-row,
.showcase-check-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.showcase-check-card {
  padding: 0.85rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.55rem;
  background: #fafafa;
}

.showcase-audit-list {
  display: grid;
  gap: 1.45rem;
  padding-block: 1.5rem;
}

.showcase-audit-event {
  display: grid;
  grid-template-columns: 4rem 1.25rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.showcase-audit-event time {
  color: var(--showcase-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.82rem;
}

.showcase-audit-dot {
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.2rem;
  border: 2px solid #00b696;
  border-radius: 999px;
}

.showcase-audit-dot.is-bad {
  border-color: #f04455;
}

.showcase-audit-dot.is-warn {
  border-color: #e5a400;
}

.showcase-bulkbar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.5rem 1.125rem;
  border-block: 1px solid #d6eaf8;
  background: #e5f3ff;
}

.showcase-bulkbar .uif-btn-danger {
  margin-left: auto;
}

.showcase-bulkbar strong {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--showcase-blue);
  white-space: nowrap;
}

.showcase-shell .uif-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.showcase-shell .uif-table th {
  color: #7f8792;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.showcase-shell .uif-table th,
.showcase-shell .uif-table td {
  min-width: 0;
  padding: 0.54rem 0.65rem;
  border-bottom: 1px solid var(--showcase-line);
  font-size: 0.8125rem;
  line-height: 1.18;
  vertical-align: middle;
}

.showcase-shell .uif-table td,
.showcase-shell .uif-table td * {
  overflow-wrap: normal;
}

.showcase-shell .uif-table td strong {
  font-size: 0.8125rem;
  line-height: 1.15;
}

.showcase-shell .uif-table .uif-badge {
  padding: 0.18rem 0.48rem;
  font-size: 0.68rem;
  line-height: 1.05;
}

.showcase-shell .uif-table .uif-btn {
  min-height: 1.95rem;
  gap: 0.25rem;
  padding-inline: 0.48rem;
  font-size: 0.76rem;
}

.showcase-shell .uif-table td .uif-cell-stack,
.showcase-shell .uif-table td .showcase-owner {
  min-width: 0;
}

.showcase-shell .uif-table td .uif-cell-stack span,
.showcase-shell .uif-table td .uif-cell-stack strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-shell .uif-table th:first-child,
.showcase-shell .uif-table td:first-child {
  width: 2.75rem;
  padding-left: 1rem;
  padding-right: 0.25rem;
}

.showcase-shell .uif-table th:last-child,
.showcase-shell .uif-table td:last-child {
  width: 10.75rem;
  text-align: right;
}

.showcase-shell .uif-table td:last-child {
  white-space: nowrap;
}

.showcase-shell .uif-table td:last-child .uif-btn {
  margin: 0.12rem;
}

.showcase-shell .uif-table input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}

.showcase-shell .uif-panel-footer {
  min-height: 3.35rem;
  padding: 0.55rem 1rem;
  color: var(--showcase-muted);
}

.showcase-shell .uif-avatar-sm {
  width: 1.18rem;
  height: 1.18rem;
  font-size: 0.62rem;
  line-height: 1;
}

.showcase-shell .uif-form-grid {
  gap: 0.8rem;
}

.showcase-shell .uif-field-label {
  color: #565e69;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-shell .uif-field-label em {
  float: right;
  color: #9aa1ab;
  font-style: normal;
  font-weight: 500;
}

.showcase-shell .uif-input,
.showcase-shell input,
.showcase-shell select,
.showcase-shell textarea {
  font-size: 0.875rem;
}

.showcase-mobile-layout {
  display: grid;
  grid-template-columns: 24rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.showcase-phone-frame {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  width: min(24rem, 100%);
  padding: 0.58rem;
  border: 0.55rem solid #101113;
  border-radius: 2.5rem;
  background: #101113;
  box-shadow: 0 22px 48px rgba(16, 24, 40, 0.22);
}

.showcase-phone-screen {
  width: 100%;
  height: 45rem;
  min-height: 0;
  overflow: hidden;
  border-radius: 1.875rem;
}

.showcase-phone-screen .uif-mobile-shell {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
}

.showcase-phone-screen .uif-mobile-content {
  min-height: 0;
  overflow: hidden;
  gap: 0.4rem;
}

.showcase-phone-top {
  display: grid;
  gap: 0.85rem;
  padding: 0.65rem 0.75rem;
}

.showcase-phone-status,
.showcase-phone-title,
.showcase-phone-job,
.showcase-sync-card,
.showcase-job-banner,
.showcase-note-action,
.showcase-sync-meter,
.showcase-capability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.showcase-phone-notch {
  width: 8.75rem;
  height: 2rem;
  border-radius: 999px;
  background: #08090a;
}

.showcase-phone-title h2,
.showcase-phone-title p,
.showcase-phone-hero h2,
.showcase-phone-hero p,
.showcase-phone-job p,
.showcase-sync-card p,
.showcase-job-banner p {
  margin: 0;
}

.showcase-phone-title h2,
.showcase-phone-hero h2 {
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 750;
}

.showcase-phone-title p,
.showcase-phone-job p,
.showcase-sync-card p,
.showcase-job-banner p {
  color: var(--showcase-muted);
  font-size: 0.78rem;
  line-height: 1.18;
}

.showcase-phone-hero {
  display: grid;
  gap: 0.45rem;
  margin: 0.5rem 0.75rem;
  padding: 0.72rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #0860a3, #0f72bd);
  color: #fff;
}

.showcase-phone-hero .showcase-eyebrow {
  color: #d8edff;
}

.showcase-phone-hero p {
  color: #d8edff;
}

.showcase-phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.showcase-phone-actions .uif-btn {
  min-height: 2.45rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.showcase-phone-actions .uif-btn-secondary:first-child {
  background: #fff;
  color: var(--showcase-blue);
}

.showcase-phone-actions .uif-btn-secondary:last-child {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.showcase-phone-job,
.showcase-sync-card {
  margin-inline: 0.75rem;
  padding: 0.52rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.showcase-phone-job strong {
  font-size: 0.84rem;
  line-height: 1.08;
}

.showcase-phone-job > div:last-child {
  min-width: 3.8rem;
  text-align: right;
}

.showcase-phone-job.is-active {
  border-color: #b9dcf7;
  background: #e8f4fd;
}

.showcase-sync-card {
  justify-content: flex-start;
  border-color: #a9e7d6;
  background: #def8f0;
  color: #087f6f;
}

.showcase-bottom-nav a {
  display: grid;
  gap: 0.2rem;
  color: #7f8792;
  text-decoration: none;
}

.showcase-bottom-nav a[aria-current="page"] {
  color: var(--showcase-blue);
  font-weight: 700;
}

.showcase-job-banner {
  padding: 1rem;
  border-radius: 0.65rem;
  background: #f7f7f8;
}

.showcase-job-banner .uif-stat-icon,
.showcase-phone-job .uif-stat-icon {
  width: 2.45rem;
  height: 2.45rem;
  color: #65707e;
  background: #f2f3f5;
}

.showcase-job-banner .uif-stat-icon,
.showcase-phone-job.is-active .uif-stat-icon {
  color: #fff;
  background: #0b72bd;
}

.showcase-micro-stat {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  padding: 0.8rem;
  border: 1px solid var(--showcase-line);
  border-radius: 0.55rem;
  background: #fff;
}

.showcase-micro-stat strong {
  font-size: 1.35rem;
}

.showcase-note-action {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(14rem, 2fr);
}

.showcase-sync-meter {
  justify-content: flex-start;
  margin-block: 1rem;
}

.showcase-sync-meter [data-uif="chart"] {
  width: 5.8rem;
  height: 5.8rem;
  flex: 0 0 5.8rem;
}

.showcase-sync-meter [data-uif="chart"] .uif-chart-svg {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.showcase-capability {
  justify-content: flex-start;
}

.showcase-capability span:first-child {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.45rem;
  background: #e5f3ff;
  color: var(--showcase-blue);
}

.showcase-capability strong,
.showcase-capability small {
  display: block;
}

.showcase-capability small {
  color: var(--showcase-muted);
}

@media (max-width: 60rem) {
  .showcase-grid-2,
  .showcase-hero,
  .showcase-mobile-layout {
    grid-template-columns: 1fr;
  }

  .showcase-search {
    width: min(18rem, 42vw);
  }
}

@media (max-width: 52rem) {
  .showcase-grid-4,
  .showcase-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 48rem) {
  .showcase-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
  }

  .showcase-search {
    width: 100%;
  }
}
