.generator-card { position: relative; max-width: 660px; padding: 22px; overflow: hidden; border: 1px solid var(--color-border-gold); border-radius: 20px; background: var(--theme-card-bg); box-shadow: var(--shadow-soft), var(--shadow-gold); }
.generator-card::before { position: absolute; top: 0; right: 20%; left: 20%; height: 1px; background: var(--theme-accent-line-gradient); content: ""; opacity: .86; }
.generator-guide h2 { color: var(--color-gold-light); font-size: clamp(20px, 3vw, 28px); line-height: 1.25; }
.generator-guide > p { max-width: 560px; margin: 9px 0 18px; color: var(--color-text-secondary); font-size: 13px; line-height: 1.7; }
.generator-guide .btn-generate { text-decoration: none; }
.form-status-row { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 16px; }
.ai-powered-status { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 6px 10px; border: 1px solid var(--color-border-gold); border-radius: 999px; background: var(--color-gold-soft); }
.ai-powered-status__icon { position: relative; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--theme-accent); box-shadow: 0 0 8px var(--theme-glow-secondary); }
.ai-powered-status__icon::after { position: absolute; inset: -4px; border: 1px solid var(--theme-border-accent); border-radius: inherit; content: ""; animation: live-status-pulse 1.8s ease-out infinite; }
.ai-powered-status__text { color: var(--color-gold-light); background: var(--theme-section-title-gradient); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; white-space: nowrap; -webkit-text-fill-color: transparent; animation: hero-title-gold-shimmer 5.4s linear infinite; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--color-text-secondary); font-size: 11px; font-weight: 700; transition: color var(--transition); }
.field:focus-within label { color: var(--color-gold-light); }
.field input, .field select { width: 100%; height: 46px; border: 1px solid var(--color-border); border-radius: 10px; outline: none; background: var(--theme-control-bg); color: var(--text); font-size: 13px; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.field input { padding: 0 13px; }
.field input::placeholder { color: var(--color-text-muted); opacity: .65; }
.field input:hover, .field select:hover, .currency-input:hover { border-color: var(--color-border-gold); }
.field input:focus, .field select:focus { border-color: var(--theme-accent); background: var(--theme-control-bg-focus); box-shadow: var(--theme-focus-shadow); }
.field.has-error input, .field.has-error select, .field.has-error .currency-input { border-color: rgba(255,115,131,.65); }
.currency-input { display: flex; align-items: center; height: 46px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--theme-control-bg); transition: border-color var(--transition), box-shadow var(--transition); }
.currency-input:focus-within { border-color: var(--theme-accent); box-shadow: var(--theme-focus-shadow); }
.currency-input input { flex: 1 1 auto; min-width: 0; height: 100%; padding: 0 13px; border: 0; background: transparent; box-shadow: none !important; }
.field-error { display: block; min-height: 16px; padding-top: 3px; color: var(--danger); font-size: 10px; }
.btn-generate { justify-content: space-between; width: 100%; min-height: 49px; margin-top: 3px; padding-inline: 16px; background: linear-gradient(100deg, var(--theme-button-start), var(--theme-button-mid), var(--theme-button-end)); color: var(--theme-button-text); box-shadow: 0 12px 28px var(--theme-glow-primary); }
.btn-generate:hover:not(:disabled) { box-shadow: var(--shadow-gold); }
.btn-generate:disabled { color: var(--theme-button-text); opacity: .66; }
.spark-icon { font-size: 18px; }
.form-note { margin-top: 10px; color: var(--color-text-secondary); font-size: 10px; font-weight: 400; line-height: 1.55; text-align: center; }
.generate-request-status { outline: none; }
.generate-request-status.is-error { color: #f5a6ad; }
