body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Gill Sans Extrabold,sans-serif;background-image:url(/_next/static/media/desk.482ac6c8.jpg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-size:cover;background-repeat:no-repeat;line-height:1.2;color:#141414;margin:0}ol,ul{padding-left:0;list-style:none}h1{font-size:36px}h2{font-size:20px;color:#808080}h3{font-size:16px}a,a:hover,a:visited{text-decoration:none;font-weight:400;color:#808080}a:focus,a:hover{text-decoration:underline}a.collapse{font-size:small;color:#e0e0e0}.App{display:flex;flex-direction:column;width:100%;height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:scroll;@media screen and (max-width:600px){width:100%}.logo{margin:40px;position:fixed;img{width:240px;height:auto;@media screen and (max-width:600px){width:100%}}}.actions{display:flex;flex-direction:column;margin:auto;.MuiButtonGroup-root,.MuiInputBase-root,.MuiTextField-root{width:430px;margin-bottom:20px;button{padding:15px;border-color:#808080!important;background-color:transparent!important;color:#808080!important;&:first-child{width:100%}font-size:20px;font-weight:600}@media screen and (max-width:600px){margin-left:auto;margin-bottom:auto;margin-right:auto;margin-top:auto;width:90%}}.social{text-align:center;width:430px;img,svg{margin:20px}}}footer{color:#808080;font-size:12px;width:430px;margin:auto;text-align:center}}.apod,.epic,.weather{h2,h3,h4{text-align:center;width:100%;margin:10px 0}img{border:none;max-height:85vh;max-width:100%;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}embed,iframe,video{min-height:500px;width:900px;max-width:100vw;border:none}.close-btn{float:right;padding:10px;text-align:center;button{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content}a{font-size:.9em}}}.apod{img{max-width:100vw}}.weather{margin-top:20px;.hightlight{@media screen and (max-width:860px){display:none!important}}}.epic{margin:5px auto;text-align:center}.ReactModal__Overlay,.ReactModal__Overlay--after-open{background-color:rgba(0,0,0,.9)!important;filter:alpha(opacity=60)}.ReactModal__Content,.ReactModal__Content--after-open{padding:5px 5px 15px!important}.MuiAutocomplete-root{*{cursor:pointer}}.event{margin:20px auto auto;max-width:700px}.map-container{height:500px;min-height:-moz-fit-content;min-height:fit-content;cursor:pointer}.Mui-expanded{margin:0!important;small{float:right}}.MuiSwitch-root{padding:14px!important;.MuiSwitch-switchBase{*{margin-top:-2px}&.Mui-checked{color:#4f4e4e!important}}}.map-overlay-inner{background-color:#fff;padding:10px 20px;border-radius:3px;color:"#000";text-align:"left";&.Severe{border:8px solid rgb(178,24,43)}&.Moderate{border:8px solid rgb(239,138,98)}&.Unknown{border:8px solid rgb(253,219,199)}display:block;h3,h4{margin:5px 0}}.map-overlay{position:fixed;left:-5px;bottom:45px;width:400px;height:-moz-fit-content;height:fit-content;padding:10px;color:#1a2224;font-size:14px;opacity:.8;@media screen and (max-width:600px){width:auto}}.expand{margin:auto}.MuiChartsWrapper-root{@media screen and (max-width:600px){display:none!important}}.clock-container{display:flex;flex-direction:column;align-items:end;width:75%;margin:auto auto 10px;@media screen and (max-width:820px){width:100%;margin-left:auto;margin-bottom:auto;margin-right:auto;margin-top:auto}@media screen and (max-width:600px){display:none}}.clock{--second:1s;--minute:calc(var(--second) * 60);--hour:calc(var(--minute) * 60);--timeShiftHour:calc(var(--_dh) * var(--hour));--timeShiftMinute:calc(var(--_dm) * var(--minute));--timeShiftSecond:calc(var(--_ds) * var(--second));--clockSize:60vh;width:var(--clockSize);height:var(--clockSize);border:8px solid #808080;border-radius:50%;position:relative;font-family:Georgia,Times New Roman,Times,serif;font-size:2em;color:#808080;background-color:rgb(224,224,224,.5);@media screen and (max-width:820px){margin-left:auto;margin-bottom:auto;margin-right:auto;margin-top:auto}time{--_w:var(--clockSize);--_r:calc((var(--_w) - var(--_sz)) / 2);--_x:calc(var(--_r) + (var(--_r) * cos(var(--_d))));--_y:calc(var(--_r) + (var(--_r) * sin(var(--_d))));--_sz:calc((var(--clockSize) / 60) * 8);display:grid;height:var(--_sz);left:var(--_x);place-content:center;position:absolute;top:var(--_y);width:var(--_sz)}time:first-child{--_d:270deg}time:nth-child(2){--_d:300deg}time:nth-child(3){--_d:330deg}time:nth-child(4){--_d:0deg}time:nth-child(5){--_d:30deg}time:nth-child(6){--_d:60deg}time:nth-child(7){--_d:90deg}time:nth-child(8){--_d:120deg}time:nth-child(9){--_d:150deg}time:nth-child(10){--_d:180deg}time:nth-child(11){--_d:210deg}time:nth-child(12){--_d:240deg}}.arm{width:100%;height:50%;border-radius:50%;display:flex;justify-content:center;align-items:end;*{position:relative;transform-origin:bottom left}.second{border:1px solid red;height:calc(var(--clockSize) / 2.5);animation:rotate var(--minute) steps(60) infinite;animation-delay:calc(var(--timeShiftSecond) * -1)}.hour{border:2px solid blue;height:calc(var(--clockSize) / 3);animation:rotate calc(var(--hour) * 12) linear infinite;animation-delay:calc((var(--timeShiftHour) + var(--timeShiftMinute)) * -1)}.minute{border:2px solid gray;height:calc(var(--clockSize) / 2.8);animation:rotate calc(var(--hour)) linear infinite;animation-delay:calc((var(--timeShiftMinute) + var(--timeShiftSecond)) * -1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}