/* ═══ News Panel ═══ */
.n-hero { background: linear-gradient(135deg, var(--purple), var(--pink)); border-radius: 16px; padding: 1.3rem; margin-bottom: 1rem; color: #fff; position: relative; overflow: hidden; }
.n-hero::before { content: ''; position: absolute; top: -25px; right: -25px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.n-hero-t { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 4px; margin-bottom: .2rem; }
.n-hero-s { font-size: .7rem; opacity: .8; }

/* Filters */
.n-filters { display: flex; gap: 6px; margin-bottom: .9rem; flex-wrap: wrap; }
.nfb { background: var(--bg2); border: 1.5px solid var(--border); border-radius: 999px; padding: 4px 13px; font-size: .68rem; color: var(--muted); cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; transition: all .12s; }
.nfb:hover { border-color: var(--purple); color: var(--purple); }
.nfb.on { background: var(--purple); border-color: var(--purple); color: #fff; }

/* Sections */
.nsec { margin-bottom: 1.4rem; }
.ns-hd { display: flex; align-items: center; gap: 9px; margin-bottom: .8rem; }
.ns-t { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 3px; }
.ns-b { font-size: .57rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 2px 8px; border-radius: 999px; }
.b-tr { background: rgba(255, 45, 120, .12); color: var(--pink); border: 1.5px solid rgba(255, 45, 120, .25); }
.b-no { background: rgba(0, 200, 81, .12); color: var(--green); border: 1.5px solid rgba(0, 200, 81, .25); }
.b-up { background: rgba(255, 153, 0, .12); color: var(--gold); border: 1.5px solid rgba(255, 153, 0, .25); }
.b-po { background: rgba(0, 184, 217, .12); color: var(--cyan); border: 1.5px solid rgba(0, 184, 217, .25); }
.b-ev { background: rgba(108, 47, 247, .1); color: var(--purple); border: 1.5px solid rgba(108, 47, 247, .2); }

/* News Cards (strip) */
.nstrip { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.nstrip::-webkit-scrollbar { height: 4px; }
.nstrip::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 2px; }
.ncard { flex-shrink: 0; width: 120px; background: var(--bg2); border: 1.5px solid var(--border); border-radius: 11px; overflow: hidden; cursor: pointer; transition: all .2s; position: relative; }
.ncard:hover { border-color: var(--purple2); transform: translateY(-3px); box-shadow: 0 5px 16px rgba(108, 47, 247, .14); }
.ncard img { width: 100%; aspect-ratio: 2/3; object-fit: cover; display: block; background: var(--bg4); }
.ncard-ph { width: 100%; aspect-ratio: 2/3; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; background: var(--bg4); }
.ncard-body { padding: .5rem .55rem; }
.ncard-title { font-size: .7rem; font-weight: 700; line-height: 1.3; margin-bottom: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ncard-meta { font-size: .58rem; color: var(--muted); }
.ncard-rank { position: absolute; top: 5px; left: 5px; background: var(--purple); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: .85rem; width: 18px; height: 18px; border-radius: 3px; display: flex; align-items: center; justify-content: center; }
.ncard-rat { position: absolute; top: 5px; right: 5px; background: rgba(0, 0, 0, .7); color: var(--gold); font-size: .58rem; font-weight: 700; padding: 2px 4px; border-radius: 3px; }

/* Featured cards */
.fstrip { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
.fstrip::-webkit-scrollbar { height: 4px; }
.fstrip::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 2px; }
.fcard { flex-shrink: 0; width: 220px; border-radius: 11px; overflow: hidden; position: relative; cursor: pointer; background: var(--bg3); transition: all .2s; }
.fcard:hover { transform: translateY(-2px); box-shadow: 0 5px 16px rgba(108, 47, 247, .13); }
.fcard img { width: 100%; height: 124px; object-fit: cover; display: block; background: var(--bg4); }
.fcard-ph { width: 100%; height: 124px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; background: var(--bg4); }
.fcard-ov { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(10, 5, 30, .88)); padding: 9px; }
.fcard-t { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1px; color: #fff; margin-bottom: 1px; }
.fcard-m { font-size: .6rem; color: rgba(255, 255, 255, .7); }

/* Event cards (strip) */
.evstrip { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
.evstrip::-webkit-scrollbar { height: 4px; }
.evstrip::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 2px; }
.evcard { flex-shrink: 0; width: 185px; background: var(--bg2); border: 1.5px solid var(--border); border-radius: 11px; padding: 11px; transition: all .2s; cursor: pointer; }
.evcard:hover { transform: translateY(-3px); box-shadow: 0 5px 16px rgba(108, 47, 247, .14); border-color: var(--purple2); }
.evcard.type-event { border-left: 3px solid var(--gold); }
.evcard.type-festival { border-left: 3px solid var(--pink); }
.ev-emoji { font-size: 1.3rem; margin-bottom: 5px; }
.ev-type-badge { font-size: .57rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 2px 6px; border-radius: 3px; display: inline-block; margin-bottom: 4px; }
.ev-type-event { background: rgba(255, 153, 0, .1); color: var(--gold); }
.ev-type-festival { background: rgba(255, 45, 120, .1); color: var(--pink); }
.ev-title { font-size: .8rem; font-weight: 700; line-height: 1.3; margin-bottom: 3px; }
.ev-date-txt { font-size: .67rem; color: var(--muted); }
.ev-cd { font-size: .63rem; font-weight: 700; margin-top: 3px; }
.ev-cd.soon { color: var(--red); }
.ev-cd.up { color: var(--cyan); }
.ev-cd.past { color: var(--muted2); }

/* Event detail */
.ev-detail { background: var(--bg2); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 1rem; }
.ev-banner { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ev-banner.type-event { background: linear-gradient(135deg, #1a0d3d, #6b4400); }
.ev-banner.type-festival { background: linear-gradient(135deg, #1a0d3d, #3d0020); }
.ev-banner-bg { font-size: 5rem; opacity: .3; position: absolute; }
.ev-banner-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 3px; color: #fff; z-index: 1; text-align: center; padding: 0 1rem; }
.ev-detail-body { padding: 1.2rem; }
.ev-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1rem; }
.ev-chip { background: var(--bg3); border: 1.5px solid var(--border); border-radius: 8px; padding: 5px 11px; font-size: .72rem; font-weight: 600; color: var(--text); }
.ev-about { background: var(--bg3); border: 1.5px solid var(--border); border-radius: 10px; padding: 1rem; margin-bottom: 1rem; }
.ev-about-t { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; margin-bottom: .6rem; }
.ev-about-row { display: flex; gap: 8px; align-items: flex-start; margin-bottom: .4rem; font-size: .78rem; color: var(--muted); }
.ev-about-row:last-child { margin-bottom: 0; }
.ev-about-row strong { color: var(--text); }
.ev-cd-big { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.ev-cd-big.soon { color: var(--red); }
.ev-cd-big.up { color: var(--cyan); }
.ev-cd-big.past { color: var(--muted2); }
.cal-goto-btn { display: flex; align-items: center; justify-content: center; gap: 6px; background: linear-gradient(135deg, var(--purple), var(--purple2)); color: #fff; border: none; border-radius: 9px; padding: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .8rem; font-weight: 700; cursor: pointer; text-transform: uppercase; box-shadow: 0 3px 14px rgba(108, 47, 247, .28); transition: all .15s; width: 100%; }
.cal-goto-btn:hover { transform: translateY(-1px); box-shadow: 0 5px 18px rgba(108, 47, 247, .38); }

/* Trailers */
.trailer-strip { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.trailer-strip::-webkit-scrollbar { height: 4px; }
.trailer-strip::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 2px; }
.trailer-card { flex-shrink: 0; width: 240px; background: var(--bg2); border: 1.5px solid var(--border); border-radius: 11px; overflow: hidden; cursor: pointer; transition: all .2s; }
.trailer-card:hover { border-color: var(--purple2); transform: translateY(-3px); box-shadow: 0 5px 16px rgba(108, 47, 247, .14); }
.trailer-thumb-wrap { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.trailer-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s; }
.trailer-card:hover .trailer-thumb { transform: scale(1.05); }
.trailer-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: rgba(108, 47, 247, .85); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; box-shadow: 0 3px 12px rgba(0,0,0,.3); transition: transform .15s, background .15s; }
.trailer-card:hover .trailer-play { transform: translate(-50%, -50%) scale(1.1); background: var(--purple); }
.trailer-badge { position: absolute; top: 6px; left: 6px; background: rgba(232, 37, 58, .9); color: #fff; font-size: .5rem; font-weight: 700; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: .5px; }
.trailer-lang { position: absolute; top: 6px; right: 6px; background: rgba(108, 47, 247, .9); color: #fff; font-size: .5rem; font-weight: 700; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: .5px; }
.trailer-info { padding: .5rem .6rem; }
.trailer-title { font-size: .75rem; font-weight: 700; line-height: 1.3; margin-bottom: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.trailer-meta { font-size: .58rem; color: var(--muted); }

/* Trailer Modal */
.trailer-modal-bg { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10, 5, 30, .85); z-index: 400; align-items: center; justify-content: center; padding: 1.5rem; }
.trailer-modal { background: var(--bg2); border-radius: 16px; width: 100%; max-width: 800px; overflow: hidden; box-shadow: 0 20px 60px rgba(108, 47, 247, .3); position: relative; }
.trailer-modal-close { position: absolute; top: 10px; right: 12px; background: rgba(0,0,0,.5); border: none; color: #fff; font-size: 1.3rem; cursor: pointer; z-index: 2; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .12s; }
.trailer-modal-close:hover { background: var(--danger); }
.trailer-modal-title { padding: .8rem 1rem .4rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 2px; color: var(--text); }
.trailer-modal-video { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; }
.trailer-modal-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* Film detail */
.det-panel { background: var(--bg2); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 1rem; }
.det-bk { width: 100%; height: 190px; object-fit: cover; display: block; background: var(--bg4); }
.det-bk-ph { width: 100%; height: 150px; background: linear-gradient(135deg, var(--bg4), var(--border)); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.det-body { padding: 1.1rem; }
.det-top { display: flex; gap: 13px; align-items: flex-start; margin-bottom: .9rem; }
.det-post { width: 76px; height: 114px; border-radius: 9px; object-fit: cover; flex-shrink: 0; border: 2px solid var(--border); margin-top: -46px; box-shadow: 0 4px 14px rgba(0, 0, 0, .14); }
.det-post-ph { width: 76px; height: 114px; border-radius: 9px; background: var(--bg4); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-top: -46px; }
.det-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 2px; line-height: 1.1; margin-bottom: 3px; }
.det-badges { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 5px; }
.dbdg { font-size: .58rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; text-transform: uppercase; }
.dbdg-film { background: #ffe5f0; color: var(--pink); }
.dbdg-serie { background: #e0faff; color: var(--cyan); }
.dbdg-rat { background: rgba(255, 153, 0, .12); color: var(--gold); border: 1px solid rgba(255, 153, 0, .3); }
.dbdg-out { background: rgba(0, 200, 81, .1); color: var(--green); }
.dbdg-soon { background: rgba(255, 107, 53, .1); color: var(--orange); }
.det-sbar { display: flex; align-items: center; gap: 8px; margin-bottom: .8rem; }
.det-sc { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; color: var(--gold); line-height: 1; }
.det-sc-sub { font-size: .63rem; color: var(--muted); }
.det-bar { flex: 1; height: 5px; background: var(--bg4); border-radius: 3px; overflow: hidden; }
.det-bar-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--orange)); border-radius: 3px; }
.det-ig { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: .9rem; }
.dig { background: var(--bg3); border: 1.5px solid var(--border); border-radius: 9px; padding: .6rem; }
.dig-l { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 2px; }
.dig-v { font-size: .8rem; font-weight: 600; }
.det-st { font-size: .67rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; margin-bottom: .45rem; }
.det-syn { font-size: .8rem; color: var(--muted); line-height: 1.65; margin-bottom: .9rem; }
.det-genres { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: .9rem; }
.dg-tag { background: var(--bg4); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; font-size: .63rem; color: var(--purple); font-weight: 600; }
.det-cast { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 5px; margin-bottom: .9rem; scrollbar-width: none; }
.det-cast::-webkit-scrollbar { display: none; }
.cast-c { flex-shrink: 0; width: 62px; text-align: center; }
.cast-av { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); display: block; margin: 0 auto 3px; background: var(--bg4); }
.cast-av-ph { width: 48px; height: 48px; border-radius: 50%; background: var(--bg4); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin: 0 auto 3px; }
.cast-nm { font-size: .56rem; font-weight: 700; line-height: 1.2; }
.cast-ch { font-size: .53rem; color: var(--muted); }
.det-acts { display: flex; gap: 7px; margin-top: .9rem; flex-wrap: wrap; }
.det-add { flex: 1; min-width: 120px; background: var(--purple); color: #fff; border: none; border-radius: 8px; padding: 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .74rem; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.det-add:hover { background: var(--purple2); }
.det-add.added { background: var(--green); cursor: default; }
.det-wish { background: transparent; border: 1.5px solid var(--border2); border-radius: 8px; padding: 10px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .74rem; font-weight: 700; cursor: pointer; color: var(--orange); text-transform: uppercase; }
.det-wish:hover { border-color: var(--orange); }
.det-cal-btn { background: var(--bg3); border: 1.5px solid var(--border2); border-radius: 8px; padding: 10px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .74rem; font-weight: 700; cursor: pointer; color: var(--purple); text-transform: uppercase; }
.det-cal-btn:hover { border-color: var(--purple); background: var(--bg4); }
.pchip { background: var(--bg3); border: 1.5px solid var(--border); border-radius: 7px; padding: 3px 9px; font-size: .63rem; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; margin: 0 4px 4px 0; }
.pchip img { width: 16px; height: 16px; border-radius: 3px; object-fit: cover; }
