*,*:before,*:after{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fff,#e2e2e2);background-attachment:fixed;color:#1a1a1a}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.home__logo{width:160px;opacity:0;animation:fadeIn 1.2s ease-in-out forwards}.home__title{margin:0;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;letter-spacing:.02em;opacity:0;animation:fadeIn 1.2s ease-in-out .6s forwards}.home__subtitle{margin:.1rem 0 0;font-size:clamp(.875rem,2vw,1rem);color:#00000047;text-transform:lowercase;letter-spacing:.15em;opacity:0;animation:fadeIn 1.2s ease-in-out 1.2s forwards}
