:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:62.5%;color-scheme:light;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}main{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;width:100vw}main h1{font-size:5rem;font-weight:700;margin-bottom:1rem}main a{text-decoration:none;cursor:pointer}main .settings-description{font-size:1.6rem;color:#fff;text-align:center}main .time{font-family:monospace;font-size:10rem;font-weight:700}main .tools{font-size:1.6rem;display:flex;justify-content:center;align-items:flex-start;gap:1.6rem;flex-wrap:wrap}main .tools .timer{text-decoration:underline dotted}@media screen and (max-width: 1200px){main h1{font-size:4rem}main .time{font-size:7rem}}@media screen and (max-width: 768px){main h1{font-size:3rem}main .time{font-size:5rem}}@media screen and (max-width: 480px){main h1{font-size:2rem}main .time{font-size:3rem}}.burning{display:none;width:100vw;pointer-events:none}.burning img{width:100%;height:auto;position:fixed;bottom:0;left:0}.warning{color:#fff;background-color:orange}.warning a{color:#fff}.danger{color:#fff;background-color:red}.danger a{color:#fff}.danger .burning{display:block}.alert{color:#fff;animation:alertAnimation .5s infinite}.alert a{color:#fff}.alert .burning{display:block}@keyframes alertAnimation{0%{background-color:#000}50%{background-color:red}}.expired{color:#000;background-color:#fff}.expired a{color:#000}.default{color:#fff;background-color:#000}.default a{color:#fff}
