@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Open+Sans:wght@400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Prompt,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc;position:relative}.app-header{position:fixed;top:0;left:0;right:0;height:4rem;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:0 1rem;z-index:50;box-shadow:0 2px 4px #0000001a}.app-main{flex:1;padding-top:4rem;padding-bottom:6rem;max-width:768px;width:100%;margin:0 auto;overflow-y:auto}.content-wrapper{min-height:calc(100vh - 12rem);padding:1rem}.app-footer{position:fixed;bottom:0;left:0;right:0;height:6rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;z-index:1000}.logo-container{display:flex;align-items:center;gap:.5rem;max-width:768px;width:100%;justify-content:center}.logo{height:46px;width:auto}.logo3{height:64px;width:auto}.footer-content{width:100%;max-width:768px;padding:0 1rem}.next-button{width:100%;padding:.75rem;margin-bottom:.5rem;color:#fff;border:none;border-radius:1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.next-button.active{background-color:#276e2a}.next-button.inactive{background-color:#9ca3af;cursor:not-allowed}
