*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#64748b;--accent-color:#f59e0b;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-dark:#0f172a;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--border-radius:8px;--border-radius-lg:12px;--transition:all 0.3s ease}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;line-height:1.5;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.btn-primary{background-color:#2563eb;background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#1d4ed8;background-color:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:initial;border:2px solid #2563eb;border:2px solid var(--primary-color);color:#2563eb;color:var(--primary-color)}.btn-secondary:hover{background-color:#2563eb;background-color:var(--primary-color);color:#fff}.btn-outline{background-color:initial;border:2px solid #e2e8f0;border:2px solid var(--border-color);color:#1e293b;color:var(--text-primary)}.btn-outline:hover{background-color:#f8fafc;background-color:var(--bg-secondary);border-color:#64748b;border-color:var(--text-secondary)}.section{padding:4rem 0}.section-title{color:#1e293b;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;color:var(--text-secondary);font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.card{background:#fff;background:var(--bg-primary);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease;transition:var(--transition)}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.coming-soon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.bg-animation{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.floating-shapes{height:100%;position:relative;width:100%}.shape{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape-2{animation-delay:1s;height:120px;right:15%;top:60%;width:120px}.shape-3{animation-delay:2s;height:60px;right:30%;top:30%;width:60px}.shape-4{animation-delay:3s;bottom:20%;height:100px;left:20%;width:100px}.shape-5{animation-delay:4s;height:70px;right:50%;top:10%;width:70px}.shape-6{animation-delay:5s;bottom:40%;height:90px;right:10%;width:90px}.coming-soon-content{color:#fff;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.logo-section{margin-bottom:3rem}.logo{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.logo-primary{color:#fff}.logo-secondary{color:#f59e0b}.tagline{color:#fffc;font-size:1.2rem;font-weight:300;letter-spacing:2px;text-transform:uppercase}.main-content{margin-bottom:4rem}.main-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f59e0b,#fbbf24);-webkit-background-clip:text;background-clip:text}.subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.countdown-section{margin-bottom:4rem}.countdown-title{color:#ffffffe6;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.countdown-timer{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.time-unit{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;min-width:100px;padding:1.5rem 1rem}.time-value{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.time-label{color:#ffffffb3;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.time-separator{color:#f59e0b;font-size:2rem;font-weight:700}.features-section{margin-bottom:4rem}.features-title{color:#fff;font-size:2rem;font-weight:600;margin-bottom:2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:600px}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2rem 1.5rem;transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-5px)}.feature-icon{color:#f59e0b;margin-bottom:1rem}.feature-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#fffc;line-height:1.5}.notification-section{margin-bottom:3rem}.notification-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin:0 auto;max-width:500px;padding:2.5rem}.notification-icon{color:#f59e0b;margin-bottom:1rem}.notification-content h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.notification-content p{color:#fffc;line-height:1.5;margin-bottom:1.5rem}.email-form{display:flex;flex-wrap:wrap;gap:1rem}.email-input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;min-width:200px;padding:.75rem 1rem}.email-input::placeholder{color:#fff9}.email-input:focus{background:#ffffff26;border-color:#f59e0b;outline:none}.notify-btn{background:linear-gradient(45deg,#f59e0b,#fbbf24);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.notify-btn:hover{box-shadow:0 8px 25px #f59e0b4d;transform:translateY(-2px)}.coming-soon-footer{align-items:center;border-top:1px solid #fff3;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-text,.status-indicator{color:#ffffffb3;font-size:.9rem}.status-indicator{align-items:center;display:flex;gap:.5rem}.status-dot{animation:pulse 2s infinite;background:#f59e0b;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:768px){.coming-soon-content{padding:1rem}.logo,.main-title{font-size:2.5rem}.countdown-timer{gap:1rem}.time-unit{min-width:80px;padding:1rem .5rem}.time-value{font-size:2rem}.features-grid{gap:1rem;grid-template-columns:1fr}.email-form{flex-direction:column}.email-input{min-width:auto}.coming-soon-footer{flex-direction:column;text-align:center}}@media (max-width:480px){.logo,.main-title{font-size:2rem}.countdown-timer{gap:.5rem}.time-unit{min-width:70px;padding:.75rem .25rem}.time-separator,.time-value{font-size:1.5rem}}
/*# sourceMappingURL=main.2ce8e53b.css.map*/