@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap);.homepage{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0;padding:0}.homepage__container{margin:0 auto;max-width:1200px;padding:0 2rem}.homepage__header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.homepage__header .homepage__container{align-items:center;display:flex;justify-content:space-between}.homepage__logo-container{align-items:center;display:flex;gap:1rem}.homepage__logo-icon{height:50px;perspective:1000px;position:relative;width:50px}.homepage__logo-cube{animation:rotateCube 8s linear infinite;height:40px;position:relative;transform-style:preserve-3d;width:40px}.homepage__logo-face{border:1px solid #fff3;height:40px;position:absolute;width:40px}.homepage__logo-face--front{background:linear-gradient(135deg,#667eea,#764ba2);transform:rotateY(0deg) translateZ(20px)}.homepage__logo-face--back{background:linear-gradient(135deg,#f093fb,#f5576c);transform:rotateY(180deg) translateZ(20px)}.homepage__logo-face--right{background:linear-gradient(135deg,#4facfe,#00f2fe);transform:rotateY(90deg) translateZ(20px)}.homepage__logo-face--left{background:linear-gradient(135deg,#43e97b,#38f9d7);transform:rotateY(-90deg) translateZ(20px)}.homepage__logo-face--top{background:linear-gradient(135deg,#fa709a,#fee140);transform:rotateX(90deg) translateZ(20px)}.homepage__logo-face--bottom{background:linear-gradient(135deg,#a8edea,#fed6e3);transform:rotateX(-90deg) translateZ(20px)}.homepage__logo-particles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.homepage__logo-particle{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;height:4px;opacity:0;position:absolute;width:4px}.homepage__logo-particle--1{animation:floatParticle1 3s ease-in-out infinite;left:10px;top:10px}.homepage__logo-particle--2{animation:floatParticle2 3s ease-in-out .5s infinite;right:10px;top:30px}.homepage__logo-particle--3{animation:floatParticle3 3s ease-in-out 1s infinite;bottom:10px;left:15px}.homepage__logo-particle--4{animation:floatParticle4 3s ease-in-out 1.5s infinite;bottom:25px;right:15px}@keyframes rotateCube{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}@keyframes floatParticle1{0%,to{opacity:0;transform:translateY(0) scale(.5)}50%{opacity:1;transform:translateY(-15px) scale(1)}}@keyframes floatParticle2{0%,to{opacity:0;transform:translateX(0) scale(.5)}50%{opacity:1;transform:translateX(15px) scale(1)}}@keyframes floatParticle3{0%,to{opacity:0;transform:translateY(0) scale(.5)}50%{opacity:1;transform:translateY(15px) scale(1)}}@keyframes floatParticle4{0%,to{opacity:0;transform:translateX(0) scale(.5)}50%{opacity:1;transform:translateX(-15px) scale(1)}}.homepage__logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.75rem;font-weight:700;margin:0}.homepage__tagline{color:#6b7280;font-size:.875rem;font-weight:500}.homepage__nav-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.homepage__nav-button:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.homepage__hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:80vh;padding:4rem 0}.homepage__hero .homepage__container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.homepage__hero-title{color:#1f2937;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.homepage__highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.homepage__hero-description{color:#4b5563;font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.homepage__hero-actions{display:flex;gap:1rem}.homepage__cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.homepage__cta-primary:hover{box-shadow:0 15px 35px #667eea66;transform:translateY(-2px)}.homepage__cta-secondary{background:#0000;border:2px solid #667eea;border-radius:12px;color:#667eea;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.homepage__cta-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.homepage__widget-preview{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px #0000001a;padding:2rem;transform:rotate(3deg);transition:transform .3s}.homepage__widget-preview:hover{transform:rotate(0deg) scale(1.05)}.homepage__widget-header{margin-bottom:1.5rem}.homepage__widget-title{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.homepage__widget-subtitle{color:#6b7280;font-size:.875rem}.homepage__widget-content{margin-bottom:1.5rem}.homepage__widget-option{background:#f8fafc;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;margin-bottom:.5rem;padding:.75rem;transition:background .2s}.homepage__widget-option:hover{background:#e2e8f0}.homepage__widget-platforms{display:flex;flex-wrap:wrap;gap:.5rem}.homepage__platform{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.5rem 1rem}.homepage__features{background:#fff;padding:5rem 0}.homepage__section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.homepage__features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.homepage__feature{background:#f8fafc;border-radius:16px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.homepage__feature:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.homepage__feature-icon{font-size:3rem;margin-bottom:1rem}.homepage__feature h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.homepage__feature p{color:#6b7280;line-height:1.6}.homepage__use-cases{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.homepage__use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.homepage__use-case{background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:2rem;transition:transform .2s,box-shadow .2s}.homepage__use-case:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.homepage__use-case h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.homepage__use-case p{color:#6b7280;line-height:1.6}.homepage__cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.homepage__cta-content h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.homepage__cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.homepage__cta-section .homepage__cta-primary{background:#fff;color:#667eea;font-size:1.2rem;padding:1.25rem 2.5rem}.homepage__cta-section .homepage__cta-primary:hover{box-shadow:0 15px 35px #ffffff4d}.homepage__footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.homepage__footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.homepage__logo-icon--small{height:30px;width:30px}.homepage__logo-icon--small .homepage__logo-cube,.homepage__logo-icon--small .homepage__logo-face{height:24px;width:24px}.homepage__logo-icon--small .homepage__logo-face--front{background:linear-gradient(135deg,#667eea,#764ba2)}.homepage__logo-icon--small .homepage__logo-face--back{background:linear-gradient(135deg,#f093fb,#f5576c)}.homepage__logo-icon--small .homepage__logo-face--right{background:linear-gradient(135deg,#4facfe,#00f2fe)}.homepage__logo-icon--small .homepage__logo-face--left{background:linear-gradient(135deg,#43e97b,#38f9d7)}.homepage__logo-icon--small .homepage__logo-face--top{background:linear-gradient(135deg,#fa709a,#fee140)}.homepage__logo-icon--small .homepage__logo-face--bottom{background:linear-gradient(135deg,#a8edea,#fed6e3)}.homepage__logo-icon--small .homepage__logo-face--front{transform:rotateY(0deg) translateZ(12px)}.homepage__logo-icon--small .homepage__logo-face--back{transform:rotateY(180deg) translateZ(12px)}.homepage__logo-icon--small .homepage__logo-face--right{transform:rotateY(90deg) translateZ(12px)}.homepage__logo-icon--small .homepage__logo-face--left{transform:rotateY(-90deg) translateZ(12px)}.homepage__logo-icon--small .homepage__logo-face--top{transform:rotateX(90deg) translateZ(12px)}.homepage__logo-icon--small .homepage__logo-face--bottom{transform:rotateX(-90deg) translateZ(12px)}.homepage__footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.homepage__footer-brand h4{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin:0}.homepage__footer-brand p{color:#9ca3af}.homepage__footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.homepage__footer-column h5{color:#fff;font-weight:600;margin-bottom:1rem}.homepage__footer-column a,.homepage__footer-column button{background:none;border:none;color:#9ca3af;cursor:pointer;display:block;font-family:inherit;font-size:inherit;margin-bottom:.5rem;padding:0;text-align:left;text-decoration:none;transition:color .2s}.homepage__footer-column a:hover,.homepage__footer-column button:hover{color:#667eea}.homepage__footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:1rem;text-align:center}@media (max-width:768px){.homepage__hero .homepage__container{gap:2rem;grid-template-columns:1fr;text-align:center}.homepage__hero-title{font-size:2.5rem}.homepage__hero-actions{align-items:center;flex-direction:column;justify-content:center}.homepage__features-grid,.homepage__use-cases-grid{grid-template-columns:1fr}.homepage__footer-content{gap:2rem;grid-template-columns:1fr}.homepage__container{padding:0 1rem}}.explore-with-ai{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative}.explore-with-ai__button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.explore-with-ai__button--default{background:#667eea;box-shadow:0 4px 6px -1px #0000001a;color:#fff}.explore-with-ai__button--default:hover{background:#5a67d8;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}.explore-with-ai__button--minimal{background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none;color:#475569}.explore-with-ai__button--minimal:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.explore-with-ai__button--gradient{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.explore-with-ai__button--gradient:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 8px 25px #667eea99;transform:translateY(-1px)}.explore-with-ai__button--outline{background:#0000;border:2px solid #667eea;box-shadow:none;color:#667eea}.explore-with-ai__button--outline:hover{background:#667eea;border-color:#667eea;box-shadow:0 4px 6px -1px #667eea1a;color:#fff}.explore-with-ai__icon{height:20px;width:20px}.explore-with-ai__chevron{height:16px;transition:transform .2s;width:16px}.explore-with-ai__chevron--open{transform:rotate(180deg)}.explore-with-ai__dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;left:0;margin-top:.5rem;min-width:280px;position:absolute;right:0;top:100%;z-index:1000}.explore-with-ai__section{border-bottom:1px solid #f3f4f6;padding:1rem}.explore-with-ai__section:last-child{border-bottom:none}.explore-with-ai__label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.explore-with-ai__select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem;width:100%}.explore-with-ai__platforms{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.explore-with-ai__platform{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;padding:.5rem .75rem;transition:all .2s}.explore-with-ai__platform:hover{background:#f3f4f6;border-color:#d1d5db}.explore-with-ai__copy{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem;transition:all .2s;width:100%}.explore-with-ai__copy:hover{background:#f3f4f6;border-color:#d1d5db}.explore-with-ai__copy-icon{height:16px;width:16px}.explore-with-ai__modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.explore-with-ai__modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;margin:1rem;max-width:500px;padding:2rem}.explore-with-ai__modal-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.explore-with-ai__modal-description{color:#6b7280;line-height:1.5;margin-bottom:1.5rem}.explore-with-ai__modal-disclaimers{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1rem}.explore-with-ai__disclaimer{color:#92400e;font-size:.875rem;line-height:1.4;margin-bottom:.75rem}.explore-with-ai__disclaimer:last-child{margin-bottom:0}.explore-with-ai__disclaimer strong{color:#78350f}.explore-with-ai__modal-actions{display:flex;gap:1rem;justify-content:flex-end}.explore-with-ai__modal-cancel{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.explore-with-ai__modal-cancel:hover{background:#f3f4f6}.explore-with-ai__modal-confirm{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.explore-with-ai__modal-confirm:hover{background:#5a67d8}.demo-page{background:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.demo-page__container{margin:0 auto;max-width:1200px;padding:0 2rem}.demo-page__header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;position:relative}.demo-page__back-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .2s}.demo-page__back-button:hover{background:#ffffff4d}.demo-page__header-content{text-align:center}.demo-page__title{font-size:3rem;font-weight:800;margin-bottom:1rem}.demo-page__subtitle{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.demo-page__selection{background:#fff;padding:4rem 0}.demo-page__selection h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.demo-page__scenarios{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.demo-page__scenario{align-items:flex-start;background:#f8fafc;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;display:flex;gap:1rem;padding:2rem;text-align:left;transition:all .2s}.demo-page__scenario:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea1a;transform:translateY(-2px)}.demo-page__scenario.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 15px 35px #667eea4d;color:#fff}.demo-page__scenario-icon{flex-shrink:0;font-size:2.5rem}.demo-page__scenario-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.demo-page__scenario-content p{margin-bottom:.5rem;opacity:.8}.demo-page__scenario-content small{font-size:.875rem;opacity:.7}.demo-page__live{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:visible;padding:5rem 0}.demo-page__demo-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;overflow:visible}.demo-page__demo-info h3{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.demo-page__demo-info p{color:#4b5563;font-size:1.1rem;margin-bottom:2rem}.demo-page__features{margin-bottom:2rem}.demo-page__feature{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.demo-page__feature strong{color:#667eea;min-width:140px}.demo-page__feature span{color:#6b7280;text-transform:capitalize}.demo-page__cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.demo-page__cta-button:hover{box-shadow:0 15px 35px #667eea66;transform:translateY(-2px)}.demo-page__widget-container{overflow:visible;position:sticky;top:2rem;z-index:20}.demo-page__widget-frame{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px #0000001a;overflow:visible;position:relative;z-index:10}.demo-page__widget-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.demo-page__widget-title{color:#1f2937;font-weight:600}.demo-page__widget-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.demo-page__widget{margin:0}.demo-page__widget-footer{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;text-align:center}.demo-page__widget-footer small{color:#6b7280;font-size:.875rem}.demo-page__how-it-works{background:#fff;padding:5rem 0}.demo-page__how-it-works h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.demo-page__steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.demo-page__step{padding:2rem;text-align:center}.demo-page__step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.demo-page__step h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.demo-page__step p{color:#6b7280}.demo-page__code{background:#1f2937;color:#fff;padding:5rem 0}.demo-page__code h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.demo-page__code>p{font-size:1.1rem;margin-bottom:3rem;opacity:.8;text-align:center}.demo-page__code-block{background:#111827;border:1px solid #374151;border-radius:12px;overflow-x:auto;padding:2rem}.demo-page__code-block pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;margin:0}.demo-page__code-block code{color:#e5e7eb}.demo-page__final-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.demo-page__cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.demo-page__cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.demo-page__cta-primary{background:#fff;border:none;border-radius:12px;color:#667eea;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .2s}.demo-page__cta-primary:hover{box-shadow:0 15px 35px #ffffff4d;transform:translateY(-2px)}@media (max-width:768px){.demo-page__container{padding:0 1rem}.demo-page__title{font-size:2.5rem}.demo-page__demo-layout{gap:2rem;grid-template-columns:1fr}.demo-page__widget-container{position:static}.demo-page__scenarios,.demo-page__steps{grid-template-columns:1fr}}.docs-page{background:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}.docs-page__container{margin:0 auto;max-width:1200px;padding:0 2rem}.docs-page__header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0}.docs-page__back-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .2s}.docs-page__back-button:hover{background:#ffffff4d}.docs-page__header-content{text-align:center}.docs-page__title{font-size:3rem;font-weight:800;margin-bottom:1rem}.docs-page__subtitle{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.docs-page__layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1200px;padding:3rem 2rem}.docs-page__sidebar{height:fit-content;position:sticky;top:2rem}.docs-page__nav{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:1rem}.docs-page__nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;text-align:left;transition:all .2s;width:100%}.docs-page__nav-item:hover{background:#f3f4f6;color:#1f2937}.docs-page__nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.docs-page__nav-icon{font-size:1rem}.docs-page__content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;min-height:600px;padding:3rem}.docs-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.docs-section h3{color:#374151;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.docs-section h4{color:#4b5563;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.docs-section p{color:#6b7280;font-size:1rem;margin-bottom:1.5rem}.docs-section ol,.docs-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.docs-section li{color:#6b7280;margin-bottom:.5rem}.docs-steps{margin:2rem 0}.docs-step{background:#f8fafc;border-left:4px solid #667eea;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.docs-step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.docs-step-content h4{color:#1f2937;margin:0 0 .5rem}.docs-step-content p{color:#6b7280;margin:0}.docs-field-list{margin:1.5rem 0}.docs-field{background:#f8fafc;border-left:3px solid #667eea;border-radius:8px;margin-bottom:.75rem;padding:1rem}.docs-field strong{color:#374151}.docs-audience-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.docs-audience-card{background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.docs-audience-card:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea1a;transform:translateY(-2px)}.docs-audience-card h4{color:#1f2937;font-size:1.1rem;margin:0 0 .75rem}.docs-audience-card p{color:#6b7280;font-size:.9rem;margin:0}.docs-mode-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.docs-mode-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:all .2s}.docs-mode-card:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea1a;transform:translateY(-2px)}.docs-mode-card h4{color:#1f2937;margin:0 0 .75rem}.docs-mode-card p{color:#6b7280;font-size:.9rem;margin:0 0 1rem}.docs-mode-card strong{color:#667eea;font-size:.875rem}.docs-platform-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.docs-platform-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:all .2s}.docs-platform-card:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea1a;transform:translateY(-2px)}.docs-platform-card h4{color:#1f2937;font-size:1.25rem;margin:0 0 .75rem}.docs-platform-card p{color:#6b7280;font-size:.9rem;margin:0 0 1rem}.docs-platform-features{display:flex;flex-wrap:wrap;gap:.5rem}.docs-platform-features span{background:#f3f4f6;border-radius:12px;color:#374151;font-size:.75rem;padding:.25rem .5rem}.docs-code-block{background:#1f2937;border-radius:8px;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.docs-code-block pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;margin:0}.docs-code-block code{color:#e5e7eb}.docs-section code{background:#f3f4f6;border-radius:4px;color:#667eea;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;padding:.25rem .5rem}.docs-troubleshoot-item{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.docs-troubleshoot-item h4{color:#92400e;margin:0 0 .5rem}.docs-troubleshoot-item p{color:#78350f;margin:0 0 1rem}.docs-troubleshoot-item ul{color:#78350f;margin:0}.docs-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;margin:3rem 0;padding:2rem;text-align:center}.docs-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.docs-cta-button:hover{box-shadow:0 15px 35px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.docs-page__layout{gap:2rem;grid-template-columns:1fr;padding:2rem 1rem}.docs-page__sidebar{position:static}.docs-page__nav{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.docs-page__content{padding:2rem}.docs-section h2{font-size:2rem}.docs-audience-grid,.docs-mode-grid,.docs-platform-grid{grid-template-columns:1fr}}.about-page{background:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.about-page__container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-page__header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.about-page__back-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .2s}.about-page__back-button:hover{background:#ffffff4d}.about-page__header-content{text-align:center}.about-page__title{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.about-page__subtitle{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.about-page__mission{background:#fff;padding:5rem 0}.about-page__mission-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-page__mission h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.about-page__mission-text{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-page__stats{display:flex;flex-direction:column;gap:2rem}.about-page__stat{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;transition:all .2s}.about-page__stat:hover{border-color:#667eea;box-shadow:0 15px 35px #667eea1a;transform:translateY(-5px)}.about-page__stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.about-page__stat-label{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.about-page__story{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.about-page__story h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-page__story-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-page__story-text h3{color:#374151;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.about-page__story-text p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.about-page__values{background:#fff;padding:5rem 0}.about-page__values h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-page__values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.about-page__value{background:#f8fafc;border-radius:16px;padding:2rem;text-align:center;transition:all .2s}.about-page__value:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.about-page__value-icon{font-size:3rem;margin-bottom:1rem}.about-page__value h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.about-page__value p{color:#6b7280;line-height:1.6}.about-page__team{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.about-page__team h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-page__team-content{margin:0 auto;max-width:800px;text-align:center}.about-page__team-content p{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.about-page__use-cases{background:#fff;padding:5rem 0}.about-page__use-cases h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-page__use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-page__use-case{background:#f8fafc;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .2s}.about-page__use-case:hover{border-color:#667eea;box-shadow:0 15px 35px #667eea1a;transform:translateY(-5px)}.about-page__use-case-icon{font-size:3rem;margin-bottom:1rem}.about-page__use-case h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.about-page__use-case p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.about-page__use-case-examples{display:flex;flex-wrap:wrap;gap:.5rem}.about-page__use-case-examples span{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.about-page__technology{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.about-page__technology h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-page__tech-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-page__tech-text h3{color:#374151;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.about-page__tech-text h3:first-child{margin-top:0}.about-page__tech-text p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.about-page__tech-features{display:flex;flex-direction:column;gap:1.5rem}.about-page__tech-feature{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:1.5rem}.about-page__tech-feature h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:.5rem}.about-page__tech-feature p{color:#6b7280;font-size:.875rem;margin:0}.about-page__cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.about-page__cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-page__cta-content p{font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.about-page__cta-button{background:#fff;border:none;border-radius:12px;color:#667eea;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .2s}.about-page__cta-button:hover{box-shadow:0 15px 35px #ffffff4d;transform:translateY(-2px)}@media (max-width:768px){.about-page__container{padding:0 1rem}.about-page__title{font-size:2.5rem}.about-page__mission-content,.about-page__story-content{gap:2rem;grid-template-columns:1fr}.about-page__use-cases-grid,.about-page__values-grid{grid-template-columns:1fr}.about-page__tech-content{gap:2rem;grid-template-columns:1fr}.about-page__stats{flex-direction:row;justify-content:space-around}.about-page__stat{flex:1 1;margin:0 .5rem;padding:1rem}.about-page__stat-number{font-size:2rem}}.privacy-page{background:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.privacy-page__container{margin:0 auto;max-width:900px;padding:0 2rem}.privacy-page__header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.privacy-page__back-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .2s}.privacy-page__back-button:hover{background:#ffffff4d}.privacy-page__header-content{text-align:center}.privacy-page__title{font-size:3rem;font-weight:800;margin-bottom:1rem}.privacy-page__subtitle{font-size:1.25rem;margin-bottom:1rem;opacity:.9}.privacy-page__last-updated{background:#ffffff1a;border-radius:20px;display:inline-block;font-size:.875rem;opacity:.8;padding:.5rem 1rem}.privacy-page__content{background:#fff;padding:4rem 0}.privacy-section{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.privacy-section:last-child{border-bottom:none}.privacy-section h2{border-bottom:2px solid #667eea;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.privacy-section h3{color:#374151;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.privacy-section h4{color:#4b5563;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.privacy-section p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.privacy-section ol,.privacy-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-section li{color:#6b7280;line-height:1.6;margin-bottom:.75rem}.privacy-section li strong{color:#374151}.privacy-use-cases{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.privacy-use-case{background:#f8fafc;border-left:4px solid #667eea;border-radius:12px;padding:1.5rem}.privacy-use-case h4{color:#1f2937;font-size:1.1rem;margin:0 0 1rem}.privacy-use-case ul{margin:0;padding-left:1.25rem}.privacy-use-case li{font-size:.9rem;margin-bottom:.5rem}.privacy-sharing-policy{margin:2rem 0}.privacy-no-sale{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;margin-bottom:2rem;padding:2rem;text-align:center}.privacy-no-sale h3{color:#065f46;font-size:1.5rem;margin:0 0 1rem}.privacy-no-sale p{color:#047857;font-weight:500;margin:0}.privacy-ai-section ol{background:#f8fafc;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.privacy-ai-disclaimer{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;margin:2rem 0;padding:1.5rem}.privacy-ai-disclaimer h4{color:#92400e;margin:0 0 1rem}.privacy-ai-disclaimer p{color:#78350f;margin:0}.privacy-security-measures{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.privacy-security-item{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:all .2s}.privacy-security-item:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea1a;transform:translateY(-2px)}.privacy-security-item h4{color:#1f2937;margin:0 0 .75rem}.privacy-security-item p{color:#6b7280;font-size:.9rem;margin:0}.privacy-security-notice{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;margin:2rem 0;padding:1rem 1.5rem}.privacy-security-notice p{color:#78350f;font-style:italic;margin:0}.privacy-rights-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:2rem 0}.privacy-right{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;text-align:center;transition:all .2s}.privacy-right:hover{border-color:#667eea;box-shadow:0 5px 15px #667eea1a;transform:translateY(-2px)}.privacy-right h4{color:#1f2937;font-size:1rem;margin:0 0 .5rem}.privacy-right p{color:#6b7280;font-size:.875rem;margin:0}.privacy-rights-contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:8px;margin:2rem 0;padding:1.5rem;text-align:center}.privacy-rights-contact p{color:#374151;margin:0}.privacy-rights-contact strong{color:#667eea}.privacy-contact-info{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;margin:2rem 0;padding:2rem}.privacy-contact-methods{margin:1.5rem 0}.privacy-contact-method{background:#fff;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1rem}.privacy-contact-method strong{color:#374151}@media (max-width:768px){.privacy-page__container{padding:0 1rem}.privacy-page__title{font-size:2.5rem}.privacy-security-measures,.privacy-use-cases{grid-template-columns:1fr}.privacy-rights-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.privacy-section h2{font-size:1.75rem}.privacy-section{margin-bottom:2rem;padding-bottom:1.5rem}}.config-form{margin:0 auto;max-width:800px}.config-form__card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;padding:2rem}.config-form__title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.config-form__section{border-bottom:1px solid #f3f4f6;margin-bottom:2rem;padding-bottom:2rem}.config-form__section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.config-form__section-title{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.config-form__section-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.config-form__field{margin-bottom:1rem}.config-form__label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.config-form__input,.config-form__select,.config-form__textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.config-form__input:focus,.config-form__select:focus,.config-form__textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.config-form__textarea{min-height:100px;resize:vertical}.config-form__field-builder{margin-bottom:1rem}.config-form__field-inputs{grid-gap:.5rem;align-items:end;display:grid;gap:.5rem;grid-template-columns:1fr 2fr auto}.config-form__add-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:background-color .2s;white-space:nowrap}.config-form__add-button:hover{background:#5a67d8}.config-form__field-list{background:#f9fafb;border-radius:6px;padding:1rem}.config-form__field-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 0}.config-form__field-item:last-child{border-bottom:none}.config-form__field-info{color:#374151;font-size:.875rem}.config-form__remove-button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem;transition:background-color .2s}.config-form__remove-button:hover{background:#dc2626}.config-form__mode-builder{display:flex;gap:.5rem;margin-bottom:1rem}.config-form__mode-list{display:flex;flex-wrap:wrap;gap:.5rem}.config-form__mode-item{align-items:center;background:#f3f4f6;border-radius:20px;color:#374151;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .75rem}.config-form__platform-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.config-form__checkbox-label{align-items:center;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .2s}.config-form__checkbox-label:hover{background:#f9fafb;border-color:#d1d5db}.config-form__checkbox{accent-color:#667eea;height:1rem;width:1rem}.config-form__checkbox-text{color:#374151;font-size:.875rem}.config-form__actions{margin-top:2rem;text-align:center}.config-form__next-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s}.config-form__next-button:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.config-form__next-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.config-form__button-style-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.config-form__button-style-option{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:block;padding:1rem;transition:all .2s}.config-form__button-style-option:hover{background:#f9fafb;border-color:#d1d5db}.config-form__button-style-option:has(input:checked){background:#667eea0d;border-color:#667eea}.config-form__radio{height:0;opacity:0;position:absolute;width:0}.config-form__button-style-content{display:flex;flex-direction:column;gap:.75rem}.config-form__button-preview{align-items:center;align-self:flex-start;border-radius:6px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.config-form__button-preview--default{background:#667eea;box-shadow:0 2px 4px -1px #0000001a;color:#fff}.config-form__button-preview--minimal{background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none;color:#475569}.config-form__button-preview--gradient{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.config-form__button-preview--outline{background:#0000;border:2px solid #667eea;box-shadow:none;color:#667eea}.config-form__button-style-info h4{color:#374151;font-size:1rem;font-weight:600;margin:0 0 .25rem}.config-form__button-style-info p{color:#6b7280;font-size:.875rem;margin:0}.config-form__audience-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.config-form__audience-option{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:block;padding:1rem;transition:all .2s}.config-form__audience-option:hover{background:#f9fafb;border-color:#d1d5db}.config-form__audience-option:has(input:checked){background:#667eea0d;border-color:#667eea}.config-form__audience-content h4{color:#374151;font-size:1rem;font-weight:600;margin:0 0 .25rem}.config-form__audience-content p{color:#6b7280;font-size:.875rem;margin:0}@media (max-width:768px){.config-form__card{padding:1.5rem}.config-form__field-inputs{gap:.5rem;grid-template-columns:1fr}.config-form__audience-grid,.config-form__button-style-grid,.config-form__platform-list{grid-template-columns:1fr}}.widget-preview{margin:0 auto;max-width:800px}.widget-preview__card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;padding:2rem}.widget-preview__title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}.widget-preview__description{color:#6b7280;margin-bottom:2rem;text-align:center}.widget-preview__demo{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:2rem;padding:2rem}.widget-preview__demo-header{margin-bottom:1.5rem;text-align:center}.widget-preview__demo-header h3{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.widget-preview__demo-header p{color:#6b7280;font-size:.875rem}.widget-preview__demo-container{display:flex;justify-content:center}.widget-preview__config-summary{background:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.widget-preview__config-summary h3{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.widget-preview__config-grid{grid-gap:.75rem;display:grid;gap:.75rem}.widget-preview__config-item{border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem;padding:.5rem 0}.widget-preview__config-item:last-child{border-bottom:none}.widget-preview__config-item strong{color:#111827;margin-right:.5rem}.widget-preview__actions{display:flex;gap:1rem;justify-content:space-between}.widget-preview__back-button{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.widget-preview__back-button:hover{background:#f3f4f6}.widget-preview__next-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.widget-preview__next-button:hover{background:#5a67d8}@media (max-width:768px){.widget-preview__card{padding:1.5rem}.widget-preview__actions{flex-direction:column}.widget-preview__back-button,.widget-preview__next-button{width:100%}}.code-generator{margin:0 auto;max-width:1000px}.code-generator__card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;padding:2rem}.code-generator__title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}.code-generator__description{color:#6b7280;margin-bottom:2rem;text-align:center}.code-generator__options{margin-bottom:2rem}.code-generator__option-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.code-generator__option{align-items:flex-start;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.code-generator__option:hover{background:#f9fafb;border-color:#d1d5db}.code-generator__option input[type=radio]{accent-color:#667eea;height:1rem;margin-top:.125rem;width:1rem}.code-generator__option input[type=radio]:checked+.code-generator__option-content{color:#667eea}.code-generator__option:has(input:checked){background:#667eea0d;border-color:#667eea}.code-generator__option-content h3{color:inherit;font-size:1rem;font-weight:600;margin:0 0 .25rem}.code-generator__option-content p{color:#6b7280;font-size:.875rem;margin:0}.code-generator__option-description{color:#6b7280;font-size:.875rem;font-style:italic;text-align:center}.code-generator__output{background:#f9fafb;border-radius:8px;margin-bottom:2rem;overflow:hidden}.code-generator__output-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem}.code-generator__output-header h3{color:#374151;font-size:1rem;font-weight:600;margin:0}.code-generator__output-actions{display:flex;gap:.5rem}.code-generator__copy-button,.code-generator__download-button{border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.code-generator__copy-button{background:#667eea;border:none;color:#fff}.code-generator__copy-button:hover{background:#5a67d8}.code-generator__download-button{background:#fff;border:1px solid #d1d5db;color:#374151}.code-generator__download-button:hover{background:#f9fafb}.code-generator__code{background:#1f2937;color:#f9fafb;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;margin:0;max-height:500px;overflow-x:auto;overflow-y:auto;padding:1.5rem}.code-generator__actions{text-align:center}.code-generator__back-button{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.code-generator__back-button:hover{background:#f3f4f6}@media (max-width:768px){.code-generator__card{padding:1.5rem}.code-generator__option-grid{grid-template-columns:1fr}.code-generator__output-header{align-items:flex-start;flex-direction:column;gap:1rem}.code-generator__output-actions{justify-content:stretch;width:100%}.code-generator__copy-button,.code-generator__download-button{flex:1 1}}.ai-handoff{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.ai-handoff__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.ai-handoff__back-button{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.ai-handoff__back-button:hover{background:#e5e7eb;border-color:#9ca3af}.ai-handoff__title{color:#111827;font-size:2rem;font-weight:700;margin:0}.ai-handoff__content{grid-gap:2rem;display:grid;gap:2rem}.ai-handoff__dataset-info h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.ai-handoff__description{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 0 1rem}.ai-handoff__meta{display:flex;flex-wrap:wrap;gap:1rem}.ai-handoff__meta-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;padding:.5rem 1rem}.ai-handoff__meta-item strong{color:#374151}.ai-handoff__prompt-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.ai-handoff__prompt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ai-handoff__prompt-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.ai-handoff__prompt-actions{display:flex;gap:.5rem}.ai-handoff__copy-button,.ai-handoff__edit-button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.ai-handoff__copy-button:hover,.ai-handoff__edit-button:hover{background:#f9fafb;border-color:#9ca3af}.ai-handoff__edit-button--active{background:#667eea;border-color:#667eea;color:#fff}.ai-handoff__edit-button--active:hover{background:#5a67d8;border-color:#5a67d8}.ai-handoff__prompt-editor{border:1px solid #d1d5db;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;min-height:300px;padding:1rem;resize:vertical;width:100%}.ai-handoff__prompt-editor:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.ai-handoff__prompt-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;max-height:400px;overflow-y:auto;padding:1rem}.ai-handoff__prompt-preview pre{word-wrap:break-word;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;margin:0;white-space:pre-wrap}.ai-handoff__platforms{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.ai-handoff__platforms h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.ai-handoff__platforms-description{color:#6b7280;margin:0 0 1.5rem}.ai-handoff__platform-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ai-handoff__platform-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;text-align:left;transition:all .2s}.ai-handoff__platform-button:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.ai-handoff__platform-button--chatgpt:hover{background:#10b9810d;border-color:#10b981}.ai-handoff__platform-button--claude:hover{background:#f59e0b0d;border-color:#f59e0b}.ai-handoff__platform-button--gemini:hover{background:#3b82f60d;border-color:#3b82f6}.ai-handoff__platform-button--perplexity:hover{background:#8b5cf60d;border-color:#8b5cf6}.ai-handoff__platform-button--grok:hover{background:#ef44440d;border-color:#ef4444}.ai-handoff__platform-icon{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;font-size:2rem;height:3rem;justify-content:center;width:3rem}.ai-handoff__platform-info h4{color:#111827;font-size:1rem;font-weight:600;margin:0 0 .25rem}.ai-handoff__platform-info p{color:#6b7280;font-size:.875rem;margin:0}.ai-handoff__fallback{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;margin-top:1rem;padding:1rem}.ai-handoff__fallback h4{color:#92400e;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ai-handoff__fallback p{color:#92400e;font-size:.875rem;line-height:1.5;margin:0}@media (max-width:768px){.ai-handoff{padding:1rem}.ai-handoff__header{align-items:flex-start;flex-direction:column;gap:.5rem}.ai-handoff__title{font-size:1.5rem}.ai-handoff__prompt-header{align-items:flex-start;flex-direction:column;gap:1rem}.ai-handoff__platform-grid{grid-template-columns:1fr}.ai-handoff__meta{flex-direction:column;gap:.5rem}}.app{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.app__builder{display:flex;flex-direction:column;min-height:100vh}.app__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;padding:2rem;text-align:center}.app__back-button{background:none;border:none;border-radius:6px;color:#fffc;cursor:pointer;font-size:.875rem;left:2rem;margin-bottom:1rem;padding:.5rem 1rem;position:absolute;top:2rem;transition:all .2s}.app__back-button:hover{background:#ffffff1a;color:#fff}.app__nav{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.app__container{margin:0 auto;max-width:1200px;padding:0 2rem}.app__title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.app__subtitle{color:#ffffffe6;font-size:1.2rem;margin:0 0 2rem;text-align:center}.app__nav-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:12px;color:#374151;cursor:pointer;font-weight:600;min-width:140px;padding:1rem 2rem;text-align:center;transition:all .2s}.app__nav-item:hover:not(:disabled){background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.app__nav-item:disabled{cursor:not-allowed;opacity:.5}.app__nav-item.active{background:#fff;box-shadow:0 10px 25px #00000026;color:#667eea}.app__main{flex:1 1;overflow-y:auto;padding:3rem}@media (max-width:768px){.app__container{padding:0 1rem}.app__title{font-size:2rem}.app__nav{align-items:center;flex-direction:column}.app__nav-button{width:200px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-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}*{box-sizing:border-box}
/*# sourceMappingURL=main.90e83296.css.map*/