.ht-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.ht-field{display:flex;flex-direction:column;gap:.4rem}.ht-field-wide{grid-column:1/-1}.ht-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:700}.ht-input{padding:.6rem .7rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--text-primary);font-size:1rem;width:100%}.ht-input:focus{outline:none;border-color:var(--accent)}.ht-input-error{border-color:#e06666}.ht-hint{font-size:.75rem;color:var(--text-secondary);line-height:1.4}.ht-actions{display:flex;justify-content:flex-end;margin-bottom:1.25rem}@media (max-width:600px){.ht-actions{justify-content:stretch}.ht-actions .ux-btn{flex:1 1}}