:root{--nav:#111c30;--bg:#f4f6fa;--text:#18253a;--muted:#7b8799;--line:#e7ebf1;--blue:#3863ed;--teal:#1ba89a;--red:#c74e59;--radius:12px}*{box-sizing:border-box}body{margin:0;color:var(--text);font:14px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;background:var(--bg)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}button{cursor:pointer;border:1px solid var(--line);border-radius:7px;background:white;color:var(--text);padding:8px 14px;transition:background .15s}button:hover{background:#f0f3fa}button:disabled{cursor:wait;opacity:.6}a{color:var(--blue);text-decoration:none}button.primary,.primary{background:var(--blue);color:#fff;border-color:var(--blue)}button.primary:hover{background:#2950d0}.secondary{background:#eef2ff;color:var(--blue);border-color:#e3e9ff}.danger{color:var(--red)}input,select,textarea{display:block;width:100%;border:1px solid #dce2eb;background:#fff;border-radius:7px;padding:10px 12px;color:var(--text)}input:focus,textarea:focus,select:focus{outline:2px solid #3863ed35;border-color:var(--blue)}textarea{min-height:100px;resize:vertical}label{display:block;color:#536077;font-size:13px;margin:15px 0 0}label input,label textarea,label select{margin-top:6px}input[type=checkbox]{display:inline-block;width:16px;height:16px;vertical-align:middle;accent-color:var(--blue);margin:0 8px 0 0}h1,h2,h3,p{margin-top:0}h1{font-size:29px;letter-spacing:-.7px;line-height:1.4;margin-bottom:7px}h2{font-size:20px;margin-bottom:12px}h3{font-size:16px;margin-bottom:8px}.muted,small{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600}.shell{min-height:100vh;display:flex}.sidebar{width:224px;flex-shrink:0;background:var(--nav);color:#a2aec0;position:fixed;inset:0 auto 0 0;padding:30px 16px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;color:white;font-size:22px;font-weight:650;margin:0 12px 40px}.brand small{display:block;color:#8494ad;font-size:10px;letter-spacing:1px;font-weight:400}.brand-mark{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#3863ed;border-radius:15px;color:white;font-size:30px;font-weight:700;box-shadow:0 7px 25px #08122533}.brand-mark.small{width:39px;height:42px;font-size:23px;border-radius:10px}.nav-label{color:#667791;font-size:10px;letter-spacing:2px;margin:0 16px 12px}nav a{display:flex;align-items:center;gap:13px;color:#a2aec0;padding:11px 16px;border-radius:7px;margin:4px 0}nav a>span{font-size:21px;width:24px;text-align:center}nav a.active{background:#2b4269;color:#fff}nav a:hover{background:#20314e;color:white}nav b{font-size:10px;background:#db895a;color:white;border-radius:5px;padding:0 5px;margin-left:auto}nav b:empty{display:none}.sidebar-bottom{margin-top:auto}.architecture{font-size:11px;border-top:1px solid #2b3649;padding:20px 10px 12px}.architecture i,.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#39b7a2;margin-right:7px}.architecture span{display:block;margin-left:13px;color:#6e7f99;font-size:10px}.logout{background:none;border:0;color:#95a2b8;width:100%;text-align:left;font-size:12px}.logout:hover{background:#20314e}.workspace{margin-left:224px;flex:1;min-width:0}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 36px;color:#7b8799;font-size:12px}.topbar b{padding:0 16px;font-weight:400;color:#c0c7d2}#breadcrumb{color:#31425b}.topbar>div{display:flex;align-items:center}.avatar{margin-left:20px;border-radius:50%;background:#edf1ff;color:#3863ed;font-size:13px;width:30px;height:30px;display:inline-flex;justify-content:center;align-items:center}main{padding:30px 36px;max-width:1640px;margin:auto;min-height:calc(100vh - 127px)}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.page-head p{color:var(--muted);margin:0;font-size:13px}.page-head .eyebrow{color:#8f9aae;margin-bottom:9px}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.stat{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px}.stat-top{display:flex;justify-content:space-between;align-items:center;color:#7c889b;font-size:12px}.stat-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#edf2ff;color:var(--blue);font-size:19px}.stat strong{display:block;font-size:33px;line-height:1.4;margin:8px 0;font-weight:650;font-variant-numeric:tabular-nums}.stat small{font-size:11px}.grid-two{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);gap:22px;margin-bottom:22px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.card-head{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:10px}.card-head h3{margin:0}.card-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.card-body{padding:22px}.hero-strip{background:#eaf0ff;border:1px solid #dce5ff;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:var(--radius);padding:22px 26px;margin-bottom:25px}.hero-strip h3{color:#2d4f9c;margin-bottom:5px}.hero-strip p{color:#7284aa;font-size:12px;margin:0}.hero-emblem{color:#3863ed;font-size:40px;line-height:1}.empty{padding:52px 24px;text-align:center;color:var(--muted)}.empty .empty-icon{font-size:33px;color:#a9b9d1;margin-bottom:12px}.empty h3{color:#3b4a60;font-weight:500}.empty p{font-size:12px;max-width:480px;margin:0 auto 18px}.empty.compact{padding:30px}.site-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.site-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.site-card .site-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.site-card .site-title h3{margin:0;overflow-wrap:anywhere}.site-symbol{width:40px;height:40px;display:grid;place-items:center;background:#edf2ff;color:#5474d9;border-radius:10px;font-size:19px}.site-endpoint{font-size:12px;color:var(--muted);word-break:break-all}.site-meta{display:flex;justify-content:space-between;padding:15px 0;color:#73819a;font-size:12px;border-bottom:1px solid var(--line);margin-bottom:15px}.site-meta strong{display:block;color:#35455c;font-size:14px;font-weight:500}.site-card .actions button{font-size:11px;padding:5px 8px}.pill,.badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:5px;background:#edf1f6;color:#7c8899;padding:3px 8px;font-size:10px;letter-spacing:.2px}.pill{background:#edf2ff;color:var(--blue)}.badge.success,.badge.online{background:#e7f6f0;color:#219476}.badge.failed,.badge.blocked,.badge.offline{background:#fceced;color:#c85860}.badge.running,.badge.queued{background:#edf2ff;color:#537bd9}.badge.retry{background:#fff3dc;color:#b68b37}.toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.search{display:flex;gap:8px;width:340px;max-width:100%}.search input{padding:8px 12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;text-align:left;font-size:12px}th{font-size:11px;color:#8a95a6;background:#fafbfd;font-weight:500;padding:13px 18px;border-bottom:1px solid var(--line)}td{padding:16px 18px;border-bottom:1px solid #edf0f5}tr:last-child td{border-bottom:0}td.name{white-space:normal;min-width:190px;max-width:330px}td strong{font-size:13px;font-weight:550}td small{display:block;font-size:11px;margin-top:3px}.table-actions{display:flex;gap:12px}.text-button{background:none;border:0;padding:0;color:var(--blue);font-size:12px}.text-button:hover{background:none;color:#2448b5}.pager{display:flex;justify-content:flex-end;align-items:center;gap:14px;padding:15px 20px;color:var(--muted);font-size:12px}.event{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.event:last-child{border:0}.event-dot{height:7px;width:7px;border:2px solid #6885c8;border-radius:50%;margin-top:7px;flex-shrink:0}.event p{font-size:12px;margin:0}.event small{font-size:10px}.steps{counter-reset:steps}.step{display:flex;gap:13px;margin:15px 0}.step>span{flex-shrink:0;display:grid;place-items:center;height:26px;width:26px;background:#f0f4fc;border-radius:50%;color:#5776ba;font-size:11px}.step p{margin:0;color:#8190a6;font-size:12px}.step strong{display:block;color:#40516b;font-size:13px;font-weight:500;margin-bottom:3px}.notice{background:#f2f6fd;border-left:3px solid #7896d6;padding:12px 16px;font-size:12px;color:#637999;margin:12px 0 20px;white-space:normal}.notice.warn{background:#fff8eb;border-color:#d4af60;color:#987a39}.footer{height:55px;display:flex;justify-content:space-between;align-items:center;padding:0 36px;color:#a1aaba;font-size:9px;letter-spacing:1px;border-top:1px solid var(--line)}dialog{width:760px;max-width:calc(100vw - 32px);max-height:90vh;border:1px solid var(--line);border-radius:14px;padding:0;box-shadow:0 30px 100px #0b193640;color:var(--text)}dialog::backdrop{background:#101c365e;backdrop-filter:blur(2px)}.dialog-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:white;z-index:1}.dialog-head h2{margin:0;font-size:18px}.dialog-head button{border:0;padding:0 6px;font-size:24px;color:#8895aa}#dialog-body{padding:22px 24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-grid .wide{grid-column:1/-1}.form-grid label:first-child{margin-top:0}.form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);margin-top:24px;padding-top:18px}.form-hint{font-size:11px;color:#8a95a6;margin:5px 0}.checkbox-row{display:flex;align-items:center;gap:8px;margin:12px 0;font-size:13px}.checkbox-row input{margin:0}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.checkbox-grid label{margin:0;font-size:12px}.mapping-row{display:grid;grid-template-columns:1fr 25px 1fr;gap:9px;align-items:center;margin:8px 0}.mapping-row>span{color:#8090aa;text-align:center}.mapping-row input,.mapping-row select{padding:7px 10px}details{margin:20px 0}summary{color:#48659b;cursor:pointer;font-size:13px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7fb;padding:15px;border:1px solid var(--line);border-radius:7px;font-size:12px;color:#486078;max-height:450px;overflow:auto}code{background:#edf2fa;padding:2px 4px;border-radius:3px}.error{color:var(--red);font-size:12px;white-space:pre-wrap}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);border-radius:9px;padding:12px 22px;background:#233954;color:#fff;box-shadow:0 6px 25px #16274422;z-index:20;max-width:90vw}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-art{position:relative;background:#111f39;color:white;padding:9vh 8vw;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.login-art>.brand-mark{margin-bottom:32px}.login-art .eyebrow{color:#7f9acd}.login-art h1{font-size:51px;font-weight:550;line-height:1.35;margin:14px 0 22px}.login-art>p:not(.eyebrow){color:#a1aec5;line-height:1.9}.login-art>small{margin-top:40px;font-size:11px;letter-spacing:1px;color:#6d819f}.orbit{position:absolute;right:-70px;bottom:60px;width:260px;height:260px;border:1px solid #304668;border-radius:50%;transform:rotate(-20deg);opacity:.6}.orbit:after{content:'';position:absolute;inset:40px;border:1px solid #304668;border-radius:50%}.orbit span{position:absolute;background:#1f3457;padding:10px 17px;border-radius:8px;font-size:12px;color:#adbfdf;transform:rotate(20deg)}.orbit span:first-child{top:0;left:20px}.orbit span:nth-child(2){top:100px;left:-30px}.orbit span:nth-child(3){bottom:0;left:50px}.login-panel{display:grid;place-items:center;background:#fafbfe;padding:30px}.login-panel form{width:350px;max-width:100%}.login-panel h2{font-size:28px;margin:18px 0 7px}.login-panel .muted{font-size:12px;margin-bottom:25px}.login-panel label{margin-bottom:18px}.full{width:100%;display:flex;justify-content:space-between;margin-top:24px}.login-foot{text-align:center;font-size:10px;color:#9da7b7;margin-top:25px}.conflict-detail{white-space:normal;max-width:340px}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.help-grid .card{padding:24px}.help-grid p,.help-grid li{font-size:13px;color:#6f7e95}.help-grid ol{padding-left:20px}.help-grid li{margin:10px 0}
#job-status{width:170px}
.resource-grid{margin:20px 0}.resource-grid .site-card{display:flex;flex-direction:column;gap:8px}.resource-grid .site-card>.actions{margin-top:auto}.resource-grid .site-meta strong{font-size:17px}.sidebar{overflow-y:auto}pre{white-space:pre-wrap;overflow-wrap:anywhere}
@media(max-width:1100px){.stats{gap:12px}.stat{padding:18px}.grid-two{grid-template-columns:1fr}.sidebar{width:190px}.workspace{margin-left:190px}main{padding:24px}.topbar{padding:0 24px}.stat strong{font-size:28px}}@media(max-width:760px){.sidebar{position:static;width:100%;padding:14px}.shell{display:block}.brand{margin:0 10px 15px}.nav-label,.sidebar-bottom{display:none}nav{display:flex;overflow:auto}nav a{white-space:nowrap;padding:7px 10px;font-size:12px}nav a>span{display:none}.workspace{margin:0}.topbar{height:55px;padding:0 18px}.topbar>div{font-size:10px}.stats{grid-template-columns:1fr 1fr}.page-head{align-items:flex-start;flex-direction:column}main{padding:22px 16px}h1{font-size:25px}.toolbar{flex-wrap:wrap}.form-grid,.help-grid{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:1fr 1fr}.form-grid .wide{grid-column:auto}.hero-strip{padding:18px}.hero-emblem{display:none}.login-screen{grid-template-columns:1fr}.login-art{display:none}.login-panel{min-height:100vh}.footer{padding:0 16px}.topbar b{padding:0 8px}}

.danger-button{color:#b42318}.danger-button:hover{background:#fff1ef}.delete-film-list{max-height:240px;overflow:auto;border:1px solid #e6e9ec;border-radius:8px;padding:8px 16px;margin:16px 0}.delete-film-list p{margin:8px 0}
