@charset "UTF-8";
#kehoach-container { font-family: 'Manulife JH Sans', 'ManulifeJHSans', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif; color: #1b1b1b; line-height: 1.5; max-width: 100%; margin: 0 auto; padding: 20px 16px 40px; }
#kehoach-container .form-body { background: #fff; padding: 24px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
#kehoach-container .section { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; }
#kehoach-container .section .section {
  margin-bottom: 16px; padding: 16px 0 0 20px;
  border-bottom: none;
  border-left: 3px solid #025b48;
  background: #f7faf9;
  margin-left: 0;
}
#kehoach-container .section .section .section-title {
  font-size: 0.88rem; font-weight: 600; color: #444;
  border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 4px;
}
#kehoach-container .section-title { font-size: 1.05rem; font-weight: 700; color: #025b48; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 2px solid #025b48; }
#kehoach-container .field { margin-bottom: 14px; }
#kehoach-container .field label { display: block; font-size: 0.85rem; font-weight: 500; margin-bottom: 4px; color: #333; }
#kehoach-container .field .required::after { content: ' *'; color: #d13438; }
#kehoach-container .field input, #kehoach-container .field select, #kehoach-container .field textarea {
  width: 100%; padding: 8px 12px; border: 1px solid #d1d1d1; border-radius: 4px;
  font-size: 0.875rem; font-family: inherit; transition: border-color 0.15s;
  background: #fff;
}
#kehoach-container .field input:focus, #kehoach-container .field select:focus, #kehoach-container .field textarea:focus {
  outline: none; border-color: #025b48; box-shadow: 0 0 0 2px rgba(2,91,72,0.12);
}
#kehoach-container .field textarea { min-height: 80px; resize: vertical; }
#kehoach-container .field .error { font-size: 0.75rem; color: #d13438; margin-top: 2px; display: none; }
#kehoach-container .field.has-error input, #kehoach-container .field.has-error select, #kehoach-container .field.has-error textarea { border-color: #d13438; }
#kehoach-container .field.has-error .error { display: block; }
#kehoach-container .btn-row { display: flex; gap: 12px; justify-content: flex-end; margin-top: 24px; }
#kehoach-container .btn-row button {
  padding: 10px 24px; border: none; border-radius: 4px; font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: background 0.15s;
}
#kehoach-container .btn-submit { background: #025b48; color: #fff; }
#kehoach-container .btn-submit:hover { background: #014735; }
#kehoach-container .btn-submit:disabled { background: #8cbfaf; cursor: not-allowed; }
#kehoach-container .btn-reset { background: #f3f3f3; color: #333; border: 1px solid #d1d1d1; }
#kehoach-container .btn-reset:hover { background: #e8e8e8; }
#kehoach-container .radio-group { display: flex; gap: 24px; align-items: center; }
#kehoach-container .radio-group label { display: flex; align-items: center; gap: 6px; font-weight: 400; cursor: pointer; }
#kehoach-container .radio-group input[type="radio"] { width: auto; }
#kehoach-container .btn-add-agent { font-family: inherit; }
#kehoach-container .agent-list { max-height: 300px; overflow-y: auto; }
#kehoach-container .toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); padding: 12px 24px; border-radius: 4px; font-size: 0.875rem; font-weight: 500; z-index: 1000; display: none; }
#kehoach-container .toast.success { background: #107c10; color: #fff; }
#kehoach-container .toast.error { background: #d13438; color: #fff; }
#kehoach-container .toast.show { display: block; animation: khFadeIn 0.3s; }
#kehoach-container input[type="number"]::-webkit-inner-spin-button,
#kehoach-container input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
#kehoach-container input[type="number"] { -moz-appearance: textfield; }
@keyframes khFadeIn { from { opacity: 0; transform: translateX(-50%) translateY(10px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

@media (max-width: 640px) {
  #kehoach-container .section-title { font-size: 0.93rem; }
  #kehoach-container { padding: 12px 10px 30px; }
}
