:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;margin-bottom:0;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1a1a1a;font-weight:700;font-size:1.5rem;transition:opacity .2s}.logo:hover{opacity:.7}.logo-icon{font-size:1.75rem}.logo-text{color:#1a1a1a}.nav{display:flex;gap:1.5rem;align-items:center}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .2s;background:none;border:none;cursor:pointer;font-size:1rem;padding:.5rem 1rem;border-radius:6px}.nav-link:hover{color:#667eea}.nav-link-primary{background:#667eea;color:#fff}.nav-link-primary:hover{background:#5568d3;color:#fff}.nav-button{font-family:inherit}@media(max-width:768px){.header{padding:1rem}.logo-text{display:none}.nav{gap:.75rem}.nav-link{padding:.5rem .75rem;font-size:.9rem}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:4rem;padding:2rem 0 1rem;border-radius:12px;box-shadow:0 -4px 6px #0000001a}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.footer-section h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.footer-section h4{margin:0 0 1rem;font-size:1.2rem;font-weight:600}.footer-section p{margin:.5rem 0;font-size:.95rem;opacity:.9;line-height:1.5}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .2s ease}.footer-section a:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:1.5rem 2rem .5rem;text-align:center}.footer-bottom p{margin:0 0 .5rem;font-size:.9rem;opacity:.8}.footer-legal-links{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.85rem}.footer-legal-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s ease}.footer-legal-links a:hover{opacity:1;text-decoration:underline}.footer-legal-links .separator{opacity:.6}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-legal-links{flex-direction:column;gap:.5rem}.footer-legal-links .separator{display:none}}.homepage{width:100%;overflow-x:hidden}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;min-height:85vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:gold;text-shadow:0 2px 10px rgba(255,215,0,.3)}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-primary{padding:1.25rem 3rem;background:#fff;color:#667eea;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 15px #0003}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000004d}.cta-primary.large{padding:1.5rem 4rem;font-size:1.25rem}.cta-secondary{padding:1.25rem 3rem;background:transparent;color:#fff;text-decoration:none;border:2px solid white;border-radius:50px;font-weight:700;font-size:1.1rem;transition:all .3s}.cta-secondary:hover{background:#fff;color:#667eea}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 2rem}section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#2d3748}.section-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.problem-section{background:#f7fafc}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.problem-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.problem-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.problem-icon{font-size:3rem;margin-bottom:1rem}.problem-card h3{font-size:1.3rem;color:#2d3748;margin-bottom:.75rem}.problem-card p{color:#4a5568;line-height:1.6}.solution-section{background:#fff}.steps{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.step{display:flex;gap:2rem;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.8rem;font-weight:700;box-shadow:0 4px 10px #667eea4d}.step-content{flex:1}.step-content h3{font-size:1.8rem;color:#2d3748;margin-bottom:1rem}.step-content p{color:#4a5568;font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.step-content ul{list-style:none;padding:0}.step-content ul li{color:#4a5568;font-size:1.05rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6}.step-content ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.code-example{background:#2d3748;color:#68d391;padding:1.5rem;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:1rem;margin-top:1rem;line-height:1.6}.benefits-section{background:linear-gradient(135deg,#667eea15,#764ba215)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.4rem;color:#2d3748;margin-bottom:1rem}.benefit-card p{color:#4a5568;line-height:1.7;font-size:1.05rem}.use-cases-section{background:#fff}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-top:3rem}.use-case{background:#f7fafc;padding:2.5rem;border-radius:12px;border:3px solid #e2e8f0}.use-case.primary{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea}.use-case h3{font-size:1.5rem;color:#2d3748;margin-bottom:1.5rem}.use-case ul{list-style:none;padding:0}.use-case ul li{color:#4a5568;font-size:1.05rem;margin-bottom:1rem;padding-left:1.5rem;position:relative;line-height:1.6}.use-case ul li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.tech-section{background:#2d3748;color:#fff}.tech-section h2{color:#fff}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.tech-feature{text-align:center}.tech-feature h4{font-size:1.3rem;margin-bottom:.75rem;color:gold}.tech-feature p{color:#cbd5e0;line-height:1.6}.final-cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.final-cta-section h2{color:#fff;font-size:2.8rem;margin-bottom:1.5rem}.final-cta-section p{font-size:1.3rem;margin-bottom:2.5rem;line-height:1.7}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.cta-link{color:#fff;font-size:1.2rem;text-decoration:none;font-weight:600;transition:opacity .3s}.cta-link:hover{opacity:.8}.cta-note{font-size:.95rem;opacity:.8;font-style:italic}@media(max-width:768px){.hero{padding:4rem 1.5rem;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}section{padding:3rem 1rem}section h2{font-size:1.8rem}.section-subtitle{font-size:1rem}.problem-grid,.benefits-grid,.tech-features{grid-template-columns:1fr}.step{flex-direction:column;text-align:center}.step-number{margin:0 auto}.step-content ul li{text-align:left}.use-cases{grid-template-columns:1fr}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{width:100%;max-width:300px}.final-cta-section h2{font-size:1.8rem}.final-cta-section p{font-size:1.1rem}}.auth-form{max-width:400px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.auth-form h2{margin:0 0 1.5rem;color:#333;text-align:center}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.password-input{position:relative;display:flex;align-items:center}.password-input input{flex:1;padding-right:3rem}.toggle-password{position:absolute;right:.5rem;background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.5rem}.toggle-password:hover{transform:none;box-shadow:none}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fcc}.submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.switch-form{text-align:center;margin-top:1.5rem;color:#777;font-size:.9rem}.link-btn{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.link-btn:hover{transform:none;box-shadow:none;color:#764ba2}.dashboard{display:grid;grid-template-columns:280px 1fr;min-height:calc(100vh - 200px);gap:2rem;max-width:1400px;margin:0 auto;padding:2rem}.dashboard-sidebar{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;height:fit-content;position:sticky;top:2rem}.user-info{text-align:center;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem}.avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.user-info h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.user-email{color:#777;font-size:.85rem;margin:0}.dashboard-nav{display:flex;flex-direction:column;gap:.5rem}.dashboard-nav button{width:100%;padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;text-align:left;font-size:1rem;cursor:pointer;transition:all .2s;color:#555}.dashboard-nav button:hover{background:#f5f5f5;transform:translate(4px);box-shadow:none}.dashboard-nav button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.dashboard-nav button.logout-btn{margin-top:1rem;color:#e74c3c;border-top:2px solid #f0f0f0;padding-top:1.5rem}.dashboard-nav button.logout-btn:hover{background:#fee;transform:translate(0)}.dashboard-main{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;min-height:500px}@media(max-width:768px){.dashboard{grid-template-columns:1fr}.dashboard-sidebar{position:relative;top:0}}.repo-list{width:100%}.repo-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.repo-list-header h2{margin:0;color:#333}.create-repo-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.create-repo-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#333;margin:0 0 .5rem}.empty-state p{color:#777;margin:0 0 2rem}.repo-grid{display:flex;flex-direction:column;gap:1.5rem}.repo-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.repo-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.repo-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.repo-card h3{margin:0;color:#333;font-size:1.2rem;flex:1}.repo-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase}.repo-description{color:#555;margin:0 0 1rem;line-height:1.5}.repo-topic{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;color:#555}.repo-topic strong{color:#333}.repo-prompt{background:#f0f4ff;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem;border-left:3px solid #667eea}.repo-prompt strong{display:block;color:#667eea;margin-bottom:.5rem;font-size:.8rem;text-transform:uppercase}.repo-prompt p{margin:0;color:#555;line-height:1.5}.repo-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#777;text-transform:uppercase;font-weight:600}.stat-value{font-size:1.2rem;font-weight:700;color:#667eea}.stat-limit{font-size:.9rem;color:#999;font-weight:500}.repo-actions{display:flex;gap:.5rem}.repo-actions button{flex:1;padding:.625rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-settings{background:#f59e0b;color:#fff}.btn-settings:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 2px 8px #f59e0b4d}.btn-view{background:#667eea;color:#fff}.btn-view:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}.btn-delete{background:#fee;color:#c33}.btn-delete:hover{background:#fdd;transform:translateY(-1px);box-shadow:0 2px 8px #dc262633}.btn-delete:disabled{opacity:.5;cursor:not-allowed;transform:none}.create-repo-form{background:#f0f4ff;border:2px solid #667eea;border-radius:12px;padding:2rem;margin-bottom:2rem}.create-repo-form h3{margin:0 0 1.5rem;color:#333}.create-repo-form .form-group{margin-bottom:1.5rem}.create-repo-form label{display:block;margin-bottom:.5rem;color:#555;font-weight:500;font-size:.9rem}.create-repo-form input,.create-repo-form textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.create-repo-form input:focus,.create-repo-form textarea:focus{outline:none;border-color:#667eea}.create-repo-form textarea{resize:vertical}.create-repo-form small{display:block;margin-top:.25rem;color:#777;font-size:.85rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel{background:#e5e7eb;color:#555;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#d1d5db;transform:translateY(-1px);box-shadow:none}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.repo-card-horizontal{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.repo-card-horizontal:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea26}.repo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.repo-title-section{display:flex;align-items:center;gap:1rem}.repo-title-section h3{margin:0;color:#1f2937;font-size:1.4rem;font-weight:700}.article-count{background:#e0e7ff;color:#4338ca;padding:.375rem .875rem;border-radius:16px;font-size:.85rem;font-weight:600}.repo-actions-top{display:flex;align-items:center;gap:.75rem}.btn-link{background:transparent;color:#667eea;border:none;padding:.5rem .75rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border-radius:6px}.btn-link:hover{background:#f3f4f6;color:#5568d3}.btn-delete-small{background:transparent;border:none;padding:.5rem;font-size:1.1rem;cursor:pointer;border-radius:6px;transition:all .2s}.btn-delete-small:hover{background:#fee}.btn-delete-small:disabled{opacity:.5;cursor:not-allowed}.articles-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;min-height:180px}.articles-loading{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.95rem}.no-articles-preview{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px}.no-articles-preview p{margin:0;color:#6b7280;font-size:.95rem}.btn-add-articles{background:#667eea;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-add-articles:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.article-preview-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:.75rem}.article-preview-card:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translateY(-2px)}.article-preview-header{display:flex;justify-content:space-between;align-items:start;gap:.5rem}.article-preview-header h4{margin:0;color:#1f2937;font-size:.95rem;line-height:1.4;flex:1;font-weight:600}.relevance-score{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;white-space:nowrap}.article-preview-description{margin:0;color:#6b7280;font-size:.85rem;line-height:1.5;flex:1}.article-preview-meta{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #e5e7eb;font-size:.8rem;gap:.5rem}.article-source{color:#667eea;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-date{color:#9ca3af;white-space:nowrap}@media(max-width:1200px){.articles-preview{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:768px){.repo-header{flex-direction:column;align-items:flex-start;gap:1rem}.repo-actions-top{width:100%;justify-content:space-between}.articles-preview{grid-template-columns:1fr}.repo-title-section{flex-direction:column;align-items:flex-start;gap:.5rem}}.settings{width:100%}.settings h2{margin:0 0 2rem;color:#333}.settings-section{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.settings-section h3{margin:0 0 1.5rem;color:#333;font-size:1.1rem}.settings-group{display:flex;flex-direction:column;gap:1.5rem}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-item label{font-weight:600;color:#555;font-size:.9rem}.setting-value{color:#333;font-size:1rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.toggle-group{display:flex;align-items:center;gap:.75rem}.toggle-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.toggle-group label{font-weight:400;color:#555;cursor:pointer;margin:0}.settings-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;background:#e5e7eb;color:#555}.settings-btn:hover{background:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.settings-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.settings-btn.primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.settings-btn.danger{background:#fee;color:#c33}.settings-btn.danger:hover{background:#fdd;box-shadow:0 2px 8px #dc262633}.info-box{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}.info-box p{margin:.75rem 0;color:#555;display:flex;justify-content:space-between;align-items:center}.info-box p:first-child{margin-top:0}.info-box p:last-child{margin-bottom:0}.info-box strong{color:#333}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.online{background:#d1fae5;color:#065f46}.repo-settings{max-width:900px;margin:0 auto;padding:2rem}.settings-header{margin-bottom:2rem}.header-buttons{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.back-btn,.articles-btn{background:#f3f4f6;color:#374151;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.articles-btn{background:#3498db;color:#fff}.back-btn:hover{background:#e5e7eb;transform:none;box-shadow:none}.articles-btn:hover{background:#2980b9}.settings-header h1{margin:0;color:#333;font-size:2rem}.loading{text-align:center;padding:3rem;color:#777;font-size:1.1rem}.success-message{background-color:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #6ee7b7}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fcc}.settings-sections{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem}.settings-section h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical}.form-group small{display:block;margin-top:.25rem;color:#777;font-size:.85rem}.save-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.generate-btn{background:#10b981;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.generate-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.queries-info{color:#555;margin:0 0 1rem;font-weight:500}.queries-list{display:flex;flex-direction:column;gap:1rem}.query-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem}.query-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.query-number{font-weight:700;color:#667eea;font-size:.9rem}.query-details{display:flex;flex-direction:column;gap:.75rem}.query-field strong{display:block;color:#374151;font-size:.85rem;margin-bottom:.25rem}.query-field code{display:block;background:#fff;padding:.5rem;border-radius:4px;font-size:.9rem;color:#1f2937;border:1px solid #e5e7eb}.keywords-list,.sources-list,.domains-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag,.source-tag,.domain-tag{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.source-tag{background:#10b981}.domain-tag{background:#f59e0b}.query-meta{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid #e5e7eb;font-size:.85rem;color:#6b7280}.no-queries{text-align:center;padding:3rem 2rem;background:#fef3c7;border:2px dashed #f59e0b;border-radius:8px}.no-queries p{margin:.5rem 0;color:#92400e}.no-queries p:first-child{font-weight:700;font-size:1.1rem}.search-btn{background:#8b5cf6;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.search-btn:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.search-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.search-disabled{text-align:center;padding:2rem;background:#fef3c7;border:2px dashed #f59e0b;border-radius:8px}.search-disabled p{margin:.5rem 0;color:#92400e}.search-disabled p:first-child{font-weight:700;font-size:1.1rem}.search-info{padding:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0c4a6e;line-height:1.6}.search-info p{margin:0}.search-results{margin-top:1.5rem;padding:1.5rem;background:#f0fdf4;border:2px solid #86efac;border-radius:8px}.search-results h3{margin:0 0 1rem;color:#166534}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.result-stat{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border-radius:6px;border:1px solid #bbf7d0}.result-label{font-size:.75rem;color:#166534;text-transform:uppercase;font-weight:600}.result-value{font-size:1.5rem;font-weight:700;color:#15803d}@media(max-width:768px){.repo-settings{padding:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.generate-btn,.search-btn{width:100%}.results-grid{grid-template-columns:1fr 1fr}}.article-list{padding:1rem}.article-list h2{margin-bottom:1.5rem;color:#333}.loading,.error,.empty-state{text-align:center;padding:3rem;color:#666}.error button{margin-top:1rem;padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.empty-state .hint{margin-top:1rem;color:#999;font-style:italic}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.article-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#3498db}.article-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.75rem}.article-header h3{margin:0;font-size:1.1rem;line-height:1.4;color:#2c3e50;flex:1}.relevance-badge{background:#27ae60;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600;white-space:nowrap}.article-description{color:#555;font-size:.95rem;line-height:1.5;margin:.75rem 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f0f0f0;font-size:.85rem;color:#777}.article-meta .source{font-weight:600;color:#3498db}.article-meta .author{color:#666}.article-meta .date{margin-left:auto;color:#999}.article-footer{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.article-footer .badge{background:#e8f5e9;color:#2e7d32;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.article-footer .status{margin-left:auto;font-size:.75rem;color:#999;text-transform:capitalize}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1.5rem 0}.pagination-btn{padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#2980b9}.pagination-btn:disabled{background:#bdc3c7;cursor:not-allowed;opacity:.6}.page-numbers{display:flex;gap:.25rem;align-items:center}.page-btn{min-width:2.5rem;padding:.5rem .75rem;background:#fff;color:#3498db;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.page-btn:hover{background:#ecf0f1;border-color:#3498db}.page-btn.active{background:#3498db;color:#fff;border-color:#3498db;font-weight:600}.pagination-ellipsis{padding:0 .5rem;color:#999}.pagination-info{text-align:center;color:#666;font-size:.9rem;margin-top:1rem}.repo-articles{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.articles-header{margin-bottom:2rem}.header-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.back-btn,.settings-btn{padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-btn{background:#ecf0f1;color:#2c3e50}.back-btn:hover{background:#d5dbdb}.settings-btn{background:#3498db;color:#fff}.settings-btn:hover{background:#2980b9}.header-info h1{font-size:2rem;color:#2c3e50;margin:0 0 .5rem}.repo-description{color:#666;font-size:1.05rem;line-height:1.6;margin:.75rem 0}.repo-keywords{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.keyword-tag{background:#e3f2fd;color:#1976d2;padding:.375rem .75rem;border-radius:16px;font-size:.875rem;font-weight:500}.articles-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.loading,.error-message{text-align:center;padding:3rem;font-size:1.1rem}.loading{color:#666}.error-message{color:#e74c3c}.repo-articles button{margin-top:1rem}@media(max-width:768px){.repo-articles{padding:1rem}.header-navigation{flex-direction:column;align-items:stretch}.back-btn,.settings-btn{width:100%}.header-info h1{font-size:1.5rem}.articles-content{padding:1rem}}.article-viewer{min-height:100vh;background:#f8f9fa;padding:2rem}.article-container{max-width:900px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.article-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.back-button{padding:.5rem 1rem;background:transparent;border:1px solid #3498db;color:#3498db;border-radius:4px;cursor:pointer;font-size:.95rem;transition:all .2s}.back-button:hover{background:#3498db;color:#fff}.original-link{padding:.5rem 1rem;background:#3498db;color:#fff;text-decoration:none;border-radius:4px;font-size:.95rem;transition:background .2s}.original-link:hover{background:#2980b9}.article-header{padding:2rem;border-bottom:1px solid #e0e0e0}.article-header h1{margin:0 0 1.5rem;font-size:2rem;line-height:1.3;color:#2c3e50}.article-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.meta-item{font-size:.9rem;color:#666}.meta-item strong{color:#333;margin-right:.5rem}.meta-item .score{color:#27ae60;font-weight:600}.article-summary{padding:2rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.article-summary h2{margin:0 0 1rem;font-size:1.3rem;color:#2c3e50}.article-summary p{margin:0;line-height:1.6;color:#555}.article-content{padding:2rem}.content-body{line-height:1.8;color:#333;font-size:1.05rem}.content-body p{margin:1rem 0}.content-body h1,.content-body h2,.content-body h3{margin:2rem 0 1rem;color:#2c3e50}.content-body h1{font-size:1.8rem}.content-body h2{font-size:1.5rem}.content-body h3{font-size:1.2rem}.content-body img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:4px}.content-body a{color:#3498db;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.content-body a:hover{border-bottom-color:#3498db}.no-content{text-align:center;padding:3rem;color:#666}.no-content p{margin-bottom:1.5rem}.no-content a{display:inline-block;padding:.75rem 1.5rem;background:#3498db;color:#fff;text-decoration:none;border-radius:4px;transition:background .2s}.no-content a:hover{background:#2980b9}.loading,.error{text-align:center;padding:3rem;color:#666}.error{color:#e74c3c}.error button{margin:.5rem;padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.error button:hover{background:#2980b9}.about-page{padding:2rem;max-width:1200px;margin:0 auto}.about-container{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-hero{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.about-hero h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700}.tagline{font-size:1.2rem;opacity:.95;line-height:1.6;max-width:800px;margin:0 auto}.about-section{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.about-section h2{color:#667eea;margin-top:0;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.about-section p{line-height:1.8;color:#333;margin-bottom:1rem;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #667eea33}.feature-icon{font-size:2.5rem;margin-bottom:.5rem}.feature-card h3{color:#667eea;margin:.5rem 0;font-size:1.3rem}.feature-card p{color:#666;margin:0;font-size:.95rem;line-height:1.6}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.step{text-align:center;padding:1.5rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step h3{color:#667eea;margin:1rem 0 .5rem;font-size:1.2rem}.step p{color:#666;font-size:.95rem;line-height:1.6}.tech-section{background:#f8f9fa}.tech-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.tech-item{padding:1rem;background:#fff;border-radius:8px;border-left:3px solid #764ba2;font-size:1rem;color:#333}.tech-item strong{color:#667eea}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.use-case-card{padding:2rem;background:#f8f9fa;border-radius:8px;border:2px solid #e0e0e0}.use-case-card.primary{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea}.use-case-card h3{color:#667eea;margin-top:0;margin-bottom:1.5rem;font-size:1.4rem}.use-case-card ul{list-style:none;padding:0;margin:0}.use-case-card ul li{color:#333;margin-bottom:1rem;padding-left:1.5rem;position:relative;line-height:1.6}.use-case-card ul li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.use-case-card ul li strong{color:#667eea}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.why-item{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.why-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #667eea33}.why-item h4{color:#667eea;margin:0 0 .75rem;font-size:1.2rem}.why-item p{color:#666;font-size:.95rem;margin:0;line-height:1.6}.cta-section{text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea}.cta-section h2{margin-bottom:1rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px #0000001a}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}@media(max-width:768px){.about-hero h1{font-size:2rem}.tagline{font-size:1rem}.features-grid,.steps-container,.tech-list,.use-case-grid,.why-grid{grid-template-columns:1fr}.about-section{padding:1.5rem}}.contact-page{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.contact-container{max-width:900px;margin:0 auto}.contact-hero{text-align:center;margin-bottom:3rem;color:#fff}.contact-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.contact-hero .tagline{font-size:1.25rem;opacity:.9;max-width:700px;margin:0 auto}.contact-form-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.contact-info{margin-bottom:2rem}.contact-info h2{color:#2d3748;margin-bottom:1rem;font-size:1.75rem}.contact-info p{color:#4a5568;line-height:1.6;margin-bottom:.75rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f7fafc;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.status-message{padding:1rem;border-radius:8px;font-weight:500;text-align:center}.status-message.success{background-color:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.status-message.error{background-color:#fed7d7;color:#742a2a;border:1px solid #fc8181}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #667eea66}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.support-section{background:#fff;border-radius:12px;padding:2.5rem;margin-top:2rem;box-shadow:0 10px 40px #0000001a;text-align:center}.support-content h2{color:#2d3748;margin-bottom:1rem;font-size:1.75rem}.support-content p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.coffee-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#ff813f,#fc5c65);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #fc5c6566}.coffee-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc5c6580}.coffee-button:active{transform:translateY(0)}.coffee-icon{font-size:1.5rem}.support-note{font-size:.9rem;color:#718096;margin-top:1.5rem;font-style:italic}@media(max-width:768px){.contact-page{padding:1rem}.contact-hero h1{font-size:2rem}.contact-hero .tagline{font-size:1rem}.contact-form-section,.support-section{padding:1.5rem}.coffee-button{font-size:1rem;padding:.875rem 1.5rem}}.legal-page{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.legal-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a}.legal-container h1{color:#2d3748;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.last-updated{color:#718096;font-size:.95rem;margin-bottom:2rem;font-style:italic}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#2d3748;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.legal-section h3{color:#4a5568;font-size:1.2rem;margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.legal-section p{color:#4a5568;line-height:1.8;margin-bottom:1rem}.legal-section ul{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{color:#4a5568;line-height:1.8;margin-bottom:.5rem}.legal-section li strong{color:#2d3748}.legal-section:first-of-type{margin-top:1rem}@media(max-width:768px){.legal-page{padding:1rem}.legal-container{padding:1.5rem}.legal-container h1{font-size:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}}.help-page{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.help-container{max-width:1000px;margin:0 auto}.help-hero{text-align:center;margin-bottom:3rem;color:#fff}.help-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.help-hero .tagline{font-size:1.25rem;opacity:.9}.quick-links{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a}.quick-links h2{color:#2d3748;margin-bottom:1.5rem;font-size:1.75rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.quick-link-card{background:linear-gradient(135deg,#667eea15,#764ba215);border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .2s;cursor:pointer}.quick-link-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.quick-link-icon{font-size:2rem;margin-bottom:.5rem}.quick-link-card h3{color:#2d3748;font-size:1.1rem;margin-bottom:.5rem}.quick-link-card p{color:#718096;font-size:.9rem;margin:0}.faq-section{display:flex;flex-direction:column;gap:2rem}.faq-category{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0000001a}.category-title{color:#2d3748;font-size:1.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #667eea}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:#cbd5e0}.faq-question{width:100%;background:#fff;border:none;padding:1.25rem 1.5rem;text-align:left;font-size:1rem;font-weight:600;color:#2d3748;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.faq-question:hover{background-color:#f7fafc}.faq-question.active{background-color:#edf2f7;color:#667eea}.faq-icon{font-size:1.5rem;font-weight:300;color:#667eea;flex-shrink:0;margin-left:1rem}.faq-answer{padding:1.25rem 1.5rem;background-color:#f7fafc;color:#4a5568;line-height:1.8;border-top:1px solid #e2e8f0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.help-contact{background:#fff;border-radius:12px;padding:3rem;margin-top:2rem;text-align:center;box-shadow:0 10px 40px #0000001a}.help-contact h2{color:#2d3748;font-size:1.75rem;margin-bottom:1rem}.help-contact p{color:#4a5568;font-size:1.1rem;margin-bottom:1.5rem}.contact-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:0 4px 14px #667eea66}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}@media(max-width:768px){.help-page{padding:1rem}.help-hero h1{font-size:2rem}.help-hero .tagline{font-size:1rem}.quick-links{padding:1.5rem}.quick-links-grid{grid-template-columns:1fr}.faq-category{padding:1.5rem}.category-title{font-size:1.5rem}.faq-question,.faq-answer{padding:1rem;font-size:.95rem}.help-contact{padding:2rem 1.5rem}}
