:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{width:100%;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: dark){:root{color:#fff;background-color:#242424}}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar{padding:.5rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;transition:opacity .3s}.logo:hover{opacity:.9}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.nav-menu li a{color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s;font-weight:500;display:block}.nav-menu li a:hover{background:#ffffff1a}.nav-menu li a.active{background:#fff3}@media (max-width: 768px){.menu-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;padding:1rem 0;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-menu.active{max-height:500px}.nav-menu li a{padding:1rem 2rem;border-radius:0}}.footer{background:#1a1a2e;color:#e0e0e0;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#667eea;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#667eea;margin-bottom:1rem;font-size:1.1rem}.footer-section p{line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#b0b0b0;transition:all .3s;padding:.5rem;border-radius:50%;background:#ffffff0d}.social-links a:hover{color:#667eea;background:#667eea1a}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;max-width:1200px;margin:0 auto;padding:2rem}.footer-bottom p{margin:.5rem 0;color:#b0b0b0;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.heart{color:#e74c3c;animation:heartbeat 1.5s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.credits{font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr}}.home-page{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:800}.subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6}.generator-section{padding:3rem 0;background:#f8f9fa}.generator-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;color:#667eea}.card-header h2{margin:0;font-size:1.75rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s;resize:vertical}.form-group textarea:focus{outline:none;border-color:#667eea}.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer}.form-group input[type=range]{width:100%;margin:.5rem 0}.char-count{text-align:right;font-size:.875rem;color:#666;margin-top:.25rem}.settings-header{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;cursor:pointer;margin-bottom:1rem;font-weight:600;transition:background .3s}.settings-header:hover{background:#e9ecef}.toggle-icon{margin-left:auto;font-size:.875rem}.advanced-settings{padding:1rem 0}.speed-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#666}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-large{width:100%;padding:1rem 2rem;font-size:1.125rem}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.language-warning-banner{background-color:navy;color:#fff;padding:1rem;margin-top:1rem;border-radius:8px;text-align:center;font-size:.9rem;line-height:1.5;font-weight:500}.audio-result{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;text-align:center}.audio-result h3{margin-bottom:1rem;color:#333}.audio-player{width:100%;margin-bottom:1rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.info-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.info-card h3{margin-bottom:.75rem;color:#333;font-size:1.125rem}.info-card p{color:#666;line-height:1.6;margin:0}.features-section{padding:4rem 0;background:#fff}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{margin-bottom:1rem;color:#333;font-size:1.25rem}.feature p{color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.btn-cta{background:#fff;color:#667eea;padding:1rem 3rem;font-size:1.125rem;font-weight:700}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media (max-width: 768px){.hero-content h1{font-size:2rem}.subtitle{font-size:1rem}.features-grid,.info-cards{grid-template-columns:1fr}}.language-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.lang-tab{padding:.5rem 1rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s}.lang-tab:hover{border-color:#667eea;color:#667eea}.lang-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.voice-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;max-height:400px;overflow-y:auto;padding:.5rem;background:#f8f9fa;border-radius:8px}.voice-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s}.voice-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.voice-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 4px 12px #667eea4d}.voice-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.voice-name{font-weight:600;color:#333;font-size:1rem}.voice-quality{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.voice-card.selected .voice-quality{background:#764ba2}.voice-card-info{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#666}.voice-gender{display:flex;align-items:center;gap:.25rem}.voice-accent{color:#999;font-size:.75rem}@media (max-width: 768px){.voice-cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.language-tabs{gap:.25rem}.lang-tab{padding:.4rem .75rem;font-size:.75rem}}.voices-page{min-height:100vh}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.page-hero .container{max-width:800px;margin:0 auto}.page-hero h1{font-size:3rem;margin:1rem 0;font-weight:800}.page-hero p{font-size:1.25rem;opacity:.95}.filters-section{background:#fff;padding:2rem 0;border-bottom:2px solid #f0f0f0;position:sticky;top:60px;z-index:100}.filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.filter-group{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#667eea}.filters select{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;cursor:pointer;background:#fff}.results-count{font-weight:600;color:#666}.voices-grid-section{padding:3rem 0;background:#f8f9fa}.voices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.voice-card{background:#fff;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s;border:2px solid transparent;position:relative;overflow:hidden}.voice-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a;border-color:#667eea}.voice-traits{position:absolute;top:1rem;right:1rem;font-size:1.5rem}.voice-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.voice-details{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.voice-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.voice-quality{display:flex;justify-content:space-between;padding:.75rem;background:#f8f9fa;border-radius:6px;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:#555}.voice-language{text-align:center;color:#764ba2;font-weight:600;padding-top:.5rem;border-top:1px solid #e0e0e0}.voice-info-section{padding:4rem 0;background:#fff}.voice-info-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-box{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #667eea}.info-box h3{color:#667eea;margin-bottom:1rem;font-size:1.25rem}.info-box p{margin-bottom:.75rem;line-height:1.6;color:#555}.info-box ul{margin:1rem 0;padding-left:1.5rem}.info-box ul li{margin-bottom:.5rem;color:#555;line-height:1.6}.cta-simple{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.cta-simple h2{font-size:2.5rem;margin-bottom:2rem}.cta-simple .btn{background:#fff;color:#667eea;padding:1rem 3rem;text-decoration:none;display:inline-block;border-radius:8px;font-weight:700;font-size:1.125rem;transition:all .3s}.cta-simple .btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media (max-width: 768px){.page-hero h1{font-size:2rem}.voices-grid{grid-template-columns:1fr}.filters{flex-direction:column;align-items:stretch}.filters select{width:100%}.info-grid{grid-template-columns:1fr}}.tutorial-page{min-height:100vh}.quick-start{padding:4rem 0;background:#fff}.quick-start h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.steps{max-width:900px;margin:0 auto}.step{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.step-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800}.step-content h3{font-size:1.5rem;color:#333;margin-bottom:.75rem}.step-content p{color:#555;line-height:1.7;font-size:1.05rem}.detailed-guide{padding:4rem 0;background:#f8f9fa}.detailed-guide h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.guide-section{max-width:900px;margin:0 auto 3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.guide-section h3{color:#667eea;font-size:1.75rem;margin-bottom:1rem}.guide-section>p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.feature-list{list-style:none;padding:0;margin:1.5rem 0}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#555;line-height:1.7}.check-icon{color:#28a745;flex-shrink:0;margin-top:.2rem}.tip-box{background:#e7f3ff;border-left:4px solid #2196f3;padding:1rem 1.5rem;margin-top:1.5rem;border-radius:6px;color:#0d47a1}.warning-box{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem 1.5rem;margin-top:1.5rem;border-radius:6px;color:#856404;display:flex;align-items:flex-start;gap:.75rem}.warning-icon{flex-shrink:0;margin-top:.1rem}.speed-guide{display:grid;gap:1.5rem;margin-top:1.5rem}.speed-option{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.speed-option strong{display:block;color:#667eea;font-size:1.1rem;margin-bottom:.5rem}.speed-option p{color:#555;line-height:1.6;margin:0}.use-case-examples{padding:4rem 0;background:#fff}.use-case-examples h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.example-card{background:#f8f9fa;padding:2rem;border-radius:12px;border-top:4px solid #667eea}.example-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.example-card ol{margin:0;padding-left:1.5rem;color:#555}.example-card ol li{margin-bottom:.75rem;line-height:1.6}.best-practices{padding:4rem 0;background:#f8f9fa}.best-practices h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.practices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.practice{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.practice h3{font-size:1.5rem;margin-bottom:1.5rem}.practice ul{list-style:none;padding:0;margin:0}.practice ul li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;color:#555;line-height:1.6}.practice ul li:last-child{border-bottom:none}.troubleshooting{padding:4rem 0;background:#fff}.troubleshooting h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.trouble-list{max-width:900px;margin:0 auto}.trouble-item{background:#f8f9fa;padding:1.5rem 2rem;margin-bottom:1.5rem;border-radius:8px;border-left:4px solid #dc3545}.trouble-item h3{color:#dc3545;font-size:1.25rem;margin-bottom:.75rem}.trouble-item p{color:#555;line-height:1.7;margin:0}.next-steps{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.next-steps h2{font-size:2.5rem;margin-bottom:2rem}.next-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary-tutorial,.btn-secondary-tutorial{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s}.btn-primary-tutorial{background:#fff;color:#667eea}.btn-secondary-tutorial{background:#fff3;color:#fff;border:2px solid white}.btn-primary-tutorial:hover,.btn-secondary-tutorial:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media (max-width: 768px){.step{flex-direction:column;gap:1rem}.step-number{width:50px;height:50px;font-size:1.25rem}.quick-start h2,.detailed-guide h2,.use-case-examples h2,.best-practices h2,.troubleshooting h2,.next-steps h2{font-size:2rem}.examples-grid,.practices-grid{grid-template-columns:1fr}.next-buttons{flex-direction:column;align-items:stretch}.btn-primary-tutorial,.btn-secondary-tutorial{width:100%;justify-content:center}}.about-page{min-height:100vh}.content-section{padding:4rem 0;background:#fff}.content-block{max-width:900px;margin:0 auto 4rem}.content-block h2{font-size:2.5rem;color:#333;margin-bottom:1.5rem;text-align:center}.content-block p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.features-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;transition:all .3s}.feature-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.feature-icon svg{width:40px;height:40px}.feature-item h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.feature-item p{color:#666;line-height:1.6}.tech-section{padding:4rem 0;background:#f8f9fa}.tech-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tech-card{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid #667eea;box-shadow:0 2px 8px #0000000d}.tech-card h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.tech-card p{color:#555;line-height:1.7}.stats-section{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stats-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;opacity:.95}.stat-card p{font-size:.95rem;opacity:.85}.use-cases-section{padding:4rem 0;background:#fff}.use-cases-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.use-case{background:#f8f9fa;padding:2rem;border-radius:12px;border-top:4px solid #667eea}.use-case h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.use-case p{color:#555;line-height:1.7}.credits-section{padding:4rem 0;background:#f8f9fa}.credits-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.credits-content{max-width:900px;margin:0 auto}.credit-block{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.credit-block h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.inline-icon{width:24px;height:24px}.credit-block p{color:#555;line-height:1.7}.cta-section-about{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.cta-section-about h2{font-size:2.5rem;margin-bottom:1rem}.cta-section-about p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.btn-cta-about{display:inline-block;background:#fff;color:#667eea;padding:1rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.125rem;transition:all .3s}.btn-cta-about:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media (max-width: 768px){.content-block h2,.tech-section h2,.stats-section h2,.use-cases-section h2,.credits-section h2,.cta-section-about h2{font-size:2rem}.features-showcase,.tech-grid,.stats-grid,.use-cases-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}.faq-page{min-height:100vh}.faq-content{padding:4rem 0;background:#f8f9fa}.faq-category{margin-bottom:3rem}.category-title{font-size:2rem;color:#667eea;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #667eea}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:all .3s}.faq-item:hover{box-shadow:0 4px 12px #0000001a}.faq-item.open{box-shadow:0 4px 12px #667eea33}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.125rem;font-weight:600;color:#333;text-align:left;transition:all .3s}.faq-question:hover{color:#667eea}.faq-item.open .faq-question{color:#667eea;border-bottom:1px solid #e0e0e0}.faq-answer{padding:1.5rem 2rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#555;line-height:1.8;margin:0;font-size:1.05rem}.still-have-questions{padding:4rem 0;background:#fff;text-align:center}.still-have-questions h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.still-have-questions>.container>p{font-size:1.25rem;color:#666;margin-bottom:3rem}.help-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.help-option{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center}.help-option h3{font-size:1.5rem;color:#333;margin-bottom:.75rem}.help-option p{color:#666;margin-bottom:1.5rem;line-height:1.6}.help-link{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s}.help-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.quick-links-section{padding:4rem 0;background:#f8f9fa}.quick-links-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.quick-link-card{background:#fff;padding:2rem;border-radius:12px;text-decoration:none;text-align:center;transition:all .3s;border:2px solid transparent}.quick-link-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 6px 20px #0000001a}.quick-link-card h3{font-size:1.5rem;color:#333;margin-bottom:.75rem}.quick-link-card p{color:#666;margin:0}@media (max-width: 768px){.category-title{font-size:1.5rem}.faq-question{padding:1rem 1.5rem;font-size:1rem}.faq-answer{padding:1rem 1.5rem}.still-have-questions h2,.quick-links-section h2{font-size:2rem}.help-options,.quick-links-grid{grid-template-columns:1fr}}*{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;background:#f8f9fa}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}
