*{box-sizing:border-box;margin:0;padding:0}body{color:#eee;background:#000;font-family:Prompt,Helvetica,Arial,sans-serif;font-size:16px;overflow-x:hidden}html,body{height:100%}input{font-size:inherit;font-family:inherit}.app{font-family:Prompt}.app>h1{text-transform:uppercase;z-index:5;color:#666;font-size:2em;position:fixed;top:0;right:2rem}.app>h1 a{text-decoration:none}.app>h1 .burrito{font-size:3em;animation:2s infinite wobble;display:block}.app>h1 .vision{animation:5s infinite wobble;display:block;position:absolute;top:1em;right:0}@media print{.app h1{display:none}}@keyframes cycle{0%{background:#7abf72cc}25%{background:#f4c65acc}}@keyframes wobble{10%{transform:rotate(10deg)}20%{transform:rotate(-10deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-11deg)}50%{transform:rotate(8deg)}}main.day-history{width:100%}main.day-history header{text-transform:uppercase;padding:0 1rem;font-size:2em}main.day-history img{width:100%;display:block}main.day-history li{flex-grow:1;width:20em;padding:.5rem;position:relative}main.day-history ol{flex-wrap:wrap;list-style:none;display:flex}main.day-history ol:has(>:nth-child(n+4)) li{width:50vw;height:50%}main.day-history ol:has(>:nth-child(n+5)) li{width:30em}main.day-history ol:has(>:nth-child(n+9)) li{width:20em}main.day-history ol:has(>:nth-child(n+13)) li{height:33.3333%}main.day-history .year{opacity:.3;font-size:3em;font-weight:700;position:absolute;bottom:0;right:.5em}@media print{main.day-history{flex-direction:column;height:100vh;display:flex}main.day-history div.image{width:100%;height:100%}main.day-history div.image a{width:100%;height:100%;display:block}main.day-history header{display:none}main.day-history img{object-fit:cover;height:100%}main.day-history li{height:100%}main.day-history ol{flex-grow:1;min-height:0}}.badge{color:#fff;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;width:3.6em;height:3.6em;font-size:2em;display:flex;position:absolute;top:-1.8em;right:-1.8em;transform:rotate(10deg)}.badge:after{content:"";clip-path:polygon(100% 50%,90.5% 56.41%,97.55% 65.45%,86.53% 68.61%,90.45% 79.39%,78.99% 78.99%,79.39% 90.45%,68.61% 86.53%,65.45% 97.55%,56.41% 90.5%,50% 100%,43.59% 90.5%,34.55% 97.55%,31.39% 86.53%,20.61% 90.45%,21.01% 78.99%,9.55% 79.39%,13.47% 68.61%,2.45% 65.45%,9.5% 56.41%,0% 50%,9.5% 43.59%,2.45% 34.55%,13.47% 31.39%,9.55% 20.61%,21.01% 21.01%,20.61% 9.55%,31.39% 13.47%,34.55% 2.45%,43.59% 9.5%,50% 0%,56.41% 9.5%,65.45% 2.45%,68.61% 13.47%,79.39% 9.55%,78.99% 21.01%,90.45% 20.61%,86.53% 31.39%,97.55% 34.55%,90.5% 43.59%);background:var(--color);width:100%;height:100%;animation:12s linear infinite rotate;display:block;position:absolute;top:0;left:0}.badge span{z-index:5;text-shadow:.1em .1em .1em #0003;line-height:.9em;position:relative}.badge span:first-child{font-weight:700}.badge span:nth-child(2){font-size:.6em;font-weight:500}@keyframes rotate{to{transform:rotate(359deg)}}main.index{width:100%;min-height:100vh;position:relative}main.index .badge{pointer-events:none;width:3.6em;height:3.6em;position:absolute;top:-1.8em;right:-1.8em}main.index .posts a{width:100%;padding-bottom:75%}main.index .posts a,main.index .posts img{display:block}main.index .posts img{width:100%;position:absolute}main.index .posts li{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;padding:2em;display:flex}main.index .posts .image{border:1em solid #fff;width:100%;max-width:calc(800px + 2em);max-height:calc(600px + 2em);position:relative}main.index .posts .image>span{text-transform:uppercase;font-size:2em;position:absolute}main.index .posts .image .weekday{bottom:-1.8em;left:0}main.index .posts .image .date{bottom:-1.8em;right:0}main.index .posts .image .year{opacity:.2;text-align:right;width:100%;margin-top:-.8em;font-size:.5em;position:absolute}main.index nav a{color:inherit;text-align:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:100%;height:100%;padding:2em;text-decoration:none;transition:background .5s;display:flex}main.index nav a:active{background-color:#0000}main.index nav a:hover{background:#ffffff1a}main.index nav a:hover span{transform:scale(1.2)}main.index nav>div{width:100%}main.index nav span{opacity:0;animation:1.4s infinite fadecycle,1s infinite colorcycle}main.index nav span:nth-child(2),main.index nav span:nth-child(6){animation-delay:.2s}main.index nav span:nth-child(3),main.index nav span:nth-child(5){animation-delay:.4s}main.index nav .label{opacity:1;padding:0 2em;font-size:1em;animation:none}main.index .empty{text-align:center;color:#444;width:100%;position:absolute;top:calc(50% - 4em)}main.index .empty span{font-size:8em;display:block}main.index .loading{text-align:center;color:#888;width:100%;animation:1s linear infinite fadecycle,1s linear infinite colorcycle;position:absolute;top:calc(50% - 4em)}@keyframes colorcycle{0%{color:#7abf72cc}25%{color:#f4c65acc}50%{color:#fc825dcc}75%{color:#78bdc9cc}to{color:#7abf72cc}}@keyframes fadecycle{10%{opacity:1}30%{opacity:0}}main.upload{flex-direction:column;justify-content:center;align-items:center;height:100vh;transition:opacity 1s;display:flex}main.upload.loading{opacity:.2}main.upload button{color:#fff;text-transform:uppercase;background-color:#78bdc9cc;border:none;padding:.2em .5em;font-family:inherit;font-size:1.2em;box-shadow:.3em .3em .1em #ffffff4d}main.upload button[type=submit]{margin-top:1.5em}main.upload form{flex-direction:column;justify-content:center;align-items:center;display:flex}main.upload form>div{margin-bottom:1em}main.upload h1{text-transform:uppercase;text-shadow:0 .1em .1em #ffffff4d;margin-bottom:.5em;font-size:3em}main.upload input{width:13em}main.upload label{display:none}main.upload .status{text-align:center;background:#7abf72cc;width:20em;margin-bottom:1em;margin-left:-10em;padding:.2em 1em;position:absolute;top:1em;left:50%;box-shadow:.3em .3em .1em #ffffff4d}.toast-enter-from{opacity:0;transform:translateY(-1em)}.toast-leave-from{opacity:0;transform:translateY(1em)}.toast-enter-active,.toast-leave-active{transition:all .5s}main.videos{width:100%}main.videos a{color:inherit;text-transform:uppercase;text-align:center;letter-spacing:.05em;border:.5rem solid #fff;flex-direction:column;justify-content:center;align-items:center;width:16em;height:9em;padding:1em 2em;font-weight:700;line-height:1.25em;text-decoration:none;display:flex;position:relative}main.videos a:hover img{filter:brightness(.9)}main.videos a:hover span{text-shadow:0 0 .5em #000c;transform:scale(1.1)}main.videos a img{z-index:-1;filter:brightness(.5);width:100%;height:100%;position:absolute;top:0;left:0}main.videos a span{transition:transform .5s;display:block}main.videos header{text-transform:uppercase;padding:0 1rem;font-size:2em}main.videos h3{font-size:2em}main.videos ol{list-style:none}main.videos ol ol{flex-wrap:wrap;display:flex}main.videos>ol{padding:0 1rem 2rem}main.videos .title{font-size:1.5em}main.videos .subtitle{font-weight:400}
