.header{width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.header:before{content:"";display:block;height:4px;width:100%;background:linear-gradient(to right,#16a34a 0% 33.333%,#facc15 33.333% 66.666%,#dc2626 66.666% 100%)}.header-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.logo img{height:42px;width:auto;display:block}.nav{display:flex;align-items:center;gap:22px}.nav a{text-decoration:none;color:#111827;font-weight:500;font-size:15px;transition:color .2s ease}.nav a:hover{color:#2563eb}.nav-btn{background-color:#2563eb;color:#fff!important;padding:8px 20px;border-radius:6px;font-weight:600;text-decoration:none;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,transform .15s ease}.nav-btn:hover{background-color:#1e40af;transform:translateY(-1px)}@media(max-width:768px){.header-inner{padding:14px 18px}.nav{gap:16px}}@media(max-width:640px){.header-inner{flex-direction:column;gap:14px}.nav{width:100%;justify-content:center;flex-wrap:wrap;gap:12px}}.nav-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center}.nav-avatar img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:640px){.nav-auth{width:100%;justify-content:center}}.nav-auth{display:flex;align-items:center;gap:12px}.nav-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb;background:#f3f4f6;display:block}.footer{background:#3c4454;color:#fff;padding:50px 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:50px}.footer-inner>div{flex:1}.footer-logo img{width:140px;height:auto;display:block;margin-bottom:18px}.footer h4{font-size:16px;font-weight:700;margin-bottom:14px}.footer p{margin:6px 0;font-size:14px;color:#d1d5db}.footer-link{display:block;margin:6px 0;font-size:14px;color:#d1d5db;text-decoration:none}.footer-link:hover{color:#fff}.footer-socials{display:flex;gap:12px}.social-icon{width:36px;height:36px;border-radius:50%;background:#2f3644;display:grid;place-items:center;text-decoration:none}.social-icon img{width:18px;height:18px;display:block}.social-icon:hover{background:#2f6df6}.footer-socials{display:flex;gap:12px;margin-top:15px}.social-icon{width:36px;height:36px;border-radius:50%;background:#2f3644;display:flex;align-items:center;justify-content:center}.social-icon svg{width:18px;height:18px;fill:#fff}.social-icon:hover{background:#2563eb}@media(max-width:768px){.footer-inner{flex-direction:column;text-align:center;gap:28px}.footer-socials{justify-content:center}}.app-main{flex:1;display:flex;position:relative;overflow:hidden;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAYNJREFUOE+t00+PS2EUx/HP6UwnjM7eO7Cxk0h068+eBREbDJEQJRYWJVFRTJVIZmfhDYwtMeMFiNgNO4tJbP2NDZnejkd7Ox1tp7Gpu7z3fr/nOb/znDDhExPyckGqKbglRUijwpSEZwrd93Hcxuj3SDU7FFWFj1H1dPCH1DCn7aqwx2+LcdPbvOATRV/t1/I+UtMuLStYjRsu9QWppmTGHcl5ySOzFuKaX/lpZ8xLTggn+4JlvOsLcriojnmhoaQZFes5XHQaj7Emc3ib4J/wjDOSBeyUfNB2ZFCwKnNd0b2xlXtwEy/xQ1LWdmhQsCZ8k5zbduw+HF5pudiJ8HKn5WMyB3uCzHPJvm7AQnOo52G4EjWf0l21TuhH/wpaXqDcGfVtcx4OBHYWD7Aic6UL52McEvQSXxLeKGlswtOm81buY7nTWiWqPm+NeEQwa0rZhtdR83Ozwl6hKvkiU+9X3hLUnRIOyFTH7kJ+09YV7NYed33TkinfFeKC7P8s0yQb+QdWBq7KVR4ByAAAAABJRU5ErkJggg==);background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px}.app-main:before{content:"";position:absolute;inset:0;background:#fff}.app-main>*{position:relative;z-index:1;width:100%}.about-container{min-height:calc(100vh - 160px);background:#f7f8fb;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:40px 18px}.about-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0}.about-content{width:100%;max-width:1100px;display:grid;grid-template-columns:420px 1fr;gap:70px;align-items:center;position:relative;z-index:2}.left-panel{display:flex;justify-content:center;align-items:center}.about-text{max-width:520px}.section-label{display:inline-block;font-size:13px;font-weight:700;color:#f57c00;margin-bottom:10px}.about-text h1{font-size:38px;line-height:1.15;margin:0 0 14px;font-weight:800;color:#111827}.about-text p{margin:0 0 14px;font-size:14px;line-height:1.7;color:#4b5563}.how-btn{margin-top:10px;border:none;background:#f57c00;color:#fff;font-weight:700;font-size:12px;padding:10px 16px;border-radius:6px;cursor:pointer;letter-spacing:.3px}.how-btn:hover{filter:brightness(.95)}@media(max-width:980px){.about-content{grid-template-columns:1fr;gap:28px}.about-text{max-width:640px}.about-text h1{font-size:32px}}.home{max-width:980px;margin:0 auto;padding:20px 16px 40px}.home-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.ask-btn{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:4px;font-size:13px;cursor:pointer}.ask-btn:hover{opacity:.9}.home-search-form{display:flex;gap:10px;align-items:center;flex:1}.home-search{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px}.home-search-btn{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:4px;font-size:13px;cursor:pointer}.home-search-btn:hover{opacity:.9}.home-search-btn.ghost{background:transparent;color:#111827;border:1px solid #cbd5e1}.home-search-label{margin:8px 0 14px;font-size:13px;color:#374151}.question-list{list-style:none;padding:0;margin:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.question-item{display:flex;justify-content:space-between;align-items:center;padding:14px;border-top:1px solid #eef2f7;cursor:pointer}.question-item:first-child{border-top:none}.question-item:hover{background:#f9fafb}.question-left{display:flex;align-items:center;gap:12px}.avatar-wrap{width:44px;height:44px;border-radius:50%;overflow:hidden;flex:0 0 44px;background:#f3f4f6;border:1px solid #e5e7eb}.avatar-img{width:100%;height:100%;object-fit:cover;display:block}.question-title{font-size:14px;font-weight:500;color:#111827}.question-user{font-size:12px;color:#6b7280}.question-arrow{font-size:22px;color:#2563eb}.home-loading,.home-error{text-align:center;padding:30px}.home-error{color:#dc2626}@media(max-width:520px){.question-title{font-size:13px}.question-arrow{font-size:20px}}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f6fa}.login-box{width:480px;background:#fff;padding:30px;border-radius:8px;box-shadow:0 8px 20px #00000014;text-align:center}.login-box h2{margin-bottom:8px;font-weight:600}.create-text{font-size:13px;margin-bottom:20px;color:#666}.create-link{color:#f57c00;text-decoration:none}.eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;color:#6b7280}.eye-btn:hover{color:#111827}.password-field input{padding-right:42px}.forgot{text-align:right;margin:8px 0 16px}.forgot a{font-size:13px;color:#f57c00;text-decoration:none}.login-btn{width:100%;padding:12px;background:#4f6ef7;color:#fff;border:none;border-radius:5px;font-size:15px;cursor:pointer}.login-btn:hover:not(:disabled){background:#3f5de0}.forgot-row{margin:8px 0 14px;text-align:right}.forgot-link{font-size:13px;color:#f57c00;text-decoration:none}.forgot-link:hover{text-decoration:underline}.register-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f6fa}.login-container,.register-container{width:100%}.register-box{width:410px;background:#fff;padding:30px;border-radius:8px;box-shadow:0 8px 20px #00000014;text-align:center}.register-box h2{margin-bottom:8px;font-weight:600}.top-link{font-size:13px;margin-bottom:18px;color:#666}.signin-link{color:#f57c00;text-decoration:none}.field input{width:100%;padding:12px;border-radius:5px;border:1px solid #ccc;font-size:14px;outline:none}.name-row{display:flex;gap:12px}.eye-btn{position:absolute;right:10px;top:10px;border:none;background:transparent;cursor:pointer;font-size:16px}.terms{display:flex;align-items:center;font-size:12px;text-align:left;margin:10px 0 6px;gap:8px}.terms a{color:#f57c00;text-decoration:none}.error{display:block;margin-top:6px;color:#d32f2f;font-size:12px}.error.left{text-align:left;margin-top:0;margin-bottom:12px}.server-error{background:#ffe8e8;color:#b00020;border:1px solid #ffbdbd;padding:10px;border-radius:6px;font-size:13px;margin-bottom:14px;text-align:left}.join-btn{width:100%;padding:12px;background:#4f6ef7;color:#fff;border:none;border-radius:5px;font-size:15px;cursor:pointer;margin-top:6px}.join-btn:disabled{opacity:.7;cursor:not-allowed}.join-btn:hover:not(:disabled){background:#3f5de0}.bottom-link{margin-top:14px;font-size:13px;color:#f57c00}.fp-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f6fa;padding:20px}.fp-box{width:480px;max-width:100%;background:#fff;padding:30px;border-radius:10px;box-shadow:0 8px 20px #00000014;text-align:center}.fp-box h2{margin-bottom:8px;font-weight:600}.fp-sub{font-size:13px;color:#666;margin-bottom:18px}.fp-back{margin-top:14px}.fp-back a{color:#f57c00;text-decoration:none;font-size:13px}.fp-back a:hover{text-decoration:underline}.rp-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f6fa;padding:20px}.rp-box{width:480px;max-width:100%;background:#fff;padding:30px;border-radius:10px;box-shadow:0 8px 20px #00000014;text-align:center}.rp-box h2{margin-bottom:8px;font-weight:600}.field{text-align:left;margin-bottom:12px}.field input{width:100%;padding:12px;border-radius:6px;border:1px solid #d9d9d9;outline:none}.field input:focus{border-color:#f57c00}.password-field{position:relative}.password-field .eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;color:#666}.login-btn{width:100%;margin-top:10px;padding:12px;border-radius:6px;border:none;cursor:pointer;background:#516cf0;color:#fff;font-weight:600}.login-btn:disabled{opacity:.7;cursor:not-allowed}.server-error{background:#ffe7e7;color:#b10000;border:1px solid #ffbcbc;padding:10px;border-radius:6px;margin-bottom:12px;text-align:left;font-size:13px}.success-msg{background:#e9fff0;color:#0b6b2b;border:1px solid #bfe9cc;padding:10px;border-radius:6px;margin-bottom:12px;text-align:left;font-size:13px}.rp-back{margin-top:14px}.rp-back a{color:#f57c00;text-decoration:none;font-size:13px}.rp-back a:hover{text-decoration:underline}.how-container{max-width:1100px;margin:40px auto;padding:0 18px}.how-title{text-align:center;margin-bottom:40px;font-size:32px;font-weight:600;color:#111827}.how-box{border:2px solid #2563eb;border-radius:10px;padding:22px 26px;margin-bottom:28px;background:#fff;box-shadow:0 6px 16px #2563eb14}.how-box h2{margin-bottom:12px;color:#2563eb;font-size:22px}.how-box p,.how-box li{color:#374151;line-height:1.7;font-size:15px}.how-box ol{padding-left:20px}.how-box ul{padding-left:20px;margin-top:8px}@media(max-width:768px){.how-box{padding:18px}.how-title{font-size:26px}}.qd-page{background:#f5f6fa;min-height:calc(100vh - 140px);padding:22px 16px 40px}.qd-wrap{max-width:980px;margin:0 auto}.qd-card,.qd-question,.qd-answers,.qd-form{background:#fff;border:1px solid #e5e7eb;border-radius:6px}.qd-card{padding:22px 22px 26px}.qd-loading,.qd-error{padding:30px 16px;text-align:center}.qd-error{color:#dc2626}.qd-error-inline{text-align:left;padding:0;margin:0 0 12px}.qd-back{background:transparent;border:0;color:#2563eb;cursor:pointer;font-size:14px;margin-bottom:10px;padding:6px 0}.qd-search{display:flex;gap:10px;margin:12px 0 18px}.qd-search-input{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;outline:none}.qd-search-input:focus{border-color:#94a3b8}.qd-search-btn{padding:10px 16px;border:none;border-radius:8px;cursor:pointer;background:#2563eb;color:#fff}.qd-search-btn:hover{filter:brightness(.97)}.welcome-top{text-align:center;margin-bottom:14px;font-size:14px;color:#374151}.welcome-top span{font-weight:600;color:#2563eb}.welcome-text{margin:0 0 12px;font-size:18px;font-weight:500;color:#111827}.welcome-text span{color:#2563eb;font-weight:600}.aq-steps-title{margin:0;font-size:20px;font-weight:600;color:#111827}.aq-steps-underline{width:220px;height:2px;background:#f97316;margin:10px 0 14px}.aq-steps{margin:0 0 18px;padding-left:18px;color:#374151;line-height:1.6;font-size:14px}.aq-steps li{margin:6px 0}.aq-form-title{margin:10px 0 14px;text-align:center;font-size:18px;font-weight:600;color:#111827}.aq-form{display:grid;gap:12px;max-width:720px;margin:0 auto}.aq-input,.aq-textarea{width:100%;border:1px solid #cbd5e1;border-radius:4px;padding:10px 12px;font-size:14px;outline:none;background:#fff}.aq-textarea{resize:vertical;min-height:120px}.aq-input:focus,.aq-textarea:focus{border-color:#94a3b8}.aq-btn{width:140px;background:#2563eb;border:0;color:#fff;padding:9px 12px;border-radius:4px;cursor:pointer;font-size:13px;justify-self:start}.aq-btn:disabled{opacity:.7;cursor:not-allowed}.aq-tags{margin:10px 0 14px}.aq-tags-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.aq-tag-pill{border:1px solid #d1d5db;background:#f9fafb;padding:6px 10px;border-radius:999px;font-size:13px;cursor:pointer}.aq-tag-pill:hover{background:#f3f4f6}.aq-tag-x{margin-left:6px;font-weight:700}.aq-tag-input{width:100%;padding:12px;border-radius:6px;border:1px solid #d1d5db;outline:none}.aq-tag-input:focus{border-color:#f59e0b}.qd-question{padding:18px 18px 14px}.qd-question-label{font-size:14px;font-weight:700;color:#111827;letter-spacing:.3px;margin-bottom:10px}.qd-tag-row{display:flex;align-items:center;gap:8px;color:#111827;font-weight:600;font-size:14px}.qd-blue-dot{width:10px;height:10px;border-radius:50%;background:#2563eb;display:inline-block}.qd-orange-underline{width:110px;height:2px;background:#f97316;margin:8px 0 10px}.qd-title{margin:0;font-size:16px;font-weight:500;color:#111827}.qd-divider{height:1px;background:#e5e7eb;margin:16px 0 14px}.qd-answer-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#111827}.qd-answers{padding:12px 14px}.qd-empty{margin:0;padding:12px 6px;color:#6b7280;font-size:14px}.qd-answer-item{display:flex;gap:12px;padding:12px 4px;border-top:1px solid #eef2f7}.qd-answer-item:first-child{border-top:0}.qd-avatar{width:42px;height:42px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:grid;place-items:center;flex:0 0 42px;overflow:hidden}.qd-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.qd-avatar-icon{font-size:18px}.qd-answer-body{flex:1}.qd-answer-text{margin:0 0 6px;color:#111827;font-size:14px;line-height:1.5}.qd-answer-meta{font-size:12px;color:#6b7280}.qd-react-row{display:flex;gap:10px;align-items:center;margin-top:10px;flex-wrap:wrap}.qd-react-btn{border:1px solid #e5e7eb;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:13px}.qd-react-btn:hover{background:#f7f7f7}.qd-count{margin-left:6px;font-weight:600}.qd-owner-actions{margin-left:auto;display:flex;gap:8px}.qd-mini-btn{border:1px solid #d1d5db;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:13px}.qd-mini-btn.ghost{background:transparent}.qd-mini-btn.danger{border-color:#ffbcbc;color:#b10000}.qd-comments{margin-top:12px;border-top:1px solid #eee;padding-top:10px}.qd-comments-list{display:grid;gap:10px;margin-bottom:10px}.qd-comment{background:#f9fafb;border:1px solid #eef2f7;border-radius:8px;padding:10px;display:flex;gap:10px;align-items:flex-start}.qd-comment-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb;background:#f3f4f6;flex:0 0 28px}.qd-comment-content{flex:1}.qd-comment-user{font-size:12px;font-weight:600;margin-bottom:4px;color:#374151}.qd-comment-text{font-size:13px;color:#111827}.qd-comment-form{display:flex;gap:8px}.qd-comment-input{flex:1;padding:10px;border:1px solid #d1d5db;border-radius:8px;outline:none}.qd-comment-input:focus{border-color:#94a3b8}.qd-form{margin-top:14px;padding:14px}.qd-textarea{width:100%;border:1px solid #cbd5e1;border-radius:4px;padding:10px 12px;font-size:14px;outline:none;resize:vertical}.qd-textarea:focus{border-color:#94a3b8}.qd-btn{margin-top:10px;width:120px;background:#2563eb;border:0;color:#fff;padding:9px 12px;border-radius:4px;cursor:pointer;font-size:13px}.qd-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:520px){.qd-card,.qd-question,.qd-answers,.qd-form{padding:12px}.qd-title{font-size:15px}.aq-form{max-width:100%}.qd-owner-actions{margin-left:0}}body{font-family:Arial,sans-serif}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex}.app-main>*{flex:1}
