
/*
Theme Name: BBVIPKS Live Pro
Theme URI: https://example.com/bbvipks-live
Author: ChatGPT + User
Author URI: https://example.com
Description: Dark neon theme për Big Brother VIP Kosova – live stream, multi-kanale, prime night & highlights.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbvipks
*/

:root {
    --bb-bg: #050509;
    --bb-card: #101018;
    --bb-accent: #ff004c;
    --bb-accent-soft: rgba(255,0,76,0.12);
    --bb-text: #f5f5f7;
    --bb-muted: #a0a0b8;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #1b1b2b 0, #050509 55%, #000 100%);
    color: var(--bb-text);
}

a {
    color: var(--bb-accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: linear-gradient(to right, rgba(5,5,9,0.96), rgba(10,10,18,0.96));
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-circle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0%, #ff9fbf 0, #ff004c 40%, #a000ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 0 24px rgba(255,0,76,0.5);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-text span:first-child {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bb-muted);
}

.logo-text span:last-child {
    font-size: 1rem;
    font-weight: 700;
}

.main-nav {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
}

.main-nav a {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    color: var(--bb-muted);
    transition: all 0.15s ease-out;
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
    background: var(--bb-accent-soft);
    color: var(--bb-text);
}

.live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(0,0,0,0.4);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-muted);
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--bb-accent);
    box-shadow: 0 0 12px rgba(255,0,76,0.8);
    animation: pulse 1.1s infinite alternate;
}

@keyframes pulse {
    from { transform: scale(1); opacity: 0.9; }
    to { transform: scale(1.4); opacity: 0.4; }
}

.site-main {
    max-width: 1120px;
    margin: 1.5rem auto 2.5rem;
    padding: 0 1.25rem;
}

/* HERO GRID */
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 1.5rem;
    align-items: stretch;
}

.hero-player {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    background: radial-gradient(circle at top, #2b1630, #050509);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 24px 60px rgba(0,0,0,0.8);
}

.hero-player iframe,
.hero-player video {
    width: 100%;
    height: min(58vh, 420px);
    border: 0;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 1.1rem 1.2rem 1.4rem;
    background: linear-gradient(to top, rgba(3,2,8,0.96), rgba(3,2,8,0.8), transparent);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.hero-title a {
    color: var(--bb-text);
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-desc {
    font-size: 0.85rem;
    color: var(--bb-muted);
    margin-top: 0.35rem;
}

.hero-side {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.hero-card {
    background: linear-gradient(135deg, rgba(16,16,24,0.96), rgba(10,10,18,0.96));
    border-radius: 1.1rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.08);
}

.hero-card h2 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.hero-card p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--bb-muted);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: var(--bb-accent-soft);
    color: var(--bb-accent);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.badge span {
    font-size: 0.7rem;
}

.episode-list {
    margin-top: 1.6rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

.section-header h2 {
    font-size: 0.98rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--bb-muted);
    margin: 0;
}

.section-header a {
    font-size: 0.8rem;
    color: var(--bb-muted);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.card {
    background: radial-gradient(circle at top left, rgba(255,0,76,0.14), rgba(10,10,18,0.96));
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.card-thumb {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.card-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-thumb::after {
    content: "▶";
    position: absolute;
    bottom: 0.9rem;
    right: 0.9rem;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.75rem;
    box-shadow: 0 0 18px rgba(0,0,0,0.9);
}

.card-body {
    padding: 0.75rem 0.9rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.card-title a {
    color: var(--bb-text);
    font-size: 0.9rem;
    font-weight: 600;
}

.card-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--bb-muted);
}

.card-tag {
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
    background: rgba(0,0,0,0.5);
    font-size: 0.75rem;
}

.card-date {
    font-size: 0.75rem;
}

/* FOOTER */
.site-footer {
    border-top: 1px solid rgba(255,255,255,0.06);
    background: linear-gradient(to right, #050509, #090814);
    color: var(--bb-muted);
    padding: 1.5rem 1.25rem 2rem;
    margin-top: 2rem;
}

.footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.78rem;
}

.footer-inner a {
    color: var(--bb-muted);
}

/* TABS KANALE */
.bb-tabs {
    padding: 0.7rem 0.9rem 0.4rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bb-tab-btn {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.4);
    color: var(--bb-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    cursor: pointer;
}

.bb-tab-btn.active {
    background: var(--bb-accent);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 18px rgba(255,0,76,0.6);
}

.bb-tab-content {
    display: none;
}

.bb-tab-content.active {
    display: block;
}

/* CHAT FAKE LIVE */
.bb-chat-wrap {
    margin-top: 1rem;
    background: radial-gradient(circle at top left, rgba(160,0,255,0.16), rgba(5,5,12,0.98));
    border-radius: 1.1rem;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.85rem 0.9rem;
}

.bb-chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.bb-chat-header h3 {
    margin: 0;
    font-size: 0.9rem;
}

.bb-chat-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--bb-muted);
}

.bb-chat-box {
    max-height: 210px;
    overflow-y: auto;
    padding-right: 0.3rem;
    font-size: 0.8rem;
}

.bb-chat-msg {
    margin-bottom: 0.45rem;
    display: flex;
    gap: 0.4rem;
}

.bb-chat-name {
    font-weight: 600;
    color: #ff9fbf;
}

.bb-chat-text {
    color: var(--bb-text);
}

.bb-chat-ghost-input {
    margin-top: 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 0.25rem 0.7rem;
    font-size: 0.78rem;
    color: var(--bb-muted);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PRIME & NOMINIME PAGE LAYOUT */
.bb-archive-header {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: radial-gradient(circle at top, rgba(255,0,76,0.16), rgba(10,10,18,0.96));
    border: 1px solid rgba(255,255,255,0.1);
}

.bb-archive-header h1 {
    margin: 0 0 0.3rem;
    font-size: 1.2rem;
}

.bb-archive-header p {
    margin: 0;
    font-size: 0.86rem;
    color: var(--bb-muted);
}

@media (max-width: 880px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-player iframe,
    .hero-player video {
        height: min(54vh, 360px);
    }

    .main-nav {
        display: none;
    }
}
