:root{--font-mono:"Roboto Mono",monospace}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:#ece8ee;-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:system-ui;font-size:18px;line-height:32px;margin:0;color:#201d1a;@media (max-width:1024px){font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;line-height:70px;font-weight:700;@media (max-width:1024px){margin-left:0;margin-bottom:24px;margin-right:0;margin-top:24px;font-size:42px;line-height:42px}@media (max-width:768px){font-size:38px;line-height:38px}@media (max-width:400px){font-size:32px;line-height:32px}}p{margin:24px 0;@media (max-width:1024px){margin:calc(var(--base) * .75) 0}}a{color:currentColor;&:focus{opacity:.8;outline:none}&:active{opacity:.7;outline:none}}svg{vertical-align:middle}.home{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:45px;max-width:1024px;margin:0 auto;overflow:hidden;@media (max-width:400px){padding-left:24px;padding-bottom:24px;padding-right:24px;padding-top:24px}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;h1{text-align:center}}.links{display:flex;align-items:center;gap:12px;a{text-decoration:none;padding:.25rem .5rem;border-radius:4px}.admin{color:rgb(0,0,0);background:rgb(1000,1000,1000);border:1px solid rgb(0,0,0)}.docs{color:rgb(1000,1000,1000);background:rgb(0,0,0);border:1px solid rgb(1000,1000,1000)}}.footer{display:flex;align-items:center;gap:8px;@media (max-width:1024px){flex-direction:column;gap:6px}p{margin:0}.codeLink{text-decoration:none;padding:0 .5rem;background:rgb(60,60,60);border-radius:4px}}}.hero-image{z-index:1}.hero-overlay{z-index:2;max-width:90%;text-shadow:0 2px 8px rgba(0,0,0,.8);h1{font-size:3rem;margin:0}p{margin:.5rem 0 0;font-size:1.25rem}@media (max-width:768px){bottom:24px;left:24px;h1{font-size:2rem}p{font-size:1rem}}}.hero{position:relative;height:100vh;width:100%;overflow:hidden}.hero img{object-fit:cover}.hero-overlay{position:absolute;bottom:40px;left:40px;color:white;text-shadow:0 0 10px black}.hero-overlay h1{font-size:3rem;margin:0}.hero-overlay p{font-size:1.5rem;margin:0}.days{padding:2rem;flex-direction:column;gap:3rem}.day,.days{display:flex}.day{align-items:center;gap:2rem;flex-wrap:wrap}.day.reverse{flex-direction:row-reverse}.day-details,.day-image{flex:1 1 45%;min-width:300px}.day-details h2{margin-top:0}.day-details ul{list-style:none;padding:0}.day-details li{margin-bottom:1rem}@media (max-width:768px){.day,.day.reverse{flex-direction:column}.hero-overlay h1{font-size:2rem}.hero-overlay p{font-size:1.2rem}}.day-details{padding:1rem 0}.day-image img{border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2)}