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

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

.container-txmfbzxsp-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-txmfbzxsp-nav {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-txmfbzxsp-nav .container-txmfbzxsp-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-txmfbzxsp-brand h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-txmfbzxsp-brand a {
    text-decoration: none;
    color: inherit;
}

.navlist-txmfbzxsp-items {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.navlist-txmfbzxsp-items a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.navlist-txmfbzxsp-items a:hover,
.navlist-txmfbzxsp-items a.active-txmfbzxsp-link {
    background: rgba(255,255,255,0.2);
}

.hero-txmfbzxsp-banner,
.forum-hero-txmfbzxsp-banner,
.hot-hero-txmfbzxsp-banner,
.community-hero-txmfbzxsp-banner,
.resource-hero-txmfbzxsp-banner,
.about-hero-txmfbzxsp-banner {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    padding: 4rem 0;
    color: white;
}

.hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-title-txmfbzxsp-main,
.forum-hero-title-txmfbzxsp-text,
.hot-hero-title-txmfbzxsp-text,
.community-hero-title-txmfbzxsp-text,
.resource-hero-title-txmfbzxsp-text,
.about-hero-title-txmfbzxsp-text {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-desc-txmfbzxsp-subtitle,
.forum-hero-desc-txmfbzxsp-subtitle,
.hot-hero-desc-txmfbzxsp-subtitle,
.community-hero-desc-txmfbzxsp-subtitle,
.resource-hero-desc-txmfbzxsp-subtitle,
.about-hero-desc-txmfbzxsp-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-buttons-txmfbzxsp-actions {
    display: flex;
    gap: 1rem;
}

.btn-primary-txmfbzxsp-cta,
.btn-secondary-txmfbzxsp-cta {
    padding: 0.8rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary-txmfbzxsp-cta {
    background: white;
    color: #2c5aa0;
}

.btn-secondary-txmfbzxsp-cta {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
}

.btn-primary-txmfbzxsp-cta:hover,
.btn-secondary-txmfbzxsp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.banner-img-txmfbzxsp-hero {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.forum-hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper,
.hot-hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper,
.community-hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper,
.resource-hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper,
.about-hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper {
    text-align: center;
}

.features-txmfbzxsp-section,
.hot-topics-txmfbzxsp-section,
.latest-txmfbzxsp-section,
.forum-main-txmfbzxsp-section,
.hot-main-txmfbzxsp-section,
.community-main-txmfbzxsp-section,
.resource-main-txmfbzxsp-section,
.about-intro-txmfbzxsp-section,
.about-mission-txmfbzxsp-section,
.about-contact-txmfbzxsp-section,
.about-faq-txmfbzxsp-section,
.about-terms-txmfbzxsp-section,
.forum-rules-txmfbzxsp-section,
.resource-tips-txmfbzxsp-section {
    padding: 4rem 0;
}

.section-title-txmfbzxsp-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #2d3748;
    font-weight: 700;
}

.features-grid-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card-txmfbzxsp-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
    text-align: center;
}

.feature-card-txmfbzxsp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.feature-icon-txmfbzxsp-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.feature-title-txmfbzxsp-name {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2c5aa0;
    font-weight: 600;
}

.feature-desc-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
}

.topics-list-txmfbzxsp-grid {
    display: grid;
    gap: 2rem;
}

.topic-item-txmfbzxsp-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 300px 1fr;
    transition: all 0.3s;
}

.topic-item-txmfbzxsp-card:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.topic-thumb-txmfbzxsp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topic-info-txmfbzxsp-content {
    padding: 2rem;
}

.topic-title-txmfbzxsp-text {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #2d3748;
    font-weight: 600;
}

.topic-meta-txmfbzxsp-info {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.topic-excerpt-txmfbzxsp-desc {
    color: #4a5568;
    line-height: 1.8;
}

.stats-txmfbzxsp-section {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    padding: 3rem 0;
    color: white;
}

.stats-grid-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-number-txmfbzxsp-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label-txmfbzxsp-text {
    font-size: 1.1rem;
    opacity: 0.9;
}

.latest-grid-txmfbzxsp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.latest-card-txmfbzxsp-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.latest-card-txmfbzxsp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.latest-img-txmfbzxsp-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.latest-content-txmfbzxsp-info {
    padding: 1.5rem;
}

.latest-tag-txmfbzxsp-label {
    background: #2c5aa0;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.latest-title-txmfbzxsp-heading {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #2d3748;
    font-weight: 600;
}

.latest-text-txmfbzxsp-desc {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.latest-time-txmfbzxsp-date {
    color: #a0aec0;
    font-size: 0.9rem;
}

.forum-boards-txmfbzxsp-grid {
    display: grid;
    gap: 1.5rem;
}

.board-item-txmfbzxsp-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.board-item-txmfbzxsp-card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.board-header-txmfbzxsp-top {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.board-icon-txmfbzxsp-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.board-title-txmfbzxsp-name {
    font-size: 1.3rem;
    color: #2c5aa0;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.board-desc-txmfbzxsp-intro {
    color: #4a5568;
    font-size: 0.95rem;
}

.board-stats-txmfbzxsp-data {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
    color: #718096;
    font-size: 0.9rem;
}

.board-latest-txmfbzxsp-post {
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.latest-post-title-txmfbzxsp-text {
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.latest-post-time-txmfbzxsp-date {
    color: #a0aec0;
    font-size: 0.85rem;
}

.forum-rules-txmfbzxsp-section {
    background: #f7fafc;
}

.rules-content-txmfbzxsp-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.rule-item-txmfbzxsp-block {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.rule-title-txmfbzxsp-name {
    font-size: 1.2rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.rule-text-txmfbzxsp-desc {
    color: #4a5568;
    line-height: 1.8;
}

.hot-tabs-txmfbzxsp-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.hot-tab-txmfbzxsp-btn {
    padding: 0.8rem 2rem;
    border: none;
    background: white;
    color: #4a5568;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hot-tab-txmfbzxsp-btn:hover,
.hot-tab-txmfbzxsp-btn.active-tab-txmfbzxsp-btn {
    background: #2c5aa0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.hot-list-txmfbzxsp-grid {
    display: grid;
    gap: 2rem;
}

.hot-item-txmfbzxsp-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 350px 1fr;
    position: relative;
    transition: all 0.3s;
}

.hot-item-txmfbzxsp-card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.rank-number-txmfbzxsp-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(44, 90, 160, 0.9);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 10;
}

.rank-1-txmfbzxsp-badge .rank-number-txmfbzxsp-label {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #2d3748;
}

.rank-2-txmfbzxsp-badge .rank-number-txmfbzxsp-label {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    color: #2d3748;
}

.rank-3-txmfbzxsp-badge .rank-number-txmfbzxsp-label {
    background: linear-gradient(135deg, #cd7f32 0%, #e8a87c 100%);
    color: white;
}

.hot-thumb-txmfbzxsp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-content-txmfbzxsp-info {
    padding: 2rem;
}

.hot-title-txmfbzxsp-heading {
    font-size: 1.4rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hot-meta-txmfbzxsp-data {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
    color: #718096;
    font-size: 0.9rem;
}

.hot-desc-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.hot-tag-txmfbzxsp-label {
    display: inline-block;
    background: #e2e8f0;
    color: #4a5568;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.community-layout-txmfbzxsp-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.activity-section-txmfbzxsp-block,
.discussion-section-txmfbzxsp-block {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.activity-list-txmfbzxsp-container,
.discussion-list-txmfbzxsp-container {
    display: grid;
    gap: 1.5rem;
}

.activity-card-txmfbzxsp-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 12px;
    transition: all 0.3s;
}

.activity-card-txmfbzxsp-item:hover {
    background: #edf2f7;
}

.activity-img-txmfbzxsp-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.activity-title-txmfbzxsp-name {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.activity-desc-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.activity-meta-txmfbzxsp-data {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    color: #718096;
    font-size: 0.9rem;
}

.activity-btn-txmfbzxsp-action {
    padding: 0.6rem 1.5rem;
    background: #2c5aa0;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.activity-btn-txmfbzxsp-action:hover {
    background: #1e3a5f;
    transform: translateY(-2px);
}

.discussion-item-txmfbzxsp-card {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 8px;
    transition: all 0.3s;
}

.discussion-item-txmfbzxsp-card:hover {
    background: #edf2f7;
}

.discussion-icon-txmfbzxsp-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.discussion-title-txmfbzxsp-topic {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.discussion-preview-txmfbzxsp-text {
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.discussion-meta-txmfbzxsp-info {
    display: flex;
    gap: 1rem;
    color: #718096;
    font-size: 0.85rem;
}

.sidebar-card-txmfbzxsp-box {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
}

.sidebar-title-txmfbzxsp-heading {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 600;
}

.stats-list-txmfbzxsp-data {
    display: grid;
    gap: 1rem;
}

.stat-row-txmfbzxsp-item {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
    background: #f7fafc;
    border-radius: 6px;
}

.stat-label-txmfbzxsp-name {
    color: #4a5568;
}

.stat-value-txmfbzxsp-num {
    color: #2c5aa0;
    font-weight: 600;
}

.users-list-txmfbzxsp-container {
    display: grid;
    gap: 1rem;
}

.user-item-txmfbzxsp-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.8rem;
    background: #f7fafc;
    border-radius: 6px;
}

.user-avatar-txmfbzxsp-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name-txmfbzxsp-label {
    display: block;
    color: #2d3748;
    font-weight: 600;
}

.user-posts-txmfbzxsp-count {
    display: block;
    color: #718096;
    font-size: 0.85rem;
}

.links-list-txmfbzxsp-group {
    display: grid;
    gap: 0.5rem;
}

.link-item-txmfbzxsp-anchor {
    color: #2c5aa0;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    border-radius: 4px;
    transition: all 0.3s;
}

.link-item-txmfbzxsp-anchor:hover {
    background: #f7fafc;
}

.resource-categories-txmfbzxsp-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-btn-txmfbzxsp-tab {
    padding: 0.8rem 1.5rem;
    border: none;
    background: white;
    color: #4a5568;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-btn-txmfbzxsp-tab:hover,
.category-btn-txmfbzxsp-tab.active-category-txmfbzxsp-tab {
    background: #2c5aa0;
    color: white;
    transform: translateY(-2px);
}

.resource-grid-txmfbzxsp-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.resource-card-txmfbzxsp-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.resource-card-txmfbzxsp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.resource-thumb-txmfbzxsp-wrapper {
    position: relative;
}

.resource-img-txmfbzxsp-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.resource-type-txmfbzxsp-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(44, 90, 160, 0.9);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.resource-content-txmfbzxsp-info {
    padding: 1.5rem;
}

.resource-title-txmfbzxsp-name {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.resource-desc-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.resource-meta-txmfbzxsp-data {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    color: #718096;
    font-size: 0.9rem;
}

.resource-btn-txmfbzxsp-download {
    width: 100%;
    padding: 0.8rem;
    background: #2c5aa0;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.resource-btn-txmfbzxsp-download:hover {
    background: #1e3a5f;
}

.resource-tips-txmfbzxsp-section {
    background: #f7fafc;
}

.tips-grid-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.tip-card-txmfbzxsp-box {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tip-title-txmfbzxsp-heading {
    font-size: 1.2rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tip-text-txmfbzxsp-content {
    color: #4a5568;
    line-height: 1.8;
}

.intro-content-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.intro-para-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.intro-img-txmfbzxsp-visual {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.mission-grid-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.mission-card-txmfbzxsp-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s;
}

.mission-card-txmfbzxsp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.mission-icon-txmfbzxsp-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.mission-title-txmfbzxsp-name {
    font-size: 1.3rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.mission-text-txmfbzxsp-desc {
    color: #4a5568;
    line-height: 1.8;
}

.contact-content-txmfbzxsp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-item-txmfbzxsp-block {
    margin-bottom: 1.5rem;
}

.contact-label-txmfbzxsp-title {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-value-txmfbzxsp-text {
    color: #4a5568;
    font-size: 1rem;
}

.contact-img-txmfbzxsp-visual {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.faq-list-txmfbzxsp-container {
    display: grid;
    gap: 1.5rem;
}

.faq-item-txmfbzxsp-block {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-question-txmfbzxsp-title {
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 600;
}

.faq-answer-txmfbzxsp-text {
    color: #4a5568;
    line-height: 1.8;
}

.terms-content-txmfbzxsp-box {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.terms-subtitle-txmfbzxsp-heading {
    font-size: 1.3rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 600;
}

.terms-subtitle-txmfbzxsp-heading:first-child {
    margin-top: 0;
}

.terms-text-txmfbzxsp-para {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.footer-txmfbzxsp-bottom {
    background: #2d3748;
    color: white;
    padding: 3rem 0 1rem;
}

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

.footer-title-txmfbzxsp-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-text-txmfbzxsp-desc,
.footer-contact-txmfbzxsp-info {
    color: #cbd5e0;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.footer-links-txmfbzxsp-list {
    list-style: none;
}

.footer-links-txmfbzxsp-list a {
    color: #cbd5e0;
    text-decoration: none;
    line-height: 2;
    transition: color 0.3s;
}

.footer-links-txmfbzxsp-list a:hover {
    color: white;
}

.footer-bottom-txmfbzxsp-copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #4a5568;
    color: #cbd5e0;
}

@media (max-width: 768px) {
    .hero-txmfbzxsp-banner .container-txmfbzxsp-wrapper,
    .topic-item-txmfbzxsp-card,
    .hot-item-txmfbzxsp-card,
    .activity-card-txmfbzxsp-item,
    .community-layout-txmfbzxsp-grid,
    .intro-content-txmfbzxsp-layout,
    .contact-content-txmfbzxsp-layout {
        grid-template-columns: 1fr;
    }

    .navlist-txmfbzxsp-items {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-title-txmfbzxsp-main,
    .forum-hero-title-txmfbzxsp-text,
    .hot-hero-title-txmfbzxsp-text,
    .community-hero-title-txmfbzxsp-text,
    .resource-hero-title-txmfbzxsp-text,
    .about-hero-title-txmfbzxsp-text {
        font-size: 2rem;
    }

    .section-title-txmfbzxsp-heading {
        font-size: 1.6rem;
    }
}