:root{--pr-bg: #0a0a0c;--pr-surface: #121215;--pr-card: #18181c;--pr-border: rgba(255, 255, 255, .06);--pr-gold: #c9a962;--pr-gold-dim: rgba(201, 169, 98, .25);--pr-text: #e4e0d8;--pr-muted: #7a7872;--pr-radius: 12px;--pr-ease: cubic-bezier(.22, 1, .36, 1)}.projector-page{min-height:100vh;background:var(--pr-bg);color:var(--pr-text);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden;position:relative}.projector-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.pr-hero{position:relative;height:280px;min-height:200px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem 4rem;overflow:hidden;z-index:1}.pr-hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.pr-hero-backdrop img{width:100%;height:100%;object-fit:cover;filter:brightness(.35) saturate(.8);transform:scale(1.05);transition:transform 12s var(--pr-ease)}.pr-hero:hover .pr-hero-backdrop img{transform:scale(1)}.pr-hero-backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--pr-bg) 0%,rgba(10,10,12,.85) 30%,rgba(10,10,12,.2) 60%,rgba(10,10,12,.6) 100%)}.pr-hero-content{max-width:680px;position:relative}.pr-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:100px;background:var(--pr-gold-dim);color:var(--pr-gold);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem}.pr-hero-title{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:.4rem;background:linear-gradient(135deg,#fff 0%,var(--pr-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px}.pr-hero-sub{font-size:.9rem;color:var(--pr-muted);line-height:1.4;max-width:520px}.pr-hero-play{display:inline-flex;align-items:center;gap:8px;margin-top:.75rem;padding:8px 20px;background:var(--pr-gold);color:#0a0a0c;border:none;border-radius:100px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s var(--pr-ease)}.pr-hero-play:hover{transform:scale(1.04);box-shadow:0 0 40px var(--pr-gold-dim)}.pr-hero-play svg{width:20px;height:20px}.pr-hero-stats{display:flex;gap:1.5rem;margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--pr-border)}.pr-hero-stat span{display:block}.pr-hero-stat .val{font-size:1.1rem;font-weight:700;color:#fff}.pr-hero-stat .lab{font-size:.75rem;color:var(--pr-muted);text-transform:uppercase;letter-spacing:.06em}.pr-genre-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:8px;padding:12px 4rem;background:#0a0a0ceb;-webkit-backdrop-filter:blur(20px) saturate(1.5);backdrop-filter:blur(20px) saturate(1.5);border-bottom:1px solid var(--pr-border);overflow-x:auto;scrollbar-width:none}.pr-genre-bar::-webkit-scrollbar{display:none}.pr-genre-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:100px;border:1px solid var(--pr-border);background:transparent;color:var(--pr-muted);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .25s var(--pr-ease);white-space:nowrap}.pr-genre-pill:hover{color:#fff;border-color:#ffffff26;background:#ffffff0a}.pr-genre-pill.active{color:#fff;border-color:var(--pr-gold);background:var(--pr-gold-dim)}.pr-genre-pill .cnt{font-size:.7rem;opacity:.6}.pr-grid-section{padding:3rem 4rem 6rem;position:relative;z-index:1}.pr-grid-section h2{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.pr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.pr-card.featured{grid-column:span 2;grid-row:span 2}.pr-card.featured .pr-card-thumb{height:100%;min-height:380px}.pr-card{position:relative;border-radius:var(--pr-radius);overflow:hidden;background:var(--pr-card);cursor:pointer;transform-style:preserve-3d;perspective:800px;transition:transform .5s var(--pr-ease),box-shadow .5s var(--pr-ease);will-change:transform}.pr-card:hover{z-index:10;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff14}.pr-card-inner{position:relative;width:100%;height:100%;transition:transform .5s var(--pr-ease);transform-style:preserve-3d}.pr-card-thumb{position:relative;height:180px;overflow:hidden;background:#000}.pr-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--pr-ease),filter .6s var(--pr-ease)}.pr-card:hover .pr-card-thumb img{transform:scale(1.08);filter:brightness(.5)}.pr-card-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;transition:opacity .4s var(--pr-ease);pointer-events:none;background:#000}.pr-card-preview iframe{width:100%;height:100%;border:none}.pr-card:hover .pr-card-preview.loaded{opacity:1}.pr-card-dur{position:absolute;bottom:8px;right:8px;padding:2px 6px;border-radius:4px;background:#000c;color:#fff;font-size:.7rem;font-weight:600;font-variant-numeric:tabular-nums;z-index:3}.pr-card-genre-dot{position:absolute;top:10px;left:10px;width:8px;height:8px;border-radius:50%;z-index:3;box-shadow:0 0 8px currentColor}.pr-card-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);z-index:3;width:56px;height:56px;background:#c9a962e6;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s var(--pr-ease),transform .3s var(--pr-ease);pointer-events:none}.pr-card:hover .pr-card-play-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.pr-card-play-icon svg{width:22px;height:22px;fill:#0a0a0c;margin-left:3px}.pr-card-info{padding:14px 16px}.pr-card-title{font-size:.9rem;font-weight:600;color:#fff;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pr-card-meta{display:flex;align-items:center;gap:10px;font-size:.75rem;color:var(--pr-muted)}.pr-card-meta .views{display:flex;align-items:center;gap:3px}.pr-card-thumb.loading{background:linear-gradient(110deg,#18181c 30%,#222226,#18181c 70%);background-size:200% 100%;animation:shimmer 1.5s ease infinite}@keyframes shimmer{to{background-position:-200% 0}}.pr-scroll-progress{position:fixed;top:0;left:0;height:3px;background:var(--pr-gold);z-index:200;transform-origin:left;transition:none}.pr-rail{margin-bottom:3rem}.pr-rail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pr-rail-header h3{font-size:1.2rem;font-weight:600;color:#fff}.pr-rail-header .see-all{font-size:.8rem;color:var(--pr-gold);cursor:pointer;transition:opacity .2s}.pr-rail-header .see-all:hover{opacity:.7}.pr-rail-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}.pr-rail-scroll::-webkit-scrollbar{display:none}.pr-rail-scroll .pr-card{flex:0 0 260px;scroll-snap-align:start}.pr-rail-scroll .pr-card .pr-card-thumb{height:150px}@media (max-width: 1200px){.pr-card.featured{grid-column:span 2;grid-row:span 1}.pr-card.featured .pr-card-thumb{min-height:240px}}@media (max-width: 900px){.pr-hero{padding:1.5rem;height:240px}.pr-genre-bar{padding:10px 1.5rem}.pr-grid-section{padding:2rem 1.5rem 4rem}.pr-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.pr-card.featured{grid-column:span 1}.pr-rail-scroll .pr-card{flex:0 0 220px}}@media (max-width: 600px){.pr-hero{height:200px;min-height:160px;padding:1rem}.pr-hero-title{font-size:1.2rem}.pr-hero-stats{gap:1rem;flex-wrap:wrap}.pr-hero-badge{display:none}.pr-grid{grid-template-columns:1fr 1fr;gap:10px}.pr-card-thumb{height:140px}.pr-genre-bar{padding:8px 1rem;gap:6px}.pr-genre-pill{padding:6px 12px;font-size:.78rem}}@media (max-width: 400px){.pr-grid{grid-template-columns:1fr}}.pr-hover-teaser{position:fixed;z-index:1100;width:340px;background:#121215f5;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0009,0 0 0 1px #ffffff0a;pointer-events:none;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);display:flex}.pr-hover-accent{width:3px;flex-shrink:0;border-radius:3px 0 0 3px}.pr-hover-body{padding:14px 18px 16px;flex:1;min-width:0}.pr-hover-topline{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.72rem}.pr-hover-genre{font-weight:700;letter-spacing:.02em}.pr-hover-year,.pr-hover-len{color:var(--pr-muted)}.pr-hover-title{font-size:.95rem;font-weight:700;color:#fff;line-height:1.35;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pr-hover-history{display:flex;flex-direction:column;gap:2px;padding:8px 12px;margin-bottom:10px;background:#84cc160f;border-radius:6px;border-left:2px solid rgba(132,204,22,.4)}.pr-hover-event{font-size:.82rem;color:#fff;font-weight:600}.pr-hover-event-en{font-size:.72rem;color:var(--pr-muted);font-style:italic}.pr-hover-loc{font-size:.7rem;color:var(--pr-muted);margin-top:2px}.pr-hover-note{font-size:.7rem;color:#84cc16;font-style:italic;margin-top:2px}.pr-hover-desc{font-size:.78rem;color:#e4e0d8b3;line-height:1.6;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pr-hover-cta{font-size:.72rem;font-weight:600;color:var(--pr-gold);letter-spacing:.03em}.pr-wochenschau{max-width:960px;margin:0 auto}.pr-ws-disclaimer{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;background:#eab3080f;border:1px solid rgba(234,179,8,.2);border-radius:12px;margin-bottom:2rem}.pr-ws-disclaimer-icon{font-size:1.8rem;flex-shrink:0;line-height:1}.pr-ws-disclaimer strong{display:block;color:#eab308;font-size:.9rem;margin-bottom:4px}.pr-ws-disclaimer p{font-size:.78rem;color:var(--pr-muted);line-height:1.6;margin:0}.pr-ws-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:2rem}.pr-ws-header h2{font-size:1.6rem;font-weight:800;color:#fff;margin:0 0 8px}.pr-ws-subtitle{font-size:.9rem;color:var(--pr-muted);margin:0 0 8px}.pr-ws-edu-note{font-size:.82rem;color:#84cc16;line-height:1.6;margin:0;padding:10px 14px;background:#84cc160f;border-radius:8px;border-left:3px solid #84cc16}.pr-ws-stats{display:flex;gap:1.5rem;flex-shrink:0}.pr-ws-stat .val{display:block;font-size:1.5rem;font-weight:700;color:#fff}.pr-ws-stat .lab{display:block;font-size:.68rem;color:var(--pr-muted);text-transform:uppercase;letter-spacing:.06em}.pr-ws-timeline{position:relative}.pr-ws-year-group{margin-bottom:2rem}.pr-ws-year-marker{display:flex;align-items:center;gap:12px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--pr-border)}.pr-ws-year-badge{display:inline-block;padding:6px 18px;background:#84cc161f;color:#84cc16;font-size:1.1rem;font-weight:800;border-radius:100px;letter-spacing:.02em}.pr-ws-year-count{font-size:.78rem;color:var(--pr-muted)}.pr-ws-entries{display:flex;flex-direction:column;gap:12px;padding-left:20px;border-left:2px solid rgba(132,204,22,.15)}.pr-ws-entry{display:flex;gap:0;position:relative}.pr-ws-entry-line{width:20px;flex-shrink:0;position:relative;display:flex;align-items:center}.pr-ws-dot{position:absolute;left:-11px;width:10px;height:10px;border-radius:50%;background:#84cc16;border:2px solid var(--pr-bg);box-shadow:0 0 8px #84cc1666}.pr-ws-entry-card{flex:1;display:flex;gap:16px;padding:14px;background:var(--pr-card);border-radius:var(--pr-radius);border:1px solid var(--pr-border);text-decoration:none;color:inherit;transition:all .3s var(--pr-ease);cursor:pointer}.pr-ws-entry-card:hover{border-color:#84cc164d;background:#84cc160a;box-shadow:0 8px 30px #0000004d;transform:translate(4px)}.pr-ws-entry-thumb{position:relative;width:180px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#000}.pr-ws-entry-thumb img{width:100%;height:100%;object-fit:cover}.pr-ws-dur{position:absolute;bottom:4px;right:4px;padding:1px 5px;border-radius:3px;background:#000c;color:#fff;font-size:.65rem;font-weight:600}.pr-ws-entry-info{flex:1;min-width:0}.pr-ws-entry-date{font-size:.7rem;color:#84cc16;font-weight:600;margin-bottom:4px;font-variant-numeric:tabular-nums}.pr-ws-entry-title{font-size:.92rem;font-weight:700;color:#fff;margin:0 0 2px;line-height:1.3}.pr-ws-entry-en{font-size:.78rem;color:var(--pr-muted);margin-bottom:6px}.pr-ws-entry-loc{font-size:.7rem;color:var(--pr-muted)}.pr-ws-entry-note{font-size:.72rem;color:#84cc16cc;font-style:italic;margin-top:4px;line-height:1.4}.pr-ws-entry-views{font-size:.68rem;color:var(--pr-muted);margin-top:6px}@media (max-width: 900px){.pr-ws-header{flex-direction:column;gap:1rem}.pr-ws-entry-card{flex-direction:column}.pr-ws-entry-thumb{width:100%;height:160px}}@media (max-width: 600px){.pr-hover-teaser{display:none}.pr-ws-entries{padding-left:12px}.pr-ws-entry-card{padding:10px;gap:10px}.pr-ws-entry-thumb{height:120px}}:root{--ctv-bg: #0a0a0f;--ctv-surface: #12121a;--ctv-surface-2: #1a1a25;--ctv-border: #2a2a3a;--ctv-text: #e8e8f0;--ctv-text-muted: #8888a0;--ctv-gold: #c9a962;--ctv-gold-glow: rgba(201, 169, 98, .2);--ctv-red: #e74c3c;--ctv-green: #2ecc71;--ctv-blue: #3498db;--ctv-radius: 12px;--ctv-gap: 16px}.ctv{min-height:100vh;background:var(--ctv-bg);color:var(--ctv-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;flex-direction:column}.ctv__header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--ctv-surface);border-bottom:1px solid var(--ctv-border);position:sticky;top:0;z-index:100}.ctv__logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--ctv-text)}.ctv__logo-icon{font-size:1.5rem}.ctv__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--ctv-gold)}.ctv__logo-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ctv-text-muted);border:1px solid var(--ctv-border);border-radius:4px;padding:2px 6px}.ctv__nav{display:flex;align-items:center;gap:16px}.ctv__channel-name{font-weight:600;color:var(--ctv-text-muted);font-size:.875rem}.ctv__main{display:grid;grid-template-columns:1fr 340px;gap:var(--ctv-gap);padding:var(--ctv-gap);flex:1;max-width:1600px;margin:0 auto;width:100%}.ctv__left{display:flex;flex-direction:column;gap:var(--ctv-gap);min-width:0}.ctv__right{display:flex;flex-direction:column;gap:var(--ctv-gap)}.ctv__footer{padding:8px 24px 16px}.ctv-player__wrapper{position:relative;padding-bottom:56.25%;background:#000;border-radius:var(--ctv-radius);overflow:hidden}.ctv-player__iframe{position:absolute;top:0;left:0;width:100%;height:100%}.ctv-player__badge{position:absolute;top:12px;left:12px;background:var(--ctv-red);color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:4px;display:flex;align-items:center;gap:6px;z-index:5;letter-spacing:.05em}.ctv-player{position:relative}.ctv-player__live-dot{width:8px;height:8px;border-radius:50%;background:#fff;animation:ctv-pulse 1.5s infinite}.ctv-player__offline{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--ctv-text-muted);background:var(--ctv-surface)}.ctv-player__offline-icon{font-size:4rem;opacity:.3}.ctv-player__offline h2{margin:0;font-size:1.25rem;color:var(--ctv-text)}.ctv-player__offline p{margin:0;font-size:.875rem}.ctv-player__pulse{width:12px;height:12px;border-radius:50%;background:var(--ctv-gold);animation:ctv-pulse 2s infinite}.ctv-nowplaying{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);padding:16px 20px}.ctv-nowplaying--empty{display:flex;align-items:center;gap:8px;color:var(--ctv-text-muted);font-size:.875rem}.ctv-nowplaying__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ctv-nowplaying__icon{font-size:1.1rem}.ctv-nowplaying__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ctv-gold);font-weight:700}.ctv-nowplaying__title{margin:0;font-size:1.1rem;font-weight:600}.ctv-nowplaying__date{color:var(--ctv-text-muted);font-weight:400}.ctv-nowplaying__event{margin:4px 0 0;color:var(--ctv-text-muted);font-size:.9rem}.ctv-nowplaying__location{margin:2px 0 0;color:var(--ctv-text-muted);font-size:.8rem}.ctv-nowplaying__timeline{display:flex;align-items:center;gap:10px;margin-top:14px}.ctv-nowplaying__year{font-size:.7rem;color:var(--ctv-text-muted);font-weight:600;flex-shrink:0}.ctv-nowplaying__bar{flex:1;height:6px;background:var(--ctv-border);border-radius:3px;position:relative;overflow:visible}.ctv-nowplaying__progress{height:100%;background:linear-gradient(90deg,var(--ctv-gold),#e6c87a);border-radius:3px;transition:width .5s ease}.ctv-nowplaying__marker{position:absolute;top:50%;width:12px;height:12px;background:var(--ctv-gold);border:2px solid var(--ctv-bg);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px var(--ctv-gold-glow);transition:left .5s ease}.tuner{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);padding:16px 20px;position:relative;overflow:hidden}.tuner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;z-index:1}.tuner--standby{display:flex;align-items:center;gap:10px;color:var(--ctv-text-muted);font-size:.875rem}.tuner__standby-icon{font-size:1.2rem;animation:tuner-scan 2s ease-in-out infinite}.tuner__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative;z-index:2}.tuner__title{display:flex;align-items:center;gap:8px}.tuner__antenna{font-size:1.1rem}.tuner__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--ctv-gold);font-weight:700}.tuner__timer{font-family:Courier New,Consolas,monospace;font-size:1.1rem;font-weight:700;font-variant-numeric:tabular-nums}.tuner__timer-led{color:var(--ctv-green);text-shadow:0 0 8px rgba(46,204,113,.5)}.tuner__timer--urgent .tuner__timer-led{color:var(--ctv-red);text-shadow:0 0 10px rgba(231,76,60,.6);animation:ctv-pulse-text .5s infinite alternate}.tuner__hint{text-align:center;color:var(--ctv-text-muted);font-size:.75rem;margin-bottom:12px;letter-spacing:.05em;position:relative;z-index:2}.tuner__hint kbd{display:inline-block;min-width:22px;padding:2px 6px;margin:0 2px;background:var(--ctv-surface-2);border:1px solid var(--ctv-border);border-bottom:2px solid rgba(255,255,255,.1);border-radius:4px;font-size:.75rem;font-weight:700;color:var(--ctv-gold);text-align:center;font-family:inherit}.tuner__channels{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:2}.tuner__channel{background:var(--ctv-surface-2);border:2px solid var(--ctv-border);border-radius:12px;padding:16px 12px 14px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;color:var(--ctv-text);font-family:inherit;overflow:hidden}.tuner__channel:hover:not(:disabled){border-color:var(--ctv-gold);transform:translateY(-3px);box-shadow:0 6px 24px var(--ctv-gold-glow),inset 0 0 30px #c9a96208}.tuner__channel--tuned{border-color:var(--ctv-gold)!important;background:#c9a9620f;box-shadow:0 0 20px var(--ctv-gold-glow),inset 0 0 40px #c9a9620a}.tuner__channel--strongest{border-color:var(--ctv-green);box-shadow:0 0 14px #2ecc7133}.tuner__channel--tuning{animation:tuner-tune .4s ease}.tuner__channel:disabled{cursor:default}.tuner__channel-num{margin-bottom:10px}.tuner__channel-key{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,var(--ctv-surface),var(--ctv-surface-2));border:2px solid var(--ctv-border);font-size:1.5rem;font-weight:800;color:var(--ctv-text);transition:all .3s}.tuner__channel:hover:not(:disabled) .tuner__channel-key{border-color:var(--ctv-gold);color:var(--ctv-gold);box-shadow:0 0 16px var(--ctv-gold-glow)}.tuner__channel--tuned .tuner__channel-key{background:var(--ctv-gold);border-color:var(--ctv-gold);color:var(--ctv-bg);box-shadow:0 0 24px var(--ctv-gold-glow)}.tuner__channel--strongest .tuner__channel-key{border-color:var(--ctv-green);color:var(--ctv-green);box-shadow:0 0 12px #2ecc714d}.tuner__channel-info{margin-bottom:8px}.tuner__channel-nr{font-weight:700;font-size:.9rem;margin-bottom:2px}.tuner__channel-date{font-size:.7rem;color:var(--ctv-text-muted)}.tuner__channel-event{font-size:.75rem;color:var(--ctv-text-muted);margin:6px 0;min-height:2.2em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tuner__channel-signal{display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-top:8px}.tuner__signal{display:flex;align-items:flex-end;gap:3px;height:24px}.tuner__signal-bar{width:4px;background:var(--ctv-border);border-radius:1px;transition:background .4s,box-shadow .4s}.tuner__signal-bar--filled{background:var(--ctv-gold)}.tuner__signal-bar--leading.tuner__signal-bar--filled{background:var(--ctv-green);box-shadow:0 0 4px #2ecc7180}.tuner__channel-pct{font-size:.85rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--ctv-text);min-width:32px}.tuner__tuned-badge{position:absolute;top:8px;right:8px;font-size:.55rem;font-weight:700;color:var(--ctv-gold);letter-spacing:.08em;text-transform:uppercase}.tuner__channel-cta{margin-top:8px;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--ctv-gold);font-weight:700;opacity:.5;transition:opacity .2s}.tuner__channel:hover:not(:disabled) .tuner__channel-cta{opacity:1}.tuner__static{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;opacity:.6;mix-blend-mode:overlay;background:repeating-radial-gradient(circle at 17% 32%,rgba(255,255,255,.15) 0px,transparent 1px),repeating-radial-gradient(circle at 82% 68%,rgba(255,255,255,.1) 0px,transparent 1px);background-size:3px 3px,4px 4px;animation:tuner-static .15s steps(3) infinite}.tuner__footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:.75rem;color:var(--ctv-text-muted);position:relative;z-index:2}.tuner__voted{color:var(--ctv-gold);font-weight:600}.kbd-hud{position:fixed;bottom:20px;right:20px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.kbd-hud__toggle{width:40px;height:40px;border-radius:50%;background:var(--ctv-surface);border:1px solid var(--ctv-border);color:var(--ctv-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1rem}.kbd-hud__toggle:hover{border-color:var(--ctv-gold);color:var(--ctv-gold);box-shadow:0 0 12px var(--ctv-gold-glow)}.kbd-hud--visible .kbd-hud__toggle{background:var(--ctv-gold);color:var(--ctv-bg);border-color:var(--ctv-gold)}.kbd-hud__toggle-icon{font-size:1rem;line-height:1}.kbd-hud__panel{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);padding:12px 16px;min-width:200px;animation:ctv-slide-up .2s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kbd-hud__title{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:var(--ctv-gold);font-weight:700;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--ctv-border)}.kbd-hud__row{display:flex;align-items:center;gap:10px;padding:4px 0}.kbd-hud__key{display:inline-block;min-width:30px;padding:3px 8px;background:var(--ctv-surface-2);border:1px solid var(--ctv-border);border-bottom:2px solid rgba(255,255,255,.1);border-radius:4px;font-size:.7rem;font-weight:700;color:var(--ctv-gold);text-align:center;font-family:inherit}.kbd-hud__action{font-size:.75rem;color:var(--ctv-text-muted)}.ctv-queue{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);padding:14px 20px}.ctv-queue--empty{display:flex;align-items:center;gap:8px;color:var(--ctv-text-muted);font-size:.875rem}.ctv-queue__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ctv-queue__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ctv-gold);font-weight:700}.ctv-queue__list{display:flex;flex-direction:column;gap:6px}.ctv-queue__item{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.04)}.ctv-queue__item:last-child{border-bottom:none}.ctv-queue__pos{color:var(--ctv-text-muted);font-weight:600;min-width:20px}.ctv-queue__info{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ctv-queue__nr{font-weight:600}.ctv-queue__sep,.ctv-queue__event{color:var(--ctv-text-muted)}.ctv-queue__date{font-size:.75rem;color:var(--ctv-text-muted)}.ctv-queue__badge{margin-left:auto;font-size:.7rem;background:#c9a96226;color:var(--ctv-gold);padding:2px 8px;border-radius:4px;font-weight:600}.ctv-chat{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);display:flex;flex-direction:column;height:100%;min-height:400px}.ctv-chat--collapsed{min-height:auto;height:auto}.ctv-chat__toggle{background:none;border:none;color:var(--ctv-text-muted);padding:10px 16px;cursor:pointer;font-size:.8rem;text-align:left;font-family:inherit;border-bottom:1px solid var(--ctv-border)}.ctv-chat__toggle:hover{color:var(--ctv-text)}.ctv-chat__body{flex:1;min-height:0}.ctv-chat__iframe{width:100%;height:100%;min-height:350px;border-radius:0 0 var(--ctv-radius) var(--ctv-radius)}.ctv-chat__placeholder{padding:32px 20px;text-align:center;color:var(--ctv-text-muted)}.ctv-chat__placeholder p{margin:8px 0}.ctv-chat__hint{font-size:.8rem}.ctv-chat__hint code{background:var(--ctv-surface-2);padding:2px 6px;border-radius:4px;font-size:.8rem}.ctv-viewers{display:flex;align-items:center;gap:6px;font-size:.8rem}.ctv-viewers__dot{width:8px;height:8px;border-radius:50%;background:var(--ctv-green)}.ctv-viewers--offline .ctv-viewers__dot{background:var(--ctv-red)}.ctv-viewers__dot--pulse{animation:ctv-pulse 2s infinite}.ctv-viewers__count{color:var(--ctv-text-muted)}.ctv-reactions{position:relative}.ctv-reactions__bar{display:flex;gap:6px;justify-content:center;background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:24px;padding:6px 16px}.ctv-reactions__btn{background:none;border:none;font-size:1.3rem;cursor:pointer;padding:4px 8px;border-radius:8px;transition:transform .15s,background .15s;line-height:1}.ctv-reactions__btn:hover{background:#ffffff14;transform:scale(1.2)}.ctv-reactions__btn:active{transform:scale(.9)}.ctv-reactions__floating{position:absolute;bottom:100%;left:0;right:0;height:120px;pointer-events:none;overflow:hidden}.ctv-reactions__bubble{position:absolute;bottom:0;font-size:1.5rem;animation:ctv-float-up 2s ease-out forwards;opacity:0}.ctv-timeline{background:var(--ctv-surface);border:1px solid var(--ctv-border);border-radius:var(--ctv-radius);padding:12px 20px 16px;position:relative}.ctv-timeline__years{position:relative;height:18px;margin-bottom:4px}.ctv-timeline__year{position:absolute;transform:translate(-50%);font-size:.65rem;color:var(--ctv-text-muted);font-weight:600;letter-spacing:.05em}.ctv-timeline__track{position:relative;height:8px;background:var(--ctv-border);border-radius:4px;overflow:visible}.ctv-timeline__fill{height:100%;background:linear-gradient(90deg,var(--ctv-gold),#e6c87a);border-radius:4px;transition:width .5s ease}.ctv-timeline__dot{position:absolute;top:50%;width:6px;height:6px;background:var(--ctv-text-muted);border:none;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;padding:0;transition:all .2s;z-index:1}.ctv-timeline__dot:hover{background:var(--ctv-gold);width:10px;height:10px;box-shadow:0 0 8px var(--ctv-gold-glow);z-index:2}.ctv-timeline__dot--active{background:var(--ctv-gold);width:10px;height:10px;box-shadow:0 0 12px var(--ctv-gold-glow);z-index:3}.ctv-timeline__current{position:absolute;top:100%;transform:translate(-50%);color:var(--ctv-gold);font-size:.8rem;margin-top:2px;transition:left .5s ease}.ctv__toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:8px;font-size:.85rem;z-index:1000;animation:ctv-slide-up .3s ease}.ctv__toast--warning{background:#e74c3ce6;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes ctv-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ctv-pulse-text{0%{opacity:1}to{opacity:.5}}@keyframes ctv-float-up{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100px) scale(1.3);opacity:0}}@keyframes ctv-slide-up{0%{transform:translate(-50%,20px);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes tuner-scan{0%,to{opacity:1;transform:rotate(0)}50%{opacity:.3;transform:rotate(15deg)}}@keyframes tuner-tune{0%{opacity:1;transform:scale(1)}25%{opacity:.2;transform:scale(.97)}50%{opacity:.6;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}@keyframes tuner-static{0%{background-position:0 0,0 0}33%{background-position:-5% 5%,3% -3%}66%{background-position:5% -5%,-3% 3%}to{background-position:-3% -3%,5% 5%}}@media (max-width: 900px){.ctv__main{grid-template-columns:1fr}.ctv__right{order:-1}.ctv-chat{min-height:auto}.ctv-chat--collapsed .ctv-chat__body{display:none}.tuner__channels{grid-template-columns:repeat(3,1fr);gap:8px}.tuner__channel{padding:12px 8px}.tuner__channel-event{font-size:.7rem}.tuner__channel-key{width:40px;height:40px;font-size:1.2rem}.kbd-hud{bottom:12px;right:12px}}@media (max-width: 600px){.ctv__header{padding:8px 16px}.ctv__main{padding:8px;gap:8px}.ctv__footer{padding:8px 12px 12px}.tuner__channels{grid-template-columns:repeat(3,1fr);gap:6px}.tuner__channel{padding:10px 6px}.tuner__channel-key{width:36px;height:36px;font-size:1.1rem}.tuner__channel-nr{font-size:.8rem}.tuner__channel-date{font-size:.6rem}.tuner__channel-event{display:none}.tuner__hint{font-size:.65rem}.ctv__logo-tag{display:none}.ctv-reactions__bar{padding:4px 10px;gap:2px}.ctv-reactions__btn{font-size:1.1rem;padding:2px 4px}.ctv-timeline__dot{width:4px;height:4px}.kbd-hud__toggle{width:34px;height:34px;font-size:.85rem}.kbd-hud__panel{min-width:170px}}.watch-page{min-height:100vh;background:var(--pr-bg, #0a0a0c);color:var(--pr-text, #e4e0d8);font-family:Inter,system-ui,-apple-system,sans-serif}.watch-404{display:flex;align-items:center;justify-content:center;text-align:center}.watch-404 h1{font-size:2rem;margin:0 0 12px}.watch-404 p{opacity:.7;margin:0 0 20px}.w-back-link{color:var(--pr-gold, #c9a962);text-decoration:none;font-weight:700}.w-breadcrumb{display:flex;align-items:center;gap:8px;padding:14px 24px;font-size:13px;border-bottom:1px solid rgba(255,255,255,.06);background:#121215e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:50}.w-crumb{color:var(--pr-muted, #7a7872);text-decoration:none;transition:color .2s}.w-crumb:hover{color:var(--pr-gold, #c9a962)}.w-crumb-sep{color:#ffffff26;font-size:11px}.w-crumb-genre{font-weight:600}.w-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;max-width:1400px;margin:0 auto;padding:24px}.w-player{position:relative;width:100%;padding-top:56.25%;border-radius:14px;overflow:hidden;box-shadow:0 16px 48px #0006;background:#000}.w-player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.w-info{padding:20px 0}.w-title{font-size:clamp(1.3rem,2.2vw,2rem);font-weight:800;line-height:1.25;margin:0 0 14px;color:#f5f7ff}.w-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;margin-bottom:18px}.w-genre-tag{padding:4px 12px;border-radius:20px;font-weight:700;font-size:12px}.w-year,.w-duration,.w-views{color:var(--pr-muted, #7a7872)}.w-history-box{display:flex;gap:14px;padding:16px;background:#84cc160f;border:1px solid rgba(132,204,22,.15);border-radius:12px;margin-bottom:18px;font-size:14px}.w-history-icon{font-size:24px;flex-shrink:0}.w-history-box strong{color:#84cc16;display:block;margin-bottom:6px}.w-history-event{margin:0 0 4px;color:#e4e0d8}.w-history-en{margin:0 0 4px;color:var(--pr-muted);font-style:italic}.w-history-loc{margin:0 0 2px;color:#84cc16;font-size:13px}.w-history-note{margin:0;color:var(--pr-muted);font-size:12px}.w-desc{margin-bottom:20px;line-height:1.65;color:#e4e0d8d9;font-size:14px}.w-desc p{margin:0 0 6px}.w-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.w-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.w-btn-yt{background:red;color:#fff}.w-btn-yt:hover{background:#c00;transform:translateY(-1px);box-shadow:0 4px 16px #ff00004d}.w-prevnext{display:flex;justify-content:space-between;gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.w-pn-link{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--pr-surface, #121215);border:1px solid rgba(255,255,255,.06);border-radius:12px;text-decoration:none;color:inherit;max-width:48%;transition:all .2s}.w-pn-link:hover{border-color:var(--pr-gold, #c9a962);background:#c9a9620f}.w-pn-next{text-align:right;margin-left:auto}.w-pn-arrow{font-size:20px;color:var(--pr-gold, #c9a962);font-weight:700;flex-shrink:0}.w-pn-text{display:flex;flex-direction:column;min-width:0}.w-pn-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--pr-muted, #7a7872);margin-bottom:2px}.w-pn-title{font-size:13px;font-weight:600;color:#f5f7ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-sidebar{position:sticky;top:56px;max-height:calc(100vh - 70px);overflow-y:auto;padding-bottom:40px}.w-sidebar::-webkit-scrollbar{width:4px}.w-sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.w-sidebar-title{font-size:15px;font-weight:700;color:#f5f7ff;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}.w-sidebar-discover{margin-top:24px}.w-related-list{display:flex;flex-direction:column;gap:12px}.w-related-card{display:flex;gap:12px;text-decoration:none;color:inherit;border-radius:10px;padding:6px;transition:all .2s}.w-related-card:hover{background:#ffffff0a}.w-related-thumb{position:relative;flex-shrink:0;width:140px;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#111}.w-related-thumb img{width:100%;height:100%;object-fit:cover}.w-related-dur{position:absolute;bottom:4px;right:4px;background:#000000d9;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px}.w-related-info{display:flex;flex-direction:column;gap:3px;min-width:0;padding:4px 0}.w-related-title{font-size:13px;font-weight:600;line-height:1.3;margin:0;color:#f5f7ff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.w-related-meta{font-size:11px;font-weight:700}.w-related-year,.w-related-views{font-size:11px;color:var(--pr-muted, #7a7872)}.w-footer{text-align:center;padding:32px 24px;border-top:1px solid rgba(255,255,255,.06);margin-top:40px}.w-footer-nav{display:flex;justify-content:center;gap:24px;margin-bottom:12px}.w-footer-nav a{color:var(--pr-gold, #c9a962);text-decoration:none;font-size:14px;font-weight:600}.w-footer-nav a:hover{text-decoration:underline}.w-footer-copy{font-size:12px;color:var(--pr-muted, #7a7872);margin:0}@media (max-width: 960px){.w-layout{grid-template-columns:1fr;padding:16px;gap:24px}.w-sidebar{position:static;max-height:none}.w-related-list{flex-direction:row;overflow-x:auto;gap:14px;padding-bottom:8px}.w-related-card{flex-direction:column;min-width:180px;max-width:200px;flex-shrink:0}.w-related-thumb{width:100%}.w-prevnext{flex-direction:column}.w-pn-link{max-width:100%}}@media (max-width: 500px){.w-breadcrumb{padding:10px 14px;font-size:12px}.w-title{font-size:1.2rem}.w-player{border-radius:8px}}.timeline-page{min-height:100vh;background:var(--pr-bg, #0a0a0c);color:var(--pr-text, #e4e0d8);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.tl-header{position:relative;padding:2rem 3rem 1.5rem;background:linear-gradient(to bottom,rgba(201,169,98,.08),transparent);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap}.tl-back{color:var(--pr-gold, #c9a962);text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:.03em;opacity:.7;transition:opacity .2s;flex-shrink:0;padding-top:.4rem}.tl-back:hover{opacity:1}.tl-header-content{flex:1;min-width:200px}.tl-header h1{font-size:1.8rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.tl-header-icon{display:inline-block;margin-right:.3rem}.tl-header-sub{margin:.4rem 0 0;font-size:.85rem;color:var(--pr-muted, #7a7872)}.tl-header-stats{display:flex;gap:1.5rem;flex-shrink:0}.tl-stat{text-align:center}.tl-stat-val{display:block;font-size:1.3rem;font-weight:700;color:var(--pr-gold, #c9a962)}.tl-stat-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--pr-muted, #7a7872);margin-top:.1rem}.tl-filters{position:sticky;top:0;z-index:100;background:#0a0a0ceb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);padding:.75rem 3rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tl-genre-pills{display:flex;gap:.4rem;flex-wrap:wrap;flex:1}.tl-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border-radius:100px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--pr-muted, #7a7872);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tl-pill:hover{background:#ffffff12;color:#fff;border-color:#ffffff26}.tl-pill.active{background:var(--pill-glow, rgba(201, 169, 98, .15));color:var(--pill-color, var(--pr-gold, #c9a962));border-color:var(--pill-color, var(--pr-gold, #c9a962));font-weight:600}.tl-pill-count{font-size:.65rem;opacity:.6}.tl-search-wrap{position:relative;flex-shrink:0}.tl-search{width:220px;padding:.4rem 2rem .4rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font-size:.8rem;outline:none;transition:border-color .2s}.tl-search::placeholder{color:var(--pr-muted, #7a7872)}.tl-search:focus{border-color:var(--pr-gold, #c9a962)}.tl-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--pr-muted, #7a7872);cursor:pointer;font-size:.8rem;padding:4px}.tl-filter-result{font-size:.75rem;color:var(--pr-muted, #7a7872);white-space:nowrap;flex-shrink:0}.tl-main{display:flex;max-width:1400px;margin:0 auto;padding:2rem 1rem;gap:1rem}.tl-decade-nav{position:sticky;top:80px;width:140px;flex-shrink:0;max-height:calc(100vh - 100px);overflow-y:auto;padding:.5rem 0}.tl-decade-nav-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--pr-muted, #7a7872);padding:0 .5rem .5rem}.tl-decade-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4rem .6rem;border:none;border-left:2px solid transparent;background:none;color:var(--pr-muted, #7a7872);font-size:.8rem;cursor:pointer;transition:all .15s;text-align:left}.tl-decade-btn:hover{color:#fff;background:#ffffff08}.tl-decade-btn.active{color:var(--pr-gold, #c9a962);border-left-color:var(--pr-gold, #c9a962);background:#c9a9620f;font-weight:600}.tl-decade-count{font-size:.65rem;opacity:.5;min-width:20px;text-align:right}.tl-content{flex:1;min-width:0;position:relative;padding-left:2rem}.tl-line{position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,rgba(201,169,98,.3) 5%,rgba(201,169,98,.3) 95%,transparent)}.tl-decade{margin-bottom:3rem;scroll-margin-top:100px}.tl-decade-marker{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;position:relative}.tl-decade-dot{position:absolute;left:-2.45rem;top:.35rem;width:14px;height:14px;border-radius:50%;background:var(--pr-gold, #c9a962);border:3px solid var(--pr-bg, #0a0a0c);box-shadow:0 0 0 2px #c9a9624d;z-index:2}.tl-decade-info h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.tl-decade-context{margin:.2rem 0 0;font-size:.8rem;color:var(--pr-muted, #7a7872);font-style:italic}.tl-decade-badge{display:inline-block;margin-top:.3rem;padding:.15rem .6rem;border-radius:100px;background:#c9a9621a;color:var(--pr-gold, #c9a962);font-size:.7rem;font-weight:500}.tl-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.tl-card{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:var(--pr-card, #18181c);border:1px solid rgba(255,255,255,.06);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tl-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0006;border-color:var(--genre-color, rgba(255, 255, 255, .12))}.tl-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}.tl-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tl-card:hover .tl-card-thumb img{transform:scale(1.05)}.tl-card-dur{position:absolute;bottom:6px;right:6px;padding:2px 6px;border-radius:4px;background:#000c;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.02em}.tl-card-badge{position:absolute;top:6px;left:6px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;box-shadow:0 2px 6px #0006}.tl-card-body{padding:.6rem .8rem .8rem;flex:1;display:flex;flex-direction:column;gap:.3rem}.tl-card-title{font-size:.82rem;font-weight:600;color:#fff;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tl-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--pr-muted, #7a7872);flex-wrap:wrap}.tl-card-genre{font-weight:600}.tl-card-event{font-size:.68rem;color:var(--pr-muted, #7a7872);display:flex;flex-direction:column;gap:.1rem;margin-top:auto;padding-top:.3rem;border-top:1px solid rgba(255,255,255,.04)}.tl-card-ev{font-style:italic;opacity:.7}.tl-empty{text-align:center;padding:4rem 2rem;color:var(--pr-muted, #7a7872)}.tl-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.tl-empty p{margin-bottom:1rem}.tl-footer{text-align:center;padding:3rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.06);margin-top:4rem}.tl-footer-brand{display:flex;justify-content:center;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.8rem}.tl-footer-brand a{color:var(--pr-gold, #c9a962);text-decoration:none;font-size:.85rem;transition:opacity .2s}.tl-footer-brand a:hover{opacity:.8}.tl-footer-sep{color:var(--pr-muted, #7a7872)}.tl-footer-copy{font-size:.75rem;color:var(--pr-muted, #7a7872);margin:0}@media (max-width: 900px){.tl-header{padding:1.5rem 1.5rem 1rem;flex-direction:column;gap:1rem}.tl-header h1{font-size:1.3rem}.tl-header-stats{gap:1rem}.tl-filters{padding:.6rem 1rem}.tl-genre-pills{order:2;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tl-genre-pills::-webkit-scrollbar{display:none}.tl-search-wrap{order:1;width:100%}.tl-search{width:100%}.tl-filter-result{order:3}.tl-main{flex-direction:column;padding:1rem}.tl-decade-nav{position:static;width:100%;display:flex;gap:.3rem;flex-wrap:wrap;max-height:none;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.tl-decade-nav-title{width:100%}.tl-decade-btn{border-left:none;border-bottom:2px solid transparent;padding:.3rem .5rem;font-size:.75rem;flex:0 0 auto}.tl-decade-btn.active{border-left:none;border-bottom-color:var(--pr-gold, #c9a962)}.tl-content{padding-left:1.5rem}.tl-line{left:0}.tl-decade-dot{left:-1.9rem}.tl-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}}@media (max-width: 500px){.tl-cards{grid-template-columns:1fr}.tl-header-stats{flex-wrap:wrap}}
