html,body{width:100%;min-height:100vh;margin:0;padding:0}body{min-height:-webkit-fill-available;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}*{box-sizing:border-box}.landing-wrapper.svelte-eg4brd{--bg-primary: #0a0a0a;--bg-secondary: #0f0f0f;--bg-card: #0a0a0a;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--text-tertiary: rgba(255, 255, 255, .3);--border-color: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--accent: #00b8d4;--accent-hover: #00a0b8;--button-text: #000000;--gradient-start: rgba(0, 184, 212, .1);--stat-bg: #0a0a0a;--feature-hover: rgba(0, 184, 212, .02);--modal-bg: #0f0f0f;--code-bg: rgba(255, 255, 255, .05);--input-bg: rgba(255, 255, 255, .02);--logo-filter: none}.landing-wrapper[data-theme=light].svelte-eg4brd{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-card: rgba(255, 255, 255, .95);--text-primary: #0a0a0a;--text-secondary: rgba(0, 0, 0, .7);--text-tertiary: rgba(0, 0, 0, .4);--border-color: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .15);--accent: #0097a7;--accent-hover: #00889a;--button-text: #ffffff;--gradient-start: rgba(0, 184, 212, .05);--stat-bg: #f8f9fa;--feature-hover: rgba(0, 184, 212, .03);--modal-bg: #ffffff;--code-bg: rgba(0, 0, 0, .05);--input-bg: rgba(0, 0, 0, .02);--logo-filter: none}.landing-wrapper.svelte-eg4brd{position:relative;min-height:100vh;width:100%;overflow-x:hidden;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.hero-section.svelte-eg4brd{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:radial-gradient(ellipse at top,rgba(0,184,212,.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(0,151,167,.1) 0%,transparent 40%)}.hero-content.svelte-eg4brd{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.hero-header.svelte-eg4brd{text-align:center;margin-bottom:4rem}.logo-main.svelte-eg4brd{width:auto;max-width:320px;margin-bottom:2rem;filter:var(--logo-filter)}.hero-title.svelte-eg4brd{font-size:2.5rem;font-weight:350;color:var(--text-primary);margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}.hero-subtitle.svelte-eg4brd{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;line-height:1.6;font-weight:400}.auth-section.svelte-eg4brd{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.scroll-indicator.svelte-eg4brd{margin:3rem auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:none;border:none;padding:.5rem;opacity:.5;transition:opacity .2s ease}.scroll-indicator.svelte-eg4brd:hover{opacity:.8}.scroll-text.svelte-eg4brd{font-size:.875rem;color:var(--text-secondary);font-weight:400;letter-spacing:.02em}.scroll-indicator.svelte-eg4brd svg:where(.svelte-eg4brd){color:var(--text-secondary);animation:svelte-eg4brd-float-down 2s ease-in-out infinite}@keyframes svelte-eg4brd-pulse{0%,to{opacity:.2}50%{opacity:.4}}@keyframes svelte-eg4brd-float-down{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.btn.svelte-eg4brd{padding:.875rem 2.5rem;border-radius:6px;font-weight:500;text-decoration:none;cursor:pointer;font-family:inherit;transition:all .2s ease;display:inline-block;font-size:.95rem;letter-spacing:.01em}.btn-primary.svelte-eg4brd{background:#00b8d4;color:#fff;border:2px solid #00b8d4}.btn-primary.svelte-eg4brd:hover{background:var(--accent);border-color:var(--accent)}.btn-outline.svelte-eg4brd{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-outline.svelte-eg4brd:hover{background:var(--border-color);border-color:var(--border-hover)}.btn-text.svelte-eg4brd{background:transparent;color:var(--text-secondary);padding:.5rem 0;border:none;font-weight:400}.btn-text.svelte-eg4brd:hover{color:var(--accent)}.features-section.svelte-eg4brd{width:100%;padding:6rem 2rem;background:var(--bg-secondary);position:relative;border-top:1px solid var(--border-color)}.container.svelte-eg4brd{max-width:1200px;margin:0 auto;width:100%}.section-title.svelte-eg4brd{font-size:2rem;font-weight:300;color:var(--text-primary);text-align:center;margin-bottom:4rem;letter-spacing:-.01em}.features-grid.svelte-eg4brd{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 3rem;max-width:1100px;margin:0 auto}.feature-card.svelte-eg4brd{padding:0;transition:opacity .2s ease;text-align:center}.feature-card.svelte-eg4brd:hover{opacity:.8}.feature-icon.svelte-eg4brd{font-size:1.75rem;margin-bottom:1rem;display:inline-block;opacity:.8}.feature-card.svelte-eg4brd h3:where(.svelte-eg4brd){font-size:1.0625rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:600;letter-spacing:-.01em}.feature-card.svelte-eg4brd p:where(.svelte-eg4brd){color:var(--text-tertiary);line-height:1.5;font-size:.875rem;max-width:280px;margin:0 auto}.getting-started.svelte-eg4brd{width:100%;padding:6rem 2rem;background:var(--bg-primary);border-top:1px solid var(--border-color)}.steps-container.svelte-eg4brd{display:flex;justify-content:space-between;max-width:900px;margin:0 auto;gap:3rem}.step.svelte-eg4brd{flex:1;display:flex;gap:1.5rem;align-items:flex-start}.step-number.svelte-eg4brd{font-size:.875rem;color:var(--text-tertiary);font-weight:600;padding-top:.25rem}.step-content.svelte-eg4brd h3:where(.svelte-eg4brd){color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:500}.step-content.svelte-eg4brd p:where(.svelte-eg4brd){color:var(--text-secondary);font-size:.925rem;line-height:1.5;margin:0}.cta-section.svelte-eg4brd{text-align:center;margin-top:4rem;display:flex;gap:2rem;justify-content:center;align-items:center}.newsletter-section.svelte-eg4brd{width:100%;padding:8rem 2rem 0;border-top:1px solid var(--border-color);position:relative;overflow:hidden;display:flex;flex-direction:column}.floaty.svelte-eg4brd{position:absolute;left:15%;top:15%;z-index:1;opacity:1;transform:rotate(75deg);transform-origin:center}.landing-wrapper[data-theme=dark].svelte-eg4brd .newsletter-section:where(.svelte-eg4brd){background:var(--bg-secondary)}.landing-wrapper[data-theme=dark].svelte-eg4brd .floaty:where(.svelte-eg4brd){display:none}.landing-wrapper[data-theme=light].svelte-eg4brd .newsletter-section:where(.svelte-eg4brd){background:radial-gradient(ellipse at 50% 0%,rgba(91,192,235,.15) 0%,transparent 60%),radial-gradient(circle at 20% 50%,rgba(0,206,209,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(72,209,204,.08) 0%,transparent 50%),linear-gradient(180deg,#f5fbfd,#e8f4f8 30%,#d0e9f0 70%,#b8dde8)}.water-shimmer.svelte-eg4brd{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:0}.landing-wrapper[data-theme=light].svelte-eg4brd .water-shimmer:where(.svelte-eg4brd){opacity:.25;background-image:radial-gradient(ellipse 200% 100% at 25% 25%,rgba(255,255,255,.5) 0%,transparent 18%),radial-gradient(ellipse 150% 100% at 65% 15%,rgba(255,255,255,.45) 0%,transparent 15%),radial-gradient(ellipse 100% 200% at 40% 45%,rgba(255,255,255,.4) 0%,transparent 20%),radial-gradient(ellipse 180% 120% at 75% 65%,rgba(255,255,255,.35) 0%,transparent 18%),radial-gradient(ellipse 140% 100% at 20% 70%,rgba(255,255,255,.42) 0%,transparent 16%),radial-gradient(ellipse 100% 180% at 85% 35%,rgba(255,255,255,.38) 0%,transparent 19%),radial-gradient(ellipse 80% 120% at 55% 55%,rgba(255,255,255,.25) 0%,transparent 12%),radial-gradient(ellipse 120% 80% at 10% 40%,rgba(255,255,255,.3) 0%,transparent 14%),radial-gradient(ellipse 90% 140% at 90% 80%,rgba(255,255,255,.28) 0%,transparent 13%);background-size:18% 25%,22% 18%,15% 28%,25% 22%,20% 20%,16% 24%,12% 15%,14% 12%,13% 18%;background-position:25% 25%,65% 15%,40% 45%,75% 65%,20% 70%,85% 35%,55% 55%,10% 40%,90% 80%;animation:svelte-eg4brd-caustics 25s linear infinite}@keyframes svelte-eg4brd-caustics{0%{transform:scale(1) translate(0) translateY(0)}25%{transform:scale(1.02) translate(1%) translateY(-.5%)}50%{transform:scale(.98) translate(-.5%) translateY(1%)}75%{transform:scale(1.01) translate(.5%) translateY(-.5%)}to{transform:scale(1) translate(0) translateY(0)}}.landing-wrapper[data-theme=light].svelte-eg4brd .water-shimmer:where(.svelte-eg4brd):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(ellipse 160% 100% at 35% 30%,rgba(255,255,255,.3) 0%,transparent 15%),radial-gradient(ellipse 100% 160% at 70% 50%,rgba(255,255,255,.25) 0%,transparent 14%),radial-gradient(ellipse 140% 110% at 50% 75%,rgba(255,255,255,.32) 0%,transparent 16%),radial-gradient(ellipse 110% 150% at 15% 55%,rgba(255,255,255,.28) 0%,transparent 15%),radial-gradient(ellipse 130% 100% at 80% 20%,rgba(255,255,255,.26) 0%,transparent 13%);background-size:20% 20%,18% 25%,22% 18%,16% 22%,19% 16%;background-position:35% 30%,70% 50%,50% 75%,15% 55%,80% 20%;animation:svelte-eg4brd-caustics-subtle 30s linear infinite reverse}@keyframes svelte-eg4brd-caustics-subtle{0%{transform:scale(1) translate(0)}50%{transform:scale(1.03) translate(-1%)}to{transform:scale(1) translate(0)}}.landing-footer.svelte-eg4brd{width:100vw;margin-left:-2rem;padding:3rem 2rem 1rem;margin-top:3rem;font-size:.875rem;position:relative;z-index:10}.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd){background:linear-gradient(to bottom,#0097a700,#0097a71a 20%,#0097a733 50%,#0097a780)}.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) .company-name:where(.svelte-eg4brd),.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) .footer-center:where(.svelte-eg4brd) a:where(.svelte-eg4brd),.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) .footer-center:where(.svelte-eg4brd) .dot:where(.svelte-eg4brd),.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) .footer-right:where(.svelte-eg4brd) a:where(.svelte-eg4brd){color:#fffffff2;opacity:1}.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) .company-name:where(.svelte-eg4brd) a:where(.svelte-eg4brd){color:#fff;font-weight:600}.landing-wrapper[data-theme=light].svelte-eg4brd .landing-footer:where(.svelte-eg4brd) a:where(.svelte-eg4brd):hover{color:#fff!important;opacity:1!important}.landing-wrapper[data-theme=dark].svelte-eg4brd .landing-footer:where(.svelte-eg4brd){background:var(--bg-secondary);border-top:1px solid var(--border-color)}.footer-content.svelte-eg4brd{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.footer-left.svelte-eg4brd,.footer-center.svelte-eg4brd,.footer-right.svelte-eg4brd{display:flex;align-items:center;gap:.75rem}.footer-left.svelte-eg4brd,.footer-right.svelte-eg4brd{flex:1}.footer-left.svelte-eg4brd{justify-content:flex-start}.footer-center.svelte-eg4brd{position:absolute;left:50%;transform:translate(-50%)}.footer-right.svelte-eg4brd{justify-content:flex-end}.company-name.svelte-eg4brd{color:var(--text-secondary);opacity:.85}.company-name.svelte-eg4brd a:where(.svelte-eg4brd){color:var(--text-secondary);text-decoration:none;transition:color .2s ease;font-weight:500}.company-name.svelte-eg4brd a:where(.svelte-eg4brd):hover{color:var(--accent)}.footer-center.svelte-eg4brd a:where(.svelte-eg4brd){color:var(--text-secondary);text-decoration:none;transition:color .2s ease;opacity:.85}.footer-center.svelte-eg4brd a:where(.svelte-eg4brd):hover{color:var(--accent);opacity:1}.footer-center.svelte-eg4brd .dot:where(.svelte-eg4brd){color:var(--text-tertiary);opacity:.5}.footer-right.svelte-eg4brd a:where(.svelte-eg4brd){color:var(--text-tertiary);transition:all .2s ease;display:flex;align-items:center;opacity:.8}.footer-right.svelte-eg4brd a:where(.svelte-eg4brd):hover{color:var(--accent);opacity:1}.footer-right.svelte-eg4brd svg:where(.svelte-eg4brd){width:18px;height:18px}@media (max-width:1024px){.features-grid.svelte-eg4brd{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-section.svelte-eg4brd{justify-content:flex-start;padding-top:4rem;min-height:auto}.hero-title.svelte-eg4brd{font-size:2.5rem;font-weight:350}.hero-subtitle.svelte-eg4brd{font-size:1rem}.logo-main.svelte-eg4brd{max-width:200px}.auth-section.svelte-eg4brd{flex-direction:column;align-items:center}.btn.svelte-eg4brd{width:200px}.footer-content.svelte-eg4brd{flex-direction:column;gap:.75rem;text-align:center}.footer-left.svelte-eg4brd,.footer-center.svelte-eg4brd,.footer-right.svelte-eg4brd{width:100%;justify-content:center;position:static;transform:none;flex:unset}.features-grid.svelte-eg4brd{grid-template-columns:1fr;gap:3rem}.section-title.svelte-eg4brd{font-size:1.75rem}.feature-card.svelte-eg4brd p:where(.svelte-eg4brd){max-width:100%}.steps-container.svelte-eg4brd,.cta-section.svelte-eg4brd{flex-direction:column}}@media (max-width:480px){.hero-title.svelte-eg4brd{font-size:2rem;font-weight:350}.hero-subtitle.svelte-eg4brd{font-size:.925rem}}.mailing-section.svelte-eg4brd{max-width:500px;margin:0 auto 3rem;position:relative;z-index:2}.mailing-content.svelte-eg4brd{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.mailing-content.svelte-eg4brd h3:where(.svelte-eg4brd){margin:0 0 .5rem;color:var(--text-primary);font-size:1.5rem;font-weight:400;text-align:center}.mailing-content.svelte-eg4brd p:where(.svelte-eg4brd){margin:0 0 1.5rem;color:var(--text-secondary);font-size:.95rem;text-align:center}.mailing-form.svelte-eg4brd{display:flex;flex-direction:column;gap:.75rem}.input-wrapper.svelte-eg4brd{display:flex;gap:.5rem;position:relative}.mailing-input.svelte-eg4brd{flex:1;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:6px;background:var(--input-bg);color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:all .2s ease;outline:none}.mailing-input.svelte-eg4brd::placeholder{color:var(--text-tertiary)}.mailing-input.svelte-eg4brd:focus{border-color:var(--accent);background:var(--border-color)}.mailing-input.svelte-eg4brd:disabled{opacity:.6;cursor:not-allowed}.mailing-btn.svelte-eg4brd{padding:.875rem 2rem;background:#00b8d4;color:#fff;border:2px solid #00b8d4;border-radius:6px;font-weight:500;font-size:.95rem;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mailing-btn.svelte-eg4brd:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}.mailing-btn.svelte-eg4brd:disabled{opacity:.5;cursor:not-allowed}.status-message.svelte-eg4brd{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;display:flex;align-items:center;gap:.5rem;animation:svelte-eg4brd-slideUp .3s ease-out}.status-message.success.svelte-eg4brd{background:#00b8d41a;color:var(--accent);border:1px solid rgba(0,184,212,.2)}.status-message.error.svelte-eg4brd{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.2)}@keyframes svelte-eg4brd-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mailing-section.svelte-eg4brd{margin-top:2rem}.mailing-content.svelte-eg4brd{max-width:90%;padding:1.25rem 1.5rem}.input-wrapper.svelte-eg4brd{flex-direction:column}.mailing-btn.svelte-eg4brd{width:100%;padding:1rem}}@media (max-width: 480px){.mailing-content.svelte-eg4brd h3:where(.svelte-eg4brd){font-size:1.1rem}.mailing-content.svelte-eg4brd p:where(.svelte-eg4brd){font-size:.85rem}.mailing-input.svelte-eg4brd,.mailing-btn.svelte-eg4brd{font-size:.9rem}}
