@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap";:root{--bg:#f8f7f4;--surface:#fff;--fg:#1c2126;--muted:#5f6a72;--accent:#3a4f6b;--accent-light:#3a4f6b14;--border:#e8e6e0;--driftwood:#9c8e7e;--shadow:0 1px 3px #1c21260f, 0 1px 2px #1c21260a;--shadow-lg:0 4px 12px #1c212614, 0 2px 4px #1c21260a;--font-display:"Outfit", system-ui, sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--radius:12px;--radius-sm:8px;--radius-pill:999px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-body);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}*{box-sizing:border-box}body{background:var(--bg);margin:0;padding:0}#root{min-height:100vh}.help-center{background:var(--bg);min-height:100vh}.header{background:var(--surface);border-bottom:1px solid var(--border);text-align:center;padding:3.5rem 1.5rem 2.5rem}.header-content{max-width:640px;margin:0 auto}.header-badge{border-radius:var(--radius);background:var(--accent-light);width:56px;height:56px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.header-title{font-family:var(--font-display);color:var(--fg);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.25rem;font-weight:700}.header-subtitle{color:var(--muted);margin:0 0 2rem;font-size:1.1rem}.search-bar{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:.625rem;padding:.875rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-light)}.search-icon{color:var(--muted);flex-shrink:0;display:flex}.search-input{font-family:var(--font-body);color:var(--fg);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-input::placeholder{color:var(--muted)}.search-clear{background:var(--border);color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;line-height:1;transition:background .2s,color .2s;display:flex}.search-clear:hover{background:var(--accent);color:#fff}.category-nav{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:800px;margin:0 auto;padding:1.5rem 1.5rem 0;display:flex}.category-pill{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--muted);font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow);align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.category-pill:hover{border-color:var(--accent);color:var(--accent)}.category-pill.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:var(--shadow-lg)}.category-pill.active .pill-count{color:#fff;background:#ffffff40}.pill-count{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-pill);text-align:center;min-width:20px;padding:.1rem .4rem;font-size:.75rem;font-weight:600}.faq-main{max-width:800px;margin:0 auto;padding:2rem 1.5rem 3rem}.search-status{text-align:center;color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.faq-section{margin-bottom:2.5rem}.category-heading{font-family:var(--font-display);color:var(--fg);border-bottom:2px solid var(--border);align-items:center;gap:.5rem;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600;display:flex}.category-heading svg{color:var(--accent)}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .2s,border-color .2s;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-lg)}.faq-item.open{border-color:var(--accent);box-shadow:var(--shadow-lg)}.faq-question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);color:var(--fg);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.25rem;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent)}.faq-question-text{flex:1;line-height:1.4}.faq-question svg{color:var(--muted);flex-shrink:0;transition:color .2s}.faq-item.open .faq-question svg{color:var(--accent)}.faq-answer-wrapper{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer{color:var(--muted);padding:0 1.25rem 1.25rem;font-size:.95rem;line-height:1.65}.empty-state{text-align:center;color:var(--muted);padding:3rem 1.5rem}.empty-state .empty-icon{border-radius:var(--radius);background:var(--accent-light);width:64px;height:64px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.empty-state h3{font-family:var(--font-display);color:var(--fg);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.empty-state p{margin:0 0 1.5rem}.btn-secondary{border:1.5px solid var(--accent);border-radius:var(--radius-pill);color:var(--accent);font-family:var(--font-body);cursor:pointer;background:0 0;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--accent);color:#fff}.footer{border-top:1px solid var(--border);background:var(--surface);text-align:center;padding:3rem 1.5rem}.footer-content{max-width:480px;margin:0 auto}.footer-content h3{font-family:var(--font-display);color:var(--fg);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.footer-content p{color:var(--muted);margin:0 0 1.5rem}.footer-contact-link{border-radius:var(--radius);background:var(--accent-light);color:var(--accent);font-family:var(--font-body);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.footer-contact-link:hover{background:var(--accent);color:#fff}@media (width<=640px){.header{padding:2.5rem 1rem 2rem}.header-title{font-size:1.75rem}.header-subtitle{font-size:1rem}.search-bar{padding:.75rem .875rem}.category-nav{gap:.375rem;padding:1rem 1rem 0}.category-pill{padding:.4rem .75rem;font-size:.8125rem}.faq-main{padding:1.5rem 1rem 2rem}.faq-question{padding:1rem;font-size:.9375rem}.faq-answer{padding:0 1rem 1rem;font-size:.9rem}.footer{padding:2.5rem 1rem}.footer-content h3{font-size:1.25rem}}
