@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,padding-bottom .4s cubic-bezier(.4,0,.2,1)}body.graph-open #sleep-state-display{padding-bottom:320px!important}#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}.floating-wrapper{position:absolute;z-index:1000}#classify-connect-toggle,#toggle-graph-btn{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}#classify-connect-toggle{min-width:160px;padding:.9rem 1.6rem;font-size:1.25rem}#classify-connect-toggle:hover,#toggle-graph-btn:hover{transition:transform .2s ease-in-out}
