* { box-sizing: border-box; }html, body { margin: 0; padding: 0; }body#tusi-body {background: #f4f5f7;color: #333;text-align: left; font: 14px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;}a { color: #111; text-decoration: none; transition: color .15s ease; }a:hover { color: #000; text-decoration: underline; }::selection { background: #111; color: #fff; }::-webkit-scrollbar { width: 8px; height: 8px; }::-webkit-scrollbar-thumb { background: #c9c9c9; border-radius: 4px; }::-webkit-scrollbar-thumb:hover { background: #aaa; }::-webkit-scrollbar-track { background: transparent; }img { vertical-align: middle; }.tusi-ic { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: -2.5px; flex-shrink: 0; }.tusi-ic-sm { width: 13px; height: 13px; vertical-align: -2px; }.tusi-ic-lg { width: 20px; height: 20px; vertical-align: -4px; }.tusi-tab, .tusi-cat, .tusi-btn { display: inline-flex; align-items: center; gap: 5px; }.tusi-side-title { display: flex; align-items: center; gap: 8px; }.tusi-side-title .tusi-ic { color: #111; }.tusi-user-links a { display: flex; align-items: center; justify-content: center; gap: 5px; }.tusi-user-stats span { display: inline-flex; align-items: center; gap: 3px; justify-content: center; }.tusi-thread-meta .tusi-ic { color: #b3b3b3; }.tusi-post-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; }.tusi-post-meta .tusi-ic { color: #bbb; }.tusi-authlogo {width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 14px;background: #111; color: #fff; display: flex; align-items: center; justify-content: center;}.tusi-authlogo .tusi-ic { width: 26px; height: 26px; }.tusi-authcard h1 { text-align: center; }.tusi-authsub { text-align: center; }.tusi-empty .tusi-ic { width: 34px; height: 34px; color: #d8d8d8; margin-bottom: 10px; }#tusi-wrap { min-height: 65vh; padding: 24px 0 48px; }.tusi-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; display: flex; gap: 24px; align-items: flex-start; }.tusi-main { flex: 1; min-width: 0; }.tusi-sidebar { width: 300px; flex-shrink: 0; position: sticky; top: 84px; }.tusi-full { max-width: 100%; }.tusi-topbar {background: rgba(255,255,255,.98);border-bottom: 1px solid #e9e9e9;position: sticky; top: 0; z-index: 100;box-shadow: 0 1px 2px rgba(0,0,0,.03);}.tusi-topbar-inner {max-width: 1160px; margin: 0 auto; padding: 0 20px;display: flex; align-items: center; height: 58px; gap: 28px;}.tusi-logo {color: #111; font-size: 20px; font-weight: 800; letter-spacing: .5px;white-space: nowrap; display: flex; align-items: center; gap: 8px;}.tusi-logo .tusi-ic { width: 22px; height: 22px; stroke-width: 2.2; }.tusi-logo img { height: 32px; width: auto; display: none; }.tusi-logo .tusi-logo-light { display: block; }.tusi-logo .tusi-logo-dark { display: none; }html[data-theme='dark'] .tusi-logo .tusi-logo-light { display: none; }html[data-theme='dark'] .tusi-logo .tusi-logo-dark { display: block; }.tusi-logo:hover { color: #111; }.tusi-nav { flex: 1; white-space: nowrap; scrollbar-width: none; overflow: visible; }.tusi-nav::-webkit-scrollbar { display: none; }.tusi-nav a {color: #555; margin-right: 22px; font-size: 14px; line-height: 58px;display: inline-block; border-bottom: 2px solid transparent; transition: all .15s ease;}.tusi-nav a:hover { color: #111; text-decoration: none; }.tusi-nav a.current { color: #111; font-weight: 600; border-bottom-color: #111; }.tusi-nav > a { line-height: 58px; }.tusi-navitem { display: inline-block; position: relative; }.tusi-navlabel {color: #555; margin-right: 22px; font-size: 14px; line-height: 58px;display: inline-block; border-bottom: 2px solid transparent; cursor: default;transition: all .15s ease; padding: 0 2px;}.tusi-navitem:hover .tusi-navlabel { color: #111; border-bottom-color: #111; }.tusi-navitem > a {color: #555; margin-right: 22px; font-size: 14px; line-height: 58px;display: inline-block; border-bottom: 2px solid transparent; transition: all .15s ease;}.tusi-navitem > a:hover { color: #111; text-decoration: none; }.tusi-navitem > a.current { color: #111; font-weight: 600; border-bottom-color: #111; }.tusi-hasdrop > a::after, .tusi-hasdrop > .tusi-navlabel::after { content: "▼"; font-size: 10px; margin-left: 4px; color: #bbb; vertical-align: 2px; transition: transform .15s ease; }.tusi-navitem:hover > a::after, .tusi-navitem:hover > .tusi-navlabel::after { transform: rotate(180deg); color: #111; }.tusi-dropdown {display: none; position: absolute; left: 0; top: 100%; z-index: 200;background: #fff; border: 1px solid #e9e9e9; border-radius: 0 0 10px 10px;box-shadow: 0 10px 24px rgba(0,0,0,.10); min-width: 176px; padding: 6px 0;}.tusi-navitem:hover .tusi-dropdown { display: block; animation: tusiDrop .16s ease; }@keyframes tusiDrop { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }.tusi-dropdown a {display: block; line-height: 1.3 !important; margin: 0 !important;padding: 9px 18px; font-size: 13px; color: #555; white-space: nowrap;border-bottom: 0 !important; font-weight: 400 !important;}.tusi-dropdown a:hover { background: #f5f5f5; color: #111; text-decoration: none; }.tusi-dropdown::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }.tusi-search { display: flex; align-items: center; position: relative; }.tusi-search .tusi-ic { position: absolute; left: 12px; width: 14px; height: 14px; color: #aaa; pointer-events: none; }.tusi-search input {width: 180px; height: 32px; border: 1px solid #e2e2e2; border-radius: 16px;background: #f7f7f7; padding: 0 14px 0 32px; font-size: 12.5px; color: #333; outline: none;transition: all .2s ease;}.tusi-search input:focus { background: #fff; border-color: #111; width: 210px; }.tusi-topbar-right { white-space: nowrap; display: flex; align-items: center; }.tusi-topbar-right a {color: #888; margin-left: 16px; font-size: 13px; transition: color .15s ease;display: inline-flex; align-items: center; gap: 5px;}.tusi-nav > a, .tusi-navitem > a, .tusi-navitem > .tusi-navlabel { display: inline-flex; align-items: center; gap: 5px; height: 58px; line-height: normal; }.tusi-nav a { display: inline-flex; align-items: center; gap: 5px; height: 58px; line-height: normal; }.tusi-dropdown a { display: block; height: auto; line-height: 1.3 !important; margin: 0 !important; }.tusi-topbar-right a:hover { color: #111; text-decoration: none; }.tusi-nav-user { font-weight: 600; color: #333; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }.tusi-prompt-count {display: inline-block; background: #e74c3c; color: #fff; font-size: 10px; font-style: normal;border-radius: 8px; padding: 1px 5px; margin-left: 3px; vertical-align: 1px;}.tusi-threadlist, .tusi-side-box, .tusi-post-header, .tusi-fastpost, .tusi-forum-banner {background: #fff; border: 1px solid #ececec; border-radius: 10px;}.tusi-list-header {background: #fff; border: 1px solid #ececec; border-radius: 10px;margin-bottom: 12px; padding: 0 20px; display: flex; align-items: center; height: 48px; gap: 22px;}.tusi-tab { font-size: 14px; color: #555; padding: 0 2px; line-height: 46px; border-bottom: 2px solid transparent; }.tusi-tab:hover { color: #111; text-decoration: none; }.tusi-tab.current { color: #111; font-weight: 700; border-bottom-color: #111; }.tusi-newthread { margin-left: auto; }.tusi-threadlist { overflow: hidden; }.tusi-thread-item {display: flex; align-items: center; gap: 14px;padding: 15px 20px; border-top: 1px solid #f4f4f4;transition: background .12s ease;}.tusi-thread-item:first-child { border-top: 0; }.tusi-thread-item:hover { background: #fafbfc; }.tusi-avatar { flex-shrink: 0; }.tusi-avatar img {width: 44px; height: 44px; border-radius: 50%; display: block;border: 1px solid #ececec; background: #f2f2f2; object-fit: cover;}.tusi-thread-body { flex: 1; min-width: 0; }.tusi-thread-title { font-size: 15px; line-height: 1.45; margin-bottom: 5px; }.tusi-thread-title a { color: #111; font-weight: 600; }.tusi-thread-title a:hover { color: #000; }.tusi-thread-meta { font-size: 12.5px; color: #9a9a9a; display: flex; align-items: center; flex-wrap: wrap; gap: 3px 14px; }.tusi-thread-meta > span { display: inline-flex; align-items: center; gap: 4px; }.tusi-thread-meta a { color: #555; }.tusi-thread-meta a:hover { color: #111; }.tusi-thread-meta .tusi-author { font-weight: 500; color: #666; }.tusi-cat {display: inline-block; background: #f2f2f2; color: #555;padding: 1px 8px; border-radius: 4px; font-size: 11.5px; margin: 0 2px;}.tusi-cat:hover { background: #111; color: #fff; text-decoration: none; }.tusi-count { color: #555; font-weight: 700; }.tusi-views { color: #555; }.tusi-thread-last { text-align: right; font-size: 12px; color: #b0b0b0; flex-shrink: 0; }.tusi-last-author { display: block; color: #888; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.tusi-last-author:hover { color: #111; }.tusi-last-time { display: block; margin-top: 2px; font-size: 11.5px; }.tusi-badge {display: inline-block; font-size: 11px; color: #888;background: #f2f2f2; border-radius: 4px; padding: 1px 6px;margin-right: 6px; vertical-align: 1px;}.tusi-badge.tusi-top { color: #fff; background: #111; }.tusi-badge.tusi-digest-badge { color: #111; background: #fff; border: 1px solid #111; padding: 0 5px; }.tusi-badge.tusi-reward { color: #fff; background: #B8860B; }.tusi-badge.tusi-poll { color: #fff; background: #4A7EBB; }.tusi-digest { background: #fcfcfc; }.tusi-empty { padding: 72px 20px; text-align: center; color: #b0b0b0; font-size: 14px; }.tusi-forum-banner { padding: 20px 24px; margin-bottom: 12px; display: flex; align-items: center; gap: 20px; }.tusi-forum-banner h1 { margin: 0; font-size: 20px; font-weight: 800; color: #111; line-height: 1.3; }.tusi-forum-banner .tusi-forum-desc { margin: 4px 0 0; font-size: 12.5px; color: #555; }.tusi-forum-banner .tusi-btn { margin-left: auto; flex-shrink: 0; }.tusi-subs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }.tusi-sub-chip {background: #fff; border: 1px solid #ececec; border-radius: 999px;padding: 5px 14px; font-size: 12.5px; color: #555; transition: all .15s ease;}.tusi-sub-chip:hover { border-color: #111; color: #111; text-decoration: none; }.tusi-chip-on { background: #111; color: #fff !important; border-color: #111; }.tusi-chip-on .n { color: #bbb; }.tusi-sub-chip .n { color: #b0b0b0; margin-left: 4px; font-size: 11px; }.tusi-side-box { margin-bottom: 16px; padding: 18px 20px; }.tusi-side-title {margin: 0 0 14px; font-size: 13px; font-weight: 700; color: #111;display: flex; align-items: center; gap: 8px; letter-spacing: .3px;}.tusi-side-title::before { content: ""; width: 3px; height: 13px; background: #111; border-radius: 2px; }.tusi-user-card { padding: 22px 20px 18px; }.tusi-user-info { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }.tusi-user-avatar img {width: 56px; height: 56px; border-radius: 50%; display: block;border: 1px solid #ececec; background: #f2f2f2; object-fit: cover;}.tusi-user-name strong { font-size: 16px; font-weight: 700; color: #111; display: block; }.tusi-user-space a { font-size: 12px; color: #555; }.tusi-user-space a:hover { color: #111; }.tusi-user-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; }.tusi-user-links a {display: flex; align-items: center; justify-content: center; gap: 4px;background: #f5f5f5; padding: 7px 4px; font-size: 12px; color: #444; border-radius: 6px;transition: all .15s ease; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.tusi-user-links a:hover { background: #111; color: #fff; text-decoration: none; }.tusi-user-stats { display: flex; border-top: 1px solid #f2f2f2; padding-top: 14px; }.tusi-user-stats > div { flex: 1; text-align: center; }.tusi-user-stats > div + div { border-left: 1px solid #f2f2f2; }.tusi-user-stats strong { display: block; font-size: 17px; font-weight: 700; color: #111; margin-bottom: 1px; }.tusi-user-stats span { font-size: 11px; color: #555; }.tusi-guest { text-align: center; padding: 8px 0 4px; }.tusi-guest p { color: #555; margin: 0 0 14px; font-size: 13px; }.tusi-btn {display: inline-block; background: #111; color: #fff;padding: 8px 20px; font-size: 13px; border: 1px solid #111; border-radius: 6px;cursor: pointer; margin: 2px; transition: all .15s ease;}.tusi-btn:hover { background: #000; color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,.12); }.tusi-btn-gray { background: #f5f5f5; color: #444; border-color: #e5e5e5; }.tusi-btn-gray:hover { background: #ececec; color: #111; box-shadow: none; }.tusi-stat-list { font-size: 13px; color: #555; line-height: 2.1; }.tusi-stat-list strong { color: #111; font-weight: 700; }.tusi-stat-list p { position: relative; padding-left: 20px; }.tusi-stat-list p::before {content: ""; position: absolute; left: 0; top: 50%; margin-top: -5px;width: 10px; height: 10px; border: 2px solid #b8b8b8; border-radius: 3px;}.tusi-stat-list p:nth-child(1)::before { border-radius: 50%; border-color: #111; }.tusi-stat-list p:nth-child(2)::before { background: #b8b8b8; }.tusi-stat-list p:nth-child(3)::before { transform: rotate(45deg); border-radius: 2px; }.tusi-new-member { font-size: 12px; color: #555; margin-top: 8px; padding-top: 10px; border-top: 1px solid #f2f2f2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.tusi-new-member a { color: #666; font-weight: 600; }.tusi-links { font-size: 12.5px; line-height: 2.2; }.tusi-links a { color: #666; }.tusi-links a:hover { color: #111; }.tusi-links > div { position: relative; padding-left: 16px; }.tusi-links > div::before {content: ""; position: absolute; left: 2px; top: 50%; margin-top: -3px;width: 6px; height: 6px; background: #c5c5c5; transform: rotate(45deg);transition: background .15s ease;}.tusi-links > div:hover::before { background: #111; }.tusi-links-more { color: #b0b0b0; font-size: 11px; }.tusi-navtree .tusi-navforum { font-weight: 600; margin-top: 4px; }.tusi-navtree .tusi-navforum:first-child { margin-top: 0; }.tusi-navtree .tusi-navforum > a { color: #111; font-weight: 600; }.tusi-navtree .tusi-navsub { padding-left: 18px; position: relative; }.tusi-navtree .tusi-navsub::before {content: ""; position: absolute; left: 8px; top: 50%; margin-top: -2.5px;width: 5px; height: 5px; border-radius: 50%; background: #d5d5d5;}.tusi-navtree .tusi-navsub > div::before { display: none; }.tusi-crumb { font-size: 12.5px; color: #b0b0b0; margin-bottom: 14px; padding-left: 2px; }.tusi-crumb a { color: #555; }.tusi-crumb a:hover { color: #111; }.tusi-post-header { padding: 22px 26px; margin-bottom: 12px; }.tusi-post-header h1 { margin: 0 0 10px; font-size: 21px; font-weight: 800; color: #111; line-height: 1.4; }.tusi-post-meta { font-size: 12.5px; color: #555; display: flex; flex-wrap: wrap; gap: 4px 10px; }.tusi-post-meta a { color: #666; font-weight: 500; }.tusi-post-meta a:hover { color: #111; }.tusi-postlist { display: flex; flex-direction: column; gap: 12px; }.tusi-post { background: #fff; border: 1px solid #ececec; border-radius: 10px; overflow: hidden; }.tusi-post-head {display: flex; align-items: center; gap: 10px;padding: 14px 20px; border-bottom: 1px solid #f4f4f4; background: #fcfcfd;}.tusi-post-head .tusi-avatar img { width: 38px; height: 38px; border-radius: 50%; display: block; border: 1px solid #ececec; background: #f2f2f2; object-fit: cover; }.tusi-post-author { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }.tusi-post-author .tusi-username { display: inline-flex; align-items: center; gap: 6px; min-width: 0; }.tusi-username { font-weight: 600; font-size: 13.5px; color: #222; }.tusi-post-author .tusi-activity { margin-left: 0; flex-shrink: 0; }.tusi-post-floor { font-size: 15px; font-weight: 800; color: #dcdcdc; }.tusi-post-when { font-size: 11.5px; color: #aaa; margin-left: auto; flex-shrink: 0; cursor: default; }html[data-theme='dark'] .tusi-post-when { color: #6e727c; }.tusi-post-content { padding: 18px 22px 20px; }.tusi-post-message { font-size: 15px; line-height: 1.85; color: #333; word-break: break-word; overflow-x: auto; }.tusi-post-message img { max-width: 100%; border-radius: 6px; }.tusi-post-message a { color: #111; text-decoration: underline; text-decoration-color: #ccc; text-underline-offset: 3px; }.tusi-post-message a:hover { text-decoration-color: #111; }.tusi-post-message p { margin: 0 0 12px; }.tusi-post-message pre, .tusi-post-message .blockcode, .tusi-post-message .blockcode ol {background: #141414; color: #e8e8e8; border-radius: 8px; border: 0;padding: 14px 16px; overflow-x: auto; font-size: 13px; line-height: 1.7;font-family: "SF Mono", Monaco, Consolas, "Courier New", monospace;}.tusi-post-message .blockcode { margin: 12px 0; padding: 0; }.tusi-post-message .blockcode h5 { background: #222; color: #aaa; margin: 0; padding: 8px 16px; font-size: 12px; border-radius: 8px 8px 0 0; }.tusi-post-message .blockcode ol { margin: 0; padding: 14px 16px 14px 40px; }.tusi-post-message .quote, .tusi-post-message blockquote {background: #f9f9f9; border-left: 3px solid #ddd; border-radius: 0 6px 6px 0;padding: 10px 14px; margin: 12px 0; font-size: 13.5px; color: #666;}.tusi-post-sig { margin-top: 18px; padding-top: 12px; border-top: 1px dashed #e8e8e8; font-size: 12px; color: #555; }.tusi-fastpost { padding: 18px 20px; margin-top: 12px; }.tusi-fastpost h4 { margin: 0 0 12px; font-size: 13px; font-weight: 700; color: #111; display: flex; align-items: center; gap: 8px; }.tusi-fastpost h4::before { content: ""; width: 3px; height: 13px; background: #111; border-radius: 2px; }.tusi-textarea {width: 100%; border: 1px solid #e0e0e0; border-radius: 8px; background: #fafafa;padding: 12px 14px; font: 14px/1.7 inherit; color: #333; resize: vertical; min-height: 96px; outline: none;transition: all .2s ease;}.tusi-textarea:focus { background: #fff; border-color: #111; box-shadow: 0 0 0 3px rgba(17,17,17,.06); }.tusi-fastpost .tusi-btn { margin-top: 12px; }.tusi-pagination { margin: 16px 0 22px; text-align: center; clear: both; }.tusi-pagination .pages, .tusi-pagination .pages_btns, .tusi-pagination .pageback { float: none !important; }.tusi-pagination .pages, .tusi-pagination .pages_btn {display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center;}.tusi-pagination .pages a, .tusi-pagination .pages strong, .tusi-pagination .pages cite {display: inline-flex; align-items: center; justify-content: center;min-width: 30px; height: 30px; padding: 0 8px; margin: 0;background: #fff; border: 1px solid #e5e5e5; border-radius: 6px;color: #555; font-size: 13px; font-style: normal; font-weight: 400; transition: all .12s ease;}.tusi-pagination .pages a:hover { border-color: #111; color: #111; text-decoration: none; }.tusi-pagination .pages strong, .tusi-pagination .pages .cur {background: #111; color: #fff; border-color: #111; font-weight: 600;}.tusi-pagination .pages cite { border: 0; background: transparent; color: #555; }.tusi-pagination .pages kbd, .tusi-pagination .pages em {border: 0; background: transparent; color: #b0b0b0; font-style: normal; min-width: auto; height: auto;}.tusi-footer { margin-top: 44px; padding: 30px 0 36px; border-top: 1px solid #e9e9e9; background: #fff; }.tusi-footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; text-align: center; }.tusi-footer-inner p { margin: 0 0 6px; font-size: 12.5px; color: #a0a0a0; }.tusi-footer-inner a { color: #888; }.tusi-footer-inner a:hover { color: #111; }.tusi-sep { margin: 0 8px; color: #ddd; }.tusi-powered { font-size: 11.5px !important; color: #bbb !important; }.tusi-hint-box { border-left: 3px solid #e74c3c; font-size: 12.5px; color: #555; }.tusi-hot-list { margin: 0; padding: 0 0 0 18px; }.tusi-hot-list li { margin-bottom: 9px; font-size: 13px; list-style: decimal-leading-zero; padding-left: 2px; }.tusi-hot-list li a { color: #555; }.tusi-hot-list li a:hover { color: #111; }.tusi-authwrap { padding-top: 56px; }.tusi-authcard, .tusi-msgcard, .tusi-searchcard {background: #fff; border: 1px solid #ececec; border-radius: 12px;padding: 36px 38px; width: 100%;box-shadow: 0 6px 24px rgba(0,0,0,.05);}.tusi-authcard h1 { margin: 0 0 6px; font-size: 22px; font-weight: 800; color: #111; letter-spacing: 1px; }.tusi-authsub { margin: 0 0 24px; font-size: 13px; color: #555; }.tusi-authmsg { text-align: center; color: #666; padding: 10px 0; }.tusi-field { margin-bottom: 16px; }.tusi-field > label { display: block; font-size: 13px; color: #555; margin-bottom: 6px; font-weight: 500; }.tusi-input, .tusi-select {width: 100%; border: 1px solid #ddd; border-radius: 8px; background: #fafafa;padding: 10px 12px; font-size: 14px; color: #333; outline: none; transition: all .2s ease;}.tusi-input:focus, .tusi-select:focus { background: #fff; border-color: #111; box-shadow: 0 0 0 3px rgba(17,17,17,.06); }.tusi-required { color: #e74c3c; font-style: normal; }.tusi-field-inline { display: flex; align-items: center; gap: 8px; }.tusi-field-inline .tusi-select { width: 110px; flex-shrink: 0; }.tusi-field-inline input[type="checkbox"] { width: 15px; height: 15px; accent-color: #111; }.tusi-field-inline label { font-size: 13px; color: #555; margin: 0; }.tusi-btn-block { display: block; width: 100%; margin-top: 20px; padding: 11px 0; font-size: 15px; letter-spacing: 6px; }.tusi-authlinks { margin: 18px 0 0; text-align: center; font-size: 13px; color: #555; }.tusi-authlinks a { color: #111; font-weight: 600; }.tusi-msgcard { display: flex; align-items: flex-start; gap: 18px; }.tusi-msgicon {width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff;}.tusi-msgcard.alert_right .tusi-msgicon { background: #3C9D40; }.tusi-msgcard.alert_error .tusi-msgicon { background: #C0392B; }.tusi-msgcard.alert_info .tusi-msgicon { background: #888; }.tusi-msgbody p { margin: 0 0 16px; font-size: 15px; color: #333; line-height: 1.7; }.tusi-searchcard { width: 100%; padding: 22px 24px; margin-bottom: 12px; }.tusi-searchrow { display: flex; gap: 10px; }.tusi-searchrow .tusi-input { flex: 1; }@media (max-width: 1020px) {.tusi-container { flex-direction: column; align-items: stretch; }.tusi-main { width: 100%; }.tusi-sidebar { width: 100%; position: static; }.tusi-search { display: none; }}@media (max-width: 680px) {.tusi-topbar-inner { gap: 14px; height: 52px; }.tusi-nav a { line-height: 52px; margin-right: 14px; }.tusi-thread-item { padding: 13px 14px; }.tusi-avatar img { width: 36px; height: 36px; }.tusi-thread-title { font-size: 14.5px; }.tusi-thread-last { display: none; }.tusi-post-head { padding: 12px 14px; }.tusi-post-head .tusi-avatar img { width: 32px; height: 32px; }.tusi-post-content { padding: 14px 16px 16px; }.tusi-post-floor { font-size: 13px; }.tusi-authwrap { padding-top: 20px; }.tusi-authcard, .tusi-msgcard, .tusi-searchcard { padding: 20px 16px; }.tusi-list-header { padding: 0 14px; gap: 16px; overflow-x: auto; }.tusi-forum-banner { flex-direction: column; align-items: flex-start; }.tusi-forum-banner .tusi-btn { margin-left: 0; }}.tusi-forum-banner h1 { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 20px; font-weight: 800; color: #111; line-height: 1.3; }.tusi-forum-banner h1 .tusi-ic { color: #111; }.tusi-forum-statline { margin: 6px 0 0; font-size: 12.5px; color: #555; }.tusi-forum-modline { margin: 4px 0 0; font-size: 12.5px; color: #555; }.tusi-forum-modline a { color: #555; }.tusi-forum-modline a:hover { color: #111; text-decoration: underline; }html[data-theme='dark'] .tusi-forum-modline, html[data-theme='dark'] .tusi-forum-modline a { color: #8b8e97; }html[data-theme='dark'] .tusi-forum-modline a:hover { color: #d5d8e0; }.tusi-bounty { margin: 14px 0 4px; padding: 14px 18px; border: 1px solid #f0dcb2; border-radius: 12px; background: #fdf9ee; }.tusi-bounty-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }.tusi-bounty-title { font-size: 13.5px; font-weight: 700; color: #8a5a10; display: inline-flex; align-items: center; gap: 5px; }.tusi-bounty-open { font-size: 12px; color: #1e7e34; background: #e8f5e9; border-radius: 999px; padding: 2px 10px; }.tusi-bounty-done { font-size: 12px; color: #888; background: #f0f0f0; border-radius: 999px; padding: 2px 10px; }.tusi-bounty-answer { padding: 5px 14px; font-size: 12.5px; }.tusi-bestanswer-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 700; color: #b8860b; background: #fdf3d7; border: 1px solid #ecd9a0; border-radius: 999px; padding: 2px 10px; flex-shrink: 0; }html[data-theme='dark'] .tusi-bounty { background: #262013; border-color: #4a3c22; }html[data-theme='dark'] .tusi-bounty-title { color: #e0b45c; }html[data-theme='dark'] .tusi-bounty-open { background: #1c2a1c; }html[data-theme='dark'] .tusi-bounty-done { background: #2a2d35; color: #8b8e97; }html[data-theme='dark'] .tusi-bestanswer-badge { background: #2a2418; border-color: #4a3c22; color: #e0b45c; }.tusi-special-opts { display: flex; align-items: center; gap: 14px; margin-top: 8px; flex-wrap: wrap; }.tusi-opt-inline { font-size: 12.5px; color: #555; display: inline-flex; align-items: center; gap: 5px; }html[data-theme='dark'] .tusi-opt-inline { color: #8b8e97; }.tusi-vote { margin: 14px 0 4px; padding: 16px 18px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fafbfc; }.tusi-vote-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }.tusi-vote-title { font-size: 13.5px; font-weight: 700; color: #111; display: inline-flex; align-items: center; gap: 5px; }.tusi-vote-total { font-size: 12px; color: #888; }.tusi-vote-left { font-size: 12px; color: #b0761a; background: #fdf6e8; border-radius: 999px; padding: 2px 10px; }.tusi-vote-ended { font-size: 12px; color: #c0392b; }.tusi-vote-opt { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px dashed #eee; }.tusi-vote-opt:last-child { border-bottom: 0; }.tusi-vote-label { display: flex; align-items: center; gap: 6px; min-width: 0; cursor: pointer; flex: 0 0 42%; }.tusi-vote-label input { accent-color: #111; width: 15px; height: 15px; flex-shrink: 0; }.tusi-vote-text { font-size: 13.5px; color: #333; word-break: break-all; }.tusi-vote-label:hover .tusi-vote-text { color: #111; }.tusi-vote-bar { flex: 1; height: 14px; background: #eef0f3; border-radius: 7px; overflow: hidden; min-width: 60px; }.tusi-vote-bar i { display: block; height: 100%; background: linear-gradient(90deg, #4a90d9, #111); border-radius: 7px; }.tusi-vote-pct { font-size: 12.5px; font-weight: 600; color: #333; width: 52px; text-align: right; flex-shrink: 0; }.tusi-vote-votes { font-size: 11.5px; color: #999; width: 42px; text-align: right; flex-shrink: 0; }.tusi-vote-hidden { font-size: 11.5px; color: #aaa; flex: 1; text-align: right; }.tusi-vote-act { margin-top: 12px; }html[data-theme='dark'] .tusi-vote { background: #1c1e24; border-color: #2c2f38; }html[data-theme='dark'] .tusi-vote-title { color: #e8eaee; }html[data-theme='dark'] .tusi-vote-total { color: #8b8e97; }html[data-theme='dark'] .tusi-vote-left { background: #2a2418; color: #e0b45c; }html[data-theme='dark'] .tusi-vote-opt { border-bottom-color: #262932; }html[data-theme='dark'] .tusi-vote-text { color: #c5c8d0; }html[data-theme='dark'] .tusi-vote-label:hover .tusi-vote-text { color: #e8eaee; }html[data-theme='dark'] .tusi-vote-bar { background: #262932; }html[data-theme='dark'] .tusi-vote-bar i { background: linear-gradient(90deg, #35547c, #8ab4f8); }html[data-theme='dark'] .tusi-vote-pct { color: #c5c8d0; }html[data-theme='dark'] .tusi-vote-votes { color: #6e727c; }.tusi-replynotice { display: inline-block; background: #f5f6f8; border-left: 3px solid #9aa0aa; border-radius: 6px; padding: 5px 12px; margin: 0 0 10px; font-size: 12.5px; font-weight: 600; color: #555; }.tusi-replynotice a { color: #555; text-decoration: none; }.tusi-replynotice a:hover { color: #111; text-decoration: underline; }.tusi-replynotice i { font-style: normal; color: #777; }html[data-theme='dark'] .tusi-replynotice { background: #23262e; border-left-color: #4a4f5a; color: #8b8e97; }html[data-theme='dark'] .tusi-replynotice a { color: #8b8e97; }html[data-theme='dark'] .tusi-replynotice a:hover { color: #d5d8e0; }html[data-theme='dark'] .tusi-replynotice i { color: #6e727c; }html[data-theme='dark'] .tusi-md-editor .cherry { background: #14161b; }html[data-theme='dark'] .tusi-md-editor .cherry-toolbar { background: #1c1e24; border-bottom: 1px solid #2c2f38; }html[data-theme='dark'] .tusi-md-editor .cherry-toolbar .cherry-toolbar-button { color: #c5c8d0; }html[data-theme='dark'] .tusi-md-editor .cherry-toolbar .cherry-toolbar-button:hover { background: #2a2d35; }html[data-theme='dark'] .tusi-md-editor .cherry-editor-wrap,html[data-theme='dark'] .tusi-md-editor .cherry-editor { background: #14161b; }html[data-theme='dark'] .tusi-md-editor .CodeMirror { background: #14161b; color: #d5d8e0; }html[data-theme='dark'] .tusi-md-editor .CodeMirror-gutters { background: #14161b; border-right: 1px solid #2c2f38; }html[data-theme='dark'] .tusi-md-editor .CodeMirror-cursor { border-left: 1px solid #d5d8e0; }html[data-theme='dark'] .tusi-md-editor .CodeMirror-selected { background: #2e3646; }html[data-theme='dark'] .tusi-md-editor .cherry-previewer { background: #14161b; color: #d5d8e0; }html[data-theme='dark'] .tusi-md-editor { border-color: #2c2f38; }html[data-theme='dark'] .tusi-md-editor .cm-s-default span { color: #d5d8e0; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-string,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-string-2 { color: #96c376; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-comment { color: #7f848e; font-style: italic; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-keyword { color: #c678dd; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-meta,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-qualifier,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-builtin { color: #9aa4b2; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-tag { color: #89ca78; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-attribute { color: #61afef; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-link { color: #61afef; text-decoration: underline; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-1,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-2,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-3,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-4,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-5,html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-header-6 { color: #e06c75; font-weight: 700; }html[data-theme='dark'] .tusi-md-editor .cm-s-default .cm-quote { color: #98c379; }html[data-theme='dark'] .tusi-md-editor .CodeMirror-linenumber { color: #6e727c; }html[data-theme='dark'] .tusi-md-editor .CodeMirror-scrollbar-filler,html[data-theme='dark'] .tusi-md-editor .CodeMirror-gutter-filler { background-color: #14161b; }html[data-theme='dark'] .tusi-post-message .blockcode,html[data-theme='dark'] .tusi-post-message .blockcode ol { background: #1c1e24 !important; border-color: #2c2f38; color: #c9ccd4; }html[data-theme='dark'] .tusi-post-message pre,html[data-theme='dark'] .tusi-post-message pre code { background: #1c1e24; color: #c9ccd4; }html[data-theme='dark'] .tusi-post-message code { background: #262932; color: #e0b45c; }html[data-theme='dark'] .tusi-field input[type="text"],html[data-theme='dark'] .tusi-field input[type="password"],html[data-theme='dark'] .tusi-field textarea { background: #14161b; border-color: #3a3d47; color: #d5d8e0; }html[data-theme='dark'] .tusi-emoji-tabs { border-bottom-color: #2c2f38; }html[data-theme='dark'] .tusi-emoji-grid img:hover,html[data-theme='dark'] .tusi-udemoji:hover { background: #2a2d35; }html[data-theme='dark'] .tusi-modmenu a:hover { background: #2a2d35; color: #e8eaee; }.tusi-revive-link { display: flex; align-items: center; gap: 6px; margin: 10px 0 4px; padding: 8px 10px; border: 1px solid #f0d5a8; border-radius: 8px; background: #fdf6e8; color: #b0761a; font-size: 12.5px; text-decoration: none; }.tusi-revive-link:hover { background: #faeecf; color: #8a5a10; }html[data-theme='dark'] .tusi-revive-link { background: #2a2318; border-color: #4a3c22; color: #e0b45c; }html[data-theme='dark'] .tusi-revive-link:hover { background: #352c1c; color: #f0c878; }.tusi-author-top { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }.tusi-author-top .tusi-user-avatar img { width: 60px; height: 60px; }.tusi-medals { margin-bottom: 14px; padding-top: 12px; border-top: 1px solid #f2f2f2; line-height: 1; text-align: center; }.tusi-medals .tusi-medal, .tusi-medals .tusi-hof { display: inline-block; margin: 0 4px 4px; vertical-align: top; }.tusi-medal { height: 26px; width: auto; max-width: 64px; margin: 0 8px 8px 0; vertical-align: top; object-fit: contain; }.tusi-medals-box { border-top: 0; padding-top: 10px; margin: 10px 0 0; }.tusi-pfp-mini { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }.tusi-pfp-mini .tusi-user-avatar img { width: 54px; height: 54px; }.tusi-pfp-name { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }.tusi-pfp-name strong { font-size: 16px; font-weight: 700; color: #111; flex-basis: 100%; }.tusi-pfp-state {display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #b0b0b0;border: 1px solid #e5e5e5; border-radius: 999px; padding: 0 8px; margin: 0; background: #fafafa;}.tusi-pfp-state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ccc; }.tusi-pfp-state.on { color: #3C9D40; border-color: #d5e8d6; background: #f2faf3; }.tusi-pfp-state.on::before { background: #3C9D40; }.tusi-pfp-role {display: inline-flex; align-items: center; font-size: 11px; color: #fff; background: #111;border-radius: 4px; padding: 0 7px; margin: 0;}.tusi-uid-pill {display: inline-flex; align-items: center; gap: 4px;font-size: 11px; color: #666; background: #f2f2f2;border: 1px solid #e2e2e2; border-radius: 6px; padding: 2px 8px;}.tusi-links-nav { display: flex; flex-direction: column; gap: 4px; width: 100%; }.tusi-links-nav a { display: flex; align-items: center; justify-content: flex-start; gap: 6px; text-align: left; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 8px; padding: 9px 14px; font-size: 13px; color: #444; width: 100%; }.tusi-links-nav a:hover { background: #111; color: #fff; text-decoration: none; }.tusi-pfp-sideavatar img { width: 64px; height: 64px; border-radius: 50%; display: block; border: 2px solid #f0f0f0; object-fit: cover; background: #f5f5f5; }.tusi-sidebar .tusi-stat-list p { padding-left: 0; display: flex; align-items: center; gap: 7px; }.tusi-sidebar .tusi-stat-list p::before { display: none; }.tusi-sidebar .tusi-stat-list .tusi-ic { color: #b8b8b8; }.tusi-pfp-stats { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }.tusi-pfp-pill {display: inline-flex; align-items: baseline; gap: 5px;background: #f7f7f7; border: 1px solid #ececec; border-radius: 999px;padding: 5px 12px; font-size: 11.5px; color: #555; transition: all .15s ease;}.tusi-pfp-pill strong { font-size: 14px; font-weight: 700; color: #111; }a.tusi-pfp-pill:hover { border-color: #111; text-decoration: none; }.tusi-pfp-head {background: #fff; border: 1px solid #ececec; border-radius: 12px;padding: 24px 26px; display: flex; gap: 20px; align-items: flex-start;}.tusi-pfp-head .tusi-pfp-avatar img { width: 84px; height: 84px; }.tusi-pfp-info h1 { margin: 0 0 8px; font-size: 22px; font-weight: 800; color: #111; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }.tusi-pfp-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }.tusi-pfp-meta { display: flex; align-items: center; gap: 6px 16px; flex-wrap: wrap; font-size: 12.5px; color: #555; }.tusi-pfp-meta > span { display: inline-flex; align-items: center; gap: 4px; }.tusi-pfp-statsrow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 12px; }.tusi-pfp-statsrow .tusi-btn { margin-left: auto; }.tusi-pfp-medals { margin-top: 12px; background: #fff; border: 1px solid #ececec; border-radius: 10px; padding: 14px 18px 8px; }.tusi-postwrap { justify-content: center; }.tusi-postform { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 26px 28px; }.tusi-postform-title { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; font-size: 18px; font-weight: 800; color: #111; }.tusi-md-src { display: none; }.tusi-md-tools { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; position: relative; }.tusi-md-editor .cherry { line-height: 1.5; }.tusi-md-editor .cherry-toolbar { align-items: center; line-height: 1; min-height: 38px; padding: 0 10px; }.tusi-md-editor .cherry-toolbar .cherry-toolbar-button { display: inline-flex; align-items: center; justify-content: center; height: 38px; line-height: 1; padding: 0 12px; }.tusi-md-editor .ch-icon { margin: 0; vertical-align: middle; }.tusi-md-editor .ch-icon:before { line-height: 1; display: inline-flex; align-items: center; justify-content: center; }.tusi-emoji-wrap { position: relative; }.tusi-emoji-pop {display: none; position: absolute; top: calc(100% + 6px); left: 0; z-index: 300;background: #fff; border: 1px solid #e5e5e5; border-radius: 10px;box-shadow: 0 10px 24px rgba(0,0,0,.10);padding: 10px; width: 320px;}.tusi-emoji-tabs { display: flex; gap: 4px; border-bottom: 1px solid #f0f0f0; padding-bottom: 8px; margin-bottom: 8px; flex-wrap: wrap; }.tusi-emoji-tab { font-size: 12px; color: #888; border: 1px solid #e8e8e8; border-radius: 999px; padding: 3px 10px; }.tusi-emoji-tab.on { background: #111; color: #fff; border-color: #111; }.tusi-emoji-grid { max-height: 170px; overflow-y: auto; }.tusi-hidden { display: none; }.tusi-emoji-grid img { width: 24px; height: 24px; margin: 2px; cursor: pointer; border-radius: 3px; vertical-align: top; }.tusi-emoji-grid img:hover { background: #f0f0f0; }.tusi-udemoji { display: inline-block; width: 28px; height: 28px; line-height: 28px; text-align: center; font-size: 20px; margin: 1px; cursor: pointer; border-radius: 4px; }.tusi-udemoji:hover { background: #f0f0f0; }.tusi-md-editor-fp { margin-bottom: 4px; }.tusi-md-editor-fp .cherry-editor .CodeMirror { height: 100% !important; }.tusi-emoji-pop { width: 340px; }.tusi-post-message .locked, .locked { width: 100% !important; box-sizing: border-box; }.tusi-pfp-group {display: inline-flex; align-items: center; font-size: 11px; color: #666;background: #f2f2f2; border: 1px solid #e5e5e5; border-radius: 4px; padding: 1px 7px;}.tusi-post-group { font-size: 11px; color: #aaa; margin-left: 6px; font-weight: 400; }.tusi-theme-btn {background: none; border: 1px solid #e2e2e2; border-radius: 16px; width: 32px; height: 32px;display: inline-flex; align-items: center; justify-content: center; color: #888; cursor: pointer;transition: all .15s ease; margin-left: 16px; padding: 0;}.tusi-theme-btn:hover { color: #111; border-color: #111; }.tusi-theme-btn .tusi-theme-sun { display: none; }html[data-theme='dark'] .tusi-theme-btn .tusi-theme-sun { display: inline-block; }html[data-theme='dark'] .tusi-theme-btn .tusi-theme-moon { display: none; }html[data-theme='dark'] .tusi-theme-btn { border-color: #444; color: #aaa; }html[data-theme='dark'] .tusi-theme-btn:hover { color: #fff; border-color: #888; }.tusi-navitem.open .tusi-dropdown { display: block; }.tusi-pending-box { background: #fafafa; border: 1px dashed #dcdcdc; border-radius: 10px; padding: 14px 16px; margin-bottom: 14px; }.tusi-pending-box .tusi-side-title { margin-bottom: 10px; }.tusi-pending-list { display: flex; flex-wrap: wrap; gap: 10px; }.tusi-pending-item { position: relative; background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 4px; }.tusi-pending-item img { max-width: 96px; max-height: 72px; display: block; border-radius: 5px; }.tusi-pending-ops { display: flex; gap: 6px; justify-content: center; margin-top: 4px; font-size: 11px; }.tusi-pending-ops a { color: #888; }.tusi-pending-ops a:hover { color: #111; }.tusi-pending-ops .tusi-pd-del:hover { color: #e74c3c; }.tusi-noperm {background: #fff; border: 1px solid #ececec; border-radius: 12px;box-shadow: 0 6px 24px rgba(0,0,0,.05);padding: 44px 40px; text-align: center;width: 100%;}.tusi-noperm-icon {width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;background: #fdf0ef; color: #e74c3c;display: flex; align-items: center; justify-content: center;}.tusi-noperm-icon .tusi-ic { width: 32px; height: 32px; }.tusi-noperm h2 { margin: 0 0 10px; font-size: 19px; font-weight: 800; color: #111; }.tusi-noperm-msg { font-size: 13.5px; color: #666; line-height: 2.1; text-align: left; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 10px; padding: 14px 20px; width: 100%; }.tusi-noperm-intro { font-size: 14px; color: #555; margin-bottom: 14px; }.tusi-permtable { border: 1px solid #f0f0f0; border-radius: 10px; overflow: hidden; width: 100%; background: #fafafa; }.tusi-perm-row { display: flex; align-items: center; border-top: 1px solid #f0f0f0; font-size: 13.5px; color: #555; }.tusi-perm-row:first-child { border-top: 0; }.tusi-perm-head { background: #f2f2f2; font-weight: 600; color: #888; font-size: 12.5px; }.tusi-perm-row > span { flex: 1; text-align: center; padding: 10px 8px; }.tusi-perm-row .tusi-perm-name { font-weight: 600; color: #333; text-align: left; padding-left: 18px; }.tusi-perm-state-cell { color: #e74c3c; display: inline-flex; align-items: center; justify-content: center; gap: 4px; }.tusi-perm-state-cell.ok { color: #3C9D40; }@media (max-width: 680px) {.tusi-perm-row { flex-wrap: wrap; }.tusi-perm-row .tusi-perm-name { flex-basis: 100%; padding: 8px 18px 0; }.tusi-perm-row > span:not(.tusi-perm-name) { padding: 6px 4px 10px; }}.tusi-noperm-msg p { margin: 0 0 4px; }.tusi-noperm-msg a { color: #111; font-weight: 600; text-decoration: underline; text-decoration-color: #ccc; text-underline-offset: 3px; }.tusi-noperm-msg a:hover { text-decoration-color: #111; }.tusi-noperm-msg strong, .tusi-noperm-msg b { color: #444; }.tusi-noperm-msg font[color] { font-weight: 600; }.tusi-noperm-ops { display: flex; justify-content: center; gap: 10px; margin-top: 26px; flex-wrap: wrap; }html[data-theme='dark'] .tusi-noperm-msg { background: #26272c; border-color: #333; color: #b9bcc4; }html[data-theme='dark'] .tusi-permtable { background: #26272c; border-color: #333; }html[data-theme='dark'] .tusi-perm-row { border-top-color: #333; color: #aab; }html[data-theme='dark'] .tusi-perm-head { background: #2e2f36; color: #99a; }html[data-theme='dark'] .tusi-perm-row .tusi-perm-name { color: #e2e4ea; }html[data-theme='dark'] .tusi-noperm-msg strong, html[data-theme='dark'] .tusi-noperm-msg b { color: #e2e4ea; }html[data-theme='dark'] .tusi-noperm-msg a { color: #fff; }.tusi-draftbar {display: flex; align-items: center; gap: 10px;background: #fdf6ec; border: 1px solid #f0dcc0; border-radius: 8px;padding: 10px 14px; margin-bottom: 16px; font-size: 13px; color: #8a6d3b;}.tusi-draftbar .tusi-btn { margin-left: auto; }.tusi-draftbar .tusi-btn + .tusi-btn { margin-left: 0; }.tusi-draftstat { margin-top: 6px; font-size: 11px; color: #c0c0c0; }.tusi-md-editor { border: 1px solid #d9d9d9; border-radius: 8px; }.tusi-md-editor .cherry { width: 100%; border: 0; border-radius: 8px; box-shadow: none; }.tusi-md-editor .cherry-toolbar { border-radius: 8px 8px 0 0; }.tusi-md-editor .cherry-editor { border-radius: 0 0 8px 8px; border-bottom: 0; }.tusi-md-editor .cherry-editor-wrap,.tusi-md-editor .cherry-editor { flex: 1 1 100%; min-height: 0; }.tusi-md-editor .cherry-editor .CodeMirror { height: 100% !important; border-bottom: 1px solid #ececec; }.tusi-md-editor .cherry-editor-wrap, .tusi-md-editor .cherry-editor { width: 100%; }.tusi-postform-actions { display: flex; align-items: center; gap: 10px; margin-top: 18px; }.tusi-btn-lg { padding: 10px 26px; font-size: 14px; }.tusi-pm-conv { display: flex; flex-direction: column; gap: 14px; }.tusi-pm-msg { display: flex; gap: 10px; align-items: flex-start; }.tusi-pm-msg.self { flex-direction: row-reverse; }.tusi-pm-msg .tusi-avatar img { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #ececec; }.tusi-pm-bubble {background: #fff; border: 1px solid #ececec; border-radius: 10px;padding: 10px 14px; max-width: 74%;}.tusi-pm-msg.self .tusi-pm-bubble { background: #111; border-color: #111; color: #eee; }.tusi-pm-meta { font-size: 11.5px; color: #555; display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }.tusi-pm-msg.self .tusi-pm-meta { color: #aaa; justify-content: flex-end; }.tusi-pm-new { background: #e74c3c; color: #fff; font-size: 10px; font-style: normal; border-radius: 3px; padding: 0 4px; }.tusi-pm-text { font-size: 14px; line-height: 1.7; word-break: break-word; }.tusi-pm-preview { font-size: 12.5px; color: #888; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.tusi-pm-preview a { color: #888; }.tusi-pm-preview a:hover { color: #111; }.tusi-notice-item .tusi-notice-msg { font-size: 13.5px; color: #444; line-height: 1.7; }.tusi-notice-clear { padding: 14px 20px; text-align: right; }html[data-theme='dark'] body#tusi-body { background: #141519; color: #c9ccd4; }html[data-theme='dark'] a { color: #aab; }html[data-theme='dark'] a:hover { color: #fff; }html[data-theme='dark'] .tusi-topbar { background: #1b1c21; border-bottom-color: #2a2b31; }html[data-theme='dark'] .tusi-logo { color: #f0f0f0; }html[data-theme='dark'] .tusi-navlabel, html[data-theme='dark'] .tusi-navitem > a { color: #9aa0ab; }html[data-theme='dark'] .tusi-navitem:hover .tusi-navlabel, html[data-theme='dark'] .tusi-navitem > a:hover { color: #fff; border-bottom-color: #fff; }html[data-theme='dark'] .tusi-topbar-right a { color: #9aa0ab; }html[data-theme='dark'] .tusi-nav-user { color: #e6e6e6; }html[data-theme='dark'] .tusi-search input { background: #232429; border-color: #333; color: #ddd; }html[data-theme='dark'] .tusi-dropdown { background: #232429; border-color: #333; }html[data-theme='dark'] .tusi-dropdown a { color: #aab; }html[data-theme='dark'] .tusi-dropdown a:hover { background: #2e2f36; color: #fff; }html[data-theme='dark'] .tusi-threadlist, html[data-theme='dark'] .tusi-side-box, html[data-theme='dark'] .tusi-post-header,html[data-theme='dark'] .tusi-post, html[data-theme='dark'] .tusi-fastpost, html[data-theme='dark'] .tusi-forum-banner,html[data-theme='dark'] .tusi-list-header, html[data-theme='dark'] .tusi-searchcard, html[data-theme='dark'] .tusi-authcard,html[data-theme='dark'] .tusi-msgcard, html[data-theme='dark'] .tusi-noperm, html[data-theme='dark'] .tusi-postform,html[data-theme='dark'] .tusi-pfp-head, html[data-theme='dark'] .tusi-pfp-medals, html[data-theme='dark'] .tusi-pending-box { background: #1e1f24; border-color: #2c2d33; }html[data-theme='dark'] .tusi-thread-item { border-top-color: #26272d; }html[data-theme='dark'] .tusi-thread-item:hover { background: #232429; }html[data-theme='dark'] .tusi-thread-title a { color: #dcdfe6; }html[data-theme='dark'] .tusi-thread-title a:visited { color: #71747d; }html[data-theme='dark'] .tusi-post-head { background: #212227; border-bottom-color: #2a2b31; }html[data-theme='dark'] .tusi-username, html[data-theme='dark'] .tusi-username { color: #e2e4ea; }html[data-theme='dark'] .tusi-user-links a { background: #26272c; color: #c5c8d0; }html[data-theme='dark'] .tusi-user-links a:hover { background: #2a2d35; color: #e8eaee; }html[data-theme='dark'] .tusi-user-stats { border-top-color: #2a2b31; }html[data-theme='dark'] .tusi-user-stats > div + div { border-left-color: #2a2b31; }html[data-theme='dark'] .tusi-user-stats strong { color: #f0f0f0; }html[data-theme='dark'] .tusi-pfp-pill { background: #26272c; border-color: #333; color: #8b8e97; }html[data-theme='dark'] .tusi-pfp-pill strong { color: #f0f0f0; }html[data-theme='dark'] .tusi-uid-pill { background: #26272c; border-color: #333; color: #aab; }html[data-theme='dark'] .tusi-pfp-group { background: #26272c; border-color: #333; color: #aab; }html[data-theme='dark'] .tusi-pfp-state { background: #26272c; border-color: #333; }html[data-theme='dark'] .tusi-input, html[data-theme='dark'] .tusi-select, html[data-theme='dark'] .tusi-textarea { background: #26272c; border-color: #333; color: #ddd; }html[data-theme='dark'] .tusi-input:focus, html[data-theme='dark'] .tusi-select:focus, html[data-theme='dark'] .tusi-textarea:focus { background: #1e1f24; border-color: #888; }html[data-theme='dark'] .tusi-search input:focus { background: #1e1f24; border-color: #888; }html[data-theme='dark'] .tusi-pagination .pages a, html[data-theme='dark'] .tusi-pagination .pages strong { background: #1e1f24; border-color: #333; color: #c5c8d0; }html[data-theme='dark'] .tusi-pagination .pages a:hover { border-color: #888; }html[data-theme='dark'] .tusi-footer { background: #1b1c21; border-top-color: #2a2b31; }html[data-theme='dark'] .tusi-emoji-pop { background: #232429; border-color: #333; }html[data-theme='dark'] .tusi-emoji-tab { color: #99a; border-color: #333; }html[data-theme='dark'] .tusi-emoji-grid img:hover, html[data-theme='dark'] .tusi-udemoji:hover { background: #2e2f36; }html[data-theme='dark'] .tusi-pfp-info h1, html[data-theme='dark'] .tusi-pfp-head h1, html[data-theme='dark'] .tusi-authcard h1,html[data-theme='dark'] .tusi-post-header h1 { color: #f0f0f0; }html[data-theme='dark'] .tusi-pm-bubble { background: #1e1f24; border-color: #2c2d33; }html[data-theme='dark'] .tusi-navtree .tusi-navforum > a { color: #e6e6e6; }html[data-theme='dark'] .tusi-links-nav a { background: #232429; border-color: #2a2b31; color: #c5c8d0; }html[data-theme='dark'] .tusi-md-editor { border-color: #333; }html[data-theme='dark'] .tusi-draftbar { background: #2a2416; border-color: #453a1e; color: #c9b37e; }html[data-theme='dark'] ::-webkit-scrollbar-thumb { background: #3a3b42; }@media (max-width: 1020px) {.tusi-topbar-inner { gap: 12px; height: auto; min-height: 52px; flex-wrap: wrap; padding: 6px 14px; }.tusi-logo img { height: 26px; }.tusi-logo { font-size: 17px; }.tusi-nav { order: 3; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }.tusi-navlabel, .tusi-navitem > a, .tusi-nav a { height: 40px; line-height: 40px; margin-right: 14px; font-size: 13px; }.tusi-topbar-right { margin-left: auto; }.tusi-topbar-right a { margin-left: 9px; font-size: 12px; }.tusi-topbar-right a .tusi-ic { display: none; }.tusi-nav-user .tusi-ic { display: none; }.tusi-theme-btn { margin-left: 8px; }.tusi-dropdown { position: fixed; left: 8px; right: 8px; top: auto; min-width: 0; }}.tusi-pfp-side { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 16px; }.tusi-pfp-side .tusi-pfp-sideavatar img { width: 76px; height: 76px; border-radius: 50%; display: block; border: 3px solid #f0f0f0; object-fit: cover; background: #f5f5f5; }.tusi-pfp-sidename { margin-top: 10px; max-width: 100%; }.tusi-pfp-sidename strong { display: inline-block; font-size: 16px; font-weight: 700; color: #111; vertical-align: middle; }.tusi-pfp-sidebadges { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 8px; flex-wrap: wrap; }.tusi-pfp-sidecount { display: flex; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding: 12px 0; margin-bottom: 14px; width: 100%; }.tusi-pfp-sidecount > div { flex: 1; text-align: center; }.tusi-pfp-sidecount > div + div { border-left: 1px solid #f2f2f2; }.tusi-pfp-sidecount strong { display: block; font-size: 16px; font-weight: 700; color: #111; }.tusi-pfp-sidecount span { font-size: 11px; color: #555; }.tusi-pfp-sidelist { text-align: left; }html[data-theme='dark'] .tusi-pfp-side .tusi-pfp-sideavatar img { border-color: #2c2d33; }html[data-theme='dark'] .tusi-pfp-sidecount, html[data-theme='dark'] .tusi-pfp-sidecount > div + div { border-color: #2a2b31; }.tusi-pagination .pages a.prev { font-size: 0; text-indent: -9999px; }.tusi-pagination .pages a.prev::after { content: "prev"; font-size: 12px; font-weight: 700; text-indent: 0; letter-spacing: .3px; }.tusi-pagination .pages a.next { font-size: 0; text-indent: -9999px; }.tusi-pagination .pages a.next::after { content: "next"; font-size: 12px; font-weight: 700; text-indent: 0; letter-spacing: .3px; }.tusi-pagination .pages a.first::before { content: "| "; font-size: 11px; color: #aaa; }.tusi-pagination .pages a.last::after { content: " |"; font-size: 11px; color: #aaa; }.tusi-pfp-name .tusi-pfp-group, .tusi-pfp-name .tusi-pfp-role, .tusi-pfp-name .tusi-pfp-state, .tusi-pfp-name .tusi-uid-pill {display: inline-flex; align-items: center; height: 19px; line-height: 1;font-size: 11px; padding: 0 7px; border-radius: 4px; vertical-align: middle;}.tusi-pfp-sidebadges .tusi-pfp-group, .tusi-pfp-sidebadges .tusi-pfp-state { height: 19px; display: inline-flex; align-items: center; line-height: 1; }.tusi-post-group {display: inline-flex; align-items: center; height: 17px; line-height: 1;font-size: 10.5px; color: #555; background: #f5f5f5;border: 1px solid #e5e5e5; border-radius: 4px; padding: 0 6px;vertical-align: middle; margin-left: 6px; font-weight: 400;}html[data-theme='dark'] .tusi-post-group { color: #99a; background: #26272c; border-color: #333; }html[data-theme='dark'] .tusi-post-message { color: #c9ccd4; }html[data-theme='dark'] .tusi-post-message a { color: #fff; text-decoration-color: #555; }html[data-theme='dark'] .tusi-post-message .quote, html[data-theme='dark'] .tusi-post-message blockquote { background: #26272c; border-left-color: #444; color: #aab; }html[data-theme='dark'] .tusi-post-sig { color: #7f838d; }html[data-theme='dark'] .tusi-username { color: #e2e4ea; }html[data-theme='dark'] .tusi-post-floor { color: #4a4b52; }html[data-theme='dark'] .tusi-notice-msg { color: #c5c8d0; }html[data-theme='dark'] .tusi-pm-text { color: #c5c8d0; }html[data-theme='dark'] .tusi-pm-preview, html[data-theme='dark'] .tusi-pm-preview a { color: #8b8e97; }html[data-theme='dark'] .tusi-pm-meta { color: #83868f; }html[data-theme='dark'] .tusi-msgbody p { color: #c5c8d0; }html[data-theme='dark'] .tusi-postform-title { color: #f0f0f0; }html[data-theme='dark'] .tusi-side-title { color: #e6e6e6; }html[data-theme='dark'] .tusi-fastpost h4 { color: #e6e6e6; }html[data-theme='dark'] .tusi-stat-list { color: #9aa0ab; }html[data-theme='dark'] .tusi-stat-list strong { color: #e6e8ee; }html[data-theme='dark'] .tusi-links a { color: #aab; }html[data-theme='dark'] .tusi-links-more { color: #6f727b; }html[data-theme='dark'] .tusi-pfp-meta { color: #8b8e97; }html[data-theme='dark'] .tusi-crumb, html[data-theme='dark'] .tusi-crumb a { color: #6f727b; }html[data-theme='dark'] .tusi-guest p { color: #8b8e97; }html[data-theme='dark'] .tusi-forum-desc, html[data-theme='dark'] .tusi-forum-statline { color: #8b8e97; }html[data-theme='dark'] .tusi-tab { color: #8b8e97; }html[data-theme='dark'] .tusi-tab.current { color: #f0f0f0; border-bottom-color: #fff; }html[data-theme='dark'] .tusi-thread-meta { color: #83868f; }html[data-theme='dark'] .tusi-thread-meta .tusi-ic { color: #5a5b62; }html[data-theme='dark'] .tusi-cat { background: #26272c; color: #99a; }html[data-theme='dark'] .tusi-cat:hover { background: #2a2d35; color: #e8eaee; }html[data-theme='dark'] .tusi-badge { background: #26272c; color: #99a; }html[data-theme='dark'] .tusi-badge.tusi-top { background: #e8e8e8; color: #111; }html[data-theme='dark'] .tusi-badge.tusi-digest-badge { background: #1e1f24; color: #e8e8e8; border-color: #888; }html[data-theme='dark'] .tusi-badge.tusi-reward { background: #8a6a1f; color: #fff; }html[data-theme='dark'] .tusi-badge.tusi-poll { background: #3a5f8f; color: #fff; }html[data-theme='dark'] .tusi-thread-last { color: #7f838d; }html[data-theme='dark'] .tusi-last-author { color: #8b8e97; }html[data-theme='dark'] .tusi-last-time { color: #6f727b; }html[data-theme='dark'] .tusi-sub-chip { background: #1e1f24; border-color: #333; color: #aab; }html[data-theme='dark'] .tusi-chip-on { background: #2a2d35; color: #e8eaee !important; border-color: #4a4f5a; }html[data-theme='dark'] .tusi-empty { color: #6f727b; }html[data-theme='dark'] .tusi-empty .tusi-ic { color: #3a3b42; }html[data-theme='dark'] .tusi-hot-list li a { color: #aab; }html[data-theme='dark'] .tusi-user-stats span { color: #83868f; }html[data-theme='dark'] .tusi-pfp-sidecount strong { color: #e6e8ee; }html[data-theme='dark'] .tusi-pfp-sidecount span { color: #83868f; }html[data-theme='dark'] .tusi-pfp-sidename strong { color: #f0f0f0; }html[data-theme='dark'] .tusi-authsub { color: #8b8e97; }html[data-theme='dark'] .tusi-authlinks { color: #8b8e97; }html[data-theme='dark'] .tusi-authlinks a { color: #fff; }html[data-theme='dark'] .tusi-field > label { color: #c5c8d0; }html[data-theme='dark'] .tusi-searchrow .tusi-btn, html[data-theme='dark'] .tusi-md-tools .tusi-btn-gray { background: #26272c; border-color: #333; color: #c5c8d0; }.tusi-md-editor .cherry-toolbar { overflow: visible; }.tusi-md-editor .cherry-dropdown { z-index: 400; }html[data-theme='dark'] body#tusi-body a { color: #b8bcc6; }html[data-theme='dark'] .tusi-thread-title a { color: #dcdfe6; }html[data-theme='dark'] .tusi-thread-title a:visited { color: #71747d; }html[data-theme='dark'] .tusi-thread-meta a, html[data-theme='dark'] .tusi-thread-meta .tusi-author { color: #99a; }html[data-theme='dark'] .tusi-thread-meta .tusi-count { color: #f0f0f0; }html[data-theme='dark'] .tusi-count { color: #f0f0f0; }html[data-theme='dark'] .tusi-views { color: #99a; }html[data-theme='dark'] .tusi-cat:hover { background: #2a2d35; color: #e8eaee; }html[data-theme='dark'] .tusi-user-name strong, html[data-theme='dark'] .tusi-user-stats strong, html[data-theme='dark'] .tusi-stat-list strong { color: #e6e8ee; }html[data-theme='dark'] .tusi-user-space a { color: #99a; }html[data-theme='dark'] .tusi-new-member a { color: #99a; }html[data-theme='dark'] .tusi-pfp-name strong { color: #e6e8ee; }html[data-theme='dark'] .tusi-btn { background: #e8e8e8; color: #111; border-color: #e8e8e8; }html[data-theme='dark'] .tusi-btn:hover { background: #3a3d47; color: #fff; }html[data-theme='dark'] .tusi-btn-gray { background: #26272c; border-color: #333; color: #c5c8d0; }html[data-theme='dark'] .tusi-btn-gray:hover { background: #2e2f36; color: #e6e8ee; }html[data-theme='dark'] .tusi-search input { color: #ddd; }html[data-theme='dark'] .tusi-search input:focus { background: #1e1f24; border-color: #888; }html[data-theme='dark'] .tusi-post-meta a { color: #99a; }html[data-theme='dark'] .tusi-post-message .quote, html[data-theme='dark'] .tusi-post-message blockquote { color: #aab; }html[data-theme='dark'] .tusi-pm-preview, html[data-theme='dark'] .tusi-pm-preview a { color: #8b8e97; }html[data-theme='dark'] .tusi-pagination .pages a { color: #c5c8d0; }html[data-theme='dark'] .tusi-pagination .pages a.prev::after, html[data-theme='dark'] .tusi-pagination .pages a.next::after { color: #c5c8d0; }html[data-theme='dark'] .tusi-pagination .pages a.first::before, html[data-theme='dark'] .tusi-pagination .pages a.last::after { color: #666; }html[data-theme='dark'] .tusi-badge.tusi-digest-badge { background: #1e1f24; border-color: #888; color: #e8e8e8; }html[data-theme='dark'] .tusi-badge.tusi-reward { background: #8a6a1f; color: #fff; }html[data-theme='dark'] .tusi-badge.tusi-poll { background: #3a5f8f; color: #fff; }html[data-theme='dark'] .tusi-sub-chip { background: #1e1f24; border-color: #333; color: #c5c8d0; }html[data-theme='dark'] .tusi-sub-chip:hover { border-color: #888; color: #e6e8ee; }html[data-theme='dark'] .tusi-chip-on { background: #e8e8e8; border-color: #e8e8e8; color: #111 !important; }html[data-theme='dark'] .tusi-forum-banner h1 { color: #e6e8ee; }html[data-theme='dark'] .tusi-forum-banner h1 .tusi-ic { color: #e6e8ee; }html[data-theme='dark'] #tusi-body .tusi-forum-banner a.tusi-btn { color: #111; }html[data-theme='dark'] .tusi-side-title .tusi-ic { color: #e6e8ee; }html[data-theme='dark'] .tusi-navtree .tusi-navforum > a { color: #c5c8d0; }html[data-theme='dark'] .tusi-pm-msg.self .tusi-pm-bubble { background: #2e2f36; border-color: #2e2f36; color: #ddd; }html[data-theme='dark'] .tusi-pm-msg .tusi-pm-bubble { color: #c5c8d0; }html[data-theme='dark'] .tusi-emoji-pop .tusi-emoji-tab { background: #26272c; border-color: #333; color: #99a; }html[data-theme='dark'] .tusi-pending-box { background: #1e1f24; border-color: #333; }html[data-theme='dark'] .tusi-pending-item { background: #26272c; border-color: #333; }html[data-theme='dark'] .tusi-footer-inner a { color: #99a; }html[data-theme='dark'] .tusi-footer-inner a:hover { color: #e6e8ee; }html[data-theme='dark'] .tusi-pfp-head .tusi-pfp-info h1 { color: #e6e8ee; }html[data-theme='dark'] .tusi-pfp-badges .tusi-pfp-group { background: #26272c; border-color: #333; color: #99a; }html[data-theme='dark'] .tusi-authcard h1 { color: #e6e8ee; }html[data-theme='dark'] .tusi-msgcard .tusi-msgbody p { color: #c5c8d0; }.tusi-dingcai { font-size: 12.5px; }.tusi-dingcai a { color: #888; margin-right: 16px; }.tusi-dingcai a:hover { color: #111; }.tusi-header-ops { margin-left: auto; }.tusi-header-ops a { display: inline-flex; align-items: center; gap: 4px; color: #888; font-size: 12.5px; }.tusi-header-ops a:hover { color: #111; }.tusi-verify { height: 14px; vertical-align: middle; margin-left: 4px; }.tusi-activity { height: 11px; vertical-align: middle; margin-left: 5px; }.tusi-hof { height: 20px; vertical-align: middle; margin-left: 4px; }.tusi-pfp-icons { margin-top: 4px; display: flex; align-items: center; gap: 6px; }html[data-theme='dark'] .tusi-verify { filter: brightness(1.2); }html[data-theme='dark'] .tusi-dingcai a { color: #7a7d85; }html[data-theme='dark'] .tusi-dingcai a:hover { color: #e6e8ee; }html[data-theme='dark'] .tusi-header-ops a { color: #7a7d85; }html[data-theme='dark'] .tusi-header-ops a:hover { color: #e6e8ee; }.tusi-postact {display: flex; align-items: center; gap: 14px;margin-top: 14px; padding-top: 10px;border-top: 1px dashed #ececec; font-size: 12.5px;}.tusi-postact a { display: inline-flex; align-items: center; gap: 4px; color: #888; white-space: nowrap; }.tusi-postact a:hover { color: #111; text-decoration: none; }.tusi-postact .tusi-dingcai { display: inline-flex; gap: 0; }.tusi-postact .tusi-dingcai a { color: #888; margin-right: 10px; font-size: 12.5px; white-space: nowrap; }.tusi-postact .tusi-dingcai a:hover { color: #111; }.tusi-postact svg { color: #c0c0c0; }html[data-theme='dark'] .tusi-postact a { color: #7a7d85; }html[data-theme='dark'] .tusi-postact a:hover { color: #e6e8ee; }html[data-theme='dark'] .tusi-postact svg { color: #5a5b62; }.tusi-thread-dingcai { display: inline-flex; align-items: center; gap: 8px; }.tusi-thread-dingcai a { display: inline-flex; align-items: center; gap: 3px; color: #888; font-size: 13px; }.tusi-thread-dingcai a:hover { color: #111; text-decoration: none; }.tusi-thread-dingcai b { font-weight: 700; font-size: 14px; color: #111; }.tusi-thread-dingcai em { font-style: normal; font-size: 11px; color: #555; }.tusi-dialog {display: none; position: fixed; inset: 0; z-index: 999;background: rgba(0,0,0,.5); align-items: center; justify-content: center;}.tusi-dialog-box {background: #fff; border-radius: 12px; padding: 28px 32px;max-width: 480px; width: 90%; box-shadow: 0 12px 40px rgba(0,0,0,.2);}.tusi-dialog-body h5 { margin: 0; font-size: 14px; font-weight: 500; color: #333; line-height: 2; }.tusi-dialog-body textarea {width: 100%; border: 1px solid #ddd; border-radius: 8px;padding: 10px 12px; font: 13px/1.7 inherit; resize: vertical;box-sizing: border-box; margin: 6px 0;}.tusi-dialog-link { color: #111 !important; font-weight: 600; }.tusi-dialog-cancel { color: #555 !important; }html[data-theme='dark'] .tusi-dialog-box { background: #1e1f24; }html[data-theme='dark'] .tusi-dialog-body h5 { color: #c5c8d0; }html[data-theme='dark'] .tusi-dialog-body textarea { background: #26272c; border-color: #333; color: #ddd; }html[data-theme='dark'] .tusi-thread-dingcai b { color: #e6e8ee; }.tusi-lajitie-log {margin-top: 12px; padding: 12px 16px;background: #fdf6f6; border: 1px solid #f0d5d5; border-radius: 8px;}.tusi-lajitie-log h4 {margin: 0 0 8px; font-size: 12px; font-weight: 700; color: #c0392b;text-transform: uppercase; letter-spacing: .5px;}.tusi-lajitie-log ul { margin: 0; padding: 0; list-style: none; }.tusi-lajitie-log li { font-size: 12.5px; color: #8a4a4a; line-height: 2; padding: 3px 0; border-bottom: 1px dashed #f0d5d5; }.tusi-lajitie-log li:last-child { border-bottom: 0; }html[data-theme='dark'] .tusi-lajitie-log { background: #2a1f1f; border-color: #4a3030; }html[data-theme='dark'] .tusi-lajitie-log h4 { color: #e74c3c; }html[data-theme='dark'] .tusi-lajitie-log li { color: #c99090; border-bottom-color: #3a2525; }.tusi-rate-log { background: #f6faf6; border-color: #d5e8d5; }.tusi-rate-log h4 { color: #1e7e34; }.tusi-rate-log li { color: #4a6a4a; border-bottom-color: #d5e8d5; }.tusi-rate-log em { font-style: normal; font-weight: 700; margin: 0 2px; }.tusi-rate-pos { color: #1e7e34; }.tusi-rate-neg { color: #c0392b; }html[data-theme='dark'] .tusi-rate-log { background: #1f2a1f; border-color: #304a30; }html[data-theme='dark'] .tusi-rate-log h4 { color: #51cf66; }html[data-theme='dark'] .tusi-rate-log li { color: #90c990; border-bottom-color: #253a25; }.tusi-userrate-log { background: #fdf9f2; border-color: #f0e2cc; }.tusi-userrate-log h4 { color: #d48806; }.tusi-userrate-log li { color: #7a6a4a; border-bottom-color: #f0e2cc; }.tusi-userrate-log em { font-style: normal; font-weight: 700; margin: 0 2px; }.tusi-ur-ds { color: #d48806; }.tusi-ur-pz { color: #c0392b; }.tusi-ur-time { color: #999; font-size: 12px; margin: 0 2px; }html[data-theme='dark'] .tusi-userrate-log { background: #2a2418; border-color: #4a3c22; }html[data-theme='dark'] .tusi-userrate-log h4 { color: #ffc53d; }html[data-theme='dark'] .tusi-userrate-log li { color: #c9b890; border-bottom-color: #3a3020; }html[data-theme='dark'] .tusi-ur-time { color: #777; }.tusi-options-list { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }.tusi-opt { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; cursor: pointer; }.tusi-opt input[type="checkbox"] { width: 15px; height: 15px; accent-color: #111; }html[data-theme='dark'] .tusi-opt { color: #c5c8d0; }.tusi-modmenu {position: absolute; z-index: 300;background: #fff; border: 1px solid #e5e5e5; border-radius: 10px;box-shadow: 0 10px 24px rgba(0,0,0,.10);min-width: 140px; padding: 6px 0; margin-top: 2px;}.tusi-modmenu a {display: block; padding: 9px 18px; font-size: 13px; color: #555;white-space: nowrap; transition: all .12s ease;}.tusi-modmenu a:hover { background: #f5f5f5; color: #111; text-decoration: none; }html[data-theme='dark'] .tusi-modmenu { background: #232429; border-color: #333; }html[data-theme='dark'] .tusi-modmenu a { color: #aab; }html[data-theme='dark'] .tusi-modmenu a:hover { background: #2e2f36; color: #fff; }.tusi-mod-box { min-width: 380px; max-width: 440px; }.tusi-mod-head {display: flex; align-items: center; justify-content: space-between;margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0;}.tusi-mod-head h3 { margin: 0; font-size: 16px; font-weight: 700; color: #111; }.tusi-mod-close { font-size: 22px; color: #aaa; text-decoration: none; line-height: 1; padding: 0 4px; }.tusi-mod-close:hover { color: #111; }.tusi-mod-body label { display: inline-flex; align-items: center; gap: 5px; margin: 4px 0; }.tusi-mod-body .tusi-select { width: 100%; margin-bottom: 8px; }.tusi-mod-body .tusi-textarea { min-height: 50px; }html[data-theme='dark'] .tusi-mod-head { border-bottom-color: #333; }html[data-theme='dark'] .tusi-mod-head h3 { color: #e6e8ee; }html[data-theme='dark'] .tusi-mod-body label { color: #c5c8d0; }.tusi-toast {position: fixed; top: 72px; left: 50%; transform: translateX(-50%);z-index: 9999; display: none;padding: 12px 28px; border-radius: 8px; font-size: 14px; font-weight: 500;box-shadow: 0 6px 20px rgba(0,0,0,.15);transition: opacity .3s ease; pointer-events: none; white-space: nowrap;}.tusi-toast-success { background: #3C9D40; color: #fff; }.tusi-toast-error { background: #e74c3c; color: #fff; }.tusi-toast-info { background: #2c3e50; color: #fff; }html[data-theme='dark'] .tusi-toast-success { background: #2a7a2e; }html[data-theme='dark'] .tusi-toast-error { background: #c0392b; }html[data-theme='dark'] .tusi-toast-info { background: #1a3a5a; }.tusi-sign-box { text-align: center; margin-bottom: 14px; }.tusi-sign-btn { padding: 7px 24px; font-size: 13px; }.tusi-sign-done { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: #3C9D40; background: #f0faf1; border: 1px solid #c8e6cc; border-radius: 6px; padding: 7px 16px; }.tusi-sign-done em { font-style: normal; font-weight: 700; }html[data-theme='dark'] .tusi-sign-done { background: #1a3a2a; border-color: #2a5a3a; color: #4ac97a; }.tusi-post-header { position: relative; overflow: visible; }.tusi-threadstamp {position: absolute; right: 20px; top: 50%;transform: translateY(-50%) rotate(-8deg);z-index: 5; pointer-events: none;}.tusi-threadstamp img { width: 148px; height: 88px; opacity: .9; }html[data-theme='dark'] .tusi-nav-user,html[data-theme='dark'] .tusi-msgbody p,html[data-theme='dark'] .tusi-dialog-body h5,html[data-theme='dark'] .tusi-perm-row .tusi-perm-name { color: #e8eaee; }html[data-theme='dark'] .tusi-btn-gray { background: #2a2d35; color: #c5c8d0; border-color: #3a3d47; }html[data-theme='dark'] .tusi-noperm-msg strong, html[data-theme='dark'] .tusi-noperm-msg b { color: #d5d8e0; }html[data-theme='dark'] .tusi-tab,html[data-theme='dark'] .tusi-thread-meta a,html[data-theme='dark'] .tusi-count,html[data-theme='dark'] .tusi-views,html[data-theme='dark'] .tusi-forum-banner .tusi-forum-desc,html[data-theme='dark'] .tusi-user-space a,html[data-theme='dark'] .tusi-user-stats span,html[data-theme='dark'] .tusi-guest p,html[data-theme='dark'] .tusi-stat-list,html[data-theme='dark'] .tusi-new-member,html[data-theme='dark'] .tusi-crumb a,html[data-theme='dark'] .tusi-post-meta,html[data-theme='dark'] .tusi-pagination .pages cite,html[data-theme='dark'] .tusi-hint-box,html[data-theme='dark'] .tusi-hot-list li a,html[data-theme='dark'] .tusi-authsub,html[data-theme='dark'] .tusi-field > label,html[data-theme='dark'] .tusi-field-inline label,html[data-theme='dark'] .tusi-authlinks,html[data-theme='dark'] .tusi-forum-statline,html[data-theme='dark'] .tusi-forum-modline,html[data-theme='dark'] .tusi-forum-modline a,html[data-theme='dark'] .tusi-links-nav a,html[data-theme='dark'] .tusi-noperm-intro,html[data-theme='dark'] .tusi-pm-meta,html[data-theme='dark'] .tusi-pfp-sidecount span,html[data-theme='dark'] .tusi-thread-dingcai em,html[data-theme='dark'] .tusi-dialog-cancel,html[data-theme='dark'] .tusi-opt { color: #a9adb8; }html[data-theme='dark'] .tusi-thread-meta .tusi-author,html[data-theme='dark'] .tusi-new-member a,html[data-theme='dark'] .tusi-links a,html[data-theme='dark'] .tusi-post-meta a,html[data-theme='dark'] .tusi-authmsg,html[data-theme='dark'] .tusi-pfp-meta { color: #9aa0ab; }html[data-theme='dark'] .tusi-last-author,html[data-theme='dark'] .tusi-footer-inner a,html[data-theme='dark'] .tusi-emoji-tab,html[data-theme='dark'] .tusi-pending-ops a,html[data-theme='dark'] .tusi-pm-preview,html[data-theme='dark'] .tusi-pm-preview a,html[data-theme='dark'] .tusi-dingcai a,html[data-theme='dark'] .tusi-header-ops a,html[data-theme='dark'] .tusi-postact a,html[data-theme='dark'] .tusi-postact .tusi-dingcai a,html[data-theme='dark'] .tusi-thread-dingcai a,html[data-theme='dark'] .tusi-ur-time,html[data-theme='dark'] .tusi-perm-head { color: #8b8e97; }html[data-theme='dark'] .tusi-perm-head { background: #2e2f36; }html[data-theme='dark'] .tusi-emoji-tab { border-color: #3a3d47; }html[data-theme='dark'] .tusi-perm-row { border-top-color: #333; }