:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.under-construction{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-color:#6b5344}.under-construction__content{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;text-align:center}.under-construction__logo-wrap{perspective:1200px;perspective-origin:center center;transform-style:preserve-3d}.under-construction__logo{max-width:min(90vw,420px);height:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));animation:logo-throw-land .5s cubic-bezier(.34,1.56,.64,1) forwards;transform-origin:center center}@keyframes logo-throw-land{0%{transform:translateZ(-800px) scale(.15);opacity:.3}50%{transform:translateZ(20px) scale(1.08);opacity:1}70%{transform:translateZ(0) scale(.96);opacity:1}85%{transform:translateZ(0) scale(1.02);opacity:1}to{transform:translateZ(0) scale(1);opacity:1}}.under-construction__message{margin:0;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:500;color:#2c1810;text-shadow:0 1px 2px rgba(255,255,255,.3);letter-spacing:.05em}
