.daily-rest-screen{z-index:10000;color:#fff;background:#010102;outline:none;place-items:center;animation:2.8s both rest-night;display:grid;position:fixed;inset:0;overflow:hidden}.daily-rest-copy{text-align:center;padding:2rem;font-family:Inter,Noto Sans SC,sans-serif;font-weight:300}.daily-rest-copy p{text-wrap:balance;margin:1.5em 0;font-size:clamp(1rem,2.1vw,1.65rem);line-height:1.8;animation:2.8s cubic-bezier(.2,.65,.3,1) both rest-words}.daily-rest-copy p:first-child{animation-delay:2s}.daily-rest-copy p:nth-child(2){animation-delay:4.3s}.daily-rest-copy p:nth-child(3){color:#d7d7dc;font-size:clamp(.92rem,1.7vw,1.35rem);animation-delay:6.6s}@keyframes rest-night{0%{opacity:0}to{opacity:1}}@keyframes rest-words{0%{opacity:0;filter:blur(8px);letter-spacing:.2em;transform:translateY(9px)}to{opacity:1;filter:blur();letter-spacing:.055em;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.daily-rest-screen,.daily-rest-copy p{animation:none}.daily-rest-copy p{letter-spacing:.055em}}
