.fc-deckmodal-form{flex-direction:column;gap:20px;display:flex}.fc-deckmodal-section-container{flex-direction:column;gap:8px;display:flex}.fc-deckmodal-label{color:#4a5568;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.fc-deckmodal-char-count{color:#a0aec0;font-size:.8rem;font-weight:400}.fc-deckmodal-input,.fc-deckmodal-textarea{border:2px solid #e2e8f0;border-radius:10px;outline:none;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.fc-deckmodal-input:focus,.fc-deckmodal-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.fc-deckmodal-input:disabled,.fc-deckmodal-textarea:disabled{cursor:not-allowed;background-color:#f7fafc}.fc-deckmodal-input::placeholder,.fc-deckmodal-textarea::placeholder{color:#a0aec0}.fc-deckmodal-textarea{resize:vertical;min-height:100px}.fc-deckmodal-error{color:#c53030;background-color:#fff5f5;border-left:4px solid #fc8181;border-radius:8px;padding:12px 16px;font-size:.9rem}.fc-deckmodal-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.fc-deckmodal-btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.fc-deckmodal-btn-cancel{color:#4a5568;background:#f7fafc}.fc-deckmodal-btn-cancel:hover:not(:disabled){background:#e2e8f0}.fc-deckmodal-btn-submit{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.fc-deckmodal-btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.fc-deckmodal-btn:disabled{opacity:.6;cursor:not-allowed}.fc-deckmodal-btn:active:not(:disabled){transform:translateY(0)}
