html,body,#root{height:100%;margin:0;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1f2937;color:#fff}#root{background-color:#1f2937}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes shake{0%{transform:translate(0) rotate(0) scale(1)}10%{transform:translate(-3px,-3px) rotate(-5deg) scale(1.05)}20%{transform:translate(3px,-2px) rotate(5deg) scale(1.1)}30%{transform:translate(-3px,2px) rotate(-5deg) scale(1.05)}40%{transform:translate(3px,1px) rotate(5deg) scale(1.1)}50%{transform:translate(-2px,-1px) rotate(-3deg) scale(1.08)}60%{transform:translate(2px,1px) rotate(3deg) scale(1.1)}70%{transform:translate(-1px,-2px) rotate(-2deg) scale(1.05)}80%{transform:translate(1px,2px) rotate(2deg) scale(1.05)}90%{transform:translate(-1px) rotate(-1deg) scale(1.02)}to{transform:translate(0) rotate(0) scale(1)}}.animate-on-scroll{opacity:0;transform:translateY(40px)}.animate-on-scroll.animate-in{animation:fadeInUp .8s ease-out forwards}.pricing-card{opacity:0;transform:translateY(40px)}.pricing-card.animate-in{animation:fadeInUp .8s ease-out forwards}.pricing-card-0.animate-in{animation-delay:.1s}.pricing-card-1.animate-in{animation-delay:.3s}.pricing-card-2.animate-in{animation-delay:.5s}.pricing-card-3.animate-in{animation-delay:.7s}.animate-cards>*{opacity:0;transform:translateY(30px);visibility:hidden}.animate-cards.animate-in>*{visibility:visible}.animate-cards.animate-in>*:nth-child(1){animation:fadeInUp .8s ease-out .1s forwards}.animate-cards.animate-in>*:nth-child(2){animation:fadeInUp .8s ease-out .2s forwards}.animate-cards.animate-in>*:nth-child(3){animation:fadeInUp .8s ease-out .3s forwards}.animate-cards.animate-in>*:nth-child(4){animation:fadeInUp .8s ease-out .4s forwards}@keyframes showTopText{0%{transform:translate3d(0,100%,0)}40%,60%{transform:translate3d(0,50%,0)}to{transform:translateZ(0)}}@keyframes showBottomText{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}.animated-title{color:var(--color-text-secondary);height:120px;position:relative;width:100%;max-width:700px;margin:0 auto}.animated-title>div{height:50%;overflow:hidden;position:absolute;width:100%}.animated-title>div div{font-size:1.3rem;line-height:1.8;padding:.5rem 0;position:absolute}.animated-title>div div span{display:block}.animated-title>div.text-top{border-bottom:2px solid;border-color:var(--color-text-secondary);opacity:.3;top:0}.animated-title>div.text-top div{animation:showTopText 1s;animation-delay:.5s;animation-fill-mode:forwards;bottom:0;transform:translateY(100%)}.animated-title>div.text-top div span:first-child{color:var(--color-text-secondary)}.animated-title>div.text-bottom{bottom:0}.animated-title>div.text-bottom div{animation:showBottomText .5s;animation-delay:1.75s;animation-fill-mode:forwards;top:0;transform:translateY(-100%)}@media(max-width:768px){.animated-title{height:100px}.animated-title>div div{font-size:1rem;line-height:1.6}}*{box-sizing:border-box}:root{--color-primary: #c62828;--color-primary-light: #ff5f52;--color-primary-dark: #8e0000;--color-secondary: #ff6f00;--color-secondary-light: #ffa040;--color-secondary-dark: #c43e00}[data-theme=dark]{--color-bg-default: #1f2937;--color-bg-paper: #2d3748;--color-text-primary: #ffffff;--color-text-secondary: rgba(176, 176, 176, 1)}[data-theme=light]{--color-bg-default: #f5f5f5;--color-bg-paper: #ffffff;--color-text-primary: #000000;--color-text-secondary: rgba(102, 102, 102, 1)}.app{min-height:100vh;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1.4);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media(max-width:768px){.app{font-size:14px}}@media(max-width:480px){.app{font-size:12px}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.gradient-text{background:linear-gradient(to right,#0070f3,#00c9a7,#ff4d4d,#f90,#6c63ff,#0070f3);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradient-shift 14s ease infinite;-webkit-user-select:none;user-select:none}@keyframes wave{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(10deg)}20%,40%,60%,80%{transform:rotate(-10deg)}}.waving-hand{display:inline-block;font-size:1.6rem;animation:wave 2s ease-in-out infinite;transform-origin:70% 70%;margin-right:.5rem}
