/* DraftApps geometry alignment — structural surfaces stay square. */
:root {
  --draft-radius-structural: 0px;
  --draft-radius-compact: 2px;
}

/* DraftApps.it uses square chrome/cards/controls. Keep circles only where they
   encode state rather than using rounding as decoration. */
.card,
.result-card,
.status,
.app-icon,
.app-icon-inner,
.pill,
.badge,
.badge-pill,
input[type="text"],
button.primary,
.cta-link,
#install-banner .inner,
#install-banner button {
  border-radius: var(--draft-radius-structural) !important;
}

.pill-dot,
.status-dot {
  border-radius: 50% !important;
}

@media (max-width: 620px) {
  #install-banner .inner {
    border-radius: var(--draft-radius-structural) !important;
  }
}
