@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:Poppins,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}.app-container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e9ecef);position:relative}.content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:650px;margin:0 auto;animation:fadeInUp .8s ease-out}.logo-container{margin-bottom:2rem;text-align:center}.logo{max-width:280px;width:100%;height:auto;object-fit:contain}.main-content{text-align:center;background:#fff;padding:3rem 2.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014;width:100%}.heading{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#2d3748;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.subtext{font-size:clamp(1rem,2.5vw,1.25rem);color:#4a5568;font-weight:400;line-height:1.7;margin:0 auto 2.5rem}.waitlist-button{display:inline-block;padding:1rem 2.5rem;background:#634ea5;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #634ea54d;cursor:pointer}.waitlist-button:hover{background:#4f3d85;transform:translateY(-2px);box-shadow:0 6px 20px #634ea566}.waitlist-button:active{transform:translateY(0);box-shadow:0 2px 10px #634ea54d}.footer{width:100%;padding:2rem 1rem;text-align:center;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-link{color:#6c757d;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative}.footer-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:50%;background-color:#634ea5;transition:all .3s ease;transform:translate(-50%)}.footer-link:hover{color:#634ea5}.footer-link:hover:after{width:100%}.footer-separator{color:#dee2e6;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.app-container{padding:1.5rem}.logo{max-width:240px}.main-content{padding:2.5rem 2rem}.heading{font-size:clamp(1.75rem,5vw,2.5rem)}.subtext{font-size:clamp(1rem,2.5vw,1.2rem)}.waitlist-button{padding:.9rem 2.2rem;font-size:1rem}.footer{padding:1.5rem 1rem}}@media(max-width:480px){.app-container{padding:1rem}.logo-container{margin-bottom:1.5rem}.logo{max-width:200px}.main-content{padding:2rem 1.5rem}.heading{font-size:clamp(1.5rem,5vw,2rem)}.subtext{font-size:clamp(.95rem,2.5vw,1.1rem);margin-bottom:2rem}.waitlist-button{padding:.85rem 2rem;font-size:.95rem;width:100%;max-width:300px}.footer{padding:1rem}.footer-link{font-size:.85rem}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:2rem}.legal-page-header{max-width:900px;margin:0 auto 2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#634ea5;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.back-button:hover{color:#4f3d85;transform:translate(-4px)}.legal-page-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.legal-page-title{text-align:center;color:#634ea5;font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:2rem;font-weight:700}.legal-note{margin-top:3rem;padding:1.5rem;background:#f8f9fa;border-left:4px solid #634EA5;border-radius:8px;font-style:italic;color:#4a5568}.legal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto;animation:fadeIn .3s ease-out}.legal-container{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2.5rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:2.5rem;line-height:1;color:#6c757d;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-button:hover{background-color:#f8f9fa;color:#634ea5;transform:rotate(90deg)}.legal-title{text-align:center;color:#634ea5;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:2rem;font-weight:700;padding-right:2.5rem}.legal-content{color:#333;line-height:1.8}.legal-content p{margin-bottom:1rem}.legal-content strong{color:#634ea5;font-weight:600;display:block;margin-top:1.5rem}.legal-content ol,.legal-content ul{margin:1rem 0 1.5rem 1.5rem;padding-left:1rem}.legal-content li{margin-bottom:.75rem;line-height:1.7}.legal-content .contact-info{background-color:#f8f9fa;padding:1rem;border-radius:8px;margin:1rem 0;font-family:Poppins,monospace;font-size:.95rem;color:#495057;border-left:4px solid #634EA5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.legal-container::-webkit-scrollbar{width:8px}.legal-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.legal-container::-webkit-scrollbar-thumb{background:#634ea5;border-radius:10px}.legal-container::-webkit-scrollbar-thumb:hover{background:#4f3d85}@media(max-width:768px){.legal-page-header{display:none}.legal-container{padding:2rem;max-height:85vh}.close-button{top:1rem;right:1rem;font-size:2rem;width:36px;height:36px}.legal-title{font-size:1.5rem;margin-bottom:1.5rem;padding-right:2rem}.legal-content{font-size:.95rem}}@media(max-width:480px){.legal-page-header{display:none}.legal-overlay{padding:.5rem}.legal-container{padding:1.5rem;border-radius:8px;max-height:95vh}.close-button{top:.75rem;right:.75rem;font-size:1.75rem;width:32px;height:32px}.legal-title{font-size:1.25rem;margin-bottom:1rem;padding-right:2.5rem}.legal-content{font-size:.9rem}.legal-content ol,.legal-content ul{margin-left:1rem;padding-left:.5rem}.legal-content .contact-info{font-size:.85rem;padding:.75rem}.legal-page{padding:1rem}.legal-page-container{padding:2rem 1.5rem}.legal-page-title{font-size:1.5rem}.legal-note{padding:1rem;font-size:.9rem}}
