:root{--paper:#f7f3e8;--paper-strong:#fffdf7;--ink:#14161a;--navy:#18263d;--muted:#69707a;--line:#ded9cd;--red:#d7282f;--yellow:#f5b82e;--green:#24735b;--radius:16px;--shadow:0 16px 40px rgba(20,22,26,.07)}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans CJK SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.6;font-weight:400}html:lang(zh-CN){font-family:PingFang SC,Noto Sans CJK SC,Microsoft YaHei,system-ui,sans-serif}html:lang(ja){font-family:Hiragino Sans,Noto Sans JP,Yu Gothic,system-ui,sans-serif}body{margin:0;min-width:320px;background:var(--paper)}button,input,select,textarea{font:inherit}.link-button,button{min-height:42px;border:1px solid var(--line);border-radius:999px;background:var(--paper-strong);color:var(--ink);padding:0 18px;font-weight:600;cursor:pointer}.link-button:hover,button:hover{border-color:var(--ink)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(215,40,47,.28);outline-offset:2px}button:disabled{cursor:wait;opacity:.55}a{color:inherit;text-decoration:none}.primary{border-color:var(--red);background:var(--red);color:var(--paper)}.primary:hover{border-color:#aa161d;background:#aa161d}.danger{border-color:var(--red);color:var(--red)}.small{min-height:34px;padding:0 12px;font-size:.875rem}label{display:grid;gap:8px;color:#3e434a;font-size:.9rem;font-weight:600}input,select,textarea{width:100%;border:1px solid #cfc9bc;border-radius:10px;background:white;color:var(--ink);padding:12px 14px;font-size:1rem}textarea{resize:vertical}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;font-family:inherit;font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:0;line-height:1.4}h1,h2{font-weight:600}h2{font-size:1.25rem;line-height:1.5}h3{font-size:1.125rem}h3,strong{font-weight:600}input,select,textarea{font-weight:400}small{font-size:.875rem;color:var(--muted)}.workspace{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:30px 20px 22px;display:flex;flex-direction:column;background:var(--navy);color:white}.brand{display:flex;gap:10px;align-items:center;margin:0 10px 42px;font-family:Georgia,serif;font-size:1.5rem;font-weight:600}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--paper);color:var(--red);font-family:Yu Mincho,serif}.brand small{display:block;color:#aab4c5;font:600 .55rem/1.2 system-ui;letter-spacing:.2em}.sidebar nav{display:grid;gap:5px}.sidebar nav a{display:block;padding:12px 14px;border-radius:10px;color:#cbd3df;font-size:.92rem;font-weight:600}.sidebar nav a:hover{background:rgba(255,255,255,.07);color:white}.sidebar nav a.active{background:var(--paper);color:var(--navy)}.nav-section{margin:24px 14px 7px;color:#7f8da2;font-size:.875rem;font-weight:600;letter-spacing:.16em}.account{margin-top:auto;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:9px;align-items:center}.account small,.account strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem}.account small{color:#9eabbc;font-size:.75rem}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#31415a}.icon-button{min-height:34px;width:34px;padding:0;border-color:#45536a;background:transparent;color:white}.language-switch{margin-top:14px}.language-switch select{min-height:38px;padding:7px 12px;border-color:#45536a;background:#23324a;color:white;font-size:.875rem}.main{min-width:0;padding:48px clamp(24px,5vw,72px) 80px}.page-head{max-width:1180px;margin:0 auto 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-head>div>p:last-child{margin:0;color:var(--muted);font-size:1rem}.eyebrow{margin-bottom:8px;color:var(--red);font-size:.875rem;font-weight:600;letter-spacing:.2em}.paper{max-width:1180px;margin:0 auto 24px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-strong);box-shadow:var(--shadow)}.section-head{display:flex;justify-content:space-between;align-items:start}.section-head a{font-size:.88rem;font-weight:600}.series-meta{display:flex;align-items:center;gap:18px;margin-bottom:24px;color:var(--muted)}.status{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:#e9e6de;color:#4f555d;font-size:.875rem;font-weight:600}.status-approved,.status-published,.status-ready{background:#dcefe8;color:var(--green)}.status-pending,.status-processing,.status-reviewing,.status-transcoding,.status-uploading{background:#fff1ca;color:#765509}.status-failed,.status-rejected,.status-takedown{background:#f6dfe0;color:#9d2026}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.work-card{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:12px}.work-card:hover{border-color:var(--navy)}.work-card>span:last-child{min-width:0;display:grid;gap:5px}.work-card small,.work-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-initial{height:90px;display:grid;place-items:center;border-radius:8px;background:var(--ink);color:var(--paper);font-family:serif;font-size:2rem}.table-card{padding:0;overflow:hidden}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th{padding:15px 18px;background:#efebe2;color:var(--muted);text-align:left;font-size:.875rem;letter-spacing:.08em;white-space:nowrap}td{padding:17px 18px;border-top:1px solid var(--line);vertical-align:middle}td small,td strong{display:block;max-width:320px}td small{margin-top:4px;overflow:hidden;text-overflow:ellipsis}td small,td>a{white-space:nowrap}td>a{font-weight:600}.inline-actions,.row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.state{min-height:260px;padding:44px 22px;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.state strong{color:var(--ink);font-size:1.08rem}.state p{max-width:420px;margin:8px 0 20px}.state-glyph{margin-bottom:12px;color:var(--red);font-size:2rem}.state-error{min-height:220px}.app-loading{min-height:100vh;display:flex;gap:12px;align-items:center;justify-content:center}.spinner{width:22px;height:22px;border:2px solid var(--line);border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.skeletons{padding:24px;display:grid;gap:12px}.skeletons span{height:64px;border-radius:10px;background:linear-gradient(90deg,#ece8df,#f8f5ef,#ece8df);background-size:200%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-200% 0}}.edit-form{max-width:760px;display:grid;gap:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dialog-actions,.form-actions{display:flex;justify-content:flex-end;gap:10px}.form-error{margin:0;padding:12px 14px;border-radius:9px;background:#f7e2e3;color:#8e181e;font-size:.9rem}.compliance-note,.privacy-note{color:var(--muted);font-size:.875rem}.episode-list{display:grid}.episode-row{display:grid;grid-template-columns:48px minmax(0,1fr) 100px auto;gap:18px;align-items:center;padding:17px 0;border-top:1px solid var(--line)}.episode-row:first-child{border-top:0}.episode-row>div{display:grid;gap:4px}.episode-no{font:700 1.35rem Georgia,serif;color:var(--red)}.dialog-backdrop{position:fixed;z-index:20;inset:0;padding:20px;display:grid;place-items:center;background:rgba(20,22,26,.62)}.dialog{width:min(520px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:26px;display:grid;gap:18px;border-radius:16px;background:var(--paper-strong);box-shadow:0 24px 80px rgba(0,0,0,.25)}.dialog h2{margin-bottom:0;font-family:inherit;font-size:1.25rem}.dialog>p{color:var(--muted)}.dropzone{min-height:170px;border:1px dashed #9b958a;border-radius:12px;display:grid;place-items:center;align-content:center;gap:8px}.dropzone span{color:var(--muted);font-size:.875rem}.progress-head{display:flex;justify-content:space-between}progress{width:100%;height:10px;accent-color:var(--red)}.processing{text-align:center}.processing .status{margin:0 auto 18px}.processing p{color:var(--muted)}.toast{position:fixed;z-index:30;right:24px;bottom:24px;padding:14px 18px;border-radius:10px;background:var(--navy);color:white;box-shadow:var(--shadow);font-weight:600}.review-list{padding:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-card{padding:22px;border:1px solid var(--line);border-radius:12px}.review-card h2{margin:10px 0 4px}.review-top{display:flex;justify-content:space-between;gap:16px}.review-top p{color:var(--muted)}.review-card>a{font-size:.875rem;font-weight:600;text-decoration:underline}.application-facts{margin:18px 0;display:grid;gap:9px}.application-facts>div{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:12px;align-items:baseline}.application-facts dt{color:var(--muted);font-size:.875rem;font-weight:600}.application-facts dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.application-facts .confirmed{color:var(--green)}.application-facts .unconfirmed{color:#9d2026}.review-note{min-height:72px;margin:18px 0;line-height:1.7;white-space:pre-wrap}.search{display:flex}.search input{width:230px;border-radius:999px 0 0 999px}.search button{border-radius:0 999px 999px 0}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(280px,.7fr) minmax(420px,1.3fr)}.login-brand{min-height:100vh;padding:54px clamp(34px,7vw,100px);display:flex;flex-direction:column;justify-content:space-between;background:var(--red);color:var(--paper)}.login-logo{display:flex;align-items:center;gap:12px;font:800 1.8rem Georgia,serif}.login-logo span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--paper);color:var(--red);font-family:serif}.login-brand h1{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.5}.eyebrow.inverse{color:var(--paper);opacity:.72}.login-note{max-width:320px;margin:0;line-height:1.8}.login-form-wrap{min-height:100vh;display:grid;place-items:center;padding:32px}.login-form{width:min(420px,100%);display:grid;gap:21px}.login-form h2{margin:0;font-family:inherit;font-size:1.75rem;font-weight:600}.login-form-top{display:flex;align-items:start;justify-content:space-between;gap:16px}.login-form-top .language-switch{margin:0}.login-form-top .language-switch select{border-color:var(--line);background:white;color:var(--ink)}.form-lead{color:var(--muted)}.login-submit{width:100%;margin-top:4px}.notice{padding:12px;border-left:3px solid var(--yellow);background:#fff3cf;font-size:.86rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:850px){.workspace{display:block}.sidebar{position:sticky;z-index:10;height:auto;padding:12px 16px;display:grid;grid-template-columns:auto 1fr;align-items:center}.brand{margin:0;font-size:1.1rem}.brand-mark{width:32px;height:32px}.sidebar nav{display:flex;overflow-x:auto;justify-self:end}.sidebar nav>div{display:contents}.sidebar nav a{padding:9px 11px;white-space:nowrap;font-size:.875rem}.nav-section{display:none}.account{grid-column:1/-1;grid-template-columns:34px minmax(0,1fr) auto;margin-top:10px}.account .icon-button{width:auto;min-width:44px}.sidebar>.language-switch{margin:0;justify-self:end;position:absolute;top:10px;right:16px}.main{padding:30px 18px 60px}.page-head{align-items:start}.login-page,.review-list,.work-grid{grid-template-columns:1fr}.login-brand{min-height:180px;padding:24px 32px;gap:24px}.login-brand h1{font-size:1.75rem}.login-note{display:none}.login-form-wrap{min-height:520px}}@media (max-width:580px){.sidebar{grid-template-columns:1fr;gap:10px;padding-top:58px}.sidebar nav{justify-self:stretch}.page-head{display:grid}.page-head>.link-button,.page-head>.primary{width:100%;text-align:center}.paper{padding:20px}.table-card{padding:0}.form-row{grid-template-columns:1fr}.episode-row{grid-template-columns:38px 1fr auto}.episode-row>.status{grid-column:2}.episode-row button{grid-column:2/-1;width:100%}.search,.search input{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.password-field{display:flex;gap:8px;align-items:center}.password-field input{min-width:0}.password-field button{flex-shrink:0}.review-dialog{width:min(880px,100%)}.review-video{display:block;width:100%;max-height:58vh;background:var(--ink);border-radius:10px}.preview-toolbar{flex-wrap:wrap;gap:12px;justify-content:space-between}.preview-toolbar,.preview-toolbar label{display:flex;align-items:center}.preview-toolbar select{width:auto}.preview-expiry{color:var(--muted);font-size:.875rem}.dialog-actions{flex-wrap:wrap}.status{white-space:nowrap}