:root{--canvas:#f6f8fb;--text:#202631;--muted:#747d8b;--border:#e3e7ef;--blue:#315ee8;--radius:6px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif}*{box-sizing:border-box}body{background:var(--canvas);color:var(--text);font-family:var(--font);margin:0;font-size:14px;line-height:1.55}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,.button{border:1px solid var(--border);border-radius:var(--radius);min-height:36px;color:var(--text);cursor:pointer;white-space:nowrap;background:#fff;justify-content:center;align-items:center;gap:7px;padding:7px 14px;text-decoration:none;display:inline-flex}button:hover,.button:hover{background:#f2f5fa}button:disabled{opacity:.48;cursor:not-allowed}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,pre:focus-visible{outline-offset:3px;outline:3px solid #a2b8ff}.primary{color:#fff;background:var(--blue);border-color:var(--blue);padding:9px 22px}.primary:hover{background:#234bce}.outline-primary{border-color:var(--blue);color:var(--blue);background:#fff}.danger{color:#b92532;background:#fff5f5;border-color:#efc2c7}.danger:hover{background:#ffe8e9}.text-button{min-height:28px;color:var(--blue);background:0 0;border:0;padding:2px 0}.text-button:hover{background:0 0;text-decoration:underline}.neutral{color:var(--text)}.icon-button{background:0 0;border:0;width:34px;min-height:34px;padding:4px}.small{min-height:30px;padding:5px 10px;font-size:13px}.muted,small{color:var(--muted)}small{font-size:12px}code,.code-input{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}h1,h2,h3,p{margin:0}h1{letter-spacing:.4px;font-size:27px;font-weight:650;line-height:1.35}h2{font-size:18px;font-weight:650}h3{margin-bottom:10px;font-size:15px;font-weight:600}p{margin-bottom:12px}ul,ol{padding-left:22px}strong{font-weight:600}.inline{align-items:center;gap:6px;display:flex}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);z-index:10;background:#f8fafc;flex-direction:column;width:220px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:#235af0;white-space:nowrap;letter-spacing:-.3px;padding:22px 24px;font-size:22px;font-weight:700}.sidebar nav{padding:3px 7px}.sidebar nav button{color:#424958;background:0 0;border:0;justify-content:flex-start;gap:17px;width:100%;margin:1px 0;padding:13px 20px;font-size:16px;position:relative}.sidebar nav button:hover{background:#edf2f9}.sidebar nav button.active{color:#235bf4;background:#eaf1ff}.sidebar nav button.active:before{content:"";background:#3465fd;width:2px;position:absolute;top:3px;bottom:3px;left:0}.github-nav{color:#576071;background:0 0;border:0;justify-content:flex-start;gap:13px;margin:auto 15px 22px;padding:10px}.github-nav span{text-align:left}.github-nav small{font-size:11px;display:block}.main-shell{width:calc(100% - 220px);min-width:0;margin-left:220px}.topbar{border-bottom:1px solid var(--border);background:#fff;justify-content:flex-end;align-items:center;gap:60px;height:61px;padding:0 32px;display:flex}.host,.user-menu{white-space:nowrap;align-items:center;gap:18px;display:flex}.user-menu{gap:12px}.divider{background:var(--border);width:1px;height:16px;margin:0 8px}.content{max-width:1700px;margin:auto;padding:25px 30px 32px}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px;display:flex}.page-heading p{color:var(--muted);margin:8px 0 0;font-size:15px}.page-heading>.primary{min-width:116px}.summary{border:1px solid var(--border);border-radius:var(--radius);background:#fff;grid-template-columns:.94fr 1fr 1.15fr 1.24fr;align-items:center;min-height:88px;margin-bottom:18px;display:grid}.summary>div{border-right:1px solid var(--border);white-space:nowrap;justify-content:center;align-items:center;gap:18px;min-height:33px;padding:6px 15px;font-size:15px;display:flex}.summary>div:last-child{border:0}.summary svg{color:#235fff;stroke-width:1.7px;width:26px;height:26px}.summary>div:last-child svg{color:#272d37}.summary b{font-size:17px;font-weight:600}.panel{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-width:0;margin-bottom:18px;padding:13px 15px 12px}.panel-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.table-scroll{border:1px solid var(--border);border-radius:4px;max-width:100%;overflow-x:auto}table{border-collapse:collapse;text-align:left;white-space:nowrap;width:100%;font-size:14px}th{color:#4b5260;background:#f7f9fb;font-weight:400}th,td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 16px}th:last-child,td:last-child{border-right:0}tr:last-child td{border-bottom:0}td small{margin-top:3px;display:block}td strong{font-weight:500}.projects-table td,.projects-table th{padding:11px 16px}.projects-table th:last-child,.projects-table td:last-child{text-align:center;width:9%}.projects-table code{font-family:inherit}.status{white-space:nowrap;color:#49505d;align-items:center;gap:9px;font-size:14px;display:inline-flex}.status i{background:#9098a6;border-radius:50%;flex:none;width:7px;height:7px}.status.running i,.status.succeeded i{background:#16a262}.status.failed i,.status.stopped i,.status.interrupted i{background:#d34646}.status.queued i{background:#dfaa2b}.status.running:has(+small) i{background:#3261ed}.footnote{color:var(--muted);align-items:flex-start;gap:10px;margin:11px 0 0;font-size:13px;display:flex}.footnote svg{flex:none;margin-top:2px}.empty{color:#424b58;background:#fcfdff;border:1px dashed #d6dce6;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:143px;padding:17px;display:flex}.empty>svg{color:#9199a6;stroke-width:1.6px}.empty p{margin:0 0 5px}.empty button{min-height:36px}.storage-row{margin:0 0 12px}.storage-row>div:first-child{margin-bottom:8px}.storage-track{background:#edf0f5;border-radius:4px;justify-content:space-between;align-items:center;height:27px;padding:0 10px;font-size:12px;display:flex;position:relative;overflow:hidden}.storage-track>div{background:#2b5ceb;border-radius:4px;position:absolute;top:0;bottom:0;left:0}.storage-track span{z-index:1;color:#263348;background:#edf0f5e6;border-radius:2px;padding:0 3px}.storage-track span:first-of-type{color:#fff;background:#244fbd}.loading{color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.notice{overflow-wrap:anywhere;background:#f1f5ff;border:1px solid #dfe7fa;border-radius:6px;align-items:flex-start;gap:10px;margin:0 0 16px;padding:12px 14px;display:flex}.notice>span{flex:1}.notice button{flex:none;margin-left:auto}.notice ul{margin:7px 0 0}.notice.error{color:#b4313c;background:#fff3f3;border-color:#f0d0d4}.notice.warning{color:#7b651e;background:#fffbef;border-color:#eee3bd}.notice.error svg{flex:none;margin-top:2px}.row-actions{align-items:center;gap:14px;display:flex}.modal-open{overflow:hidden}.modal{border:1px solid var(--border);width:min(560px,100vw - 28px);max-height:calc(100dvh - 40px);color:var(--text);background:#fff;border-radius:9px;padding:0;box-shadow:0 20px 80px #12255029}.modal.wide{width:min(780px,100vw - 28px)}.modal::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#17243e66}.modal-heading{border-bottom:1px solid var(--border);z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;position:sticky;top:0}.modal-body{padding:22px}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:23px;padding-top:16px;display:flex}.field{flex-direction:column;gap:7px;margin-bottom:17px;display:flex}.field>span{font-weight:500}.field small{line-height:1.6}.form-grid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}input,select,textarea{color:var(--text);background:#fff;border:1px solid #d9dfe8;border-radius:5px;width:100%;min-width:0;padding:9px 11px}select{width:auto;max-width:100%;min-height:36px}.field select{width:100%}textarea{resize:vertical;line-height:1.65}.code-input{font-size:13px}input:disabled{background:#f5f7fa}fieldset{border:1px solid var(--border);border-radius:6px;margin:18px 0;padding:14px 16px}legend{padding:0 6px}.radio{align-items:center;gap:9px;margin-bottom:9px;display:flex}.radio:last-child{margin:0}.radio input{width:16px;height:16px;accent-color:var(--blue)}.commit-detail{background:#f7f9fc;border-radius:6px;margin-bottom:15px;padding:13px}.commit-detail p{margin-top:8px}.commit-detail code{font-size:12px}.job-summary{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.details{grid-template-columns:100px 1fr;gap:9px;margin:18px 0 22px;display:grid}.details dt{color:var(--muted)}.details dd{overflow-wrap:anywhere;min-width:0;margin:0}.details a{align-items:center;gap:4px;display:inline-flex}.logs{color:#e0e8f7;white-space:pre-wrap;overflow-wrap:anywhere;background:#111b2d;border-radius:6px;min-height:210px;max-height:360px;padding:17px;font-size:12px;line-height:1.8;overflow:auto}.project-detail{justify-content:space-between;align-items:flex-start;gap:15px;padding:6px 0 12px;display:flex}.project-detail h3{margin-bottom:4px;font-size:19px}.policy-form{max-width:580px;margin-top:26px}.policy-form .field{max-width:370px}.cleanup-preview{border-top:1px solid var(--border);margin-top:24px;padding-top:22px}.cleanup-preview>button{margin-top:18px}.cleanup-preview>.muted{margin-top:12px}.audit-detail{white-space:normal;overflow-wrap:anywhere;min-width:180px;max-width:400px}.connection-status{align-items:center;gap:9px;margin-bottom:15px;display:flex}.connection-status svg{color:var(--blue)}.steps li{margin:9px 0}.steps{color:var(--muted);margin:18px 0 24px}.repo-list{border:1px solid var(--border);background:#f8fafc;border-radius:6px;padding:10px 15px;list-style:none}.repo-list li{padding:4px 0}.modal-body>.button{margin:12px 0}.success-text{color:#168754;margin-top:15px}.auth-shell{justify-content:center;align-items:center;min-height:100dvh;padding:22px;display:flex}.login-panel{border:1px solid var(--border);background:#fff;border-radius:9px;width:400px;padding:32px;box-shadow:0 8px 40px #24366a08}.login-panel .brand{margin-bottom:32px;padding:0}.login-panel h1{margin-bottom:10px;font-size:24px}.login-panel .muted{margin-bottom:26px}.login-submit{width:100%;margin-top:9px}.mobile-only{display:none}@media (width>=1500px){.sidebar{width:235px}.main-shell{width:calc(100% - 235px);margin-left:235px}.topbar{height:65px}.content{padding:26px 32px 34px}.summary{min-height:93px}.panel{margin-bottom:19px;padding:14px 16px 13px}.empty{min-height:155px}.projects-table td,.projects-table th{padding:12px 17px}.page-heading{margin-bottom:19px}}@media (width<=1150px){.summary{grid-template-columns:1fr 1fr;padding:10px 0}.summary>div{border:0;justify-content:flex-start;padding:12px 24px}.summary>div:nth-child(odd){border-right:1px solid var(--border)}.topbar{gap:25px;padding:0 24px}.content{padding:24px}.host{gap:12px}th,td{padding:11px 13px}}@media (width<=760px){.mobile-only{display:inline-flex}.sidebar{width:235px;transition:transform .15s;transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.sidebar .brand{justify-content:space-between;align-items:center;padding:20px 14px;font-size:20px;display:flex}.sidebar-backdrop{z-index:9;background:#17243e66;border:0;border-radius:0;position:fixed;inset:0}.main-shell{width:100%;margin-left:0}.topbar{justify-content:space-between;gap:12px;height:58px;padding:0 14px}.host{gap:8px;font-size:12px}.host>.muted{display:none}.host .status{gap:5px;font-size:12px}.user-menu{gap:6px;font-size:12px}.user-menu>svg,.user-menu .divider{display:none}.content{padding:22px 14px}.page-heading{align-items:flex-start;gap:12px;margin-bottom:18px}.page-heading h1{font-size:24px}.page-heading p{max-width:220px;font-size:12px}.page-heading>.primary{min-width:88px;padding:8px 12px;font-size:13px}.summary{margin-bottom:15px}.summary>div{white-space:normal;gap:10px;padding:9px 12px;font-size:12px}.summary b{font-size:14px}.summary svg{flex:none;width:22px;height:22px}.summary>div:last-child span{max-width:140px}.panel{margin-bottom:15px;padding:12px}.panel-heading h2{font-size:17px}.projects-table{min-width:930px}.panel-heading select{max-width:145px}.empty{min-height:160px}.footnote{gap:6px;font-size:12px}.modal-body{padding:17px}.modal-heading{padding:14px 17px}.form-grid{grid-template-columns:1fr}.modal-actions{flex-wrap:wrap}.modal-actions button{white-space:normal}.project-detail{flex-direction:column}.row-actions{flex-wrap:wrap;gap:10px}.details{grid-template-columns:82px 1fr;font-size:13px}.notice{flex-wrap:wrap;font-size:13px}.notice button{margin-left:0}.logs{max-height:310px}.policy-form .row-actions button{flex:1}.login-panel{padding:26px}.storage-track{font-size:11px}.github-nav{margin-bottom:20px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media (width>=761px){.topbar,.topbar .status{font-size:16px}.projects-table{font-size:15px}.projects-table td{padding-top:9px;padding-bottom:9px}.projects-table th:first-child{width:13%}.projects-table th:nth-child(2){width:27%}.projects-table th:nth-child(3){width:20%}.projects-table th:nth-child(4){width:14.5%}.projects-table th:nth-child(5){width:16.5%}.empty{font-size:15px}.empty .outline-primary{padding:7px 24px;font-size:15px}.summary>div{font-size:16px}.storage-row{font-size:15px}}@media (width<=760px){.sidebar{visibility:hidden}.sidebar.is-open{visibility:visible}}
