.edit-modal-overlay{backdrop-filter:blur(8px);z-index:3000;background:#0009;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.edit-modal-content{background:#fff;border-radius:24px;width:92%;max-width:620px;max-height:92vh;animation:.35s cubic-bezier(.4,0,.2,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 80px #00000059,0 4px 24px #00000014}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.edit-modal-content::-webkit-scrollbar{width:6px}.edit-modal-content::-webkit-scrollbar-track{background:#f1f3f5;border-radius:3px}.edit-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.edit-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.edit-modal-header{color:#fff;z-index:10;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:24px 24px 0 0;align-items:center;gap:14px;padding:24px 28px;display:flex;position:sticky;top:0}.header-icon{backdrop-filter:blur(4px);background:#ffffff26;border-radius:14px;justify-content:center;align-items:center;padding:10px;font-size:28px;display:flex}.edit-modal-header h3{letter-spacing:-.3px;flex:1;margin:0;font-size:1.3rem;font-weight:700}.close-modal-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .25s;display:flex}.close-modal-btn:hover{background:#ffffff40;transform:rotate(90deg)}.edit-modal-body{padding:28px}.info-section{background:linear-gradient(135deg,#f8f9fa 0%,#f1f3f5 100%);border:1px solid #e5e7eb;border-radius:16px;margin-bottom:28px;padding:18px 20px}.info-item{border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;padding:8px 0;display:flex}.info-item:last-child{border-bottom:none}.info-item.preparation{color:#d97706}.info-item.total{color:#6366f1;font-weight:600}.info-icon{color:#6366f1;flex-shrink:0;font-size:18px}.info-item.preparation .info-icon{color:#d97706}.info-item.total .info-icon{color:#6366f1}.info-content{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.info-label{color:#6b7280;font-size:.85rem;font-weight:500}.info-value{color:#1f2937;font-size:.95rem;font-weight:700}.info-note{color:#9ca3af;background:#e5e7eb;border-radius:12px;padding:2px 8px;font-size:.75rem}.form-group{margin-bottom:22px}.form-row{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:0;display:grid}.form-group label{color:#1f2937;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;font-weight:600;display:flex}.label-icon{color:#6366f1;font-size:14px}.required{color:#ef4444;margin-left:2px}.form-group input,.form-group select,.form-group textarea{color:#1f2937;background:#fafbfc;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f114}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#9ca3af}.form-group input.error,.form-group select.error{background:#fef2f2;border-color:#ef4444}.error-message{color:#ef4444;margin-top:6px;font-size:.75rem;font-weight:500;display:block}.form-group textarea{resize:vertical;min-height:60px;line-height:1.5}.edit-modal-footer{background:#fafbfc;border-top:1px solid #e5e7eb;border-radius:0 0 24px 24px;justify-content:flex-end;gap:12px;padding:20px 28px;display:flex}.cancel-btn,.save-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.cancel-btn{color:#6b7280;background:#f3f4f6}.cancel-btn:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.save-btn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);box-shadow:0 4px 12px #6366f14d}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=640px){.edit-modal-content{border-radius:20px;width:96%;max-height:96vh}.edit-modal-header{border-radius:20px 20px 0 0;padding:18px 20px}.edit-modal-body{padding:20px}.edit-modal-footer{flex-direction:column;padding:16px 20px}.cancel-btn,.save-btn{justify-content:center;padding:14px}.form-row{grid-template-columns:1fr;gap:0}.info-content{flex-wrap:wrap}.header-icon{padding:8px;font-size:22px}.edit-modal-header h3{font-size:1.1rem}}