.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container{background:#1f2937;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.5)}.modal-header{justify-content:space-between;padding:2rem 2rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header,.modal-title-section{display:flex;align-items:flex-start}.modal-title-section{gap:1rem}.modal-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.modal-title{font-size:1.5rem;font-weight:700;color:#ffffff;margin:0 0 .25rem}.modal-subtitle{color:#9ca3af;font-size:.875rem;margin:0;line-height:1.4}.modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:rgba(255,255,255,.1);color:#ffffff}.modal-form{padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;color:#e5e7eb;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffff;font-size:.875rem;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);background:rgba(255,255,255,.1)}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}.form-input.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-textarea{resize:vertical;min-height:80px}.form-error{display:block;color:#ef4444;font-size:.75rem;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:640px){.form-actions{flex-direction:column-reverse}}.form-button-primary,.form-button-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.875rem;transition:all .2s ease;cursor:pointer;border:none}.form-button-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white}.form-button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.form-button-primary:disabled{opacity:.6;cursor:not-allowed}.form-button-secondary{background:transparent;color:#9ca3af;border:1px solid rgba(255,255,255,.2)}.form-button-secondary:hover{background:rgba(255,255,255,.1);color:#ffffff}.toast{position:fixed;top:2rem;right:2rem;z-index:1100;max-width:400px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.3);animation:slideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.toast-success{background:linear-gradient(135deg,#10b981,#059669);border:1px solid rgba(16,185,129,.3)}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid rgba(239,68,68,.3)}.toast-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;color:white}.toast-icon{flex-shrink:0}.toast-message{flex:1 1;font-size:.875rem;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:rgba(255,255,255,.2);color:white}@media (max-width:640px){.modal-overlay{padding:.5rem}.modal-form,.modal-header{padding:1.5rem}.modal-title{font-size:1.25rem}.toast{top:1rem;right:1rem;left:1rem;max-width:none}}