@tailwind base;@tailwind components;@tailwind utilities;*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}.welcome-container{background:#f7f7fa;min-height:100vh;display:flex;flex-direction:column;align-items:center;position:relative;overflow-x:hidden;overflow-y:auto}.welcome-container:before{content:"";position:absolute;top:0;left:0;right:0;height:100vh;background:linear-gradient(135deg,#7b61ff0d,#6c63ff08);pointer-events:none}@media (min-width: 1024px){.welcome-container{padding:2rem;align-items:center;justify-content:center}}.welcome-header{width:100%;padding:1rem;position:relative;z-index:10;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.welcome-header{padding:1.5rem}}@media (min-width: 1024px){.welcome-header{padding:2rem}}.welcome-banner{width:100%;max-width:1200px;height:200px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #7b61ff26;position:relative}@media (min-width: 768px){.welcome-banner{height:250px;border-radius:1.25rem}}@media (min-width: 1024px){.welcome-banner{height:300px;border-radius:1.5rem}}.welcome-banner img{width:100%;height:100%;object-fit:cover}.welcome-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7b61ff4d,#6c63ff33);display:flex;align-items:center;justify-content:center}.welcome-banner-text{text-align:center;color:#fff}.welcome-banner-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3);letter-spacing:-.02em}.welcome-banner-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.01em}@media (min-width: 768px){.welcome-banner-title{font-size:2.5rem;margin-bottom:.75rem}.welcome-banner-subtitle{font-size:1.25rem}}@media (min-width: 1024px){.welcome-banner-title{font-size:3.5rem;margin-bottom:1rem}.welcome-banner-subtitle{font-size:1.5rem}}.welcome-main{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem;position:relative;z-index:10;gap:2rem;box-sizing:border-box}@media (min-width: 768px){.welcome-main{padding:1.5rem;gap:3rem}}@media (min-width: 1024px){.welcome-main{padding:2rem;gap:4rem}}.welcome-content{display:flex;width:100%;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.welcome-content{gap:3rem}}@media (min-width: 1024px){.welcome-content{flex-direction:row;align-items:flex-start;gap:4rem;justify-content:center}}.welcome-text{flex:1;max-width:600px;padding:1.5rem;background:#fff;box-shadow:0 20px 40px #7b61ff1a;border-radius:1rem;border:1px solid #E0E0E0}@media (min-width: 768px){.welcome-text{padding:2.5rem;border-radius:1.25rem}}@media (min-width: 1024px){.welcome-text{padding:4rem;border-radius:1.5rem}}.welcome-title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;color:#18192b;line-height:1.1;letter-spacing:-.02em}@media (min-width: 768px){.welcome-title{font-size:2.5rem;margin-bottom:1.25rem}}@media (min-width: 1024px){.welcome-title{font-size:3.25rem;margin-bottom:1.5rem}}.welcome-description{margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1rem;color:#a0a3b1;line-height:1.7;font-weight:400;letter-spacing:-.01em}@media (min-width: 768px){.welcome-description{font-size:1.125rem;margin-bottom:1.75rem}}@media (min-width: 1024px){.welcome-description{font-size:1.25rem;margin-bottom:2rem}}.welcome-section{margin-bottom:2rem}.welcome-section-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#18192b;position:relative;letter-spacing:-.01em}@media (min-width: 768px){.welcome-section{margin-bottom:2.25rem}.welcome-section-title{font-size:1.625rem;margin-bottom:1.25rem}}@media (min-width: 1024px){.welcome-section{margin-bottom:2.5rem}.welcome-section-title{font-size:1.75rem;margin-bottom:1.5rem}}.welcome-section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:3px;background:#7b61ff;border-radius:2px}.welcome-features{display:flex;flex-direction:column;gap:.75rem}.welcome-feature{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f7f7fa;border-radius:.75rem;border:1px solid #E0E0E0;transition:all .3s ease;font-family:Inter,sans-serif;font-weight:500;font-size:.875rem}@media (min-width: 768px){.welcome-features{gap:1rem}.welcome-feature{gap:1rem;padding:1.25rem;border-radius:1rem;font-size:1rem}}.welcome-feature:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #7b61ff26;border-color:#7b61ff}.welcome-feature-bullet{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#7b61ff;box-shadow:0 4px 15px #7b61ff4d;flex-shrink:0}@media (min-width: 768px){.welcome-feature-bullet{width:2.5rem;height:2.5rem}}.welcome-feature-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:#fff}.welcome-download{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.welcome-download{flex-direction:row;gap:1rem}}.welcome-download-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.welcome-download-btn:hover{transform:translateY(-3px);filter:brightness(1.1)}.welcome-store-badge{height:45px;width:auto;display:block}@media (min-width: 768px){.welcome-store-badge{height:55px}}@media (min-width: 1024px){.welcome-store-badge{height:65px}}.welcome-disabled{display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:not-allowed;opacity:.5;filter:grayscale(100%)}.welcome-coming-soon{font-family:Inter,sans-serif;font-size:.875rem;color:#a0a3b1;margin-top:.75rem;font-weight:500}.welcome-footer{font-family:Inter,sans-serif;font-size:.75rem;color:#a0a3b1;font-weight:500;padding:1rem;text-align:center}@media (min-width: 768px){.welcome-footer{font-size:.875rem;padding:1.5rem}}@media (min-width: 1024px){.welcome-footer{padding:2rem}}.welcome-screenshots{display:flex;flex-direction:column;gap:1.5rem;align-items:center;flex:1;max-width:600px}@media (min-width: 768px){.welcome-screenshots{gap:2rem}}@media (min-width: 1024px){.welcome-screenshots{flex-direction:row;gap:3rem}}.welcome-screenshot{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #7b61ff26;transition:all .3s ease;background:#fff;border:1px solid #E0E0E0}.welcome-screenshot:hover{transform:translateY(-10px);box-shadow:0 30px 60px #7b61ff40}.welcome-screenshot img{width:100%;height:auto;display:block}.welcome-screenshot-1,.welcome-screenshot-2{width:240px;max-width:100%}@media (min-width: 768px){.welcome-screenshot-1,.welcome-screenshot-2{width:280px}}@media (min-width: 1024px){.welcome-screenshot-1,.welcome-screenshot-2{width:320px}}.welcome-visual-content{text-align:center;padding:2rem}.welcome-app-icon{width:6rem;height:6rem;margin:0 auto;color:#2563eb;margin-bottom:1.5rem}.welcome-app-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.welcome-app-subtitle{color:#6b7280;margin-bottom:1.5rem}.welcome-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.welcome-feature-item{text-align:center}.welcome-feature-icon{width:3rem;height:3rem;background-color:#dbeafe;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.welcome-feature-icon svg{width:1.5rem;height:1.5rem;color:#2563eb}.welcome-feature-text{font-size:.75rem;color:#6b7280}.welcome-availability{font-size:.875rem;color:#6b7280}.welcome-spacer{height:3.625rem;display:none}@media (min-width: 1024px){.welcome-spacer{display:block}}
