:root{--text:#fff;--text-light:#fffc;--bg:#1d75b5;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;margin:0}.container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.logo{width:100%;max-width:300px;height:auto;margin-bottom:2rem}h1{text-align:center;margin-bottom:1rem;font-size:2.5rem}p{opacity:.8;text-align:center;font-size:1.25rem}@media (width<=600px){.logo{max-width:200px}h1{font-size:1.75rem}p{font-size:1rem}}
