@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1e29;background-color:#f9fafb}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{width:100%;min-height:100vh}::-webkit-scrollbar{width:0px;background:transparent}body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f3f4f6;-webkit-tap-highlight-color:transparent;overflow-x:hidden}button{transition:transform .1s active;cursor:pointer}button:active{transform:scale(.96)}@keyframes logoEntrance{0%{opacity:0;transform:scale(.5) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-idle{animation:logoEntrance .8s ease-out forwards,heartbeat 3s ease-in-out infinite 1s;transform-origin:center center}.fade-out{opacity:0;transform:scale(.9);transition:all .3s ease;pointer-events:none}.content-enter{opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.5s}
