:root{color:#17213b;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f6fa;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}input,select,textarea{color:#17213b;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;transition:border-color .18s,box-shadow .18s}input{min-height:46px;padding:10px 12px}select{min-height:38px;padding:7px 30px 7px 10px}textarea{resize:vertical;min-height:110px;padding:11px 12px;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:#6978eb;box-shadow:0 0 0 3px #6978eb24}label{color:#39445e;gap:7px;font-size:14px;font-weight:650;display:grid}.primary-button,.secondary-button,.text-button,.danger-button{border-radius:9px;min-height:42px;padding:9px 16px;font-weight:700}.primary-button{color:#fff;background:#5b6be4;border:1px solid #5b6be4;box-shadow:0 7px 16px #4b5bcf2e}.primary-button:hover:not(:disabled){background:#4f5fd2}.secondary-button{color:#3d4962;background:#fff;border:1px solid #d9deea}.secondary-button:hover:not(:disabled){background:#f7f8fb}.text-button{color:#66718a;background:0 0;border:0}.text-button:hover:not(:disabled){color:#4253c8;background:#f4f5ff}.danger-button{color:#fff;background:#b74351;border:1px solid #b74351}.danger-button:hover:not(:disabled){background:#a23845}.full-button{width:100%}.brand{align-items:center;gap:12px;line-height:1.25;display:flex}.brand>span{color:#fff;background:linear-gradient(145deg,#7787ff,#5362d4);border-radius:13px;flex:none;place-items:center;width:44px;height:44px;font-weight:850;display:grid;box-shadow:0 10px 24px #3646bc47}.brand strong{letter-spacing:.01em}.auth-page{grid-template-columns:minmax(360px,.9fr) minmax(470px,1.1fr);min-height:100vh;display:grid}.auth-intro{color:#e6ebff;background:#111a31;flex-direction:column;padding:clamp(32px,5vw,72px);display:flex;position:relative;overflow:hidden}.auth-intro:before,.auth-intro:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.auth-intro:before{border:1px solid #808eff2e;width:330px;height:330px;top:17%;right:-110px}.auth-intro:after{background:#6474ee14;width:165px;height:165px;top:25%;right:-30px}.auth-intro .brand{color:#fff}.auth-intro>div:nth-child(2){z-index:1;max-width:520px;margin:auto 0}.auth-intro h1{letter-spacing:-.035em;max-width:500px;margin:8px 0 18px;font-size:clamp(34px,4vw,56px);line-height:1.15}.auth-intro p:not(.eyebrow){color:#aebbd7;max-width:470px;font-size:17px;line-height:1.75}.auth-intro small{color:#75829d}.eyebrow{color:#7180ee;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.auth-intro .eyebrow{color:#8c9aff}.auth-panel{background:#f6f7fb;place-items:center;padding:40px;display:grid}.auth-card{background:#fff;border:1px solid #e3e7ef;border-radius:19px;gap:20px;width:min(100%,430px);padding:clamp(27px,4vw,42px);display:grid;box-shadow:0 18px 55px #16214114}.auth-card-heading{margin-bottom:3px}.auth-card-heading h2{margin:7px 0 8px;font-size:28px}.auth-card-heading>p:last-child{color:#7a859b;margin:0;line-height:1.55}.password-page .auth-card{width:min(100%,460px)}.alert{border:1px solid;border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:14px;line-height:1.5}.auth-card .alert,.modal .alert{margin-bottom:0}.alert.error{color:#a63e4b;background:#fff4f5;border-color:#f2c9ce}.alert.success{color:#227247;background:#f0fbf5;border-color:#bbdfca}.alert.warning{color:#805b1c;background:#fff9eb;border-color:#efd69e}.compact-alert{margin-top:-7px}.http-warning{color:#815717;background:#fff8e8;border:1px solid #f0d18a;border-radius:9px;align-items:center;gap:9px;margin-bottom:18px;padding:10px 13px;font-size:13px;line-height:1.45;display:flex}.http-warning strong{flex:none}.auth-card>.http-warning{margin:-4px 0 0}.center-screen{color:#718099;align-content:center;justify-items:center;gap:14px;min-height:100vh;display:grid}.loader{border:3px solid #dfe3f6;border-top-color:#6272e6;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.loader.small{border-width:2px;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#dbe5ff;background:#111a31;flex-direction:column;height:100vh;padding:28px 20px 20px;display:flex;position:sticky;top:0}.brand-compact strong{color:#fff}.sidebar nav{gap:7px;margin-top:42px;display:grid}.sidebar nav button{color:#aebbd7;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:12px 13px;display:flex}.sidebar nav button>span{text-align:center;width:20px}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#222e4c}.account-card{background:#18233d;border:1px solid #2e3a59;border-radius:11px;grid-template-columns:37px minmax(0,1fr) 30px;align-items:center;gap:9px;margin-top:auto;padding:13px 10px;display:grid}.avatar{color:#fff;background:#5d6cdb;border-radius:10px;place-items:center;width:37px;height:37px;font-weight:800;display:grid}.account-card div:nth-child(2){min-width:0}.account-card strong,.account-card span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-card strong{color:#fff;font-size:13px}.account-card span{color:#8290aa;margin-top:3px;font-size:11px}.account-card button{color:#9eabc4;background:0 0;border:0;border-radius:7px;width:30px;height:30px}.account-card button:hover{color:#fff;background:#273451}.sidebar-error{color:#ffabb4;margin:8px 4px 0;font-size:11px;line-height:1.45}.version{color:#64718b;margin:13px 5px 0;font-size:10px}.content{min-width:0;padding:34px clamp(24px,4vw,54px) 60px}.page-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.page-title-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.page-header p{color:#74809a;margin:0 0 5px}.page-header h1{letter-spacing:-.02em;margin:0;font-size:29px}.environment{color:#4455c9;letter-spacing:.08em;background:#e8ebff;border-radius:7px;padding:8px 11px;font-size:11px}.page-description{color:#778198;margin:12px 0 28px;line-height:1.55}.notice{color:#4455a9;background:#f0f2ff;border:1px solid #d7dcff;border-radius:10px;margin:28px 0;padding:14px 17px;line-height:1.55}.secure-notice{align-items:center;gap:12px;display:flex}.secure-notice strong{flex:none}.compact-notice{margin:20px 0 24px}.secret-locked-notice{align-items:center;gap:12px;margin:20px 0 24px;display:flex}.secret-locked-notice strong{flex:none}.proxy-assignment-notice{color:#315d48;background:#f0f8f4;border:1px solid #bdd9c9;border-radius:8px;align-items:flex-start;gap:14px;margin:0 0 24px;padding:15px 17px;line-height:1.6;display:flex}.proxy-assignment-notice strong{flex:none}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.stats article,.module-grid article,.table-card,.empty-state{background:#fff;border:1px solid #e2e6ee;border-radius:13px;box-shadow:0 5px 18px #141f3a0a}.stats article{padding:20px}.stats span{color:#7c879e}.stats strong{margin-top:13px;font-size:28px;display:block}.section-title{margin:36px 0 16px;font-size:19px}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.module-grid article{padding:20px}.module-grid h3{margin:13px 0 7px}.module-grid p{color:#707b91;min-height:44px;margin:0 0 16px;line-height:1.5}.module-icon{color:#5262d7;background:#edf0ff;border-radius:9px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.pending-label{color:#8a94aa;font-size:12px}.empty-state{text-align:center;justify-items:center;max-width:760px;margin:45px auto;padding:clamp(38px,7vw,70px);display:grid}.empty-icon{color:#5362d4;background:#edf0ff;border-radius:18px;place-items:center;width:62px;height:62px;font-size:25px;font-weight:850;display:grid}.empty-state h2{margin:21px 0 9px}.empty-state p{color:#737e93;max-width:560px;margin:0 0 22px;line-height:1.7}.table-card{overflow:hidden}.resource-table-card{margin-top:24px}.table-heading{border-bottom:1px solid #e8ebf1;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex}.table-heading h2{margin:0;font-size:18px}.table-heading p{color:#8a94a7;margin:5px 0 0;font-size:13px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0f4;padding:15px 18px}th{color:#7c879a;white-space:nowrap;background:#fafbfc;font-size:12px;font-weight:700}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcff}td strong,td small{display:block}td small{color:#8993a6;margin-top:4px}td select{min-width:112px}.actions-column{text-align:right}.row-actions{text-align:right;white-space:nowrap}.table-button{color:#5262d2;background:0 0;border:0;padding:6px 8px;font-size:13px;font-weight:650}.table-button:hover:not(:disabled){text-decoration:underline}.danger-text{color:#b84b58}.status-pill{border-radius:999px;align-items:center;width:max-content;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.status-pill.active{color:#24754b;background:#eaf8f0}.status-pill.paused{color:#69758b;background:#eef1f5}.status-pill.disabled{color:#8b4c53;background:#fbeff1}.status-pill.locked{color:#986211;background:#fff5dc}.status-pill.neutral{color:#69758b;background:#eef1f5}.status-pill.warning{color:#986211;background:#fff5dc}.resource-tabs{background:#f5f7fa;border:1px solid #dfe3ec;border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.resource-tabs button{color:#69758b;background:0 0;border:0;border-radius:7px;min-width:108px;min-height:36px;padding:6px 12px;font-weight:700}.resource-tabs button:hover:not(.active){color:#46536c;background:#eceff5}.resource-tabs button.active{color:#4555c4;background:#fff;box-shadow:0 2px 8px #18234314}.asset-table{min-width:820px}.catalog-table{min-width:1100px}.instance-table{min-width:1180px}.template-table{min-width:1260px}.proxy-table{min-width:1040px}.masked-value{letter-spacing:0;overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,monospace}.proxy-endpoint{max-width:310px;display:block}.safe-url,.safe-message,.list-summary{overflow-wrap:anywhere;max-width:250px;display:block}.safe-message{max-width:220px}.instance-table td:nth-child(2) .status-pill{margin-top:7px}.instance-table td:nth-child(4) .status-pill{margin-bottom:2px}.proxy-table td:nth-child(2) .status-pill{margin-top:7px}.secret-input{letter-spacing:0}.key-paste-area{-webkit-text-security:disc;min-height:190px;font-family:SFMono-Regular,Consolas,monospace}.proxy-paste-area{min-height:210px}.secret-summary{color:#778198;justify-content:space-between;gap:16px;margin-top:-5px;font-size:12px;display:flex}.management-modal{width:min(100%,760px)}.compact-textarea{min-height:88px}.json-textarea{letter-spacing:0;tab-size:2;min-height:125px;font-family:SFMono-Regular,Consolas,monospace;font-size:13px}.checkbox-field{background:#f8fafc;border:1px solid #e0e5ed;border-radius:9px;grid-template-columns:none;align-items:flex-start;gap:10px;padding:10px 12px;line-height:1.5;display:flex}.checkbox-field input{accent-color:#5b6be4;flex:none;width:18px;height:18px;min-height:18px;margin:1px 0 0}.checkbox-field span{min-width:0}.warning-checkbox{color:#805b1c;background:#fff9eb;border-color:#efd69e}.inline-state{color:#7e899e;justify-content:center;align-items:center;gap:12px;min-height:180px;padding:35px;display:flex}.error-state{color:#a6424e;text-align:center;flex-direction:column}.schedule-table{min-width:1040px}.schedule-table td{min-width:100px}.schedule-table td:first-child{min-width:145px}.schedule-table td:first-child .status-pill{margin-top:7px}.schedule-table td:nth-child(5){min-width:142px}.schedule-table td:nth-child(6){min-width:160px}.schedule-table td strong{overflow-wrap:anywhere}.schedule-actions{white-space:normal;min-width:220px}.schedule-actions .table-button{white-space:nowrap;padding-inline:6px}.schedule-empty-state{text-align:center;align-content:center;justify-items:center;min-height:320px;padding:42px 24px;display:grid}.schedule-empty-state h3{margin:17px 0 7px;font-size:19px}.schedule-empty-state p{color:#7c879b;max-width:480px;margin:0 0 20px;line-height:1.6}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a11238c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:17px;width:min(100%,540px);max-height:calc(100vh - 40px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #080f224d}.wide-dialog{width:min(100%,1120px)}.modal h2{margin:0 40px 7px 0;font-size:23px}.modal>p{color:#798398;margin:0 40px 23px 0;line-height:1.55}.modal-close{color:#778198;background:#f2f4f8;border:0;border-radius:8px;place-items:center;width:34px;height:34px;font-size:22px;display:grid;position:absolute;top:18px;right:18px}.modal-form{gap:17px;display:grid}.modal-form select{min-height:46px}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-hint{color:#7b8599;margin:-4px 0 0;font-size:12px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:7px;display:flex}.schedule-number-row{grid-template-columns:2fr 1fr}.schedule-status-field{border:0;min-width:0;margin:0;padding:0}.schedule-status-field legend{color:#39445e;margin-bottom:7px;font-size:14px;font-weight:650}.schedule-batch-field{border:0;min-width:0;margin:0;padding:0}.schedule-batch-field>legend{color:#39445e;margin-bottom:7px;font-size:14px;font-weight:650}.schedule-batch-heading{color:#7b8599;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-bottom:7px;font-size:12px;display:flex}.schedule-batch-heading>div{gap:5px;display:flex}.schedule-batch-list{background:#f8fafc;border:1px solid #dfe3ec;border-radius:8px;gap:6px;max-height:230px;padding:8px;display:grid;overflow-y:auto}.schedule-batch-option{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:6px;grid-template-columns:none;align-items:center;gap:10px;padding:9px 10px;display:flex}.schedule-batch-option:hover{border-color:#cfd5e2}.schedule-batch-option.unavailable{color:#8f3f49;background:#fff6f7}.schedule-batch-option input{accent-color:#5b6be4;flex:none;width:17px;height:17px;min-height:17px;margin:0}.schedule-batch-option span{gap:3px;min-width:0;display:grid}.schedule-batch-option strong,.schedule-batch-option small{overflow-wrap:anywhere}.schedule-batch-option small{color:#7b8599}.segmented-control{background:#f5f7fa;border:1px solid #dfe3ec;border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.segmented-control button{color:#69758b;background:0 0;border:0;border-radius:7px;min-height:38px;font-weight:700}.segmented-control button:hover:not(.active){color:#46536c;background:#eceff5}.segmented-control button.active{color:#4555c4;background:#fff;box-shadow:0 2px 8px #18234314}.destructive-note{color:#8f3f49;background:#fff6f7;border:1px solid #efd0d4;border-radius:9px;padding:13px 14px;font-size:14px;line-height:1.55}.run-log-filter{border:0;min-width:0;margin:0 0 14px;padding:0}.run-log-filter legend{color:#39445e;margin-bottom:7px;font-size:14px;font-weight:650}.run-log-filter .segmented-control{width:min(100%,360px)}.run-log-toolbar{align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.run-log-toolbar label{flex:320px;min-width:0}.run-log-toolbar .secondary-button{flex:none}.run-log-scroll{border:1px solid #e8ebf1;border-radius:10px;max-height:min(46vh,520px);overflow:auto}.run-log-table{min-width:820px}.run-log-table th,.run-log-table td{padding:12px 14px}.run-log-table td{vertical-align:top}.run-log-table .safe-message{overflow-wrap:anywhere;white-space:normal;max-width:320px}.run-log-more{justify-content:center;padding-top:14px;display:flex}.run-log-empty{text-align:center;flex-direction:column}.run-detail-panel{border-top:1px solid #e4e8ef;margin-top:22px;padding-top:20px}.run-detail-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:13px;display:flex}.run-detail-heading h3{margin:0;font-size:17px}.run-detail-heading p{color:#8993a6;margin:5px 0 0;font-size:13px}.run-detail-scroll{border:1px solid #e8ebf1;border-radius:10px;max-height:min(38vh,420px);overflow:auto}.run-detail-table{min-width:900px}.run-detail-table th,.run-detail-table td{vertical-align:top;padding:11px 13px}.run-detail-table .safe-message{overflow-wrap:anywhere;white-space:normal;max-width:300px}.run-detail-table .masked-value,.run-detail-table .safe-url{overflow-wrap:anywhere;white-space:normal}.attempt-list{background:#fafbfc;border-left:2px solid #dfe3ec;gap:8px;margin-top:8px;padding:8px 10px;display:grid}.attempt-list>div{gap:2px;display:grid}.attempt-list small{overflow-wrap:anywhere;white-space:normal;margin:0}.compact-state{padding:12px 0}@media (width<=1020px){.stats,.module-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.auth-page{background:#f6f7fb;display:block}.auth-intro{min-height:250px;padding:26px 24px 34px}.auth-intro>div:nth-child(2){margin:48px 0 0}.auth-intro h1{margin-bottom:10px;font-size:31px}.auth-intro p:not(.eyebrow){margin-bottom:0;font-size:14px}.auth-intro small{display:none}.auth-panel{padding:0 16px 34px}.auth-card{margin-top:-18px;padding:26px 22px}.shell{display:block}.sidebar{z-index:5;grid-template-columns:1fr auto;gap:18px;width:100%;height:auto;padding:17px 18px;display:grid;position:relative}.sidebar .brand>span{border-radius:10px;width:38px;height:38px;font-size:13px}.sidebar .brand strong{font-size:12px}.sidebar nav{scrollbar-width:thin;grid-area:2/1/auto/-1;gap:6px;margin:0;padding-bottom:3px;display:flex;overflow-x:auto}.sidebar nav button{white-space:nowrap;flex:1 0 auto;justify-content:center;min-width:88px;padding:10px 8px;font-size:12px}.sidebar nav button>span{display:none}.account-card{background:0 0;border:0;grid-area:1/2;margin:0;padding:0}.account-card .avatar,.account-card div:nth-child(2){display:none}.account-card button{color:#b6c2db;background:#202c48}.version,.sidebar-error{display:none}.content{padding:25px 17px 45px}.content>.http-warning{flex-direction:column;align-items:flex-start;gap:2px}.page-header{align-items:flex-end}.page-title-actions{flex-direction:column;align-items:stretch;gap:7px}.page-title-actions>button{width:100%}.page-header h1{font-size:25px}.environment{display:none}.notice{margin:22px 0}.secure-notice{flex-direction:column;align-items:flex-start}.secret-locked-notice{flex-direction:column;align-items:flex-start;gap:4px}.proxy-assignment-notice{flex-direction:column;gap:5px}.stats{gap:10px}.stats article{padding:16px}.stats strong{font-size:24px}.module-grid{grid-template-columns:1fr}.module-grid p{min-height:auto}.page-description{margin-bottom:21px}.table-card{box-shadow:none;background:0 0;border:0;overflow:visible}.table-heading{border:0;padding:0 0 14px}.table-scroll{overflow:visible}table,tbody,tr,td{width:100%;display:block}thead{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}tbody{gap:12px;display:grid}tbody tr{background:#fff;border:1px solid #e2e6ee;border-radius:12px;padding:14px 15px;box-shadow:0 4px 15px #141f3a0a}td{border-bottom:1px solid #edf0f4;grid-template-columns:86px 1fr;align-items:center;min-height:42px;padding:8px 0;display:grid}td:before{content:attr(data-label);color:#8690a3;font-size:12px}tbody tr td:last-child{border:0}.row-actions{text-align:right;justify-content:flex-end;padding-top:11px;display:flex}.row-actions:before{margin-right:auto}td select,.schedule-table,.asset-table,.catalog-table,.instance-table,.template-table,.proxy-table,.schedule-table td,.schedule-table td:first-child,.schedule-table td:nth-child(5),.schedule-table td:nth-child(6){min-width:0}.schedule-actions{grid-template-columns:86px repeat(2,minmax(0,1fr));gap:5px;min-width:0;padding-top:11px;display:grid}.schedule-actions:before{text-align:left;grid-row:1/span 2;align-self:center;margin:0}.schedule-actions .table-button{text-align:center;width:100%;padding:7px 4px}.resource-table-heading{flex-direction:column;align-items:stretch}.resource-tabs{width:100%}.resource-tabs button{min-width:0}.safe-url,.safe-message,.list-summary,.proxy-endpoint{max-width:none}.secret-summary{flex-direction:column;align-items:flex-start;gap:3px}.wide-dialog{width:100%}.run-log-toolbar{flex-direction:column;align-items:stretch;gap:9px}.run-log-toolbar .secondary-button{width:100%}.run-log-scroll,.run-detail-scroll{border:0;max-height:none;overflow:visible}.run-log-table,.run-detail-table{min-width:0}.run-log-table td,.run-detail-table td{overflow-wrap:anywhere}.run-log-table .safe-message,.run-detail-table .safe-message{max-width:none}.run-detail-heading{flex-direction:column;align-items:flex-start}.attempt-list{padding-left:8px}}@media (width<=480px){.auth-intro h1{font-size:27px}.brand strong{font-size:14px}.page-header .primary-button{min-height:38px;padding:7px 11px;font-size:13px}.stats{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.modal{padding:24px 20px}.modal-actions>button{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
