.platform-coplat-service-item .icon-wrap {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}
.platform-coplat-inject-service,
.platform-coplat-inject-service:link,
.platform-coplat-inject-service:visited,
.platform-coplat-inject-service:hover,
.platform-coplat-inject-service:active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: var(--key-color, #333);
    padding: 10px 5px;
    border-radius: 10px;
    transition: all 0.2s;
    outline: none;
    border-bottom: none !important;
}
.platform-coplat-inject-service:hover {
    background: var(--muted-bg-color, #f6f7f9);
    text-decoration: none !important;
}
.platform-coplat-inject-service .name-text {
    font-size: 13px;
    color: var(--main-color, #555);
    text-decoration: none !important;
}

.icon-but-platform-coplat,
.platform-coplat-service-link {
    cursor: pointer;
    text-decoration: none !important;
    outline: none;
    border-bottom: none !important;
}
.icon-but-platform-coplat a,
.platform-coplat-service-link a,
.icon-but-platform-coplat a:link,
.platform-coplat-service-link a:link,
.icon-but-platform-coplat a:visited,
.platform-coplat-service-link a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
}

.pc-user-center-wrap {
    background: linear-gradient(180deg, #cce5ff 0%, #e0edff 100%);
    padding: 8px;
    border-radius: 0;
    margin: 0;
}
.pc-user-center-wrap .pc-user-stats-card,
.pc-user-center-wrap .pc-user-tabs,
.pc-user-center-wrap .pc-tab-panels > .zib-widget,
.pc-user-center-wrap .pc-tab-panels > .row > [class*="col-"] > .zib-widget {
    margin-bottom: 6px !important;
}
.pc-user-center-wrap .pc-user-stats-card .em3x svg { font-size: 2.5em; }
.pc-user-center-wrap .em15 { font-size: 1.5em; }
.pc-user-center-wrap .em2x { font-size: 2em; }
.pc-user-center-wrap .em4x { font-size: 4em; }
.pc-user-center-wrap .pc-text-center { text-align: center; }

.pc-user-stats-card {
    background: #eaf2ff;
    border-radius: 12px;
    padding: 10px 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 8px !important;
}
.pc-user-stats-card > .pc-header-row {
    width: 100%;
    margin-bottom: 8px !important;
    flex-wrap: wrap;
}
.pc-user-stats-card > .pc-header-row .pc-apply-judge-btn,
.pc-user-stats-card > .pc-header-row .pc-judge-badge {
    margin-left: auto !important;
    flex-shrink: 0;
}
.pc-user-stats-card > .pc-header-row .pc-header-left {
    margin-right: auto;
    flex: 1;
    min-width: 0;
}
.pc-header-title {
    white-space: nowrap;
    word-break: keep-all;
}
.pc-desc-below-btn {
    display: none;
}
.pc-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pc-user-stats-card .row > [class*="col-"] {
    margin-bottom: 6px !important;
}
.pc-user-stats-card .row > [class*="col-"] .muted-box {
    background: linear-gradient(135deg, #f5faff, #e8f0ff);
    border: 1px solid #c9dbf0;
    border-radius: 10px;
    transition: all 0.25s ease;
}
.pc-user-stats-card .row > [class*="col-"] .muted-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(65, 130, 184, 0.15);
    border-color: #b8d4f0;
}

.pc-user-tabs {
    background: #eaf2ff;
    border-radius: 12px;
    padding: 8px 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 8px !important;
}
.pc-tab-navs {
    padding: 0 !important;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.pc-tab-navs::-webkit-scrollbar {
    display: none;
}
/* 当使用了主题的 but 类时采用主题样式，不再强制覆盖背景/颜色等 */
.pc-tab-nav-item.but,
.pc-tab-nav-item.but:link,
.pc-tab-nav-item.but:visited,
.pc-tab-nav-item.but:hover,
.pc-tab-nav-item.but:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    outline: none;
    line-height: 1.4;
    flex-shrink: 0;
}
.pc-tab-nav-item.but i {
    font-size: 14px;
}

.pc-tab-panels > .zib-widget,
.pc-tab-panels > .row > [class*="col-"] > .zib-widget {
    background: #eaf2ff;
    border-radius: 12px;
    padding: 10px 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 8px !important;
}
.pc-tab-panels > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.pc-tab-panels > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.pc-tab-go,
.pc-tab-go:link,
.pc-tab-go:visited,
.pc-tab-go:hover,
.pc-tab-go:active {
    text-decoration: none !important;
    outline: none;
    border-bottom: none !important;
}
.pc-user-stats-card a,
.pc-user-stats-card a:link,
.pc-user-stats-card a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
}

.pc-user-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.pc-user-table th,
.pc-user-table td {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #eef2f8;
}
.pc-user-table th {
    font-weight: 600;
    color: #3b4a55;
    background: #f4f8ff;
    font-size: 12px;
}
.pc-user-table tbody tr:last-child td { border-bottom: none; }
.pc-user-table tbody tr:hover { background: #f8faff; }
.pc-user-table a,
.pc-user-table a:link,
.pc-user-table a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
}

.pc-list-item:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }

.pc-list a,
.pc-list a:link,
.pc-list a:visited,
.pc-list-item a,
.pc-list-item a:link,
.pc-list-item a:visited,
.zib-widget a,
.zib-widget a:link,
.zib-widget a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
}

[data-reward-type],
[data-reward-type]:link,
[data-reward-type]:visited,
[data-reward-type]:hover,
[data-reward-type]:active {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
    cursor: pointer;
}

.widget-top-title {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f4f2;
}
.widget-top-title a,
.widget-top-title a:link,
.widget-top-title a:visited,
.widget-top-title a:hover,
.widget-top-title a:active {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
}

.pc-but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
}
.pc-but:hover { opacity: 0.92; text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.pc-but:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
.pc-jb-red { background: linear-gradient(135deg, #ff6b6b, #ee5a5a); }
.pc-jb-green { background: linear-gradient(135deg, #40b859, #2a9d42); }
.pc-jb-blue { background: linear-gradient(135deg, #4dabf7, #339af0); }
.pc-jb-purple { background: linear-gradient(135deg, #cc5de8, #ae3ec9); color: #fff; }
.pc-jb-yellow { background: linear-gradient(135deg, #ffd43b, #fab005); color: #555 !important; }
.pc-jb-gray { background: #eef1f0; color: var(--main-color, #555) !important; }
.pc-jb-gray:hover { background: #e2e8e5 !important; }
.pc-jb-vip1 { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #fff; }

.pc-button-mini {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 6px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}
.pc-button-mini:hover { opacity: 0.92; text-decoration: none; transform: translateY(-1px); }

.pc-vote-card { overflow: hidden; }
.pc-vote-card .avatar-sm img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.pc-vote-card .pc-but { padding: 12px 10px; font-weight: 600; }
.pc-vote-card.hidden-card {
    opacity: 0.4;
    pointer-events: none;
}

.pc-report-modal .modal-dialog {
    max-width: 420px !important;
    width: calc(100% - 40px) !important;
    margin: 5vh auto !important;
}
.pc-report-modal .modal-content {
    border: none;
    border-radius: 12px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.pc-report-modal .modal-header {
    padding: 14px 18px 6px;
    border: none;
    flex-shrink: 0;
}
.pc-report-modal .modal-header .close {
    padding: 4px 8px;
    margin: -4px -8px auto 0;
}
.pc-report-modal .modal-body {
    padding: 6px 18px 10px;
    overflow-y: auto;
    flex: 1 1 auto;
    max-height: 68vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
.pc-report-modal .modal-footer {
    padding: 8px 18px 14px;
    border: none;
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.pc-report-modal .modal-footer .pc-mr10 { margin-right: 10px; }
.pc-report-modal .modal-footer .pc-flex1 { flex: 1; }
.pc-report-modal .modal-footer .pc-but {
    padding: 10px 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.pc-report-types .pc-report-type-card {
    transition: all 0.2s;
    border: 2px solid transparent;
    background: #f7f9fc;
}
.pc-report-types .pc-report-type-card:hover {
    border-color: #408cd6;
    background: linear-gradient(135deg, #ebf2ff, #dfeaff);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(64, 130, 200, 0.12);
}
.pc-report-types .pc-report-type-card.active {
    border-color: #408cd6;
    background: linear-gradient(135deg, rgba(64, 140, 214, 0.1), rgba(51, 122, 196, 0.1));
    box-shadow: 0 0 0 3px rgba(64, 140, 214, 0.15);
}
.pc-report-types .pc-report-type-card.active .em2x,
.pc-report-types .pc-report-type-card.active .font-bold,
.pc-report-types .pc-report-type-card.active .px13 {
    color: #2563b0 !important;
}

.pc-modal .modal-content { background: var(--main-bg-color, #fff); }
.pc-modal .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e4ebe7;
    border-radius: 8px;
    font-size: 13px;
    background: #fff;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.pc-modal .form-control:focus {
    outline: none;
    border-color: #408cd6;
    box-shadow: 0 0 0 3px rgba(64, 140, 214, 0.15);
}

#pc-apply-judge-modal textarea,
#pc-appeal-modal textarea {
    resize: vertical;
}

/* ===== 通用基础样式：所有举报按钮共享 ===== */
.action-report.pc-single-report-btn,
.action-report.pc-single-report-btn:link,
.action-report.pc-single-report-btn:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    cursor: pointer;
    box-shadow: none !important;
}
.action-report.pc-single-report-btn:hover {
    color: #ff556d !important;
    text-decoration: none !important;
    background: transparent !important;
}
.action-report.pc-single-report-btn:hover .icon,
.action-report.pc-single-report-btn:hover text,
.action-report.pc-single-report-btn:hover count {
    color: #ff556d !important;
}
.action-report.pc-single-report-btn .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.action-report.pc-single-report-btn .icon svg,
.pc-single-report-btn .icon svg,
.pc-single-report-btn svg.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
    display: inline-block;
}

/* ===== 板块头部举报图标（forum-header / page-cover-more-btns） ===== */
.forum-header .more-btns .pc-board-header-btn.item,
.page-cover-more-btns .pc-board-header-btn,
.pc-board-header-btn.item {
    padding: 5px 7px;
    opacity: 0.82;
    font-size: 1.2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    color: inherit;
    border-radius: 0;
}
.page-cover-more-btns .pc-board-header-btn {
    padding: 10px;
    opacity: 0.9;
    color: #fff !important;
    line-height: 1;
}
.forum-header .more-btns .pc-board-header-btn.item .icon,
.pc-board-header-btn.item .icon,
.page-cover-more-btns .pc-board-header-btn .icon {
    font-size: 1.15em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pc-board-header-btn .icon svg {
    width: 22px !important;
    height: 22px !important;
    font-size: 22px !important;
    vertical-align: middle;
}
.pc-board-header-btn text { display: none; }
.forum-header .more-btns .pc-board-header-btn.item:hover,
.pc-board-header-btn.item:hover {
    opacity: 1;
    color: #ff556d !important;
}
.page-cover-more-btns .pc-board-header-btn:hover {
    opacity: 1;
    color: #fff !important;
}

/* ===== 帖子详情 action-meta（forum-posts.detail 下方小按钮行） ===== */
.forum-posts.detail .action-meta .pc-post-detail-btn.item,
.action-meta .pc-post-detail-btn.item {
    color: var(--muted-color);
    margin-left: 5px;
    padding: 2px 8px;
    transition: 0.15s;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
    font-size: 20px;
}
.forum-posts.detail .action-meta .pc-post-detail-btn.item text,
.action-meta .pc-post-detail-btn.item text {
    display: inline;
    margin-left: 2px;
    font-size: 12px;
    min-width: 14px;
    line-height: 1.5;
}
.forum-posts.detail .action-meta .pc-post-detail-btn.item .icon,
.action-meta .pc-post-detail-btn.item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

/* ===== 帖子/文章底部 footer-actions / forum-article-footer ===== */
.footer-actions .pc-single-report-btn,
.footer-actions .pc-single-report-btn.item,
.forum-article-footer .pc-single-report-btn,
.forum-article-footer .pc-single-report-btn.item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0 4px !important;
    margin: 0 4px !important;
    color: var(--muted-color) !important;
    width: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
    text-align: left !important;
    float: none !important;
    position: static !important;
}
.footer-actions .pc-single-report-btn > .icon,
.forum-article-footer .pc-single-report-btn > .icon {
    font-size: 20px !important;
    margin: 0 4px 0 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    flex-shrink: 0;
    float: none !important;
    width: auto !important;
}
.footer-actions .pc-single-report-btn > .icon svg,
.forum-article-footer .pc-single-report-btn > .icon svg {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    vertical-align: middle;
}
.footer-actions .pc-single-report-btn text,
.forum-article-footer .pc-single-report-btn text {
    display: inline !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
    float: none !important;
}

/* ===== 文章底部 post-actions 按钮（与 .action 保持一致） ===== */
.article .action.action-report.pc-article-bottom-btn,
.post-actions .action.action-report.pc-article-bottom-btn {
    width: 80px;
    padding: 10px 0;
    display: inline-block;
    opacity: 0.7;
    vertical-align: top;
    line-height: inherit;
    color: inherit;
    box-sizing: border-box;
    text-align: center;
}
.article .action.action-report.pc-article-bottom-btn .icon,
.post-actions .action.action-report.pc-article-bottom-btn .icon {
    font-size: 24px;
    width: 100%;
    margin: 5px 0;
    display: block;
    line-height: 1;
}
.article .action.action-report.pc-article-bottom-btn .icon svg,
.post-actions .action.action-report.pc-article-bottom-btn .icon svg {
    width: 1em;
    height: 1em;
    font-size: 24px;
}
.article .action.action-report.pc-article-bottom-btn text,
.post-actions .action.action-report.pc-article-bottom-btn text {
    opacity: 0.7;
    font-size: 0.9em;
    display: inline;
    line-height: 1;
}
.article .action.action-report.pc-article-bottom-btn:hover,
.post-actions .action.action-report.pc-article-bottom-btn:hover {
    opacity: 1;
}
.article .action.action-report.pc-article-bottom-btn:hover text,
.post-actions .action.action-report.pc-article-bottom-btn:hover text {
    opacity: 1;
}
@media (max-width: 768px) {
    .article .action.action-report.pc-article-bottom-btn,
    .post-actions .action.action-report.pc-article-bottom-btn {
        width: 68px;
    }
}

/* ===== 手机端底部 footer-tabbar 举报按钮 ===== */
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn {
    color: var(--muted-color, #666);
}
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    vertical-align: middle;
    display: inline-block;
}
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn:hover,
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn.active {
    color: #ff556d !important;
}

/* ===== 用户中心平台共建模块：白色卡片改浅浅蓝色 ===== */
.pc-tab-panels .tab-pane[id^="pc_tab_"] .zib-widget,
.pc-tab-panels .zib-widget {
    background-color: #eaf2ff !important;
    border: 1px solid #c9dbf0 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
.pc-user-stats-card .muted-box,
.pc-tab-panels .tab-pane[id^="pc_tab_"] .muted-box {
    background: linear-gradient(135deg, #f5faff, #e8f0ff) !important;
    border: 1px solid #c9dbf0 !important;
    border-radius: 10px !important;
    transition: all 0.25s ease;
}
.pc-user-stats-card .muted-box:hover,
.pc-tab-panels .tab-pane[id^="pc_tab_"] .muted-box:hover {
    background: linear-gradient(135deg, #ebf3ff, #dfeaff) !important;
    border-color: #b8d4f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(65, 130, 184, 0.15);
}
.pc-user-tabs.zib-widget {
    background-color: #eaf2ff !important;
    border: 1px solid #c9dbf0 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
.pc-tab-panels .tab-pane[id^="pc_tab_"] .pc-list-item,
.pc-tab-panels .tab-pane[id^="pc_tab_"] .pc-user-table th,
.pc-tab-panels .tab-pane[id^="pc_tab_"] .pc-user-table td {
    border-color: #d4e3f2 !important;
}
.pc-tab-panels .tab-pane[id^="pc_tab_"] .pc-user-table thead th {
    background-color: #f4f8ff !important;
}
.pc-tab-panels .tab-pane[id^="pc_tab_"] .pc-user-table tbody tr:nth-child(2n) td {
    background-color: #f8faff !important;
}

/* ===== 隐藏论坛页面底部导航栏多余的举报图标 ===== */
.footer-tabbar .pc-single-report-btn.pc-footer-tabbar-btn {
    display: none !important;
}

.pc-admin-table-wrap { overflow-x: auto; }
.pc-admin-table-wrap .button-small { margin-right: 5px; }

.pc-flex1 { flex: 1; }
.pc-mr10 { margin-right: 10px; }
.pc-mr6 { margin-right: 6px; }
.pc-mr3 { margin-right: 3px; }
.pc-c-blue { color: #339af0; }
.pc-c-green { color: #37b24d; }
.pc-c-red { color: #e03131; }
.pc-c-yellow { color: #f59f00; }
.pc-c-purple { color: #ae3ec9; }
.pc-c-gray { color: #868e96; }

.pc-gap6 { gap: 6px; }
.pc-gap10 { gap: 10px; }

.pc-radius { border-radius: 6px; }
.pc-radius8 { border-radius: 8px; }
.pc-radius12 { border-radius: 12px; }

.pc-ellipsis-box {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-main-shadow { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.pc-main-bg { background: var(--main-bg-color, #fff); }

.muted-box {
    background: #f7f9fc;
    border: 1px solid #eef2f7;
}

.mt3 { margin-top: 3px; }
.mt6 { margin-top: 6px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }

.pt3 { padding-top: 3px; }
.pt6 { padding-top: 6px; }
.pt8 { padding-top: 8px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }

.mb3 { margin-bottom: 3px; }
.mb4 { margin-bottom: 4px; }
.mb6 { margin-bottom: 6px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }

.padding-6 { padding: 6px; }
.padding-8 { padding: 8px; }
.padding-10 { padding: 10px; }
.padding-h10 { padding-left: 10px; padding-right: 10px; }
.padding-h15 { padding-left: 15px; padding-right: 15px; }
.padding-v8 { padding-top: 8px; padding-bottom: 8px; }

.border-top { border-top: 1px solid #eef2f0; }

.pc-user-center-wrap .key-color { color: var(--key-color, #333); }
.pc-user-center-wrap .muted-color { color: var(--muted-color, #999); }
.pc-user-center-wrap .muted-2-color { color: var(--muted-2-color, #777); }
.pc-user-center-wrap .muted-3-color { color: var(--muted-3-color, #aaa); }

.pc-user-center-wrap .font-bold { font-weight: 700; }
.pc-user-center-wrap .em12 { font-size: 1.2em; }

.pc-user-center-wrap .px12 { font-size: 12px; }
.pc-user-center-wrap .px13 { font-size: 13px; }

.pc-user-center-wrap .flex.ac {
    display: flex;
    align-items: center;
}
.pc-user-center-wrap .flex.jb {
    justify-content: space-between;
}

.widget-top-title i {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .pc-user-center-wrap {
        padding: 6px;
        margin: 0;
        border-radius: 0;
    }
    .pc-user-stats-card,
    .pc-user-tabs,
    .pc-tab-panels > .zib-widget,
    .pc-tab-panels > .row > [class*="col-"] > .zib-widget {
        border-radius: 10px !important;
        margin-bottom: 6px !important;
    }
    .pc-report-modal .modal-dialog {
        margin: 0 auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .pc-modal .modal-dialog,
    #pc-apply-judge-modal .modal-dialog,
    #pc-appeal-modal .modal-dialog {
        margin: 8vh auto !important;
        max-width: calc(100% - 24px) !important;
        width: calc(100% - 24px) !important;
    }
    .pc-report-modal .modal-content {
        border-radius: 14px 14px 0 0 !important;
        max-height: 82vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .pc-report-modal .modal-body {
        overflow-y: auto;
        max-height: none;
        flex: 1 1 auto;
        padding: 4px 14px 10px;
    }
    .pc-report-modal .modal-header { padding: 12px 14px 6px; }
    .pc-report-modal .modal-footer { padding: 6px 14px 12px; }
    .pc-modal .modal-content,
    #pc-apply-judge-modal .modal-content,
    #pc-appeal-modal .modal-content {
        border-radius: 14px !important;
        max-height: 82vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25) !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .pc-modal .modal-footer,
    #pc-apply-judge-modal .modal-footer,
    #pc-appeal-modal .modal-footer {
        flex-shrink: 0;
        border-top: 1px solid #eee;
    }
    .pc-user-tabs .pc-tab-nav-item {
        font-size: 12px;
        padding: 7px 12px !important;
        gap: 3px;
        white-space: nowrap;
    }
    .pc-user-stats-card > .pc-header-row {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }
    .pc-user-stats-card > .pc-header-row .pc-header-left {
        width: auto;
        margin-right: 0;
        flex: 1;
        min-width: 0;
    }
    .pc-header-title-wrap {
        flex: 1;
        min-width: 0;
    }
    .pc-header-title {
        font-size: 1.15em !important;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }
    .pc-header-icon {
        flex-shrink: 0;
        font-size: 2em !important;
    }
    .pc-header-icon svg {
        font-size: 1em !important;
    }
    .pc-desc-inline {
        display: none !important;
    }
    .pc-header-right {
        width: auto;
        margin-top: 0;
        margin-left: 8px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        flex-shrink: 0;
        order: 2;
    }
    .pc-header-right .pc-apply-judge-btn,
    .pc-header-right .pc-judge-badge {
        margin-left: 0 !important;
        order: 1;
        padding: 6px 10px !important;
        font-size: 12px !important;
    }
    .pc-header-right .pc-apply-judge-btn i,
    .pc-header-right .pc-judge-badge i {
        margin-right: 3px !important;
    }
    .pc-desc-below-btn {
        display: block !important;
        order: 3;
        width: 100%;
        margin-top: 6px !important;
        text-align: left;
        white-space: normal;
        line-height: 1.5;
        font-size: 11px;
    }
    .pc-user-stats-card {
        padding: 10px !important;
    }
    .pc-user-stats-card .em3x {
        font-size: 2em !important;
    }
    .pc-tab-panels .row > [class*="col-"] {
        margin-bottom: 6px !important;
    }
    .mb15 { margin-bottom: 8px !important; }
    .mt15 { margin-top: 8px !important; }
    .mb10 { margin-bottom: 5px !important; }
    .mt10 { margin-top: 5px !important; }
    .pt15 { padding-top: 8px !important; }
    .padding-15 { padding: 10px !important; }
    .pc-list-item.border-bottom {
        padding-bottom: 6px !important;
        margin-bottom: 6px !important;
    }
    .border-top.mt8.pt8 {
        margin-top: 5px !important;
        padding-top: 5px !important;
    }
}

.muted-box {
    background: #f1f6ff;
    border: 1px solid #d4e2f2;
}
.pc-vote-card.muted-box {
    background: #f1f6ff;
}
.pc-tab-panels .row > [class*="col-"] {
    margin-bottom: 6px;
}
.mb15 { margin-bottom: 10px; }
.mt15 { margin-top: 10px; }
.padding-20 { padding: 15px !important; }
.padding-30 { padding: 20px !important; }
#pc-voting-list .zib-widget {
    padding: 15px !important;
    margin-bottom: 8px !important;
}

@media (max-width: 480px) {
    .pc-header-right .pc-apply-judge-btn,
    .pc-header-right .pc-judge-badge {
        padding: 5px 8px !important;
        font-size: 11px !important;
    }
    .pc-header-right .pc-apply-judge-btn i,
    .pc-header-right .pc-judge-badge i {
        font-size: 11px !important;
        margin-right: 2px !important;
    }
    .pc-user-stats-card > .pc-header-row {
        margin-bottom: 6px !important;
    }
    .pc-user-stats-card .row > [class*="col-"] .muted-box {
        padding: 8px 6px !important;
    }
    .pc-modal .modal-dialog,
    #pc-apply-judge-modal .modal-dialog,
    #pc-appeal-modal .modal-dialog {
        margin: 10vh auto !important;
    }
    .pc-modal .modal-content,
    #pc-apply-judge-modal .modal-content,
    #pc-appeal-modal .modal-content {
        max-height: 76vh !important;
    }
}

.dropdown-menu .pc-report-user-menu,
.dropdown-menu li .pc-report-user-menu,
.dropdown-menu > li > a.pc-report-user-menu,
.pc-report-user-menu {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.dropdown-menu .pc-report-user-menu:hover,
.dropdown-menu .pc-report-user-menu:active {
    text-decoration: none;
}
.pc-report-user-menu > .svg-icon,
.pc-report-user-menu > svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}
.pc-report-user-menu > span {
    display: inline;
    vertical-align: middle;
    color: inherit;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .pc-report-modal .pc-report-types {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: repeat(4, auto) !important;
        grid-auto-flow: column !important;
        gap: 8px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pc-report-modal .pc-report-types > .col-xs-6 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(1) { grid-column: 1; grid-row: 1; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(2) { grid-column: 2; grid-row: 1; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(3) { grid-column: 1; grid-row: 2; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(4) { grid-column: 1; grid-row: 3; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(5) { grid-column: 2; grid-row: 2; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(6) { grid-column: 2; grid-row: 3; }
    .pc-report-modal .pc-report-types > .col-xs-6:nth-child(7) { grid-column: 1; grid-row: 4; }

    .pc-report-modal .pc-report-type-card {
        padding: 10px 6px !important;
        border-radius: 8px !important;
    }
    .pc-report-modal .pc-report-type-card .em2x {
        font-size: 1.5em !important;
        margin-bottom: 2px !important;
    }
    .pc-report-modal .pc-report-type-card .font-bold {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }
    .pc-report-modal .pc-report-type-card .muted-3-color {
        font-size: 10px !important;
        line-height: 1.3 !important;
    }
    .pc-report-modal #pc_report_target_info {
        padding: 8px !important;
        margin-bottom: 10px !important;
    }
    .pc-report-modal #pc_report_target_info .em15 {
        font-size: 1.2em !important;
    }
    .pc-report-modal #pc_report_target_info #pc_report_target_title {
        font-size: 12px !important;
    }
    .pc-report-modal #pc_report_target_info .px12 {
        font-size: 11px !important;
    }
    .pc-report-modal .px13.muted-2-color.mb10 {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }
    .pc-report-modal textarea#pc_report_content {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }
    .pc-report-modal .mb6 label.px13 {
        font-size: 12px !important;
    }
    .pc-report-modal .pc-but {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
}

.pc-modal.modal .modal-content,
#pc-apply-judge-modal .modal-content,
#pc-appeal-modal .modal-content,
#pc-report-modal .modal-content {
    background-color: #ffffff;
}
.pc-modal.modal .modal-header,
.pc-modal.modal .modal-body,
.pc-modal.modal .modal-footer {
    background-color: #ffffff;
}
.modal-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 确保底部导航栏注入的举报按钮在任何情况下都隐藏 */
.footer-tabbar .pc-footer-tabbar-btn,
.footer-tabbar .pc-single-report-btn,
.footer-tabbar a.pc-footer-tabbar-btn,
.tabbar .pc-footer-tabbar-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}