@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap");.docs-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#374151;line-height:1.6;background-color:#ffffff;font-size:.95rem}.docs-container h1,.docs-container h2,.docs-container h3,.docs-container h4{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600;color:#111827;line-height:1.3}.docs-container p{margin-bottom:1.25rem}.docs-container a{color:#db2777;text-decoration:none;transition:color .2s ease;font-weight:500}.docs-container a:hover{color:#be185d;text-decoration:underline}.docs-container code{font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.875em;background-color:#f3f4f6;padding:.2em .4em;border-radius:4px;color:#db2777}.docs-header{background-color:#ffffff;border-bottom:1px solid #e5e7eb;padding:1.25rem 2rem;position:sticky;top:0;z-index:100;transition:box-shadow .3s ease}.docs-header.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04)}.docs-header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.docs-header h1{display:flex;align-items:center;font-size:1.25rem;margin:0}.docs-logo{color:#db2777;margin-right:.75rem}.docs-search{position:relative;width:280px}.docs-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.docs-search input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;transition:all .2s ease;background-color:#f9fafb}.docs-search input:focus{border-color:#db2777;box-shadow:0 0 0 3px rgba(219,39,119,.1);background-color:#fff}.docs-content{display:flex;max-width:1200px;margin:0 auto;padding:2rem;gap:2.5rem}.docs-sidebar{width:260px;flex-shrink:0;position:sticky;top:90px;height:calc(100vh - 90px);overflow-y:auto;padding-right:1.5rem}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;font-weight:700}.docs-sidebar ul{list-style:none;padding:0;margin:0}.docs-sidebar li{margin-bottom:.125rem}.docs-sidebar li a{display:flex;align-items:center;padding:.4rem .75rem;border-radius:6px;color:#4b5563;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none}.docs-sidebar li a:hover{background-color:#f9fafb;color:#111827;text-decoration:none}.docs-sidebar li.active a{background-color:rgba(219,39,119,.08);color:#db2777;font-weight:600}.docs-sidebar li a svg{margin-right:.75rem;color:#9ca3af;flex-shrink:0;transition:color .2s ease}.docs-sidebar li a:hover svg,.docs-sidebar li.active a svg{color:#db2777}.docs-sidebar li a span{flex:1}.nav-arrow{opacity:0;transition:opacity .2s ease,transform .2s ease;color:#db2777}.docs-sidebar li a:hover .nav-arrow,.docs-sidebar li.active a .nav-arrow{opacity:1;transform:translateX(2px)}.docs-main{flex:1;max-width:800px;min-width:0}.docs-section{margin-bottom:3.5rem;scroll-margin-top:100px}.docs-section h2{font-size:1.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.docs-section h3{font-size:1.15rem;margin:2rem 0 1rem}.section-intro{font-size:.95rem;color:#4b5563;margin-bottom:1.5rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin:2rem 0}.feature-card{background-color:#f9fafb;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb}.feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.feature-icon{color:#db2777;background-color:rgba(219,39,119,.1);padding:.75rem;border-radius:8px;margin-bottom:1rem}.feature-card h3{font-size:1.125rem;margin:.5rem 0}.feature-card p{color:#6b7280;font-size:.875rem;margin:0}.steps{counter-reset:step;border-left:2px solid #e5e7eb}.step{margin-bottom:2rem;position:relative;padding-left:2.5rem}.step:last-child{margin-bottom:0}.step-number{position:absolute;left:-1rem;top:0;width:2rem;height:2rem;border-radius:50%;background-color:#db2777;color:white;display:flex;align-items:center;justify-content:center;font-weight:600;border:3px solid white}.step-content{flex:1}.step-content h3{margin-top:.125rem;margin-bottom:.25rem;font-size:1.1rem}.step-content p{font-size:.9rem;margin-bottom:0}.docs-button{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#db2777;border-radius:6px;font-weight:500;font-size:.875rem;transition:all .2s ease;margin-top:1rem}.docs-button,.docs-button:hover{color:white;text-decoration:none}.docs-button:hover{background-color:#be185d}.code-block-container{position:relative;margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04)}.code-block{background-color:#1e1e3f;color:#e2e8f0;padding:1.25rem 4rem 1.25rem 1.25rem;margin:0;overflow-x:auto;font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.85rem;line-height:1.6}.copy-button{position:absolute;top:.5rem;right:.5rem;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:6px;color:white;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.copy-button:hover{background-color:rgba(255,255,255,.2)}.info-box{background-color:#f0f9ff;border-left:3px solid #0ea5e9;padding:1.25rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.info-box h3{color:#0369a1;margin-top:0;font-size:1.05rem}.checklist{list-style:none;padding:0;margin:.75rem 0 0;font-size:.9rem}.checklist li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.checklist li:before{content:"✓";position:absolute;left:0;color:#0ea5e9;font-weight:700}.card-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.info-card{background-color:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.info-card h4{font-size:1rem;margin-top:0;margin-bottom:.75rem}.info-card p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.text-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500}.text-link svg{margin-left:.25rem}.tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.tab{padding:.75rem 1.5rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab.active,.tab:hover{color:#db2777}.tab.active{border-bottom-color:#db2777}.table-container{overflow-x:auto;margin:1.5rem 0;border:1px solid #e5e7eb;border-radius:8px}table{width:100%;border-collapse:collapse}td,th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb;font-size:.875rem}table tr:last-child td{border-bottom:none}th{background-color:#f9fafb;font-weight:600;color:#374151}.customization-options{display:grid;grid-template-columns:1fr;gap:2rem;margin:2rem 0}.customization-option{background-color:#f9fafb;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.customization-option h3{margin-top:0}.preview-section{margin:3rem 0}.widget-preview{position:relative;height:500px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;padding:1rem}.widget-preview-button{position:absolute;bottom:1.5rem;right:1.5rem;background-color:#db2777;color:white;padding:.75rem 1.25rem;border-radius:100px;display:flex;align-items:center;gap:.5rem;font-weight:500;box-shadow:0 4px 6px -1px rgba(219,39,119,.5),0 2px 4px -1px rgba(219,39,119,.06)}.widget-preview-panel{position:absolute;bottom:5rem;right:1.5rem;width:350px;background-color:white;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);overflow:hidden}.widget-preview-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.widget-preview-header h4{margin:0 0 .5rem;font-size:1.125rem}.widget-preview-header p{margin:0;font-size:.875rem;color:#6b7280}.widget-preview-form{padding:1.5rem}.widget-preview-field{margin-bottom:1rem}.widget-preview-field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.widget-preview-input,.widget-preview-select{height:2.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.widget-preview-textarea{height:5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.widget-preview-submit{background-color:#db2777;color:white;padding:.75rem 1rem;border-radius:6px;text-align:center;font-weight:500;margin-top:1rem}.faq-list{margin:1.5rem 0}.faq-item{border-top:1px solid #e5e7eb;padding:1.25rem 0}.faq-item:first-child{border-top:none;padding-top:0}.faq-item:last-child{padding-bottom:0}.faq-item h3{font-size:1.05rem;margin-top:0;margin-bottom:.5rem}.faq-item p{margin:0;font-size:.9rem}@media (max-width:1024px){.docs-content{flex-direction:column}.docs-sidebar{width:100%;position:static;height:auto;margin-bottom:2rem;overflow-y:visible;padding-right:0}}@media (max-width:768px){.docs-header{padding:1rem}.docs-header-content{flex-direction:column;align-items:flex-start;gap:1rem}.docs-search{width:100%}.docs-content{padding:1rem;gap:1.5rem}}.premium-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#9333ea,#6366f1);color:white;padding:3px 8px;border-radius:12px;font-size:.7rem;font-weight:600;margin-left:8px;vertical-align:middle;gap:4px}.premium-badge svg{margin-right:1px}.info-box.warning{background-color:#fff8e6;border-left-color:#f59e0b}.info-box.warning h3{color:#b45309}ol{padding-left:1.5rem;margin-bottom:1.5rem}ol li{margin-bottom:.5rem;line-height:1.6}.steps{margin:2rem 0}.bullet-list{list-style-type:none;padding-left:0;margin-bottom:1.25rem}.bullet-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.bullet{color:#db2777;font-weight:700;margin-right:.5rem}.highlight-note-docs{background-color:#f2f8fd;border-left:4px solid #0369a1;padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-weight:500;color:#212121;box-shadow:0 2px 4px rgba(0,0,0,.05)}.code-mini{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;margin:12px 0;font-family:monospace;font-size:.9rem;white-space:pre-wrap;overflow-x:auto;color:#334155}