:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body,html{width:100%;min-width:100%;margin:0;padding:0;overflow-x:hidden}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;padding:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--afro-navy-dark:#04152b;--afro-logo-blue:#0b3c68;--afro-orange-cta:#f7a41c;--afro-blue-button:#3b82f6;--afro-input-bg:#ffffff12;--afro-body-canvas:#fff;--afro-panel-bg:#f8fafc;--afro-border-tone:#e2e8f0;--afro-text-deep:#0f172a;--afro-text-muted:#64748b}*{box-sizing:border-box}body{background-color:var(--afro-body-canvas);color:var(--afro-text-deep);width:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.afro-support-wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.afro-header{background-color:var(--afro-navy-dark);color:#fff;border-bottom:4px solid var(--afro-orange-cta);width:100%;padding:1.2rem 0;box-shadow:0 4px 12px #04152b26}.header-container{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.brand-logo{letter-spacing:-.5px;align-items:center;font-size:1.6rem;font-weight:700;text-decoration:none;display:flex}.logo-afro{color:#fff}.logo-gebeya{color:var(--afro-orange-cta);text-transform:lowercase}.logo-subdomain{color:#cbd5e1;text-transform:none;border-left:2px solid #fff3;margin-left:10px;padding-left:10px;font-size:.85rem;font-weight:400}.header-nav{gap:1.5rem;display:flex}.header-nav a{color:#fff;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--afro-orange-cta)}@media (width<=600px){.header-container{text-align:center;flex-direction:column;gap:1rem}.logo-subdomain{border-left:none;width:100%;margin-top:2px;margin-left:0;padding-left:0}}.support-hero{background:linear-gradient(180deg, var(--afro-navy-dark) 0%, #0c2340 100%);color:#fff;text-align:center;width:100%;padding:4rem 0}.hero-content{width:100%}.hero-content h1{margin-top:0;margin-bottom:.75rem;font-size:2.2rem;font-weight:700}.hero-content p{color:#94a3b8;margin-bottom:2rem;font-size:1.05rem}.search-bar-wrapper{justify-content:center;width:100%;display:flex}.faq-search-input{border:2px solid #0000;border-radius:50px;outline:none;width:100%;max-width:650px;padding:1.1rem 1.5rem;font-size:1rem;transition:border-color .2s;box-shadow:0 4px 20px #04152b4d}.faq-search-input:focus{border-color:var(--afro-orange-cta)}.support-main-layout{flex:1;grid-template-columns:1.6fr 1fr;gap:2.5rem;width:100%;padding-top:2.5rem;padding-bottom:2.5rem;display:grid}@media (width<=900px){.support-main-layout{grid-template-columns:1fr;gap:3rem}}.faq-section{text-align:left;width:100%}.faq-section h2{text-align:left;margin-top:0;margin-bottom:1rem;font-size:1.6rem}.category-filters{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-bottom:1.5rem;display:flex}.filter-btn{border:1px solid var(--afro-border-tone);color:var(--afro-text-muted);cursor:pointer;background:#fff;border-radius:25px;padding:.55rem 1.1rem;font-size:.8rem;font-weight:600;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:var(--afro-navy-dark);color:#fff;border-color:var(--afro-navy-dark)}.faq-list{flex-direction:column;gap:1.25rem;width:100%;display:flex}.faq-item-card{border:1px solid var(--afro-border-tone);text-align:left;background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 6px #00000003}.faq-item-card h3{color:var(--afro-navy-dark);text-align:left;margin-top:0;margin-bottom:.5rem;font-size:1.15rem}.faq-item-card p{color:var(--afro-text-muted);text-align:left;margin:0;font-size:.95rem;line-height:1.6}.no-results{color:var(--afro-text-muted);text-align:left;font-style:italic}.ticket-form-section{width:100%}.ticket-form-section h2{margin-top:0;margin-bottom:.5rem;font-size:1.6rem}.form-sticky-card{background:var(--afro-panel-bg);border:1px solid var(--afro-border-tone);border-radius:12px;padding:2rem;position:sticky;top:20px}@media (width<=900px){.form-sticky-card{position:static}}.actual-support-form{margin-top:1.5rem}.form-group{flex-direction:column;gap:6px;margin-bottom:1.2rem;display:flex}.form-group-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=480px){.form-group-row{grid-template-columns:1fr}}.form-group label{font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.75rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--afro-navy-dark);outline:none}.form-submit-action-btn{background-color:var(--afro-orange-cta);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background-color .2s;box-shadow:0 4px 12px #ff572233}.form-submit-action-btn:hover{background-color:#e04716}.success-toast{color:#2e7d32;background-color:#e8f5e9;border-radius:6px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.afro-footer{background-color:var(--afro-navy-dark);color:#fff;border-top:1px solid #ffffff14;width:100%;margin-top:auto}.newsletter-band{border-bottom:1px solid #ffffff14;width:100%;padding:2.5rem 0}.newsletter-container{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;display:flex}.newsletter-text{text-align:left}.newsletter-text h3{color:#fff;letter-spacing:-.2px;margin:0 0 .4rem;font-size:1.35rem;font-weight:700}.newsletter-text p{color:#94a3b8;margin:0;font-size:.95rem}.newsletter-form-inline{background-color:var(--afro-input-bg);border:1px solid #ffffff26;border-radius:8px;align-items:center;width:100%;max-width:460px;padding:4px;display:flex}.newsletter-inline-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:.95rem}.newsletter-inline-input::placeholder{color:#64748b}.newsletter-submit-btn{background-color:var(--afro-blue-button);color:#fff;cursor:pointer;border:none;border-radius:6px;outline:none;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:opacity .2s}.newsletter-submit-btn:hover{opacity:.9}@media (width<=768px){.newsletter-container{flex-direction:column;align-items:flex-start;gap:1.5rem}.newsletter-form-inline{max-width:100%}}.footer-links-section{width:100%;padding:3.5rem 0 1.5rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;width:100%;padding-bottom:2.5rem;display:grid}.footer-column h4{color:var(--afro-orange-cta);margin-top:0;margin-bottom:1.2rem;font-size:1.15rem;font-weight:700}.footer-column p,.footer-column ul li{color:#94a3b8;font-size:.9rem;line-height:1.5}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:.6rem}.footer-column a{color:var(--afro-orange-cta);text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.85rem}
