@import"https://fonts.cdnfonts.com/css/neulis-neue";@import"https://fonts.cdnfonts.com/css/neulis-sans";:root{--bg-color: #FFFEEE;--accent-dark: #1A170F;--accent-gold: #898522;font-family:neulis-sans,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--accent-dark);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-color)}h1{font-family:neulis-neue,serif;font-size:3.2em;line-height:1.1;color:var(--accent-dark)}#root{width:100%;height:100vh;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center}.construction-container{width:100%;height:100vh;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fffeee;background-image:url(/backgrounds/logobg.svg);background-position:center;background-repeat:no-repeat}.construction-content{text-align:center;padding:2rem;max-width:800px}.construction-title{font-family:neulis-neue,serif;font-size:4rem;font-weight:700;color:#1a170f;margin-bottom:2rem;letter-spacing:-.02em}.construction-icon{font-size:6rem;margin:2rem 0;animation:bounce 2s infinite}.construction-text{font-family:neulis-sans,sans-serif;font-size:1.5rem;color:#1a170f;margin:1rem 0;line-height:1.2}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:600px){.construction-content{padding:1rem;max-width:95vw}.construction-title{font-size:2.2rem;margin-bottom:2rem}.construction-icon{font-size:3rem;margin:1rem 0}.construction-text{font-size:1rem;margin:.7rem 0}.construction-container{background-size:60vw auto;min-height:100dvh}#root{min-height:100dvh}}@media(max-width:900px)and (min-width:601px){.construction-content{padding:1.5rem;max-width:98vw}.construction-title{font-size:3rem}.construction-icon{font-size:4rem}.construction-text{font-size:1.2rem}.construction-container{background-size:cover}}
