html,body,#root{margin:0;min-height:100%;font-family:Inter,Segoe UI,Arial,sans-serif}.logo-reveal-shell{display:inline-block;overflow:hidden;width:0;animation:revealLogoWidth 1.2s ease-out forwards}.logo-reveal-image{transform:translate(-8%);opacity:0;animation:revealLogoSlide 1.2s ease-out forwards}.landing-layout{align-items:start}.hero-panel{min-width:0}.features-panel{width:100%}@media (max-width: 980px){.landing-layout{grid-template-columns:1fr!important;gap:1.2rem!important}.auth-layout{grid-template-columns:1fr!important;height:auto!important;max-height:90vh;overflow-y:auto}.hero-panel{order:1}.features-panel{order:2}}@keyframes revealLogoWidth{0%{width:0}to{width:min(72vw,576px)}}@keyframes revealLogoSlide{0%{transform:translate(-8%);opacity:0}to{transform:translate(0);opacity:1}}
