.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.beneficiary-form-modal{background:#fff;border-radius:.5rem;box-shadow:0 10px 40px #0003;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;margin:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{display:flex;align-items:center;gap:.75rem}.modal-title h2{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#6b7280;border-radius:.375rem;cursor:pointer;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.duplicate-warning{background:#fef3c7;border:2px solid #f59e0b;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.warning-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#92400e}.warning-header h3{margin:0;font-size:1.125rem;font-weight:600}.warning-content{color:#78350f}.duplicate-info{background:#fff;border-radius:.375rem;padding:1rem;margin-bottom:1rem}.duplicate-info p{margin:.5rem 0;font-size:.875rem}.recent-support{background:#fff;border-radius:.375rem;padding:1rem;margin-bottom:1rem}.recent-support h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#92400e}.recent-support ul{margin:0;padding-left:1.5rem;list-style-type:disc}.recent-support li{margin:.5rem 0;font-size:.875rem;color:#78350f}.warning-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;color:#3b82f6;border-bottom:2px solid #bfdbfe}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem 1rem;font-size:.875rem;border:2px solid #e5e7eb;border-radius:.5rem;outline:none;transition:all .2s;font-family:inherit;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:transparent;box-shadow:0 0 0 2px #3b82f680;ring:2px;ring-color:#3b82f6}.form-group input.error,.form-group select.error{border-color:#ef4444}.form-group input:disabled,.form-group select:disabled{background:#f3f4f6;cursor:not-allowed;color:#6b7280}.input-with-icon{position:relative}.input-with-icon input{width:100%;padding-right:2.5rem}.input-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.input-icon.checking{color:#6b7280;animation:spin 1s linear infinite}.input-icon.available{color:#10b981}.input-icon.duplicate{color:#f59e0b}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.checkbox-group{grid-column:1 / -1}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer}.error-message{font-size:.75rem;color:#ef4444;margin-top:-.25rem}.submit-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fee2e2;border:1px solid #ef4444;border-radius:.375rem;color:#991b1b;font-size:.875rem;margin-bottom:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-outline{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-outline:hover:not(:disabled){background:#f9fafb;color:#1f2937}@media(max-width:768px){.modal-overlay{padding:0;align-items:flex-start}.beneficiary-form-modal{max-width:100%;max-height:100vh;border-radius:0;margin:0}.modal-header{padding:1rem}.modal-title h2{font-size:1.25rem}.modal-body{padding:1rem}.form-grid{grid-template-columns:1fr}.form-section{margin-bottom:1.5rem;padding-bottom:1.5rem}.modal-footer{padding:1rem;flex-direction:column-reverse}.modal-footer .btn{width:100%}.warning-actions{flex-direction:column}.warning-actions .btn{width:100%}}@media print{.modal-overlay{position:static;background:#fff}.modal-close,.modal-footer{display:none}.beneficiary-form-modal{max-width:100%;max-height:none;box-shadow:none}}
