body,html{background-color:#f9fbfd;width:100%;height:100%;margin:0;padding:0}#app{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.page-container{justify-content:center;align-items:center;width:100vw;min-height:100vh;font-family:Calibri,Candara,Segoe UI,Optima,Arial,sans-serif;display:flex}.input-button{box-sizing:border-box;background-color:#fff;border:1px solid #e0e4ec;border-radius:32px;align-items:center;gap:14px;width:440px;max-width:90%;padding:18px 32px;transition:all .3s;display:flex;box-shadow:0 4px 24px #0000000a,0 1px 2px #00000005}.input-button:hover{border-color:#ccd3e0;box-shadow:0 6px 30px #0000000f}.status-dot{background-color:#ea4335;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse;display:inline-block}.status-text{color:#444746;letter-spacing:-.01em;-webkit-user-select:none;user-select:none;margin:0;font-size:1.15rem;font-weight:500}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ea4335b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ea433500}to{transform:scale(.95);box-shadow:0 0 #ea433500}}
