@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;color:#172033;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--brand: #2f5bd3;--brand-hover: #2447a5;--brand-soft: #e8eeff;--ink: #172033;--ink-2: #344054;--muted: #667085;--app-bg: #f3f6fa;--paper: #fff;--subtle: #f8fafc;--border: #dce3ec;--success: #16835f;--success-soft: #eaf8f2;--warning: #b76a00;--warning-soft: #fff4de;--danger: #c63d4f;--danger-soft: #fdecef;--sidebar: #172033;--sidebar-hover: #222e45;--sidebar-active: #2a3a59;--sidebar-text: #dde5f2;--shadow-float: 0 8px 24px rgba(23, 32, 51, .12)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--app-bg);color:var(--ink);font-size:14px;line-height:1.55}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{width:18px;height:18px;stroke-width:1.8;flex:0 0 auto}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(47,91,211,.2);outline-offset:2px}.button{min-height:40px;padding:0 15px;border:1px solid var(--border);border-radius:8px;background:var(--paper);color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer;transition:.18s ease;white-space:nowrap}.button:hover:not(:disabled){border-color:#b8c4d6;background:var(--subtle)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{color:#fff;border-color:var(--brand);background:var(--brand)}.button--primary:hover:not(:disabled){color:#fff;border-color:var(--brand-hover);background:var(--brand-hover)}.button--ghost{border-color:transparent;background:transparent}.button--ghost:hover:not(:disabled){border-color:transparent;background:#eef2f7}.button--danger{color:#fff;border-color:var(--danger);background:var(--danger)}.button--danger:hover:not(:disabled){color:#fff;border-color:#a52e3f;background:#a52e3f}.icon-button{width:36px;height:36px;border:0;border-radius:8px;display:inline-grid;place-items:center;background:transparent;cursor:pointer}.icon-button:hover:not(:disabled){background:#eef2f7}.icon-button:disabled{opacity:.48;cursor:not-allowed}.input,.select,.textarea{width:100%;border:1px solid #cfd8e5;border-radius:8px;color:var(--ink);background:#fff;transition:border-color .18s,box-shadow .18s}.input,.select{min-height:44px;padding:0 12px}.textarea{padding:11px 12px;resize:vertical;line-height:1.65}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2f5bd31c;outline:none}.field{display:flex;flex-direction:column;gap:7px}.field__label{color:var(--ink-2);font-weight:600}.field__hint{color:var(--muted);font-size:12px}.field__error,.form-error{color:var(--danger);font-size:13px}.status-badge{min-height:24px;padding:2px 8px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:#eef2f6;color:#536173;font-size:12px;font-style:normal;font-weight:600;white-space:nowrap}.status-badge--brand{background:var(--brand-soft);color:var(--brand-hover)}.status-badge--success{background:var(--success-soft);color:var(--success)}.status-badge--warning{background:var(--warning-soft);color:var(--warning)}.status-badge--danger{background:var(--danger-soft);color:var(--danger)}.muted{color:var(--muted)}.centered{text-align:center}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-block{min-height:280px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.loading-block svg{color:var(--brand)}.center-screen{min-height:100vh;display:grid;place-items:center}.empty-state{min-height:320px;padding:48px 32px;border:1px dashed #cbd5e1;border-radius:12px;background:#ffffff9e;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state__icon{width:56px;height:56px;margin-bottom:18px;border-radius:12px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.empty-state__icon svg{width:25px;height:25px}.empty-state h3{margin-bottom:7px;font-size:18px}.empty-state p{max-width:440px;margin-bottom:20px;color:var(--muted)}.error-state{max-width:680px;margin:48px auto;padding:18px;border:1px solid #f3c4cb;border-radius:12px;display:flex;align-items:center;gap:14px;background:var(--danger-soft);color:var(--danger)}.error-state>div{flex:1}.error-state p{margin:3px 0 0}.error-state svg{width:22px;height:22px}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr)}.global-sidebar{position:sticky;top:0;z-index:20;height:100vh;padding:0 14px 18px;display:flex;flex-direction:column;color:var(--sidebar-text);background:var(--sidebar)}.brand{height:78px;padding:0 11px;display:flex;align-items:center;gap:12px}.brand__mark{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:var(--brand);color:#fff}.brand__mark svg{width:20px;height:20px}.brand__text{display:flex;flex-direction:column;line-height:1.2}.brand__text strong{color:#fff;font-size:16px;letter-spacing:.03em}.brand__text small{margin-top:4px;color:#93a3bb;font-size:11px}.global-nav{margin-top:11px;display:flex;flex-direction:column;gap:4px}.global-nav a,.sidebar-bottom a,.sidebar-bottom button{min-height:44px;padding:0 13px;border:0;border-radius:8px;display:flex;align-items:center;gap:12px;color:#b8c5d8;background:transparent;font-weight:500;cursor:pointer}.global-nav a:hover,.sidebar-bottom a:hover,.sidebar-bottom button:hover{color:#fff;background:var(--sidebar-hover)}.global-nav a.active{color:#fff;background:var(--sidebar-active);box-shadow:inset 3px 0 var(--brand)}.global-nav a.active svg{color:#8eabff}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:4px}.sidebar-bottom button{width:100%}.app-column{min-width:0}.topbar{position:sticky;top:0;z-index:15;height:64px;padding:0 28px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar__trail{display:flex;align-items:center;gap:7px;color:var(--muted)}.topbar__trail svg{width:14px}.topbar__trail strong{color:var(--ink)}.topbar__actions{display:flex;align-items:center;gap:18px}.task-trigger{height:36px;padding:0 10px;border:0;border-radius:8px;display:flex;align-items:center;gap:8px;background:transparent;cursor:pointer}.task-trigger:hover{background:var(--subtle)}.task-trigger b{min-width:20px;height:20px;padding:0 6px;border-radius:10px;display:grid;place-items:center;color:#fff;background:var(--brand);font-size:11px}.test-environment{padding-left:18px;border-left:1px solid var(--border);color:var(--muted);font-size:12px}.app-main{min-height:calc(100vh - 64px)}.page-container{width:min(1240px,calc(100% - 56px));margin:0 auto;padding:40px 0 72px}.page-container--narrow{width:min(880px,calc(100% - 56px))}.page-heading{margin-bottom:30px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.page-heading h1{margin-bottom:6px;font-size:24px;line-height:32px;letter-spacing:-.02em}.page-heading p{margin:0;color:var(--muted)}.page-heading time{padding-top:7px;color:var(--muted)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(540px,1.15fr) minmax(480px,.85fr);background:#fff}.login-intro{position:relative;min-height:100vh;padding:52px clamp(56px,6vw,104px);overflow:hidden;display:flex;flex-direction:column;color:#fff;background:var(--sidebar)}.login-intro:before{content:"";position:absolute;width:520px;height:520px;right:-220px;top:10%;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 90px #ffffff05,0 0 0 180px #ffffff03}.login-intro:after{content:"";position:absolute;left:0;right:0;bottom:0;height:210px;background:linear-gradient(160deg,transparent 48%,rgba(47,91,211,.23) 49%)}.login-brand{z-index:1;display:flex;align-items:center;gap:12px;font-size:17px}.login-brand span{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--brand)}.login-copy{z-index:1;max-width:620px;margin:auto 0}.login-copy h1{margin-bottom:25px;font-size:clamp(38px,4vw,58px);line-height:1.23;letter-spacing:-.04em}.login-copy p{max-width:540px;color:#aebbd0;font-size:17px;line-height:1.8}.login-note{z-index:1;display:flex;align-items:center;gap:12px;color:#dce5f2}.login-note>svg{width:24px;height:24px;color:#83a2ff}.login-note span{font-weight:600}.login-note small{color:#8fa0b8;font-weight:400}.login-panel{display:grid;place-items:center;padding:64px}.login-form{width:min(390px,100%)}.login-form__icon{width:52px;height:52px;margin-bottom:24px;border-radius:12px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.login-form__icon svg{width:23px;height:23px}.login-form h2{margin-bottom:7px;font-size:26px;letter-spacing:-.02em}.login-form>p{margin-bottom:32px;color:var(--muted)}.login-form label{display:flex;flex-direction:column;gap:8px;font-weight:600}.login-form .form-error{margin-top:10px}.login-form>.button{width:100%;margin-top:22px}.login-form>small{display:block;margin-top:15px;text-align:center;color:var(--muted)}.entry-grid{margin-bottom:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.entry-card{min-height:218px;padding:24px;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;background:var(--paper);transition:transform .18s,border-color .18s,box-shadow .18s}.entry-card:hover{border-color:#bdc9dc;transform:translateY(-2px);box-shadow:0 9px 26px #17203312}.entry-card__icon{width:44px;height:44px;margin-bottom:25px;border-radius:10px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.entry-card--2 .entry-card__icon{color:#0f7b6c;background:#e9f7f4}.entry-card--3 .entry-card__icon{color:#7a55be;background:#f2ecff}.entry-card h2{margin-bottom:7px;font-size:18px}.entry-card p{margin-bottom:18px;color:var(--muted);line-height:1.65}.entry-card__action{margin-top:auto;display:flex;align-items:center;gap:7px;color:var(--brand);font-weight:600}.entry-card__action svg{width:16px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);gap:24px}.section-block{min-width:0}.section-heading{min-height:42px;margin-bottom:15px;display:flex;align-items:flex-start;justify-content:space-between}.section-heading h2{margin-bottom:1px;font-size:17px}.section-heading p{margin:0;color:var(--muted);font-size:12px}.section-heading>a{padding-top:2px;display:flex;align-items:center;gap:5px;color:var(--brand);font-weight:600}.section-heading>a svg{width:15px}.project-table{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.project-table__row{min-height:78px;padding:12px 15px;border-bottom:1px solid #e8edf3;display:grid;grid-template-columns:42px minmax(180px,1fr) auto 86px 20px;align-items:center;gap:12px}.project-table__row:last-child{border-bottom:0}.project-table__row:hover{background:var(--subtle)}.project-table__row>time{color:var(--muted);font-size:12px}.project-table__row>svg{color:#94a0b2}.project-avatar{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;background:#e9eef7;color:#42526a;font-weight:700}.project-main{min-width:0;display:flex;flex-direction:column}.project-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-main small{color:var(--muted)}.dashboard-project-progress{width:min(240px,100%);height:4px;margin-top:7px;border-radius:999px;overflow:hidden;background:#e3e9f2}.dashboard-project-progress i{height:100%;display:block;border-radius:inherit;background:var(--brand)}.project-table__row.has-active-job{min-height:88px;background:#fbfcff}.task-summary{padding:0}.task-summary>article{min-height:104px;margin-bottom:10px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fff}.task-summary>article>div:first-child{display:flex;align-items:flex-start;gap:11px}.task-summary article strong{display:block;margin-bottom:3px;font-size:13px}.task-summary article p{margin:0;color:var(--muted);font-size:12px}.task-summary .pulse{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.drawer-backdrop{position:fixed;inset:0;z-index:50;pointer-events:none;opacity:0;background:#1720333d;transition:opacity .2s}.drawer-backdrop.is-open{pointer-events:auto;opacity:1}.job-drawer{position:fixed;z-index:55;right:0;top:0;bottom:0;width:420px;transform:translate(100%);background:#fff;box-shadow:var(--shadow-float);transition:transform .25s ease}.job-drawer.is-open{transform:translate(0)}.job-drawer>header{min-height:88px;padding:20px 20px 16px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.job-drawer h2{margin-bottom:2px;font-size:19px}.job-drawer header p{margin:0;color:var(--muted);font-size:12px}.job-list{height:calc(100vh - 88px);padding:16px;overflow-y:auto;background:var(--subtle)}.job-drawer__error{margin:0 0 12px;padding:10px 12px;border:1px solid #efc7ce;border-radius:8px;color:var(--danger);background:#fff5f6;font-size:12px;line-height:1.5}.job-row{margin-bottom:12px;padding:16px;border:1px solid var(--border);border-radius:10px;background:#fff}.job-row__heading{margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.job-row__meta{min-height:28px;margin:-5px -6px -5px 0;display:flex;align-items:center;gap:5px}.job-row__clear{width:28px;height:28px;color:var(--muted)}.job-row__clear svg{width:16px;height:16px}.job-row__clear:hover:not(:disabled){color:var(--danger);background:#fff0f2}.job-row time{color:var(--muted);font-size:12px}.job-row h3{margin-bottom:4px;font-size:14px}.job-row__stage{margin:2px 0 5px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--brand);font-size:12px}.job-row__stage strong{font-weight:700}.job-row__stage span{color:var(--muted)}.job-row p{margin-bottom:11px;color:var(--muted);font-size:12px}.job-row .button{min-height:32px}.progress{position:relative;height:18px;margin-top:13px;border-radius:5px;overflow:hidden;background:#e7ecf3}.progress i{position:absolute;left:0;top:0;bottom:0;background:var(--brand)}.progress span{position:absolute;right:5px;top:-1px;color:var(--ink-2);font-size:10px;font-weight:600}.toolbar{margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.search-field{position:relative;width:340px}.search-field>svg{position:absolute;z-index:1;left:12px;top:13px;color:#8a98aa}.search-field .input{padding-left:40px}.project-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.project-list-card{padding:22px;border:1px solid var(--border);border-radius:12px;background:#fff}.project-list-card__top{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:13px;align-items:center}.project-list-card__top>.status-badge{grid-column:3}.project-avatar--large{width:50px;height:50px;border-radius:11px;font-size:17px}.project-list-card h2{margin-bottom:3px;font-size:17px}.project-list-card p{margin:0;color:var(--muted);font-size:12px}.project-task-inline{margin:16px 0 -4px;padding:12px 14px;border:1px solid #cfdbf6;border-radius:9px;background:#f6f8ff}.project-task-inline>div:first-child{display:flex;align-items:center;gap:7px;color:var(--brand);font-size:12px}.project-task-inline>div:first-child small{margin-left:auto;color:var(--muted)}.project-task-inline>p{margin-top:5px}.project-task-inline__dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #2f5bd31a}.project-task-inline .progress{height:14px;margin-top:8px}.project-list-card__counts{margin:22px 0 17px;padding:13px 0;border-block:1px solid #ebeff4;display:grid;grid-template-columns:repeat(4,1fr)}.project-list-card__counts span{padding:0 8px;border-right:1px solid #e7ecf2;color:var(--muted);text-align:center;font-size:11px}.project-list-card__counts span:last-child{border-right:0}.project-list-card__counts b{display:block;color:var(--ink);font-size:16px}.project-list-card footer{display:flex;align-items:center;justify-content:space-between;color:var(--warning);font-size:12px}.project-list-card footer>div{display:flex;gap:7px}.project-list-card footer .button{min-height:34px;padding:0 10px}.creation-steps{margin:0 0 24px;padding:0;display:flex;list-style:none}.creation-steps li{position:relative;flex:1;display:flex;align-items:center;gap:9px;color:#8b98aa;font-weight:600}.creation-steps li:after{content:"";height:1px;flex:1;margin-right:10px;background:var(--border)}.creation-steps li:last-child:after{display:none}.creation-steps span{width:28px;height:28px;border:1px solid #cbd5e1;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:12px}.creation-steps .is-active{color:var(--brand)}.creation-steps .is-active span{border-color:var(--brand);color:#fff;background:var(--brand)}.upload-dropzone{width:100%;min-height:310px;padding:44px;border:1.5px dashed #b9c6d8;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff94;cursor:pointer}.upload-dropzone:hover,.upload-dropzone.is-dragging{border-color:var(--brand);background:#f5f8ff}.upload-dropzone>span{width:60px;height:60px;margin-bottom:20px;border-radius:14px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.upload-dropzone>span svg{width:27px;height:27px}.upload-dropzone strong{margin-bottom:7px;font-size:17px}.upload-dropzone p{color:var(--muted)}.upload-dropzone em{padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--ink-2);font-style:normal;font-weight:600}.upload-file{padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.upload-file__heading{display:flex;align-items:center;gap:13px}.upload-file__heading>span{width:44px;height:44px;border-radius:9px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.upload-file__heading>div{flex:1}.upload-file__heading p{margin:1px 0 0;color:var(--muted);font-size:12px}.upload-file__heading button{width:36px;height:36px;border:0;border-radius:8px;display:grid;place-items:center;background:transparent;cursor:pointer}.preflight-loading{margin-top:16px;display:flex;align-items:center;gap:12px;color:var(--muted)}.preflight-loading i{width:34%;height:5px;border-radius:4px;background:linear-gradient(90deg,var(--brand) 56%,#e8edf4 56%)}.preflight-loading p{margin:0;font-size:12px}.preflight-panel{margin-top:18px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.preflight-panel>header{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.preflight-panel>header>div{display:flex;align-items:center;gap:12px}.preflight-panel>header svg{color:var(--success)}.preflight-panel h2{margin:0;font-size:17px}.preflight-panel header p{margin:1px 0 0;color:var(--muted);font-size:12px}.preflight-panel dl{margin:0;padding:20px 22px;display:grid;grid-template-columns:repeat(4,1fr)}.preflight-panel dl>div{padding-left:16px;border-left:1px solid var(--border)}.preflight-panel dl>div:first-child{padding-left:0;border-left:0}.preflight-panel dt{color:var(--muted);font-size:12px}.preflight-panel dd{margin:5px 0 0;font-size:16px;font-weight:600}.warning-box,.inline-warning{margin:0 22px 16px;padding:11px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;color:var(--warning);background:var(--warning-soft)}.warning-box p{margin:0}.preview-paper{margin:0 22px 20px;padding:19px 22px;border:1px solid var(--border);border-radius:8px;background:var(--subtle)}.preview-paper h3{margin-bottom:9px;font-size:13px}.preview-paper p{margin:0;color:var(--ink-2);line-height:1.85}.preflight-panel>footer{padding:17px 22px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--subtle)}.preflight-panel footer p{margin:0;color:var(--muted);font-size:12px}.preflight-panel footer>div{display:flex;gap:8px}.modal-backdrop{position:fixed;inset:0;z-index:100;padding:24px;display:grid;place-items:center;background:#17203366}.modal{max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);border-radius:12px;overflow:auto;background:#fff;box-shadow:var(--shadow-float)}.modal__header{padding:20px 20px 16px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:20px}.modal__header h2{margin-bottom:3px;font-size:18px}.modal__header p{margin:0;color:var(--muted);font-size:13px}.modal__body{padding:20px 24px}.modal__footer{padding:15px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px;background:var(--subtle)}.modal-callout{padding:12px;border-radius:8px;color:var(--ink-2);background:var(--subtle)}.form-stack{display:flex;flex-direction:column;gap:17px}.menu{position:relative;display:inline-block}.menu__popover{position:absolute;z-index:30;right:0;top:calc(100% + 7px);width:210px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow-float)}.menu__popover a{min-height:42px;padding:0 10px;border-radius:7px;display:flex;align-items:center;justify-content:space-between}.menu__popover a:hover{background:var(--subtle)}.menu__popover small{color:var(--muted)}.toast-region{position:fixed;z-index:200;right:24px;bottom:24px;width:360px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{min-height:48px;padding:11px 14px;border:1px solid var(--border);border-radius:9px;display:flex;align-items:center;gap:10px;background:#fff;box-shadow:var(--shadow-float)}.toast--success svg{color:var(--success)}.toast--danger{border-color:#f3c4cb;color:var(--danger)}.project-page{min-height:calc(100vh - 64px);display:flex;flex-direction:column}.project-heading{min-height:104px;padding:18px 28px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fff}.project-heading>div:first-child>a{margin-bottom:5px;display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px}.project-heading>div:first-child>a svg{width:14px}.project-heading>div:first-child>div{display:flex;align-items:center;gap:10px}.project-heading h1{margin:0;font-size:22px;line-height:28px}.project-heading p{margin:3px 0 0;color:var(--muted);font-size:12px}.project-task-banner{padding:14px 28px;border-bottom:1px solid #cdd9f3;display:flex;align-items:flex-start;gap:13px;background:linear-gradient(100deg,#f3f6ff,#f9fbff)}.project-task-banner__icon{width:38px;height:38px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;color:var(--brand);background:#e4ebff}.project-task-banner__icon svg,.button .lucide-loader-circle{animation:task-spin 1.1s linear infinite}.project-task-banner__body{min-width:0;flex:1}.project-task-banner__body header{display:flex;align-items:center;justify-content:space-between;gap:18px}.project-task-banner__body header>div{display:flex;align-items:center;gap:9px}.project-task-banner__body header>span{color:var(--brand);font-size:12px;font-weight:700}.project-task-banner__body p{margin:5px 0 0;color:var(--ink-2);font-size:12px}.project-task-banner__body small{display:block;margin-top:7px;color:var(--muted);font-size:11px}.project-task-banner .progress{height:15px;margin-top:9px}.project-task-progress{width:100%}@keyframes task-spin{to{transform:rotate(360deg)}}.project-stepper{height:62px;padding:0 28px;border-bottom:1px solid var(--border);display:flex;align-items:center;background:#fff}.project-stepper a{position:relative;height:62px;flex:1;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-weight:600}.project-stepper a:after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:2px;transform:scaleX(0);background:var(--brand)}.project-stepper a.is-active{color:var(--brand)}.project-stepper a.is-active:after{transform:scaleX(1)}.project-stepper a>span{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;background:#eef2f6;color:#607084}.project-stepper a.is-active>span{color:var(--brand);background:var(--brand-soft)}.project-stepper b,.project-stepper small{display:none}.project-stepper a>svg{margin-left:auto;width:14px;color:#a8b3c2}.project-layout{flex:1;min-height:calc(100vh - 230px);display:grid;grid-template-columns:224px minmax(420px,1fr) 246px}.content-rail{min-width:0;border-right:1px solid var(--border);background:#fff}.content-rail>header{min-height:52px;padding:0 14px 0 17px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.content-rail>header span{color:var(--muted);font-size:12px}.content-rail>header button{border:0;color:var(--brand);background:transparent;font-size:12px;font-weight:600;cursor:pointer}.workspace-center{min-width:0;padding:28px;overflow:auto;background:var(--app-bg)}.workspace-info{padding:18px 16px;border-left:1px solid var(--border);background:var(--subtle)}.info-stack{display:flex;flex-direction:column;gap:12px}.info-card{margin-bottom:12px;padding:16px;border:1px solid var(--border);border-radius:9px;background:#fff}.info-card h3{margin:8px 0 7px;font-size:14px}.info-card>h3:first-child{margin-top:0}.info-card p{margin-bottom:12px;color:var(--muted);font-size:12px;line-height:1.65}.info-card .button,.info-card .menu{width:100%}.info-card .button{margin-top:7px}.info-card .menu .button{width:100%}.info-card dl{margin:0}.info-card dl>div{min-height:34px;display:flex;align-items:center;justify-content:space-between}.info-card dt{color:var(--muted)}.info-card dd{margin:0;font-weight:600}.info-card--quiet{background:#f6f8fb}.info-card--quiet strong{color:var(--brand)}.info-card--warning{color:var(--warning);background:var(--warning-soft)}.info-card--warning h3{color:var(--warning)}.info-card--warning p{color:#8a5c15}.reader-paper{width:min(780px,100%);min-height:calc(100vh - 290px);margin:0 auto;padding:clamp(32px,5vw,64px);border:1px solid var(--border);background:#fff}.reader-paper>section{scroll-margin-top:80px}.reader-paper>section+section{margin-top:50px;padding-top:42px;border-top:1px solid #e9edf2}.reader-paper h1{margin-bottom:22px;font-size:26px}.reader-paper h2{margin-bottom:22px;font-size:20px;line-height:30px}.reader-paper p{margin-bottom:13px;color:#303b4b;font-size:15px;line-height:26px;white-space:pre-wrap}.script-paper header,.outline-paper header{margin-bottom:34px;padding-bottom:20px;border-bottom:1px solid #e7ebf0}.script-paper header span{color:var(--muted);font-size:12px}.script-paper header h1{margin:6px 0 0}.outline-paper header h1{margin:12px 0 3px}.outline-paper header time{color:var(--muted);font-size:12px}.episode-list{height:calc(100vh - 282px);padding:8px;overflow:auto}.episode-list>button,.outline-episode-list>div{width:100%;min-height:66px;margin-bottom:2px;border:0;border-radius:7px;background:transparent;text-align:left;cursor:pointer}.episode-list>button{padding:10px;display:flex;flex-direction:column}.episode-list>button:hover,.episode-list>button.is-active,.outline-episode-list>div:hover,.outline-episode-list>div.is-active{background:#eef3ff}.episode-list b{margin-bottom:3px;font-size:13px}.episode-list small{max-width:100%;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.outline-episode-list>div{padding:7px 8px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center}.outline-episode-list>div>button{min-width:0;padding:0;border:0;display:flex;flex-direction:column;background:transparent;text-align:left;cursor:pointer}.outline-episode-list input{accent-color:var(--brand)}.rail-list{padding:10px}.rail-label{margin:4px 8px 8px;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.section-rail button{width:100%;min-height:44px;padding:0 10px;border:0;border-radius:7px;display:flex;align-items:center;gap:9px;background:transparent;cursor:pointer;text-align:left}.section-rail button:hover,.section-rail button.is-active{color:var(--brand-hover);background:#eef3ff}.section-rail button span{width:24px;height:24px;border-radius:5px;display:grid;place-items:center;background:#eef2f6;color:var(--muted);font-size:11px}.section-rail button.is-active span{color:var(--brand);background:#dae5ff}.direction-workspace{flex:1;min-height:calc(100vh - 230px);display:grid;grid-template-columns:minmax(0,1fr) 270px}.direction-main{min-width:0;padding:24px 28px 56px}.direction-toolbar{min-height:44px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.direction-toolbar>span{color:var(--muted);font-size:12px}.segmented{padding:3px;border:1px solid var(--border);border-radius:8px;display:inline-flex;background:#fff}.segmented button{min-height:32px;padding:0 12px;border:0;border-radius:6px;display:flex;align-items:center;gap:6px;background:transparent;color:var(--muted);cursor:pointer}.segmented button.is-active{color:var(--brand-hover);background:var(--brand-soft);font-weight:600}.segmented button span{min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:grid;place-items:center;background:#17203314;font-size:10px}.direction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.direction-card{min-width:0;padding:19px;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;background:#fff}.direction-card--discarded{opacity:.68;background:#fafbfc}.direction-card>header{display:flex;align-items:center;justify-content:space-between}.direction-card>header>div{display:flex;align-items:center;gap:8px}.direction-card header button{border:0;background:transparent;color:var(--muted);cursor:pointer}.direction-ref{color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.04em}.direction-card h2{margin:14px 0 16px;font-size:17px}.direction-card dl{margin:0}.direction-card dl>div{margin-bottom:13px}.direction-card dt{margin-bottom:3px;color:var(--muted);font-size:11px;font-weight:600}.direction-card dd{margin:0;color:var(--ink-2);line-height:1.68}.direction-card footer{margin-top:auto;padding-top:15px;border-top:1px solid #ebeff3;display:flex;flex-wrap:wrap;gap:7px}.direction-card footer .button{min-height:34px;padding:0 10px;font-size:12px}.direction-card footer .button--primary{margin-left:auto}.direction-sidebar{padding:18px 16px;border-left:1px solid var(--border);background:var(--subtle)}.kept-counter>div:first-child{display:flex;align-items:flex-end;justify-content:space-between}.kept-counter strong{color:var(--brand);font-size:26px;line-height:1}.kept-counter strong small{color:var(--muted);font-size:12px}.quota-bar{height:6px;margin:13px 0 11px;border-radius:3px;overflow:hidden;background:#e2e8f0}.quota-bar i{display:block;height:100%;background:var(--brand)}.direction-sidebar .inline-warning{margin:12px 0 5px;font-size:12px}.framework-list{padding:9px;border-bottom:1px solid var(--border)}.framework-list button{width:100%;min-height:72px;margin-bottom:4px;padding:10px;border:0;border-radius:7px;display:grid;grid-template-columns:1fr auto;text-align:left;background:transparent;cursor:pointer}.framework-list button:hover,.framework-list button.is-active{background:#eef3ff}.framework-list button span{color:var(--brand);font-size:11px;font-weight:700}.framework-list button strong{grid-column:1 / -1}.framework-list button small{grid-column:2;grid-row:1;color:var(--muted)}.settings-tabs{height:50px;margin-bottom:26px;border-bottom:1px solid var(--border);display:flex;gap:24px}.settings-tabs a{position:relative;padding:0 4px;display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:600}.settings-tabs a:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;transform:scaleX(0);background:var(--brand)}.settings-tabs a.active{color:var(--brand)}.settings-tabs a.active:after{transform:scaleX(1)}.settings-section__heading{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.settings-section__heading h2{margin-bottom:3px;font-size:18px}.settings-section__heading p{margin:0;color:var(--muted)}.settings-section__heading>div:last-child{display:flex;gap:8px}.provider-list{display:flex;flex-direction:column;gap:16px}.provider-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.provider-card>header{min-height:76px;padding:14px 18px;display:flex;align-items:center;gap:12px}.provider-logo{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.provider-card>header>div:nth-child(2){min-width:0;flex:1}.provider-card h3{margin:0;font-size:16px}.provider-card header p{max-width:630px;margin:2px 0 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.provider-card header .button{min-height:34px}.provider-key{min-height:46px;padding:0 18px;border-block:1px solid var(--border);display:flex;align-items:center;gap:9px;background:var(--subtle)}.provider-key svg{color:var(--muted)}.provider-key span,.provider-key small{color:var(--muted);font-size:12px}.provider-key code{margin-left:4px}.provider-key small{margin-left:auto;color:var(--success)}.model-table__head,.model-row{padding:0 18px;display:grid;grid-template-columns:minmax(200px,1.1fr) 110px minmax(200px,1fr) 180px;align-items:center;gap:12px}.model-table__head{min-height:38px;border-bottom:1px solid var(--border);color:var(--muted);background:#fbfcfd;font-size:11px;font-weight:600}.model-row{min-height:68px;border-bottom:1px solid #e9edf2}.model-row>div:first-child{display:flex;flex-direction:column}.model-row small{color:var(--muted);font-size:11px}.stage-tags{display:flex;flex-wrap:wrap;gap:4px}.stage-tags em{padding:2px 6px;border-radius:4px;color:#4d5b6c;background:#eef2f6;font-size:10px;font-style:normal}.model-actions{display:flex;gap:6px}.model-actions .button{min-height:32px;padding:0 9px;font-size:11px}.provider-card>footer{min-height:57px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.provider-card>footer .button{min-height:34px}.settings-note{margin-top:16px;padding:15px 17px;border:1px solid #cbdcfb;border-radius:10px;display:flex;gap:12px;color:var(--brand-hover);background:#f3f6ff}.settings-note h3,.settings-note strong{margin:0}.settings-note p{margin:2px 0 0;color:#586b9d}.stage-routing{margin-top:16px;padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.stage-routing>header{margin-bottom:15px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.stage-routing h3{margin:0 0 3px;font-size:15px}.stage-routing header p,.stage-routing details p{margin:0;color:var(--muted);font-size:12px}.stage-routing>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.stage-routing label{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px;color:var(--ink-2);font-weight:600}.stage-routing .select{min-height:40px;font-weight:400}.stage-routing details{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.stage-routing summary{color:var(--brand);font-weight:600;cursor:pointer}.stage-routing details p{margin-top:8px}.prompt-workspace{min-height:650px;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:218px minmax(420px,1fr) 250px;background:#fff}.prompt-nav{padding:13px 9px;border-right:1px solid var(--border);background:var(--subtle)}.prompt-nav>p{margin:5px 9px 7px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em}.prompt-nav>button{width:100%;min-height:54px;padding:7px 9px;border:0;border-radius:7px;display:grid;grid-template-columns:26px 1fr;align-items:center;column-gap:8px;background:transparent;text-align:left;cursor:pointer}.prompt-nav>button:hover,.prompt-nav>button.is-active{color:var(--brand-hover);background:#e9effd}.prompt-nav>button>span{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#e8edf4;color:var(--muted);font-size:11px}.prompt-nav>button strong{font-size:12px}.prompt-nav>button small{grid-column:2;color:var(--muted);font-size:10px}.version-list{max-height:290px;overflow:auto}.version-list button{width:100%;min-height:52px;padding:8px 9px;border:0;border-radius:7px;display:grid;grid-template-columns:1fr auto;align-items:center;background:transparent;text-align:left;cursor:pointer}.version-list button:hover,.version-list button.is-active{background:#e9effd}.version-list button>span{font-weight:700}.version-list button small{grid-column:1 / -1;color:var(--muted);font-size:10px}.version-list .status-badge{min-height:20px;padding:0 5px;font-size:9px}.prompt-editor{min-width:0;display:flex;flex-direction:column}.prompt-editor>header{min-height:72px;padding:13px 16px 11px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.prompt-editor h3{margin:0;font-size:15px}.prompt-editor header p{margin:2px 0 0;color:var(--muted);font-size:11px}.prompt-editor header .button{min-height:32px}.prompt-textarea{flex:1;min-height:520px;padding:22px;border:0;outline:0;resize:none;color:#293547;background:#fff;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.8}.prompt-editor>footer{min-height:48px;padding:0 13px 0 20px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.prompt-editor>footer .button{min-height:32px}.prompt-inspector{padding:17px 15px;border-left:1px solid var(--border);background:#fbfcfd}.prompt-inspector h3{margin-bottom:20px;font-size:14px}.prompt-inspector section{margin-bottom:20px}.prompt-inspector section>strong{display:block;margin-bottom:8px;color:var(--muted);font-size:11px}.check-row{min-height:31px;padding:4px 7px;border-radius:5px;display:flex;align-items:center;gap:7px;color:var(--muted);background:#f0f3f7}.check-row+.check-row{margin-top:4px}.check-row svg{width:14px}.check-row code{overflow:hidden;font-size:10px;text-overflow:ellipsis}.check-row.is-ok svg{color:var(--success)}.check-row.is-error{color:var(--danger);background:var(--danger-soft)}.contract-box{padding:10px;border:1px solid var(--border);border-radius:7px;display:flex;gap:9px;background:#fff}.contract-box svg{color:var(--brand)}.contract-box p{margin:1px 0 0;color:var(--muted);font-size:10px}.validation-result{padding:11px;border-radius:7px}.validation-result.is-ok{color:var(--success);background:var(--success-soft)}.validation-result.is-error{color:var(--danger);background:var(--danger-soft)}.validation-result p{margin:4px 0 0;font-size:11px}.validation-result details{margin-top:8px}.validation-result summary{cursor:pointer;font-size:11px;font-weight:600}.validation-result pre{max-height:160px;overflow:auto;white-space:pre-wrap;font-size:10px}.prompt-inspector>.button{width:100%}.diff-panel{min-height:520px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.diff-panel>div:first-child{border-right:1px solid var(--border)}.diff-panel header{position:sticky;top:0;height:40px;padding:10px;border-bottom:1px solid var(--border);background:var(--subtle);color:var(--muted);font-size:11px;font-weight:600}.diff-panel pre{min-height:26px;margin:0;padding:3px 10px;overflow:hidden;white-space:pre-wrap;font-size:11px}.diff-panel pre.is-changed{color:#7a4d00;background:#fff4de}.prompt-actions{min-height:70px;padding:13px 16px;border:1px solid var(--border);border-top:0;border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:space-between;background:var(--subtle)}.prompt-actions p{margin:0;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.prompt-actions p svg{color:var(--success)}.prompt-actions>div{display:flex;gap:8px}.release-card{min-height:104px;padding:20px;border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;gap:15px;background:#fff}.release-icon{width:52px;height:52px;border-radius:11px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.release-icon svg{width:23px;height:23px}.release-card>div:nth-child(2){flex:1}.release-card span{color:var(--muted);font-size:11px}.release-card h3{margin:1px 0;font-size:20px}.release-card p{margin:0;color:var(--muted);font-size:12px}.workflow-flow{margin:28px 0;display:flex;align-items:stretch}.workflow-node{min-width:0;flex:1;display:flex;align-items:center}.workflow-node>article{min-width:0;flex:1;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.workflow-node>svg{width:18px;margin:0 7px;color:#9ba8b9}.workflow-node header{min-height:64px;padding:12px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:9px}.workflow-node header>span{width:29px;height:29px;border-radius:7px;display:grid;place-items:center;color:#fff;background:var(--brand);font-weight:700}.workflow-node h3{margin:0;font-size:13px}.workflow-node code{color:var(--muted);font-size:8px}.workflow-node dl{margin:0;padding:11px 12px}.workflow-node dl>div+div{margin-top:9px}.workflow-node dt{color:var(--muted);font-size:9px}.workflow-node dd{margin:2px 0 0;font-size:11px;line-height:1.45}.desktop-required{display:none}@media(max-width:1360px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.global-sidebar{padding-inline:12px}.page-container{width:min(1120px,calc(100% - 40px))}.project-layout{grid-template-columns:210px minmax(400px,1fr)}.workspace-info{grid-column:2;padding:0 20px 20px;border-left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.workspace-info>*,.workspace-info .info-card{margin:0}.direction-workspace{grid-template-columns:minmax(0,1fr) 240px}.direction-grid{grid-template-columns:1fr}.prompt-workspace{grid-template-columns:190px minmax(380px,1fr) 220px}}@media(max-width:1120px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.global-sidebar{padding:0 9px 14px}.brand{height:64px;padding:0;justify-content:center}.brand__text,.global-nav span,.sidebar-bottom span{display:none}.global-nav a,.sidebar-bottom a,.sidebar-bottom button{padding:0;justify-content:center}.global-nav a.active{box-shadow:inset 2px 0 var(--brand)}.topbar{padding-inline:20px}.page-container{width:calc(100% - 32px);padding-top:28px}.entry-grid{gap:12px}.entry-card{padding:19px}.dashboard-columns,.project-list{grid-template-columns:1fr}.project-heading{padding-inline:20px}.project-stepper{padding-inline:8px}.project-stepper a{padding-inline:6px;gap:5px}.project-stepper a>span{display:none}.project-stepper a>b{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:var(--muted);background:#eef2f6;font-size:11px}.project-stepper a.is-active>b{color:#fff;background:var(--brand)}.project-layout{grid-template-columns:188px minmax(0,1fr)}.direction-workspace{grid-template-columns:minmax(0,1fr)}.direction-sidebar{border-left:0;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.direction-sidebar .info-card{margin:0}.prompt-workspace{grid-template-columns:174px minmax(0,1fr)}.prompt-inspector{grid-column:1 / -1;border-top:1px solid var(--border);border-left:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.prompt-inspector h3{grid-column:1 / -1;margin:0}.workflow-flow{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.workflow-node>svg{display:none}}@media(max-width:1023px){body{overflow:hidden}.desktop-required{position:fixed;inset:0;z-index:1000;padding:32px;display:grid;place-items:center;text-align:center;background:var(--sidebar);color:#fff}.desktop-required>div{max-width:460px}.desktop-required svg{width:44px;height:44px;margin-bottom:18px;color:#8eabff}.desktop-required h1{font-size:24px}.desktop-required p{color:#aebbd0;line-height:1.75}}
