.landing{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#fff}.landing__content{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;text-align:center}.landing__logo{width:clamp(170px,45vw,220px);height:auto;margin-bottom:40px;animation:fade-up .9s cubic-bezier(.22,1,.36,1) both}.landing__title{margin:0;color:#16557d;font-size:clamp(22px,4.5vw,28px);font-weight:600;line-height:1.35;letter-spacing:-.01em;animation:fade-up .9s cubic-bezier(.22,1,.36,1) .12s both}.landing__subtitle{margin:16px 0 0;max-width:460px;color:#6b7585;font-size:clamp(14px,3vw,16px);font-weight:400;line-height:1.6;animation:fade-up .9s cubic-bezier(.22,1,.36,1) .24s both}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.landing__logo,.landing__title,.landing__subtitle{animation:none}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}
