/* GWATCH SERIES MANAGEMENT ADMIN V15 */
#gw15SeriesManager{margin:22px 0 30px}
.gw15-shell{border:1px solid #28313d;border-radius:16px;background:#0b1017;overflow:hidden}
.gw15-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid #252e39;background:linear-gradient(145deg,#101721,#0b1017)}
.gw15-head small{display:block;color:#d8b65b;font-size:9px;font-weight:900;letter-spacing:.16em}
.gw15-head h2{margin:4px 0 0;font-size:24px}
.gw15-head p{margin:6px 0 0;color:#8f9aa6;font-size:11px;max-width:680px}
.gw15-head button{background:#fff;color:#111;border:0;border-radius:9px;padding:10px 13px;font-weight:850}
.gw15-grid{display:grid;grid-template-columns:minmax(330px,.8fr) 1.2fr;min-height:500px}
.gw15-list{border-right:1px solid #252e39;padding:14px;overflow:auto;max-height:720px}
.gw15-item{display:grid;grid-template-columns:74px 1fr auto;gap:11px;align-items:center;padding:10px;border:1px solid #252e39;border-radius:11px;background:#0e141d;margin-bottom:9px;cursor:pointer;transition:.25s}
.gw15-item:hover,.gw15-item.active{border-color:rgba(216,182,91,.42);background:#121a25;transform:translateY(-2px)}
.gw15-thumb{width:74px;aspect-ratio:16/9;border-radius:7px;background:#171e28 center/cover no-repeat}
.gw15-item b{font-size:12px}.gw15-item p{margin:4px 0 0;color:#87919d;font-size:9px}
.gw15-status{font-size:8px;font-weight:900;letter-spacing:.08em;color:#d8b65b}
.gw15-editor{padding:20px}
.gw15-empty{display:grid;place-items:center;min-height:430px;color:#75808d;text-align:center}
.gw15-form label{display:block;color:#aeb6c2;font-size:10px;font-weight:750;margin-bottom:12px}
.gw15-form input,.gw15-form textarea,.gw15-form select{width:100%;margin-top:6px;background:#0a0f16;border:1px solid #2b3541;border-radius:9px;color:#fff;padding:10px 11px}
.gw15-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gw15-upload{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}
.gw15-upload button{height:39px;border:1px solid #36414e;border-radius:8px;background:#171e28;color:#fff;font-weight:800}
.gw15-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.gw15-actions button{border:1px solid #37414d;border-radius:8px;background:#161d26;color:#fff;padding:9px 12px;font-weight:800}
.gw15-actions .primary{background:#fff;color:#111;border-color:#fff}.gw15-actions .danger{background:#2a1113;border-color:#633137;color:#ffb8b8}
.gw15-episodes{margin-top:22px;border-top:1px solid #252e39;padding-top:16px}
.gw15-episodes h3{margin:0 0 10px;font-size:15px}.gw15-episode{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:8px;border:1px solid #252e39;border-radius:9px;margin-bottom:7px}.gw15-ep-thumb{width:54px;aspect-ratio:16/9;background:#161d26 center/cover no-repeat;border-radius:5px}.gw15-episode b{font-size:10px}.gw15-episode span{font-size:9px;color:#8f99a5}
.gw15-selector-note{font-size:9px;color:#7f8a96;margin-top:5px}
@media(max-width:850px){.gw15-grid{grid-template-columns:1fr}.gw15-list{border-right:0;border-bottom:1px solid #252e39;max-height:320px}.gw15-two{grid-template-columns:1fr}}
