/* ===== 짠TV 채널 홈 ===== */
.ztv-ch__banner{width:100%;aspect-ratio:6/1;min-height:96px;max-height:220px;border-radius:14px;overflow:hidden;background:linear-gradient(120deg,var(--surface-2),var(--accent-soft));}
.ztv-ch__banner img{width:100%;height:100%;object-fit:cover;display:block;}

.ztv-ch__head{display:flex;align-items:flex-start;gap:20px;padding:20px 6px 8px;}
.ztv-ch__av{flex:0 0 96px;width:96px;height:96px;border-radius:50%;overflow:hidden;background:var(--surface-2);display:grid;place-items:center;}
.ztv-ch__av img{width:100%;height:100%;object-fit:cover;display:block;}
.ztv-ch__av--s{flex:0 0 64px;width:64px;height:64px;}
.ztv-ch__avph{font-size:36px;font-weight:900;color:var(--accent);}
.ztv-ch__info{flex:1;min-width:0;}
.ztv-ch__info h1{margin:2px 0 6px;font-size:24px;font-weight:900;letter-spacing:-.02em;}
.ztv-ch__meta{display:flex;flex-wrap:wrap;gap:7px;color:var(--sub);font-size:13.5px;}
.ztv-ch__desc{margin:10px 0 0;color:var(--sub);font-size:13.5px;line-height:1.6;max-width:640px;}
.ztv-ch__actions{flex:0 0 auto;display:flex;gap:8px;padding-top:6px;}
.ztv-ch__btn,.zzan a.ztv-ch__btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13.5px;font-weight:700;cursor:pointer;}
.ztv-ch__btn:hover{background:var(--surface-2);}
.ztv-ch__btn--p,.zzan a.ztv-ch__btn--p{background:var(--accent);border-color:var(--accent);color:#fff;}
.ztv-ch__btn--p:hover{background:var(--accent);opacity:.9;}

.ztv-ch__tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin:14px 0 20px;}
.ztv-ch__tabs span{padding:10px 14px;font-size:14px;font-weight:800;color:var(--sub);border-bottom:2px solid transparent;}
.ztv-ch__tabs span.is-active{color:var(--text);border-bottom-color:var(--text);}

@media(max-width:640px){
  .ztv-ch__head{flex-wrap:wrap;gap:14px;}
  .ztv-ch__av{flex-basis:72px;width:72px;height:72px;}
  .ztv-ch__actions{width:100%;padding-top:0;}
}

/* ===== 채널 관리(스튜디오) ===== */
.ztv-studio{max-width:820px;}
.ztv-studio__h{font-size:22px;font-weight:900;margin:4px 0 18px;}
.ztv-studio__form{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;}
.ztv-studio__row{margin-bottom:18px;}
.ztv-studio__row label{display:block;font-size:13px;font-weight:800;color:var(--sub);margin-bottom:7px;}
.ztv-studio__row input[type=text],.ztv-studio__row textarea{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font:inherit;font-size:14px;padding:10px 13px;outline:0;}
.ztv-studio__row input[type=text]:focus,.ztv-studio__row textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);}
.ztv-studio__row small{display:block;margin-top:6px;color:var(--mute);font-size:12px;}
.ztv-studio__handle{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);overflow:hidden;}
.ztv-studio__handle span{padding:10px 0 10px 13px;color:var(--mute);font-weight:800;}
.ztv-studio__handle input{flex:1;border:0 !important;background:none !important;box-shadow:none !important;padding-left:4px !important;}
.ztv-studio__imgset{display:flex;align-items:center;gap:14px;}
.ztv-studio__bannerbox{aspect-ratio:6/1;min-height:60px;border-radius:10px;overflow:hidden;background:var(--surface-2);margin-bottom:8px;}
.ztv-studio__bannerbox img{width:100%;height:100%;object-fit:cover;display:block;}
.ztv-studio__foot{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;}
.ztv-studio__foot button{font:inherit;}

.ztv-studio__h2{font-size:17px;font-weight:900;margin:26px 0 12px;}
.ztv-studio__h2 span{color:var(--accent);}
.ztv-studio__list{display:flex;flex-direction:column;gap:8px;}
.ztv-studio__item{display:flex;align-items:center;gap:14px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);}
.ztv-studio__item:hover{background:var(--surface-2);}
.ztv-studio__th{flex:0 0 120px;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:var(--surface-2);}
.ztv-studio__th img{width:100%;height:100%;object-fit:cover;display:block;}
.ztv-studio__it{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;}
.ztv-studio__it b{font-size:14.5px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ztv-studio__it em{font-style:normal;font-size:12.5px;color:var(--mute);}
.ztv-studio__st{flex:0 0 auto;font-size:12px;font-weight:800;padding:5px 10px;border-radius:999px;background:var(--surface-2);color:var(--sub);}
.ztv-studio__st.is-ready{background:var(--accent-soft);color:var(--accent);}
.ztv-studio__st.is-failed{background:#fdecec;color:#d33;}

/* watch 페이지 채널 링크 */
.ztv-author a.ztv-author__ch{display:flex;align-items:center;gap:12px;color:var(--text);}
.ztv-author .ztv-author__h{font-size:12.5px;color:var(--mute);font-weight:600;}

/* ===== 스튜디오 영상 수정 ===== */
.ztv-studio__row2{display:flex;align-items:center;gap:10px;}
.ztv-studio__row2 .ztv-studio__item{flex:1;min-width:0;margin-bottom:0;}
.ztv-studio__list .ztv-studio__row2{margin-bottom:8px;}
.ztv-studio__edit{flex:0 0 auto;}
.ztv-edit__preview{aspect-ratio:16/9;max-width:360px;border-radius:12px;overflow:hidden;background:var(--surface-2);}
.ztv-edit__preview img{width:100%;height:100%;object-fit:cover;display:block;}
.ztv-edit__sel{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font:inherit;font-size:14px;padding:10px 13px;outline:0;}
.ztv-edit__check{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--sub);cursor:pointer;}
.ztv-edit__check input{width:16px;height:16px;accent-color:var(--accent);}
.ztv-edit__del{color:#d33;border-color:#e8b4b4;margin-right:auto;}
.ztv-edit__del:hover{background:#fdecec;}
