.lottie-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:inherit;min-height:inherit}.lottie-container canvas,.lottie-container svg{width:100%!important;height:100%!important;max-width:100%;max-height:100%}.loading-container .lottie-container{margin:0 auto}.toast-icon .lottie-container{width:32px;height:32px;min-width:32px;min-height:32px}.save-btn .lottie-container,.search-loading .lottie-container{width:24px;height:24px;min-width:24px;min-height:24px}.toast-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10001;animation:fadeIn .3s ease-out}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:400px;max-width:600px;width:90%;z-index:10002;animation:modalSlideIn .3s ease-out;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.toast-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;border-radius:12px;background:#fff;text-align:center}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;min-width:64px;min-height:64px}.toast-message{font-size:18px;line-height:1.5;color:#374151;font-weight:500;max-width:500px}.toast-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;cursor:pointer;border-radius:4px;color:#6b7280;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#f3f4f6;color:#374151}.toast-ok-btn{padding:12px 32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.toast-ok-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@media (max-width:768px){.toast{min-width:320px;max-width:90%;width:90%}.toast-content{padding:24px 20px}.toast-message{font-size:16px}.toast-icon{width:48px;height:48px;min-width:48px;min-height:48px}}.footer-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1e293b,#334155);border-top:1px solid #475569;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:1000;font-size:.75rem;height:36px;color:#e2e8f0}.footer-bar,.footer-content{display:flex;align-items:center}.footer-content{width:100%;padding:0 16px;gap:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.footer-content::-webkit-scrollbar{display:none}.footer-section{display:flex;align-items:center;gap:4px;white-space:nowrap;flex-shrink:0}.footer-section svg{color:#64748b;flex-shrink:0}.footer-label{color:#94a3b8;font-weight:500}.footer-value{color:#f1f5f9;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis}.footer-section.active-field{background:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;border:1px solid rgba(59,130,246,.2)}.footer-section.active-field .footer-label{color:#93c5fd}.footer-section.active-field .footer-value{color:#dbeafe;max-width:none;white-space:nowrap}.footer-sub-description{color:#a5b4fc;font-weight:400;opacity:.8;font-style:italic}.footer-close-btn{background:none;border:none;color:#e2e8f0;cursor:pointer;padding:2px;margin-left:8px;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.footer-close-btn:hover{opacity:1;background:hsla(0,0%,100%,.1)}.footer-description{color:#a5b4fc;font-style:italic;max-width:200px;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.footer-bar{height:32px;font-size:.7rem}.footer-content{padding:0 12px;gap:12px}.footer-value{max-width:100px}.footer-section.active-field{max-width:50%}.footer-description{max-width:120px}}@media (max-width:480px){.footer-bar{height:28px;font-size:.65rem}.footer-content{gap:8px;padding:0 8px}.footer-value{max-width:80px}.footer-section.active-field{max-width:60%;padding:2px 6px}}body{padding-bottom:36px!important}@media (max-width:768px){body{padding-bottom:32px!important}}@media (max-width:480px){body{padding-bottom:28px!important}}.footer-content{animation:footerSlideIn .3s ease-out}@keyframes footerSlideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.footer-section:hover .footer-value{color:#fff;transition:color .2s ease}.footer-section.active-field:hover{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.3);transition:all .2s ease}.footer-clickable{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.footer-clickable:hover{background-color:rgba(59,130,246,.1)}.footer-clickable:active{background-color:rgba(59,130,246,.2)}.footer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:400px;width:90%;max-height:80vh;overflow:hidden;animation:footerModalSlideIn .2s ease-out}@keyframes footerModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.footer-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.footer-modal-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.footer-modal-header button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#6b7280;transition:all .2s ease}.footer-modal-header button:hover{background:#e5e7eb;color:#374151}.footer-modal-content{padding:16px 20px;max-height:300px;overflow-y:auto}.footer-option{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-height:48px}.footer-option:hover{background:#f3f4f6;border-color:#d1d5db}.footer-option.selected{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.footer-option span{flex:1 1;font-weight:500;font-size:.95rem;color:#374151;line-height:1.4}.footer-option.selected span{color:#1d4ed8;font-weight:600}.footer-no-options{text-align:center;padding:24px;color:#6b7280;font-style:italic}.footer-confirm-modal{max-width:500px}.footer-confirm-modal .footer-modal-content p{font-size:1rem;color:#374151;line-height:1.5;margin-bottom:16px;font-weight:500}.footer-changes{background:#f9fafb;border-radius:8px;padding:20px;margin:16px 0;border:1px solid #e5e7eb}.footer-change-item{padding:12px 0;border-bottom:1px solid #e5e7eb;line-height:1.4}.footer-change-item:last-child{border-bottom:none;padding-bottom:0}.footer-change-item{color:#111827;font-weight:500;font-size:1rem;display:flex;align-items:center;gap:8px}.footer-change-item strong{color:#111827;font-weight:600;font-size:1rem;min-width:60px}.footer-change-item .change-arrow{color:#6b7280;font-weight:400;margin:0 8px}.footer-change-item .old-value{color:#ef4444;font-weight:500;background:#fef2f2;padding:2px 6px;border-radius:4px}.footer-change-item .new-value{color:#059669;font-weight:500;background:#f0fdf4;padding:2px 6px;border-radius:4px}.footer-modal-actions{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.footer-btn{flex:1 1;padding:12px 20px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-height:44px}.footer-btn:disabled{opacity:.6;cursor:not-allowed}.footer-btn-cancel{background:#fff;color:#374151;border-color:#d1d5db}.footer-btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.footer-btn-confirm{background:#3b82f6;color:#fff;border-color:#3b82f6}.footer-btn-confirm:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.footer-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;z-index:10001}.footer-loading{background:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);font-weight:500;color:#374151}