/* 版本: 2508314 - 移动端样式 - 适用于屏幕宽度小于等于768px的设备 */

/* 星空主题 - 导航栏半透明毛玻璃效果 */
body .navbar,
html body .navbar,
nav.navbar,
.navbar,
.navbar.navbar-compact,
.navbar.navbar-hidden {
    background: rgba(44, 62, 80, 0.4);
    background-image: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* 星空主题 - 完全去掉底部footer的背景框 */
footer,
footer.footer,
body footer,
body footer.footer,
html body footer,
html body footer.footer,
.footer {
    background: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: white;
    opacity: 0.8;
}

/* 星空主题 - footer内的所有元素 */
footer *,
footer.footer *,
.footer * {
    background: transparent;
    background-color: transparent;
    color: white;
}

/* 星空主题 - 容器背景设置为透明 */
.container,
.browse-page,
.posts-container,
.page-content,
main,
main.container,
div.page-content,
div.container,
br {
    background: transparent;
    background-color: transparent;
    background-image: none;
}

/* 星空主题 - 确保body和html背景透明 */
body,

/* 星空主题 - 卡片内文字颜色 */
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p,
.card span:not(.colored-text),
.card a,
.card .text-muted,
.card .card-title,
.card .card-text {
    color: rgb(255, 255, 255);
}

/* 星空主题 - 确保颜色文本不被上面的规则覆盖 */
.card .colored-text,
.card p .colored-text,
.card span.colored-text,
.card div .colored-text {
    color: var(--colored-text-color, inherit);
}

 星空主题 - 毛玻璃效果卡片样式 
.card {
    background: rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.12);
    background-image: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} 

/* 星空主题 - 可点击div元素的毛玻璃效果 */
div[onclick*="location.href"] {
    background: rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.12);
    background-image: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* 导航栏优化 */
.navbar {
    padding: 12px 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100vw !important;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar.navbar-compact {
    padding: 8px 15px;
}

/* 移动端导航栏样式 - 高优先级 + 滚动优化 */
.nav-center {
    display: flex !important;
    gap: 15px !important;
    padding-right: 20px !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    z-index: 1 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    overscroll-behavior-x: contain !important;
    scrollbar-width: thin !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    scroll-behavior: smooth !important;
    touch-action: pan-x !important;
    will-change: scroll-position !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    scroll-snap-type: x proximity !important;
}

/* 导航栏滚动条样式 */
.nav-center::-webkit-scrollbar {
    display: block !important;
    height: 4px !important;
}

.nav-center::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 2px !important;
}

.nav-center::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 2px !important;
}

.nav-center::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5) !important;
}

/* 触摸反馈效果 - 优化版本 */
.nav-center a {
    transition: transform 0.15s ease-out, background-color 0.2s ease;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    min-width: fit-content !important;
    /* 优化触摸性能 */
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    /* 硬件加速 */
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    will-change: transform !important;
}

.nav-center a:active {
    transform: scale(0.96) translateZ(0) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* 导航栏额外的触摸优化 - 合并到主规则中 */

.nav-right {
    position: relative !important;
    margin-left: 0 !important;
    flex-shrink: 0 !important;
}

.navbar a {
    position: relative;
}



.navbar a.active {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
    font-weight: 600;
    border-radius: 8px;
}




/* 登录按钮样式 */
.login-btn {
    background-color: #3498db;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.login-btn:hover {
    background-color: #2980b9 !important;
    color: #fff !important;
}

/* 为详情页面添加顶部间距 */
body.detail-page {
    padding-top: 0 !important;
}

body.detail-page.navbar-hidden {
    padding-top: 0 !important;
}

/* 投稿页面背景 */
.post-bg {
    min-height: 100vh;
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 12px !important;
    margin-top: 8px !important;
    padding-top: 40px !important;
}

/* 统一容器样式 - 所有页面使用相同的紧凑间距 */
.container {
    max-width: 100%;
    min-height: 100vh;
}

/* 浏览板块专用样式 - 缩小空隙，添加顶部间距避开导航栏 */
.container.browse-page {
    padding: 10px 8px !important; 
    margin: 4px auto !important; 
    padding-top: 60px !important;
}

/* 浏览板块卡片间隙优化 - 增加上下边距 */
.container.browse-page .posts-container {
    gap: 24px;
}

/* 浏览板块单个卡片上下边距 */
.container.browse-page .card {
    margin-top: 5px;
    margin-bottom: 8px;
}

/* 赏金板块专用样式 - 第一个卡片避开导航栏 */
.container.reward-page .card:first-child,
.container.reward-page .reward-card:first-child,
body[data-page="reward"] .card:first-child,
body[data-page="reward"] .reward-card:first-child {
    margin-top: 68px;
}

/* 赏金板块专用样式 - 与浏览页一致的左右内边距 */
.container.reward-page {
    padding-left: 8px;
    padding-right: 8px;
}

/* 失物招领板块专用样式 - 第一个卡片避开导航栏 */
.container.lost-page .card:first-child,
.container.lost-page .lost-card:first-child,
body[data-page="lost"] .card:first-child,
body[data-page="lost"] .lost-card:first-child {
    margin-top: 68px;
}

/* 失物招领板块专用样式 - 与浏览页一致的左右内边距 */
.container.lost-page {
    padding-left: 8px;
    padding-right: 8px;
}

/* 个人板块专用样式 - 增加空隙 */
.container.profile-page {
    padding: 52px 16px !important; 
    margin: 16px auto !important;
}

/* 个人页面容器 */
.profile-container {
    max-width: 100%;
    margin: 8px auto !important;
    padding: 18px 12px !important;
}

/* 审核页面样式 */
.container .audit-tabs {
    margin-top: 0 !important;
}

/* 操作日志页面样式 */
.container h2:first-of-type {
    margin-top: 0 !important;
}

/* 审核详情页面样式 */
.container .page-title {
    margin-top: 0;
}

/* 卡片间距和阴影优化 */
.card:hover, .post:hover, .reward-card:hover, .lost-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.card-header {
    background-color: transparent;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.card-body {
    padding: 0 !important;
}

/* 页面标题样式调整 */
.page-title {
    font-size: 24px !important;
    color: #c3d9ef;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #3498db;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
}

/* 详细页标题顶部间距 */
body.detail-page .page-title {
    margin-top: 58px;
}

/* 详细页主卡片宽度（div.card.lost-detail） */
body.detail-page .card.lost-detail {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

/* 详细页互动区与评论区宽度对齐卡片 */
body.detail-page .interactions-section,
body.detail-page .comments-section {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* 详情页元数据居中 */
body.detail-page .detail-meta {
    display: flex;
    justify-content: center;
}

/* 详情页文本内容居中 */
body.detail-page .detail-title {
    text-align: center;
}

body.detail-page .detail-content {
    text-align: left;
}

body.detail-page .contact-info {
    text-align: center;
}

/* 标题字体优化 */
h1, h2, h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}

h4, h5, h6 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.post-title, .detail-title, .card-title {
    color: #2c3e50;
    margin-top: 0;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.post-content {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
}

/* 元数据样式优化 */
.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff !important;
    font-size: 12px !important;
    margin-top: 12px;
    gap: 8px !important;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.post-meta span {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 500;
    color: #ffffff !important;
}

.meta-info,
.text-muted.small,
.post-meta {
    display: flex;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 500;
    color: #ffffff;
    margin: 2px !important;
}

/* 图标样式 */
.icon-calendar::before,
.icon-user::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.icon-calendar::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZmZmZiIgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCI+PHBhdGggZD0iTTE5IDNoLTEuMDFhMSAxIDAgMDAtLjk5IDEuMXYxSDZ2LTFBNCA0IDAgMDAyIDR2MTRjMCAyLjIxIDEuNzk0IDQgNCA0aDEyYzIuMjA2IDAgNC0xLjc5IDQtNHYtMTRhNCA0IDAgMDAtNC00em0tMiA0djJIN1Y3aDEwdjF6TTUgNWEyIDIgMCAwMTIgMmgyYTIgMiAwIDAxMi0yaDJhMiAyIDAgMDEyIDJ2MmgtMTJWNXpNMTkgMTlhMiAyIDAgMDEtMiAyaC0xMmEyIDIgMCAwMS0yLTJ2LThoMTZ2OHoiLz48L3N2Zz4=');
}

.icon-user::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZmZmZiIgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCI+PHBhdGggZD0iTTEyIDEyYzIuMjEgMCA0LTEuNzkgNC00cy0xLjc5LTQtNC00LTQgMS43OS00IDQgMS43OSA0IDQgNHptMCAyYy0yLjY3IDAtOCAxLjM0LTggNHYyaDE2di0yYzAtMi42Ni01LjMzLTQtOC00eiIvPjwvc3ZnPg==');
}

/* 悬赏标签样式 */
.reward-tag {
    background-color: #e19756;
    color: white;
    padding: 3px 8px !important;
    border-radius: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px !important;
}

/* 详情页样式 */
.detail-meta {
    gap: 16px; 
    color: #7f8c8d;
}

.detail-content {
    background: rgba(255, 255, 255, 0.08);
    padding: 12px; 
    border-radius: 8px; 
    line-height: 1.6;
    margin: 12px 0;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.detail-content p {
    white-space: pre-wrap ; 
    word-wrap: break-word ;
}

.contact-info {
    background: rgba(255, 255, 255, 0.08);
    padding: 12px; 
    border-radius: 8px; 
    margin-top: 16px; 
    border-left: 3px solid rgba(255, 255, 255, 0.3); 
}

.contact-info strong {
    display: block;
    margin-bottom: 6px; 
    color: #2c3e50;
}

/* 无数据样式 */
.no-items {
    text-align: center;
    color: #7f8c8d;
    padding: 30px 0;
    font-style: italic;
}

/* 页脚样式 */
.footer {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

/* 帖子容器优化 */
.posts-container {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    padding: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* 发布成功页容器样式 */
.success-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 18px 12px !important;
    margin-top: 8px !important;
}

/* 成功卡片样式 */
.success-container .card {
    text-align: center;
    padding: 40px 30px;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    margin: 30px auto;
}

/* 成功图标样式 */
.success-icon svg {
    width: 80px;
    height: 80px;
    fill: #28a745;
    margin-bottom: 25px;
    animation: pulse 1.5s infinite ease-in-out;
}

/* 标题样式 */
.success-title {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

/* 消息文本样式 */
.success-message {
    font-size: 16px !important;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

/* 按钮组容器 */
.btn-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 20px;
}

/* 按钮样式优化 */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px !important;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 14px !important;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-height: 44px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2;
}

.btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-success {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #fff;
}

.btn-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
}

.btn-outline-secondary {
    background: #fff;
    color: #6c757d;
    border: 2px solid #6c757d;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-outline-secondary:hover {
    background: #6c757d;
    color: #fff;
    transform: translateY(-1px);
}

.btn-sm {
    padding: 8px 12px !important;
    font-size: 13px !important;
    min-height: 36px;
    border-radius: 6px;
}

.btn-outline-primary {
    background: transparent;
    color: #3498db;
    border: 2px solid #3498db;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-color: #3498db;
    transform: translateY(-1px);
}

.btn-outline-danger {
    background: transparent;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.2);
}

.btn-outline-danger:hover {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border-color: #e74c3c;
    transform: translateY(-1px);
}

/* 帖子操作按钮容器 */
.post-actions {
    margin-top: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.post-actions .btn {
    flex: 1;
    min-width: 120px;
    max-width: 200px;
}

/* 不同按钮的颜色方案 */
.btn-continue {
    background: #3498db;
}

.btn-profile {
    background: #9b59b6;
}

.btn-browse {
    background: #27ae60;
}

/* 按钮悬停效果 */
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.btn-continue:hover {
    background: #2980b9;
}

.btn-profile:hover {
    background: #8e44ad;
}

.btn-browse:hover {
    background: #219653;
}

/* 动画效果 */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

/* 用户中心布局 */
/* 提示信息样式 */
.alert {
    padding: 10px 12px !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px !important;
    margin-bottom: 20px;
}

.alert-error {
    background: #fdecea;
    color: #c0392b;
    border-left: 4px solid #e74c3c;
}

.alert-success {
    background: #e9f7ef;
    color: #27ae60;
    border-left: 4px solid #2ecc71;
}

/* 表单样式 */
.profile-form .form-group {
    margin-bottom: 20px;
}

.profile-form label {
    display: block;
    margin-bottom: 5px !important;
    font-weight: 500;
    color: #2c3e50;
    font-size: 14px !important;
}

.profile-form .form-control {
    width: 100%;
    padding: 8px 10px !important;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    font-size: 14px !important;
    transition: border-color 0.3s;
}

.profile-form .form-control:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* 按钮样式 */
.profile-form button {
    margin-top: 10px;
    padding: 12px 24px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.profile-form button:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

/* 用户信息展示 */
.user-info-card {
    padding: 15px !important;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 25px;
}

.info-item {
    display: flex;
    padding: 8px 0 !important;
    border-bottom: 1px solid #eee;
}

.info-label {
    font-weight: 600;
    min-width: 100px !important;
    font-size: 13px !important;
}

/* 审核页全局样式增强 */
.audit-list {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    margin-top: 3px !important;
}

/* 审核页面专用样式 - 增加整体间距 */
.container:has(.audit-tabs),
.container .audit-tabs {
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
}

/* 审核标签容器间距优化 */
.audit-tabs {
    margin-bottom: 2rem !important;
    flex-wrap: wrap;
    margin-top: 1.5rem !important;
    gap: 1rem !important;
    padding: 0 1rem !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    width: 100% !important;
}

/* 审核标签样式优化 */
.audit-tabs .audit-tab {
    padding: 10px 18px !important;
    border: 1px solid #3e5374;
    border-radius: 9999px;
    color: #3e5374;
    text-decoration: none;
    font-weight: 500;
    transition: .2s;
    font-size: 14px !important;
    margin: 0 4px !important;
}

.audit-tabs .audit-tab:hover {
    background: #0d6efd10;
}

.audit-tabs .audit-tab.active {
    background: #3e5374;
    color: #fff;
}

/* 审核卡片间距优化 */
.audit-card {
    margin-bottom: 1rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.audit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

.audit-card .card-body {
    padding: 1rem !important;
}

/* 审核卡片内容间距 */
.audit-card .badge {
    margin-right: 0.75rem !important;
    margin-bottom: 0.5rem !important;
    display: inline-block;
}

.audit-card strong {
    display: block;
    margin-bottom: 0.5rem !important;
    font-size: 16px !important;
    line-height: 1.4;
}

.audit-card .text-muted {
    display: block;
    margin-top: 0.5rem !important;
    font-size: 13px !important;
}

/* 审核页面容器间距 */
.container:has(.audit-tabs) {
    padding: 1rem 1rem !important;
    margin: 0.5rem auto !important;
}

/* 无内容提示间距 */
.container:has(.audit-tabs) .text-muted.text-center {
    font-size: 16px !important;
    color: #6c757d !important;
}

/* 分页组件间距 */
.container:has(.audit-tabs) .pagination {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

/* 待审卡片样式 */
.audit-item {
    padding: 15px !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: white;
    transition: transform 0.3s ease;
}

.audit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 类型徽章 */
.post-type {
    display: inline-block;
    padding: 3px 8px !important;
    border-radius: 20px;
    font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.badge-normal {
    background: linear-gradient(145deg, #3498db, #2980b9);
}

.badge-reward {
    background: linear-gradient(145deg, #e67e22, #d35400);
}

.badge-lost {
    background: linear-gradient(145deg, #1abc9c, #16a085);
}

/* 元数据样式 */
.audit-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.post-time {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.post-time i {
    margin-right: 6px;
}

.author-info {
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #34495e;
    display: flex;
    align-items: center;
}

/* 内容预览 */
.post-preview {
    margin: 15px 0;
    padding: 12px !important;
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 3px solid #3498db;
}

.post-preview-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
}

.post-preview-content {
    color: #555;
    line-height: 1.6;
    padding: 8px 0;
    font-size: 13px !important;
}

.info-label {
    font-weight: 500;
    margin-right: 8px;
    color: #7f8c8d;
}

/* 操作按钮 */
.audit-actions {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}

/* audit action buttons */
.btn-approve, .btn-reject {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-approve {
    background: linear-gradient(to right, #2ecc71, #27ae60);
}

.btn-reject {
    background: linear-gradient(to right, #e74c3c, #c0392b);
}

.btn-approve:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(46, 204, 113, 0.3);
}

.btn-reject:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
}

ul.pagination {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: .25rem;
    justify-content: center !important;
    width: 100%;
    font-size: 13px !important;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination a {
    padding: 6px 10px !important;
}

/* Capsule Tabs for audit page */
.audit-tabs .audit-tab {
    padding: 6px 12px !important;
    border: 1px solid #3e5374;
    border-radius: 9999px;
    color: #3e5374;
    text-decoration: none;
    font-weight: 500;
    transition: .2s;
    font-size: 13px !important;
}

.audit-tabs .audit-tab:hover {
    background: #0d6efd10;
}

.audit-tabs .audit-tab.active {
    background: #3e5374;
    color: #fff;
}

/* audit capsule tabs */
.audit-tab {
    padding: 6px 12px !important;
    border: 1px solid #0d6efd;
    border-radius: 9999px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
    font-size: 13px !important;
}

.audit-tab:hover {
    background: #0d6efd10;
}

.audit-tab.active {
    background: #0d6efd;
    color: #fff;
}

/* 让 tabs 与列表留出空隙 */
.audit-tabs {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem !important;
}

/* 状态标签样式优化 */
.post-status {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.status-pending {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(243, 156, 18, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
}

.status-approved {
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(39, 174, 96, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
}

.status-rejected {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
}

.status-pinned {
    background: linear-gradient(135deg, #9b59b6, #8e44ad) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(155, 89, 182, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
    /* 移除相对定位，便于在标题容器中绝对定位到左侧 */
    margin-right: 8px !important;
}

/* 标题居中、徽标靠左布局（移动端） */
.post-title, .detail-title { --badge-slot-width: 44px; --badge-gap: 8px; }
.post-title, .detail-title {
    position: relative;
    text-align: center;
    padding-left: calc(2 * var(--badge-slot-width) + var(--badge-gap));
    padding-right: calc(2 * var(--badge-slot-width) + var(--badge-gap));
}

.post-title > span,
.detail-title > span {
    position: absolute;
    left: 0;
    top: 4px;
    line-height: inherit;
}
.post-title > span:nth-of-type(2),
.detail-title > span:nth-of-type(2) {
    left: calc(var(--badge-slot-width) + var(--badge-gap));
}
.post-title > span:nth-of-type(3),
.detail-title > span:nth-of-type(3) {
    left: calc(2 * var(--badge-slot-width) + 2 * var(--badge-gap));
}

/* 赏金金额标签样式 */
.reward-amount {
    display: inline-block !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
    margin-right: 8px !important;
    color: white !important;
}

.reward-low {
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important;
    box-shadow: 0 2px 6px rgba(39, 174, 96, 0.4) !important;
}

.reward-medium {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.4) !important;
}

.reward-high {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    box-shadow: 0 2px 6px rgba(243, 156, 18, 0.4) !important;
}

.reward-premium {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4) !important;
}

/* 悬赏类型标签样式 */
.reward-type-delegate {
    background: linear-gradient(135deg, #8e44ad, #7d3b98) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(142, 68, 173, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
    margin-right: 8px !important;
}

.reward-type-item {
    background: linear-gradient(135deg, #16a085, #138d75) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(22, 160, 133, 0.4) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border: none !important;
    text-decoration: none !important;
    margin-right: 8px !important;
}

.stats-info {
    text-align: center;
    margin-top: 20px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* 模态框样式 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    background: white;
    padding: 20px !important;
    border-radius: 12px;
    max-width: 450px;
    width: 95%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
    margin: 0 auto;
}

.modal-content h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 18px !important;
}

.modal-content p {
    margin: 15px 0;
    color: #555;
    line-height: 1.6;
    font-size: 14px !important;
}

.modal-content .warning {
    color: #e74c3c;
    font-weight: bold;
    background: #fdf2f2;
    padding: 10px;
    border-radius: 4px;
    border-left: 4px solid #e74c3c;
}

.modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 25px;
}

.btn-secondary {
    background: #95a5a6;
    color: white;
    border: none;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

.btn-danger {
    background: #e74c3c;
    color: white;
    border: none;
    animation: pulse-red 0.9s infinite;
}

.btn-danger:hover {
    background: #c0392b;
}

@keyframes pulse-red {
    0% {
        background-color: #dc3545;
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    50% {
        background-color: #ff1e2e;
        box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
    }
    100% {
        background-color: #dc3545;
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* 动态创建的模态框样式 - 与电脑版保持一致 */
.modal-dynamic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content-dynamic {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.modal-content-dynamic h3 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.modal-content-dynamic p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-content-dynamic div {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-content-dynamic button,
.modal-content-dynamic a {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.modal-content-dynamic button {
    background: #6c757d;
    color: white;
}

.modal-content-dynamic a {
    background: #5f8fc2;
    color: white;
}

/* 移动端动态模态框样式 */
@media (max-width: 768px) {
    .modal-dynamic {
        padding: 20px !important;
        align-items: center !important;
        justify-content: center !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        box-sizing: border-box !important;
    }
    
    .modal-content-dynamic {
        width: 90% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
        padding: 25px 20px !important;
        border-radius: 12px !important;
    }
    
    .modal-content-dynamic h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .modal-content-dynamic p {
        font-size: 0.95rem !important;
        margin-bottom: 18px !important;
    }
    
    .modal-content-dynamic div {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .modal-content-dynamic button,
    .modal-content-dynamic a {
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1rem !important;
        box-sizing: border-box !important;
    }
}

/* 工具页面样式 */
.cursor-pointer {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 工具页面清理结果提示间距 */
.tools-result-alert {
    margin-top: 30px !important;
}

.cursor-pointer:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* 无数据样式增强 */
.no-items {
    text-align: center;
    padding: 60px 20px;
    color: #7f8c8d;
}

.no-items p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.no-items .btn {
    display: inline-block;
    padding: 12px 24px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s;
}

.no-items .btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

/* 加载状态 */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 帖子卡片悬停效果增强 */
.post:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 按钮过渡效果 */
.btn {
    transition: all 0.3s ease;
}

.btn:active {
    transform: scale(0.95);
}

/* 禁用状态的按钮 */
.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* 模态框加载状态 */
.modal.loading {
    pointer-events: none;
}

.modal.loading .modal-content {
    position: relative;
}

.modal.loading .modal-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/* 回退按钮样式 */
.back-button-container {
    position: fixed;
    right: 20px;
    bottom: var(--back-btn-bottom, 20px);
    z-index: 1000;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    margin-bottom: 0; /* 移除margin-bottom，避免影响fixed定位 */
    background-color: #4ea2ec;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.back-btn:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.back-btn i {
    font-size: 12px;
}

/* 登录提示样式 */
.login-prompt {
    text-align: center;
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.login-prompt:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.login-prompt h3 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 18px !important;
    font-weight: 600;
}

.login-prompt p {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 1.5;
}

.login-prompt a {
    display: inline-block;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.login-prompt a:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    text-decoration: none;
    color: white;
}

/* 固定在右下角的返回按钮 */
.back-button-fixed {
    position: fixed;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 1000;
}

.back-button-fixed .btn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 25px !important;
    padding: 10px 16px !important;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid #dee2e6;
    color: #6c757d;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px !important;
}

.back-button-fixed .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
    color: #495057;
    text-decoration: none;
}

.back-button-fixed .btn i {
    font-size: 12px !important;
}

/* 移动端标题和管理员信息布局 */
.d-flex.align-items-center.gap-3 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.d-flex.align-items-center.gap-3 h2 {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
}

.d-flex.align-items-center.gap-3 span {
    font-size: 0.9rem !important;
}

/* 详细操作日志页面布局优化 */
.d-flex.align-items-center.gap-3.flex-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
}

.d-flex.align-items-center.gap-3.flex-wrap h2 {
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;
}

.audit-tabs {
    margin-top: 1.5rem !important;
}

/* 日志卡片容器 */
.log-cards-container {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
}

.log-card {
    padding: 0.875rem !important;
}

.log-card-header {
    margin-bottom: 0.5rem !important;
}

.log-time {
    font-size: 0.8rem !important;
}

.log-type-badge {
    padding: 0.2rem 0.6rem !important;
    font-size: 0.7rem !important;
}

.log-title {
    font-size: 0.9rem !important;
}

.log-comment-content {
    margin-top: 0.375rem !important;
    padding: 0.375rem !important;
}

.comment-label {
    font-size: 0.7rem !important;
}

.comment-text {
    font-size: 0.8rem !important;
}

/* 超小屏幕适配 */
@media (max-width: 576px) {
    /* 导航栏优化 */
    .nav-center {
        gap: 12px !important;
        padding-right: 15px !important;
    }
    
    .navbar a {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }
    
    .back-button-fixed {
        bottom: 15px !important;
        right: 15px !important;
    }
    
    .back-button-fixed .btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
        border-radius: 20px !important;
    }
    
    .back-button-fixed .btn i {
        font-size: 10px !important;
    }
    
    .log-cards-container {
        gap: 0.5rem !important;
    }
    
    .log-card {
        padding: 0.75rem !important;
    }
    
    .log-card-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.25rem !important;
    }
    
    .log-time {
        font-size: 0.75rem !important;
    }
    
    .log-type-badge {
        padding: 0.15rem 0.5rem !important;
        font-size: 0.65rem !important;
    }
    
    .log-title {
        font-size: 0.85rem !important;
    }
    
    .log-comment-content {
        margin-top: 0.25rem !important;
        padding: 0.25rem !important;
    }
    
    .comment-label {
        font-size: 0.65rem !important;
    }
    
    .comment-text {
        font-size: 0.75rem !important;
    }
}

/* 审核详情页面移动端优化 */
.audit-detail-container {
    padding: 16px 12px !important;
    margin-top: 8px !important;
}

.audit-detail-container .page-title {
    font-size: 18px !important;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 2px solid #3498db;
}

.audit-detail-container .card {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 16px;
    overflow: hidden;
}

.audit-detail-container .card-header {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 12px !important;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.audit-detail-container .post-type {
    padding: 4px 10px !important;
    border-radius: 16px;
    font-size: 11px !important;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.audit-detail-container .card-header h4 {
    font-size: 15px !important;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

.audit-detail-container .card-body {
    padding: 12px !important;
}

.audit-detail-container .text-muted {
    color: #6c757d !important;
    font-size: 13px !important;
    margin-bottom: 16px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.audit-detail-container .detail-content {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    margin: 16px 0;
    line-height: 1.6;
    font-size: 14px;
    color: #2c3e50;
    border-left: 4px solid #3498db;
}

.audit-detail-container .contact-info {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 12px;
    border-radius: 8px;
    margin: 16px 0;
    border-left: 4px solid #2196f3;
}

.audit-detail-container .contact-info strong {
    color: #1976d2;
    font-weight: 600;
}

/* 审核操作按钮区域 */
.audit-detail-container .btn-area {
    padding: 16px !important;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.audit-detail-container .btn-area .btn {
    flex: 1;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.audit-detail-container .btn-area .btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.audit-detail-container .btn-area .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 审核按钮样式 */
.audit-detail-container .btn-success {
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important;
    color: white !important;
    box-shadow: 0 2px 6px rgba(39, 174, 96, 0.3) !important;
}

.audit-detail-container .btn-success:hover {
    background: linear-gradient(135deg, #2ecc71, #27ae60) !important;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4) !important;
}

.audit-detail-container .btn-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    color: white !important;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3) !important;
}

.audit-detail-container .btn-danger:hover {
    background: linear-gradient(135deg, #c0392b, #e74c3c) !important;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4) !important;
}

.audit-detail-container .btn-outline-secondary {
    background: white !important;
    color: #6c757d !important;
    border: 2px solid #6c757d !important;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2) !important;
}

.audit-detail-container .btn-outline-secondary:hover {
    background: #6c757d !important;
    color: white !important;
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3) !important;
}

/* 响应式布局 */
@media (max-width: 576px) {
    .audit-detail-container .btn-area {
        padding: 12px !important;
        gap: 8px;
    }
    
    .audit-detail-container .btn-area .btn {
        padding: 12px 16px !important;
        font-size: 13px !important;
        min-height: 44px;
    }
    
    .audit-detail-container .card-header {
        padding: 12px !important;
        gap: 8px;
    }
    
    .audit-detail-container .card-header h4 {
        font-size: 15px !important;
    }
    
    .audit-detail-container .card-body {
        padding: 12px !important;
    }
}

/* 投稿页面移动端优化 */

.post-title {
    margin-bottom: 24px;
    color: #2c3e50;
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.post-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #3f7396; /* 使用单一颜色替代渐变 */
    border-radius: 2px;
}

/* 帖子类型选择器 */
.post-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-sizing: border-box;
}

.post-row label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
    box-sizing: border-box;
}

.post-row label:hover {
    border-color: #3498db;
    background: #f8f9ff;
}

.post-row input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #3498db;
}

.post-row input[type="radio"]:checked + span {
    color: #3498db;
    font-weight: 600;
}

/* 表单字段 */
.post-field {
    width: 100%;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.post-field label {
    color: #2c3e50;
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-field label::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #3498db;
    border-radius: 50%;
}

.post-input, .post-textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    font-size: 14px !important;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.post-input:focus, .post-textarea:focus {
    border-color: #3498db;
    background: white;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    outline: none;
}

.post-textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
}

/* 匿名发布选项 */
.post-row.anonymous-option {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 16px 0;
    box-sizing: border-box;
}

.post-row.anonymous-option label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    font-weight: 500;
    color: #495057;
}

.post-row.anonymous-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #3498db;
}

.post-hint {
    font-size: 12px !important;
    color: #6c757d;
    margin-left: 26px;
    line-height: 1.4;
}

/* 提交按钮 */
.post-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    font-size: 16px !important;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 24px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.post-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.post-btn:hover::before {
    left: 100%;
}

.post-btn:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.post-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

/* 悬赏和失物招领特定字段 */
#reward_section, #lost_section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
    border: 1px solid #e9ecef;
    box-sizing: border-box;
}

#reward_section .post-field, #lost_section .post-field {
    margin: 12px 0;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .post-bg {
        padding: 15px 4px;
        padding-top: 60px !important; /* 小屏幕下保持顶部间距 */
        margin-top: 0;
    }
    
    .post-title {
        font-size: 18px !important;
    }
    
    .post-row {
        padding: 12px;
        gap: 8px;
    }
    
    .post-row label {
        padding: 10px 12px;
        font-size: 13px !important;
    }
    
    .post-input, .post-textarea {
        padding: 12px 14px;
        font-size: 13px !important;
    }
    
    .post-btn {
        padding: 14px 20px;
        font-size: 15px !important;
    }
    
    .post-hint {
        font-size: 11px !important;
        margin-left: 22px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 360px) {
    /* 导航栏进一步优化 */
    .nav-center {
        gap: 10px !important;
        padding-right: 12px !important;
    }
    
    .navbar a {
        padding: 5px 8px !important;
        font-size: 12px !important;
    }
    
    .post-card {
        padding: 12px 8px;
    }
    
    .post-title {
        font-size: 16px !important;
    }
    
    .post-row label {
        padding: 8px 10px;
        font-size: 12px !important;
    }
    
    .post-input, .post-textarea {
        padding: 10px 12px;
        font-size: 12px !important;
    }
    
    .post-btn {
        padding: 12px 16px;
        font-size: 14px !important;
    }
}

/* ==========================================================
   深色模式适配 - 完全对应浅色模式的所有样式
   ========================================================== */
@media (prefers-color-scheme: dark) {
    /* 基础样式优化 - 对应浅色模式 */
    body {
        background-color: #000000 !important;
        color: #ffffff !important;
        /* 保持其他属性不变 */
    }
    
    /* 导航栏优化 - 对应浅色模式 */
    .navbar {
        background: linear-gradient(135deg, #1c1c1e, #2c2c2e) !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
    }
    
    .navbar.navbar-hidden {
        /* 保持原有动画 */
    }
    
    .navbar.navbar-compact {
        /* 保持原有间距 */
    }
    
    /* 移动端导航栏样式 - 深色模式适配 */
    .nav-center {
        /* 保持所有布局属性，只修改颜色相关 */
    }
    

    
    /* 导航链接深色模式 */
    .navbar a {
        color: #ffffff !important;
    }
    
    .navbar a:hover {
        background: rgba(255,255,255,0.1) !important;
        color: #ffffff !important;
    }
    
    .navbar a.active {
        background: rgba(10, 132, 255, 0.2) !important;
        color: #0a84ff !important;
        border-radius: 8px;
    }
    
    
    /* 登录按钮深色模式 */
    .login-btn {
        background-color: #0a84ff !important;
    }
    
    .login-btn:hover {
        background-color: #0056b3 !important;
    }
    
    /* 容器深色模式 */
    .container {
        background: #000000 !important;
    }
    
    .container.browse-page {
        background: #000000 !important;
    }
    
    .container.profile-page {
        background: #000000 !important;
    }
    
    .profile-container {
        background: #000000 !important;
    }
    
    /* 投稿页面背景 */
    .post-bg {
        background: #000000 !important;
    }
    
    /* 卡片间距和阴影优化 - 深色模式 */
    .card, .post, .reward-card, .lost-card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .card:hover, .post:hover, .reward-card:hover, .lost-card:hover {
        background: #2c2c2e !important;
        box-shadow: 0 8px 30px rgba(255,255,255,0.15) !important;
        border: 1px solid #5a5a5c !important;
        transform: translateY(-2px) !important;
    }
    
    /* 卡片基础样式深色模式 - 保持星空主题毛玻璃效果 */
    .card {
        background: rgba(255, 255, 255, 0.12) !important;
        background-color: rgba(255, 255, 255, 0.12) !important;
        background-image: none !important;
        backdrop-filter: blur(2px) !important;
        -webkit-backdrop-filter: blur(2px) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 12px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        color: #ffffff !important;
    }
    
    .card-header {
        background-color: #2c2c2e !important;
        border-bottom: 1px solid #4a4a4c !important;
    }
    
    .card-body {
        /* 保持原有padding */
    }
    
    /* 页面标题样式调整 - 深色模式 */
    .page-title {
        color: #ffffff !important;
        border-bottom: 2px solid #0a84ff !important;
    }
    
    /* 标题字体优化 - 深色模式 */
    h1, h2, h3 {
        color: #ffffff !important;
    }
    
    h4, h5, h6 {
        color: #ffffff !important;
    }
    
    /* 帖子/悬赏卡片通用样式深色模式 */
    .post, .reward-card, .lost-card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
    }
    
    .post-title, .detail-title, .card-title {
        color: #ffffff !important;
    }
    
    .post-content {
        color: #d1d1d6 !important;
    }
    
    /* 元数据样式深色模式 */
    .post-meta {
        color: #8e8e93 !important;
        border-top: 1px solid #48484a !important;
    }
    
    .post-meta span {
        background: #2c2c2e !important;
        color: #d1d1d6 !important;
    }
    
    .meta-info,
    .text-muted.small,
    .post-meta {
        color: #8e8e93 !important;
    }
    
    /* 悬赏标签深色模式 */
    .reward-tag {
        background-color: #ff9500 !important;
        color: #000000 !important;
    }
    
    /* 详情页深色模式 */
    .detail-meta {
        color: #8e8e93 !important;
    }
    
    .detail-content {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        border-left: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 8px;
        margin: 12px 0;
        padding: 12px;
    }
    
    .contact-info {
        background: #1c1c1e !important;
        border-left: 4px solid #0a84ff !important;
        color: #ffffff !important;
        border: 1px solid #48484a !important;
    }
    
    .contact-info strong {
        color: #0a84ff !important;
    }
    
    /* 无数据样式深色模式 */
    .no-items {
        color: #8e8e93 !important;
    }
    
    /* 页脚深色模式 */
    .footer {
        color: #8e8e93 !important;
    }
    
    /* 帖子容器深色模式 */
    .posts-container {
        /* 保持布局不变 */
    }
    
    /* 发布成功页容器深色模式 */
    .success-container {
        background: #000000 !important;
    }
    
    /* 成功卡片深色模式 */
    .success-container .card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    /* 成功图标深色模式 */
    .success-icon svg {
        fill: #30d158 !important;
    }
    
    /* 标题深色模式 */
    .success-title {
        color: #ffffff !important;
    }
    
    /* 消息文本深色模式 */
    .success-message {
        color: #d1d1d6 !important;
    }
    
    /* 按钮组深色模式 */
    .btn-group {
        /* 保持布局不变 */
    }
    
    /* 按钮样式深色模式 */
    .btn {
        /* 保持基础样式，修改颜色 */
    }
    
    .btn:active {
        /* 保持原有动效 */
    }
    
    .btn:hover {
        /* 保持原有动效 */
    }
    
    .btn-success {
        background: linear-gradient(135deg, #30d158, #28a745) !important;
    }
    
    .btn-danger {
        background: linear-gradient(135deg, #ff3b30, #dc3545) !important;
    }
    
    .btn-outline-secondary {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 2px solid #48484a !important;
    }
    
    .btn-outline-secondary:hover {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    .btn-sm {
        /* 保持原有大小 */
    }
    
    .btn-outline-primary {
        background: transparent !important;
        color: #0a84ff !important;
        border: 2px solid #0a84ff !important;
        box-shadow: 0 2px 4px rgba(10, 132, 255, 0.2) !important;
    }
    
    .btn-outline-primary:hover {
        background: linear-gradient(135deg, #0a84ff, #0056b3) !important;
        color: #ffffff !important;
        border-color: #0a84ff !important;
    }
    
    .btn-outline-danger {
        background: transparent !important;
        color: #ff3b30 !important;
        border: 2px solid #ff3b30 !important;
        box-shadow: 0 2px 4px rgba(255, 59, 48, 0.2) !important;
    }
    
    .btn-outline-danger:hover {
        background: linear-gradient(135deg, #ff3b30, #dc3545) !important;
        color: #ffffff !important;
        border-color: #ff3b30 !important;
    }
    
    /* 帖子操作按钮深色模式 */
    .post-actions {
        /* 保持布局不变 */
    }
    
    .post-actions .btn {
        /* 保持原有约束 */
    }
    
    /* 不同按钮的深色模式颜色方案 */
    .btn-continue {
        background: #0a84ff !important;
    }
    
    .btn-profile {
        background: #af52de !important;
    }
    
    .btn-browse {
        background: #30d158 !important;
    }
    
    /* 按钮悬停效果深色模式 */
    .btn-continue:hover {
        background: #0056b3 !important;
    }
    
    .btn-profile:hover {
        background: #8e44ad !important;
    }
    
    .btn-browse:hover {
        background: #28a745 !important;
    }
    
    /* 用户中心布局深色模式 */
    /* 提示信息深色模式 */
    .alert {
        /* 保持原有布局 */
    }
    
    .alert-error {
        background: #2c1c1e !important;
        color: #ff3b30 !important;
        border-left: 4px solid #ff3b30 !important;
    }
    
    .alert-success {
        background: #1e2c1e !important;
        color: #30d158 !important;
        border-left: 4px solid #30d158 !important;
    }
    
    /* 表单深色模式 */
    .profile-form .form-group {
        /* 保持原有间距 */
    }
    
    .profile-form label {
        color: #ffffff !important;
    }
    
    .profile-form .form-control {
        background: #2c2c2e !important;
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .profile-form .form-control:focus {
        border-color: #0a84ff !important;
        box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.1) !important;
    }
    
    /* 表单按钮深色模式 */
    .profile-form button {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    .profile-form button:hover {
        background: #0056b3 !important;
    }
    
    /* 用户信息展示深色模式 */
    .user-info-card {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .info-item {
        border-bottom: 1px solid #4a4a4c !important;
    }
    
    .info-label {
        color: #d1d1d6 !important;
    }
    
    /* 审核页全局样式深色模式 */
    .audit-list {
        /* 保持布局不变 */
    }
    
    /* 审核页面专用样式深色模式 */
    .container:has(.audit-tabs),
    .container .audit-tabs {
        /* 保持原有间距 */
    }
    
    /* 审核标签深色模式 */
    .audit-tabs {
        /* 保持原有布局 */
    }
    
    .audit-tabs .audit-tab {
        background: #1c1c1e !important;
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .audit-tabs .audit-tab:hover {
        background: rgba(10, 132, 255, 0.1) !important;
    }
    
    .audit-tabs .audit-tab.active {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* 审核卡片深色模式 */
    .audit-card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .audit-card:hover {
        background: #2c2c2e !important;
        border: 1px solid #5a5a5c !important;
        transform: translateY(-2px) !important;
    }
    
    .audit-card .card-body {
        /* 保持原有间距 */
    }
    
    /* 审核卡片内容深色模式 */
    .audit-card .badge {
        /* 保持原有间距 */
    }
    
    .audit-card strong {
        color: #ffffff !important;
    }
    
    .audit-card .text-muted {
        color: #8e8e93 !important;
    }
    
    /* 审核页面容器深色模式 */
    .container:has(.audit-tabs) {
        /* 保持原有间距 */
    }
    
    /* 无内容提示深色模式 */
    .container:has(.audit-tabs) .text-muted.text-center {
        color: #8e8e93 !important;
    }
    
    /* 分页组件深色模式 */
    .container:has(.audit-tabs) .pagination {
        /* 保持原有间距 */
    }
    
    /* 待审卡片深色模式 */
    .audit-item {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .audit-item:hover {
        background: #2c2c2e !important;
        border: 1px solid #5a5a5c !important;
        transform: translateY(-2px) !important;
    }
    
    /* 类型徽章深色模式 */
    .post-type {
        color: #ffffff !important;
        /* 保持原有样式，确保对比度 */
    }
    
    .badge-normal {
        background: linear-gradient(145deg, #0a84ff, #0056b3) !important;
    }
    
    .badge-reward {
        background: linear-gradient(145deg, #ff9500, #ff8c00) !important;
    }
    
    .badge-lost {
        background: linear-gradient(145deg, #32d74b, #30d158) !important;
    }
    
    /* 元数据深色模式 */
    .audit-header {
        border-bottom: 1px solid #48484a !important;
    }
    
    .post-time {
        color: #8e8e93 !important;
    }
    
    .author-info {
        background: #2c2c2e !important;
        color: #d1d1d6 !important;
    }
    
    /* 内容预览深色模式 */
    .post-preview {
        background: #2c2c2e !important;
        border-left: 3px solid #0a84ff !important;
        color: #ffffff !important;
    }
    
    .post-preview-title {
        color: #ffffff !important;
    }
    
    .post-preview-content {
        color: #d1d1d6 !important;
    }
    
    .info-label {
        color: #8e8e93 !important;
    }
    
    /* 操作按钮深色模式 */
    .audit-actions {
        /* 保持原有布局 */
    }
    
    /* audit action buttons深色模式 */
    .btn-approve, .btn-reject {
        /* 保持原有样式 */
    }
    
    .btn-approve {
        background: linear-gradient(to right, #30d158, #28a745) !important;
    }
    
    .btn-reject {
        background: linear-gradient(to right, #ff3b30, #dc3545) !important;
    }
    
    .btn-approve:hover {
        box-shadow: 0 4px 8px rgba(48, 209, 88, 0.3) !important;
    }
    
    .btn-reject:hover {
        box-shadow: 0 4px 8px rgba(255, 59, 48, 0.3) !important;
    }
    
    /* 分页深色模式 */
    ul.pagination {
        /* 保持原有布局 */
    }
    
    ul.pagination li {
        /* 保持原有布局 */
    }
    
    ul.pagination a {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #48484a !important;
    }
    
    ul.pagination a:hover {
        background: #2c2c2e !important;
        color: #ffffff !important;
    }
    
    /* Capsule Tabs深色模式 */
    .audit-tabs .audit-tab {
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .audit-tabs .audit-tab:hover {
        background: rgba(10, 132, 255, 0.1) !important;
    }
    
    .audit-tabs .audit-tab.active {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* audit capsule tabs深色模式 */
    .audit-tab {
        border: 1px solid #48484a !important;
        color: #ffffff !important;
        background: #1c1c1e !important;
    }
    
    .audit-tab:hover {
        background: rgba(10, 132, 255, 0.1) !important;
    }
    
    .audit-tab.active {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* 状态标签深色模式 */
    .post-status {
        /* 保持原有布局 */
    }
    
    .status-pending {
        background: #ff9500 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 149, 0, 0.8) !important;
        border: 2px solid #ffb84d !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .status-approved {
        background: #30d158 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(48, 209, 88, 0.8) !important;
        border: 2px solid #66ff99 !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .status-rejected {
        background: #ff453a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 69, 58, 0.8) !important;
        border: 2px solid #ff8080 !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .status-pinned {
        background: #bf5af2 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(191, 90, 242, 0.8) !important;
        border: 2px solid #d9b3ff !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    /* 赏金金额标签深色模式 */
    .reward-amount {
        color: #ffffff !important;
        opacity: 1 !important;
        border: none !important;
    }
    
    .reward-low {
        background: #30d158 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(48, 209, 88, 0.8) !important;
        border: 2px solid #66ff99 !important;
        opacity: 1 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .reward-medium {
        background: #007aff !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.8) !important;
        border: 2px solid #66b3ff !important;
        opacity: 1 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .reward-high {
        background: #ff9500 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 149, 0, 0.8) !important;
        border: 2px solid #ffb84d !important;
        opacity: 1 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .reward-premium {
        background: #ff453a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 69, 58, 0.8) !important;
        border: 2px solid #ff8080 !important;
        opacity: 1 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    /* 悬赏类型标签深色模式 */
    .reward-type-delegate {
        background: #af52de !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(175, 82, 222, 0.8) !important;
        border: 2px solid #d9b3ff !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .reward-type-item {
        background: #64d2ff !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(100, 210, 255, 0.8) !important;
        border: 2px solid #b3e6ff !important;
        opacity: 1 !important;
        margin-right: 8px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
    }
    
    .stats-info {
        color: #8e8e93 !important;
    }
    
    /* 模态框深色模式 */
    .modal {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    
    .modal-content {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7) !important;
    }
    
    .modal-content h3 {
        color: #ffffff !important;
    }
    
    .modal-content p {
        color: #d1d1d6 !important;
    }
    
    .modal-content .warning {
        color: #ff3b30 !important;
        background: #2c1c1e !important;
        border-left: 4px solid #ff3b30 !important;
    }
    
    .modal-actions {
        /* 保持原有布局 */
    }
    
    .btn-secondary {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    .btn-secondary:hover {
        background: #636366 !important;
    }
    
    .btn-danger {
        background: #ff3b30 !important;
        color: #ffffff !important;
    }
    
    .btn-danger:hover {
        background: #dc3545 !important;
    }
    
    /* 动态创建的模态框深色模式 */
    .modal-dynamic {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    
    .modal-content-dynamic {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7) !important;
    }
    
    .modal-content-dynamic h3 {
        color: #ffffff !important;
    }
    
    .modal-content-dynamic p {
        color: #d1d1d6 !important;
    }
    
    .modal-content-dynamic button {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    .modal-content-dynamic a {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* 回退按钮深色模式 */
    .back-button-container {
        /* 保持原有位置 */
    }
    
    .back-btn {
        background-color: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #48484a !important;
    }
    
    .back-btn:hover {
        background-color: #2c2c2e !important;
        color: #ffffff !important;
    }
    
    .back-btn i {
        /* 保持原有大小 */
    }
    
    /* 登录提示深色模式 */
    .login-prompt {
        background: linear-gradient(135deg, #1c1c1e 0%, #2c2c2e 100%) !important;
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .login-prompt:hover {
        background: linear-gradient(135deg, #2c2c2e 0%, #3c3c3e 100%) !important;
    }
    
    .login-prompt h3 {
        color: #ffffff !important;
    }
    
    .login-prompt p {
        color: #d1d1d6 !important;
    }
    
    .login-prompt a {
        background: linear-gradient(135deg, #0a84ff 0%, #0056b3 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 2px 8px rgba(10, 132, 255, 0.3) !important;
    }
    
    .login-prompt a:hover {
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%) !important;
        box-shadow: 0 4px 15px rgba(10, 132, 255, 0.4) !important;
        color: #ffffff !important;
    }
    
    /* 固定在右下角的返回按钮深色模式 */
    .back-button-fixed {
        /* 保持原有位置 */
    }
    
    .back-button-fixed .btn {
        background: #1c1c1e !important;
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .back-button-fixed .btn:hover {
        background: #2c2c2e !important;
        color: #ffffff !important;
    }
    
    .back-button-fixed .btn i {
        /* 保持原有大小 */
    }
    
    /* 审核详情页面深色模式 */
    .audit-detail-container {
        background: #000000 !important;
    }
    
    .audit-detail-container .page-title {
        color: #ffffff !important;
        border-bottom: 2px solid #0a84ff !important;
    }
    
    .audit-detail-container .card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .audit-detail-container .card-header {
        background: linear-gradient(135deg, #2c2c2e, #3c3c3e) !important;
        border-bottom: 1px solid #48484a !important;
    }
    
    .audit-detail-container .post-type {
        /* 保持原有样式，确保对比度 */
    }
    
    .audit-detail-container .card-header h4 {
        color: #ffffff !important;
    }
    
    .audit-detail-container .card-body {
        /* 保持原有间距 */
    }
    
    .audit-detail-container .text-muted {
        color: #8e8e93 !important;
    }
    
    .audit-detail-container .detail-content {
        background: #2c2c2e !important;
        color: #ffffff !important;
        border-left: 4px solid #0a84ff !important;
    }
    
    .audit-detail-container .contact-info {
        background: linear-gradient(135deg, #1c1c1e, #2c2c2e) !important;
        border-left: 4px solid #0a84ff !important;
        color: #ffffff !important;
    }
    
    .audit-detail-container .contact-info strong {
        color: #0a84ff !important;
    }
    
    /* 审核操作按钮深色模式 */
    .audit-detail-container .btn-area {
        background: #2c2c2e !important;
        border-top: 1px solid #48484a !important;
    }
    
    .audit-detail-container .btn-area .btn {
        /* 保持原有样式 */
    }
    
    /* 审核按钮深色模式 */
    .audit-detail-container .btn-success {
        background: linear-gradient(135deg, #30d158, #28a745) !important;
        color: #ffffff !important;
        box-shadow: 0 2px 6px rgba(48, 209, 88, 0.3) !important;
    }
    
    .audit-detail-container .btn-success:hover {
        background: linear-gradient(135deg, #28a745, #30d158) !important;
        box-shadow: 0 4px 12px rgba(48, 209, 88, 0.4) !important;
    }
    
    .audit-detail-container .btn-danger {
        background: linear-gradient(135deg, #ff3b30, #dc3545) !important;
        color: #ffffff !important;
        box-shadow: 0 2px 6px rgba(255, 59, 48, 0.3) !important;
    }
    
    .audit-detail-container .btn-danger:hover {
        background: linear-gradient(135deg, #dc3545, #ff3b30) !important;
        box-shadow: 0 4px 12px rgba(255, 59, 48, 0.4) !important;
    }
    
    .audit-detail-container .btn-outline-secondary {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 2px solid #48484a !important;
        box-shadow: 0 2px 4px rgba(72, 72, 74, 0.2) !important;
    }
    
    .audit-detail-container .btn-outline-secondary:hover {
        background: #48484a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 8px rgba(72, 72, 74, 0.3) !important;
    }
    
    /* 投稿页面深色模式 */
    .post-card {
        background: #1c1c1e !important;
        color: #ffffff !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 8px 32px rgba(255,255,255,0.08) !important;
    }
    
    .post-title {
        color: #ffffff !important;
    }
    
    .post-title::after {
        background: #0a84ff !important;
    }
    
    /* 帖子类型选择器深色模式 */
    .post-row {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 2px 10px rgba(255,255,255,0.05) !important;
    }
    
    .post-row label {
        background: #1c1c1e !important;
        border: 2px solid #4a4a4c !important;
        color: #ffffff !important;
    }
    
    .post-row label:hover {
        border-color: #0a84ff !important;
        background: #2c2c2e !important;
    }
    
    .post-row input[type="radio"] {
        accent-color: #0a84ff !important;
    }
    
    .post-row input[type="radio"]:checked + span {
        color: #0a84ff !important;
    }
    
    /* 表单字段深色模式 */
    .post-field {
        /* 保持原有布局 */
    }
    
    .post-field label {
        color: #ffffff !important;
    }
    
    .post-field label::before {
        background: #0a84ff !important;
    }
    
    .post-input, .post-textarea {
        background: #2c2c2e !important;
        border: 2px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .post-input:focus, .post-textarea:focus {
        border-color: #0a84ff !important;
        background: #3a3a3c !important;
        box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.1) !important;
    }
    
    .post-textarea {
        /* 保持原有尺寸 */
    }
    
    /* 匿名发布选项深色模式 */
    .post-row.anonymous-option {
        background: #1c1c1e !important;
        box-shadow: 0 2px 10px rgba(255,255,255,0.05) !important;
    }
    
    .post-row.anonymous-option label {
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
    }
    
    .post-row.anonymous-option input[type="checkbox"] {
        accent-color: #0a84ff !important;
    }
    
    .post-hint {
        color: #8e8e93 !important;
    }
    
    /* 提交按钮深色模式 */
    .post-btn {
        background: linear-gradient(135deg, #0a84ff, #0056b3) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(10, 132, 255, 0.3) !important;
    }
    
    .post-btn::before {
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    }
    
    .post-btn:hover {
        background: linear-gradient(135deg, #0056b3, #0a84ff) !important;
        box-shadow: 0 6px 20px rgba(10, 132, 255, 0.4) !important;
    }
    
    .post-btn:active {
        box-shadow: 0 2px 8px rgba(10, 132, 255, 0.3) !important;
    }
    
    /* 悬赏和失物招领特定字段深色模式 */
    #reward_section, #lost_section {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 2px 10px rgba(255,255,255,0.05) !important;
    }
    
    #reward_section .post-field, #lost_section .post-field {
        /* 保持原有间距 */
    }
    
    /* 日志卡片深色模式 */
    .log-cards-container {
        /* 保持原有布局 */
    }
    
    .log-card {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .log-card:hover {
        background: #2c2c2e !important;
        border-color: #5a5a5c !important;
        transform: translateY(-2px) !important;
    }
    
    /* 卡片头部深色模式 */
    .log-card-header {
        /* 保持原有布局 */
    }
    
    .log-time {
        color: #8e8e93 !important;
    }
    
    .log-type-badge {
        background: linear-gradient(135deg, #0a84ff, #0056b3) !important;
        color: #ffffff !important;
    }
    
    /* 卡片内容深色模式 */
    .log-card-content {
        /* 保持原有布局 */
    }
    
    .log-title {
        color: #ffffff !important;
    }
    
    /* 评论内容深色模式 */
    .log-comment-content {
        background: #2c2c2e !important;
        border-left: 3px solid #ff3b30 !important;
    }
    
    .comment-label {
        color: #8e8e93 !important;
    }
    
    .comment-text {
        color: #d1d1d6 !important;
    }
    
    /* ==========================================================
       交互功能深色模式适配
       ========================================================== */
    
    /* 互动区域深色模式 */
    .interactions-section {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    /* 互动按钮基础样式深色模式 */
    .interaction-btn {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    /* 点赞按钮深色模式 - 调深颜色 */
    .interaction-btn[data-type="1"] {
        background: #1e7e34 !important;
        color: #ffffff !important;
    }
    
    .interaction-btn[data-type="1"]:hover {
        background: #155724 !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    .interaction-btn[data-type="1"].active {
        background: #0a3214 !important;
        color: #ffffff !important;
        box-shadow: 0 0 0 2px rgba(10, 50, 20, 0.5) !important;
        border: 2px solid #0a3214 !important;
    }
    
    /* 踩按钮深色模式 - 调深颜色 */
    .interaction-btn[data-type="2"] {
        background: #bd2130 !important;
        color: #ffffff !important;
    }
    
    .interaction-btn[data-type="2"]:hover {
        background: #a11e2a !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    .interaction-btn[data-type="2"].active {
        background: #5a161c !important;
        color: #ffffff !important;
        box-shadow: 0 0 0 2px rgba(90, 22, 28, 0.5) !important;
        border: 2px solid #5a161c !important;
    }
    
    /* 小丑按钮深色模式 - 调深颜色 */
    .interaction-btn[data-type="3"] {
        background: #d39e00 !important;
        color: #212529 !important;
    }
    
    .interaction-btn[data-type="3"]:hover {
        background: #b8890a !important;
        color: #212529 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    .interaction-btn[data-type="3"].active {
        background: #7d5f04 !important;
        color: #ffffff !important;
        box-shadow: 0 0 0 2px rgba(125, 95, 4, 0.5) !important;
        border: 2px solid #7d5f04 !important;
    }
    
    /* 通用交互按钮深色模式悬停效果 */
    .interaction-btn:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    /* 帖子统计信息深色模式 */
    .post-stats {
        border-top: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    /* 评论区域深色模式 */
    .comments-section {
        background: #1c1c1e !important;
        border: 1px solid #4a4a4c !important;
        color: #ffffff !important;
        box-shadow: 0 4px 20px rgba(255,255,255,0.08) !important;
    }
    
    .comments-title {
        color: #ffffff !important;
        border-bottom: 2px solid #0a84ff !important;
    }
    
    /* 评论表单深色模式 */
    .comment-form textarea {
        background: #1c1c1e !important;
        border: 1px solid #48484a !important;
        color: #ffffff !important;
    }
    
    .comment-form textarea:focus {
        border-color: #0a84ff !important;
        box-shadow: 0 0 0 2px rgba(10, 132, 255, 0.25) !important;
    }
    
    .comment-form textarea::placeholder {
        color: #8e8e93 !important;
    }
    
    .comment-submit {
        background: #1e7e34 !important;
        color: #ffffff !important;
    }
    
    .comment-submit:hover {
        background: #155724 !important;
        color: #ffffff !important;
    }
    
    .comment-submit:disabled {
        background: #48484a !important;
        color: #8e8e93 !important;
    }
    
    /* 评论项深色模式 */
    .comment-item {
        border-bottom: 1px solid #48484a !important;
    }
    
    .comment-author {
        color: #0a84ff !important;
    }
    
    .comment-time {
        color: #8e8e93 !important;
    }
    
    .delete-comment {
        background: #ff3b30 !important;
        color: #ffffff !important;
    }
    
    .delete-comment:hover {
        background: #dc3545 !important;
    }
    
    .comment-content {
        color: #ffffff !important;
    }
    
    .no-comments {
        color: #8e8e93 !important;
    }
    
    /* 查看次数深色模式 */
    .view-count {
        color: #ffffff !important;
    }
    
    /* 加载状态深色模式 */
    .loading {
        color: #8e8e93 !important;
    }
    
    .loading::after {
        border: 2px solid #48484a !important;
        border-top: 2px solid #0a84ff !important;
    }
    
    /* 交互模态框深色模式 */
    .interactions-section .modal {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    
    .interactions-section .modal-content {
        background: #2c2c2e !important;
        color: #ffffff !important;
        border: 1px solid #48484a !important;
    }
    
    .interactions-section .modal-content h3 {
        color: #ffffff !important;
    }
    
    .interactions-section .modal-content p {
        color: #d1d1d6 !important;
    }
    
    .interactions-section .modal-content button {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    .interactions-section .modal-content a {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* 动态交互模态框深色模式 */
    .interactions-section .modal-dynamic {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    
    .interactions-section .modal-content-dynamic {
        background: #2c2c2e !important;
        color: #ffffff !important;
        border: 1px solid #48484a !important;
    }
    
    .interactions-section .modal-content-dynamic h3 {
        color: #ffffff !important;
    }
    
    .interactions-section .modal-content-dynamic p {
        color: #d1d1d6 !important;
    }
    
    .interactions-section .modal-content-dynamic button {
        background: #48484a !important;
        color: #ffffff !important;
    }
    
    .interactions-section .modal-content-dynamic a {
        background: #0a84ff !important;
        color: #ffffff !important;
    }
    
    /* ==========================================================
       强制覆盖交互按钮样式 - 最高权重
       ========================================================== */
    
    /* ==========================================================
       操作成功提示深色模式适配
       ========================================================== */
    
    /* 操作成功提示框深色模式 - 适配JavaScript动态创建的消息 */
    div[style*="background: #28a745"] {
        background: #1e7e34 !important;
        color: #ffffff !important;
        border: 1px solid #155724 !important;
        box-shadow: 0 4px 15px rgba(30, 126, 52, 0.3) !important;
    }
    
    /* 通用成功消息样式深色模式 */
    .success-toast,
    .message-toast,
    .toast-success {
        background: #1e7e34 !important;
        color: #ffffff !important;
        border: 1px solid #155724 !important;
        box-shadow: 0 4px 15px rgba(30, 126, 52, 0.3) !important;
    }
    
    /* ==========================================================
       JavaScript动态元素深色模式强制样式 - 最高权重
       ========================================================== */
    
    /* 确保动态创建的交互按钮立即应用深色模式 - 调深颜色 */
    body.dark-mode-active .interaction-btn[data-type="1"],
    body .interaction-btn[data-type="1"] {
        background: #1e7e34 !important;
        color: #ffffff !important;
        border: 1px solid #1e7e34 !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="1"]:hover,
    body .interaction-btn[data-type="1"]:hover {
        background: #155724 !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="2"],
    body .interaction-btn[data-type="2"] {
        background: #bd2130 !important;
        color: #ffffff !important;
        border: 1px solid #bd2130 !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="2"]:hover,
    body .interaction-btn[data-type="2"]:hover {
        background: #a11e2a !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="3"],
    body .interaction-btn[data-type="3"] {
        background: #d39e00 !important;
        color: #212529 !important;
        border: 1px solid #d39e00 !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="3"]:hover,
    body .interaction-btn[data-type="3"]:hover {
        background: #b8890a !important;
        color: #212529 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    /* 确保激活状态的按钮有明显的深色效果 */
    body.dark-mode-active .interaction-btn[data-type="1"].active,
    body .interaction-btn[data-type="1"].active {
        background: #0a3214 !important;
        color: #ffffff !important;
        border: 2px solid #0a3214 !important;
        box-shadow: 0 0 0 2px rgba(10, 50, 20, 0.5) !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="2"].active,
    body .interaction-btn[data-type="2"].active {
        background: #5a161c !important;
        color: #ffffff !important;
        border: 2px solid #5a161c !important;
        box-shadow: 0 0 0 2px rgba(90, 22, 28, 0.5) !important;
    }
    
    body.dark-mode-active .interaction-btn[data-type="3"].active,
    body .interaction-btn[data-type="3"].active {
        background: #7d5f04 !important;
        color: #ffffff !important;
        border: 2px solid #7d5f04 !important;
        box-shadow: 0 0 0 2px rgba(125, 95, 4, 0.5) !important;
    }
    
    /* 确保动态创建的删除按钮立即应用深色模式 */
    body.dark-mode-active .delete-comment,
    body .delete-comment {
        background: #ff3b30 !important;
        color: #ffffff !important;
        border: 1px solid #ff3b30 !important;
    }
    
    body.dark-mode-active .delete-comment:hover,
    body .delete-comment:hover {
        background: #dc3545 !important;
        color: #ffffff !important;
    }
    
    /* 确保动态创建的提交按钮立即应用深色模式 */
    body.dark-mode-active .comment-submit,
    body .comment-submit {
        background: #1e7e34 !important;
        color: #ffffff !important;
        border: 1px solid #155724 !important;
    }
    
    body.dark-mode-active .comment-submit:hover,
    body .comment-submit:hover {
        background: #155724 !important;
        color: #ffffff !important;
    }
}

.reward-type-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.2) !important;
}

/* 下拉式选择器样式 - 仅移动端 */
.post-type-dropdown,
.post-reward-type-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.dropdown-header:hover {
    border-color: #3498db;
    background: #e3f2fd;
}

.dropdown-label {
    font-weight: 500;
    color: #495057;
    font-size: 14px;
}

.dropdown-value {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
    flex: 1;
    text-align: right;
    margin-right: 12px;
}

.dropdown-arrow {
    color: #7f8c8d;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dropdown-arrow.active {
    transform: rotate(180deg);
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #9a9a9a;
    color: #2c3e50 !important;
    font-weight: 500;
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option:hover {
    background-color: #f8f9fa;
}

.dropdown-option.selected {
    background-color: #e3f2fd;
    color: #3498db;
}

.dropdown-option.selected .check-icon {
    color: #3498db;
    font-weight: bold;
}

.check-icon {
    color: transparent;
    font-size: 16px;
    font-weight: bold;
}

/* 移动端触摸优化 */
.dropdown-header:active {
    background: #e3f2fd;
    transform: scale(0.98);
}

.dropdown-option:active {
    background-color: #e3f2fd;
}

/* 确保在移动端正确显示 */
@media (max-width: 768px) {
    .post-type-dropdown,
    .post-reward-type-dropdown {
        margin-bottom: 16px;
    }
    
    .dropdown-header {
        min-height: 48px;
    }
    
    .dropdown-options {
        max-height: 180px;
    }
}

/* ==========================================================
   个人页面样式 - 移动端星空主题
   ========================================================== */

.profile-page {
    margin-top: 80px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.user-avatar {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.user-avatar svg {
    color: rgba(255, 255, 255, 0.8);
    width: 48px;
    height: 48px;
}

.user-info h2 {
    color: white;
    margin: 0 0 6px 0;
    font-size: 1.4rem;
}

.user-info p {
    color: rgba(255, 255, 255, 0.7);
    margin: 3px 0;
    font-size: 0.8rem;
}

.stats-section {
    margin-bottom: 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.stat-number {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    margin-bottom: 4px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
}

.profile-menu h3 {
    color: white;
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
}

.menu-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 16px;
    text-decoration: none;
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

.menu-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-icon svg {
    width: 20px;
    height: 20px;
}

.menu-content {
    flex: 1;
}

.menu-content h4 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    color: white;
}

.menu-content p {
    margin: 0 0 4px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.post-count {
    display: inline-block;
    background: rgba(74, 144, 226, 0.3);
    color: #87CEEB;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.menu-arrow {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
}

.menu-arrow svg {
    width: 14px;
    height: 14px;
}

/* 主题设置样式 - 移动端 */
.theme-settings {
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.theme-settings:hover {
    background: rgba(255, 255, 255, 0.15);
}

.theme-arrow {
    transition: transform 0.3s ease;
}

.theme-arrow.rotated {
    transform: rotate(180deg);
}

.theme-dropdown {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30, 30, 30, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-height: 80vh;
    overflow-y: auto;
}

.theme-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.theme-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 4px;
}

.theme-option:hover {
    background: rgba(255, 255, 255, 0.1);
}

.theme-option:first-child {
    margin-top: 8px;
}

.theme-option:last-child {
    margin-bottom: 8px;
}

.theme-preview {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.theme-default {
    background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
}

.theme-starry {
    background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
    position: relative;
    overflow: hidden;
}

.theme-starry::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8) 1px, transparent 1px),
                radial-gradient(circle at 70% 70%, rgba(255,255,255,0.6) 1px, transparent 1px),
                radial-gradient(circle at 20% 80%, rgba(255,255,255,0.4) 1px, transparent 1px);
    background-size: 10px 10px, 6px 6px, 12px 12px;
    animation: starsTwinkle 3s ease-in-out infinite alternate;
}

@keyframes starsTwinkle {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}


.theme-forest {
    background: linear-gradient(135deg, #2d5016, #4a7c59, #6a994e);
}

/* 随机主题通知样式 */
.random-theme-notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    max-width: 500px;
    width: 90%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: slideInDown 0.5s ease-out;
}

.notification-content {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
}

.notification-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.notification-text {
    flex: 1;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.notification-text strong {
    color: #ffffff;
    font-weight: 600;
}

.notification-text small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.theme-name {
    color: #87CEEB;
    font-weight: 600;
}

.notification-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.notification-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .random-theme-notification {
        top: 15px;
        width: 95%;
        max-width: none;
    }
    
    .notification-content {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .notification-icon {
        font-size: 20px;
    }
    
    .notification-text {
        font-size: 13px;
    }
    
    .notification-text small {
        font-size: 11px;
    }
}

.theme-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-name {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.theme-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

/* 移动端响应式设计 */
@media (max-width: 480px) {
    .profile-page {
        margin-top: 70px;
        padding: 0 10px;
    }
    
    .profile-header {
        flex-direction: column;
        text-align: center;
        padding: 16px;
        gap: 12px;
    }
    
    .user-avatar {
        width: 50px;
        height: 50px;
    }
    
    .user-avatar svg {
        width: 40px;
        height: 40px;
    }
    
    .user-info h2 {
        font-size: 1.2rem;
    }
    
    .user-info p {
        font-size: 0.75rem;
    }
    
    .stats-grid {
        gap: 8px;
    }
    
    .stat-item {
        padding: 12px;
    }
    
    .stat-number {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .menu-item {
        padding: 14px;
        gap: 10px;
    }
    
    .menu-icon {
        width: 36px;
        height: 36px;
    }
    
    .menu-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .menu-content h4 {
        font-size: 0.9rem;
    }
    
    .menu-content p {
        font-size: 0.75rem;
    }
    
    .post-count {
        font-size: 0.65rem;
        padding: 1px 5px;
    }
    
    .theme-dropdown {
        left: 10px;
        right: 10px;
        max-height: 70vh;
    }
    
    .theme-option {
        padding: 12px 14px;
    }
    
    .theme-preview {
        width: 18px;
        height: 18px;
    }
    
    .theme-name {
        font-size: 0.85rem;
    }
    
    .theme-desc {
        font-size: 0.7rem;
    }
}

/* ==========================================================
   互动功能样式 - 移动端星空主题
   ========================================================== */

/* 互动区域 */
.interactions-section {
    margin: 16px 0;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.interactions-container {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

/* 互动按钮 */
.interaction-btn {
    background: rgba(108, 117, 125, 0.8);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    backdrop-filter: blur(10px);
}

.interaction-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255,255,255,0.2);
}

/* 点赞按钮 */
.interaction-btn[data-type="1"] {
    background: rgba(40, 167, 69, 0.8);
}

.interaction-btn[data-type="1"]:hover {
    background: rgba(33, 136, 56, 0.9);
}

.interaction-btn[data-type="1"].active {
    background: rgba(21, 87, 36, 0.9);
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.4);
}

/* 踩按钮 */
.interaction-btn[data-type="2"] {
    background: rgba(220, 53, 69, 0.8);
}

.interaction-btn[data-type="2"]:hover {
    background: rgba(200, 35, 51, 0.9);
}

.interaction-btn[data-type="2"].active {
    background: rgba(114, 28, 36, 0.9);
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.4);
}

/* 小丑按钮 */
.interaction-btn[data-type="3"] {
    background: rgba(255, 193, 7, 0.8);
    color: #212529;
}

.interaction-btn[data-type="3"]:hover {
    background: rgba(224, 168, 0, 0.9);
}

.interaction-btn[data-type="3"].active {
    background: rgba(211, 158, 0, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.4);
}

/* 统计数字 */
.interaction-count {
    margin-left: 5px;
    font-weight: bold;
}

/* 帖子统计信息 */
.post-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    justify-content: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
}

/* 评论区域 */
.comments-section {
    margin: 10px auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.comments-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #ffffff;
    border-bottom: 2px solid rgba(0, 123, 255, 0.8);
    padding-bottom: 8px;
}

/* 评论表单 */
.comment-form {
    margin-bottom: 20px;
}

.comment-form textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.comment-form textarea:focus {
    outline: none;
    border-color: rgba(0, 123, 255, 0.8);
    box-shadow: 0 0 0 2px rgba(0,123,255,0.3);
}

.comment-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.comment-submit {
    background: rgba(40, 167, 69, 0.8);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
    transition: background 0.3s ease;
    backdrop-filter: blur(10px);
}

.comment-submit:hover {
    background: rgba(33, 136, 56, 0.9);
}

.comment-submit:disabled {
    background: rgba(108, 117, 125, 0.8);
    cursor: not-allowed;
}

/* 评论列表 */
.comments-container {
    margin-top: 16px;
}

.comment-item {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
    animation: fadeIn 0.3s ease-in;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    backdrop-filter: blur(10px);
}

.comment-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.comment-author {
    font-weight: bold;
    color: #87CEEB;
    font-size: 14px;
}

.comment-time {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.delete-comment {
    background: rgba(220, 53, 69, 0.8);
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s ease;
    backdrop-filter: blur(10px);
}

.delete-comment:hover {
    background: rgba(200, 35, 51, 0.9);
}

.comment-content {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.no-comments {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    padding: 16px;
}

/* 查看次数显示 */
.view-count {
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .interactions-container {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .interaction-btn {
        justify-content: center !important;
        font-size: 13px !important;
        padding: 6px 12px !important;
    }
    
    .comments-section {
        padding: 15px !important;
        margin: 20px auto !important;
    }
    
    .comment-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .post-stats {
        flex-wrap: wrap !important;
        gap: 15px !important;
        font-size: 12px !important;
    }
    
    .comment-content {
        font-size: 13px !important;
    }
    
    .comment-author {
        font-size: 13px !important;
    }
    
    .comment-time {
        font-size: 11px !important;
    }
    
    .comments-title {
        margin-top: 0px;
        font-weight: 600;
        font-size: 16px !important;
    }
    
    .comment-form textarea {
        font-size: 14px !important;
        padding: 10px !important;
    }
    
    .comment-submit {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 加载状态 */
.loading {
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #87CEEB;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 模态框样式 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.modal-content {
    background: rgba(30, 30, 30, 0.9);
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    margin: auto;
    box-sizing: border-box;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-content h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.modal-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-content div {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-content button,
.modal-content a {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(10px);
}

.modal-content button {
    background: rgba(108, 117, 125, 0.8);
    color: white;
}

.modal-content a {
    background: rgba(0, 123, 255, 0.8);
    color: white;
}

/* 移动端模态框样式 */
@media (max-width: 768px) {
    .modal {
        padding: 20px !important;
        align-items: center !important;
        justify-content: center !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        box-sizing: border-box !important;
    }
    
    .modal-content {
        width: 90% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
        padding: 25px 20px !important;
        border-radius: 12px !important;
    }
    
    .modal-content h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .modal-content p {
        font-size: 0.95rem !important;
        margin-bottom: 18px !important;
    }
    
    .modal-content div {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .modal-content button,
    .modal-content a {
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1rem !important;
        box-sizing: border-box !important;
    }
}
