*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:#007cae;display:flex;justify-content:center;align-items:center;min-height:100vh;color:#fff}.container{text-align:center;padding:2rem;max-width:600px}.logo{width:200px;height:auto;margin:0 auto 2rem;filter:brightness(0) invert(1)}h1{font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:#fff}p{font-size:1.25rem;opacity:.9;line-height:1.6;color:#fff}.spinner{margin:2rem auto;width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.logo{width:150px}h1{font-size:1.5rem}p{font-size:1rem}}
