@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);html{scroll-behavior:smooth}body{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{background:none;border:none;cursor:pointer}input,textarea{border:none;outline:none}a{color:inherit;text-decoration:none}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:focus-visible{outline:2px solid #253765;outline-offset:2px}@media (prefers-reduced-motion:no-preference){*{transition-duration:.15s;transition-timing-function:ease-out}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary-color:#253765;--primary-light:#2537651c;--secondary-color:#2b6cb0;--text-primary:#000;--text-secondary:#404040;--text-muted:#525252;--background:#fff;--background-light:#f5f5f5;--background-section:#e5ecff;--success-color:#10b981;--border-color:#0000001a;--shadow-light:0 2px 8px #0000000a;--shadow-medium:0 4px 16px #00000014;--shadow-heavy:2px 0 34px #ffffff3d;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--background);color:#000;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family);line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f5f5;background:var(--background-light);border-radius:10px;margin:0;padding:11px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{gap:20px;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content,.logo{align-items:center;display:flex}.logo{gap:12px}.logo-icon{align-items:center;background:#253765;background:var(--primary-color);border-radius:8px;display:flex;height:47px;justify-content:center;position:relative;width:48px}.logo-icon:before{background:#fff;border-radius:50%;content:"";display:block;height:24px;width:24px}.nav{align-items:center;display:flex;gap:29px}.nav a{color:#000;color:var(--text-primary);font-size:16px;font-weight:500;letter-spacing:-.16px;text-decoration:none;transition:color .2s ease}.nav a:hover{color:#253765;color:var(--primary-color)}.main-content{flex:1 1;padding:60px 20px}.hero-section{gap:40px;justify-content:center;max-width:1000px;min-height:68vh;padding:40px 20px}.hero-content,.hero-section{align-items:center;display:flex;flex-direction:column;margin:0 auto}.hero-content{max-width:680px;text-align:center}.logo-icon.large{align-items:center;background:#fff;display:inline-flex;height:200px;justify-content:center;width:200px}.logo-icon.large:before{height:36px;width:36px}.badge{background:#2537651c;background:var(--primary-light);border-radius:10px;display:inline-flex;margin-bottom:12px;padding:13px 15px}.badge span{color:#2b6cb0;color:var(--secondary-color);font-size:16px;font-weight:500;letter-spacing:-.16px}.hero-title{color:#000;color:var(--text-primary);font-size:65px;font-weight:500;letter-spacing:-.65px;line-height:75px;margin-bottom:24px}.hero-description{color:#404040;color:var(--text-secondary);font-size:18px;letter-spacing:-.18px;line-height:24px;margin-bottom:40px}.signup-form{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.form-group{position:relative}.form-input{background:#f5f5f5;background:var(--background-light);border:2px solid #0000;border-radius:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family);font-size:16px;outline:none;padding:17px 24px;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:#253765;border-color:var(--primary-color);box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow-medium)}.form-input::placeholder{color:#525252;color:var(--text-muted)}.error-message{color:#c53030;font-size:13px;margin-top:8px}.form-input.invalid{border-color:#c53f3f33;box-shadow:0 4px 12px #c53f3f0f}.cta-button{align-items:center;background:#253765;background:var(--primary-color);border:none;border-radius:60px;box-shadow:inset 2px 0 34px #ffffff3d;box-shadow:inset var(--shadow-heavy);color:#fff;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family);font-size:16px;font-weight:500;gap:12px;justify-content:center;min-height:54px;padding:17px 24px;transition:all .3s ease}.cta-button:hover{background:#1e2a52;box-shadow:0 8px 25px #2537654d;transform:translateY(-2px)}.cta-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button-icon{font-size:18px;transition:transform .2s ease}.cta-button:hover .button-icon{transform:translateX(4px)}.loading{align-items:center;display:flex;gap:8px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.signup-note{color:#525252;color:var(--text-muted);font-size:14px;text-align:center}.signup-note span{background:#f5f5f5;background:var(--background-light);border-radius:20px;display:inline-block;padding:8px 16px}.notice{animation:noticeSlideIn .3s ease-out;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:20px;padding:16px 20px;text-align:center}.notice.success{background:#10b9811a;border:1px solid #10b98133;color:#065f46}.notice.error{background:#ef44441a;border:1px solid #ef444433;color:#991b1b}@keyframes noticeSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.features-preview{background:#f5f5f5;background:var(--background-light);margin:80px -20px 0;padding:80px 20px}.features-content{margin:0 auto;max-width:1200px;text-align:center}.section-badge{background:#2537651c;background:var(--primary-light);border-radius:8px;display:inline-flex;margin-bottom:20px;padding:10px 16px}.section-badge span{color:#2b6cb0;color:var(--secondary-color);font-size:14px;font-weight:500}.features-content h2{color:#000;color:var(--text-primary);font-size:44px;font-weight:500;letter-spacing:-.44px;line-height:55px;margin-bottom:60px}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.feature-card{background:#fff;border-radius:15px;box-shadow:0 2px 8px #0000000a;box-shadow:var(--shadow-light);padding:40px 24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow-medium);transform:translateY(-8px)}.feature-icon-large{align-items:center;display:flex;font-size:48px;height:80px;justify-content:center;margin-bottom:24px}.feature-card h3{color:#253765;color:var(--primary-color);font-size:20px;font-weight:500;letter-spacing:-.2px;margin-bottom:16px}.feature-card p{color:#525252;color:var(--text-muted);font-size:14px;letter-spacing:-.28px;line-height:20px}.success-container{align-items:center;background:linear-gradient(135deg,#e5ecff,#fff);background:linear-gradient(135deg,var(--background-section) 0,#fff 100%);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.success-content{background:#fff;border-radius:20px;box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow-medium);max-width:600px;padding:60px 40px;text-align:center}.success-icon{align-items:center;animation:successPulse 2s ease-in-out;background:#10b981;background:var(--success-color);border-radius:50%;color:#fff;display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 32px;width:80px}@keyframes successPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-content h1{color:#000;color:var(--text-primary);font-size:36px;font-weight:600;margin-bottom:16px}.success-content p{color:#404040;color:var(--text-secondary);font-size:18px;line-height:26px;margin-bottom:40px}.success-features{display:flex;flex-direction:column;gap:16px;text-align:left}.feature-item{align-items:center;background:#f5f5f5;background:var(--background-light);border-radius:12px;display:flex;gap:12px;padding:16px}.feature-icon{font-size:20px}.footer{background:#253765;background:var(--primary-color);color:#fff;margin-top:auto;padding:40px 20px}.footer-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-text p{font-size:14px;opacity:.8}.social-links{display:flex;gap:20px}.social-link{color:#fff;font-size:14px;opacity:.8;text-decoration:none;transition:opacity .2s ease}.social-link:hover{opacity:1}@media (max-width:1024px){.hero-section{gap:40px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:48px;line-height:56px}.floating-card{margin:10px;position:relative}.visual-content{display:flex;flex-direction:column;gap:20px;height:300px;padding:20px;width:100%}}@media (max-width:768px){.header-content{flex-direction:column;gap:16px}.nav{gap:20px}.hero-title{font-size:36px;line-height:44px}.hero-description{font-size:16px}.features-content h2{font-size:32px;line-height:40px}.footer-content{flex-direction:column;text-align:center}.success-content{padding:40px 24px}.success-content h1{font-size:28px}}@media (max-width:480px){.main-content{padding:40px 16px}.hero-title{font-size:28px;line-height:36px}.features-grid{grid-template-columns:1fr}.feature-card{padding:24px 16px}}
/*# sourceMappingURL=main.b14b90bc.css.map*/