.forumRoot{box-sizing:border-box;width:100%;max-width:100%;min-height:60vh;overflow-x:hidden}@keyframes pulseLogin{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.forumHeading{text-align:center;color:#fff;letter-spacing:1px;text-transform:uppercase;border-bottom:3px solid var(--gold);background:linear-gradient(135deg,#1a1a1a,#333);margin:0 0 10px;padding:12px;font-size:16px;font-weight:900;box-shadow:0 2px 5px #0000000d}.forumUserBar{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;justify-content:flex-end;align-items:center;gap:12px;margin:0 10px 10px;padding:8px 15px;display:flex}.forumUserLink{color:var(--primary);border-radius:6px;padding:6px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,color .2s}.forumUserLink:hover{color:#003080;background:#0046ad1a}.forumUserLogout{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.forumUserLogout:hover{color:#b91c1c;background:#fee2e2;border-color:#f87171}.rulesCard{border-left:4px solid var(--secondary);background:#fff;border-radius:6px;margin:10px;overflow:hidden;box-shadow:0 2px 5px #0000000d}.rulesHeader{color:var(--secondary);text-align:center;background:#fff5f5;border-bottom:1px dashed #ffccd0;padding:8px;font-size:13px;font-weight:800}.rulesList{margin:0;padding:10px 15px;list-style:none}.rulesList li{color:#444;margin-bottom:5px;padding-left:18px;font-size:12px;font-weight:600;position:relative}.rulesList li:before{content:"✓";color:var(--green);font-size:11px;font-weight:900;position:absolute;top:2px;left:0}.filterSection{flex-direction:column;gap:10px;margin-top:10px;padding:0 10px;display:flex}.filterRow{align-items:center;gap:10px;width:100%;display:flex}.filterRow .searchInput{flex:1;min-width:0}.searchInput{border:1px solid #ddd;border-radius:50px;outline:none;width:100%;padding:10px 12px;font-size:13px}.allFilterBtn{color:#444;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50px;flex-shrink:0;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,color .2s}.allFilterBtn:hover{border-color:var(--primary);color:var(--primary);background:#f0f4f8}.allFilterBtnActive{background:var(--primary);color:#fff;border-color:var(--primary)}.activeHashtagFilter{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.activeHashtagLabel{color:var(--primary);font-size:13px;font-weight:600}.clearFilterBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:12px}.clearFilterBtn:hover{color:var(--primary);background:#0046ad14}.forumUserBarSlot,.editorContainer{width:100%}.viewingOnlyInBox{border-top:3px solid var(--secondary);text-align:center;color:#444;background:#fff;border-radius:8px;margin:15px 10px;padding:16px 15px;font-size:13px;font-weight:600;box-shadow:0 2px 5px #0000000d}.likeBtnActive .heartIcon{filter:none}.formCard{border-top:3px solid var(--secondary);background:#fff;border-radius:8px;margin:15px 10px;padding:15px;box-shadow:0 2px 5px #0000000d}.formInput{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;margin-bottom:10px;padding:10px;font-family:inherit;font-size:13px}.submitBtn{background:var(--secondary);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:900}.submitBtn:disabled{opacity:.7;cursor:not-allowed}.quickEmojiRow{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:8px;padding:4px 0;display:flex;overflow-x:auto}.quickEmojiBtn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px;transition:background .15s,border-color .15s;display:inline-flex}.quickEmojiBtn:hover:not(:disabled){background:#f0f0f0;border-color:#bbb}.quickEmojiBtn:disabled{opacity:.6;cursor:not-allowed}.htmlEditorWrap{border:1px solid #ddd;border-radius:6px;margin-bottom:10px;overflow:hidden}.editorToolbar{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #ddd;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 10px;display:flex}.editorToolbar button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;min-width:32px;padding:4px 10px;font-size:13px;font-weight:600;transition:all .2s}.editorToolbar button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.toolbarSep{color:#ccc;padding:0 4px;font-size:14px}.toolbarNumberBtn{font-size:16px}.htmlEditor{background:#fff;outline:none;min-height:120px;padding:12px;font-size:14px;line-height:1.6}.htmlEditor:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none}.htmlEditor:focus{background:#fafafa}.submitSuccess{color:#0a7;margin-bottom:8px;font-size:13px;font-weight:700}.submitError{color:#c00;margin-bottom:8px;font-size:13px;font-weight:700}.submitError a{color:var(--primary);text-decoration:underline}.postContainer{flex-direction:column;gap:15px;margin:15px 10px;display:flex}.updatingBar{text-align:center;color:var(--primary,#0046ad);background:#f0f7ff;border:1px solid #0046ad33;border-radius:8px;margin:0 0 8px;padding:8px 12px;font-size:13px;font-weight:600}.singlePost{background:#fff;border:1px solid #00000008;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 2px 5px #0000000d}.hashtagRow{background:#faf9f8;border:none;border-top:1px solid #e8e6e4;flex-wrap:wrap;align-items:center;gap:6px;margin-top:0;margin-bottom:0;padding:4px 12px 8px;display:flex}.adminPost .hashtagRow{background:#fef9f0;border-top-color:#ecd9b8}.expertPost .hashtagRow{background:#fef5f9;border-top-color:#f0d0dc}.hashtagPill{color:#3b82f6;cursor:pointer;text-transform:lowercase;background:#3b82f614;border:none;border-radius:9999px;margin-top:4px;margin-right:8px;padding:4px 10px;font-size:13px;font-weight:500;transition:background .15s,-webkit-text-decoration .15s,text-decoration .15s;display:inline-block}.hashtagPill:hover{background:#3b82f626;text-decoration:underline}.postHead{background:#fcfcfc;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.userInfo{align-items:center;gap:8px;display:flex}.userAvatar{background:#f0f2f5;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;box-shadow:0 2px 4px #0000001a}.userMeta{flex-direction:column;display:flex}.uName{color:var(--dark);align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.authorOnline,.authorOffline,.authorOfflineStaff{box-sizing:border-box;border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.authorOnline{background:radial-gradient(120% 120% at 35% 25%,#4ade80,#16a34a 45%,#15803d);animation:none;transform:none;box-shadow:inset 1px 1px #ffffff73,0 1px 2px #0003}.authorOffline{background:radial-gradient(120% 120% at 35% 25%,#f87171,#dc2626 45%,#b91c1c);box-shadow:inset 1px 1px #ffffff59,0 1px 2px #0003}.authorOfflineStaff{background:radial-gradient(120% 120% at 35% 25%,#fb923c,#ea580c 45%,#9a3412);box-shadow:inset 1px 1px #ffffff59,0 1px 2px #0003}.uTime{color:#999;font-size:11px}.adminHead .uTime{color:#fff;text-shadow:0 1px 2px #00000059;font-weight:600}.uBadge{text-transform:uppercase;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:800}.badgeAdmin{color:gold;background:#000}.badgeGuesser{color:#0046ad;background:#e3f2fd}.badgeExpert{color:#fff;background:#c71585}.postBody{color:#333;text-align:center;background:#fff;border:none;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.6}.postBody>div:not(.quoteBox){margin:0;padding:0}.postBody>div:first-child{margin-top:0}.postBody p{margin:.25em 0}.postBody p:first-child{margin-top:0}.postBody b,.postBody strong{font-weight:800}.postActions{background:#fdfdfd;border-top:1px solid #e8e6e4;justify-content:space-between;align-items:center;padding:10px 12px 12px;display:flex}.adminPost .postActions{border-top-color:#ecd9b8}.expertPost .postActions{border-top-color:#f0d0dc}.actionGroup{gap:10px;display:flex}.actBtn{color:#333;cursor:pointer;background:#f5f5f5;border:1px solid #ccc;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-block}.postActions a.actBtn:hover{color:#111;background:#e8e8e8;border-color:#999}.likeBtn{align-items:center;gap:4px;display:inline-flex}.likeBtn:disabled{opacity:.7;cursor:wait}.heartIcon{font-size:16px;line-height:1}.likeNum{color:#333;min-width:1.2em;font-size:12px;font-weight:700}.postActions .likeBtn{color:#333}.adminPost{border:1px solid #d4a84b;box-shadow:0 4px 12px #b8860b40}.adminHead{background:linear-gradient(135deg,#b8860b 0%,gold 50%,#b8860b 100%)}.adminHead .uName{color:#000;font-size:14px}.adminBody{background:#fef6e8}.adminBody b,.adminBody strong{font-weight:800}.expertPost{border:1px solid #ffb6c1;box-shadow:0 4px 12px #ff69b433}.expertHead{background:linear-gradient(135deg,#ff69b4 0%,#ffb6c1 50%,#ff69b4 100%)}.expertHead .uName{color:#fff;text-shadow:0 1px 2px #0003;font-size:14px}.expertHead .uTime{color:#fff;text-shadow:0 1px 2px #0003;font-weight:600}.expertBody{background:#fff0f5}.expertBody b,.expertBody strong{font-weight:800}.guesserPost{border:1px solid #2dd4bf;box-shadow:0 4px 12px #14807838}.guesserHead{background:linear-gradient(135deg,#0d9488 0%,#2dd4bf 50%,#14b8a6 100%)}.guesserHead .uName{color:#fff;text-shadow:0 1px 2px #0003;font-size:14px}.guesserHead .uTime{color:#fffffff2;text-shadow:0 1px 2px #00000026;font-weight:600}.guesserHead .badgeGuesser{color:#fff;background:#ffffff40;border:1px solid #ffffff80}.guesserBody{background:#f0fdfa}.guesserBody b,.guesserBody strong{font-weight:800}.guesserPost .postActions{border-top-color:#99f6e4}.guesserPost .hashtagRow{background:#ccfbf1;border-radius:6px}.blurWrapper{contain:layout;border-radius:8px;min-height:140px;margin:10px 0;position:relative;overflow:hidden}.blurContent{filter:blur(5px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.loginOverlayBtn{z-index:10;text-align:center;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loginCtaBtn{background:linear-gradient(135deg, var(--primary), #006aff);color:#fff;border:2px solid #ffffff4d;border-radius:50px;padding:12px 25px;font-size:14px;font-weight:900;text-decoration:none;animation:2s infinite pulseLogin;display:inline-block;box-shadow:0 5px 15px #0046ad66}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;max-width:100%;margin:16px 10px;display:flex}.pageBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.pageBtn:hover:not(.disabled):not(.locked){border-color:var(--primary);color:var(--primary);background:#f0f4f8}.pageBtn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.pageBtn.locked{color:#999;cursor:not-allowed;background:#e9ecef;border-color:#ddd;position:relative}.pageBtn.locked:after{content:"🔒";vertical-align:top;margin-left:2px;font-size:8px}.pageBtn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pageEllipsis{color:#888;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:14px;font-weight:400}.quoteBox{background:#fffde7;border:1px solid #ffe082;border-radius:6px;margin-bottom:4px;padding:8px 10px 8px 12px;font-size:13px;line-height:1.55}@media (width<=768px){.quoteBox{padding:10px 12px 10px 14px}}.quoteReplyBox{background:#f0f7ff;border:1px solid #b3d4fc;border-radius:8px;margin-bottom:12px;padding:10px 12px}.quoteReplyLabel{color:#333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.quoteReplyLabel strong{color:var(--primary)}.cancelQuoteBtn{color:#c00;font-size:11px;font-weight:700;text-decoration:none}.cancelQuoteBtn:hover{text-decoration:underline}.quoteReplyPreview{color:#444;border-top:1px dashed #b3d4fc;padding:8px 0;font-size:13px;line-height:1.5}.quoteReplyPart{margin-top:8px;margin-bottom:4px;font-size:14px;line-height:1.6}.seoBox{background:#fff;border:1px solid #eee;border-radius:8px;margin:15px 10px;padding:15px}.seoBox h1{color:var(--primary);margin-bottom:8px;font-size:15px}.seoBox p{color:#666;text-align:justify;font-size:12px;line-height:1.5}.modalOverlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:15px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;width:100%;max-width:500px;max-height:90vh;overflow:auto;box-shadow:0 10px 40px #0003}.modalHead{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.modalTitle{color:#333;margin:0;font-size:16px;font-weight:800}.modalClose{color:#666;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:24px;line-height:1}.modalClose:hover{color:#000}.modalBody{padding:16px}.modalText{color:#333;margin:0 0 12px;font-size:14px}.modalFooter{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:12px 16px;display:flex}.blockModal{text-align:center;background:linear-gradient(#1a0505 0%,#2d0a0a 100%);border:4px solid #c00;border-radius:12px;width:100%;max-width:420px;padding:28px 24px;animation:.5s ease-out blockModalPulse;box-shadow:0 0 0 6px #c800004d,0 20px 50px #0009}@keyframes blockModalPulse{0%{opacity:0;transform:scale(.9)}70%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.blockModalIcon{filter:drop-shadow(0 0 8px #ff3232cc);margin-bottom:12px;font-size:64px;line-height:1}.blockModalTitle{color:#f44;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 10px #ff444480;margin:0 0 14px;font-size:20px;font-weight:900}.blockModalMessage{color:#f66;margin:0 0 10px;font-size:18px;font-weight:800;line-height:1.4}.blockModalSub{color:#c88;margin:0 0 22px;font-size:13px;line-height:1.4}.blockModalBtn{color:#fff;cursor:pointer;background:linear-gradient(#c00 0%,#8b0000 100%);border:2px solid #f44;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:800;display:inline-block;box-shadow:0 4px #500,inset 0 1px #fff3}.blockModalBtn:hover{background:linear-gradient(#d00 0%,#a00 100%);box-shadow:0 4px #500,0 0 15px #ff444480}.formGroup{margin-bottom:14px}.formGroup:last-child{margin-bottom:0}.formGroup label{color:#444;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.formControl{resize:vertical;border:1px solid #ddd;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.formError{color:#c00;background:#fff5f5;border-radius:6px;margin-bottom:12px;padding:8px 10px;font-size:13px}.btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700}.btnPrimary:hover:not(:disabled){opacity:.9}.btnPrimary:disabled{opacity:.6;cursor:not-allowed}.btnSecondary{color:#333;cursor:pointer;background:#e9ecef;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700}.btnSecondary:hover{background:#dee2e6}.actBtnDanger{color:#fff!important;background:#dc3545!important;border-color:#dc3545!important}.actBtnDanger:hover:not(:disabled){opacity:.9}html[data-theme=dark] .forumHeading{color:#fafafa;box-shadow:none;background:linear-gradient(135deg,#0a0a0a 0%,#171717 100%);border-bottom-color:#525252}html[data-theme=dark] .forumUserBar{background:#171717;border-color:#262626}html[data-theme=dark] .forumUserLink{color:#93c5fd}html[data-theme=dark] .forumUserLink:hover{color:#bfdbfe;background:#93c5fd26}html[data-theme=dark] .forumUserLogout{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}html[data-theme=dark] .forumUserLogout:hover{color:#fecaca;background:#7f1d1d;border-color:#b91c1c}html[data-theme=dark] .rulesCard{box-shadow:none;background:#0a0a0a;border-left-color:#404040}html[data-theme=dark] .rulesHeader{color:#fca5a5;background:#171717;border-bottom-color:#262626}html[data-theme=dark] .rulesList li{color:#d4d4d4}html[data-theme=dark] .searchInput{color:#e5e5e5;background:#171717;border-color:#262626}html[data-theme=dark] .allFilterBtn{color:#cbd5e1;background:#1e293b;border-color:#334155}html[data-theme=dark] .allFilterBtn:hover,html[data-theme=dark] .allFilterBtnActive{color:#f1f5f9;background:#334155;border-color:#64748b}html[data-theme=dark] .activeHashtagLabel{color:#93c5fa}html[data-theme=dark] .clearFilterBtn{color:#cbd5e1}html[data-theme=dark] .clearFilterBtn:hover{color:#f1f5f9;background:#64748b40}html[data-theme=dark] .hashtagPill{color:#64748b;background:#64748b26;border:1px solid #64748b4d}html[data-theme=dark] .hashtagPill:hover{color:#475569;background:#64748b40;border-color:#64748b80;text-decoration:underline}html[data-theme=dark] .viewingOnlyInBox{box-shadow:none;color:#d4d4d4;background:#0a0a0a;border-top-color:#404040}html[data-theme=dark] .formCard{box-shadow:none;background:#0a0a0a;border-top-color:#404040}html[data-theme=dark] .formInput{color:#e5e5e5;background:#171717;border-color:#262626}html[data-theme=dark] .htmlEditorWrap{border-color:#262626}html[data-theme=dark] .editorToolbar{background:#171717;border-bottom-color:#262626}html[data-theme=dark] .editorToolbar button{color:#e5e5e5;background:#262626;border-color:#404040}html[data-theme=dark] .editorToolbar button:hover{color:#fff;background:#404040;border-color:#525252}html[data-theme=dark] .htmlEditor{color:#e5e5e5;background:#171717}html[data-theme=dark] .quickEmojiBtn{color:#e5e5e5;background:#262626;border-color:#404040}html[data-theme=dark] .quickEmojiBtn:hover:not(:disabled){background:#404040;border-color:#525252}html[data-theme=dark] .htmlEditor:focus{background:#262626}html[data-theme=dark] .htmlEditor:empty:before{color:#737373}html[data-theme=dark] .updatingBar{color:#d4d4d4;background:#171717;border-color:#262626}html[data-theme=dark] .modal{background:#171717;border:1px solid #262626;box-shadow:0 10px 40px #00000080}html[data-theme=dark] .modalHead{border-bottom-color:#262626}html[data-theme=dark] .modalTitle{color:#fafafa;font-weight:800}html[data-theme=dark] .modalClose{color:#d4d4d4}html[data-theme=dark] .modalClose:hover{color:#fff}html[data-theme=dark] .modalBody{color:#e5e5e5}html[data-theme=dark] .modalText{color:#d4d4d4}html[data-theme=dark] .modalFooter{border-top-color:#262626}html[data-theme=dark] .pagination{background:0 0}html[data-theme=dark] .pageBtn{color:#e5e5e5;background:#171717;border-color:#262626}html[data-theme=dark] .pageBtn:hover:not(.disabled):not(.locked){color:#fafafa;background:#262626;border-color:#404040}html[data-theme=dark] .pageBtn.active{color:#fff;background:#404040;border-color:#525252}html[data-theme=dark] .pageBtn.locked{color:#737373;background:#171717;border-color:#262626}html[data-theme=dark] .pageEllipsis{color:#737373}html[data-theme=dark] .seoBox{box-shadow:none;background:#0a0a0a;border-color:#262626}html[data-theme=dark] .seoBox h1{color:#e5e5e5}html[data-theme=dark] .seoBox p{color:#a3a3a3}html[data-theme=dark] .seoBox strong{color:#e5e5e5}html[data-theme=dark] .submitSuccess{color:#86efac}html[data-theme=dark] .submitError{color:#f87171}html[data-theme=dark] .submitError a{color:#93c5fa;text-decoration:underline}html[data-theme=dark] .submitError a:hover{color:#bfdbfe}html[data-theme=dark] .formGroup label{color:#e5e5e5}html[data-theme=dark] .formControl{color:#e5e5e5;background:#171717;border-color:#262626}html[data-theme=dark] .singlePost{background:#e5e3e0;border:1px solid #5a5a5a;box-shadow:0 2px 8px #0003}html[data-theme=dark] .postHead{background:#e0dedc;border-bottom:1px solid #a6a09b}html[data-theme=dark] .postBody{color:#1a1a1a;background:#e5e3e0}html[data-theme=dark] .postHead .uName,html[data-theme=dark] .postHead .uTime{color:#1a1a1a}html[data-theme=dark] .postActions{background:#e5e3e0;border-top:1px solid #a6a09b}html[data-theme=dark] .adminPost .postActions{border-top-color:#d4cabd}html[data-theme=dark] .expertPost .postActions{border-top-color:#e4d4d9}html[data-theme=dark] .guesserPost .postActions{border-top-color:#a7f3d0}html[data-theme=dark] .hashtagRow{background:#e0dedc;border-top:1px solid #a6a09b}html[data-theme=dark] .adminPost .hashtagRow{border-top-color:#d4cabd}html[data-theme=dark] .expertPost .hashtagRow{border-top-color:#e4d4d9}html[data-theme=dark] .guesserPost .hashtagRow{border-top-color:#a7f3d0}html[data-theme=dark] .adminPost{border-color:#6b5a2b;box-shadow:0 4px 12px #b8860b33}html[data-theme=dark] .adminHead{background:linear-gradient(135deg,#5c4a1a 0%,#8b7355 50%,#5c4a1a 100%);border-bottom-color:#6b5a2b}html[data-theme=dark] .adminHead .uName,html[data-theme=dark] .adminHead .uTime{color:#fef3c7}html[data-theme=dark] .adminBody{color:#1a1a1a;background:#f5f0e6}html[data-theme=dark] .adminPost .hashtagRow{background:#f0ebe0}html[data-theme=dark] .expertPost{border-color:#6b4a5a;box-shadow:0 4px 12px #be507840}html[data-theme=dark] .expertHead{background:linear-gradient(135deg,#5c3a4a 0%,#8b5a6b 50%,#5c3a4a 100%);border-bottom-color:#6b4a5a}html[data-theme=dark] .expertHead .uName,html[data-theme=dark] .expertHead .uTime{color:#fce7f0}html[data-theme=dark] .expertBody{color:#1a1a1a;background:#f5e8ec}html[data-theme=dark] .expertPost .hashtagRow{background:#f0e4e8}html[data-theme=dark] .guesserPost{border-color:#2d5a54;box-shadow:0 4px 12px #14807840}html[data-theme=dark] .guesserHead{background:linear-gradient(135deg,#134e4a 0%,#0f766e 50%,#134e4a 100%);border-bottom-color:#2d5a54}html[data-theme=dark] .guesserHead .uName,html[data-theme=dark] .guesserHead .uTime{color:#ccfbf1}html[data-theme=dark] .guesserBody{color:#1a1a1a;background:#ecfdf5}html[data-theme=dark] .guesserPost .hashtagRow{background:#d1fae5}html[data-theme=dark] .quoteReplyBox{background:#3a3a38;border:1px solid #52524f;border-radius:8px}html[data-theme=dark] .quoteReplyLabel{color:#a8a29e}html[data-theme=dark] .quoteReplyLabel strong{color:#94a3b8}html[data-theme=dark] .quoteReplyPreview{color:#d6d3d1;border-top-color:#52524f}html[data-theme=dark] .cancelQuoteBtn{color:#a8a29e;background:#78716c40;border:1px solid #57534e;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700}html[data-theme=dark] .cancelQuoteBtn:hover{color:#d6d3d1;background:#78716c66;border-color:#78716c;text-decoration:none}html[data-theme=dark] .postActions .actBtn{color:#1f2937;background:#fff;border:1px solid #a6a09b}html[data-theme=dark] .postActions a.actBtn:hover{color:#111;background:#f5f5f5;border-color:#78716c}html[data-theme=dark] .postActions .likeBtn,html[data-theme=dark] .postActions .likeNum{color:#1f2937}@media (width<=768px){.forumHeading{padding:10px;font-size:14px}.formCard{margin:10px;padding:12px}.postContainer{gap:12px;margin:10px}}
