/* ── Theater Archive Page Styles ── */
.th-hero{background:linear-gradient(180deg,#0d0d0d 0%,#111 100%);border-bottom:1px solid var(--border)}
.th-hero-badge{display:inline-block;background:rgba(0,224,84,.1);color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;border:1px solid rgba(0,224,84,.2)}

/* Stats bar */
.th-stats{display:inline-flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:14px 28px}
.th-stat{text-align:center;padding:0 20px}
.th-stat-num{display:block;font-size:1.5rem;font-weight:800;color:var(--gold);line-height:1}
.th-stat-label{display:block;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:3px}
.th-stat-div{width:1px;height:32px;background:var(--border)}

/* Filter bar */
.th-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.th-search-wrap{display:flex;align-items:center;gap:10px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:10px 16px;flex:1;min-width:200px}
.th-search-wrap input{background:none;border:none;outline:none;color:var(--text);font-size:.88rem;width:100%}
.th-search-wrap input::placeholder{color:var(--text-muted)}
.th-filter-chips{display:flex;gap:6px;flex-wrap:wrap}
.th-chip{padding:8px 16px;border-radius:20px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}
.th-chip.active{background:var(--gold);color:#000;border-color:var(--gold)}
.th-chip:hover:not(.active){border-color:var(--gold);color:var(--gold)}
.th-area-select{padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.8rem;outline:none;cursor:pointer}
.th-view-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.th-view-btn{padding:8px 12px;background:var(--bg-card);border:none;color:var(--text-muted);cursor:pointer;transition:all .15s}
.th-view-btn.active{background:var(--gold);color:#000}
.th-results-count{font-size:.78rem;color:var(--text-muted);margin-bottom:18px}

/* Grid cards */
.th-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.th-card{display:flex;flex-direction:column;text-decoration:none;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color .2s,transform .2s;height:100%}
.th-card:hover{border-color:var(--gold);transform:translateY(-3px)}
.th-card-img{position:relative;height:188px;overflow:hidden;background:var(--bg-card2)}
.th-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.th-card:hover .th-card-img img{transform:scale(1.04)}
.th-card-img-ph,.th-card-img-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}
.th-card-badge{position:absolute;top:12px;left:12px;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:20px;color:#000}
.th-card-rat{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.72);color:var(--gold);font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:20px;border:1px solid rgba(0,224,84,.2)}
.th-card-body{padding:16px;display:flex;flex-direction:column;flex:1}
.th-card-name{font-size:.98rem;font-weight:700;color:var(--white);margin:0 0 5px;font-family:'Inter',-apple-system,sans-serif;line-height:1.3}
.th-card-area{display:flex;align-items:center;gap:5px;font-size:.72rem;color:var(--text-muted);margin-bottom:10px}
.th-card-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}
.th-card-meta span{display:flex;align-items:center;gap:4px;font-size:.72rem;color:var(--text-muted)}
.th-card-ams{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}
.th-am{font-size:.62rem;font-weight:600;padding:3px 8px;border-radius:5px;background:rgba(255,255,255,.06);color:var(--text-muted);border:1px solid rgba(255,255,255,.08)}
.th-am-more{color:var(--gold);border-color:rgba(0,224,84,.2);background:rgba(0,224,84,.07)}
.th-card-foot{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);margin-top:auto}
.th-view-lnk{font-size:.75rem;color:var(--gold);font-weight:600}
.th-book-btn{font-size:.7rem;font-weight:700;padding:5px 10px;border-radius:6px;cursor:pointer}
.th-bms{background:var(--gold);color:#000}
.th-dist{background:#6366f1;color:#fff}

/* List view */
.th-li-card{display:flex;align-items:center;gap:0;text-decoration:none;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .2s,transform .15s}
.th-li-card:hover{border-color:var(--gold);transform:translateX(3px)}
.th-li-img{width:110px;height:82px;flex-shrink:0;overflow:hidden;background:var(--bg-card2)}
.th-li-img img{width:100%;height:100%;object-fit:cover}
.th-li-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem}
.th-li-body{flex:1;padding:14px 16px;min-width:0}
.th-li-badge{font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:4px}
.th-li-name{font-size:.92rem;font-weight:700;color:var(--white);margin:0 0 3px}
.th-li-area{display:flex;align-items:center;gap:4px;font-size:.7rem;color:var(--text-muted)}
.th-li-meta{display:flex;gap:12px;font-size:.7rem;color:var(--text-muted);margin-top:5px}
.th-li-rat{font-size:1.1rem;font-weight:800;color:var(--gold);padding:0 16px;flex-shrink:0}
.th-li-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding:0 16px;flex-shrink:0}

/* Under Construction */
.th-chip-uc{border-color:#ff8000!important;color:#ff8000!important}
.th-chip-uc.active{background:#ff8000!important;color:#000!important;border-color:#ff8000!important}
.th-chip-uc:hover:not(.active){background:rgba(255,128,0,.1)!important}
.th-uc-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(179,95,0,.92) 0%,rgba(179,95,0,.6) 100%);color:#fff;font-size:.68rem;font-weight:800;text-align:center;padding:7px 8px;letter-spacing:.06em;text-transform:uppercase}
.th-card-uc .th-card-img img{filter:grayscale(40%) brightness(.85)}
.th-uc-pill{display:inline-block;background:#ff8000;color:#000;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:2px 8px;border-radius:4px;margin-left:6px;vertical-align:middle}
.th-li-uc .th-li-img img{filter:grayscale(40%) brightness(.85)}

/* SEO content block */
.th-seo-block{max-width:780px;margin:0 auto;padding:48px 0 0;border-top:1px solid var(--border)}
.th-seo-h2{font-size:1.15rem;font-weight:700;color:var(--white);margin:0 0 12px;font-family:'Inter',-apple-system,sans-serif}
.th-seo-block p{font-size:.88rem;color:var(--text-muted);line-height:1.8;margin:0 0 14px}
.th-seo-block strong{color:var(--text)}
.th-faq{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.th-faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}
.th-faq-q{padding:14px 18px;font-size:.88rem;font-weight:600;color:var(--white);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.th-faq-q::after{content:'+';color:var(--gold);font-size:1.1rem;flex-shrink:0;margin-left:12px}
.th-faq-item[open] .th-faq-q::after{content:'−'}
.th-faq-a{padding:0 18px 14px;font-size:.84rem;color:var(--text-muted);line-height:1.7;margin:0}

/* Responsive */
@media(max-width:1024px){.th-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.th-grid{grid-template-columns:1fr}.th-search-wrap{min-width:100%}}
