:root{font-family:Cinzel,serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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:linear-gradient(135deg,#1a1a1a,#0d0d0d)}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.title{font-size:3.2em;margin:0;letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(to right,#fff 20%,#a0a0a0,#fff 80%);background-size:200% auto;color:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 5s linear infinite;text-shadow:0 0 20px rgba(255,255,255,.1)}.loading-container{display:flex;align-items:baseline;justify-content:center;font-size:1.5em;color:#a0a0a0;font-family:Cinzel,serif}.loading-text{margin-right:2px}.dot{animation:wave 1.5s infinite ease-in-out;margin:0 2px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}.dot:nth-child(4){animation-delay:.6s}@keyframes wave{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-5px);opacity:1}}@keyframes shine{to{background-position:200% center}}@media(max-width:600px){.title{font-size:2em;letter-spacing:.1em}.loading-container{font-size:1.2em}}
