body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000;display:flex;justify-content:center;align-items:center;z-index:10000;transition:background-color .2s ease}.custom-modal-overlay.visible{background-color:#00000080}.custom-modal-overlay.visible .custom-modal-container{opacity:1;transform:scale(1)}.custom-modal-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000040;width:440px;max-width:95vw;max-height:90vh;overflow-y:auto;opacity:0;transform:scale(.95);transition:opacity .2s ease,transform .2s ease}.custom-loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;z-index:20000;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s}.custom-loading-overlay.visible{opacity:1;pointer-events:all}.custom-loading-overlay .spinner{width:48px;height:48px;border:5px solid #eee;border-top:5px solid #06546A;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:18px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-loading-overlay .msg{color:#fff;font-size:1.1rem;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.18)}
