:root{--toastex-bg-light:#ffffffd9;--toastex-text-light:#1f2937;--toastex-border-light:#fff6;--toastex-bg-dark:#1f2937d9;--toastex-text-dark:#f9fafb;--toastex-border-dark:#ffffff1a;--toastex-info:#3b82f6;--toastex-success:#10b981;--toastex-warning:#f59e0b;--toastex-error:#ef4444;--toastex-radius:12px;--toastex-shadow:0 10px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--toastex-backdrop-filter:blur(12px);--toastex-zindex:9999}.toastex-container{z-index:var(--toastex-zindex);pointer-events:none;flex-direction:column;gap:12px;width:calc(100vw - 48px);max-width:400px;display:flex;position:fixed}.toastex-pos-top-right{top:24px;right:24px}.toastex-pos-top-left{top:24px;left:24px}.toastex-pos-bottom-right{bottom:24px;right:24px}.toastex-pos-bottom-left{bottom:24px;left:24px}.toastex-pos-top-center{align-items:center;top:24px;left:50%;transform:translate(-50%)}.toastex-pos-bottom-center{align-items:center;bottom:24px;left:50%;transform:translate(-50%)}.toastex{border-radius:var(--toastex-radius);box-shadow:var(--toastex-shadow);-webkit-backdrop-filter:var(--toastex-backdrop-filter);pointer-events:auto;will-change:transform,opacity;border:1px solid #0000;align-items:flex-start;gap:12px;padding:16px;transition:opacity .3s,transform .3s;animation:.4s cubic-bezier(.2,.8,.2,1) forwards toastex-enter;display:flex;position:relative;overflow:hidden}.toastex.toastex-theme-light{background:var(--toastex-bg-light);color:var(--toastex-text-light);border-color:var(--toastex-border-light)}.toastex.toastex-theme-dark{background:var(--toastex-bg-dark);color:var(--toastex-text-dark);border-color:var(--toastex-border-dark)}.toastex-progress{opacity:.3;transform-origin:0;background:currentColor;width:100%;height:4px;position:absolute;bottom:0;left:0}.toastex-close{color:inherit;opacity:.5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:-4px;padding:4px;transition:opacity .2s;display:flex}.toastex-close:hover{opacity:1}.toastex-content{flex-direction:column;flex-grow:1;gap:4px;display:flex}.toastex-title{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.toastex-message{opacity:.9;margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;line-height:1.5}.toastex-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toastex-icon img{object-fit:contain;border-radius:4px;width:100%;height:100%}.toastex-icon svg{width:100%;height:100%}.toastex.toastex-type-info .toastex-icon{color:var(--toastex-info)}.toastex.toastex-type-success .toastex-icon{color:var(--toastex-success)}.toastex.toastex-type-warning .toastex-icon{color:var(--toastex-warning)}.toastex.toastex-type-error .toastex-icon{color:var(--toastex-error)}@keyframes toastex-enter{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.toastex.toastex-exit{animation:.3s cubic-bezier(.5,0,.1,1) forwards toastex-exit!important}@keyframes toastex-exit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.95)}}.toastex.toastex-variant-swift{-webkit-backdrop-filter:none;border-radius:12px;align-items:stretch;min-width:300px;max-width:448px;min-height:auto;padding:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.toastex.toastex-variant-swift .toastex-progress{display:none!important}.toastex.toastex-variant-swift.toastex-theme-light{background:#fff;border:1px solid #f3f4f6}.toastex.toastex-variant-swift.toastex-theme-dark{background:#1e1e1e;border:1px solid #ffffff1a}.toastex.toastex-variant-swift .toastex-left-bar{background-color:#3b82f6;flex-shrink:0;align-self:stretch;width:8px;height:auto;min-height:100%}.toastex.toastex-type-success.toastex-variant-swift .toastex-left-bar,.toastex.toastex-type-success.toastex-variant-swift .toastex-icon-swift{color:#22c55e;background-color:#22c55e}.toastex.toastex-type-error.toastex-variant-swift .toastex-left-bar,.toastex.toastex-type-error.toastex-variant-swift .toastex-icon-swift{color:#ef4444;background-color:#ef4444}.toastex.toastex-type-warning.toastex-variant-swift .toastex-left-bar,.toastex.toastex-type-warning.toastex-variant-swift .toastex-icon-swift{color:#eab308;background-color:#eab308}.toastex.toastex-type-info.toastex-variant-swift .toastex-left-bar,.toastex.toastex-type-info.toastex-variant-swift .toastex-icon-swift{color:#3b82f6;background-color:#3b82f6}.toastex.toastex-variant-swift .toastex-icon-swift{flex-shrink:0;width:20px;height:20px;margin-top:2px;background-color:#0000!important}.toastex.toastex-variant-swift .toastex-icon-swift svg{width:100%;height:100%}.toastex.toastex-variant-swift .toastex-middle{flex:1;align-items:flex-start;gap:12px;width:100%;min-width:0;padding:12px;display:flex}.toastex.toastex-variant-swift .toastex-swift-message{color:#1f2937;flex:1;min-width:0;margin:2px 0 0;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.toastex.toastex-theme-dark.toastex-variant-swift .toastex-swift-message{color:#e5e7eb}.toastex.toastex-variant-swift .toastex-close{color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin:0 0 0 auto;padding:0;transition:color .2s;display:flex}.toastex.toastex-variant-swift.toastex-theme-light .toastex-close:hover{color:#4b5563}.toastex.toastex-variant-swift.toastex-theme-dark .toastex-close:hover{color:#e5e7eb}.toastex.toastex-variant-chat{border-radius:20px;padding:12px 16px;box-shadow:0 4px 15px #0000001a}.toastex.toastex-variant-chat.toastex-theme-light{color:#111;background:#fff}.toastex.toastex-variant-chat.toastex-theme-dark{color:#f5f5f5;background:#1c1c1e;border:1px solid #ffffff1a}.toastex.toastex-variant-chat .toastex-chat-wrapper{align-items:center;gap:14px;width:100%;display:flex}.toastex.toastex-variant-chat .toastex-chat-avatar{object-fit:cover;background:var(--toastex-info);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.toastex.toastex-type-success.toastex-variant-chat .toastex-chat-avatar{background:var(--toastex-success)}.toastex.toastex-type-error.toastex-variant-chat .toastex-chat-avatar{background:var(--toastex-error)}.toastex.toastex-type-warning.toastex-variant-chat .toastex-chat-avatar{background:var(--toastex-warning)}.toastex.toastex-variant-chat .toastex-chat-avatar svg{width:24px;height:24px}.toastex.toastex-variant-chat .toastex-chat-content{flex:1;min-width:0}.toastex.toastex-variant-chat .toastex-chat-title{margin:0;font-family:system-ui,sans-serif;font-size:15px;font-weight:600}.toastex.toastex-variant-chat .toastex-chat-message{opacity:.8;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-family:system-ui,sans-serif;font-size:13px;overflow:hidden}.toastex.toastex-variant-chat .toastex-close{color:inherit;opacity:.5;flex-shrink:0;align-items:center;margin-left:8px;padding:0;display:flex}.toastex.toastex-variant-minimal{border-radius:30px;align-items:center;min-width:auto;padding:8px 16px;box-shadow:0 4px 10px #0000001a}.toastex.toastex-variant-minimal.toastex-theme-light{color:#fff;background:#333}.toastex.toastex-variant-minimal.toastex-theme-dark{color:#111;background:#ddd}.toastex.toastex-variant-minimal .toastex-minimal-wrapper{align-items:center;gap:12px;display:flex}.toastex.toastex-variant-minimal .toastex-minimal-message{margin:0;font-family:system-ui,sans-serif;font-size:14px;font-weight:500}.toastex.toastex-variant-minimal .toastex-close{color:inherit;opacity:.6;align-items:center;width:14px;height:14px;padding:0;display:flex}.toastex.toastex-variant-outline{border:2px solid var(--toastex-info);-webkit-backdrop-filter:blur(8px);background:0 0!important}.toastex.toastex-variant-outline.toastex-theme-light{color:#111;border-color:#0000001a}.toastex.toastex-variant-outline.toastex-theme-dark{color:#eee;border-color:#ffffff1a}.toastex.toastex-type-success.toastex-variant-outline{border-color:var(--toastex-success)}.toastex.toastex-type-error.toastex-variant-outline{border-color:var(--toastex-error)}.toastex.toastex-type-warning.toastex-variant-outline{border-color:var(--toastex-warning)}
.page-module__N7fTBq__hero{text-align:center;max-width:1000px;margin:0 auto;padding:10rem 2rem 8rem}.page-module__N7fTBq__title{letter-spacing:-.02em;text-transform:uppercase;margin-bottom:2rem;font-size:6rem;font-weight:900;line-height:1}.page-module__N7fTBq__subtitle{color:var(--secondary);letter-spacing:.05em;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:500}.page-module__N7fTBq__ctaGroup{justify-content:center;gap:1.5rem;display:flex}.page-module__N7fTBq__demoSection{padding:4rem 2rem 10rem}.page-module__N7fTBq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 10rem;padding:0 2rem;display:grid}.page-module__N7fTBq__featureCard{border-radius:var(--radius-lg);background:var(--surface-raised);border:1px solid var(--border-light);padding:3rem;transition:all .4s cubic-bezier(.25,.8,.25,1)}.page-module__N7fTBq__featureCard:hover{background:var(--surface-hover);border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #00000080}.page-module__N7fTBq__featureCard h3{color:var(--foreground);letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem}.page-module__N7fTBq__featureCard p{color:var(--secondary);font-family:Space Grotesk,sans-serif;font-size:1.05rem}.page-module__N7fTBq__installSection{text-align:center;max-width:800px;margin:0 auto;padding:6rem 2rem 10rem}@media (max-width:768px){.page-module__N7fTBq__hero{padding:6rem 1rem 4rem}.page-module__N7fTBq__title{font-size:3.5rem}.page-module__N7fTBq__subtitle{margin-bottom:2.5rem;font-size:1.1rem}.page-module__N7fTBq__ctaGroup{flex-direction:column}.page-module__N7fTBq__demoSection{padding:2rem 1rem 6rem}.page-module__N7fTBq__featuresGrid{grid-template-columns:1fr;margin:2rem auto 6rem}.page-module__N7fTBq__installSection{padding:4rem 1rem 6rem}}
