.oio-hidden{display:none;}
/* Minimal modal styles so it works with existing themes */
#oio-series-modal .oio-modal-backdrop{position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:99998;}
#oio-series-modal .oio-modal{position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); background:#fff; z-index:99999; padding:18px; width:320px; border-radius:8px; box-shadow:0 8px 30px rgba(0,0,0,0.2);}
#oio-series-modal .oio-close{float:right; background:transparent; border:0; font-size:20px; line-height:1;}
.oio-field{margin-bottom:12px;}
.oio-field label{display:block; margin-bottom:6px;}
.oio-download-action{padding:8px 14px; border-radius:6px; cursor:pointer;}
.oio-series-download-btn{padding:10px 16px; border-radius:6px; cursor:pointer;}
/* admin styles */
#oio-series-admin-app .oio-season{border:1px solid #e5e5e5; padding:8px; margin-bottom:10px; border-radius:6px;}
#oio-series-admin-app .oio-episode-row{display:flex; gap:6px; margin-bottom:6px; align-items:center;}
#oio-series-admin-app input.small{width:120px;}
#oio-series-admin-app input.wide{flex:1;}
