:root {
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shopify-app-body {
  background: #f6f6f7;
  color: #202223;
  margin: 0;
  min-height: 100vh;
}

.shopify-app-shell {
  margin: 0 auto;
  max-width: 880px;
  padding: 40px 24px 64px;
}

.shopify-app-header {
  margin-bottom: 24px;
}

.shopify-app-header h1,
.shopify-app-card h1,
.shopify-app-card h2 {
  color: #202223;
  margin: 0 0 10px;
}

.shopify-app-header p,
.shopify-app-card p {
  color: #5c5f62;
  line-height: 1.55;
  margin: 0 0 20px;
}

.shopify-app-eyebrow {
  color: #4865e8 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.shopify-app-card {
  background: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  padding: 28px;
}

.shopify-app-choice-grid,
.shopify-app-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shopify-app-choice {
  background: #f9fafb;
  border: 1px solid #c9cccf;
  border-radius: 12px;
  color: #202223;
  cursor: pointer;
  padding: 22px;
  text-align: left;
}

.shopify-app-choice:hover,
.shopify-app-choice:focus-visible {
  border-color: #4865e8;
  box-shadow: 0 0 0 2px rgb(72 101 232 / 18%);
  outline: none;
}

.shopify-app-choice strong,
.shopify-app-choice span {
  display: block;
}

.shopify-app-choice strong {
  font-size: 16px;
  margin-bottom: 8px;
}

.shopify-app-choice span {
  color: #5c5f62;
  line-height: 1.45;
}

.shopify-app-form {
  display: grid;
  gap: 18px;
}

.shopify-app-form label {
  color: #202223;
  display: grid;
  font-size: 14px;
  font-weight: 650;
  gap: 7px;
}

.shopify-app-form input:not([type="checkbox"]) {
  background: #fff;
  border: 1px solid #8c9196;
  border-radius: 8px;
  box-sizing: border-box;
  color: #202223;
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}

.shopify-app-form input:focus {
  border-color: #4865e8;
  box-shadow: 0 0 0 2px rgb(72 101 232 / 18%);
  outline: none;
}

.shopify-app-consent {
  align-items: start;
  display: grid !important;
  font-weight: 400 !important;
  grid-template-columns: auto 1fr;
  line-height: 1.45;
}

.shopify-app-consent input {
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.shopify-app-consent a {
  color: #3658d4;
}

.shopify-app-button {
  background: #202223;
  border: 1px solid #202223;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 18px;
}

.shopify-app-button:hover {
  background: #111213;
}

.shopify-app-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.shopify-app-button--secondary {
  background: #fff;
  border-color: #8c9196;
  color: #202223;
}

.shopify-app-button--secondary:hover {
  background: #f1f2f3;
}

.shopify-app-back {
  background: transparent;
  border: 0;
  color: #3658d4;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
  margin: 0 0 18px;
  padding: 0;
}

.shopify-app-form-error {
  color: #b42318 !important;
  font-size: 14px;
  margin: 0 !important;
  min-height: 1.25rem;
}

.shopify-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shopify-app-state-label {
  color: #27845a !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .shopify-app-shell {
    padding: 24px 16px 40px;
  }

  .shopify-app-card {
    padding: 22px;
  }

  .shopify-app-choice-grid,
  .shopify-app-form-grid {
    grid-template-columns: 1fr;
  }
}
