/* ============================================================
   COMMUNITY HUB — LIGHT/WARM THEME
   Etkinlik Takvimi + Topluluk Alanı
   ============================================================ */

/* ---------- PAGE BODY OVERRIDE ---------- */
.cal-page {
    background: #fefdf5;
    color: #2c2418;
}

/* ---------- LAYER 1: INFO STRIP ---------- */
.cal-info-strip {
    padding-top: 80px;
    background: linear-gradient(135deg, #fef9e7 0%, #fdf2d5 50%, #fce8b2 100%);
    border-bottom: 2px solid rgba(201, 168, 76, 0.25);
    position: relative;
}

.cal-info-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cal-info-strip-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
}

.cal-info-strip-left {
    flex-shrink: 0;
}

.cal-strip-title {
    font-family: var(--font-hero);
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
    white-space: nowrap;
}

.cal-info-strip-center {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #5a4a32;
}

.cal-stat-pill strong {
    color: #8a6d1b;
    font-weight: 700;
}

.cal-stat-divider {
    color: #c9a84c;
    font-size: 0.6rem;
}

.cal-info-strip-right {
    flex-shrink: 0;
}

/* ---------- LAYER 2: FEATURED SPOTLIGHT ---------- */
.cal-spotlight {
    background: linear-gradient(180deg, #fce8b2 0%, #fefdf5 100%);
    padding: 24px 24px 32px;
    padding-top: calc(var(--nav-height, 64px) + 24px);
}

.cal-spotlight-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(201, 168, 76, 0.35);
    box-shadow: 0 16px 56px rgba(44, 36, 24, 0.12), 0 0 0 1px rgba(201, 168, 76, 0.1);
}

.cal-spotlight-image {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.cal-spotlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cal-spotlight-inner:hover .cal-spotlight-image img {
    transform: scale(1.04);
}

/* Dark info panel */
.cal-spotlight-info {
    position: relative;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(145deg, #2c2418 0%, #3d3222 40%, #2a2015 100%);
    color: #f5e6c8;
    justify-content: center;
}

/* Ottoman decorative corners */
.cal-ottoman-corner {
    position: absolute;
    width: 36px;
    height: 36px;
    border-color: #c9a84c;
    border-style: solid;
    opacity: 0.6;
}

.cal-corner-tl {
    top: 12px;
    left: 12px;
    border-width: 2px 0 0 2px;
    border-radius: 4px 0 0 0;
}

.cal-corner-tr {
    top: 12px;
    right: 12px;
    border-width: 2px 2px 0 0;
    border-radius: 0 4px 0 0;
}

.cal-corner-bl {
    bottom: 12px;
    left: 12px;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 4px;
}

.cal-corner-br {
    bottom: 12px;
    right: 12px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 4px 0;
}

.cal-spotlight-title {
    font-family: var(--font-hero);
    font-size: 1.45rem;
    font-weight: 700;
    color: #f5e6c8;
    margin: 0;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cal-spotlight-detail {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: #c9a84c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cal-spotlight-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: rgba(245, 230, 200, 0.75);
    line-height: 1.65;
    margin: 4px 0 0;
}

.cal-spotlight-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.cal-airbnb-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.cal-airbnb-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.cal-airbnb-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cal-btn-spotlight {
    padding: 12px 28px;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2c2418;
    background: linear-gradient(135deg, #c9a84c, #e8d48b);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
}

.cal-btn-spotlight:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);
    background: linear-gradient(135deg, #e8d48b, #c9a84c);
}

.cal-spotlight-countdown {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    color: #c9a84c;
}

/* ---------- LAYER 3: CAROUSEL ---------- */
.cal-carousel-section {
    background: #fefdf5;
    padding: 32px 24px 40px;
}

.cal-carousel-header {
    max-width: 1200px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cal-carousel-title {
    font-family: var(--font-hero);
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
}

.cal-carousel-nav {
    display: flex;
    gap: 8px;
}

.cal-carousel-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(201, 168, 76, 0.3);
    background: #fff;
    color: #8a6d1b;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cal-carousel-arrow:hover {
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    color: #fff;
    border-color: #c9a84c;
    transform: scale(1.05);
}

.cal-carousel-track-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.cal-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 4px 16px;
    scrollbar-width: none;
}

.cal-carousel-track::-webkit-scrollbar {
    display: none;
}

.cal-carousel-card {
    flex: 0 0 230px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid rgba(201, 168, 76, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.cal-carousel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border-color: rgba(201, 168, 76, 0.3);
}

.cal-ccard-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.cal-ccard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.cal-carousel-card:hover .cal-ccard-image img {
    transform: scale(1.08);
}

.cal-ccard-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cal-ccard-title {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
    line-height: 1.3;
}

.cal-ccard-meta {
    display: flex;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: #8a7c65;
}

.cal-btn-book--sm {
    margin-top: 4px;
    padding: 7px 14px;
    font-size: 0.7rem;
}

/* ---------- LAYER 4: BOTTOM AREA ---------- */
.cal-bottom-section {
    background: #fefdf5;
    padding: 0 24px 60px;
}

.cal-bottom-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
}




.cal-past-title {
    font-family: var(--font-hero);
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0 0 20px;
}

.cal-past-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1.5px solid rgba(201, 168, 76, 0.12);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all 0.3s;
    position: relative;
}

.cal-past-card:hover {
    border-color: rgba(201, 168, 76, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.cal-past-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.cal-past-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cal-past-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cal-past-name {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
}

.cal-past-date {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #8a7c65;
    font-weight: 500;
}

.cal-past-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.cal-past-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--color-success-dark);
    background: rgba(46, 204, 113, 0.1);
    border: 1px solid rgba(46, 204, 113, 0.2);
    padding: 3px 10px;
    border-radius: 20px;
}

.cal-hero.cal-hero--compact .cal-hero-title {
    font-family: var(--font-hero);
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
    white-space: nowrap;
}

.cal-hero.cal-hero--compact .cal-hero-subtitle {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #5a4e3f;
    margin: 2px 0 0;
    line-height: 1.4;
}

.cal-hero-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* ---------- LOGIN (INLINE IN HERO) ---------- */

/* Logged out state */
.cal-login-prompt {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.cal-login-prompt-text {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: #5a4e3f;
}

.cal-login-prompt-text strong {
    color: #2c2418;
}

.cal-login-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cal-login-input {
    width: 180px;
    padding: 9px 14px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #2c2418;
    background: #fefdf5;
    border: 1.5px solid rgba(201, 168, 76, 0.3);
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.cal-login-input:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.cal-login-input::placeholder {
    color: #b8a88a;
}

.cal-login-btn {
    padding: 9px 20px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cal-login-btn:hover {
    background: linear-gradient(135deg, #d4b055, #a07a1a);
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.3);
    transform: translateY(-1px);
}

/* Logged in state */
.cal-user-bar {
    display: none;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.cal-user-bar.active {
    display: flex;
}

.cal-login-prompt.hidden {
    display: none;
}

.cal-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cal-user-greeting {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #2c2418;
}

.cal-user-greeting strong {
    font-weight: 600;
    color: #8a6d1b;
}

.cal-logout-btn {
    margin-left: auto;
    padding: 6px 14px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    color: #8a6d1b;
    background: rgba(201, 168, 76, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.cal-logout-btn:hover {
    background: rgba(201, 168, 76, 0.15);
    border-color: rgba(201, 168, 76, 0.4);
}

/* Online counter */
.cal-online-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.2);
    border-radius: 20px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--color-success-dark);
    font-weight: 500;
}

.cal-online-dot {
    width: 7px;
    height: 7px;
    background: var(--color-success);
    border-radius: 50%;
    animation: calPulse 2s ease-in-out infinite;
}

@keyframes calPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

/* ---------- CONTAINER ---------- */
.cal-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- LEADERBOARD ---------- */
.cal-leaderboard-section {
    padding: 50px 0 40px;
    background: linear-gradient(180deg, #fefdf5 0%, #fff 100%);
}

.cal-lb-header {
    text-align: center;
    margin-bottom: 32px;
}

.cal-lb-header-emoji {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 8px;
}

.cal-lb-title {
    font-family: var(--font-hero);
    font-size: 2rem;
    font-weight: 700;
    color: #2c2418;
    margin-bottom: 6px;
}

.cal-lb-subtitle {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #8a7c65;
}

/* Podium */
.cal-podium {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 32px;
    padding: 0 20px;
}

.cal-podium-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px 16px;
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid rgba(201, 168, 76, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    min-width: 160px;
    cursor: default;
}

.cal-podium-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(201, 168, 76, 0.35);
}

.cal-podium-item.gold {
    border-color: rgba(212, 168, 67, 0.4);
    background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
    box-shadow: 0 8px 30px rgba(212, 168, 67, 0.12);
    padding-bottom: 24px;
}

.cal-podium-rank {
    position: absolute;
    top: -14px;
    font-size: 1.6rem;
}

.cal-podium-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.cal-podium-item.gold .cal-podium-avatar {
    width: 68px;
    height: 68px;
    font-size: 1.5rem;
    box-shadow: 0 4px 16px rgba(212, 168, 67, 0.3);
}

.cal-podium-name {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c2418;
    margin-bottom: 4px;
}

.cal-podium-score {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: #8a6d1b;
    font-weight: 600;
}

.cal-podium-event {
    font-family: var(--font-body);
    font-size: 0.7rem;
    color: #8a7c65;
    margin-top: 4px;
}

.cal-podium-likes {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.cal-podium-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    color: #8a7c65;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.cal-podium-like-btn:hover,
.cal-podium-like-btn.liked {
    color: var(--color-error);
    background: rgba(231, 76, 60, 0.06);
    border-color: rgba(231, 76, 60, 0.2);
}

/* Scoreboard table */
.cal-scoreboard {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(201, 168, 76, 0.12);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.cal-scoreboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: rgba(201, 168, 76, 0.04);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.cal-scoreboard-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: #2c2418;
}

.cal-scoreboard-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cal-scoreboard-row {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: background 0.2s;
}

.cal-scoreboard-row:hover {
    background: rgba(201, 168, 76, 0.03);
}

.cal-scoreboard-row:last-child {
    border-bottom: none;
}

.cal-sb-rank {
    width: 32px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: #b8a88a;
}

.cal-sb-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    margin-right: 12px;
    flex-shrink: 0;
}

.cal-sb-name {
    flex: 1;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c2418;
}

.cal-sb-events {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #8a7c65;
    margin-right: 20px;
}

.cal-sb-score {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: #8a6d1b;
    min-width: 60px;
    text-align: right;
}

/* ---------- MAIN LAYOUT ---------- */
.cal-main-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    padding: 24px 0 60px;
}

/* ---------- SIDEBAR ---------- */
.cal-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 90px;
    align-self: start;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(201, 168, 76, 0.2) transparent;
}

.cal-sidebar::-webkit-scrollbar {
    width: 4px;
}

.cal-sidebar::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.25);
    border-radius: 4px;
}

.cal-sidebar-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.cal-sidebar-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.cal-sidebar-card-header h3 {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0;
    flex: 1;
}

.cal-sidebar-card-header>span:first-child {
    font-size: 1.1rem;
}

/* Sidebar toggle (collapsible) */
.cal-sidebar-toggle {
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    transition: margin-bottom 0.3s;
}

.cal-sidebar-toggle[aria-expanded="true"] {
    margin-bottom: 12px;
}

.cal-toggle-arrow {
    font-size: 0.9rem;
    color: #8a7c65;
    transition: transform 0.3s;
    margin-left: auto;
}

.cal-sidebar-toggle.collapsed .cal-toggle-arrow {
    transform: rotate(-90deg);
}

.cal-sidebar-card-body {
    transition: max-height 0.4s ease, opacity 0.3s;
    overflow: hidden;
}

.cal-sidebar-card-body.collapsed {
    max-height: 0 !important;
    opacity: 0;
    padding: 0;
}

/* Compact Podium in Sidebar */
.cal-podium--compact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding: 0;
}

.cal-podium--compact .cal-podium-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: rgba(254, 253, 245, 0.7);
    border: 1px solid rgba(201, 168, 76, 0.1);
    border-radius: 12px;
    transition: background 0.2s;
    min-width: 0;
    box-shadow: none;
    position: relative;
    cursor: default;
}

.cal-podium--compact .cal-podium-item:hover {
    background: rgba(201, 168, 76, 0.06);
}

.cal-podium--compact .cal-podium-item.gold {
    background: linear-gradient(135deg, rgba(253, 203, 110, 0.12), rgba(225, 112, 85, 0.06));
    border-color: rgba(201, 168, 76, 0.2);
    padding-bottom: 8px;
    box-shadow: none;
}

.cal-podium--compact .cal-podium-rank {
    font-size: 1rem;
    flex-shrink: 0;
    position: static;
    top: auto;
}

.cal-podium--compact .cal-podium-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.cal-podium--compact .cal-podium-item.gold .cal-podium-avatar {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
    box-shadow: none;
}

.cal-podium--compact .cal-podium-name {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: #2c2418;
    flex: 1;
}

.cal-podium--compact .cal-podium-score {
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: #8a6d1b;
    font-weight: 600;
}

.cal-podium--compact .cal-podium-event,
.cal-podium--compact .cal-podium-likes {
    display: none;
}

.cal-podium--compact .cal-podium-like-btn {
    font-size: 0.72rem;
    padding: 3px 8px;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cal-podium--compact .cal-podium-like-btn:hover {
    background: rgba(201, 168, 76, 0.12);
}

/* Compact Active Games in Sidebar */
.cal-live-game--compact {
    border: 1px solid rgba(201, 168, 76, 0.1);
    border-radius: 12px;
    padding: 10px;
    background: rgba(254, 253, 245, 0.5);
    margin-bottom: 8px;
}

.cal-live-game--compact:last-child {
    margin-bottom: 0;
}

.cal-live-game--compact .cal-live-game-header {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.cal-live-game--compact .cal-live-game-name {
    font-size: 0.78rem;
    font-family: var(--font-heading);
    margin: 0;
}

.cal-live-game--compact .cal-live-game-location {
    font-size: 0.68rem;
    margin-left: auto;
}

.cal-live-game--compact .cal-live-messages {
    max-height: 80px;
    overflow-y: auto;
    padding: 4px 0;
}

.cal-live-game--compact .cal-live-msg {
    font-size: 0.72rem;
    padding: 3px 0;
}

.cal-live-game--compact .cal-live-input-wrap {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

.cal-live-game--compact .cal-live-input {
    flex: 1;
    padding: 5px 8px;
    font-size: 0.72rem;
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 8px;
    background: #fff;
    outline: none;
}

.cal-live-game--compact .cal-live-send {
    padding: 5px 10px;
    font-size: 0.75rem;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Small pulsing dot for sidebar live badge */
.cal-live-pulse-sm {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-error);
    animation: calPulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes calPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.cal-live-badge--sm {
    font-size: 0.55rem;
    padding: 2px 6px;
    background: linear-gradient(135deg, var(--color-error), #c0392b);
    color: #fff;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 1px;
}

/* ---------- NAV CTA OVERRIDE ---------- */
.cal-nav-login-cta.logged-in {
    background: linear-gradient(135deg, var(--color-success), var(--color-success-dark)) !important;
    pointer-events: none;
    font-size: 0.7rem;
}

/* ---------- LIVE GAMES (AKTİF OYUNLAR) ---------- */
.cal-live-games-section {
    padding: 40px 0 30px;
    background: linear-gradient(180deg, #fff 0%, #fefdf5 100%);
}

.cal-live-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.cal-live-pulse {
    width: 10px;
    height: 10px;
    background: var(--color-error);
    border-radius: 50%;
    animation: calLivePulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(231, 76, 60, 0.4);
}

@keyframes calLivePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.cal-live-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c2418;
}

.cal-live-badge {
    padding: 3px 10px;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    background: linear-gradient(135deg, var(--color-error), #c0392b);
    border-radius: 20px;
    animation: calLivePulse 1.5s ease-in-out infinite;
}

.cal-live-subtitle {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #8a7c65;
    margin-bottom: 28px;
}

.cal-live-games {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cal-live-game {
    background: #fff;
    border: 1.5px solid rgba(231, 76, 60, 0.15);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.cal-live-game:hover {
    border-color: rgba(231, 76, 60, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.cal-live-game-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.04), rgba(255, 255, 255, 0));
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}

.cal-live-dot {
    width: 8px;
    height: 8px;
    background: var(--color-success);
    border-radius: 50%;
    animation: calPulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

.cal-live-game-name {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #2c2418;
    flex: 1;
    min-width: 120px;
}

.cal-live-game-location,
.cal-live-game-team {
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: #8a7c65;
    background: rgba(201, 168, 76, 0.06);
    padding: 3px 8px;
    border-radius: 12px;
    border: 1px solid rgba(201, 168, 76, 0.12);
    white-space: nowrap;
}

.cal-live-chat {
    padding: 0;
}

.cal-live-messages {
    padding: 14px 18px;
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cal-live-msg {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #2c2418;
    line-height: 1.5;
    flex-wrap: wrap;
}

.cal-live-msg-user {
    font-weight: 600;
    white-space: nowrap;
}

.cal-live-msg-time {
    font-size: 0.68rem;
    color: #b8a88a;
    margin-left: auto;
    white-space: nowrap;
}

.cal-live-msg.system {
    background: rgba(46, 204, 113, 0.06);
    border: 1px solid rgba(46, 204, 113, 0.15);
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 500;
    color: var(--color-success-dark);
    justify-content: center;
    text-align: center;
}

.cal-live-msg.system span {
    font-size: 0.78rem;
}

.cal-live-input-wrap {
    display: flex;
    gap: 8px;
    padding: 12px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(254, 253, 245, 0.5);
}

.cal-live-input {
    flex: 1;
    padding: 9px 14px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #2c2418;
    background: #fff;
    border: 1.5px solid rgba(201, 168, 76, 0.2);
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.cal-live-input:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.cal-live-input::placeholder {
    color: #b8a88a;
}

.cal-live-send {
    padding: 9px 16px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.cal-live-send:hover {
    background: linear-gradient(135deg, #d4b055, #a07a1a);
    box-shadow: 0 3px 12px rgba(201, 168, 76, 0.25);
    transform: translateY(-1px);
}

/* ---------- TAB TOGGLE ---------- */

.cal-tabs {
    display: flex;
    justify-content: center;
    gap: 4px;
    background: rgba(201, 168, 76, 0.06);
    border: 1.5px solid rgba(201, 168, 76, 0.15);
    border-radius: 50px;
    padding: 4px;
    max-width: 400px;
    margin: 0 auto;
}

.cal-tab {
    flex: 1;
    padding: 11px 20px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #8a7c65;
    background: transparent;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    text-align: center;
}

.cal-tab:hover {
    color: #5a4e3f;
    background: rgba(201, 168, 76, 0.06);
}

.cal-tab.active {
    color: #fff;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    box-shadow: 0 3px 12px rgba(201, 168, 76, 0.25);
}

/* ---------- EVENTS SECTION ---------- */
.cal-events-section {
    padding: 10px 0 60px;
    background: #fefdf5;
}

.cal-section-header {
    text-align: center;
    margin-bottom: 32px;
}

.cal-section-emoji {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 6px;
}

.cal-section-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c2418;
    margin-bottom: 6px;
}

.cal-section-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #8a7c65;
}

/* Panels */
.cal-panel {
    display: none;
}

.cal-panel.active {
    display: block;
    animation: calFadeIn 0.4s ease;
}

@keyframes calFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- EVENT CARDS (LIGHT THEME) ---------- */
.cal-events-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cal-event-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    background: #fff;
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
}

.cal-event-card:hover {
    border-color: rgba(201, 168, 76, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.cal-event-card.past {
    opacity: 0.9;
}

.cal-event-card.past:hover {
    opacity: 1;
}

/* Card image */
.cal-card-image {
    position: relative;
    min-height: 190px;
    overflow: hidden;
}

.cal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.cal-date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
    min-width: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cal-date-day {
    display: block;
    font-family: var(--font-hero);
    font-size: 1.3rem;
    font-weight: 700;
    color: #8a6d1b;
    line-height: 1.1;
}

.cal-date-month {
    display: block;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a7c65;
}

/* Status badge */
.cal-status-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cal-status-badge.upcoming {
    background: rgba(46, 204, 113, 0.12);
    color: var(--color-success-dark);
    border: 1px solid rgba(46, 204, 113, 0.25);
}

.cal-status-badge.completed {
    background: rgba(149, 165, 166, 0.12);
    color: #7f8c8d;
    border: 1px solid rgba(149, 165, 166, 0.25);
}

/* Card body */
.cal-card-body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cal-event-category {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
}

.cal-cat-treasure {
    color: #8a6d1b;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.cal-cat-mystery {
    color: #6c5ce7;
    background: rgba(108, 92, 231, 0.08);
    border: 1px solid rgba(108, 92, 231, 0.15);
}

.cal-cat-corporate {
    color: #0984e3;
    background: rgba(9, 132, 227, 0.08);
    border: 1px solid rgba(9, 132, 227, 0.15);
}

.cal-event-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c2418;
    margin-bottom: 6px;
}

.cal-event-desc {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #5a4e3f;
    line-height: 1.6;
    margin-bottom: 12px;
}

.cal-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.cal-meta-item {
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: #8a7c65;
}

/* Card actions */
.cal-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cal-btn-book {
    display: inline-block;
    padding: 9px 20px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cal-btn-book:hover {
    background: linear-gradient(135deg, #d4b055, #a07a1a);
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
    transform: translateY(-1px);
}

.cal-btn-comments {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    color: #5a4e3f;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cal-btn-comments:hover {
    color: #8a6d1b;
    border-color: rgba(201, 168, 76, 0.35);
    background: rgba(201, 168, 76, 0.1);
}

.cal-comment-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    background: #c9a84c;
    border-radius: 10px;
}

/* Past event highlight tags */
.cal-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.cal-highlight-tag {
    display: inline-block;
    padding: 3px 10px;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    color: #8a6d1b;
    background: rgba(201, 168, 76, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: 14px;
}

/* ---------- COMMENTS PANEL ---------- */
.cal-comments-panel {
    display: none;
    grid-column: 1 / -1;
    padding: 0 24px 20px;
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    animation: calFadeIn 0.3s ease;
}

.cal-comments-panel.open {
    display: block;
}

.cal-comments-title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: #8a6d1b;
    margin: 16px 0 12px;
}

/* Login required notice */
.cal-login-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(201, 168, 76, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #8a7c65;
    margin-bottom: 16px;
}

.cal-login-notice a {
    color: #8a6d1b;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

/* Comment form */
.cal-comment-form {
    display: none;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.cal-comment-form.active {
    display: flex;
}

.cal-comment-form textarea {
    flex: 1;
    min-width: 200px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #2c2418;
    background: #fefdf5;
    border: 1.5px solid rgba(201, 168, 76, 0.2);
    border-radius: 10px;
    padding: 10px 14px;
    outline: none;
    resize: none;
    height: 42px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.cal-comment-form textarea:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.cal-comment-form textarea::placeholder {
    color: #b8a88a;
}

.cal-btn-submit {
    padding: 10px 18px;
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #c9a84c, #8a6d1b);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cal-btn-submit:hover {
    background: linear-gradient(135deg, #d4b055, #a07a1a);
    box-shadow: 0 4px 14px rgba(201, 168, 76, 0.25);
    transform: translateY(-1px);
}

/* Comment list */
.cal-comments-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 6px;
}

.cal-comments-list::-webkit-scrollbar {
    width: 4px;
}

.cal-comments-list::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.2);
    border-radius: 4px;
}

.cal-comment {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fefdf5;
    border: 1px solid rgba(201, 168, 76, 0.08);
    border-radius: 12px;
    transition: border-color 0.3s;
    animation: calCommentIn 0.3s ease;
}

@keyframes calCommentIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cal-comment:hover {
    border-color: rgba(201, 168, 76, 0.2);
}

.cal-comment-avatar {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.cal-comment-content {
    flex: 1;
    min-width: 0;
}

.cal-comment-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
}

.cal-comment-user {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: #8a6d1b;
}

.cal-comment-time {
    font-family: var(--font-body);
    font-size: 0.68rem;
    color: #b8a88a;
}

.cal-comment-text {
    font-family: var(--font-body);
    font-size: 0.83rem;
    color: #5a4e3f;
    line-height: 1.5;
    margin-bottom: 4px;
}

.cal-comment-actions {
    display: flex;
    gap: 10px;
}

.cal-btn-like {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: #b8a88a;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.cal-btn-like:hover,
.cal-btn-like.liked {
    color: var(--color-error);
}

.cal-btn-like.liked .like-icon::before {
    content: '❤️';
}

.like-icon::before {
    content: '🤍';
}

.cal-no-comments {
    text-align: center;
    padding: 16px;
    font-family: var(--font-body);
    font-size: 0.83rem;
    color: #b8a88a;
    font-style: italic;
}

/* ---------- ACTIVITY FEED (SIDEBAR) ---------- */
.cal-activity-feed {
    position: sticky;
    top: 152px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
}

.cal-feed-card {
    background: #fff;
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.cal-feed-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: rgba(201, 168, 76, 0.04);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.cal-feed-title {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c2418;
}

.cal-feed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

.cal-feed-list::-webkit-scrollbar {
    width: 3px;
}

.cal-feed-list::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.15);
    border-radius: 3px;
}

.cal-feed-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: background 0.2s;
    animation: calFeedIn 0.5s ease;
}

@keyframes calFeedIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cal-feed-item:hover {
    background: rgba(201, 168, 76, 0.03);
}

.cal-feed-item:last-child {
    border-bottom: none;
}

.cal-feed-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.cal-feed-text {
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: #5a4e3f;
    line-height: 1.4;
}

.cal-feed-text strong {
    color: #8a6d1b;
    font-weight: 600;
}

.cal-feed-time {
    font-size: 0.65rem;
    color: #b8a88a;
    display: block;
    margin-top: 2px;
}

.cal-feed-empty {
    padding: 24px 18px;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #b8a88a;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .cal-main-layout {
        grid-template-columns: 1fr 280px;
    }
}

@media (max-width: 900px) {
    .cal-spotlight-inner {
        grid-template-columns: 1fr;
    }

    .cal-spotlight-image {
        min-height: 220px;
        max-height: 260px;
    }

    .cal-bottom-layout {
        grid-template-columns: 1fr;
    }

    .cal-sidebar {
        position: static;
        max-height: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .cal-info-strip-inner {
        flex-direction: column;
        text-align: center;
        padding: 14px 16px;
        gap: 10px;
    }

    .cal-info-strip-center {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cal-strip-title {
        font-size: 1.15rem;
    }

    .cal-info-strip-right {
        width: 100%;
    }

    .cal-login-form {
        flex-direction: row;
        width: 100%;
    }

    .cal-login-input {
        flex: 1;
        width: auto;
    }

    .cal-spotlight-info {
        padding: 20px;
    }

    .cal-spotlight-title {
        font-size: 1.25rem;
    }

    .cal-carousel-card {
        flex: 0 0 200px;
    }

    .cal-user-bar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cal-logout-btn {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .cal-strip-title {
        font-size: 1rem;
    }

    .cal-spotlight-title {
        font-size: 1.1rem;
    }

    .cal-carousel-card {
        flex: 0 0 180px;
    }

    .cal-sidebar {
        grid-template-columns: 1fr;
    }

    .cal-past-card {
        flex-direction: column;
        text-align: center;
    }

    .cal-past-badge {
        position: static;
    }

    .cal-past-tags {
        justify-content: center;
    }
}

/* ---------- EVENT CARDS IN CAROUSEL ---------- */
.cal-carousel-track .event-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
}

.cal-carousel-track .event-card .card-image {
    height: 180px;
}

.cal-carousel-track .event-card .event-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}