.muted { color: var(--muted); }
.span-all { grid-column: 1 / -1; }
.light { color: #cdd4ff !important; }
.trial-note { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .84rem; }
.warning { padding: 10px 12px; border-radius: 10px; background: #fff0f0; color: #9d2537 !important; }
.feature-codes { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 18px; }
.feature-codes code { padding: 4px 7px; border-radius: 7px; background: #f3f4f8; color: #59627a; font-size: .68rem; }
.chip.danger { background: #ffe1e5; color: #9d2537; }
.notice { margin: 0 0 18px; padding: 12px 15px; border: 1px solid #cbd6ff; border-radius: 12px; background: #eef2ff; color: #3443af; }
.notice.success { margin: 0; background: #e2f7ed; border-color: #b7e8d2; color: #116f4c; }
.custom-function-form { margin-bottom: 18px; }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.form-heading h2 { margin: 4px 0; }
.form-heading p { color: var(--muted); max-width: 500px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.resend { width: 100%; margin-top: 10px; }
.btn:disabled, button:disabled { cursor: not-allowed; opacity: .62; }

@media (max-width: 720px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-heading { display: block; }
  .custom-function-form { padding: 18px; }
}
.price-usd{color:#66718a;font-weight:800}.payment-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.payment-actions>a{grid-column:1/-1}.payment-status{max-width:760px;margin:0 auto 28px;padding:18px 21px;border-radius:16px;border:1px solid #bfd0fa;background:#edf3ff}.payment-status.ok{border-color:#a9ddca;background:#e9f8f2}.payment-status.error{border-color:#f0bdc4;background:#fff0f2}.payment-status h3,.payment-status p{margin:0}.payment-status .actions{margin:12px 0 0}@media(max-width:500px){.payment-actions{grid-template-columns:1fr}}
