:root{--ink:#17181c;--muted:#74767f;--line:#e7e7e9;--surface:#fff;--soft:#f5f5f6;--red:#ed3f55;--red-dark:#cf2f45;--blue:#4656df;--shadow:0 24px 60px rgba(20,21,27,.18)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#f7f7f8;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}button,input,textarea{font:inherit}button{color:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#15161a;color:white;padding:28px 20px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;font-weight:760;font-size:18px;letter-spacing:-.02em}.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--red);display:grid;place-items:center;color:white;font-size:20px;font-weight:850;box-shadow:0 8px 22px rgba(237,63,85,.25)}.brand-mark.large{width:52px;height:52px;border-radius:15px;font-size:28px;margin:0 auto 18px}.nav{margin-top:50px}.nav-item{width:100%;height:44px;border:0;border-radius:10px;background:transparent;color:#aeb0b7;display:flex;align-items:center;gap:12px;padding:0 13px;cursor:pointer;text-align:left}.nav-item.active{background:#27282e;color:white}.account{margin-top:auto;border-top:1px solid #303136;padding-top:18px;display:grid;grid-template-columns:34px 1fr 34px;grid-gap:10px;gap:10px;align-items:center}.avatar{height:34px;border-radius:50%;background:#31333a;display:grid;place-items:center;font-weight:700}.account-copy{min-width:0;display:flex;flex-direction:column}.account-copy strong{font-size:14px}.account-copy span,.account-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-copy span{color:#92949c;font-size:12px}.icon-button{width:36px;height:36px;padding:0;border:0;border-radius:9px;background:transparent;display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:var(--soft)}.sidebar .icon-button:hover{background:#2c2d33}.workspace{padding:40px 48px 60px;min-width:0}.topbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:12px;font-weight:750}.drawer-head h2,.topbar h1{margin:0;letter-spacing:-.04em}.topbar h1{font-size:36px}.primary,.secondary{height:42px;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:14px;cursor:pointer}.primary{background:var(--red);border:1px solid var(--red);color:white;box-shadow:0 7px 16px rgba(237,63,85,.15)}.primary:hover{background:var(--red-dark)}.primary:disabled,.secondary:disabled{opacity:.55;cursor:not-allowed}.secondary{background:white;border:1px solid var(--line)}.secondary:hover{background:var(--soft)}.full{width:100%}.toolbar{justify-content:space-between;margin-bottom:14px}.search,.toolbar{display:flex;align-items:center}.search{width:min(520px,70%);height:44px;padding:0 14px;background:white;border:1px solid var(--line);border-radius:12px;gap:10px;color:var(--muted)}.search:focus-within{border-color:#9da1ca;box-shadow:0 0 0 3px rgba(70,86,223,.08)}.search input{border:0;outline:0;width:100%;background:transparent;color:var(--ink)}.count{color:var(--muted);font-size:14px}.catalog{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.catalog-head,.movie-row{display:grid;grid-template-columns:minmax(260px,1.7fr) 120px 90px 100px 34px;grid-gap:18px;gap:18px;align-items:center}.catalog-head{height:44px;padding:0 18px;background:#fafafb;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.movie-row{width:100%;min-height:76px;padding:10px 18px;background:white;border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer}.movie-row:last-child{border-bottom:0}.movie-row:hover{background:#fbfbfc}.movie-main{display:flex;align-items:center;gap:13px;min-width:0}.movie-main>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.movie-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-main small{color:var(--muted)}.poster-mini{width:38px;height:52px;border-radius:7px;background:var(--soft);display:grid;place-items:center;overflow:hidden;flex:none;color:#9a9ca3}.poster-mini img{width:100%;height:100%;object-fit:cover}.badge{display:inline-flex;padding:5px 8px;border-radius:7px;font-size:12px;font-weight:700}.badge.serial{color:#4050c9;background:#eef0ff}.badge.movie{color:#716024;background:#fff6d9}.row-arrow{color:#a2a3a9;display:grid;place-items:center}.empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.empty strong{color:var(--ink)}.empty.compact{min-height:130px;border:1px dashed #d7d7db;border-radius:12px}.notice{display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:10px;margin-bottom:14px}.notice.error{background:#fff0f2;color:#a92739}.drawer-backdrop{position:fixed;inset:0;background:rgba(18,19,23,.38);z-index:20;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{width:min(860px,94vw);height:100%;background:white;box-shadow:var(--shadow);display:flex;flex-direction:column}.drawer-head{padding:24px 28px 20px;display:flex;justify-content:space-between;align-items:flex-start}.drawer-head h2{font-size:26px}.tabs{padding:0 28px;border-bottom:1px solid var(--line);display:flex;gap:25px}.tabs button{height:42px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.tabs button.active{border-color:var(--red);color:var(--ink)}.tabs span{font-size:11px;padding:2px 6px;border-radius:10px;background:var(--soft)}.drawer-body{padding:26px 28px;overflow:auto;flex:1 1}.drawer-footer{min-height:72px;border-top:1px solid var(--line);padding:14px 28px;justify-content:space-between;gap:16px}.drawer-footer,.footer-actions{display:flex;align-items:center}.footer-actions{gap:10px}.error-text,.success-text{font-size:13px;margin-right:5px}.success-text{color:#21804a}.error-text{color:#b22d40}.danger-link,.text-button{border:0;background:transparent;display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-weight:700}.danger-link{color:#c42d42}.text-button{color:var(--blue);padding:8px}.editor-grid{display:grid;grid-template-columns:180px 1fr;grid-gap:28px;gap:28px}.poster-field{display:flex;flex-direction:column;gap:12px}.poster-preview{width:180px;aspect-ratio:2/3;border-radius:12px;background:var(--soft);overflow:hidden;display:grid;place-items:center;color:#a4a5ab;border:1px solid var(--line)}.poster-preview img{width:100%;height:100%;object-fit:cover}.file-button input{display:none}.fields,.stack{gap:18px}.field,.fields,.stack{display:flex;flex-direction:column}.field{gap:7px}.field>span{font-size:13px;font-weight:700;color:#555760}.episode-row input,.field input,.field textarea,.season-fields input{width:100%;border:1px solid #d9dade;border-radius:9px;background:white;padding:10px 11px;outline:0;color:var(--ink)}.episode-row input:focus,.field input:focus,.field textarea:focus,.season-fields input:focus{border-color:#838bd1;box-shadow:0 0 0 3px rgba(70,86,223,.08)}.field textarea{resize:vertical;line-height:1.5}.field input:disabled{background:var(--soft);color:var(--muted)}.two-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.three-cols{display:grid;grid-template-columns:1fr 1fr 1.4fr;grid-gap:14px;gap:14px}.switch-row{border:1px solid var(--line);border-radius:11px;padding:13px;display:flex;gap:11px;align-items:center;cursor:pointer}.switch-row input{accent-color:var(--red);width:18px;height:18px}.switch-row span{display:flex;flex-direction:column;gap:3px}.switch-row small{color:var(--muted)}.section-title{display:flex;justify-content:space-between;align-items:flex-start}.section-title h3{margin:0 0 5px;font-size:20px}.section-title p{margin:0;color:var(--muted);font-size:14px}.season-card,.source-card{border:1px solid var(--line);border-radius:13px;padding:15px}.season-head{display:flex;justify-content:space-between;gap:12px}.season-fields{display:grid;grid-template-columns:80px 1fr;grid-gap:10px;gap:10px;flex:1 1}.icon-button.danger{color:#c42d42}.episodes{margin:14px 0 0 90px;display:flex;flex-direction:column;gap:8px}.episode-row{display:grid;grid-template-columns:65px 1fr 145px 36px;grid-gap:8px;gap:8px;align-items:center}.source-card{display:grid;grid-template-columns:32px 1fr 36px;grid-gap:12px;gap:12px;align-items:start}.source-index{width:28px;height:28px;border-radius:8px;background:var(--soft);display:grid;place-items:center;font-weight:750;font-size:13px}.source-fields{display:flex;flex-direction:column;gap:12px}.loading-block{min-height:220px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.center-screen{min-height:100vh;display:grid;place-items:center;color:var(--muted);grid-gap:10px;gap:10px}.auth-card{width:min(420px,calc(100vw - 36px));background:white;padding:32px;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px rgba(25,26,31,.08);display:flex;flex-direction:column;gap:18px;text-align:left}.center-screen .auth-card{text-align:center}.auth-card h1,.auth-card h2{margin:0;letter-spacing:-.035em}.auth-card p{margin:0;color:var(--muted);line-height:1.55}.auth-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.auth-card input{height:44px;border:1px solid #d9dade;border-radius:10px;padding:0 12px;outline:0}.form-error{color:#b22d40!important;font-size:13px}.divider{height:20px;border-top:1px solid var(--line);text-align:center;margin-top:3px}.divider span{position:relative;top:-10px;background:white;padding:0 10px;color:var(--muted);font-size:12px}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand{padding:44px 7vw;background:#15161a;color:white;display:flex;flex-direction:column;justify-content:space-between}.login-brand>div:nth-child(2){max-width:580px}.login-brand h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:10px 0 22px}.login-brand p:not(.eyebrow){max-width:500px;color:#aaacb4;font-size:18px;line-height:1.55}.login-brand .eyebrow{color:#ff7a89}.version{font-size:13px;color:#777982}.login-panel{display:grid;place-items:center;padding:30px}.login-panel .auth-card{box-shadow:none}.login-panel .auth-card h2{font-size:30px}.login-panel .auth-card>div:first-child{margin-bottom:4px}@media(max-width:900px){.shell{grid-template-columns:76px 1fr}.sidebar{padding:22px 14px}.brand>span:last-child,.nav-item.active,.nav-item:not(.active){font-size:0}.brand,.nav-item{justify-content:center}.nav-item{padding:0}.account{grid-template-columns:1fr}.account .icon-button,.account-copy{display:none}.avatar{width:36px;margin:auto}.workspace{padding:30px 24px}.catalog-head,.movie-row{grid-template-columns:minmax(220px,1fr) 90px 70px 34px}.catalog-head span:nth-child(4),.movie-row>span:nth-child(4){display:none}.login-layout{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh}.editor-grid{grid-template-columns:140px 1fr}.poster-preview{width:140px}}@media(max-width:640px){.shell{display:block}.sidebar{position:relative;height:68px;padding:0 16px;flex-direction:row;align-items:center}.sidebar .brand>span:last-child{display:inline;font-size:18px}.account,.nav{display:none}.workspace{padding:24px 14px}.topbar{align-items:center;margin-bottom:22px}.topbar h1{font-size:30px}.toolbar{align-items:stretch;gap:10px}.search{width:100%}.catalog-head,.count{display:none}.movie-row{grid-template-columns:1fr 28px;gap:8px}.movie-row>span:nth-child(2),.movie-row>span:nth-child(3),.movie-row>span:nth-child(4){display:none}.drawer{width:100vw}.drawer-body,.drawer-footer,.drawer-head{padding-left:18px;padding-right:18px}.tabs{padding:0 18px;gap:18px;overflow-x:auto}.editor-grid{grid-template-columns:1fr}.poster-field{align-items:center}.poster-preview{width:150px}.three-cols,.two-cols{grid-template-columns:1fr}.drawer-footer{align-items:flex-end}.footer-actions{flex-wrap:wrap;justify-content:flex-end}.footer-actions .error-text,.footer-actions .success-text{width:100%;text-align:right}.episodes{margin-left:0}.episode-row{grid-template-columns:55px 1fr 36px}.episode-row input[type=date]{display:none}.source-card{grid-template-columns:1fr 36px}.source-index{display:none}}.modal-backdrop{position:fixed;inset:0;z-index:30;background:rgba(18,19,23,.45);display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.search-modal{width:min(680px,100%);max-height:min(760px,calc(100vh - 48px));background:white;border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.search-modal-head{padding:24px 26px 18px;display:flex;align-items:flex-start;justify-content:space-between}.search-modal-head h2{margin:0;font-size:26px;letter-spacing:-.04em}.search-modal-input{padding:0 26px 18px}.search.wide{width:100%;max-width:none}.search-results{padding:0 12px 14px;overflow:auto;min-height:220px}.search-result{width:100%;display:grid;grid-template-columns:54px 1fr 46px;grid-gap:13px;gap:13px;align-items:center;padding:10px 12px;border:0;border-radius:11px;background:white;text-align:left;cursor:pointer}.search-result:hover{background:var(--soft)}.search-result:disabled{cursor:wait;opacity:.68}.search-poster{width:46px;height:66px;border-radius:7px;background:var(--soft);display:grid;place-items:center;overflow:hidden;color:#999ba2}.search-poster img{width:100%;height:100%;object-fit:cover}.search-result-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.search-result-copy small,.search-result-copy span,.search-result-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-copy small,.search-result-copy span{color:var(--muted)}.search-result-copy small{font-size:12px}.search-rating{font-size:14px;font-weight:750;color:#50525a;display:grid;place-items:center}