/* MissYou视频网站样式 - 粉红色系温馨设计主题 */

/* 基础样式 */
.font-roboto {
    font-family: 'Roboto', 'Noto Sans SC', sans-serif;
}

.miss-container {
    max-width: 1280px;
}

/* 导航栏样式 */
.miss-navbar {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
}

.miss-navbar nav a {
    transition: all 0.3s ease;
}

.miss-navbar nav a:hover {
    transform: translateY(-1px);
}

/* 按钮样式 */
.miss-btn {
    background: linear-gradient(135deg, #ec4899, #f43f5e);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
    color: white;
}

.miss-btn:hover {
    background: linear-gradient(135deg, #db2777, #e11d48);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.4);
}

.miss-btn-large {
    background: linear-gradient(135deg, #ec4899, #f43f5e);
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(236, 72, 153, 0.4);
    color: white;
}

.miss-btn-large:hover {
    background: linear-gradient(135deg, #db2777, #e11d48);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.5);
}

.miss-btn-outline {
    background: transparent;
    border: 2px solid #ec4899;
    color: #ec4899;
    transition: all 0.3s ease;
}

.miss-btn-outline:hover {
    background: linear-gradient(135deg, #ec4899, #f43f5e);
    border-color: #f43f5e;
    color: white;
    transform: translateY(-2px);
}

/* 卡片样式 */
.miss-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.miss-card:hover {
    transform: translateY(-8px);
    border-color: rgba(236, 72, 153, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 直播卡片样式 */
.live-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.live-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* 分类卡片样式 */
.category-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}

/* 特色分类卡片样式 */
.special-category-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.3s ease;
}

.special-category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 统计卡片样式 */
.stats-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(252, 231, 243, 0.7));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 评价卡片样式 */
.review-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 团队卡片样式 */
.team-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(236, 72, 153, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 社区帖子卡片样式 */
.community-post-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.community-post-card:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 社区侧边栏卡片样式 */
.community-sidebar-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.community-sidebar-card:hover {
    border-color: rgba(236, 72, 153, 0.3);
}

/* 规则卡片样式 */
.rule-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.rule-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 里程碑卡片样式 */
.milestone-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.milestone-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 72, 153, 0.3);
}

/* 联系信息样式 */
.contact-info {
    transition: all 0.3s ease;
}

.contact-info:hover {
    transform: translateY(-4px);
}

/* 动画效果 */
.miss-glow {
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.5);
}

.miss-glow:hover {
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.7);
}

.miss-text-glow {
    text-shadow: 0 0 30px rgba(236, 72, 153, 0.5);
}

.miss-float {
    animation: missFloat 3s ease-in-out infinite;
}

@keyframes missFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.miss-pulse {
    animation: missPulse 2s ease-in-out infinite;
}

@keyframes missPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.miss-particles {
    background-image: 
        radial-gradient(2px 2px at 20px 30px, rgba(236, 72, 153, 0.3), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(244, 63, 94, 0.3), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(219, 39, 119, 0.3), transparent),
        radial-gradient(1px 1px at 130px 80px, rgba(236, 72, 153, 0.3), transparent),
        radial-gradient(2px 2px at 160px 30px, rgba(244, 63, 94, 0.3), transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: missParticles 20s linear infinite;
}

@keyframes missParticles {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-200px, -100px); }
}

/* 英雄区域动画 */
.hero-animation {
    animation: heroFadeIn 1.5s ease-out;
}

@keyframes heroFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 视频播放器模型样式 */
.miss-video-mockup {
    perspective: 1000px;
}

/* 计数器动画 */
.counter-animation {
    animation: counterUp 2s ease-out;
}

@keyframes counterUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* 返回顶部按钮 */
#scroll-top {
    transition: all 0.3s ease;
}

#scroll-top.show {
    opacity: 1;
    transform: translateY(0);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .miss-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .text-5xl {
        font-size: 3rem;
    }
    
    .text-4xl {
        font-size: 2.5rem;
    }
    
    .text-2xl {
        font-size: 2rem;
    }
    
    .miss-navbar .flex {
        height: 14px;
    }
    
    .miss-navbar h1 {
        font-size: 1.5rem;
    }
    
    .miss-video-mockup .w-96 {
        width: 16rem;
    }
    
    .miss-video-mockup .h-64 {
        height: 12rem;
    }
}

@media (max-width: 640px) {
    .text-5xl {
        font-size: 2.5rem;
    }
    
    .text-4xl {
        font-size: 2rem;
    }
    
    .text-2xl {
        font-size: 1.75rem;
    }
    
    .grid {
        grid-template-columns: 1fr;
    }
    
    .space-x-4 > * + * {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .miss-video-mockup .w-96 {
        width: 14rem;
    }
    
    .miss-video-mockup .h-64 {
        height: 10rem;
    }
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(252, 231, 243, 0.5);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ec4899, #f43f5e);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #db2777, #e11d48);
}

/* 选择文本样式 */
::selection {
    background: rgba(236, 72, 153, 0.3);
    color: white;
}

::-moz-selection {
    background: rgba(236, 72, 153, 0.3);
    color: white;
}

/* 表单样式 */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

/* 复选框样式 */
input[type="checkbox"] {
    accent-color: #ec4899;
}

/* 加载动画 */
.loading-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 渐变文字效果 */
.gradient-text {
    background: linear-gradient(135deg, #ec4899, #f43f5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 悬停效果增强 */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 边框动画 */
.border-animate {
    position: relative;
    overflow: hidden;
}

.border-animate::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ec4899, transparent);
    animation: borderSlide 2s linear infinite;
}

@keyframes borderSlide {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* 直播状态指示器 */
.live-indicator {
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* 特殊效果 */
.shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* 视频播放器控制栏样式 */
.video-controls {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 进度条样式 */
.progress-bar {
    background: linear-gradient(90deg, #ec4899, #f43f5e);
    height: 4px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.progress-bar:hover {
    height: 6px;
}

/* 音量控制样式 */
.volume-slider {
    background: linear-gradient(90deg, #ec4899, #f43f5e);
    height: 4px;
    border-radius: 2px;
}

/* 全屏按钮样式 */
.fullscreen-btn {
    background: rgba(236, 72, 153, 0.2);
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s ease;
}

.fullscreen-btn:hover {
    background: rgba(236, 72, 153, 0.3);
    border-color: rgba(236, 72, 153, 0.5);
}