.service-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:99999}.service-popup{background:#1e1e2e;color:#fff;border-radius:16px;padding:32px 28px;text-align:center;max-width:320px;width:90%;box-shadow:0 8px 32px #00000080}.service-popup i{font-size:2.5em;color:#ffa726;margin-bottom:12px}.service-popup h3{margin:8px 0;font-size:1.3em}.service-popup p{font-size:.95em;color:#aaa;margin:8px 0 20px}.service-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.2);border-top-color:#ffa726;border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}html,body{height:100%;margin:0;padding:0}body{background-color:#f8f6f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}#app{height:100%}
