.header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#1f2937;text-decoration:none;transition:opacity .2s}.header-logo:hover{opacity:.8}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.logo-text{color:#1f2937}.header-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#1f2937;font-size:.9rem;transition:color .2s;white-space:nowrap}.nav-link:hover{color:#111827}.nav-link-signin{color:#1f2937;font-weight:500}.nav-link-signin:hover{color:#111827}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.85rem}}.search-section{background:linear-gradient(135deg,#fef3c7,#ddd6fe);padding:4rem 2rem;display:flex;justify-content:center}.search-container{max-width:800px;width:100%}.search-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.search-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:#fff;border-radius:8px;padding:0 1rem;box-shadow:0 2px 4px #0000001a}.search-icon{color:#9ca3af;margin-right:.75rem;flex-shrink:0}.search-input{flex:1;border:none;outline:none;padding:1rem 0;font-size:1rem;color:#1f2937;background:transparent}.search-input::placeholder{color:#9ca3af}.search-button{background-color:#1f2937;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;transition:background-color .2s;white-space:nowrap}.search-button:hover{background-color:#111827}.popular-searches{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.popular-label{color:#6b7280;font-size:.9rem}.popular-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.popular-button{background-color:#fff;color:#1f2937;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;transition:all .2s;border:1px solid #e5e7eb}.popular-button:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}@media (max-width: 768px){.search-section{padding:2rem 1rem}.search-title{font-size:1.75rem;margin-bottom:1.5rem}.search-form{flex-direction:column}.search-button{width:100%}.popular-searches{flex-direction:column;align-items:flex-start}}.content-cards{padding:3rem 2rem;background-color:#fff}.cards-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.content-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s;display:flex;flex-direction:column;cursor:pointer}.content-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.card-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;color:#6b7280;transition:all .3s}.card-icon svg{width:28px;height:28px}.content-card:hover .card-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.card-description{color:#6b7280;font-size:.95rem;line-height:1.6;flex:1}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280}@media (max-width: 768px){.content-cards{padding:2rem 1rem}.cards-container{grid-template-columns:1fr;gap:1.5rem}}.need-more-help{padding:4rem 2rem;background-color:#f9fafb;border-top:1px solid #e5e7eb}.help-container{max-width:1200px;margin:0 auto}.help-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}.help-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.help-option{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;transition:all .3s;cursor:pointer}.help-option:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.help-icon{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#fef3c7,#ddd6fe);border-radius:12px;color:#667eea}.help-icon svg{width:28px;height:28px}.help-content{flex:1}.help-option-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.help-option-description{color:#6b7280;font-size:.95rem;line-height:1.6}@media (max-width: 768px){.need-more-help{padding:3rem 1rem}.help-title{font-size:1.5rem;margin-bottom:2rem}.help-options{grid-template-columns:1fr;gap:1.5rem}.help-option{flex-direction:column;text-align:center}}.footer{background-color:#1f2937;color:#d1d5db;padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;justify-items:center}.footer-section{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:250px}.footer-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.footer-links a{color:#d1d5db;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-socials{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.social-link{color:#d1d5db;font-size:.9rem;transition:color .2s}.social-link:hover{color:#667eea}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:.85rem}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center}.footer-section{align-items:flex-start}}.knowledge-base{min-height:100vh;display:flex;flex-direction:column}.knowledge-base-content{flex:1}.status-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.status-content{flex:1;padding:3rem 2rem}.status-container{max-width:1200px;margin:0 auto}.status-header{text-align:center;margin-bottom:3rem}.status-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.status-subtitle{font-size:1.1rem;color:#6b7280}.overall-status{margin-bottom:3rem}.status-badge{display:flex;align-items:center;gap:1.5rem;background:#fff;border:2px solid #10b981;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #10b9811a}.status-badge.operational{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#fff)}.status-badge-icon{font-size:3rem;color:#10b981;flex-shrink:0}.status-badge-content{display:flex;flex-direction:column;gap:.5rem}.status-badge-title{font-size:1.5rem;font-weight:600;color:#1f2937}.status-badge-time{font-size:.9rem;color:#6b7280}.services-section{margin-bottom:3rem}.services-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{border-color:#10b981;box-shadow:0 4px 12px #10b9811a;transform:translateY(-2px)}.service-header{display:flex;gap:1rem;margin-bottom:1rem}.service-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon{font-size:1.5rem;color:#10b981}.service-info{flex:1}.service-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.service-description{font-size:.9rem;color:#6b7280;line-height:1.5}.service-status{display:flex;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.status-indicator svg{width:16px;height:16px}.known-bugs-section{margin-bottom:3rem}.bugs-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.bugs-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem 2rem}.no-bugs{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.no-bugs-icon{font-size:4rem;color:#10b981;margin-bottom:.5rem}.no-bugs-title{font-size:1.5rem;font-weight:600;color:#1f2937}.no-bugs-description{font-size:1rem;color:#6b7280;max-width:500px;line-height:1.6}.status-footer-note{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;color:#6b7280}.support-link{color:#667eea;font-weight:500;text-decoration:underline;transition:color .2s}.support-link:hover{color:#764ba2}@media (max-width: 768px){.status-content{padding:2rem 1rem}.status-title{font-size:2rem}.status-badge{flex-direction:column;text-align:center;padding:1.5rem}.status-badge-icon{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.bugs-container{padding:2rem 1.5rem}.no-bugs-icon{font-size:3rem}}.getting-started-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.getting-started-content{flex:1;padding:2rem}.getting-started-container{max-width:1400px;margin:0 auto}.getting-started-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.topics-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;padding:2rem;overflow-y:auto;max-height:calc(100vh - 200px)}.sidebar-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.topics-nav{display:flex;flex-direction:column;gap:.5rem}.topic-section{margin-bottom:.5rem}.topic-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;font-size:.95rem;font-weight:500;color:#1f2937}.topic-header:hover{background:#f3f4f6;border-color:#d1d5db}.topic-icon{font-size:.75rem;color:#6b7280;flex-shrink:0}.topic-title{flex:1}.articles-list{list-style:none;margin:.5rem 0 0;padding-left:0;display:flex;flex-direction:column;gap:.25rem}.articles-list li{margin:0}.article-link{width:100%;display:block;padding:.75rem 1rem .75rem 2.5rem;text-align:left;background:transparent;border:none;border-radius:6px;color:#6b7280;font-size:.9rem;cursor:pointer;transition:all .2s;position:relative}.article-link:hover{background:#f3f4f6;color:#1f2937}.article-link.active{background:#ede9fe;color:#667eea;font-weight:500}.article-link.active:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#667eea;border-radius:50%}.article-content{padding:3rem;overflow-y:auto;max-height:calc(100vh - 200px)}.article-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.article-body{color:#374151;line-height:1.8;font-size:1rem}.article-body h1{font-size:1.75rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem}.article-body h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:1.5rem 0 1rem}.article-body h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:1.25rem 0 .75rem}.article-body p{margin:1rem 0;color:#374151}.article-body ul,.article-body ol{margin:1rem 0;padding-left:2rem}.article-body li{margin:.5rem 0;color:#374151}.article-list{margin:1rem 0;padding-left:2rem}.article-body strong{font-weight:600;color:#1f2937}.no-article-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:#6b7280}.no-article-selected h2{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}@media (max-width: 1024px){.getting-started-layout{grid-template-columns:250px 1fr}.topics-sidebar{padding:1.5rem}.article-content{padding:2rem}}@media (max-width: 768px){.getting-started-content{padding:1rem}.getting-started-layout{grid-template-columns:1fr}.topics-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;max-height:300px}.article-content{padding:1.5rem;max-height:none}.article-title{font-size:1.5rem}}.changelog-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.changelog-content{flex:1;padding:3rem 2rem}.changelog-container{max-width:900px;margin:0 auto}.changelog-header{text-align:center;margin-bottom:3rem}.changelog-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.changelog-subtitle{font-size:1.1rem;color:#6b7280}.changelog-entries{display:flex;flex-direction:column;gap:2rem}.changelog-entry{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s}.changelog-entry:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.entry-version{display:flex;align-items:center;gap:.75rem}.version-number{font-size:1.25rem;font-weight:600;color:#1f2937}.version-type{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.entry-date{color:#6b7280;font-size:.9rem}.entry-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.entry-description{color:#6b7280;font-size:1rem;line-height:1.6}.changelog-footer-note{margin-top:3rem;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center;color:#6b7280}.changelog-link{color:#667eea;font-weight:500;text-decoration:underline;transition:color .2s}.changelog-link:hover{color:#764ba2}@media (max-width: 768px){.changelog-content{padding:2rem 1rem}.changelog-title{font-size:2rem}.entry-header{flex-direction:column;align-items:flex-start}.changelog-entry{padding:1.5rem}}.contact-support-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.contact-support-content{flex:1;padding:3rem 2rem}.contact-support-container{max-width:900px;margin:0 auto}.contact-support-header{text-align:center;margin-bottom:3rem}.contact-support-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-support-subtitle{font-size:1.1rem;color:#6b7280}.contact-support-card{background:#fff;border:2px solid #667eea;border-radius:16px;padding:3rem;text-align:center;margin-bottom:3rem;box-shadow:0 4px 6px #667eea1a}.contact-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact-icon{font-size:2.5rem;color:#fff}.contact-email-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-email-link{display:inline-block;font-size:1.5rem;font-weight:600;color:#667eea;text-decoration:none;margin-bottom:1rem;transition:color .2s}.contact-email-link:hover{color:#764ba2;text-decoration:underline}.contact-description{color:#6b7280;font-size:1rem;line-height:1.6}.contact-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s}.info-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translateY(-2px)}.info-icon{font-size:2.5rem;color:#667eea;margin-bottom:1rem}.info-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.info-text{color:#6b7280;font-size:.95rem;line-height:1.6}.contact-alternatives{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center}.alternatives-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.alternatives-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.alternative-link{padding:.75rem 1.5rem;background:#f3f4f6;color:#1f2937;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s}.alternative-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.contact-support-content{padding:2rem 1rem}.contact-support-title{font-size:2rem}.contact-support-card{padding:2rem 1.5rem}.contact-info-section{grid-template-columns:1fr}.alternatives-links{flex-direction:column}.alternative-link{width:100%}}.submit-request-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.submit-request-content{flex:1;padding:2rem}.submit-request-container{max-width:800px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:#6b7280;font-size:.9rem}.breadcrumb-link{display:flex;align-items:center;gap:.5rem;color:#667eea;transition:color .2s}.breadcrumb-link:hover{color:#764ba2}.breadcrumb-separator{color:#d1d5db}.breadcrumb-current{color:#1f2937;font-weight:500}.submit-request-header{text-align:center;margin-bottom:3rem}.submit-request-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.submit-request-subtitle{font-size:1.1rem;color:#6b7280}.submit-request-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;margin-bottom:2rem}.submit-request-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:500;color:#1f2937}.required{color:#ef4444}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;color:#1f2937;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:120px}.form-submit-button{padding:.875rem 2rem;background-color:#1f2937;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;align-self:flex-start}.form-submit-button:hover:not(:disabled){background-color:#111827}.form-submit-button:disabled{opacity:.6;cursor:not-allowed}.form-message{padding:1rem;border-radius:8px;font-size:.95rem}.form-message-success{background-color:#ecfdf5;color:#065f46;border:1px solid #10b981}.form-message-error{background-color:#fef2f2;color:#991b1b;border:1px solid #ef4444}.submit-request-note{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;color:#6b7280}.email-link{color:#667eea;font-weight:500;text-decoration:underline;transition:color .2s}.email-link:hover{color:#764ba2}@media (max-width: 768px){.submit-request-content{padding:1rem}.submit-request-title{font-size:2rem}.submit-request-form-wrapper{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}
