@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");body,html{font-family:Poppins,sans-serif}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{font-family:Inter,sans-serif;background-color:#f9f9f9;color:#111;min-height:100%;width:100%;overflow-x:hidden;overflow-y:auto}@media (max-width:820px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}body{margin:0;padding:0;width:100%}#__next,.container,[data-nextjs-scroll-focus-boundary]{width:100%;display:flex;flex-direction:column;align-items:center}.container{height:100%;max-width:800px;margin:auto;padding:2rem;text-align:center;justify-content:center;animation:slowPulse 6s ease-in-out infinite}@keyframes slowPulse{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}button{padding:.75rem 1.5rem;font-size:1rem;border-radius:30px;border:1px solid #111;background:white;color:#111;cursor:pointer;transition:.3s ease}button:hover{background:#eee}.btn-primary{background:#111;color:white;border:none}.btn-primary:hover{background:#333}h1{font-size:2.5rem;margin-bottom:1rem}p{font-size:1.2rem;margin-bottom:2rem}footer{margin-top:3rem;font-size:.9rem;color:#666}.fadeout{animation:fadeOut 2s forwards}@keyframes fadeOut{to{opacity:0}}.ring-container{width:120px;height:120px;margin:2rem auto;position:relative}.ring-svg{transform:rotate(-90deg);position:absolute;top:0;left:0}.ring-bg{fill:none;stroke:#FFD500;stroke-width:10}.progress-ring{fill:none;stroke:#111;stroke-width:10;stroke-dasharray:314;stroke-dashoffset:314}