.form-control, .form-select { min-height: 40px; color: var(--color-text); background-color: #fff; border-color: var(--color-border-strong); border-radius: 8px; font-size: 13px; }
.form-control:focus, .form-select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(239,68,68,.14); }
textarea.form-control { min-height: 92px; }
.form-label { margin-bottom: 6px; color: #3b4557; font-size: 12px; font-weight: 680; }
.form-optional { margin-left: 4px; color: var(--color-text-muted); font-size: 10px; font-weight: 500; }
.form-hint { margin-top: 5px; color: var(--color-text-muted); font-size: 11px; }
.form-section { padding: 19px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-lg); }
.form-section + .form-section { margin-top: 14px; }
.form-section-header { margin-bottom: 16px; }
.form-section-header h2 { margin: 0; font-size: 15px; }.form-section-header p { margin: 5px 0 0; color: var(--color-text-muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-span-2 { grid-column: span 2; }.form-span-all { grid-column: 1 / -1; }
.form-actions { position: sticky; bottom: 12px; z-index: 20; display: flex; justify-content: flex-end; gap: 8px; margin-top: 17px; padding: 12px; background: rgba(255,255,255,.94); border: 1px solid var(--color-border); border-radius: 12px; box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.warning-box { display: flex; align-items: flex-start; gap: 10px; padding: 11px 13px; color: var(--color-warning); background: var(--color-warning-soft); border: 1px solid #f1d69d; border-radius: 9px; font-size: 12px; }
.danger-zone { border-color: #f2caca; }.danger-zone .form-section-header h2 { color: var(--color-danger); }
.company-delete-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.delete-option { display: grid; grid-template-columns: auto minmax(0, 1fr); align-content: start; gap: 14px; padding: 18px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); }
.delete-option > form { grid-column: 1 / -1; margin-top: 4px; }
.delete-option h3 { margin: 0 0 6px; font-size: 15px; }
.delete-option p { margin: 0; color: var(--color-text-muted); line-height: 1.55; }
.delete-option-danger { border-color: #fecaca; background: #fffafa; }
.delete-option-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #eef2ff; color: #4338ca; }
.delete-option-icon.danger { background: #fee2e2; color: var(--color-danger); }
@media (max-width: 767px) { .company-delete-options { grid-template-columns: 1fr; } }
.switch-row { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--color-border); }.switch-row:last-child { border: 0; }
.switch-copy { display: grid; gap: 2px; }.switch-copy small { color: var(--color-text-muted); }
