﻿body {
}
/* ========================================
   全局设置
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans SC', -apple-system, sans-serif;
    background: linear-gradient(180deg, #2a1b48 0%, #1a1230 38%, #120d22 100%);
    color: #e0e0e0;
}

/* ========================================
   布局组件
   ======================================== */

/* 大图区 */
.banner {
    width: calc(100%);
    background: transparent;
    background-size: cover;
    background-position: center;
}

/* 分割线 */
.divider {
    margin: 8px;
    /*height: 1px;*/
    background: rgba(124, 58, 237, 0.2);
}

/* 三行文字信息 */
.info-section {
    padding: 0 6px;
    margin-bottom: 8px;
}

.shop-name {
    font-size: 16px;
    font-weight: bold;
    color: #e0e0e0;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

.info-line {
    font-size: 0.875rem;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.icon {
    color: #a855f7;
    font-size: 0.75rem;
}

/* 官方公告卡片 */
.announcement-card {
    background: rgba(30, 20, 60, 0.6);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 16px;
    padding: 0px;
    margin: 0 6px 16px;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.2);
    backdrop-filter: blur(10px);
}

.announcement-header {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.announcement-icon {
/*    background: #fef3c7;*/
    padding: 8px;
    border-radius: 50%;
    color: #d97706;
}

.announcement-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #e0e0e0;
}

.announcement-text {
    font-size: 0.75rem;
    color: #c29ce8;
    margin-top: 5px;
}

/* 导航按钮 */
.action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 6px;
}

.btn-nav, .btn-wifi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 12px;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #c29ce8;
    background: #07091d;
    /*border-radius: 12px;
    border: 1px solid rgba(0, 212, 255, 0.4);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);*/
    border: 1px solid rgba(147, 51, 234, 0.25);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

.btn-nav:hover, .btn-wifi:hover {
    /*background: rgba(0, 212, 255, 0.2);*/
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

/* 纯文字公告 */
.promo-text {
    text-align: center;
    font-size: 0.875rem;
    color: #a855f7;
    font-weight: 600;
    padding: 0 16px;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

/* 功能块核心非对称网格结构 */
.grid-section {
    display: grid;
    grid-template-columns: 1.35fr 2fr;
    gap: 8px;
    min-height: 260px;
    padding: 0 6px;
    margin-bottom: 10px;
}


/* 左侧卡片 - 订台 */
.booking-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../images/booking-card.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #090c18;
}
.booking-card-title {
    padding: 14px;
}
.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.card-desc {
    font-size: 14px;
    color: #a855f7;
}

/* 右侧垂直弹性包 */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 右上卡片 - 酒水菜单 */
.menu-card {
    height: 105px;
    background-image: url(../images/menu-card.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #090c18;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.menu-card-title {
    padding: 14px;
}

/* 右下并列网格 */
.sub-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sub-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub-card-title {
    padding: 12px;
}

.sub-card.group-buy {
    background-image: url(../images/sub-card-group-buy.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right -5px bottom -5px;
    background-color: #090c18;
}

.sub-card.wine {
    background-image: url(../images/sub-card-wine.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right -5px bottom -5px;
    background-color: #090c18;
}
/* ==========================================
           3. 霓虹科技感复用样式 (Neon Effects)
========================================== */
.neon-card {
    position: relative;
    overflow: hidden;
    /*border: 1px solid #d946ef;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(217, 70, 239, .45), inset 0 0 18px rgba(147, 51, 234, .14);*/
    border: 1px solid rgba(147, 51, 234, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

.text-glow {
    text-shadow: 0 0 6px rgba(192, 132, 252, 0.8), 0 0 12px rgba(147, 51, 234, 0.4);
}

/* 底部留白 */
.bottom-spacer {
    height: 80px;
}

/* 底部导航栏 */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.95);
    border-top: 1px solid rgba(124, 58, 237, 0.3);
    box-shadow: 0 -4px 15px rgba(124, 58, 237, 0.2);
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s;
}

    .nav-item i {
        font-size: 1.25rem;
    }

    .nav-item:hover {
        color: #a855f7;
    }

    .nav-item.active {
        color: #a855f7;
        text-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
    }

/* 响应式优化 */
@media (max-width: 360px) {
    .banner {
        height: 160px;
    }

    .feature-title {
        font-size: 0.875rem;
    }
}

/* ========================================
   霓虹灯效果
   ======================================== */
.neon-text {
    color: #ff6bdf;
    text-shadow: 
        0 0 5px rgba(255, 107, 223, 0.8),
        0 0 10px rgba(255, 107, 223, 0.6),
        0 0 20px rgba(255, 107, 223, 0.4),
        0 0 40px rgba(255, 107, 223, 0.3);
}

.neon-text-blue {
    color: #00d4ff;
    text-shadow: 
        0 0 5px rgba(0, 212, 255, 0.8),
        0 0 10px rgba(0, 212, 255, 0.6),
        0 0 20px rgba(0, 212, 255, 0.4),
        0 0 40px rgba(0, 212, 255, 0.3);
}

.neon-text-purple {
    color: #a855f7;
    text-shadow: 
        0 0 5px rgba(168, 85, 247, 0.8),
        0 0 10px rgba(168, 85, 247, 0.6),
        0 0 20px rgba(168, 85, 247, 0.4),
        0 0 40px rgba(168, 85, 247, 0.3);
}

/* 卡片霓虹边框效果 */
.neon-border {
    border: 1px solid rgba(168, 85, 247, 0.5);
    box-shadow: 
        0 0 10px rgba(168, 85, 247, 0.3),
        inset 0 0 10px rgba(168, 85, 247, 0.1);
}

/* 脉冲动画效果 */
@keyframes neonPulse {
    0%, 100% {
        text-shadow: 
            0 0 5px rgba(255, 107, 223, 0.8),
            0 0 10px rgba(255, 107, 223, 0.6),
            0 0 20px rgba(255, 107, 223, 0.4);
    }
    50% {
        text-shadow: 
            0 0 10px rgba(255, 107, 223, 1),
            0 0 20px rgba(255, 107, 223, 0.8),
            0 0 40px rgba(255, 107, 223, 0.6),
            0 0 60px rgba(255, 107, 223, 0.4);
    }
}

.neon-text-pulse {
    animation: neonPulse 2s ease-in-out infinite;
}

/* 渐变文字效果 */
.gradient-text {
    background: linear-gradient(90deg, #ff6bdf, #a855f7, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}