:root{color-scheme:light;--ink:#19211f;--muted:#68726f;--line:#dce3e0;--panel:#ffffff;--canvas:#f3f5f6;--accent:#11745c;--accent-soft:#e5f3ee;--success:#11745c;--warning:#9b6508;--danger:#b8413c;--danger-soft:#fae8e6;--rail:#17231f;--rail-ink:#eef5f2;--rail-accent:#42b18f}*{box-sizing:border-box}body,html{min-width:320px;min-height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Noto Sans SC,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}.top-bar{display:flex;align-items:center;min-height:64px;border-bottom:1px solid var(--line);background:var(--panel);padding:0 32px}.login-page{display:grid;min-height:100vh;place-items:center;padding:32px}.login-page form{display:grid;width:min(420px,100%);gap:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:28px}.login-page label{display:grid;gap:6px;font-size:14px}.login-page input{border:1px solid var(--line);border-radius:6px;padding:10px 12px}.login-page button{border:0;border-radius:6px;background:var(--accent);color:white;padding:10px 16px}.login-message{color:var(--danger);font-size:14px}.page-header{display:flex;min-height:104px;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:var(--panel);padding:22px 32px}.page-header h1{font-size:24px;line-height:1.35;letter-spacing:0}.page-header-suffix{margin-left:8px;color:var(--accent);font-size:14px;font-style:normal;font-weight:800;letter-spacing:.03em;vertical-align:3px}.page-header p{margin-top:4px;color:var(--muted);font-size:14px;line-height:1.6}.form-header{position:sticky;top:64px;z-index:20;display:grid;gap:12px;border-bottom:1px solid var(--line);background:rgb(255 255 255/96%);padding:12px 32px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-header-toolbar{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:16px 24px}.form-header-actions{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px 12px}.form-header-action-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.form-header-action-group+.form-header-action-group{padding-left:12px;border-left:1px solid var(--line)}.form-header-aside{display:flex;flex:1 1 220px;align-items:center;justify-content:flex-end;gap:12px 16px;min-width:180px;min-height:36px}.form-header-aside[data-empty=true]{min-width:0;min-height:0}.form-header-status{display:flex;align-items:center;justify-content:flex-end;min-height:36px}.form-header-status:empty{display:none}.form-header-lifecycle{display:flex;align-items:center;gap:10px}.form-header-lifecycle-state{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.form-header-lifecycle-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.form-header-lifecycle.is-active{color:var(--success)}.form-header-lifecycle.is-inactive{color:var(--warning)}.form-header-identity{min-width:0}.form-header-identity h1{font-size:22px;line-height:1.3;letter-spacing:0}.form-header-identity p{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.55}.home-content{width:min(1500px,100%);margin:0 auto;padding:28px 32px 48px}.home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px}.home-panel-heading h2,.home-section-heading h2{font-size:16px;line-height:1.4}.home-panel-heading p,.home-section-heading p{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.55}.home-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-status-card{display:flex;min-height:132px;align-items:flex-start;gap:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:18px;box-shadow:0 6px 18px rgb(25 33 31/4%)}.home-status-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:7px;font-size:14px;font-weight:800}.home-status-icon.good{background:var(--accent-soft);color:var(--success)}.home-status-icon.pending{background:#fbefd7;color:var(--warning)}.home-status-icon.bad{background:var(--danger-soft);color:var(--danger)}.home-status-copy{min-width:0}.home-status-copy>p{color:var(--muted);font-size:13px}.home-status-copy>strong{display:flex;align-items:center;margin-top:10px;font-size:18px}.home-status-copy>span{display:block;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.5}.status-dot{display:inline-block;width:7px;height:7px;flex:0 0 7px;margin-right:7px;border-radius:50%;background:currentColor}.good{color:var(--success)}.pending{color:var(--warning)}.bad{color:var(--danger)}.home-panel{min-height:210px;margin-top:24px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 6px 18px rgb(25 33 31/4%)}.home-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:17px 18px}.home-account{display:flex;min-width:0;align-items:center;gap:12px;padding:24px 18px}.home-account-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:800}.home-account>div{min-width:0;flex:1 1}.home-account strong,.home-account>div span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-account strong{font-size:14px}.home-account>div span{margin-top:4px;color:var(--muted);font-size:12px}.home-release{display:grid;grid-template-columns:max-content 1fr;column-gap:10px;row-gap:2px;margin:6px 0 0}.home-release dd,.home-release dt{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-release dd{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-account-state{display:flex;flex:0 0 auto;align-items:center;color:var(--success);font-size:12px}.home-account-state.banned{color:var(--danger)}.home-empty{display:flex;min-height:136px;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:left}.home-empty span,.home-empty strong{display:block}.home-empty strong{font-size:14px}.home-empty span{margin-top:5px;color:var(--muted);font-size:13px}.home-empty a{color:var(--accent);font-weight:700}.home-empty a:hover{text-decoration:underline}.home-workbench{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.home-workbench.has-quick{grid-template-columns:minmax(0,1fr) minmax(220px,280px)}.home-dashboard,.home-quick{min-width:0}.home-overview-stack{display:grid;gap:16px}.home-panel-link{flex:0 0 auto;color:var(--accent);font-size:12px;font-weight:700}.home-panel-link:hover{text-decoration:underline}.home-chart{display:grid;gap:4px;margin:0;padding:12px 18px 16px;list-style:none}.home-chart-row{display:grid;grid-template-columns:minmax(88px,.9fr) minmax(0,1.6fr) max-content;align-items:center;gap:12px;padding:6px 4px;border-radius:6px;color:inherit}.home-chart-row:hover{background:#fafcfb}.home-chart-label,.home-chart-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.home-chart-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--muted)}.home-chart-track{display:block;height:10px;overflow:hidden;border-radius:999px;background:#edf1ef}.home-chart-fill{display:block;height:100%;border-radius:inherit;background:var(--accent)}.home-panel{margin-top:0}.home-module-list{display:grid;gap:1px;padding:7px 0}.home-module-item{display:flex;min-width:0;align-items:center;gap:11px;border:0;border-bottom:1px solid #edf1ef;background:transparent;color:inherit;padding:13px 18px;text-align:left;text-decoration:none}.home-module-item:last-child{border-bottom:0}.home-module-item:hover{background:#fafcfb}.home-module-icon{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:7px;font-size:11px;font-weight:800}.home-module-icon.ready{background:var(--accent-soft);color:var(--success)}.home-module-copy{min-width:0;flex:1 1}.home-module-copy small,.home-module-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-module-copy strong{font-size:13px}.home-module-copy small{margin-top:3px;color:var(--muted);font-size:11px}.home-module-status{flex:0 0 auto;font-size:11px;font-weight:700;white-space:nowrap}.home-module-status.ready{color:var(--success)}.app-shell{display:grid;min-height:100vh;min-height:100dvh;grid-template-columns:252px minmax(0,1fr)}.shell-sidebar{position:sticky;top:0;height:100vh;height:100dvh;border-right:1px solid rgb(255 255 255/8%);background:var(--rail)}.shell-sidebar-content{display:flex;height:100%;flex-direction:column;background:var(--rail);color:var(--rail-ink)}.shell-brand{display:flex;min-width:0;height:64px;flex:0 0 64px;align-items:center;gap:12px;border-bottom:1px solid rgb(255 255 255/8%);padding:0 20px}.shell-brand-mark{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:7px;background:var(--rail-accent);color:#10231d;font-size:14px;font-weight:850}.shell-brand-copy{min-width:0}.shell-brand-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750}.shell-brand-suffix{margin-left:5px;color:var(--rail-accent);font-size:10px;font-style:normal;font-weight:800;letter-spacing:.03em}.shell-workspace-switcher{display:grid;gap:7px;margin:18px 16px 8px;padding:12px;border:1px solid rgb(255 255 255/10%);border-radius:8px;background:rgb(255 255 255/5%)}.shell-workspace-switcher label{color:rgb(238 245 242/55%);font-size:10px;font-weight:750}.shell-workspace-switcher select{width:100%;min-height:34px;border:1px solid rgb(255 255 255/14%);border-radius:6px;background:#25332e;color:var(--rail-ink);padding:6px 8px;font-size:12px;outline:none}.shell-workspace-switcher select:focus{border-color:#83c8b2;box-shadow:0 0 0 2px rgb(131 200 178/20%)}.shell-workspace-switcher select:disabled{cursor:not-allowed;opacity:.65}.shell-workspace-state{display:inline-flex;align-items:center;gap:6px;color:rgb(238 245 242/58%);font-size:10px}.shell-workspace-state i{width:6px;height:6px;border-radius:50%;background:currentColor}.shell-workspace-state.ready{color:#9ad8c3}.shell-workspace-state.pending{color:#e4b65f}.shell-nav{flex:1 1;overflow-y:auto;padding:18px 12px}.shell-nav section+section{margin-top:22px}.shell-nav-label{margin:0 12px 7px;color:rgb(238 245 242/38%);font-size:12px;font-weight:650}.shell-nav-group+.shell-nav-group{margin-top:12px}.shell-nav-group-label{margin:0 12px 6px;color:rgb(238 245 242/28%);font-size:11px;font-weight:700}.shell-nav-link{display:flex;height:40px;align-items:center;gap:11px;border-radius:6px;color:rgb(238 245 242/66%);padding:0 12px;font-size:14px;transition:background .15s,color .15s}.shell-nav-link:hover{background:rgb(255 255 255/7%);color:var(--rail-ink)}.shell-nav-link.active{background:#263630;color:white}.shell-stage{min-width:0}.shell-topbar{position:sticky;top:0;z-index:30;display:flex;height:64px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:rgb(255 255 255/95%);padding:0 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shell-topbar-actions,.shell-topbar-context{display:flex;min-width:0;align-items:center}.shell-topbar-context{gap:10px}.shell-topbar-actions{gap:12px}.shell-debug-mark{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:#fbefd7;color:var(--warning);padding:0 9px;font-size:11px;font-weight:800;letter-spacing:.04em}.shell-locale{display:inline-flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.shell-locale-button{min-height:32px;border:0;background:transparent;color:var(--muted);padding:0 10px;font-size:12px;font-weight:700}.shell-locale-button.active{background:var(--accent-soft);color:var(--accent)}.copy-slot-key{display:block;font-size:12px}.copy-slot-surface{display:block;margin-top:3px;color:var(--muted);font-size:11px}.shell-board-name{overflow:hidden;color:var(--ink);font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.shell-context-separator{color:#9aa39f;font-size:13px}.shell-page-name{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.shell-user{position:relative}.shell-user-button{position:relative;z-index:42;display:flex;min-width:0;height:40px;align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;color:var(--ink);padding:0 7px 0 5px}.shell-user-button:hover,.shell-user-button[aria-expanded=true]{background:#f0f3f2}.shell-avatar{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:7px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}.shell-user-name{max-width:160px;overflow:hidden;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.shell-menu-backdrop{position:fixed;z-index:40;inset:0;border:0;background:transparent;padding:0;cursor:default}.shell-user-menu{position:absolute;z-index:50;top:calc(100% + 8px);right:0;width:230px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:6px;box-shadow:0 14px 34px rgb(25 33 31/14%)}.shell-user-summary{padding:8px 9px 9px}.shell-user-summary span,.shell-user-summary strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-user-summary strong{font-size:13px}.shell-user-summary span{margin-top:4px;color:var(--muted);font-size:12px}.shell-menu-separator{height:1px;margin:2px -6px 5px;background:var(--line)}.shell-menu-error{margin:4px 6px 6px;color:var(--danger);font-size:12px;line-height:1.5}.shell-menu-item{display:flex;width:100%;min-height:38px;align-items:center;gap:9px;border:0;border-radius:6px;background:transparent;color:var(--ink);padding:7px 9px;text-align:left;text-decoration:none}.shell-menu-item:hover{background:#f3f5f4}.shell-menu-item.danger{color:var(--danger)}.shell-menu-item:disabled{cursor:not-allowed;opacity:.55}.shell-main{min-height:calc(100vh - 64px);min-height:calc(100dvh - 64px)}.board-page-header{align-items:center}.board-page-kicker{margin-bottom:5px;color:var(--accent);font-size:11px;font-weight:750}.board-readiness{display:inline-flex;flex:0 0 auto;align-items:center;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.board-readiness.ready{color:var(--success)}.board-overview-content{width:min(1060px,100%);margin:0 auto;padding:28px 32px 52px}.board-overview-panel{display:flex;min-width:0;align-items:flex-start;gap:14px;border:1px solid #b9d9cf;border-radius:8px;background:var(--accent-soft);padding:22px}.board-overview-panel+.board-overview-panel,.board-overview-panel+.resource-panel{margin-top:12px}.board-overview-panel.pending{border-color:#ecd8ad;background:#fffaf0}.board-overview-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:7px;font-size:12px;font-weight:800}.board-overview-icon.ready{background:#d2eee3;color:var(--success)}.board-overview-icon.pending{background:#ffefc8;color:var(--warning)}.board-overview-panel h2{font-size:16px;line-height:1.4}.board-overview-panel p{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.6}.board-overview-copy{min-width:0;flex:1 1}.board-back-link{display:inline-flex;align-items:center;margin-top:18px;color:var(--accent);font-size:13px;font-weight:700}.board-back-link:hover{text-decoration:underline}.resource-content{width:min(1500px,100%);margin:0 auto;padding:28px 32px 48px}.resource-panel{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 6px 18px rgb(25 33 31/4%)}.resource-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:17px 18px}.resource-panel-heading-main{min-width:0;flex:1 1}.resource-quick-search{display:flex;min-width:0;max-width:520px;align-items:center;gap:8px}.resource-quick-search input{min-width:0;flex:1 1;min-height:38px;border:1px solid #d5dcda;border-radius:7px;background:#fcfdfd;color:var(--ink);padding:8px 10px}.resource-quick-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.resource-panel-tools{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.list-lifecycle{display:inline-flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.list-lifecycle-button{min-height:38px;border:0;border-right:1px solid var(--line);background:var(--panel);color:var(--muted);padding:0 12px;font-size:13px;font-weight:700}.list-lifecycle-button:last-child{border-right:0}.list-lifecycle-button.is-on{background:var(--accent-soft);color:var(--accent)}.list-lifecycle-button:hover{background:#f8faf9}.list-lifecycle-button.is-on:hover{background:var(--accent-soft)}.copy-system-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;width:min(1500px,100%);margin:0 auto;padding:10px 32px 12px;border-bottom:1px solid var(--line);background:var(--panel)}.form-header .copy-system-bar{width:auto;margin:4px 0 0;padding:0;border:0;background:transparent}.copy-system-tabs{display:inline-flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.copy-system-tab{min-height:38px;border:0;border-right:1px solid var(--line);background:var(--panel);color:var(--muted);padding:0 14px;font-size:13px;font-weight:700}.copy-system-tab:last-child{border-right:0}.copy-system-tab.is-on{background:var(--accent-soft);color:var(--accent)}.copy-system-tab:hover{background:#f8faf9}.copy-system-tab.is-on:hover{background:var(--accent-soft)}.copy-presence{display:flex;flex-wrap:wrap;gap:6px}.copy-presence-mark{display:inline-flex;align-items:center;min-height:22px;max-width:28rem;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.3}.copy-presence-mark.is-ok{background:var(--accent-soft);color:var(--accent)}.copy-presence-mark.is-miss{background:#f3efe4;color:#7a5b12}.copy-presence-mark.is-differ{background:#f8e8e6;color:#8a2b21}.copy-presence-summary{margin:0;padding:12px 18px 0;color:var(--muted);font-size:13px}.copy-mapping-panel{display:grid;gap:10px;margin:0;padding:12px 18px 0}.copy-mapping-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.copy-mapping-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--ink);font-size:13px}.copy-mapping-picks{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.copy-mapping-picks li{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:700}.copy-mapping-hint{color:#8a4b12}.copy-mapping-systems{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;border:0}.copy-mapping-systems legend{padding:0;color:var(--muted);font-size:12px}.copy-mapping-check{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:13px}.copy-mapping-actions{display:flex;flex-wrap:wrap;gap:8px}.resource-content>.copy-mapping-panel{margin:0 0 12px;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.list-field-settings{position:relative}.list-field-panel{position:absolute;z-index:24;right:0;top:calc(100% + 8px);width:min(560px,calc(100vw - 48px));border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:12px;box-shadow:0 14px 34px rgb(25 33 31/14%)}.list-field-lead{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.5}.list-field-rows{display:grid;gap:6px;margin:0;padding:0;list-style:none;max-height:360px;overflow:auto}.list-field-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;border:1px solid var(--line);border-radius:7px;background:#fcfdfd;padding:8px 10px}.list-field-row.is-hidden{opacity:.7}.list-field-row.is-dragging{border-color:var(--accent);background:var(--accent-soft)}.list-field-handle{color:#9aa39f;cursor:grab;font-size:12px;letter-spacing:-2px}.list-field-row strong{min-width:72px;font-size:13px}.list-field-check{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.list-field-row label span{display:block;margin-bottom:3px;color:var(--muted);font-size:11px}.list-field-row select{min-height:32px}.list-field-muted{color:var(--muted);font-size:12px}.list-field-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.resource-panel-heading h2{font-size:16px;line-height:1.4}.resource-panel-heading p{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.55}.identity-tabs,.system-section-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--line);margin-bottom:16px}.identity-tabs a,.system-section-tabs a{display:inline-flex;flex-direction:column;gap:2px;padding:10px 14px;color:var(--muted);font-size:13px;font-weight:700;border-bottom:2px solid transparent}.identity-tabs a small,.system-section-tabs a small{color:var(--muted);font-size:11px;font-weight:500}.identity-tabs a.active,.system-section-tabs a.active{color:var(--accent);border-bottom-color:var(--accent)}.system-switcher{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.system-switcher button{min-height:42px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--ink);padding:6px 12px;text-align:left}.system-switcher button strong{display:block;font-size:13px}.system-switcher button small{display:block;color:var(--muted);font-size:11px}.system-switcher button.selected{border-color:var(--accent);background:var(--accent-soft)}.system-status-line{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:13px;padding:0 18px 16px}.resource-banner{margin-bottom:12px;border:1px solid #b9d9cf;border-radius:7px;background:var(--accent-soft);color:var(--success);padding:10px 12px;font-size:13px}.resource-banner.error{border-color:rgb(184 65 60/18%);background:var(--danger-soft);color:var(--danger)}.resource-state{display:grid;gap:6px;padding:28px 18px;color:var(--muted);font-size:13px}.resource-state strong{color:var(--ink);font-size:14px}.resource-fill{position:relative;isolation:isolate;min-width:0}.resource-fill.is-page{min-height:calc(100vh - 64px)}.resource-fill-shell{min-width:0}.resource-fill-veil{position:absolute;inset:0;z-index:1;display:grid;align-content:start;justify-items:center;padding:56px 18px 24px;background:rgb(243 245 246/38%);pointer-events:auto}.resource-fill.is-page .resource-fill-veil{z-index:50;padding-top:120px}.resource-fill-veil span{color:var(--muted);font-size:13px;font-weight:650;letter-spacing:.02em;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:rgb(255 255 255/88%);box-shadow:0 8px 24px rgb(25 33 31/8%)}.resource-fill-mark{display:block;width:min(56%,160px);height:11px;border-radius:999px;background:linear-gradient(90deg,#e7eeeb,#f4f7f6 50%,#e7eeeb);background-size:200% 100%;animation:resource-fill-pulse 1.4s ease-in-out infinite}.resource-table td .resource-fill-mark{width:68%}@keyframes resource-fill-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.resource-fill-mark{animation:none}}.resource-list-main{position:relative;min-width:0}.resource-list-body{min-width:0}.resource-panel.has-pinned-search .resource-list-main{display:grid;grid-template-columns:minmax(0,1fr) min(380px,36%);align-items:start}.resource-panel.has-pinned-search .resource-search.is-pinned{grid-column:2;grid-row:1}.resource-panel.has-pinned-search .resource-list-body{grid-column:1;grid-row:1}.resource-panel.has-pinned-search .resource-search-backdrop{display:none}.resource-search-backdrop{position:fixed;z-index:40;inset:0;border:0;background:rgb(23 33 31/28%)}.resource-search{display:grid;align-content:start;gap:16px;padding:14px 16px;background:var(--panel)}.resource-search.is-drawer{position:fixed;z-index:41;top:0;right:0;bottom:0;width:min(420px,100vw);overflow:auto;border-left:1px solid var(--line);box-shadow:-18px 0 36px rgb(25 33 31/16%)}.resource-search.is-pinned{position:sticky;top:0;border-left:1px solid var(--line);max-height:calc(100vh - 160px);overflow:auto}.resource-search-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-search-toolbar h2{font-size:15px}.resource-search-toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.resource-search.is-drawer .resource-search-row,.resource-search.is-pinned .resource-search-row{display:grid;gap:10px}.resource-search.is-drawer label,.resource-search.is-pinned label{min-width:0}.resource-search-section{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fcfdfd}.resource-search-section-heading{display:grid;gap:4px}.resource-search-section-heading strong{font-size:13px}.resource-search-section-heading p,.resource-search-section-heading span{color:var(--muted);font-size:12px;line-height:1.5}.resource-search-match{justify-self:start;min-width:180px}.resource-search-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.resource-search-actions{display:flex;justify-content:flex-end;gap:8px}.resource-search-join{color:var(--muted);font-size:12px;font-weight:650;padding-bottom:10px}.resource-search label{display:grid;gap:5px;min-width:160px}.resource-lookup-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.resource-lookup-chips li{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:4px 8px;font-size:12px}.resource-lookup-chips button{border:0;background:transparent;color:var(--accent);padding:0;font-size:12px;font-weight:700}.resource-search span{color:var(--muted);font-size:12px;font-weight:650}.resource-field input,.resource-field select,.resource-search input,.resource-search select{min-height:38px;border:1px solid #d5dcda;border-radius:7px;background:#fcfdfd;color:var(--ink);padding:8px 10px}.resource-field input:focus,.resource-field select:focus,.resource-search input:focus,.resource-search select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.resource-search-hint{margin:0;padding:14px 18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.resource-table-wrap{overflow-x:auto}.resource-table{width:100%;border-collapse:collapse}.resource-table td,.resource-table th{border-bottom:1px solid #edf1ef;padding:11px 18px;text-align:left;font-size:13px}.resource-table th{color:var(--muted);font-size:12px;font-weight:700}.resource-sort{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:700}.resource-sort em,.resource-sort.is-active,.resource-sort:hover{color:var(--accent)}.resource-sort em{min-width:1.1em;font-size:12px;font-style:normal;font-weight:800;letter-spacing:.02em;line-height:1}.resource-sort.is-idle em{color:#9aa39f}.resource-table a{color:var(--accent);font-weight:700}.resource-row-actions{display:flex;flex-wrap:wrap;gap:8px}.resource-row-actions a,.resource-row-actions button{border:0;background:transparent;color:var(--accent);padding:0;font-size:13px;font-weight:700}.resource-row-actions a.is-disabled,.resource-row-actions button:disabled{opacity:.45;cursor:not-allowed;color:var(--muted)}.resource-button.is-disabled,.resource-button:disabled{cursor:not-allowed;opacity:.55}.resource-button.danger.is-disabled,.resource-button.danger:disabled{background:var(--panel);color:var(--muted);border-color:var(--line)}.resource-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;color:var(--muted);font-size:12px}.resource-pagination div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.resource-page-size{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.resource-page-size select{min-height:32px}.resource-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--ink);padding:7px 13px;font-weight:650}.resource-button:hover{border-color:#a8b8b2;background:#f8faf9}.resource-button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.resource-button.primary:hover{background:#0d644e}.resource-button.danger{border-color:var(--danger);background:var(--danger);color:#fff}.resource-button:disabled{cursor:not-allowed;opacity:.6}.resource-actions,.resource-header-actions{display:flex;flex-wrap:wrap;gap:8px}.resource-actions{padding:0 18px 18px}.resource-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}.resource-sheet-panel{overflow:hidden}.resource-sheet{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.resource-sheet-group{display:contents}.resource-sheet-group>h2{grid-column:1/-1;margin:8px 18px 0;padding-top:12px;color:var(--ink);font-size:13px;font-weight:750;letter-spacing:.04em}.resource-sheet-row{display:grid;grid-template-columns:148px minmax(0,1fr);gap:12px;align-items:start;border-bottom:1px solid #edf1ef;padding:11px 18px;min-height:52px}.resource-sheet-row.wide{grid-column:1/-1}.resource-sheet-after{grid-column:1/-1;padding:0 18px 14px}.brand-part-material{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.brand-part-bind-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em}.brand-part-material.is-bound .brand-part-bind-chip{background:var(--accent-soft);color:var(--accent)}.brand-part-material.is-open .brand-part-bind-chip{background:#f4eee6;color:#8a4b12}.record-state-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:650}.record-state-chip.is-cancel,.record-state-chip.is-draft{background:#eef1ef;color:var(--muted)}.record-state-chip.is-confirmed,.record-state-chip.is-waiting{background:#f4eee6;color:#8a4b12}.record-state-chip.is-assigned{background:var(--accent-soft);color:var(--accent)}.record-state-chip.is-done{background:#e7f3ea;color:#1f6b3a}.quotation-state-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:650}.quotation-state-chip.is-cancel,.quotation-state-chip.is-draft{background:#eef1ef;color:var(--muted)}.quotation-state-chip.is-sent{background:var(--accent-soft);color:var(--accent)}.quotation-quote-cover{display:grid;gap:10px;margin-top:16px;padding:12px;border:1px solid var(--line);border-radius:12px}.quotation-quote-cover-lead{margin:0;font-weight:650}.quotation-quote-cover-error,.quotation-quote-cover-hint{margin:0;color:var(--muted);font-size:13px}.quotation-quote-cover-error:empty{display:none}.quotation-quote-cover label{display:grid;gap:4px;font-size:13px}.stock-qty-date{display:inline}.resource-sheet-label{padding-top:8px;color:var(--muted);font-size:13px;font-weight:650}.resource-sheet-value{min-width:0;color:var(--ink);font-size:14px;line-height:1.55;padding-top:7px}.resource-sheet-hint{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-weight:500}.resource-sheet-value input,.resource-sheet-value select,.resource-sheet-value textarea{width:100%;min-height:34px;border:0;border-bottom:1px solid transparent;border-radius:0;background:transparent;color:var(--ink);padding:4px 0}.resource-sheet-value input:hover,.resource-sheet-value select:hover,.resource-sheet-value textarea:hover{border-bottom-color:#cfd8d4}.resource-sheet-value input:focus,.resource-sheet-value select:focus,.resource-sheet-value textarea:focus{outline:none;border-bottom-color:var(--accent)}.resource-sheet-value textarea{min-height:84px;resize:vertical}.resource-sheet-lookup{display:grid;gap:8px}.resource-sheet-object{display:grid;gap:10px}.resource-sheet-object-row{display:grid;gap:4px}.resource-sheet-object-row span{color:var(--muted);font-size:12px;font-weight:650}.resource-product-card{display:grid;gap:2px;min-width:0}.resource-product-card-name{font-weight:650}.resource-product-card-meta{color:var(--muted);font-size:12px}.resource-product-card-intent{width:fit-content;margin-top:2px;padding:0 6px;border-radius:999px;background:#f6e7d4;color:#8a4b12;font-size:11px;font-weight:650}.resource-operation-graph{display:grid;gap:8px;min-width:0}.resource-operation-graph-edges,.resource-operation-graph-nodes{margin:0;padding-left:18px;display:grid;gap:4px}.resource-operation-graph-edges{color:var(--muted);font-size:12px}.resource-field{display:grid;gap:6px}.resource-field span{font-size:13px;font-weight:650}.resource-field small{color:var(--muted);font-size:12px;line-height:1.5}.resource-field textarea{min-height:96px;border:1px solid #d5dcda;border-radius:7px;background:#fcfdfd;color:var(--ink);padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;resize:vertical}.resource-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.resource-action-result{margin:0;padding:14px 18px;border-top:1px solid var(--line);overflow:auto;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;white-space:pre-wrap}.resource-check{display:flex;align-items:center;gap:8px;font-size:14px}.resource-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:var(--line)}.resource-detail-list>div{display:grid;gap:4px;background:var(--panel);padding:14px 18px}.resource-detail-list dt{color:var(--muted);font-size:12px}.resource-detail-list dd{margin:0;font-size:14px}.resource-dialog-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.resource-dialog-backdrop{position:absolute;inset:0;border:0;background:rgb(23 33 31/28%)}.resource-dialog{position:relative;width:min(420px,100%);border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:22px;box-shadow:0 18px 40px rgb(25 33 31/18%)}.resource-dialog h2{font-size:16px}.resource-dialog p{margin:8px 0 16px;color:var(--muted);font-size:13px;line-height:1.6}.resource-dialog .resource-form-grid{padding:0 0 12px}.resource-dialog .resource-banner{margin-bottom:12px}.resource-related{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.resource-related a{color:var(--accent);font-size:13px;font-weight:700}.resource-related a:hover{text-decoration:underline}@media (max-width:1023px){.app-shell{display:block}.shell-sidebar{display:none}.resource-panel.has-pinned-search .resource-list-main,.resource-panel.has-pinned-search .resource-search-backdrop{display:block}.resource-search.is-pinned{position:fixed;z-index:41;top:0;right:0;bottom:0;width:min(420px,100vw);overflow:auto;border-left:1px solid var(--line);box-shadow:-18px 0 36px rgb(25 33 31/16%)}}@media (max-width:760px){.page-header{align-items:stretch;flex-direction:column;gap:14px;padding:20px}.copy-system-bar{padding:10px 20px 12px}.form-header{padding:12px 20px 16px}.form-header-toolbar{align-items:stretch;flex-direction:column}.form-header-aside{min-width:0;justify-content:flex-start}.form-header-action-group+.form-header-action-group{padding-left:0;border-left:0}.home-content{padding:24px 20px 40px}.home-status-grid,.home-workbench,.home-workbench.has-quick{grid-template-columns:1fr}.home-chart-row{grid-template-columns:1fr max-content}.home-chart-track{grid-column:1/-1}.home-account{flex-wrap:wrap}.home-account-state{width:100%;margin-left:54px}.board-page-header{align-items:flex-start}.board-overview-content{padding:20px 16px 40px}.board-overview-panel{flex-wrap:wrap;padding:18px}.resource-content{padding:24px 20px 40px}.resource-detail-list,.resource-form-grid,.resource-sheet,.resource-sheet-row{grid-template-columns:1fr}.resource-sheet-row{gap:4px}}@media (max-width:640px){.page-header h1{font-size:22px}.form-header-identity h1{font-size:20px}}.login-health-hint{position:fixed;right:16px;bottom:24px;z-index:5;display:grid;width:10px;height:10px;place-items:center;border-radius:50%;outline:none}.login-health-dot{display:block;width:7px;height:7px;border-radius:50%;background:var(--warning);box-shadow:0 0 0 3px rgb(155 101 8/12%)}.login-health-hint.ready .login-health-dot{background:var(--success);box-shadow:0 0 0 3px rgb(17 116 92/12%)}.login-health-hint.error .login-health-dot{background:var(--danger);box-shadow:0 0 0 3px rgb(184 65 60/12%)}.login-health-tooltip{position:absolute;right:-5px;bottom:calc(100% + 8px);width:max-content;border:1px solid var(--line);border-radius:6px;background:var(--panel);box-shadow:0 8px 20px rgb(23 33 43/12%);color:var(--ink);padding:6px 8px;font-size:10px;font-weight:600;line-height:1.3;opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .15s,transform .15s;visibility:hidden;white-space:nowrap}.login-health-hint:focus-visible .login-health-tooltip,.login-health-hint:hover .login-health-tooltip{opacity:1;transform:translateY(0);visibility:visible}