/* Tonight's Picks - Original SceneLink Styling */

/* Page Header - Match Events Modern */
.page-header {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, var(--dark-bg, #1a1a1a), var(--dark-card, #2d2d2d));
    text-align: center;
}

.page-header h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: var(--spacing-md, 16px);
    background: linear-gradient(135deg, var(--text-primary, #ffffff), var(--gold-light, #E5C158));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-header p {
    color: var(--text-secondary, #ccc);
    font-size: 1.2rem;
    margin: 0 0 40px 0;
}

/* Time Segments */
.time-segments {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.time-segment {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 48px;
}

.time-segment:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.time-segment.active {
    background: #D4AF37;
    color: #000;
    font-weight: 600;
}

/* Vibe Chips */
.vibe-chips-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.vibe-chip {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 44px;
}

.vibe-chip:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.vibe-chip.active {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    color: #D4AF37;
    font-weight: 600;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 32px;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.section-header p {
    font-size: 1.1rem;
    color: #ccc;
    margin: 0;
}

/* Featured Section */
.featured-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.featured-card {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 40px rgba(212, 175, 55, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 60px rgba(212, 175, 55, 0.15);
}

.featured-venue-card {
    cursor: pointer;
}

.featured-image {
    position: relative;
    width: 100%;
    padding-top: 45%;
    overflow: hidden;
    background: #1a1a1a;
}

.featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.featured-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%);
    color: #000;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.featured-content {
    padding: 24px;
}

.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 16px;
}

.featured-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.featured-type {
    font-size: 0.95rem;
    color: #D4AF37;
    font-weight: 500;
    margin: 0;
}

.featured-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
    color: #D4AF37;
    font-weight: 700;
    background: rgba(212, 175, 55, 0.1);
    padding: 6px 12px;
    border-radius: 12px;
}

.featured-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-price {
    font-weight: 600;
    color: #D4AF37;
}

.featured-neighborhood {
    color: #fff;
}

.featured-distance {
    color: #999;
}

.featured-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 16px;
    background: rgba(212, 175, 55, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    border-left: 3px solid #D4AF37;
}

.featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.featured-actions {
    display: flex;
    gap: 12px;
}

.featured-btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%);
    border: none;
    color: #000;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.featured-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.featured-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.featured-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #D4AF37;
}

/* Personalized Section */
.personalized-section {
    padding: 60px 0;
    background: transparent;
}

.personalized-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    text-align: left;
}

.personalized-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.refresh-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.refresh-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Category Tabs */
.category-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 32px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.category-tab {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-height: 44px;
}

.category-tab:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.category-tab.active {
    background: rgba(212, 175, 55, 0.15);
    color: #D4AF37;
    font-weight: 600;
}

/* Personalized Picks Grid */
.personalized-picks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Social CTA Section */
.social-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.social-cta-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.social-cta-text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.social-cta-text p {
    font-size: 1.1rem;
    color: #ccc;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.social-cta-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-cta-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 12px;
}

.social-cta-benefits i {
    color: #D4AF37;
    font-size: 1.1rem;
}

.social-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.social-cta-primary {
    background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%);
    border: none;
    color: #000;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
    min-width: 200px;
    justify-content: center;
}

.social-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}

.social-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 180px;
    justify-content: center;
}

.social-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #D4AF37;
}

.social-cta-note {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-cta-note i {
    color: #D4AF37;
    font-size: 0.9rem;
}

/* All Picks Section */
.all-picks-section {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.02);
}

.picks-category {
    margin-bottom: 48px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.category-header h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.view-all-link {
    color: #D4AF37;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.view-all-link:hover {
    color: #E5C158;
    text-decoration: underline;
}

.picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Friends Section */
.friends-section {
    padding: 60px 0;
    background: transparent;
}

.friends-activity {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

/* Unified Venue Card */
.venue-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.venue-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.venue-card-image {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: #1a1a1a;
}

.venue-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.venue-card:hover .venue-card-image img {
    transform: scale(1.05);
}

.venue-save-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.venue-save-btn:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.4);
    transform: scale(1.1);
}

.venue-save-btn.saved {
    background: rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.6);
    color: #D4AF37;
}

.venue-card-content {
    padding: 16px;
}

.venue-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 12px;
}

.venue-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.venue-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #D4AF37;
    font-weight: 600;
}

.venue-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 12px;
}

.venue-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.venue-tag {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #D4AF37;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.venue-status {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 12px;
}

.venue-actions {
    display: flex;
    gap: 8px;
}

.venue-btn-primary {
    flex: 1;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #D4AF37;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

.venue-btn-primary:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    color: #fff;
}

/* Friend Activity Card */
.friend-activity-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.friend-activity-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.friend-venue-header {
    margin-bottom: 12px;
}

.friend-venue-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.friend-activity-type {
    font-size: 0.8rem;
    color: #D4AF37;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.friend-avatars {
    display: flex;
    align-items: center;
    gap: -8px;
    margin-bottom: 12px;
}

.friend-avatar-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    transition: border-color 0.3s ease;
}

.friend-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #D4AF37;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.friend-more {
    margin-left: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.friend-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.friend-status {
    font-size: 0.8rem;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
}

.friend-status i {
    color: #D4AF37;
    font-size: 0.9rem;
}

.friend-join-btn {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #D4AF37;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.friend-join-btn:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .time-segments {
        max-width: 100%;
    }
    
    .time-segment {
        font-size: 0.8rem;
        padding: 10px 12px;
    }
    
    .vibe-chips-container {
        gap: 8px;
    }
    
    .vibe-chip {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    .personalized-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .category-tabs {
        gap: 2px;
    }
    
    .category-tab {
        font-size: 0.8rem;
        padding: 10px 16px;
    }
    
    .personalized-picks,
    .picks-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .friends-activity {
        grid-template-columns: 1fr;
    }
    
    /* Featured Section Mobile */
    .featured-card {
        max-width: 100%;
        margin: 0 20px;
    }
    
    .featured-content {
        padding: 20px;
    }
    
    .featured-name {
        font-size: 1.2rem;
    }
    
    .featured-actions {
        flex-direction: column;
    }
    
    /* Social CTA Mobile */
    .social-cta-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .social-cta-text h3 {
        font-size: 1.6rem;
    }
    
    .social-cta-actions {
        align-items: center;
        width: 100%;
    }
    
    .social-cta-primary,
    .social-cta-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .social-cta-benefits {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .tonights-picks-hero {
        padding: 30px 15px 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .personalized-header h3,
    .category-header h3 {
        font-size: 1.2rem;
    }
}