/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans SC', sans-serif;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* 背景装饰元素 */
.background-decorations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.star, .light-bulb, .sun, .rainbow {
    position: absolute;
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}

.star-1 { top: 10%; left: 5%; animation-delay: 0s; }
.star-2 { top: 20%; right: 10%; animation-delay: 2s; }
.star-3 { top: 60%; left: 8%; animation-delay: 4s; }
.light-1 { top: 30%; right: 5%; animation-delay: 1s; }
.light-2 { top: 70%; right: 15%; animation-delay: 3s; }
.sun { top: 15%; left: 50%; animation-delay: 1.5s; }
.rainbow { top: 80%; left: 20%; animation-delay: 2.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

/* 主容器 */
.container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* 顶部横幅 */
.top-banner {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
    backdrop-filter: blur(10px);
}

.banner-content {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 40px;
    align-items: stretch;
    min-height: 500px;
}

.banner-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.token-ca {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-family: 'Courier New', monospace;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ecf0f1;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.token-ca:hover {
    background: rgba(255, 215, 0, 0.2);
    border-color: #ffd700;
    color: #2c3e50;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.token-ca:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 215, 0, 0.2);
}

.subtitle {
    font-size: 1.5rem;
    color: #ff8c42;
    margin-bottom: 20px;
}

.mission {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.6;
}

.community {
    font-size: 1rem;
    color: #7f8c8d;
    font-style: italic;
}

/* 活动时间线 */
.activity-timeline {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.activity-timeline h3 {
    color: #ff6b35;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.timeline-item {
    margin-bottom: 15px;
    padding: 12px 0;
    color: #2c3e50;
    line-height: 1.8;
    font-size: 1.1rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.arrow {
    color: #ff6b35;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 8px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: translateX(0); }
    50% { opacity: 0.7; transform: translateX(-3px); }
}

/* CZ相关内容 */
.cz-image {
    margin-bottom: 20px;
}

.cz-photo {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cz-description {
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px;
    border-left: 4px solid #ff6b35;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cz-description p {
    margin-bottom: 25px;
    color: #2c3e50;
    line-height: 2.2;
    font-size: 1.3rem;
    font-weight: 500;
}

.cz-description p:last-child {
    margin-bottom: 0;
}

.highlight-cz {
    color: #e74c3c;
    font-weight: 700;
    background: linear-gradient(45deg, #e74c3c, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 8px rgba(231, 76, 60, 0.3);
}

/* 突出"光"字样式 */
.highlight-light {
    color: #b8860b;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(184, 134, 11, 0.8), 0 0 25px rgba(184, 134, 11, 0.6), 0 0 35px rgba(184, 134, 11, 0.4);
    background: linear-gradient(45deg, #b8860b, #daa520, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { 
        text-shadow: 0 0 15px rgba(184, 134, 11, 0.8), 0 0 25px rgba(184, 134, 11, 0.6), 0 0 35px rgba(184, 134, 11, 0.4); 
    }
    to { 
        text-shadow: 0 0 25px rgba(184, 134, 11, 1), 0 0 40px rgba(184, 134, 11, 0.8), 0 0 55px rgba(184, 134, 11, 0.6); 
    }
}

/* 图片展示区域 */
.images-section {
    margin-bottom: 40px;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    from { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
    to { text-shadow: 2px 2px 8px rgba(255, 107, 53, 0.3), 0 0 15px rgba(255, 107, 53, 0.2); }
}

.images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.image-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

.image-wrapper:hover {
    transform: translateY(-10px);
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.image-1 {
    animation: floatLeft 6s ease-in-out infinite;
}

.image-2 {
    animation: floatRight 6s ease-in-out infinite;
}

@keyframes floatLeft {
    0%, 100% { 
        transform: translateY(0px) rotate(-2deg) scale(1); 
    }
    50% { 
        transform: translateY(-20px) rotate(2deg) scale(1.02); 
    }
}

@keyframes floatRight {
    0%, 100% { 
        transform: translateY(0px) rotate(2deg) scale(1); 
    }
    50% { 
        transform: translateY(-20px) rotate(-2deg) scale(1.02); 
    }
}

.image-wrapper:hover .main-image {
    transform: scale(1.08);
    animation-play-state: paused;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(255, 107, 53, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-wrapper:hover::before {
    opacity: 1;
}

/* 多图片展示区域 */
.multi-images-section {
    margin-bottom: 40px;
    text-align: center;
}

.multi-section-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.multi-images-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

/* 左右两侧动态图片 */
.side-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 280px;
}

.side-image-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

.side-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

/* 左侧图片动画 */
.left-side .side-image:nth-child(1) {
    animation: floatLeft 6s ease-in-out infinite;
}

.left-side .side-image:nth-child(2) {
    animation: floatRight 6s ease-in-out infinite;
    animation-delay: 1s;
}

.left-side .side-image:nth-child(3) {
    animation: floatLeft 6s ease-in-out infinite;
    animation-delay: 2s;
}

/* 右侧图片动画 */
.right-side .side-image:nth-child(1) {
    animation: floatRight 6s ease-in-out infinite;
}

.right-side .side-image:nth-child(2) {
    animation: floatLeft 6s ease-in-out infinite;
    animation-delay: 1s;
}

.right-side .side-image:nth-child(3) {
    animation: floatRight 6s ease-in-out infinite;
    animation-delay: 2s;
}

/* 中间静态图片 */
.center-images {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: -50px;
    width: 350px;
    z-index: 10;
    position: relative;
}

.center-image-wrapper {
    position: relative;
    width: 280px;
    transition: all 0.3s ease;
}

.center-image-wrapper:nth-child(1) {
    z-index: 4;
    transform: translateX(-20px);
}

.center-image-wrapper:nth-child(2) {
    z-index: 3;
    transform: translateX(20px);
}

.center-image-wrapper:nth-child(3) {
    z-index: 2;
    transform: translateX(-20px);
}

.center-image-wrapper:nth-child(4) {
    z-index: 1;
    transform: translateX(20px);
}

.center-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 悬停效果 */
.side-image-wrapper:hover .side-image {
    transform: scale(1.05);
    animation-play-state: paused;
}

.side-image-wrapper:hover {
    transform: translateY(-5px);
}

.center-image-wrapper:hover {
    z-index: 20;
    transform: translateX(0) scale(1.05);
}

.center-image-wrapper:hover .center-image {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* 四个板块展示区域 */
.four-sections {
    margin-bottom: 40px;
    text-align: center;
}

.four-sections-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.sections-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.sections-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 215, 0, 0.6), transparent);
    transform: translateX(-50%);
    z-index: 1;
}

.sections-grid::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(255, 215, 0, 0.6), transparent);
    transform: translateY(-50%);
    z-index: 1;
}

.section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    margin: 15px;
}

.section-item:hover {
    transform: translateY(-5px);
}

.section-image-wrapper {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.section-item:hover .section-image {
    transform: scale(1.05);
}

.section-caption {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-caption h3 {
    color: #ff6b35;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-caption p {
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Gigglefund上线部分 */
.gigglefund-section {
    margin-bottom: 40px;
    text-align: center;
}

.gigglefund-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.gigglefund-image-wrapper {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.gigglefund-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.gigglefund-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.gigglefund-image-wrapper:hover .gigglefund-image {
    transform: scale(1.02);
}

/* 高盈利地址埋伏部分 */
.profit-section {
    margin-bottom: 40px;
    text-align: center;
}

.profit-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.profit-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.profit-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.profit-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.profit-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.profit-image-wrapper:hover .profit-image {
    transform: scale(1.05);
}

/* 左侧：名人帖子 */
.left-column {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
    backdrop-filter: blur(10px);
}

.celebrity-posts h3 {
    color: #ff6b35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.social-post {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ffd700;
}

.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    font-size: 2rem;
    margin-right: 15px;
}

.user-info {
    flex: 1;
}

.username {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.time {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.post-content {
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 15px;
}

.post-actions {
    display: flex;
    gap: 20px;
}

.action {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* 中间：主要活动信息 */
.center-column {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.3);
    backdrop-filter: blur(10px);
    border: 3px solid #ffd700;
}

.main-card h2 {
    color: #ff6b35;
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-align: center;
}

.main-card p {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.activity-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.stat-box {
    text-align: center;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.stat-label {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.prize-info {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.prize-info h3 {
    color: #ff6b35;
    margin-bottom: 15px;
    text-align: center;
}

.prize-info ul {
    list-style: none;
}

.prize-info li {
    padding: 8px 0;
    color: #2c3e50;
    border-bottom: 1px solid #ecf0f1;
}

.prize-info li:last-child {
    border-bottom: none;
}

.action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-primary, .btn-secondary {
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
}

.btn-secondary {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2c3e50;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* 右侧：精选故事 */
.right-column {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
    backdrop-filter: blur(10px);
}

.featured-stories h3 {
    color: #ff6b35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.story-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #ffd700;
    transition: transform 0.3s ease;
}

.story-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.story-image {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.story-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.story-author {
    color: #7f8c8d;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.story-excerpt {
    color: #34495e;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* 底部区域 */
.bottom-section {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
    backdrop-filter: blur(10px);
    text-align: center;
}

.token-promotion h3 {
    color: #ff6b35;
    font-size: 2rem;
    margin-bottom: 15px;
}

.token-promotion p {
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.contract-info {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    border: 2px dashed #ffd700;
}

.contract-label {
    color: #ff6b35;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.contract-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ecf0f1;
}

#contract-address {
    font-family: 'Courier New', monospace;
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.9rem;
}

.copy-btn {
    background: #ffd700;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.copy-btn:hover {
    background: #ffed4e;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.social-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-logo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
}

.footer-message {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .banner-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .banner-left {
        text-align: center;
    }
    
    .banner-right {
        order: -1;
    }
    
    .images-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .multi-images-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .side-images {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    
    .center-images {
        width: 100%;
        order: -1;
        gap: -35px;
    }
    
    .center-image-wrapper {
        width: 220px;
    }
    
    .sections-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-image {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .multi-section-title {
        font-size: 2rem;
    }
    
    .four-sections-title {
        font-size: 2rem;
    }
    
    .gigglefund-title {
        font-size: 2rem;
    }
    
    .gigglefund-image-wrapper {
        max-width: 100%;
        margin: 0 20px;
    }
    
    .profit-title {
        font-size: 2rem;
    }
    
    .profit-images-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .profit-image {
        height: 200px;
    }
    
    .cz-description p {
        font-size: 1rem;
    }
    
    .activity-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .social-links {
        flex-direction: column;
        align-items: center;
    }
    
    .contract-address {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    .top-banner, .center-column, .left-column, .right-column, .bottom-section {
        padding: 20px;
    }
    
    .main-title {
        font-size: 2rem;
    }
}

/* 里程碑日历样式 */
.milestone-calendar {
    margin-bottom: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
    backdrop-filter: blur(10px);
}

.milestone-title {
    font-size: 2.5rem;
    color: #ff6b35;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    align-items: stretch;
    max-width: 1400px;
    margin: 0 auto;
}

.calendar-item {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(253, 203, 110, 0.4);
    transition: all 0.3s ease;
    border: 3px solid #ffd700;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.calendar-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
    border-color: #ff6b35;
}

.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.day-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff6b35;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.day-logos {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.day-logo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ffd700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.day-date {
    font-size: 1.4rem;
    color: #e17055;
    font-weight: 600;
    margin-bottom: 8px;
}

.day-title {
    font-size: 1.5rem;
    color: #2d3436;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    line-height: 1.3;
}

.day-content {
    text-align: left;
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.5;
    overflow-y: auto;
    flex: 1;
}

/* 自定义滚动条样式 - 与背景色融合 */
.day-content::-webkit-scrollbar {
    width: 8px;
}

.day-content::-webkit-scrollbar-track {
    background: rgba(253, 203, 110, 0.3);
    border-radius: 4px;
}

.day-content::-webkit-scrollbar-thumb {
    background: rgba(253, 203, 110, 0.6);
    border-radius: 4px;
}

.day-content::-webkit-scrollbar-thumb:hover {
    background: rgba(253, 203, 110, 0.8);
}

/* Firefox 滚动条样式 */
.day-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(253, 203, 110, 0.6) rgba(253, 203, 110, 0.3);
}

.day-content p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #d63031;
    font-size: 1.1rem;
}

.day-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.day-content li {
    padding: 3px 0;
    padding-left: 15px;
    position: relative;
    font-size: 0.95rem;
}

.day-content li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

.arrow-connector {
    display: none;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .milestone-calendar {
        padding: 30px 20px;
    }
    
    .milestone-title {
        font-size: 2rem;
    }
    
    .calendar-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }
    
    .calendar-item {
        padding: 12px;
    }
    
    .day-number {
        font-size: 2.2rem;
    }
    
    .day-date {
        font-size: 1.2rem;
    }
    
    .day-title {
        font-size: 1.3rem;
    }
    
    .day-content {
        font-size: 0.9rem;
    }
    
    .day-content p {
        font-size: 1rem;
    }
    
    .day-content li {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .milestone-title {
        font-size: 1.5rem;
    }
    
    .calendar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3px;
    }
    
    .calendar-item {
        padding: 10px;
    }
    
    .day-number {
        font-size: 1.8rem;
    }
    
    .day-date {
        font-size: 1rem;
    }
    
    .day-title {
        font-size: 1.1rem;
        padding: 6px 8px;
    }
    
    .day-content {
        font-size: 0.75rem;
    }
    
    .day-content p {
        font-size: 0.85rem;
    }
    
    .day-content li {
        font-size: 0.7rem;
    }
    
    .day-logo {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .milestone-calendar {
        padding: 20px 10px;
    }
    
    .milestone-title {
        font-size: 1.2rem;
    }
    
    .calendar-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    
    .calendar-item {
        padding: 12px;
        aspect-ratio: auto;
        min-height: 200px;
    }
    
    .day-number {
        font-size: 1.6rem;
    }
    
    .day-date {
        font-size: 0.95rem;
    }
    
    .day-title {
        font-size: 1rem;
    }
    
    .day-content {
        font-size: 0.65rem;
    }
    
    .day-content p {
        font-size: 0.75rem;
    }
    
    .day-content li {
        font-size: 0.6rem;
    }
    
    .day-logo {
        width: 20px;
        height: 20px;
    }
}
