/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 1920×1080px固定尺寸样式 */
html, body {
    width: 1920px;
    height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    background: #91cfb4;
}

/* 页面容器固定尺寸 */
.cover-page, .creative-space {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
}

/* 1920×1080px固定尺寸样式 */
html, body {
    width: 1920px;
    height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    background: #91cfb4;
}

/* 页面容器固定尺寸 */
.cover-page, .creative-space {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
}

/* 创意空间页面样式 */
.cover-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.cover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    transition: filter 0.5s ease;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(186, 235, 232, 0.747) 0%, rgba(77, 112, 152, 0.531) 100%);
}

.cover-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: rgb(6, 3, 3);
}

.cover-card {
    background: rgba(109, 201, 157, 0.277);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: cardAppear 1s ease-out;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.creative-avatar {
    margin-bottom: 1.5rem;
}

.avatar-glow {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(135deg, #103322, #4dbcb6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glow 2s ease-in-out infinite alternate;
    box-shadow: 0 0 30px rgba(94, 160, 172, 0.5);
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px rgba(123, 200, 188, 0);
    }
    to {
        box-shadow: 0 0 40px rgba(7, 153, 153, 0.7);
    }
}

.avatar-image {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #f1b6d5;
}

.cover-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1e332e, #386b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cover-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.creative-tags {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.creative-tag {
    background: rgba(86, 99, 80, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(48, 65, 61, 0.3);
}

.enter-creative-btn {
    background: linear-gradient(135deg, #53aa87e8, #3f9586e8);
    color: rgba(17, 13, 13, 0.212);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(169, 250, 211, 0.408);
}

.enter-creative-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(107, 255, 203, 0.452);
}

/* 创意空间页面样式 */
.creative-space {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.space-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
}

/* 左侧圆形导航 */
.creative-nav {
    width: 120px;
    height: 100vh;
    background: rgb(123, 194, 171);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(92, 186, 153, 0.788);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-circle-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.nav-circle-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nav-circle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 15px;
}

.nav-circle-btn.active {
    background: rgba(42, 122, 88, 0.1);
}

.nav-circle-btn:hover {
    transform: scale(1.1);
}

.circle-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #45a87de9, #3b817fde);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 5px 15px rgba(71, 136, 132, 0.705);
}

.circle-label {
    color: rgb(20, 6, 6);
    font-size: 0.8rem;
    font-weight: 500;
}

/* 内容区域 */
.creative-content {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.creative-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: none;
    align-items: center;
    justify-content: center;
}

.creative-section.active {
    display: flex;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section-container {
    max-width: 1200px;
    width: 100%;
    color: rgb(12, 6, 6);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #82caa6e4, #91e0da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* 创意卡片样式 */
.creative-card {
    background: rgb(118, 215, 187);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(32, 103, 78, 0.914);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.creative-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* 个人信息网格 */
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.profile-card {
    text-align: center;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #255757;
}

.profile-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(3, 6, 5);
}

.profile-card p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.detail-tag {
    background: rgba(41, 113, 96, 0.955);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

/* 爱好网格 */
.hobbies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.hobby-category {
    text-align: center;
}

.category-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #5ea69bea;
}

.hobby-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hobby-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    background: rgb(91, 189, 155);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hobby-item:hover {
    background: rgba(95, 177, 173, 0.842);
    transform: translateX(5px);
}

.hobby-emoji {
    font-size: 1.2rem;
}

/* 联系内容 */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.contact-item i {
    font-size: 1.2rem;
    color: #121b24;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(121, 162, 169, 0.548);
    border-radius: 25px;
    text-decoration: none;
    color: rgb(17, 5, 5);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(146, 230, 203, 0.675);
    transform: translateY(-2px);
}

/* 图片画廊 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.gallery-item {
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gallery-item.placeholder {
    background: rgba(91, 172, 158, 0.1);
    flex-direction: column;
    gap: 0.5rem;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .creative-nav {
        width: 80px;
    }
    
    .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .profile-grid {
        grid-template-columns: 1fr;
    }
    
    .hobbies-grid {
        grid-template-columns: 1fr;
    }
}
/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 创意空间页面样式 */
.cover-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.cover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    transition: filter 0.5s ease;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(186, 235, 232, 0.747) 0%, rgba(77, 112, 152, 0.531) 100%);
}

.cover-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: rgb(6, 3, 3);
}

.cover-card {
    background: rgba(109, 201, 157, 0.277);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: cardAppear 1s ease-out;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.creative-avatar {
    margin-bottom: 1.5rem;
}

.avatar-glow {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(135deg, #103322, #4dbcb6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glow 2s ease-in-out infinite alternate;
    box-shadow: 0 0 30px rgba(94, 160, 172, 0.5);
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px rgba(123, 200, 188, 0);
    }
    to {
        box-shadow: 0 0 40px rgba(123, 200, 188, 0.8);
    }
}

/* 新增美化效果 */

/* 浮动动画效果 */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* 按钮悬停效果增强 */
.enter-creative-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.enter-creative-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.enter-creative-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.enter-creative-btn:hover::before {
    left: 100%;
}

/* 标签卡片悬停效果 */
.creative-tag {
    transition: all 0.3s ease;
    cursor: pointer;
}

.creative-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.3);
}

/* 导航按钮悬停效果 */
.nav-circle-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-circle-btn:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.nav-circle-btn.active {
    animation: float 3s ease-in-out infinite;
}

/* 卡片悬停效果 */
.creative-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.creative-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* 背景粒子效果容器 */
.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

/* 1920×1080px专用美化样式 */

/* 封面卡片优化 */
.cover-card {
    background: rgba(109, 201, 157, 0.4);
    backdrop-filter: blur(25px);
    border-radius: 40px;
    padding: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    animation: cardAppear 1.2s ease-out;
    max-width: 600px;
    margin: 0 auto;
}

/* 头像发光效果增强 */
.avatar-glow {
    width: 160px;
    height: 160px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #103322, #4dbcb6, #91cfb4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glow 2.5s ease-in-out infinite alternate;
    box-shadow: 0 0 50px rgba(94, 160, 172, 0.6);
    position: relative;
}

.avatar-glow::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #103322, #4dbcb6, #91cfb4);
    border-radius: 50%;
    z-index: -1;
    filter: blur(15px);
    opacity: 0.7;
    animation: glow 3s ease-in-out infinite alternate-reverse;
}

.avatar-image {
    font-size: 4rem;
    color: white;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

/* 标题样式优化 */
.cover-title {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2c5530, #4dbcb6, #91cfb4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cover-subtitle {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 300;
}

/* 标签样式优化 */
.creative-tags {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.creative-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.creative-tag:hover {
    transform: translateY(-3px) scale(1.05);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* 按钮样式优化 */
.enter-creative-btn {
    background: linear-gradient(135deg, #4dbcb6, #91cfb4);
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(77, 188, 182, 0.4);
}

.enter-creative-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 50px rgba(77, 188, 182, 0.6);
    background: linear-gradient(135deg, #91cfb4, #4dbcb6);
}

.enter-creative-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.enter-creative-btn:hover::before {
    left: 100%;
}

.enter-creative-btn i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.enter-creative-btn:hover i {
    transform: rotate(180deg) scale(1.2);
}

/* 背景优化 */
.cover-background, .space-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.8) contrast(1.1);
    transition: filter 0.8s ease;
}

.cover-background:hover, .space-background:hover {
    filter: brightness(0.9) contrast(1.2);
}

/* 响应式优化 - 仅针对小屏幕设备 */
@media (max-width: 1920px) {
    html, body {
        width: 100vw;
        height: 100vh;
        transform: none;
        left: 0;
    }
    
    .cover-page, .creative-space {
        width: 100vw;
        height: 100vh;
    }
    
    .cover-card {
        max-width: 90%;
        padding: 3rem;
    }
    
    .cover-title {
        font-size: 3rem;
    }
}
    
    to {
        box-shadow: 0 0 40px rgba(7, 153, 153, 0.7);
    }


.avatar-image {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #f1b6d5;
}

.cover-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1e332e, #386b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cover-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.creative-tags {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.creative-tag {
    background: rgba(86, 99, 80, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(48, 65, 61, 0.3);
}

.enter-creative-btn {
    background: linear-gradient(135deg, #53aa87e8, #3f9586e8);
    color: rgba(17, 13, 13, 0.212);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(169, 250, 211, 0.408);
}

.enter-creative-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(107, 255, 203, 0.452);
}

/* 创意空间页面样式 */
.creative-space {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.space-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
}

/* 左侧圆形导航 */
.creative-nav {
    width: 120px;
    height: 100vh;
    background: rgb(123, 194, 171);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(92, 186, 153, 0.788);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-circle-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.nav-circle-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nav-circle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 15px;
}

.nav-circle-btn.active {
    background: rgba(42, 122, 88, 0.1);
}

.nav-circle-btn:hover {
    transform: scale(1.1);
}

.circle-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #45a87de9, #3b817fde);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 5px 15px rgba(71, 136, 132, 0.705);
}

.circle-label {
    color: rgb(20, 6, 6);
    font-size: 0.8rem;
    font-weight: 500;
}

/* 内容区域 */
.creative-content {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.creative-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: none;
    align-items: center;
    justify-content: center;
}

.creative-section.active {
    display: flex;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section-container {
    max-width: 1200px;
    width: 100%;
    color: rgb(12, 6, 6);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #82caa6e4, #91e0da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* 创意卡片样式 */
.creative-card {
    background: rgb(118, 215, 187);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(32, 103, 78, 0.914);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.creative-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* 个人信息网格 */
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.profile-card {
    text-align: center;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #255757;
}

.profile-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(3, 6, 5);
}

.profile-card p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.detail-tag {
    background: rgba(41, 113, 96, 0.955);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

/* 爱好网格 */
.hobbies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.hobby-category {
    text-align: center;
}

.category-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #5ea69bea;
}

.hobby-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hobby-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    background: rgb(91, 189, 155);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hobby-item:hover {
    background: rgba(95, 177, 173, 0.842);
    transform: translateX(5px);
}

.hobby-emoji {
    font-size: 1.2rem;
}

/* 联系内容 */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.contact-item i {
    font-size: 1.2rem;
    color: #121b24;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(121, 162, 169, 0.548);
    border-radius: 25px;
    text-decoration: none;
    color: rgb(17, 5, 5);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(146, 230, 203, 0.675);
    transform: translateY(-2px);
}

/* 图片画廊 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.gallery-item {
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gallery-item.placeholder {
    background: rgba(91, 172, 158, 0.1);
    flex-direction: column;
    gap: 0.5rem;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .creative-nav {
        width: 80px;
    }
    
    .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .profile-grid {
        grid-template-columns: 1fr;
    }
    
    .hobbies-grid {
        grid-template-columns: 1fr;
    }
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}