@import"https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;height:100%;margin:0;padding:0}.app-container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#fff,#f0f0f0);font-family:Red Hat Display,sans-serif}.content{text-align:center;padding:2rem;max-width:800px}.logo{width:200px;height:auto;margin-bottom:2rem;animation:float 3s ease-in-out infinite}.title{font-size:2.5rem;color:#333;margin:1rem 0;font-weight:700}.subtitle{font-size:1.2rem;color:#666;margin:1rem auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.content{padding:1rem}.logo{width:150px}.title{font-size:2rem}.subtitle{font-size:1rem}}.primary-button{display:inline-block;padding:1rem 2rem;background-color:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;transition:transform .3s ease}.primary-button:hover{transform:scale(1.05)}
