:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2c3e50;background-color:#ecf0f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#ecf0f1;overflow:hidden}#root{width:100%;height:100vh;margin:0 auto;padding:0;text-align:center}.container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:fadeIn 1.2s cubic-bezier(.22,1,.36,1)}.logo-container{filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.logo{max-width:160px;height:auto;display:block}.logo-container:hover{transform:scale(1.03) translateY(-2px)}.title{font-size:3rem;font-weight:600;margin:0;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.05em}.subtitle{font-size:1.1rem;color:#7f8c8d;font-weight:400;letter-spacing:.02em;margin-top:-1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.title{font-size:2.2rem}.logo{max-width:120px}}
