/* ============================================
   广州亿成科技 - 主样式表
   主题色：橘红色
   容器宽度：1600px
   信息卡：横向布局
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff5722;
    --primary-light: #ff8a65;
    --primary-dark: #e64a19;
    --primary-50: #fff3e0;
    --primary-100: #ffe0b2;
    --primary-200: #ffcc80;
    --accent: #ff7043;
    --gradient-primary: linear-gradient(135deg, #ff5722 0%, #ff8a65 50%, #ffab91 100%);
    --gradient-warm: linear-gradient(135deg, #e64a19 0%, #ff5722 50%, #ff7043 100%);
    --gradient-soft: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    --text-dark: #1a1a1a;
    --text-muted: #666;
    --border: #e0e0e0;
    --bg-soft: #fff8f3;
    --shadow-sm: 0 4px 20px rgba(255, 87, 34, 0.08);
    --shadow-md: 0 8px 30px rgba(255, 87, 34, 0.15);
    --shadow-lg: 0 12px 40px rgba(255, 87, 34, 0.2);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--bg-soft);
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Header ===== */
header {
    background: var(--gradient-primary);
    color: white;
    padding: 0;
    box-shadow: 0 2px 20px rgba(230, 74, 25, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: rgba(0,0,0,0.1);
    padding: 8px 0;
    font-size: 14px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.logo {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.logo span {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    display: block;
}

nav ul {
    display: flex;
    gap: 6px;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 25px;
    transition: all 0.3s;
    font-weight: 500;
    display: block;
}

nav a:hover, nav a.active {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.balance {
    background: rgba(255,255,255,0.2);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 500;
}

/* ===== Buttons ===== */
.btn {
    display: inline-block;
    padding: 10px 26px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-align: center;
}

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

.btn-primary {
    background: var(--gradient-warm);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #d84315 0%, #e64a19 50%, #ff5722 100%);
}

.btn-success {
    background: linear-gradient(135deg, #ff8a65, #ffab91);
    color: white;
}

.btn-success:hover {
    background: linear-gradient(135deg, #ff7043, #ff8a65);
}

.btn-danger {
    background: linear-gradient(135deg, #d84315, #ff5722);
    color: white;
}

.btn-warning {
    background: linear-gradient(135deg, #ffb74d, #ffcc80);
    color: #333;
}

.btn-sm {
    padding: 6px 14px;
    font-size: 12px;
}

.btn-lg {
    padding: 14px 36px;
    font-size: 16px;
}

/* ===== Banner ===== */
.banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: var(--gradient-primary);
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide.active {
    opacity: 1;
}

.banner-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.banner-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.banner-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.banner-dot.active {
    background: white;
    transform: scale(1.3);
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 1;
}

/* ===== Main ===== */
main {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
}

.page-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--text-dark);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-title::after {
    content: '';
    flex: 1;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), transparent);
    border-radius: 2px;
}

/* ===== Cards ===== */
.card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 3px solid var(--primary);
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.card h2 {
    color: var(--primary-dark);
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-50);
}

/* ===== Info Grid (横向信息卡) ===== */
.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.info-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    height: 220px;
    border: 1px solid var(--primary-50);
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.info-item > a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.info-item img {
    width: 280px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.4s;
}

.info-item:hover img {
    transform: scale(1.05);
}

.info-item .info-content {
    flex: 1;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.info-item .info-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.info-item:hover .info-title {
    color: var(--primary);
}

.info-item .info-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-muted);
    font-size: 14px;
    margin-top: auto;
}

.info-item .info-publisher {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-item .info-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

.info-item .info-desc {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.category-tag.used {
    background: var(--primary-50);
    color: var(--primary-dark);
}

.category-tag.agricultural {
    background: #fff3e0;
    color: #e65100;
}

/* ===== Section ===== */
.section {
    margin-bottom: 50px;
}

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

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    position: relative;
    padding-left: 16px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: var(--gradient-warm);
    border-radius: 3px;
}

.view-all {
    color: var(--primary);
    font-weight: 500;
    transition: color 0.3s;
}

.view-all:hover {
    color: var(--primary-dark);
}

/* ===== Form ===== */
.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border);
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12);
}

.form-group textarea {
    min-height: 160px;
    resize: vertical;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-hint {
    color: #999;
    font-size: 13px;
    margin-top: 6px;
}

.btn-group {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

/* ===== Alerts ===== */
.alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-weight: 500;
}

.alert-success {
    background: #fff3e0;
    border: 1px solid var(--primary-100);
    color: var(--primary-dark);
}

.alert-error {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
}

.alert-warning {
    background: #fff8e1;
    border: 1px solid #ffecb3;
    color: #f57f17;
}

.alert-info {
    background: var(--primary-50);
    border: 1px solid var(--primary-100);
    color: var(--primary-dark);
}

/* ===== Table ===== */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

table th,
table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

table th {
    background: var(--primary-50);
    font-weight: 600;
    color: var(--primary-dark);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table tr:last-child td {
    border-bottom: none;
}

table tr:hover td {
    background: var(--bg-soft);
}

/* ===== Pagination ===== */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    padding: 10px 16px;
    border: 2px solid var(--border);
    border-radius: 25px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s;
}

.pagination a:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pagination .active {
    background: var(--gradient-warm);
    color: white;
    border-color: var(--primary);
}

/* ===== Detail Page ===== */
.detail-header {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    border-top: 3px solid var(--primary);
}

.detail-image {
    flex: 0 0 480px;
}

.detail-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.detail-info {
    flex: 1;
    padding: 10px 0;
}

.detail-info h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.detail-info .info-row {
    margin-bottom: 20px;
    font-size: 16px;
}

.detail-info .info-label {
    font-weight: 600;
    color: var(--text-muted);
    margin-right: 10px;
}

.detail-info .info-value {
    color: #333;
}

.price-tag {
    display: inline-block;
    background: var(--gradient-warm);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.detail-content {
    background: white;
    padding: 35px;
    border-radius: 16px;
    margin-top: 25px;
    box-shadow: var(--shadow-sm);
    border-top: 3px solid var(--primary);
}

.detail-content h3 {
    margin-bottom: 20px;
    color: var(--text-dark);
    font-size: 22px;
}

.detail-content p {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.hidden-phone {
    color: #999;
    font-style: italic;
}

.phone-display {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
}

/* ===== Login / Register ===== */
.login-page,
.register-page {
    max-width: 480px;
    margin: 60px auto;
}

.register-page {
    max-width: 540px;
}

.center-box {
    background: white;
    padding: 45px;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--primary);
}

.center-box h2 {
    text-align: center;
    margin-bottom: 35px;
    color: var(--text-dark);
    font-size: 26px;
}

.center-box .form-group {
    margin-bottom: 24px;
}

.center-box .btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-top: 10px;
}

.center-box .link-text {
    text-align: center;
    margin-top: 25px;
    color: #666;
}

.center-box .link-text a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.center-box .link-text a:hover {
    text-decoration: underline;
}

/* ===== Stats ===== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.stat-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s;
    border-top: 3px solid var(--primary);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.stat-card h3 {
    font-size: 42px;
    background: var(--gradient-warm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-card p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

/* ===== Status Badge ===== */
.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.status-pending {
    background: #fff8e1;
    color: #f57f17;
}

.status-approved {
    background: var(--primary-50);
    color: var(--primary-dark);
}

.status-rejected {
    background: #ffebee;
    color: #c62828;
}

/* ===== Footer ===== */
footer {
    background: linear-gradient(135deg, #bf360c 0%, #e64a19 50%, #ff5722 100%);
    color: white;
    padding: 50px 0 25px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffccbc;
}

.footer-section p {
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

/* ===== No Data ===== */
.no-data {
    text-align: center;
    padding: 80px 20px;
    color: #999;
}

.no-data p {
    font-size: 18px;
}

/* ===== Required ===== */
.required {
    color: var(--primary);
    margin-left: 3px;
}

/* ===== Notice Box ===== */
.notice-box {
    background: var(--gradient-soft);
    border: 1px solid var(--primary-100);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    color: var(--primary-dark);
}

.notice-box strong {
    font-size: 16px;
}

.success-box {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    border: 1px solid var(--primary-200);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    color: var(--primary-dark);
}

/* ===== File Upload ===== */
.file-upload {
    border: 2px dashed var(--primary);
    padding: 40px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--primary-50);
}

.file-upload:hover {
    background: var(--primary-100);
    border-color: var(--primary-dark);
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload-label {
    cursor: pointer;
    color: var(--primary);
    font-weight: 500;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.image-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid var(--primary-100);
}

/* ===== Back Button ===== */
.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: var(--primary);
    font-weight: 500;
}

.back-btn:hover {
    color: var(--primary-dark);
}

/* ===== Quick Links ===== */
.quick-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.quick-links a {
    padding: 10px 22px;
    background: var(--gradient-warm);
    color: white;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s;
}

.quick-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
}

/* ===== Hero ===== */
.hero {
    background: var(--gradient-primary);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    opacity: 0.95;
    margin-bottom: 30px;
}

/* ===== Modal ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 30px;
    border-radius: 16px;
    width: 90%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s;
}

.modal-close:hover {
    color: var(--primary);
}

/* ============================================
   发布信息页面专属样式
   ============================================ */
.publish-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

.publish-form-card {
    background: white;
    border-radius: 16px;
    padding: 36px;
    box-shadow: var(--shadow-sm);
    border-top: 3px solid var(--primary);
}

.publish-form-card h2 {
    color: var(--primary-dark);
    font-size: 22px;
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary-50);
    display: flex;
    align-items: center;
    gap: 10px;
}

.publish-form-card h2::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 22px;
    background: var(--gradient-warm);
    border-radius: 3px;
}

.publish-form-card .form-subtitle {
    color: #999;
    font-size: 13px;
    margin-bottom: 22px;
    margin-top: -10px;
}

.publish-section {
    background: var(--primary-50);
    border-left: 4px solid var(--primary);
    padding: 16px 20px;
    border-radius: 8px;
    margin: 20px 0 10px;
    font-weight: 600;
    color: var(--primary-dark);
    font-size: 15px;
}

.publish-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-card {
    background: white;
    border-radius: 16px;
    padding: 26px;
    box-shadow: var(--shadow-sm);
    border-top: 3px solid var(--primary);
}

.sidebar-card h3 {
    color: var(--primary-dark);
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-card h3 .icon {
    width: 28px;
    height: 28px;
    background: var(--primary-50);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

.fee-table {
    width: 100%;
    margin-top: 12px;
}

.fee-table tr td {
    padding: 8px 0;
    border: none;
    font-size: 14px;
}

.fee-table tr td:first-child {
    color: var(--text-muted);
}

.fee-table tr td:last-child {
    text-align: right;
    font-weight: 600;
    color: var(--primary-dark);
}

.fee-table tr.total td {
    padding-top: 12px;
    border-top: 1px dashed var(--primary-100);
    font-size: 15px;
    color: var(--primary);
    font-weight: 700;
}

.tip-list {
    list-style: none;
    padding: 0;
}

.tip-list li {
    padding: 8px 0 8px 26px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.tip-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.tip-list.warn li::before {
    content: '!';
    background: #f57f17;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--primary-50);
}

.process-step:last-child {
    border-bottom: none;
}

.process-step .step-num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: var(--gradient-warm);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.process-step .step-content {
    flex: 1;
}

.process-step .step-title {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
    font-size: 14px;
}

.process-step .step-desc {
    color: #999;
    font-size: 13px;
    line-height: 1.5;
}

.tag-input-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border: 2px solid var(--border);
    border-radius: 12px;
    background: white;
    min-height: 50px;
}

.tag-input-wrap:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12);
}

.tag-chip {
    background: var(--primary-50);
    color: var(--primary-dark);
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.image-uploader {
    background: var(--primary-50);
    border: 2px dashed var(--primary-light);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.image-uploader:hover {
    background: var(--primary-100);
    border-color: var(--primary);
}

.image-uploader .upload-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 8px;
}

.image-uploader .upload-text {
    color: var(--primary-dark);
    font-weight: 600;
}

.image-uploader .upload-hint {
    color: #999;
    font-size: 13px;
    margin-top: 6px;
}

.publish-actions {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--primary-50);
}

.publish-actions .btn {
    flex: 1;
    padding: 14px;
    font-size: 15px;
}

/* ===== Verified Badge ===== */
.verified-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    color: var(--primary-dark);
    background: var(--primary-50);
    border: 1px solid var(--primary-light);
    border-radius: 10px;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: middle;
}

.verified-badge-sm {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 11px;
    color: var(--primary-dark);
    background: var(--primary-50);
    border: 1px solid var(--primary-100);
    border-radius: 8px;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: middle;
}

/* ============================================
   充值区专属样式
   ============================================ */
.recharge-balance {
    background: var(--gradient-warm);
    color: white;
    padding: 26px 24px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(255, 87, 34, 0.25);
    position: relative;
    overflow: hidden;
}

.recharge-balance::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.recharge-balance::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -30px;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.recharge-balance > * {
    position: relative;
    z-index: 1;
}

.recharge-balance-label {
    font-size: 14px;
    opacity: 0.95;
    letter-spacing: 1px;
}

.recharge-balance-amount {
    font-size: 42px;
    font-weight: 800;
    margin: 8px 0 6px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.recharge-balance-hint {
    font-size: 13px;
    opacity: 0.9;
}

.recharge-section-title {
    font-weight: 700;
    color: var(--primary-dark);
    margin: 22px 0 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.recharge-amount-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 8px;
}

.recharge-amount-card {
    background: white;
    border: 2px solid var(--primary-100);
    color: var(--primary-dark);
    padding: 18px 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.recharge-amount-card:hover {
    border-color: var(--primary);
    background: var(--primary-50);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.15);
}

.recharge-amount-card.active {
    background: var(--gradient-warm);
    color: white;
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 87, 34, 0.35);
}

.recharge-amount-card .small-hint {
    display: block;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
    margin-top: 2px;
}

.recharge-amount-card.active .small-hint {
    opacity: 0.9;
}

.recharge-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 2px solid var(--primary-100);
    border-radius: 12px;
    padding: 4px 10px;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.recharge-custom:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12);
}

.recharge-custom-prefix,
.recharge-custom-suffix {
    color: var(--primary);
    font-weight: 700;
    font-size: 18px;
}

.recharge-custom input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 6px;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-dark);
    background: transparent;
    font-family: inherit;
}

.recharge-custom input::-webkit-outer-spin-button,
.recharge-custom input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recharge-custom input[type=number] {
    -moz-appearance: textfield;
}

.recharge-submit {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    padding: 16px;
}

.recharge-amount-tip {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-bottom: 16px;
    min-height: 20px;
}

.recharge-amount-tip.has-amount {
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 14px;
}

.recharge-notice {
    background: var(--gradient-soft);
    border: 1px solid var(--primary-100);
    padding: 18px 22px;
    border-radius: 12px;
    margin-top: 8px;
}

.recharge-notice-title {
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-size: 15px;
}

.recharge-notice ol {
    margin: 0 0 0 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.9;
}

.recharge-notice ol li::marker {
    color: var(--primary);
    font-weight: 700;
}

@media (max-width: 768px) {
    .recharge-amount-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .recharge-balance-amount {
        font-size: 34px;
    }
    .recharge-custom {
        flex-wrap: wrap;
    }
    .recharge-custom input {
        width: 100%;
        order: 4;
    }
}

/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 18px;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
    .publish-grid {
        grid-template-columns: 1fr;
    }
    .publish-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .header-main {
        flex-direction: column;
        gap: 15px;
    }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .user-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .detail-header {
        flex-direction: column;
    }
    .detail-image {
        flex: none;
    }
    .banner {
        height: 280px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .page-title {
        font-size: 24px;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
    .info-item,
    .info-item > a {
        flex-direction: column;
        height: auto;
    }
    .info-item img {
        width: 100%;
        height: 200px;
    }
    .form-row {
        flex-direction: column;
    }
    .publish-form-card {
        padding: 24px;
    }
}

/* ============================================
   通用页面元素
   ============================================ */
.card-desc {
    color: #666;
    font-size: 14px;
    margin: -10px 0 22px;
    padding: 12px 16px;
    background: var(--bg-soft);
    border-left: 3px solid var(--primary-light);
    border-radius: 6px;
}

.table-responsive {
    overflow-x: auto;
    border-radius: 12px;
}

.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.price-table th,
.price-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.price-table th {
    background: var(--primary-50);
    font-weight: 600;
    color: var(--primary-dark);
    white-space: nowrap;
}

.price-table tbody tr:hover td {
    background: var(--bg-soft);
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

.service-name {
    font-weight: 600;
    color: var(--text-dark);
}

.price-value {
    font-weight: 700;
    color: var(--primary);
    font-size: 16px;
}

/* ============================================
   顶部概览卡
   ============================================ */
.highlight-card {
    display: flex;
    align-items: center;
    gap: 28px;
    background: var(--gradient-soft);
    border-top: 3px solid var(--primary);
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 32px 36px;
}

.highlight-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: var(--gradient-warm);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(255, 87, 34, 0.3);
}

.highlight-content h2 {
    color: var(--primary-dark);
    font-size: 24px;
    margin-bottom: 8px;
    border-bottom: none;
    padding-bottom: 0;
}

.highlight-content p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* ============================================
   会员等级卡
   ============================================ */
.membership-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 18px;
}

.membership-card {
    position: relative;
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 2px solid #f0f0f0;
    transition: all 0.3s;
}

.membership-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.membership-card.recommended {
    border-color: var(--primary);
    box-shadow: 0 8px 30px rgba(255, 87, 34, 0.2);
}

.membership-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gradient-warm);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
}

.membership-header {
    padding: 22px 20px 18px;
    text-align: center;
    color: white;
    background: var(--gradient-primary);
}

.membership-header.level-1 { background: linear-gradient(135deg, #78909c, #b0bec5); }
.membership-header.level-2 { background: linear-gradient(135deg, #90a4ae, #cfd8dc); }
.membership-header.level-3 { background: linear-gradient(135deg, #ff8a65, #ffab91); }
.membership-header.level-4 { background: var(--gradient-warm); }

.membership-level {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.membership-tag {
    font-size: 12px;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

.membership-benefits {
    padding: 20px;
    list-style: none;
}

.membership-benefits li {
    padding: 8px 0;
    color: #555;
    font-size: 14px;
    border-bottom: 1px dashed #f0f0f0;
}

.membership-benefits li:last-child {
    border-bottom: none;
}

/* ============================================
   充值优惠
   ============================================ */
.recharge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.recharge-item {
    background: white;
    border: 2px solid var(--primary-100);
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.recharge-item:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.recharge-item.hot {
    border-color: var(--primary);
    background: var(--gradient-soft);
}

.hot-tag {
    position: absolute;
    top: -10px;
    right: -6px;
    background: var(--gradient-warm);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

.recharge-amount {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.recharge-bonus {
    color: #e65100;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.recharge-total {
    color: #999;
    font-size: 13px;
    padding-top: 8px;
    border-top: 1px dashed var(--primary-100);
}

/* ============================================
   支付方式
   ============================================ */
.payment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 18px;
}

.payment-item {
    background: white;
    border: 2px solid var(--primary-50);
    border-radius: 14px;
    padding: 26px 20px;
    text-align: center;
    transition: all 0.3s;
}

.payment-item:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.payment-icon {
    font-size: 42px;
    margin-bottom: 10px;
}

.payment-item h4 {
    color: var(--primary-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.payment-item p {
    color: #777;
    font-size: 13px;
}

/* ============================================
   退款 / 发票 / 联系
   ============================================ */
.rule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 18px;
}

.rule-block {
    background: var(--bg-soft);
    border-left: 4px solid var(--primary);
    padding: 22px 24px;
    border-radius: 10px;
}

.rule-block h3 {
    color: var(--primary-dark);
    font-size: 18px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rule-icon {
    font-size: 22px;
}

.rule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rule-list li {
    padding: 8px 0 8px 22px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px dashed #e8e8e8;
}

.rule-list li:last-child {
    border-bottom: none;
}

.rule-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--primary);
    font-weight: 700;
}

.rule-list strong {
    color: var(--text-dark);
}

.contact-card {
    background: var(--gradient-soft);
    text-align: center;
}

.contact-card h2 {
    text-align: center;
}

.contact-card > p {
    color: #555;
    margin-bottom: 24px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contact-item {
    background: white;
    border-radius: 12px;
    padding: 22px 18px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: all 0.3s;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.contact-icon {
    font-size: 30px;
    margin-bottom: 8px;
}

.contact-label {
    color: #999;
    font-size: 13px;
    margin-bottom: 4px;
}

.contact-value {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 15px;
}

.footer-link-card {
    text-align: center;
    background: var(--bg-soft);
    border-top: 3px solid var(--primary-200);
}

.footer-link-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-link-card a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    margin: 0 4px;
}

.footer-link-card a:hover {
    text-decoration: underline;
    color: var(--primary-dark);
}

.update-time {
    color: #999 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

/* ============================================
   FAQ
   ============================================ */
.faq-list {
    margin-top: 18px;
}

.faq-item {
    background: var(--bg-soft);
    border-left: 4px solid var(--primary-light);
    padding: 18px 22px;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: all 0.3s;
}

.faq-item:hover {
    background: var(--primary-50);
    border-left-color: var(--primary);
}

.faq-item h4 {
    color: var(--primary-dark);
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 700;
}

.faq-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.faq-item p a {
    color: var(--primary);
    font-weight: 600;
}

/* ============================================
   审核流程图
   ============================================ */
.review-flow {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.flow-step {
    flex: 1;
    min-width: 150px;
    background: var(--bg-soft);
    border: 2px solid var(--primary-50);
    border-radius: 12px;
    padding: 22px 14px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.flow-step:hover {
    background: var(--primary-50);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.flow-num {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: var(--gradient-warm);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
}

.flow-icon {
    font-size: 32px;
    margin: 8px 0 8px;
}

.flow-step h4 {
    color: var(--primary-dark);
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 700;
}

.flow-step p {
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}

.flow-arrow {
    align-self: center;
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    padding: 0 4px;
}

/* ============================================
   审核标准卡
   ============================================ */
.standard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 18px;
}

.standard-card {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 22px 24px;
    transition: all 0.3s;
}

.standard-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.standard-card.success {
    border-color: #66bb6a;
    background: linear-gradient(135deg, #fff 0%, #f1f8e9 100%);
}

.standard-card.danger {
    border-color: #ef5350;
    background: linear-gradient(135deg, #fff 0%, #ffebee 100%);
}

.standard-card.warning {
    border-color: #ffa726;
    background: linear-gradient(135deg, #fff 0%, #fff8e1 100%);
}

.standard-card.info {
    border-color: var(--primary-light);
    background: var(--gradient-soft);
}

.standard-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0,0,0,0.06);
}

.standard-icon {
    font-size: 28px;
}

.standard-card h3 {
    color: var(--text-dark);
    font-size: 17px;
    font-weight: 700;
}

.standard-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standard-list li {
    padding: 6px 0 6px 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
}

.standard-list li::before {
    content: '•';
    position: absolute;
    left: 4px;
    top: 6px;
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}

.standard-card.danger .standard-list li::before { color: #ef5350; }
.standard-card.warning .standard-list li::before { color: #ffa726; }
.standard-card.success .standard-list li::before { color: #66bb6a; }

/* ============================================
   审核结果
   ============================================ */
.result-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.result-item {
    background: white;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    border: 2px solid #f0f0f0;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.result-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary);
}

.result-item.approved::before { background: linear-gradient(90deg, #66bb6a, #43a047); }
.result-item.rejected::before { background: linear-gradient(90deg, #ef5350, #c62828); }
.result-item.pending::before { background: linear-gradient(90deg, #ffa726, #f57c00); }
.result-item.offline::before { background: linear-gradient(90deg, #78909c, #455a64); }

.result-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.result-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background: var(--primary-50);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}

.result-item.approved .result-icon { background: #e8f5e9; color: #2e7d32; }
.result-item.rejected .result-icon { background: #ffebee; color: #c62828; }
.result-item.pending .result-icon { background: #fff3e0; color: #f57c00; }
.result-item.offline .result-icon { background: #eceff1; color: #455a64; }

.result-item h3 {
    color: var(--text-dark);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.result-item p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

/* ============================================
   违规等级标签
   ============================================ */
.level-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.level-tag.level-light { background: #e8f5e9; color: #2e7d32; }
.level-tag.level-medium { background: #fff3e0; color: #e65100; }
.level-tag.level-serious { background: #ffebee; color: #c62828; }
.level-tag.level-v严重 { background: linear-gradient(135deg, #d84315, #c62828); color: white; }

/* ============================================
   申诉流程
   ============================================ */
.appeal-process {
    margin-top: 18px;
}

.appeal-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 2px dashed var(--primary-50);
    position: relative;
}

.appeal-step:last-child {
    border-bottom: none;
}

.appeal-num {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--gradient-warm);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.3);
}

.appeal-content {
    flex: 1;
}

.appeal-content h4 {
    color: var(--primary-dark);
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
}

.appeal-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

/* ============================================
   投诉举报
   ============================================ */
.report-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.report-item {
    background: var(--bg-soft);
    border-radius: 12px;
    padding: 22px 18px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.report-item:hover {
    background: var(--primary-50);
    border-color: var(--primary-light);
    transform: translateY(-3px);
}

.report-icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.report-item h4 {
    color: var(--primary-dark);
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 700;
}

.report-item p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

/* ============================================
   首页服务规范卡
   ============================================ */
.service-card {
    height: 200px;
}

.service-card > a {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
}

.service-icon-wrap {
    flex-shrink: 0;
    width: 220px;
    height: 100%;
    background: var(--gradient-warm);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.service-icon-wrap::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.service-icon-wrap::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.service-icon {
    color: white;
    font-size: 80px;
    font-weight: 800;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    z-index: 1;
}

.service-card .info-content {
    flex: 1;
    padding: 24px 26px;
}

.service-card .info-title {
    font-size: 20px;
    margin-bottom: 8px;
}

.service-card .info-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 8px 0 12px;
    -webkit-line-clamp: 3;
}

.service-card .info-meta {
    margin-top: auto;
}

.service-card .info-meta .view-all {
    font-size: 14px;
}

/* ============================================
   响应式 - 收费/审核页面
   ============================================ */
@media (max-width: 1280px) {
    .membership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .recharge-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rule-grid,
    .standard-grid {
        grid-template-columns: 1fr;
    }
    .result-grid,
    .report-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .service-icon-wrap {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .membership-grid,
    .recharge-grid,
    .result-grid,
    .report-grid {
        grid-template-columns: 1fr;
    }
    .highlight-card {
        flex-direction: column;
        text-align: center;
        gap: 18px;
        padding: 26px 20px;
    }
    .review-flow {
        flex-direction: column;
    }
    .flow-arrow {
        transform: rotate(90deg);
    }
    .service-card,
    .service-card > a {
        flex-direction: column;
        height: auto;
    }
    .service-icon-wrap {
        width: 100%;
        height: 140px;
    }
    .service-icon {
        font-size: 56px;
    }
    .price-table {
        font-size: 12px;
    }
    .price-table th,
    .price-table td {
        padding: 10px 8px;
    }
}
