@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(./figtree-latin-ext-wght-normal.DCwSJGxG.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(./figtree-latin-wght-normal.D_ZTVpCC.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-primary: #ec188b;--color-primary-dark: #d01579;--color-purple: #7c3bed;--color-blue: #3762e4;--color-dark-bg: #0a0a0f;--color-dark-surface: #131320;--gradient-brand: linear-gradient(135deg, var(--color-blue), var(--color-purple), var(--color-primary));--font-sans: "Figtree Variable", "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container-max: 1200px;--header-height: 64px}html{scroll-padding-top:var(--header-height)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);line-height:1.6;color:var(--color-gray-900);background:var(--color-white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}img,svg{display:block;max-width:100%}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.page{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,transparent 35%,rgba(255,255,255,.3) 50%,transparent 65%,transparent 100%);translate:-100% 0;transition:translate 0s}.btn:hover:after{translate:100% 0;transition:translate .6s ease}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:var(--color-gray-100);color:var(--color-gray-700)}.btn-secondary:hover{background:var(--color-gray-200)}.btn-ghost{background:#ffffff1a;color:var(--color-white);border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{background:#ffffff2e;border-color:#ffffff59}.btn-lg{padding:.875rem 2rem;font-size:1rem}.site-header{background:var(--color-white);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}.site-logo{display:flex;align-items:center;gap:.75rem}.site-logo img{height:32px;width:auto}.site-header--dark{background:var(--color-dark-bg);box-shadow:none;border-bottom:1px solid rgba(255,255,255,.06)}.header-nav{display:none;list-style:none;gap:2rem}.header-nav a{font-size:.9375rem;font-weight:500;color:#ffffffb3;transition:color .15s ease}.header-nav a:hover{color:var(--color-white)}.header-actions{display:flex;align-items:center;gap:.75rem}.header-actions .btn-ghost{display:none}@media (min-width: 768px){.header-nav{display:flex}.header-actions .btn-ghost{display:inline-flex}}.hero--dark{position:relative;padding:5rem 0 calc(65px + 2rem);text-align:center;color:var(--color-white)}.hero--dark .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero--dark .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#070c1d66,#070c1d4d);z-index:1}.hero--dark .container{position:relative;z-index:2}.hero--dark h1{font-size:2.75rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--color-white)}.hero--dark h1 .gradient-text{color:var(--color-primary)}.hero--dark .hero-subtitle{font-size:1.2rem;color:#fff9;max-width:600px;margin:0 auto 1.5rem;line-height:1.7}.hero--dark .hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){.hero--dark{padding:7rem 0 calc(65px + 2.5rem)}.hero--dark h1{font-size:3.75rem}}.hero-prompt{position:relative;z-index:3;margin-top:-65px;margin-bottom:-65px}.hero-prompt-box{position:relative;background:var(--color-white);border-radius:12px;padding:1rem 1.25rem;height:130px;max-width:700px;margin:0 auto;display:flex;flex-direction:column;cursor:text;box-shadow:0 4px 18px #0003}.hero-prompt-display{flex:1;display:flex;align-items:flex-start}.hero-prompt-text{font-size:1rem;line-height:1.6;transition:filter .5s ease,opacity .5s ease}.hero-prompt-text.dissolving{filter:blur(6px);opacity:0}.hero-prompt-cursor{display:inline-block;color:var(--color-gray-400);animation:prompt-blink 1s step-end infinite;font-weight:300;margin-left:1px}.hero-prompt-text.dissolving .hero-prompt-cursor{opacity:0}@keyframes prompt-blink{0%,to{opacity:1}50%{opacity:0}}.hero-prompt-input{flex:1;border:none;outline:none;resize:none;padding:0;margin:0;font-size:1rem;font-family:inherit;line-height:1.6;color:var(--color-gray-900);background:transparent}.hero-prompt-input::-moz-placeholder{color:var(--color-gray-400)}.hero-prompt-input::placeholder{color:var(--color-gray-400)}.hero-prompt-input--hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.hero-prompt-send{position:absolute;bottom:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;border:1px solid var(--color-gray-200);background:var(--color-white);color:var(--color-gray-400);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.hero-prompt-send:hover{background:var(--color-gray-100);color:var(--color-gray-600);border-color:var(--color-gray-300)}.hero{background:linear-gradient(135deg,#ede9fe,#e0e7ff,#dbeafe);padding:5rem 0;text-align:center}.hero h1{font-size:3rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem;line-height:1.2}.hero h1 span{color:var(--color-primary)}.hero-subtitle{font-size:1.25rem;color:var(--color-gray-600);max-width:600px;margin:0 auto 2.5rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn{padding:.875rem 2rem;font-size:1rem}@media (min-width: 768px){.hero{padding:6rem 0}.hero h1{font-size:3.5rem}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;line-height:1.1;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem}.section-header p{font-size:1.125rem;color:var(--color-gray-600)}.features-section{padding:5rem 0;background:linear-gradient(180deg,#faf8ff,#f5f0ff)}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.feature-card{background:var(--color-white);border:1px solid rgba(124,59,237,.1);border-radius:12px;padding:1.75rem;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-brand);border-radius:12px 12px 0 0}.feature-card-icon{width:48px;height:48px;background:var(--gradient-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-white);margin-bottom:1rem}.feature-card-icon svg{width:24px;height:24px}.feature-card h3{font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.feature-card p{font-size:.9375rem;color:var(--color-gray-600);line-height:1.6}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.how-it-works-section{position:relative;padding:5rem 0;background:#101b3e;color:var(--color-white);overflow:hidden}.starfield-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.how-it-works-section .container{position:relative;z-index:1}.how-it-works-section .section-header h2{color:var(--color-white)}.how-it-works-section .section-header p{color:#fff9}.step h3{color:var(--color-white)}.step p{color:#fff9}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}.step{text-align:center}.step-number{width:56px;height:56px;background:var(--gradient-brand);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.9375rem;max-width:280px;margin:0 auto;line-height:1.6}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.examples-section{padding:8rem 0 5rem;background:url(../../../homepage/what-can-you-build-bg.jpg) center center / cover no-repeat}.example-card:hover .example-card-icon{transform:scale(1.1)}.example-card-icon{transition:transform .2s ease}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.example-card{background:linear-gradient(145deg,#faf8ff,#f5f2ff);border:1px solid rgba(124,59,237,.1);border-radius:12px;padding:1.5rem;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease}.example-card-icon{width:44px;height:44px;background:var(--gradient-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-white);margin:0 auto .75rem}.example-card-icon svg{width:22px;height:22px}.example-card:hover{transform:translateY(-3px);border-color:#7c3bed4d;box-shadow:0 8px 24px #7c3bed26}.example-card h3{font-size:.9375rem;font-weight:600;color:var(--color-gray-900);transition:color .2s ease}.example-card:hover h3{color:var(--color-purple)}.examples-toggle{text-align:center;margin-top:2rem}.examples-toggle .btn{color:var(--color-purple);border:1px solid rgba(124,59,237,.3);background:#7c3bed0f;padding:.75rem 2rem;font-size:.9375rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;gap:.5rem}.examples-toggle .btn:hover{background:#7c3bed1f;border-color:#7c3bed80}@media (min-width: 768px){.examples-grid{grid-template-columns:repeat(4,1fr)}}.examples-hero{padding:4rem 0 3rem;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(124,59,237,.2) 0%,transparent 60%),var(--color-dark-bg)}.examples-hero h1{font-size:2.5rem;font-weight:800;color:var(--color-white);margin-bottom:.75rem}.examples-hero p{font-size:1.125rem;color:#fff9;max-width:640px;margin:0 auto}.examples-listing{padding:3rem 0 4rem}.examples-listing-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.examples-listing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.examples-listing-grid{grid-template-columns:repeat(3,1fr)}}.example-listing-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(145deg,#faf8ff,#f5f2ff);border:1px solid rgba(124,59,237,.1);border-radius:12px;text-decoration:none;transition:all .2s ease;cursor:pointer}.example-listing-card:hover{border-color:#7c3bed4d;box-shadow:0 8px 24px #7c3bed1f;transform:translateY(-2px)}.example-listing-icon{flex-shrink:0;width:40px;height:40px;background:var(--gradient-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-white)}.example-listing-icon svg{width:20px;height:20px}.example-listing-content{flex:1;min-width:0}.example-listing-content h2{font-size:1rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem;transition:color .2s ease}.example-listing-card:hover .example-listing-content h2{color:var(--color-purple)}.example-listing-content p{font-size:.875rem;color:var(--color-gray-500);line-height:1.5;margin:0}.example-listing-arrow{flex-shrink:0;color:var(--color-gray-300);font-size:1.25rem;margin-top:.25rem;transition:all .2s ease}.example-listing-card:hover .example-listing-arrow{color:var(--color-purple);transform:translate(3px)}.platform-section{padding:5rem 0;background:linear-gradient(#101a3ecc,#101a3ecc),url(../../../homepage/tech-bg.jpg) center center / cover no-repeat;color:var(--color-white)}.platform-layout{display:grid;gap:1.5rem;align-items:start}.platform-copy{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.75rem}.platform-copy h3{font-size:1.25rem;font-weight:700;color:var(--color-white);margin-bottom:.75rem}.platform-copy p{color:#fff;font-size:.975rem;line-height:1.65;margin-bottom:.875rem}.platform-copy p:last-child{margin-bottom:0}.platform-list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.platform-list li{display:flex;align-items:center;gap:.625rem;padding:.25rem 0;font-size:.95rem;font-weight:600;color:#ffffffd9}.platform-section .section-header h2{color:var(--color-white)}.platform-section .section-header p{color:#fff9}.platform-check{width:24px;height:24px;border-radius:6px;border:1px solid rgba(236,24,139,.4);background:#ec188b26;display:inline-flex;align-items:center;justify-content:center;color:#ec188b;flex-shrink:0}.platform-check svg{width:12px;height:12px}@media (min-width: 640px){.platform-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.platform-layout{grid-template-columns:1.4fr 1fr;gap:2rem}}.syndication-section{padding:5rem 0;background:var(--color-white)}.syndication-card:before{content:"";display:block;height:3px;background:var(--gradient-brand);border-radius:14px 14px 0 0;margin:-1.5rem -1.5rem 1.25rem}.syndication-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.syndication-card{background:linear-gradient(145deg,#fff,#f7f7ff);border:1px solid var(--color-gray-200);border-radius:14px;padding:1.5rem;overflow:hidden}.syndication-card h3{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.syndication-card p{font-size:.9375rem;color:var(--color-gray-600);line-height:1.6}@media (min-width: 900px){.syndication-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.hosted-widgets-section{padding:5rem 0;background:#101b3e;color:var(--color-white)}.hosted-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 768px){.hosted-layout{grid-template-columns:1fr 30%}}.hosted-copy h2{font-size:2rem;font-weight:700;color:var(--color-white);margin-bottom:.75rem}.hosted-subtitle{color:#fff9;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.hosted-copy h3{font-size:1.375rem;font-weight:700;color:var(--color-white);margin-bottom:.875rem}.hosted-copy p{font-size:1rem;color:#fff9;line-height:1.7;margin-bottom:1rem}.hosted-copy ul{list-style:disc;padding-left:1.25rem;color:#ffffffb3}.hosted-copy li{margin-bottom:.45rem;font-size:.95rem}.hosted-illustration{display:flex;justify-content:center;position:relative}.skeleton-sparkle{position:absolute;top:-16px;right:-16px;width:32px;height:32px;color:#ffffffd9;animation:sparkle-pulse 2s ease-in-out infinite;z-index:1;filter:drop-shadow(0 0 6px rgba(255,255,255,.4))}.skeleton-sparkle svg{width:100%;height:100%}@keyframes sparkle-pulse{0%,to{opacity:.3;transform:scale(.6) rotate(0)}50%{opacity:1;transform:scale(1) rotate(15deg)}}.skeleton-page{position:relative;width:100%;max-width:260px;background:#232850;border-radius:10px;border:1px solid rgba(255,255,255,.18);overflow:visible;box-shadow:0 8px 32px #0000004d}.skeleton-browser-bar{display:flex;align-items:center;gap:5px;padding:10px 12px;background:#ffffff1a;border-bottom:1px solid rgba(255,255,255,.12);border-radius:10px 10px 0 0}.skeleton-dot{width:7px;height:7px;border-radius:50%;background:#ffffff4d}.skeleton-url-bar{flex:1;height:14px;border-radius:4px;background:#ffffff1f;margin-left:8px}.skeleton-body{padding:14px;display:flex;flex-direction:column;gap:12px}.skeleton-nav{height:8px;width:60%;border-radius:4px;background:#ffffff26}.skeleton-hero-block{height:70px;border-radius:8px;background:linear-gradient(135deg,#7c3bed66,#3762e466)}.skeleton-lines{display:flex;flex-direction:column;gap:6px}.skeleton-line{height:6px;border-radius:3px;background:#ffffff26}.skeleton-line--wide{width:100%}.skeleton-line--medium{width:70%}.skeleton-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.skeleton-col{height:50px;border-radius:6px;background:#ffffff1f;border:1px solid rgba(255,255,255,.08)}.ai-imagegen-section{padding:5rem 0;background:var(--color-white)}.ai-imagegen-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:900px;margin:0 auto}.ai-imagegen-copy h3{font-size:1.375rem;font-weight:700;color:var(--color-text);margin-bottom:.875rem}.ai-imagegen-copy p{color:var(--color-text-light);font-size:.975rem;line-height:1.65;margin-bottom:.875rem}.ai-imagegen-copy p:last-child{margin-bottom:0}.ai-imagegen-features{list-style:none;display:grid;grid-template-columns:1fr;gap:.75rem}.ai-imagegen-features li{display:flex;align-items:center;gap:.625rem;padding:.25rem 0;font-size:.95rem;font-weight:600;color:var(--color-text)}.ai-imagegen-check{width:24px;height:24px;border-radius:6px;border:1px solid rgba(124,59,237,.3);background:#7c3bed14;display:inline-flex;align-items:center;justify-content:center;color:#7c3aed;flex-shrink:0}.ai-imagegen-check svg{width:12px;height:12px}@media (min-width: 640px){.ai-imagegen-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.ai-imagegen-layout{grid-template-columns:1.4fr 1fr;gap:2rem}}.no-subscription-section{padding:5rem 0;position:relative;overflow:hidden;background:radial-gradient(ellipse 50% 50% at 20% 50%,rgba(22,163,74,.06) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 80% 50%,rgba(124,59,237,.06) 0%,transparent 70%),linear-gradient(180deg,#faf8ff,#f0ebff)}.confetti-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.no-subscription-section .container{position:relative;z-index:1}.no-subscription-section .section-header h2{font-size:2.5rem}.no-sub-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:800px;margin:0 auto}@media (min-width: 640px){.no-sub-grid{grid-template-columns:1fr 1fr}}.no-sub-card{background:var(--color-white);border:1px solid rgba(124,59,237,.1);border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.no-sub-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3bed1a}.no-sub-icon{width:36px;height:36px;background:#16a34a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:.75rem}.no-sub-icon svg{width:18px;height:18px}.no-sub-card h3{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.375rem}.no-sub-card p{font-size:.9375rem;color:var(--color-gray-600);line-height:1.6}.pricing-section{padding:5rem 0;background:radial-gradient(ellipse 60% 50% at 30% 80%,rgba(124,59,237,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 70% 20%,rgba(236,24,139,.08) 0%,transparent 60%),var(--color-dark-bg);color:var(--color-white)}.pricing-section .section-header h2{color:var(--color-white)}.pricing-section .section-header p{color:#fff9}.pricing-section .section-header p strong{color:var(--color-white)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1120px;margin:0 auto}.pricing-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;position:relative;transition:all .2s ease;display:flex;flex-direction:column}.pricing-card:hover{border-color:#7c3bed80;box-shadow:0 8px 24px #7c3bed26}.pricing-card.featured{border-color:var(--color-primary);box-shadow:0 8px 24px #ec188b33}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:var(--color-white);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.02em}.pricing-card h3{font-size:1.25rem;font-weight:600;color:var(--color-white);margin-bottom:.5rem}.pricing-card-description{font-size:.875rem;line-height:1.2;color:#ffffff80;margin-bottom:1.5rem}.pricing-price{font-size:2.5rem;font-weight:700;color:var(--color-white);line-height:1;margin-bottom:.25rem}.pricing-per-credit{font-size:.8125rem;color:#ffffff73;margin-bottom:.75rem;min-height:1.2em}.pricing-credits{font-size:.9375rem;font-weight:600;color:#a78bfa;margin-bottom:.25rem}.pricing-credits span{font-size:.8125rem;font-weight:500;color:#a78bfab3}.pricing-savings{display:inline-block;background:linear-gradient(135deg,#dcfce7,#d1fae5);color:#166534;font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;margin-bottom:1.25rem}.pricing-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;background:var(--color-primary);color:var(--color-white);margin-top:auto}.pricing-cta:hover{background:var(--color-primary-dark)}.pricing-learn-more{text-align:center;margin-top:1.5rem}.pricing-learn-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .9rem;font-size:.875rem;font-weight:500;color:#ffffffbf;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff0a;transition:all .18s ease}.pricing-learn-link:hover{color:var(--color-white);border-color:#ffffff73;background:#ffffff1a}.pricing-toggle{display:flex;justify-content:center;gap:.25rem;margin-bottom:2.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.25rem;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.pricing-toggle-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#ffffff80;background:transparent;border:none;border-radius:999px;cursor:pointer;transition:all .15s ease}.pricing-toggle-btn.active{background:var(--color-primary);color:var(--color-white);font-weight:600}.pricing-toggle-save{font-size:.75rem;font-weight:600;color:#4ade80}.pricing-toggle-btn.active .pricing-toggle-save{color:#bbf7d0}.pricing-price-period{font-size:1rem;font-weight:400;color:#a78bfab3}.pricing-features{list-style:none;padding:0;margin:1rem 0 1.5rem;text-align:left}.pricing-features li{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#ffffffb3;padding:.3rem 0}.pricing-features li svg{flex-shrink:0;color:#4ade80;width:14px;height:14px}.pricing-features li.feature-disabled{color:#ffffff4d}.pricing-features li.feature-disabled svg{color:#fff3}.credits-hero{padding:4rem 0 3.25rem;text-align:center;background:radial-gradient(ellipse 75% 55% at 50% 0%,rgba(124,59,237,.2) 0%,transparent 62%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(236,24,139,.1) 0%,transparent 62%),var(--color-dark-bg)}.credits-hero h1{font-size:2.4rem;font-weight:800;color:var(--color-white);margin-bottom:.75rem}.credits-hero p{max-width:700px;margin:0 auto;font-size:1.0625rem;color:#ffffffa8}.pricing-page-plans{padding:3rem 0;background:linear-gradient(180deg,#f9f8ff,#f3f6ff)}.pricing-toggle--light{background:#0000000a;border-color:#00000014}.pricing-toggle--light .pricing-toggle-btn{color:var(--color-gray-500)}.pricing-toggle--light .pricing-toggle-btn.active{background:var(--color-primary);color:var(--color-white)}.pricing-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:1120px;margin:0 auto}.pricing-page-card{background:var(--color-white);border:2px solid var(--color-gray-200);border-radius:16px;padding:2rem;position:relative;display:flex;flex-direction:column;transition:all .2s ease}.pricing-page-card:hover{border-color:#7c3bed66;box-shadow:0 8px 24px #7c3bed1a}.pricing-page-card.featured{border-color:var(--color-primary);box-shadow:0 8px 24px #ec188b26}.pricing-page-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:var(--color-white);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.02em}.pricing-page-card h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.25rem}.pricing-page-desc{font-size:.875rem;color:var(--color-gray-500);margin-bottom:1.25rem}.pricing-page-price{margin-bottom:.25rem}.pricing-page-amount{font-size:2.5rem;font-weight:700;color:var(--color-gray-900)}.pricing-page-period{font-size:1rem;font-weight:400;color:var(--color-gray-500)}.pricing-page-billed{font-size:.8125rem;color:var(--color-gray-400);margin-bottom:1.25rem;min-height:1.2em}.pricing-page-cta{width:100%;text-align:center;margin-bottom:1.25rem}.pricing-page-features{list-style:none;padding:0;margin:0;border-top:1px solid var(--color-gray-100);padding-top:1.25rem}.pricing-page-features li{font-size:.875rem;color:var(--color-gray-600);padding:.3rem 0}.pricing-page-features li strong{color:var(--color-gray-900)}.pricing-page-features li.feature-na,.pricing-page-features li.feature-na strong{color:var(--color-gray-400)}.pricing-page-comparison{padding:3rem 0 4rem;background:linear-gradient(180deg,#f9f8ff,#f3f6ff)}.pricing-page-comparison h2{text-align:center;font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:2.5rem}.comparison-table-wrap{overflow-x:auto;max-width:1000px;margin:0 auto}.comparison-table{width:100%;border-collapse:collapse;border:1px solid var(--color-gray-200);font-size:.9375rem;background:var(--color-white)}.comparison-table thead tr{border-bottom:1px solid var(--color-gray-200);background:#efeef6}.ct-label-col{width:220px;min-width:180px;border-right:1px solid var(--color-gray-200)}.ct-plan-col{text-align:center;padding:1.5rem 1rem;border-right:1px solid var(--color-gray-200);vertical-align:top}.ct-plan-col:last-child{border-right:none}.ct-plan-name{display:block;font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem}.ct-plan-cta{display:inline-block;padding:.4rem 1.1rem;font-size:.8125rem;font-weight:600;background:var(--color-primary);color:var(--color-white);border:1px solid var(--color-primary);border-radius:6px;text-decoration:none;transition:all .15s ease}.ct-plan-cta:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:var(--color-white)}.comparison-table tbody tr{border-bottom:1px solid var(--color-gray-200)}.comparison-table tbody tr:last-child{border-bottom:none}.ct-label{padding:1.1rem 1.25rem;text-align:left;vertical-align:center;border-right:1px solid var(--color-gray-200);color:var(--color-gray-900);line-height:1.4}.ct-label strong{display:block;font-weight:600;font-size:.9375rem}.ct-label-sub{display:block;font-size:.8125rem;font-weight:400;color:var(--color-gray-500);margin-top:.15rem}.ct-value{text-align:left;padding:1.1rem 1.25rem;color:var(--color-gray-800);border-right:1px solid var(--color-gray-200);vertical-align:center}.ct-value:last-child{border-right:none}.ct-value strong{font-weight:700;font-size:1rem;color:var(--color-gray-900)}.ct-unit{font-weight:400;font-size:.8125rem;color:var(--color-gray-500)}.ct-yearly-note{display:block;font-size:.8125rem;font-weight:400;color:var(--color-gray-500);margin-top:.125rem}.ct-value--no{color:var(--color-gray-300)}.ct-check{color:#16a34a}.ct-x{color:var(--color-gray-300)}.ct-savings{color:#16a34a}.ct-na{color:var(--color-gray-300)}@media (max-width: 767px){.ct-label-col{width:140px;min-width:120px}.ct-plan-col{padding:1rem .5rem}.ct-plan-name{font-size:1rem}.ct-plan-cta{padding:.3rem .6rem;font-size:.75rem}.ct-label,.ct-value{padding:.75rem}.ct-value strong{font-size:.875rem}}.pricing-page-topups{padding:3rem 0;background:linear-gradient(180deg,#f3f6ff,#f9f8ff)}.pricing-page-topups .section-header{text-align:center;margin-bottom:2rem}.pricing-page-topups .section-header h2{font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.pricing-page-topups .section-header p{font-size:1rem;color:var(--color-gray-500);max-width:600px;margin:0 auto}.topup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:900px;margin:0 auto}.topup-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:12px;padding:1.5rem;text-align:center}.topup-card h3{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.topup-price{font-size:1.5rem;font-weight:700;color:var(--color-purple)}.topup-tiers{display:flex;flex-direction:column;gap:.4rem}.topup-tier{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;padding:.3rem 0}.topup-tier-name{color:var(--color-gray-500)}.topup-tier-price{font-weight:600;color:var(--color-gray-900)}.credits-content{padding:3rem 0 4.5rem;background:var(--color-white)}.credits-intro{max-width:760px;margin:0 auto 1.75rem;text-align:center}.credits-intro h2{font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.credits-intro p{font-size:1rem;color:var(--color-gray-600)}.credits-rule-grid{display:grid;gap:1rem;max-width:900px;margin:0 auto}.credits-rule-card{background:var(--color-gray-50);border:1px solid rgba(124,59,237,.12);border-radius:14px;padding:1.35rem 1.4rem;box-shadow:0 6px 20px #1018280a}.credits-rule-card h2,.credits-rule-card h3{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.credits-rule-cost{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;color:#4c1d95;background:#7c3bed1f}.credits-rule-description{margin-top:.8rem;font-size:.9375rem;line-height:1.6;color:var(--color-gray-600)}.credits-footnote{margin-top:1.75rem;text-align:center}.credits-footnote p{font-size:.95rem;color:var(--color-gray-600)}.credits-actions{margin-top:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.credits-actions .btn-secondary{background:var(--color-white);color:var(--color-gray-900);border:1px solid var(--color-gray-300);box-shadow:0 1px 2px #1118270f}.credits-actions .btn-secondary:hover{background:var(--color-gray-100);border-color:var(--color-gray-400)}@media (min-width: 768px){.credits-hero{padding:5rem 0 4rem}.credits-hero h1{font-size:3rem}.credits-rule-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}}.faq-section{padding:5rem 0;background:var(--color-white)}.faq-grid{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}.faq-item{background:var(--color-gray-50);border-radius:12px;padding:1.5rem;border-left:3px solid var(--color-purple)}.faq-item h3{font-size:1.0625rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.faq-item p{font-size:.9375rem;color:var(--color-gray-600);line-height:1.6}.faq-item code{background:var(--color-gray-100);padding:.125rem .375rem;border-radius:4px;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}.faq-item ol{list-style:decimal;padding-left:1.25rem;margin-top:.75rem;color:var(--color-gray-600)}.faq-item ol li{margin-bottom:.5rem;font-size:.9375rem}.final-cta-section{padding:5rem 0;background:var(--gradient-brand);text-align:center;color:var(--color-white)}.final-cta-section h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.final-cta-section p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.final-cta-section .btn{background:var(--color-white);color:var(--color-gray-900);font-weight:600;padding:.875rem 2.5rem;font-size:1rem}.final-cta-section .btn:hover{background:var(--color-gray-100)}.site-footer{background:var(--color-dark-bg);color:var(--color-gray-400);padding:3rem 0 0}.footer-top{display:flex;flex-direction:column;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand p{font-size:.9375rem;color:var(--color-gray-500);margin-top:.75rem;max-width:280px}.footer-nav{display:flex;gap:3rem}.footer-nav-title{font-size:.8125rem;font-weight:600;color:var(--color-gray-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.footer-nav-group ul{list-style:none;display:grid;gap:.5rem}.footer-nav-group a{font-size:.9375rem;color:var(--color-gray-500);transition:color .15s ease}.footer-nav-group a:hover{color:var(--color-white)}.footer-bottom{display:flex;justify-content:center;padding:1.5rem 0}.footer-copyright{font-size:.875rem;color:var(--color-gray-600)}@media (min-width: 768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-links{display:flex;gap:1.5rem;font-size:.9375rem}.footer-links a{color:var(--color-gray-400);transition:color .15s ease}.footer-links a:hover{color:var(--color-white)}.legal-page{background:var(--color-gray-50);padding:4rem 0}.legal-content{background:var(--color-white);border-radius:12px;padding:2.5rem;max-width:800px;margin:0 auto;box-shadow:0 1px 3px #0000000d}.legal-content h1{font-size:2.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.legal-meta{font-size:.875rem;color:var(--color-gray-500);margin-bottom:2.5rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.375rem;font-weight:600;color:var(--color-gray-900);margin-bottom:1rem}.legal-content h3{font-size:1.125rem;font-weight:600;color:var(--color-gray-800);margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{color:var(--color-gray-700);margin-bottom:1rem}.legal-content ul{list-style:disc;padding-left:1.5rem;color:var(--color-gray-700);margin-bottom:1rem}.legal-content ul li{margin-bottom:.5rem}.legal-content strong{color:var(--color-gray-900)}.legal-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-200)}.legal-footer p{font-size:.875rem;color:var(--color-gray-500)}@media (min-width: 768px){.legal-content{padding:3.5rem}}.contact-page{background:var(--color-gray-50);padding:4rem 0}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-content h1{font-size:2.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}.contact-intro{font-size:1.125rem;color:var(--color-gray-600);margin-bottom:3rem}.contact-cards{display:grid;gap:1.5rem}.contact-card{background:var(--color-white);border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d}.contact-card h2{font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.contact-card p{font-size:.9375rem;color:var(--color-gray-600);margin-bottom:1rem}.contact-card a{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:500;transition:color .15s ease}.contact-card a:hover{color:var(--color-primary-dark)}.error-page{min-height:calc(100vh - var(--header-height));padding:3.5rem 0 4.5rem;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(124,59,237,.12) 0%,transparent 62%),linear-gradient(180deg,#f9f8ff,#f4f6ff)}.error-card{max-width:760px;margin:0 auto;text-align:center;background:var(--color-white);border:1px solid rgba(124,59,237,.16);border-radius:18px;box-shadow:0 16px 40px #11182714;padding:2.25rem 1.4rem}.error-code{font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--color-purple);margin-bottom:.9rem}.error-card h1{font-size:2rem;line-height:1.2;color:var(--color-gray-900);margin-bottom:.75rem}.error-description{font-size:1rem;color:var(--color-gray-600);max-width:560px;margin:0 auto 1.6rem}.error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.error-actions .btn-secondary{border:1px solid var(--color-gray-300);color:var(--color-gray-800);background:var(--color-white)}.error-actions .btn-secondary:hover{background:var(--color-gray-100);border-color:var(--color-gray-400)}@media (min-width: 768px){.error-page{padding:5rem 0 6rem}.error-card{padding:3rem 2.5rem}.error-card h1{font-size:2.625rem}.error-description{font-size:1.08rem}}.widget-hero{background:radial-gradient(ellipse 60% 50% at 70% 70%,rgba(124,59,237,.15) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 30% 30%,rgba(55,98,228,.12) 0%,transparent 60%),var(--color-dark-bg);padding:4rem 0;color:var(--color-white)}.widget-hero-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.widget-hero-text h1{font-size:2.25rem;font-weight:700;line-height:1.05;margin-bottom:1.25rem;color:var(--color-white)}.widget-hero-text h1 .gradient-text{color:var(--color-primary)}.widget-hero-text .hero-subtitle{font-size:1.1rem;color:#fff9;line-height:1.7;margin-bottom:2.5rem;max-width:520px}.widget-hero-text .hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.widget-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.08)}.hero-mockup{background:#1a1a2e;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #0006;overflow:hidden}.hero-mockup-bar{display:flex;gap:6px;padding:12px 16px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}.hero-mockup-bar span{width:10px;height:10px;border-radius:50%;background:#ffffff1f}.hero-mockup-body{display:grid;grid-template-columns:1fr}.hero-mockup-chat{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.hero-mockup-preview{background:var(--color-gray-100)}.hero-mockup-preview img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat-bubble{padding:.625rem .875rem;border-radius:12px;font-size:.8125rem;line-height:1.5;max-width:92%}.chat-bubble--user{background:var(--color-blue);color:var(--color-white);align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble--ai{background:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,.1);align-self:flex-start;border-bottom-left-radius:4px}.chat-input-mockup{margin-top:auto;padding:.5rem .875rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:.8125rem;color:#ffffff40;display:flex;align-items:center;justify-content:space-between}.chat-input-mockup-send{width:24px;height:24px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-input-mockup-send svg{width:12px;height:12px;color:#ffffff4d}@media (min-width: 640px){.hero-mockup-body{grid-template-columns:2fr 3fr}.hero-mockup-chat{border-bottom:none;border-right:1px solid rgba(255,255,255,.06)}}@media (min-width: 768px){.widget-hero{padding:5.5rem 0}.widget-hero-layout{grid-template-columns:1fr 1.1fr;gap:3.5rem}.widget-hero-text h1{font-size:2.75rem}}@media (min-width: 1024px){.widget-hero-text h1{font-size:3.125rem}}.widget-intro-section{padding:4.5rem 0;background:var(--color-white)}.widget-intro-content{max-width:780px;margin:0 auto;text-align:center}.widget-intro-content h2{font-size:2rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.25rem}.widget-intro-content p{font-size:1.0625rem;color:var(--color-gray-600);line-height:1.8}.widget-demo-section{padding:4rem 0;background:linear-gradient(180deg,var(--color-gray-50) 0%,#f5f0ff 100%)}.widget-demo-container{max-width:700px;margin:0 auto}.widget-demo-caption{text-align:center;margin-top:1.25rem;font-size:.875rem;color:var(--color-gray-500)}.widget-features-section{padding:5rem 0;background:var(--color-white)}.widget-feature-blocks{max-width:960px;margin:0 auto}.widget-feature-block{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;margin-bottom:4rem}.widget-feature-block:last-child{margin-bottom:0}.widget-feature-text h3{font-size:1.375rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem}.widget-feature-text p{font-size:1rem;color:var(--color-gray-600);line-height:1.7}.widget-feature-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid var(--color-gray-200);max-width:400px}.widget-feature-image:nth-child(2){text-align:right}@media (min-width: 768px){.widget-feature-block{grid-template-columns:1fr 1fr;gap:3.5rem}.widget-feature-block:nth-child(odd){grid-template-columns:1.25fr .75fr}.widget-feature-block:nth-child(2n){grid-template-columns:.75fr 1.25fr}.widget-feature-block:nth-child(2n) .widget-feature-image{order:-1}}.widget-usecases-section{padding:5rem 0;background:var(--color-white)}.widget-usecases-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.widget-usecase-card{background:linear-gradient(145deg,#faf8ff,#f5f2ff);border:1px solid rgba(124,59,237,.1);border-radius:12px;padding:1.75rem}.widget-usecase-card h3{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.widget-usecase-card p{font-size:.9375rem;color:var(--color-gray-600);line-height:1.6}@media (min-width: 640px){.widget-usecases-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.widget-usecases-grid{grid-template-columns:repeat(4,1fr)}}.widget-seo-section{padding:4rem 0;background:linear-gradient(180deg,var(--color-gray-50) 0%,#f5f0ff 100%)}.widget-seo-content{max-width:780px;margin:0 auto;text-align:center}.widget-seo-content h2{font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.25rem}.widget-seo-content p{font-size:1.0625rem;color:var(--color-gray-600);line-height:1.8}.widget-related-section{padding:4rem 0;background:var(--color-white);border-top:1px solid var(--color-gray-200)}.widget-related-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.widget-related-card{display:block;background:linear-gradient(145deg,#faf8ff,#f5f2ff);border:1px solid rgba(124,59,237,.1);border-radius:12px;padding:1.75rem;text-align:center;transition:all .2s ease}.widget-related-card:hover{border-color:#7c3bed4d;box-shadow:0 4px 16px #7c3bed1a;transform:translateY(-2px)}.widget-related-card h3{font-size:1.0625rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.widget-related-card p{font-size:.875rem;color:var(--color-gray-500)}@media (min-width: 640px){.widget-related-grid{grid-template-columns:repeat(3,1fr)}}.ba-demo{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:12px;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;box-shadow:0 4px 24px #0000001a;border:1px solid var(--color-gray-200)}.ba-demo-layer{position:absolute;top:0;left:0;width:100%;height:100%}.ba-demo-layer img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.ba-demo-handle{position:absolute;top:0;bottom:0;width:3px;background:var(--color-white);z-index:2;transform:translate(-50%);pointer-events:none;box-shadow:0 0 8px #0000004d}.ba-demo-handle-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:var(--color-white);border-radius:50%;box-shadow:0 2px 10px #00000040;display:flex;align-items:center;justify-content:center;color:var(--color-gray-600)}.ba-demo-handle-circle svg{width:20px;height:20px}.ba-demo-label{position:absolute;bottom:12px;padding:4px 12px;background:#0000008c;color:var(--color-white);font-size:.8125rem;font-weight:600;border-radius:4px;z-index:3;pointer-events:none;letter-spacing:.02em}.ba-demo-label--before{left:12px}.ba-demo-label--after{right:12px}
