*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-size:1rem;line-height:1.6;color:#2d3436;background:#f8f9fa;min-height:100vh}h1{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#2d3436}h2{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.875rem;color:#2d3436}h3{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem;color:#2d3436}p{margin-bottom:1rem;color:#636e72}a{color:#0984e3;text-decoration:none;transition:color .2s}a:hover{color:#0665b3;text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-fluid{width:100%;padding:0 1rem}header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000;height:64px}.header-content{height:100%;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700}.logo a{color:#2d3436;display:flex;align-items:center;gap:.5rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;font-size:1.25rem}.nav-center{flex:1;display:flex;justify-content:center;padding:0 2rem}.main-nav{display:flex;gap:2rem;list-style:none}.main-nav a{color:#636e72;font-weight:500;padding:.5rem 0;position:relative}.main-nav a:hover{color:#2d3436;text-decoration:none}.main-nav a.active{color:#2d3436}.main-nav a.active::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#0984e3}.user-actions{display:flex;gap:.75rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:6px;font-weight:500;font-size:.9375rem;border:none;cursor:pointer;transition:all .2s;text-decoration:none;line-height:1;white-space:nowrap}.btn-primary{background:#0984e3;color:#fff}.btn-primary:hover{background:#0665b3;transform:translateY(-1px);box-shadow:0 4px 8px rgba(9,132,227,.3)}.btn-success{background:#00b894;color:#fff}.btn-success:hover{background:#00a082}.btn-outline{background:0 0;color:#636e72;border:2px solid #e0e0e0}.btn-outline:hover{background:#f8f9fa;border-color:#b2bec3;color:#2d3436}.btn-icon{padding:.625rem;min-width:40px}main{min-height:calc(100vh - 64px - 80px);padding:2rem 0}.hero-section{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:3rem 0;margin-bottom:2rem;border-radius:12px}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-content h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.hero-content p{color:rgba(255,255,255,.9);font-size:1.125rem;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center}.hero-actions .btn{padding:.875rem 2rem;font-size:1rem}.categories-section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.375rem;color:#2d3436}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.category-card{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e0e0e0;transition:all .3s;cursor:pointer;display:block;text-decoration:none}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#0984e3}.category-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.category-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.category-info h3{font-size:1.125rem;color:#2d3436;margin-bottom:.25rem}.category-description{color:#636e72;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.category-stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #f0f0f0}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:600;color:#2d3436}.stat-label{font-size:.75rem;color:#b2bec3;text-transform:uppercase;letter-spacing:.5px}.questions-section{margin-bottom:3rem}.questions-filter{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filter-tabs{display:flex;gap:.5rem}.filter-tab{padding:.5rem 1rem;background:0 0;border:none;color:#636e72;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s}.filter-tab:hover{background:#f8f9fa}.filter-tab.active{background:#e7f3ff;color:#0984e3}.questions-list{display:flex;flex-direction:column;gap:1rem}.question-card{background:#fff;border-radius:10px;border:1px solid #e0e0e0;padding:1.25rem;transition:all .2s;display:flex;gap:1rem}.question-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateX(4px)}.question-votes{display:flex;flex-direction:column;align-items:center;min-width:60px}.vote-count{font-size:1.5rem;font-weight:600;color:#2d3436;margin:.25rem 0}.vote-label{font-size:.75rem;color:#b2bec3}.question-main{flex:1}.question-title{margin-bottom:.5rem}.question-title a{color:#2d3436;font-size:1.125rem;font-weight:600;line-height:1.3}.question-title a:hover{color:#0984e3;text-decoration:none}.question-excerpt{color:#636e72;font-size:.9375rem;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.question-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;font-size:.875rem;color:#b2bec3}.question-tags{display:flex;gap:.5rem}.tag{background:#f0f0f0;color:#636e72;padding:.25rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:500}.tag:hover{background:#e0e0e0;color:#2d3436}footer{background:#2d3436;color:#fff;padding:2rem 0;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{color:#b2bec3;font-size:.875rem}.footer-links a:hover{color:#fff;text-decoration:none}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d3436;font-size:.9375rem}.form-control{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .2s;background:#fff}.form-control:focus{outline:0;border-color:#0984e3;box-shadow:0 0 0 3px rgba(9,132,227,.1)}textarea.form-control{resize:vertical;min-height:120px;font-family:inherit}.form-helper{font-size:.875rem;color:#b2bec3;margin-top:.25rem}.char-counter{text-align:right;font-size:.8125rem;color:#b2bec3;margin-top:.25rem}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:2000;padding:2rem;overflow-y:auto}.modal.active{display:flex;align-items:center;justify-content:center}.modal-dialog{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600;color:#2d3436}.modal-close{background:0 0;border:none;font-size:1.5rem;color:#b2bec3;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f0f0f0;color:#636e72}.modal-body{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:.75rem}.text-center{text-align:center}.text-muted{color:#b2bec3}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.badge-success{background:#d4f4e7;color:#00b894}.badge-warning{background:#fff3cd;color:#f39c12}.badge-info{background:#d1ecf1;color:#17a2b8}@media (max-width:768px){.nav-center{display:none}.categories-grid{grid-template-columns:1fr}.hero-content h1{font-size:1.875rem}.questions-filter{flex-direction:column;align-items:stretch}.filter-tabs{width:100%;justify-content:space-between}.question-card{flex-direction:column}.question-votes{flex-direction:row;justify-content:flex-start;gap:1rem}.footer-content{flex-direction:column;text-align:center}.modal{padding:1rem}.question-header{padding:1.5rem 1rem 1rem}.question-header h1{font-size:1.375rem}.question-body{padding:1.5rem 1rem;font-size:1rem}.question-footer{padding:1rem;flex-direction:column;align-items:flex-start}.social-sharing{padding:1rem;flex-wrap:wrap}.share-btn{padding:.25rem .5rem;font-size:.75rem}.answer-card{padding:1rem}.answer-footer{flex-direction:column;align-items:flex-start}.new-question-cta{padding:1.5rem 1rem}.floating-ask-btn{width:48px;height:48px;font-size:1.5rem;bottom:1rem;right:1rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .3s ease-out}.is-loading{position:relative;pointer-events:none;opacity:.6}.is-loading::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid #0984e3;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.has-error{border-color:#e74c3c!important}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.breadcrumb{padding:1rem 0;font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumb a{color:#6b7280;transition:color .2s}.breadcrumb a:hover{color:#0984e3;text-decoration:none}.question-detail{background:#fff;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:2rem;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-header{padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;position:relative}.question-header h1{color:#fff;font-size:1.75rem;line-height:1.4;margin-bottom:1rem;font-weight:600}.question-header .question-meta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;opacity:.95}.question-header .category-tag{background:rgba(255,255,255,.2);color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:background .2s;backdrop-filter:blur(10px)}.question-header .category-tag:hover{background:rgba(255,255,255,.3);text-decoration:none}.question-header .tag{background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);padding:.25rem .625rem;border-radius:12px;font-size:.8125rem;backdrop-filter:blur(10px)}.question-body{padding:2rem;font-size:1.0625rem;line-height:1.8;color:#374151;background:#fff;border-left:4px solid transparent;border-image:linear-gradient(180deg,#667eea 0%,#764ba2 100%) 1}.question-body p{margin-bottom:1.25rem;color:#374151}.question-footer{padding:1.5rem 2rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.author-info{display:flex;align-items:center;gap:1rem}.author-info .author{font-weight:500;color:#111827;display:flex;align-items:center;gap:.5rem}.expert-badge{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,100%{box-shadow:0 0 5px rgba(16,185,129,.5)}50%{box-shadow:0 0 15px rgba(16,185,129,.8)}}.author-info time{color:#6b7280;font-size:.875rem}.question-stats{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280}.question-stats span{display:flex;align-items:center;gap:.375rem}.question-stats span::before{content:'';width:4px;height:4px;background:#d1d5db;border-radius:50%}.question-stats span:first-child::before{display:none}.social-sharing{padding:1rem 2rem;background:#fafbfc;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem;font-size:.875rem}.social-sharing>span{color:#6b7280;font-weight:500}.share-btn{padding:.375rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;transition:all .2s;color:#6b7280;background:#fff;border:1px solid #e5e7eb}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none}.share-btn.facebook:hover{background:#1877f2;color:#fff;border-color:#1877f2}.share-btn.twitter:hover{background:#1da1f2;color:#fff;border-color:#1da1f2}.share-btn.whatsapp:hover{background:#25d366;color:#fff;border-color:#25d366}.share-btn.telegram:hover{background:#08c;color:#fff;border-color:#08c}.answers-section{margin-top:2rem}.answers-section h2{font-size:1.375rem;color:#111827;margin-bottom:1.5rem;padding-left:.75rem;border-left:4px solid #667eea;display:flex;align-items:center;gap:1rem}.no-answers{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;padding:3rem 2rem;text-align:center;color:#6b7280}.no-answers p{font-size:1.0625rem;margin-bottom:0}.answers-list{display:flex;flex-direction:column;gap:1.5rem}.answer-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:1.5rem;transition:all .3s;border:1px solid #e5e7eb;position:relative;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.answer-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateX(4px)}.answer-card.expert-answer{border-left:4px solid #10b981;background:linear-gradient(to right,rgba(16,185,129,.03),transparent)}.answer-content{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:1rem}.answer-content p{margin-bottom:1rem;color:#374151}.answer-content p:last-child{margin-bottom:0}.answer-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:1rem}.answer-author{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.answer-author span{font-weight:500;color:#111827;display:flex;align-items:center;gap:.5rem}.answer-actions{display:flex;align-items:center;gap:.75rem}.like-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.like-btn:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.like-btn.liked{background:#dbeafe;border-color:#60a5fa;color:#2563eb}.like-btn.liked:hover{background:#bfdbfe}.like-icon{font-size:1.125rem;transition:transform .2s}.like-btn:hover .like-icon{transform:scale(1.2)}.like-count{font-weight:600}.new-question-cta{background:linear-gradient(135deg,#f0f9ff 0,#e0f2fe 100%);padding:2rem;border-radius:16px;text-align:center;margin:2rem 0;border:1px solid #bae6fd;position:relative;overflow:hidden}.new-question-cta::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.05) 0,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.new-question-cta h3{color:#1e40af;font-size:1.25rem;margin-bottom:.5rem;position:relative}.new-question-cta p{color:#64748b;margin:.75rem 0 1.25rem;position:relative}.new-question-cta .btn-primary{position:relative;z-index:1;padding:.75rem 1.5rem;font-size:1rem;box-shadow:0 4px 14px rgba(59,130,246,.25)}.answer-form-section{border-top:2px solid #f3f4f6;padding-top:2rem;margin-top:2rem}#toggleAnswerForm{width:100%;padding:1rem;background:#fff;border:2px dashed #d1d5db;border-radius:12px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;font-size:1rem}#toggleAnswerForm:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}#answerFormWrapper{margin-top:1.5rem;animation:slideDown .3s ease-out}@keyframes slideDown{from{opacity:0;max-height:0}to{opacity:1;max-height:500px}}#answerForm textarea{border:2px solid #e5e7eb;border-radius:12px;padding:1rem;font-size:1rem;line-height:1.6;resize:vertical;transition:all .2s}#answerForm textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:0}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.btn-secondary{padding:.625rem 1.25rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#4b5563;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#e5e7eb;color:#374151}.btn-admin-delete{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);color:#fff;padding:.375rem .75rem;border:none;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.025em}.btn-admin-delete:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.floating-ask-btn{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:none;border-radius:50%;font-size:1.75rem;cursor:pointer;box-shadow:0 4px 20px rgba(102,126,234,.35);transition:all .3s;z-index:100;display:flex;align-items:center;justify-content:center}.floating-ask-btn:hover{transform:translateY(-4px) rotate(90deg);box-shadow:0 6px 30px rgba(102,126,234,.5)}.hero-section{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:20px;padding:4rem 3rem;margin-bottom:3rem;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(102,126,234,.15)}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.hero-content{position:relative;z-index:1;text-align:center;color:#fff}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fadeInUp .8s ease-out}.hero-content p{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:rgba(255,255,255,.95);max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .2s both}.hero-actions{display:flex;gap:1rem;justify-content:center;animation:fadeInUp .8s ease-out .4s both}.hero-actions .btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;box-shadow:0 4px 14px rgba(0,0,0,.1)}.hero-actions .btn-primary{background:#fff;color:#667eea}.hero-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title{font-size:1.75rem;font-weight:700;color:#1a202c;position:relative;padding-left:1rem}.section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:2px}.categories-section{margin-bottom:4rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.category-card{background:#fff;border-radius:16px;padding:1.5rem;text-decoration:none;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.category-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--color),transparent);transform:translateX(-100%);transition:transform .5s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:transparent}.category-card:hover::after{transform:translateX(0)}.category-header{display:flex;gap:1rem;margin-bottom:1rem}.category-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.category-info h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.category-description{font-size:.875rem;color:#718096;line-height:1.4}.category-stats{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid #f7fafc}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:700;color:#2d3748}.stat-label{font-size:.75rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.05em}.questions-section{margin-bottom:4rem}.questions-section .questions-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.questions-section .question-card{border-radius:0;border:none;border-bottom:1px solid #f7fafc;margin-bottom:0}.questions-section .question-card:last-child{border-bottom:none}.questions-section .question-card:hover{background:#f8fafc}.modal-dialog{animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:1.5rem;border-radius:12px 12px 0 0}.modal-title{color:#fff;font-size:1.25rem}.modal-close{color:#fff;opacity:.8}.modal-close:hover{opacity:1;background:rgba(255,255,255,.1)}.header-content{backdrop-filter:blur(10px)}.logo-icon{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.nav-center .main-nav a{position:relative;font-weight:500}.nav-center .main-nav a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.nav-center .main-nav a.active::after,.nav-center .main-nav a:hover::after{width:100%}.user-actions{display:flex;align-items:center;gap:1rem}.btn-outline{background:#fff;border:2px solid #e2e8f0;color:#4a5568}.btn-outline:hover{border-color:#667eea;color:#667eea;background:#f7f9ff}.btn-icon{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.page-header{text-align:center;padding:3rem 0;margin-bottom:3rem;position:relative}.page-header h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.75rem;animation:fadeInUp .6s ease-out}.page-header p{font-size:1.125rem;color:#718096;animation:fadeInUp .6s ease-out .2s both}.category-card-full{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #e2e8f0;animation:fadeInUp .6s ease-out}.category-card-full:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:#667eea}.category-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid #f7fafc;border-bottom:1px solid #f7fafc}.category-action{margin-top:1.5rem;text-align:right}.info-section{margin-top:4rem;padding:3rem 0;border-top:2px solid #f7fafc}.info-section h2{text-align:center;font-size:1.875rem;margin-bottom:3rem;color:#1a202c}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#f7fafc 0,#fff 100%);border-radius:12px;transition:transform .3s ease}.info-card:hover{transform:translateY(-4px)}.info-card h3{font-size:1.25rem;margin-bottom:1rem;color:#2d3748}.info-card p{color:#718096;line-height:1.6}.search-header{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:3rem 0;margin-bottom:3rem;border-radius:16px;text-align:center;color:#fff}.search-form{max-width:600px;margin:2rem auto 0}.search-input-group{display:flex;gap:1rem}.search-input{flex:1;padding:.875rem 1.5rem;border:2px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);border-radius:50px;color:#fff;font-size:1rem;backdrop-filter:blur(10px)}.search-input::placeholder{color:rgba(255,255,255,.7)}.search-input:focus{outline:0;border-color:#fff;background:rgba(255,255,255,.2)}.search-btn{padding:.875rem 2rem;background:#fff;color:#667eea;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.search-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.3)}.search-results{margin-bottom:3rem}.search-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#f7fafc;border-radius:8px}.result-count{font-size:1.125rem;color:#4a5568;font-weight:600}.search-filters{display:flex;gap:.5rem}.filter-chip{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .2s}.filter-chip.active,.filter-chip:hover{background:#667eea;color:#fff;border-color:#667eea}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.error-content{max-width:500px}.error-code{font-size:8rem;font-weight:700;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}.error-message{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.error-description{color:#718096;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center}.admin-header{background:linear-gradient(135deg,#2d3436 0,#000 100%);color:#fff;padding:2rem 0;margin-bottom:2rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.stat-card .stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.stat-card .stat-label{color:#718096;font-size:.875rem}.admin-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.admin-table th{background:#f7fafc;padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0}.admin-table td{padding:1rem;border-bottom:1px solid #f7fafc}.admin-table tr:hover{background:#f8fafc}.admin-actions{display:flex;gap:.5rem}.admin-btn{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.admin-btn-edit{background:#3b82f6;color:#fff}.admin-btn-delete{background:#ef4444;color:#fff}.admin-btn:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.15)}.search-section{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.search-form{display:flex;gap:1rem;align-items:center}.search-form .form-control{flex:1}.category-filter{margin-left:auto}.category-filter .form-control{min-width:200px;padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer}.questions-list .question-card.has-best-answer{border-left:4px solid #10b981}.questions-list .question-card.unanswered{border-left:4px solid #ef4444;opacity:.95}.best-answer-badge{display:inline-block;width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;text-align:center;line-height:24px;font-weight:700;margin-top:.5rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;color:#718096}.empty-state h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0;padding:1.5rem;background:#fff;border-radius:12px}.page-numbers{display:flex;gap:.5rem;align-items:center}.page-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:2px solid #e2e8f0;color:#4a5568;font-weight:500;cursor:pointer;transition:all .2s}.page-number:hover{background:#f7fafc;border-color:#667eea;color:#667eea}.page-number.active{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border-color:transparent}.page-dots{color:#a0aec0;padding:0 .5rem}.questions-filter{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:12px;gap:1rem;flex-wrap:wrap}.filter-tabs{display:flex;gap:.5rem;background:#f7fafc;padding:.25rem;border-radius:8px}.filter-tab{padding:.625rem 1.25rem;background:0 0;border:none;border-radius:6px;color:#4a5568;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.filter-tab:hover{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05)}.filter-tab.active{background:#fff;color:#667eea;box-shadow:0 2px 4px rgba(102,126,234,.15)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid #0984e3;outline-offset:2px}@media (prefers-contrast:high){body{background:#fff}.btn-primary{background:#0056b3}.question-card:hover{box-shadow:0 0 0 2px #0984e3}}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}.site-header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);position:sticky;top:0;z-index:1000;transition:all .3s ease}.site-header .container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header .header-content{display:flex;align-items:center;justify-content:space-between;height:70px;padding:.5rem 0}.site-header .logo{display:flex;align-items:center;z-index:1001}.site-header .logo a{display:flex;align-items:center;text-decoration:none;gap:.75rem;transition:transform .3s ease}.site-header .logo a:hover{transform:translateY(-2px)}.site-header .logo-icon{width:45px;height:45px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 4px 12px rgba(102,126,234,.3);animation:subtle-pulse 3s ease-in-out infinite}@keyframes subtle-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.site-header .logo-text{font-size:1.4rem;color:#2d3436;font-weight:500;letter-spacing:-.5px}.site-header .logo-text strong{font-weight:700;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.site-header .nav-center{flex:1;display:flex;justify-content:center;margin:0 2rem}.site-header .main-nav{display:flex;list-style:none;padding:0;margin:0;gap:2.5rem}.site-header .main-nav li{position:relative}.site-header .main-nav a{color:#636e72;font-weight:500;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease;font-size:1rem}.site-header .main-nav a:hover{color:#2d3436}.site-header .main-nav a.active{color:#667eea;font-weight:600}.site-header .main-nav a::after{content:'';position:absolute;bottom:-4px;left:50%;transform:translateX(-50%) scaleX(0);width:100%;height:3px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:2px;transition:transform .3s ease}.site-header .main-nav a.active::after,.site-header .main-nav a:hover::after{transform:translateX(-50%) scaleX(1)}.site-header .user-actions{display:flex;align-items:center;gap:1rem}.site-header .welcome-text{color:#636e72;font-size:.9rem;margin-right:.5rem}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;background:0 0;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#2d3436;margin:3px 0;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav.active{display:block}.mobile-nav-list{list-style:none;padding:1rem 0;margin:0}.mobile-nav-list li{border-bottom:1px solid #f0f0f0}.mobile-nav-list li:last-child{border-bottom:none}.mobile-nav-list a{display:block;padding:1rem;color:#2d3436;text-decoration:none;font-weight:500;transition:background .3s ease}.mobile-nav-list a:hover{background:#f8f9fa}.mobile-nav-list a.active{color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.05) 0,rgba(118,75,162,.05) 100%)}.mobile-user-section{padding:1rem;border-top:2px solid #f0f0f0}.mobile-user-info{text-align:center}.mobile-user-info span{display:block;margin-bottom:1rem;color:#636e72;font-size:.9rem}.mobile-user-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-block{width:100%;text-align:center;margin-bottom:.5rem}@media (max-width:768px){.site-header .nav-center{display:none!important}.site-header .user-actions{display:none!important}.mobile-menu-toggle{display:flex}.site-header .header-content{height:60px}.site-header .logo-icon{width:38px;height:38px;font-size:1.2rem}.site-header .logo-text{font-size:1.2rem}}@media (max-width:480px){.site-header .container{padding:0 .75rem}.mobile-nav-list a{padding:.875rem}}.site-header.scrolled{box-shadow:0 4px 16px rgba(0,0,0,.08)}.site-header .btn{padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent}.site-header .btn-outline{background:0 0;color:#636e72;border-color:#e0e0e0}.site-header .btn-outline:hover{background:#f8f9fa;color:#2d3436;border-color:#b2bec3}.site-header .btn-primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.site-header .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.site-header .btn-icon{padding:.5rem;width:38px;height:38px;font-size:1.1rem}.ad-block{display:block;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:12px;padding:24px;margin:24px 0;text-align:center;text-decoration:none;box-shadow:0 4px 20px rgba(102,126,234,.3);transition:all .3s ease;position:relative;overflow:hidden}.ad-block::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}100%{transform:translateX(100%) translateY(100%) rotate(45deg)}}.ad-block:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(102,126,234,.5)}.ad-content{position:relative;z-index:1}.ad-text{color:#fff;font-size:1.25rem;font-weight:600;line-height:1.6;display:block;text-shadow:0 2px 4px rgba(0,0,0,.2)}.ad-block:hover .ad-text{color:#fff}@media (max-width:768px){.ad-text{font-size:1.1rem}}