@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{overflow:hidden}#sleep-state-display{transition:background-color .3s ease-in-out}#sleep-state-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:clamp(3rem,15vw,8rem);text-shadow:none;line-height:1.1;word-wrap:break-word;text-align:center;animation:state-entrance .6s ease-in-out;letter-spacing:-.02em}@keyframes state-entrance{0%{opacity:.8;transform:scale(.98)}50%{opacity:1}to{opacity:1;transform:scale(1)}}#sleep-state-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,4vw,1.5rem);font-weight:400;opacity:.8;text-shadow:none;letter-spacing:.01em}#classify-connect-toggle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;letter-spacing:.05em;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:160px}#classify-connect-toggle:hover{transform:scale(1.05);transition:transform .2s ease-in-out}.spinner-inline{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;margin-right:.6rem;vertical-align:-.15rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
