:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background:radial-gradient(circle at center,#1a3a52,#000 70%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.2;margin:1.5rem 0;font-weight:600;background:linear-gradient(90deg,#1e5a96,#5fa3d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#app{width:100%;display:flex;flex-direction:column}.container{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.logo{height:12em;width:auto}button,.button{display:inline-block;border-radius:32px;border:1px solid transparent;padding:1em 2.5em;font-size:1.1em;font-weight:600;font-family:inherit;background-color:#1e5a96;color:#fff;cursor:pointer;transition:all .3s;margin-top:2rem;text-decoration:none}button:hover,.button:hover{background-color:#154573;transform:translateY(-2px);box-shadow:0 4px 12px #1e5a9666}button:active,.button:active{transform:translateY(0)}.footer{padding:2.5rem 2rem;text-align:center}.footer p{font-size:.9em;line-height:1.8;color:#ffffffd9;max-width:800px;margin:0 auto;letter-spacing:.02em}@media(max-width:768px){.logo{height:8em}h1{font-size:1.8em}button,.button{padding:.9em 2em;font-size:1em}.footer{padding:2rem 1.5rem}.footer p{font-size:.8em;line-height:1.7}}
