.tvcf-cdj{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.tvcf-cdj__header{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:12px 0}
.tvcf-cdj__brand{display:flex;align-items:center;gap:12px}
.tvcf-cdj__logo{height:36px;width:auto}
.tvcf-cdj h2{margin:0;font-size:20px}
.tvcf-cdj__subtitle{color:#666;font-size:13px;margin-top:6px}
.tvcf-cdj__filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.tvcf-cdj__select,.tvcf-cdj__search{padding:8px 10px;border:1px solid #e6e6e6;border-radius:10px}
.tvcf-cdj__notice{background:#fff7e6;border:1px solid #ffe1ad;padding:10px 12px;border-radius:12px;margin:10px 0}
.tvcf-cdj__notice ul{margin:8px 0 0 18px}
.tvcf-cdj__grid{display:grid;grid-template-columns:1fr 360px;gap:16px}
.tvcf-cdj__hero{background:linear-gradient(90deg,rgba(11,107,90,0.08),rgba(11,107,90,0.02));padding:12px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.tvcf-cdj__muted{color:#666;font-size:13px}
.tvcf-cdj__stats{display:flex;flex-direction:column;align-items:flex-end;color:#444;font-size:13px}
.tvcf-cdj__films-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}
.tvcf-cdj__card{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(10,10,10,0.04);overflow:hidden;display:flex;min-height:150px}
.tvcf-cdj__poster{width:110px;flex:0 0 110px;background:#f2f2f2;display:flex;align-items:center;justify-content:center}
.tvcf-cdj__poster img{width:100%;height:100%;object-fit:cover}
.tvcf-cdj__poster--ph{font-size:13px;color:#666}
.tvcf-cdj__body{padding:10px;flex:1}
.tvcf-cdj__row{display:flex;justify-content:space-between;gap:10px}
.tvcf-cdj__film-title{font-weight:700}
.tvcf-cdj__meta{color:#666;font-size:13px;margin-top:4px}
.tvcf-cdj__times{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.tvcf-cdj__time{background:#f1f1f1;padding:6px 8px;border-radius:8px;font-size:13px;text-decoration:none;color:#111}
.tvcf-cdj__time:hover{filter:brightness(0.95)}
.tvcf-cdj__aside .tvcf-cdj__panel{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(10,10,10,0.04);padding:12px}
.tvcf-cdj__panel--note{margin-top:12px}
.tvcf-cdj__cinema{border-top:1px dashed #eee;padding:10px 0}
.tvcf-cdj__cinema:first-child{border-top:none}
.tvcf-cdj__cinema-head{width:100%;background:none;border:none;padding:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}
.tvcf-cdj__cinema-name{font-weight:600}
.tvcf-cdj__cinema-body{margin-top:10px;display:none}
.tvcf-cdj__links{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.tvcf-cdj__links a{text-decoration:none}
.tvcf-cdj__mini{margin:0;padding-left:16px}
.tvcf-cdj__empty{background:#fff;border-radius:12px;padding:14px;color:#666}
@media (max-width: 900px){
  .tvcf-cdj__grid{grid-template-columns:1fr}
  .tvcf-cdj__films-grid{grid-template-columns:1fr}
  .tvcf-cdj__poster{width:96px;flex-basis:96px}
}
