*,:before,:after{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,textarea,select{font:inherit}.login-form{gap:24px;width:100%;display:grid}.login-form__field{gap:8px;display:grid;position:relative}.login-form__field label{color:#1f2a3d;letter-spacing:.01em;font-size:14px;font-weight:600}.login-form .ant-input-affix-wrapper{min-height:58px;box-shadow:none;background:#fff;border-color:#cfd7e3;border-radius:5px;padding-inline:14px;transition:border-color .16s,box-shadow .16s,transform .16s}.login-form .ant-input-affix-wrapper:hover{border-color:#8eabe1}.login-form .ant-input-affix-wrapper-focused{border-color:#2f6fe4;transform:translateY(-1px);box-shadow:0 0 0 3px #2f6fe41f}.login-form .ant-input-prefix{color:#71809a;margin-inline-end:11px;font-size:16px}.login-form .ant-input{color:#1f2a3d;font-size:15px}.login-form__field-error{color:#d9363e;margin-top:3px;font-size:12px;position:absolute;top:100%;left:0}.login-form__password-toggle{color:#67758d;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:28px;height:28px;padding:0;transition:color .16s,background-color .16s;display:inline-grid}.login-form__password-toggle:hover,.login-form__password-toggle:focus-visible{color:#2f6fe4;background:#edf3fc;outline:none}.login-form__alert{border-radius:5px;margin-top:-2px;animation:.26s ease-out both login-alert-in}.login-form__submit.ant-btn{letter-spacing:.12em;border-radius:5px;min-height:60px;margin-top:2px;font-size:15px;font-weight:600;transition:transform .16s,box-shadow .16s,background-color .16s;box-shadow:0 8px 20px #2f6fe42e}.login-form__submit.ant-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 24px #2f6fe440}.login-form__submit.ant-btn:not(:disabled):active{transform:translateY(1px);box-shadow:0 4px 10px #2f6fe42e}.login-form__oidc.ant-btn{border-radius:5px;min-height:42px}.login-form__help{justify-items:start;gap:10px;margin-top:3px;display:grid}.login-form__help-trigger{color:#4d5b70;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:3px 0;font-size:13px;transition:color .16s;display:inline-flex}.login-form__help-trigger:hover,.login-form__help-trigger:focus-visible{color:#2f6fe4;outline:none}.login-form__help-trigger:focus-visible{box-shadow:0 2px #2f6fe4}.login-form__help-arrow{margin-left:3px;font-size:10px;transition:transform .18s}.login-form__help-trigger[aria-expanded=true] .login-form__help-arrow{transform:rotate(90deg)}.login-form__help-content{color:#56647a;background:#f5f8fd;border-left:2px solid #8eb2ef;padding:12px 14px;font-size:12px;line-height:1.75;animation:.22s ease-out both login-help-in}@keyframes login-alert-in{0%{opacity:0;transform:translateY(-4px)}}@keyframes login-help-in{0%{opacity:0;transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.login-form *,.login-form :before,.login-form :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-workspace{background:var(--shell-layout-bg);grid-template-columns:112px minmax(0,1fr);min-height:calc(100vh - 54px);display:grid}.module-nav{border-right:1px solid var(--shell-border);background:var(--shell-container-bg);align-self:start;min-height:calc(100vh - 54px);padding:12px 0;position:sticky;top:54px}.module-nav-title{color:var(--shell-text-tertiary);padding:0 14px 10px;font-size:12px;font-weight:600}.module-nav button{width:100%;color:var(--shell-text-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:10px 14px;display:flex;position:relative}.module-nav button:hover{background:var(--shell-hover-bg);color:var(--shell-primary)}.module-nav button.active{background:var(--shell-primary-soft);color:var(--shell-primary);font-weight:600}.module-nav button.active:after{background:var(--shell-primary);content:"";width:2px;position:absolute;inset:0 0 0 auto}.admin-content{min-width:0;padding:18px}.admin-page-header{justify-content:space-between;align-items:flex-start;gap:16px;min-height:54px;display:flex}.admin-title-row{align-items:center;gap:8px;display:flex}.admin-page-header h1{color:var(--shell-text);margin:0;font-size:19px;line-height:1.35}.admin-page-header p{color:var(--shell-text-tertiary);margin:4px 0 0;font-size:12px}.admin-page-action{flex:none}.filter-bar{border:1px solid var(--shell-border);background:var(--shell-container-bg);border-radius:5px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;display:flex}.filter-bar>.ant-input-affix-wrapper,.filter-bar>.ant-input{width:165px}.filter-select{width:155px}.data-panel{border:1px solid var(--shell-border);background:var(--shell-container-bg);border-radius:5px;flex-direction:column;min-height:calc(100vh - 196px);display:flex;overflow:hidden}.data-panel .ant-table{background:0 0}.data-panel .ant-table-thead>tr>th{color:var(--shell-text-secondary);font-size:12px;font-weight:600}.data-panel .ant-table-tbody>tr>td{font-size:12px}.data-panel .ant-btn-link{padding-inline:0}.table-footer{border-top:1px solid var(--shell-border);min-height:48px;color:var(--shell-text-tertiary);justify-content:space-between;align-items:center;margin-top:auto;padding:8px 12px;font-size:12px;display:flex}.status-tag,.compact-tag{border-radius:3px;margin-inline-end:0;font-size:11px;line-height:20px}.admin-tabs{margin-top:-4px}.admin-tabs .ant-tabs-nav{margin-bottom:12px}.settings-card{border:1px solid var(--shell-border);background:var(--shell-container-bg);border-radius:5px;width:min(100%,520px);padding:16px}.settings-card .ant-alert{margin-bottom:14px}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-help{color:var(--shell-text-tertiary);margin-left:8px;font-size:12px}.drawer-form{padding-bottom:64px}.drawer-footer{border-top:1px solid var(--shell-border);background:var(--shell-container-bg);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.drawer-filter{grid-template-columns:1fr 1fr auto;gap:6px;margin-bottom:12px;display:grid}.permission-matrix-wrap{border:1px solid var(--shell-border);border-radius:4px;width:100%;overflow-x:auto}.permission-matrix{border-collapse:collapse;background:var(--shell-container-bg);width:100%;min-width:680px;font-size:11px}.permission-matrix th,.permission-matrix td{border-right:1px solid var(--shell-border);border-bottom:1px solid var(--shell-border);text-align:center;padding:7px 8px}.permission-matrix th:first-child,.permission-matrix td:first-child{text-align:left;min-width:150px}.permission-matrix th{background:var(--shell-table-header);color:var(--shell-text-secondary);font-weight:600}.permission-matrix td:first-child strong{color:var(--shell-text-secondary);margin-bottom:3px;font-size:10px;display:block}.permission-matrix td:first-child span{padding-left:8px}.permission-matrix tr:last-child td{border-bottom:0}.permission-matrix th:last-child,.permission-matrix td:last-child{border-right:0}.project-permission-matrix{min-width:0}.project-permission-matrix th:first-child,.project-permission-matrix td:first-child{width:34%;min-width:94px}.not-applicable{color:var(--shell-text-tertiary)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=860px){.admin-workspace{grid-template-columns:1fr}.module-nav{z-index:2;border-right:0;border-bottom:1px solid var(--shell-border);min-height:auto;padding:0 8px;display:flex;position:static;overflow-x:auto}.module-nav-title{display:none}.module-nav button{white-space:nowrap;flex:none;width:auto;padding:10px 12px}.module-nav button.active:after{width:auto;height:2px;inset:auto 8px 0}.admin-content{padding:12px}.data-panel{min-height:0}.filter-bar{flex-wrap:wrap}.filter-bar>.ant-input-affix-wrapper,.filter-bar>.ant-input,.filter-select{width:min(100%,220px)}}@media (width<=560px){.admin-page-header{flex-direction:column;align-items:stretch;padding-bottom:12px}.admin-page-action .ant-btn,.filter-bar>.ant-input-affix-wrapper,.filter-bar>.ant-input,.filter-select{width:100%}.form-grid-two,.drawer-filter{grid-template-columns:1fr}.table-footer{flex-direction:column;align-items:flex-start;gap:12px}}.workflow-json-editor textarea,.workflow-version-json{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.workflow-version-json{border:1px solid var(--shell-border);background:var(--shell-table-header);white-space:pre-wrap;word-break:break-word;border-radius:5px;max-height:52vh;padding:12px;overflow:auto}.project-settings-date-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.project-conflict-panel{border:1px solid color-mix(in srgb, #d87a16 55%, var(--shell-border));background:color-mix(in srgb, #d87a16 8%, var(--shell-container-bg));border-radius:8px;margin-bottom:18px;padding:18px}.project-conflict-panel h3{margin-top:0}.project-conflict-grid{border-top:1px solid var(--shell-border);border-left:1px solid var(--shell-border);grid-template-columns:minmax(86px,.6fr) repeat(3,minmax(120px,1fr));margin:16px 0;display:grid;overflow-x:auto}.project-conflict-grid>*{border-right:1px solid var(--shell-border);border-bottom:1px solid var(--shell-border);overflow-wrap:anywhere;min-width:0;padding:9px}@media (width<=720px){.project-settings-date-row{grid-template-columns:1fr}}.engineering-shell{min-width:320px}.global-header{z-index:20;border-bottom:1px solid var(--shell-border);background:var(--shell-container-bg);grid-template-columns:132px minmax(260px,auto) minmax(0,1fr);align-items:center;height:54px;display:grid;position:sticky;top:0}.brand-lockup{color:#fff;background:#142844;align-items:center;gap:8px;height:54px;padding:0 12px;display:flex}.brand-mark{background:#2468df;border-radius:5px;flex:none;place-items:center;width:26px;height:26px;display:grid}.brand-lockup strong,.brand-lockup span{white-space:nowrap;display:block}.brand-lockup strong{font-size:12px;line-height:1.2}.brand-lockup span{color:#ffffffa6;margin-top:2px;font-size:9px}.context-switcher,.global-actions{align-items:center;min-width:0;display:flex}.context-switcher{white-space:nowrap;gap:4px;padding:0 10px;overflow:hidden}.context-divider{color:var(--shell-text-tertiary)}.context-pill{background:var(--shell-primary-soft);color:var(--shell-primary);border-radius:3px;padding:2px 6px;font-size:10px}.context-pill.success{color:#2c9b4b;background:#2ea0431f}.global-actions{justify-content:flex-end;gap:4px;padding-right:8px}.global-search{width:min(310px,36vw)}.global-search kbd{border:1px solid var(--shell-border);background:var(--shell-layout-bg);color:var(--shell-text-tertiary);font:inherit;border-radius:3px;padding:1px 4px;font-size:10px}.assistant-button{color:var(--shell-primary)}.current-user{align-items:center;gap:7px;padding:0 5px;display:flex}.current-user strong,.current-user span{white-space:nowrap;line-height:1.2;display:block}.current-user strong{font-size:11px}.current-user span{color:var(--shell-text-tertiary);margin-top:2px;font-size:9px}.mobile-nav-toggle{display:none}.shell-body{grid-template-columns:132px minmax(0,1fr);min-height:calc(100vh - 54px);display:grid}.primary-nav{z-index:10;color:#ffffffb8;background:#142844;flex-direction:column;height:calc(100vh - 54px);padding:8px 0;display:flex;position:sticky;top:54px;overflow-y:auto}.primary-nav-section{color:#ffffff6b;padding:8px 14px 5px;font-size:10px}.primary-nav-section.project-space{margin-top:7px}.primary-nav button{width:100%;min-height:38px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:8px 14px;font-size:12px;display:flex;position:relative}.primary-nav button:hover,.primary-nav button.active{color:#fff;background:#2568e15c}.primary-nav button.active:before{content:"";background:#4e8fff;width:2px;position:absolute;inset:0 auto 0 0}.primary-nav button .ant-badge{margin-left:auto}.primary-nav-spacer{flex:1}.shell-main{min-width:0}@media (width<=1080px){.global-header{grid-template-columns:132px minmax(0,1fr) auto}.context-pill,.global-search,.current-user span{display:none}}@media (width<=760px){.global-header{grid-template-columns:auto 1fr auto}.brand-lockup{width:132px}.mobile-nav-toggle{margin-left:4px;display:inline-flex}.context-switcher,.assistant-button,.global-actions .ant-badge,.current-user{display:none}.shell-body{grid-template-columns:minmax(0,1fr)}.primary-nav{width:220px;height:auto;transition:transform .18s;position:fixed;top:54px;bottom:0;left:0;transform:translate(-100%);box-shadow:12px 0 32px #0814263d}.primary-nav.mobile-open{transform:translate(0)}}@media (width<=420px){.brand-lockup{width:112px;padding-inline:8px}.brand-lockup span{display:none}}.login-page{--login-navy:#142844;--login-blue:#2f6fe4;--login-text:#1f2a3d;--login-text-secondary:#4d5b70;--login-border:#dce2eb;min-width:320px;min-height:100dvh;color:var(--login-text);background:#fff;grid-template-columns:minmax(0,64fr) minmax(430px,36fr);display:grid;overflow:hidden}.login-page__visual{background-color:#fff;background-image:linear-gradient(90deg,#2f6fe408 1px,#0000 1px),linear-gradient(#2f6fe408 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;min-height:100%;padding:clamp(38px,4vw,64px) clamp(42px,5.5vw,88px) 32px;display:flex;position:relative;overflow:hidden}.login-page__visual:after{background:var(--login-border);content:"";width:1px;height:100%;position:absolute;top:0;right:0}.login-page__brand{z-index:2;align-items:center;gap:18px;animation:.48s cubic-bezier(.2,.75,.25,1) 40ms both login-enter;display:flex;position:relative}.login-page__brand-mark{background:#fff;border:1px solid #e6ecf5;border-radius:6px;flex:0 0 76px;place-items:center;width:76px;height:76px;display:grid;box-shadow:0 7px 22px #1428441a}.login-page__brand-mark img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.login-page__brand>div{gap:5px;display:grid}.login-page__brand h1{color:var(--login-navy);letter-spacing:-.025em;margin:0;font-size:clamp(27px,2.2vw,36px);font-weight:730;line-height:1.15}.login-page__brand-meta{color:#33445d;letter-spacing:.32em;font-size:12px;font-weight:600}.login-page__message{z-index:2;max-width:700px;margin-top:clamp(56px,7vh,76px);animation:.56s cubic-bezier(.2,.75,.25,1) .12s both login-enter;position:relative}.login-page__message h2{color:var(--login-navy);letter-spacing:-.018em;margin:0;font-size:clamp(24px,2.45vw,36px);font-weight:700;line-height:1.3}.login-page__lead{color:var(--login-text);letter-spacing:.02em;margin:12px 0 0;font-size:clamp(19px,1.7vw,25px);font-weight:560}.login-page__sublead{max-width:620px;color:var(--login-text-secondary);letter-spacing:.02em;margin:22px 0 0;font-size:14px;line-height:1.85}.login-page__blueprint{--flow-distance:clamp(350px, 43vh, 475px);z-index:1;width:min(1040px,112%);height:clamp(460px,55vh,640px);margin:clamp(8px,1vh,14px) 0 0 -4%;animation:.62s cubic-bezier(.2,.75,.25,1) .2s both login-blueprint-enter;position:relative}.login-page__thread-canvas{perspective:900px;width:100%;height:100%;transform-style:preserve-3d;position:relative;overflow:hidden}.login-page__thread-canvas:before,.login-page__thread-canvas:after{content:"";pointer-events:none;border:1px solid #2f6fe41f;position:absolute;inset:8% 5% 3% 3%;transform:skewY(-8deg)rotate(-1deg)}.login-page__thread-canvas:after{opacity:.55;border-style:dashed;inset:15% 9% 9% 7%;transform:skewY(8deg)rotate(1deg)}.login-page__thread-stages{width:54%;height:97%;position:absolute;top:0;left:24%}.login-page__thread-stage{width:100%;height:27%;animation:10s ease-in-out infinite alternate login-stage-float;position:absolute;left:0}.login-page__thread-stage--1{top:0}.login-page__thread-stage--2{animation-delay:-2s;top:23%}.login-page__thread-stage--3{animation-delay:-4s;top:46%}.login-page__thread-stage--4{animation-delay:-6s;top:69%}.login-page__stage-plane{transform-origin:50%;background-color:#fffffff0;background-image:linear-gradient(90deg,#2f6fe421 1px,#0000 1px),linear-gradient(#2f6fe421 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #2f6fe48f;border-radius:3px;position:absolute;inset:0 18% 1% 0;overflow:hidden;transform:perspective(650px)rotateX(49deg)rotate(-5deg)skew(-2deg);box-shadow:0 10px 24px #2f6fe412,inset 0 0 24px #2f6fe40a}.login-page__stage-plane:after{content:"";background:linear-gradient(90deg,#0000,#2f6fe429,#0000);width:28%;height:140%;animation:6.4s linear infinite login-plane-scan;position:absolute;top:-18%;left:-30%}.login-page__stage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10%;display:grid;position:absolute;inset:20% 11%}.login-page__stage-grid:before{content:"";background:#2f6fe4b3;height:1px;position:absolute;top:50%;left:10%;right:10%}.login-page__stage-grid [data-flow-node]{z-index:1;color:#36567e;place-items:center;gap:3px;min-width:0;font-style:normal;display:grid;position:relative}.login-page__stage-grid b{width:28px;height:28px;color:var(--login-blue);background:#fff;border:1px solid #2f6fe4ad;border-radius:3px;place-items:center;font-size:10px;animation:3.6s ease-in-out infinite login-node-pulse;display:grid;box-shadow:0 0 0 4px #2f6fe40d}.login-page__stage-grid span:nth-child(2) b{animation-delay:-1.2s}.login-page__stage-grid span:nth-child(3) b{animation-delay:-2.4s}.login-page__stage-grid em{color:#526783;white-space:nowrap;font-size:9px;font-style:normal;font-weight:600}.login-page__stage-label{min-width:104px;color:var(--login-navy);background:#ffffffe0;border:1px solid #2f6fe442;border-left:0;gap:1px;padding:8px 11px 8px 18px;display:grid;position:absolute;top:30%;right:0;box-shadow:8px 8px 20px #1428440a}.login-page__stage-label:before{content:"";background:#2f6fe480;width:42px;height:1px;position:absolute;top:50%;left:-42px}.login-page__stage-label small{color:#6682a6;letter-spacing:.14em;font-size:8px;font-weight:700}.login-page__stage-label strong{font-size:13px}.login-page__stage-hub{background:var(--login-blue);border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:2.8s ease-in-out infinite login-hub-pulse;position:absolute;bottom:0;left:39%;box-shadow:0 0 0 4px #2f6fe429,0 0 16px #2f6fe470}.login-page__thread-spine{z-index:4;background:linear-gradient(transparent, var(--login-blue) 12%, var(--login-blue) 88%, transparent);opacity:.7;width:2px;position:absolute;top:9%;bottom:10%;left:47.5%}.login-page__thread-particle{background:#4b8cff;border:2px solid #fff;border-radius:50%;width:8px;height:8px;animation:5.4s linear infinite login-data-flow;position:absolute;top:0;left:-3px;box-shadow:0 0 13px #2f6fe4ad}.login-page__thread-particle--2{animation-delay:-1.8s}.login-page__thread-particle--3{animation-delay:-3.6s}.login-page__thread-panel{z-index:3;width:19%;min-width:128px;height:43%;color:var(--login-navy);background-color:#fff;background-image:linear-gradient(90deg,#2f6fe417 1px,#0000 1px),linear-gradient(#2f6fe417 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #2f6fe457;padding:18px 15px;position:absolute;box-shadow:0 16px 34px #1428440d}.login-page__thread-panel:after{content:"";background:#2f6fe48c;width:34%;height:1px;position:absolute;top:50%}.login-page__thread-panel--left{top:35%;left:2%;transform:perspective(600px)rotateY(9deg)skewY(3deg)}.login-page__thread-panel--left:after{right:-34%}.login-page__thread-panel--right{top:28%;right:2%;transform:perspective(600px)rotateY(-9deg)skewY(-3deg)}.login-page__thread-panel--right:after{left:-34%}.login-page__thread-panel>span{font-size:13px;font-weight:700}.login-page__thread-panel--left>i{background:#2f6fe40f;border:1px solid #2f6fe42e;width:72%;height:7px;margin-top:16px;display:block}.login-page__thread-panel--left>i:nth-of-type(2){width:88%}.login-page__trace-chart{border-bottom:1px solid #2f6fe44d;justify-content:space-between;align-items:end;height:48%;display:flex;position:absolute;bottom:18px;left:12px;right:12px}.login-page__trace-chart i{background:#2f6fe43d;width:11%;height:34%;animation:4s ease-in-out infinite alternate login-chart-rise}.login-page__trace-chart i:nth-child(2){height:62%;animation-delay:-1s}.login-page__trace-chart i:nth-child(3){height:46%;animation-delay:-2s}.login-page__trace-chart i:nth-child(4){height:82%;animation-delay:-3s}.login-page__trace-chart i:nth-child(5){height:68%;animation-delay:-4s}.login-page__thread-orbit{border:1px solid #2f6fe42e;border-radius:50%;width:92px;height:92px;animation:18s linear infinite login-orbit-spin;position:absolute;bottom:1%;right:8%}.login-page__thread-orbit:before,.login-page__thread-orbit:after{content:"";border:1px solid #2f6fe426;border-radius:50%;position:absolute;inset:13px}.login-page__thread-orbit:after{inset:27px}.login-page__thread-orbit span{background:var(--login-blue);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;left:42px;box-shadow:0 0 9px #2f6fe480}.login-page__thread-orbit span:nth-child(2){top:70px;left:10px}.login-page__thread-orbit span:nth-child(3){top:57px;left:76px}.login-page__panel{background:#fff;min-height:100%;padding:clamp(210px,25vh,256px) clamp(36px,4.5vw,72px) 64px;position:relative}.login-page__panel-content{width:min(100%,420px);margin:0 auto;animation:.56s cubic-bezier(.2,.75,.25,1) .18s both login-enter}.login-page__environment{color:#36567e;background:#f5f8fd;border:1px solid #cbd9ed;border-radius:4px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:clamp(38px,4.8vw,68px);right:clamp(36px,4.5vw,72px)}.login-page__panel-header{margin-bottom:48px}.login-page__panel-header h2{color:var(--login-navy);letter-spacing:-.025em;margin:0;font-size:34px;font-weight:700;line-height:1.2}.login-page__panel-header p{color:var(--login-text);margin:13px 0 0;font-size:26px;font-weight:670}.login-page__panel-header p:after{background:var(--login-blue);content:"";border-radius:3px;width:44px;height:4px;margin-top:18px;display:block}.login-page__panel-header span{color:#5f6c80;margin-top:28px;font-size:13px;display:block}@keyframes login-enter{0%{opacity:0;transform:translateY(12px)}}@keyframes login-blueprint-enter{0%{opacity:0;transform:translateY(18px)scale(.985)}}@keyframes login-stage-float{0%{transform:translate(-2px,2px)}to{transform:translate(3px,-3px)}}@keyframes login-plane-scan{0%{transform:translate(0)}to{transform:translate(520%)}}@keyframes login-node-pulse{0%,to{border-color:#2f6fe473;box-shadow:0 0 0 3px #2f6fe40a}50%{border-color:#2f6fe4eb;box-shadow:0 0 0 5px #2f6fe41a}}@keyframes login-hub-pulse{50%{box-shadow:0 0 0 8px #2f6fe414,0 0 22px #2f6fe48f}}@keyframes login-data-flow{0%{transform:translateY(0)}to{transform:translateY(var(--flow-distance))}}@keyframes login-chart-rise{50%{opacity:.55;transform-origin:bottom;transform:scaleY(.72)}}@keyframes login-orbit-spin{to{transform:rotate(360deg)}}@media (width<=1100px){.login-page{grid-template-columns:minmax(0,55fr) minmax(410px,45fr)}.login-page__visual{padding-inline:42px}.login-page__brand h1{font-size:26px}}@media (width<=760px){.login-page{min-height:100dvh;display:block;overflow:visible}.login-page__visual{background-size:40px 40px;min-height:auto;padding:24px 24px 26px}.login-page__visual:after{width:100%;height:1px;top:auto;bottom:0}.login-page__brand{gap:12px}.login-page__brand-mark{flex-basis:44px;width:44px;height:44px}.login-page__brand h1{font-size:clamp(20px,6.3vw,26px)}.login-page__brand-meta{font-size:9px}.login-page__message{margin-top:30px}.login-page__message h2{font-size:clamp(22px,7.3vw,30px)}.login-page__lead{margin-top:9px;font-size:17px;line-height:1.55}.login-page__sublead,.login-page__blueprint{display:none}.login-page__panel{min-height:auto;padding:34px 24px 58px}.login-page__panel-content{width:min(100%,460px)}.login-page__environment{margin-bottom:22px;position:static}.login-page__panel-header{margin-bottom:24px}.login-page__panel-header span{margin-top:18px;line-height:1.7}.login-page__panel-header p:after{margin-top:14px}}@media (prefers-reduced-motion:reduce){.login-page *,.login-page :before,.login-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-selection,.project-create,.project-overview,.project-route-state{min-height:100%;padding:36px;position:relative;overflow:hidden}.project-selection:before,.project-create:before,.project-overview:before{z-index:0;background-image:linear-gradient(color-mix(in srgb, var(--shell-primary) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--shell-primary) 7%, transparent) 1px, transparent 1px);content:"";pointer-events:none;background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(to bottom right,#000,#0000 72%);mask-image:linear-gradient(to bottom right,#000,#0000 72%)}.project-selection>*,.project-create>*,.project-overview>*{z-index:1;position:relative}.project-selection-header,.project-overview-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.project-selection header p,.project-create header p,.project-overview header p,.project-selection h1,.project-selection h2,.project-create h1,.project-create h2,.project-overview h1,.project-overview h2{margin-top:0}.project-selection h1,.project-create h1,.project-overview h1{letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(28px,3vw,42px)}.project-selection-eyebrow{color:var(--shell-primary);letter-spacing:.18em;margin-bottom:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800}.project-state-track{max-width:880px;color:var(--shell-text-secondary);grid-template-columns:repeat(4,1fr);margin:0 0 28px;font-size:12px;display:grid}.project-state-track span{align-items:center;gap:8px;display:flex;position:relative}.project-state-track span:not(:last-child):after{background:linear-gradient(90deg, var(--shell-primary), var(--shell-border));content:"";height:1px;position:absolute;top:6px;left:20px;right:8px}.project-state-track i{z-index:1;border:3px solid var(--shell-container-bg);background:var(--shell-primary);width:12px;height:12px;box-shadow:0 0 0 1px var(--shell-primary), 0 0 14px color-mix(in srgb, var(--shell-primary) 42%, transparent);border-radius:50%}.project-selection-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.project-selection-card{border:1px solid var(--shell-border);background:linear-gradient(135deg, color-mix(in srgb, var(--shell-primary) 6%, transparent), transparent 42%), var(--shell-container-bg);border-radius:10px;min-height:264px;padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 16px 42px #0715261a}.project-selection-card:hover{border-color:color-mix(in srgb, var(--shell-primary) 55%, var(--shell-border));box-shadow:0 20px 50px color-mix(in srgb, var(--shell-primary) 14%, transparent);transform:translateY(-3px)}.project-card-scan{background:linear-gradient(90deg, transparent, var(--shell-primary), transparent);width:34%;height:2px;animation:4.8s linear infinite project-scan;position:absolute;top:0;left:-40%}.project-card-header{grid-template-columns:auto 1fr auto;align-items:start;gap:12px;display:grid}.project-card-icon{border:1px solid color-mix(in srgb, var(--shell-primary) 35%, var(--shell-border));width:38px;height:38px;color:var(--shell-primary);background:var(--shell-primary-soft);border-radius:8px;place-items:center;display:grid}.project-code{color:var(--shell-primary);letter-spacing:.13em;margin:0 0 3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800}.project-selection-card h2{color:var(--shell-text);margin-bottom:0;font-size:17px}.project-card-facts{gap:10px;margin:25px 0;display:grid}.project-card-facts div{grid-template-columns:72px 1fr;gap:12px;display:grid}.project-card-facts dt{color:var(--shell-text-tertiary);font-size:12px}.project-card-facts dd{color:var(--shell-text-secondary);margin:0;font-size:13px}.project-card-footer{border-top:1px dashed var(--shell-border);color:var(--shell-text-tertiary);justify-content:space-between;align-items:center;gap:12px;padding-top:15px;font-size:12px;display:flex}.project-create>.ant-btn,.project-overview>.ant-btn{margin-bottom:24px}.project-create>header{max-width:760px;margin-bottom:30px}.project-create-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px;max-width:1120px;display:grid}.project-create-form,.project-template-aside,.project-fact-panel,.project-command-result,.project-overview-status{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-container-bg) 94%, transparent);border-radius:10px;box-shadow:0 18px 50px #07152617}.project-create-form,.project-template-aside,.project-fact-panel{padding:24px}.project-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.project-template-aside>.anticon{color:var(--shell-primary);margin-bottom:18px;font-size:34px}.template-catalog-item{border-top:1px dashed var(--shell-border);gap:5px;margin-top:14px;padding:14px 0 0;display:grid}.template-catalog-item span{color:var(--shell-text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.project-command-result{grid-template-columns:16px 1fr;gap:24px;max-width:880px;padding:30px;display:grid;position:relative}.project-command-pulse{background:var(--shell-primary);width:12px;height:12px;box-shadow:0 0 0 0 color-mix(in srgb, var(--shell-primary) 40%, transparent);border-radius:50%;margin-top:7px;animation:2s ease-out infinite project-pulse}.project-overview-status{align-items:center;gap:14px;margin-bottom:20px;padding:18px 22px;display:flex}.project-overview-status-light{background:#23a36d;border-radius:50%;width:12px;height:12px;box-shadow:0 0 16px #23a36db3}.project-overview-status div{flex:1;display:grid}.project-overview-status span{color:var(--shell-text-secondary);font-size:12px}.project-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-fact-panel code{overflow-wrap:anywhere;color:var(--shell-primary);font-size:11px}.project-route-state{align-items:start;padding-top:72px;display:grid}@keyframes project-scan{0%{transform:translate(0)}to{transform:translate(420%)}}@keyframes project-pulse{70%{box-shadow:0 0 0 12px #0000}to{box-shadow:0 0 #0000}}@media (prefers-reduced-motion:reduce){.project-card-scan,.project-command-pulse{animation:none}.project-selection-card{transition:none}}@media (width<=920px){.project-create-grid,.project-overview-grid{grid-template-columns:1fr}}@media (width<=720px){.project-selection,.project-create,.project-overview,.project-route-state{padding:20px}.project-selection-header,.project-overview-header,.project-card-footer{flex-direction:column;align-items:stretch}.project-state-track,.project-form-row{grid-template-columns:1fr;gap:10px}.project-state-track span:after{display:none}}
