:root {
  font-family: "Segoe UI Variable", "Microsoft YaHei UI", "PingFang SC", system-ui, -apple-system, sans-serif;
  color: #20201e;
  background: #f5f5f3;
  font-synthesis: none;
  --ink: #20201e;
  --muted: #757570;
  --quiet: #9a9a94;
  --line: #e8e8e4;
  --line-strong: #d9d9d4;
  --paper: #ffffff;
  --soft: #f7f7f5;
  --soft-2: #f1f1ee;
  --dark: #252523;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; min-width: 1160px; overflow: hidden; background: var(--soft); }
button, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button:focus-visible, textarea:focus-visible { outline: 2px solid #333; outline-offset: 2px; }
.hidden { display: none !important; }

.app-shell { height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.global-nav { height: 100vh; padding: 18px 14px 14px; border-right: 1px solid var(--line); background: #f3f3f1; display: flex; flex-direction: column; }
.brand { height: 46px; padding: 0 8px; display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.brand > span:last-child, .account-row > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.brand strong { font-size: 14px; letter-spacing: -.01em; }
.brand small, .account-row small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.nav-groups { margin-top: 24px; display: flex; flex-direction: column; gap: 24px; }
.nav-group p { margin: 0 10px 7px; color: var(--quiet); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.nav-item { width: 100%; height: 38px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; display: flex; align-items: center; gap: 10px; color: #5f5f5b; text-align: left; font-size: 13px; }
.nav-item:hover { background: #eaeae7; color: var(--ink); }
.nav-item.active { background: #e4e4e0; color: var(--ink); font-weight: 650; }
.nav-icon { width: 16px; text-align: center; font-size: 16px; line-height: 1; }
.unread-dot { min-width: 19px; height: 18px; margin-left: auto; padding: 0 5px; border-radius: 9px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 10px; }
.nav-bottom { margin-top: auto; }
.account-row { width: 100%; margin-top: 8px; padding: 11px 8px 4px; border: 0; border-top: 1px solid var(--line-strong); background: transparent; display: flex; align-items: center; gap: 9px; text-align: left; }
.avatar { flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; font-weight: 700; }
.avatar.small { width: 29px; height: 29px; background: #deded9; font-size: 11px; }
.account-row strong { font-size: 12px; }
.more { margin-left: auto; color: var(--muted); }

.main-stage { min-width: 0; height: 100vh; background: var(--paper); display: flex; flex-direction: column; }
.context-bar { height: 58px; flex: 0 0 auto; padding: 0 20px 0 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.page-identity, .system-context { display: flex; align-items: center; }
.page-identity h1 { margin: 0; font-size: 14px; font-weight: 650; letter-spacing: -.01em; }
.context-divider { width: 1px; height: 20px; margin: 0 14px; background: var(--line-strong); }
.product-context { height: 42px; padding: 0 7px; border: 0; border-radius: 8px; background: transparent; display: flex; align-items: center; gap: 9px; text-align: left; }
.product-context:hover, .context-stat:hover { background: var(--soft); }
.product-thumb { width: 28px; height: 28px; border-radius: 6px; background: #e9e9e5; display: grid; place-items: center; color: #666661; font-size: 10px; font-weight: 700; }
.product-context > span:nth-child(2), .context-stat > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.product-context small, .context-stat small { color: var(--quiet); font-size: 9px; }
.product-context strong, .context-stat strong { font-size: 11px; font-weight: 600; }
.chevron { margin-left: 4px; color: var(--quiet); }
.system-context { gap: 4px; }
.context-stat { height: 42px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; display: flex; align-items: center; gap: 8px; text-align: left; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #6c6c67; box-shadow: 0 0 0 3px #ececea; }
.agent-pulse { width: 12px; height: 12px; border: 1px solid #777772; border-radius: 50%; position: relative; }
.agent-pulse::after { content: ""; position: absolute; width: 4px; height: 4px; inset: 3px; border-radius: 50%; background: #555551; }
.icon-button { width: 36px; height: 36px; margin-left: 4px; border: 0; border-radius: 8px; background: transparent; position: relative; font-size: 18px; }
.icon-button:hover { background: var(--soft); }
.notification-count { position: absolute; right: 2px; top: 2px; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 8px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 8px; }

.workspace { min-height: 0; flex: 1; display: flex; overflow: hidden; }
.foundation-page { min-height: 0; flex: 1; overflow-y: auto; background: var(--paper); }
.foundation-inner { width: min(900px, calc(100% - 96px)); margin: 0 auto; padding: 72px 0 96px; }
.foundation-kicker { color: var(--quiet); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.foundation-inner h2 { margin: 12px 0 10px; color: var(--ink); font-size: 34px; font-weight: 650; letter-spacing: -.035em; }
.foundation-purpose { max-width: 660px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.foundation-rule { height: 1px; margin: 36px 0 0; background: var(--line); }
.foundation-contract { margin: 0; display: grid; grid-template-columns: 160px minmax(0, 1fr); }
.foundation-contract dt, .foundation-contract dd { min-height: 54px; margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.65; }
.foundation-contract dt { color: var(--quiet); }
.foundation-contract dd { color: #454541; }
.foundation-blank { min-height: 210px; margin-top: 44px; padding: 28px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: flex; flex-direction: column; justify-content: center; }
.foundation-blank span { color: var(--quiet); font-size: 10px; letter-spacing: .08em; }
.foundation-blank strong { margin-top: 10px; color: var(--ink); font-size: 17px; font-weight: 600; }
.foundation-blank p { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.product-library { --product-info-width: 64%; min-height: 0; flex: 1; overflow: hidden; background: var(--paper); display: flex; flex-direction: column; }
.product-subnav { height: 42px; flex: 0 0 auto; padding: 0 24px; border-bottom: 1px solid var(--line); display: flex; align-items: stretch; gap: 22px; }
.product-subnav button { padding: 1px 2px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 11px; }
.product-subnav button:hover { color: var(--ink); }
.product-subnav button.active { border-bottom-color: var(--dark); color: var(--ink); font-weight: 650; }
.product-view { min-height: 0; flex: 1; position: relative; overflow: hidden; }
.product-view.active { display: flex; }
.product-view[data-product-panel="create"].active { display: grid; grid-template-columns: minmax(0, 36%) minmax(0, 64%); }
.product-picker { min-width: 0; flex: 1; padding: 30px 36px 44px; overflow-y: auto; }
.product-picker-head { min-height: 77px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.product-picker-head span, .product-import-zone header span { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .09em; }
.product-picker-head h2, .product-import-zone h2 { margin: 7px 0 5px; color: var(--ink); font-size: 22px; font-weight: 650; letter-spacing: -.025em; }
.product-picker-head p, .product-import-zone header p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.product-picker-head > strong { margin-top: 24px; color: var(--quiet); font-size: 9px; font-weight: 600; }
.product-picker-tools { min-height: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.product-search { height: 33px; min-width: 310px; max-width: 470px; flex: 1; padding: 0 8px 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; display: flex; align-items: center; gap: 7px; color: var(--quiet); }
.product-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 10px; }
.product-search kbd { width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); display: grid; place-items: center; font: 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.product-picker-tools > label:not(.product-search) { min-width: 108px; height: 32px; padding-left: 12px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 1px; }
.product-picker-tools > label > span { color: var(--quiet); font-size: 7px; }
.product-picker-tools select { border: 0; outline: 0; background: transparent; color: #555550; font: inherit; font-size: 8px; }
.product-card-strip { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; height: 126px; padding: 8px; border: 1px solid var(--line); border-radius: 9px; background: #fff; display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 10px; text-align: left; transition: border-color .15s, transform .15s; }
.product-card:hover { border-color: #c5c5bf; transform: translateY(-1px); }
.product-card.active { border-color: #9b9b95; }
.product-card-visual { height: 108px; border-radius: 6px; background: #ecece8; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-card-visual::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 8px; height: 1px; background: rgba(70,70,66,.14); }
.product-card-visual > i { display: block; position: relative; }
.product-card-visual > img { width: 100%; height: 100%; position: relative; z-index: 1; display: block; object-fit: cover; }
.product-card-visual.coffee > i { width: 31px; height: 58px; border: 1px solid #777772; border-radius: 14px 14px 7px 7px; background: #f8f8f5; }
.product-card-visual.coffee > i::after { content: ""; width: 16px; height: 8px; position: absolute; left: 7px; bottom: 10px; border: 1px solid #888883; border-radius: 2px 2px 6px 6px; }
.product-card-visual.tea { background: #e8e7e1; }.product-card-visual.tea > i { width: 45px; height: 42px; border: 1px solid #88877f; background: #f6f5ef; transform: rotate(-4deg); }
.product-card-visual.cards { background: #e5e5e2; }.product-card-visual.cards > i { width: 34px; height: 48px; border: 1px solid #777772; border-radius: 3px; background: #f8f8f6; box-shadow: 7px 4px 0 #c9c9c3; }
.product-card-visual.lamp > i { width: 2px; height: 50px; background: #777772; }.product-card-visual.lamp > i::before { content: ""; position: absolute; width: 34px; height: 18px; left: -16px; top: -3px; border: 1px solid #777772; border-radius: 20px 20px 5px 5px; background: #f5f5f1; }.product-card-visual.lamp > i::after { content: ""; position: absolute; width: 34px; height: 2px; left: -16px; bottom: 0; background: #777772; }
.product-card-visual.incense { background: #e9e7e2; }.product-card-visual.incense > i { width: 38px; height: 45px; border: 1px solid #85847d; border-radius: 3px; background: #f6f5f0; }.product-card-visual.incense > i::before { content: ""; position: absolute; width: 14px; height: 10px; left: 11px; top: -11px; border: 1px solid #85847d; border-bottom: 0; }
.product-card-visual.blocks > i { width: 45px; height: 39px; background: linear-gradient(90deg,#f6f6f2 0 48%,transparent 48% 52%,#cacac4 52%); border: 1px solid #858580; box-shadow: 0 -13px 0 -1px #deded8; }
.product-card > span:last-child { min-width: 0; padding: 5px 1px 3px; display: flex; flex-direction: column; }
.product-card strong { overflow: hidden; color: var(--ink); font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.product-card small { margin-top: 5px; overflow: hidden; color: var(--quiet); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.product-card em { margin-top: auto; color: #666660; font-size: 8px; font-style: normal; }
.product-card em::before { content: ""; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #888883; display: inline-block; vertical-align: 1px; }
.product-picker-empty { min-height: 210px; padding-top: 76px; border-bottom: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 10px; }

.product-editor { min-width: 0; min-height: 0; background: #fff; display: flex; flex-direction: column; }
.product-drawer { width: var(--product-info-width); position: absolute; z-index: 8; top: 0; right: 0; bottom: 0; border-left: 1px solid var(--line-strong); transform: translateX(101%); transition: transform .2s ease; }
.product-drawer.open { transform: translateX(0); }
.product-editor-head { min-height: 66px; flex: 0 0 auto; padding: 11px 14px 10px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-editor-head > div:first-child { min-width: 0; }
.product-editor-head > div:first-child > span { color: var(--quiet); font-size: 8px; font-weight: 650; letter-spacing: .07em; }
.product-editor-head h3 { margin: 4px 0 0; overflow: hidden; color: var(--ink); font-size: 15px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.product-editor-head > div:last-child { display: flex; align-items: center; gap: 6px; }
.product-form-state { margin-right: 4px; color: var(--quiet); font-size: 8px; white-space: nowrap; }
.drawer-close { width: 30px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 18px; }
.drawer-close:hover { background: var(--soft); color: var(--ink); }
.product-form-scroll { min-height: 0; flex: 1; overflow-y: auto; }
.product-form-table { padding: 8px 20px 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
.product-form-table h4 { grid-column: 1 / -1; min-height: 38px; margin: 10px 0 0; border-bottom: 1px solid var(--line-strong); display: flex; align-items: center; color: #555550; font-size: 9px; font-weight: 650; }
.product-image-field { grid-column: 1 / -1; min-height: 112px; padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 16px; align-items: center; }.product-form-image,.new-product-image-preview{width:116px;height:84px;border-radius:7px}.product-image-field>div{min-width:0}.product-image-field>div>strong{display:block;font-size:10px}.product-image-field>div>p{max-width:470px;margin:6px 0 10px;color:var(--quiet);font-size:8px;line-height:1.6}.product-image-field .button{height:28px;padding:0 10px}.new-product-image-preview{overflow:hidden;border:1px dashed #c7c7c1;background:#fafaf8;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--quiet)}.new-product-image-preview>i{font-size:17px;font-style:normal}.new-product-image-preview>small{margin-top:6px;font-size:8px}.new-product-image-preview img{width:100%;height:100%;object-fit:cover}.new-product-image-preview.has-image{border-style:solid;background:#eee}.new-product-image-field:focus-within .new-product-image-preview{border-color:#888}
.product-form-table label { min-width: 0; min-height: 46px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 105px minmax(0, 1fr); align-items: center; gap: 8px; }
.product-form-table label.wide { grid-column: 1 / -1; grid-template-columns: 105px minmax(0, 1fr); }
.product-form-table label > span { color: var(--quiet); font-size: 8px; line-height: 1.45; }
.product-form-table label > span i { margin-left: 4px; color: #60605b; font-size: 7px; font-style: normal; }
.product-form-table input, .product-form-table select, .product-form-table textarea { width: 100%; border: 0; outline: 0; background: transparent; color: #3e3e3a; font: inherit; font-size: 9px; }
.product-form-table input[readonly] { color: var(--quiet); }
.product-form-table textarea { min-height: 52px; padding: 8px 0; resize: vertical; line-height: 1.6; }
.product-form-table input::placeholder, .product-form-table textarea::placeholder { color: #aaa9a3; }

.product-import-zone { min-width: 0; min-height: 0; padding: 30px 26px; border-right: 1px solid var(--line); background: #fafaf8; display: flex; flex-direction: column; }
.product-import-zone header { min-height: 112px; }
.product-import-zone header > span { display: block; margin-top: 12px; color: #666660; letter-spacing: 0; }
.product-import-row { min-height: 0; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.product-dropzone { min-height: 164px; padding: 22px; border: 1px dashed #c9c9c3; border-radius: 9px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-dropzone:hover { border-color: #999993; background: #fdfdfc; }
.product-dropzone > span { width: 28px; height: 28px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; color: #666660; font-size: 15px; }
.product-dropzone strong { margin-top: 10px; font-size: 11px; }
.product-dropzone small { margin-top: 5px; color: var(--quiet); font-size: 8px; }
.product-import-files { min-height: 78px; padding: 13px 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-import-files span { color: #555550; font-size: 9px; font-weight: 600; }
.product-import-files p { margin: 6px 0 0; color: var(--quiet); font-size: 8px; line-height: 1.6; }
.product-import-row > .button { align-self: flex-end; margin-top: 2px; }
.create-editor { width: 100%; }

@media (prefers-reduced-motion: reduce) { .product-drawer, .skill-card, .product-card { transition: none; } }

.common-assets-page { min-height: 0; flex: 1; position: relative; overflow: hidden; background: var(--paper); }
.common-assets-inner { height: 100%; padding: 36px 40px 60px; overflow-y: auto; }
.common-assets-head { min-height: 84px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.common-assets-head span { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.common-assets-head h2 { margin: 8px 0 6px; color: var(--ink); font-size: 23px; font-weight: 650; letter-spacing: -.025em; }
.common-assets-head p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.common-assets-head > strong { margin-top: 24px; color: var(--quiet); font-size: 9px; font-weight: 600; }
.common-assets-toolbar { min-height: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.common-asset-search { width: min(390px, 38%); height: 33px; padding: 0 8px 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; display: flex; align-items: center; gap: 7px; color: var(--quiet); }
.common-asset-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 9px; }
.common-asset-search kbd { width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); display: grid; place-items: center; font: 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.common-asset-types { display: flex; align-items: center; gap: 1px; }
.common-asset-types button, .common-asset-quick-filters button { height: 27px; padding: 0 8px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 8px; }
.common-asset-types button:hover, .common-asset-types button.active, .common-asset-quick-filters button:hover, .common-asset-quick-filters button.active { background: var(--soft-2); color: var(--ink); }
.common-asset-sort { height: 30px; margin-left: auto; padding-left: 11px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 6px; }
.common-asset-sort span { color: var(--quiet); font-size: 7px; }
.common-asset-sort select { border: 0; outline: 0; background: transparent; color: #555550; font: inherit; font-size: 8px; }
.common-asset-quick-filters { min-height: 42px; display: flex; align-items: center; gap: 3px; }
.common-asset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.common-asset-card { min-width: 0; min-height: 252px; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: #fff; display: flex; flex-direction: column; text-align: left; transition: border-color .15s, transform .15s; }
.common-asset-card:hover { border-color: #c3c3bd; transform: translateY(-1px); }
.common-asset-card.active { border-color: #92928c; }
.common-asset-preview { height: 102px; flex: 0 0 auto; padding: 13px; border-radius: 6px; background: #ecece8; overflow: hidden; }
.structure-preview { display: grid; grid-template-columns: .72fr 1fr 1.55fr; gap: 4px; }
.structure-preview > span { min-width: 0; padding: 8px; border: 1px solid rgba(80,80,76,.13); border-radius: 4px; background: rgba(255,255,255,.55); display: flex; flex-direction: column; justify-content: space-between; }
.structure-preview i { color: #8b8b85; font-size: 6px; font-style: normal; }.structure-preview b { color: #575752; font-size: 7px; font-weight: 600; line-height: 1.35; }
.checklist-preview { display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; }
.checklist-preview span { padding: 7px; border-bottom: 1px solid rgba(80,80,76,.12); color: #5f5f5a; font-size: 7px; }
.visual-guide-preview { padding: 9px 14px; display: flex; flex-direction: column; }
.visual-safe-zone { min-height: 0; flex: 1; border: 1px dashed #8c8c86; position: relative; display: grid; place-items: center; }
.visual-safe-zone i { width: 32px; height: 46px; border: 1px solid #777772; border-radius: 14px 14px 6px 6px; background: #f7f7f3; }.visual-safe-zone b { position: absolute; top: 5px; right: 6px; color: #85857f; font-size: 5px; letter-spacing: .08em; }
.visual-ruler { height: 13px; padding-top: 5px; color: #8a8a84; text-align: center; font-size: 6px; }
.voice-rule-preview { display: grid; grid-template-columns: 1fr 54px 54px; align-items: center; gap: 8px; }
.asset-wave { height: 40px; display: flex; align-items: center; justify-content: center; gap: 4px; }.asset-wave i { width: 3px; border-radius: 2px; background: #73736e; }.asset-wave i:nth-child(1),.asset-wave i:nth-child(7){height:8px}.asset-wave i:nth-child(2),.asset-wave i:nth-child(6){height:18px}.asset-wave i:nth-child(3),.asset-wave i:nth-child(5){height:30px}.asset-wave i:nth-child(4){height:40px}
.voice-rule-preview > span:not(.asset-wave) { height: 48px; border-left: 1px solid rgba(80,80,76,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; }.voice-rule-preview b { font-size: 12px; }.voice-rule-preview small { margin-top: 3px; color: #8a8a84; font-size: 6px; }
.prompt-preview > span { color: #777772; font-size: 6px; font-weight: 700; letter-spacing: .1em; }.prompt-preview p { margin: 7px 0 10px; color: #4f4f4a; font-size: 8px; line-height: 1.55; }.prompt-preview i { color: #85857f; font-size: 6px; font-style: normal; }
.review-preview { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }.review-preview span { padding: 8px 5px; border-right: 1px solid rgba(80,80,76,.12); color: #62625d; font-size: 7px; line-height: 1.35; }.review-preview span:last-child{border-right:0}.review-preview b{display:block;margin-bottom:10px;color:#8a8a84;font-size:7px}
.common-asset-body { min-height: 0; flex: 1; padding: 11px 8px 6px; display: flex; flex-direction: column; }
.common-asset-meta { display: flex; align-items: center; justify-content: space-between; }
.common-asset-meta em { color: var(--quiet); font-size: 7px; font-style: normal; letter-spacing: .04em; }.common-asset-meta i { color: #5d5d58; font-size: 7px; font-style: normal; }
.common-asset-meta i::before { content: ""; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #777772; display: inline-block; vertical-align: 1px; }
.common-asset-body > strong { margin-top: 7px; color: var(--ink); font-size: 12px; font-weight: 650; }
.common-asset-body > small { margin-top: 5px; color: var(--muted); font-size: 8px; line-height: 1.55; }
.common-asset-evidence { margin-top: 10px; display: flex; gap: 12px; color: #60605b; font-size: 7px; }
.common-asset-foot { margin-top: auto; padding-top: 9px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--quiet); font-size: 7px; }
.common-asset-foot i { font-style: normal; }
.common-assets-empty { min-height: 300px; padding-top: 86px; border-bottom: 1px solid var(--line); text-align: center; }.common-assets-empty strong{display:block;font-size:11px}.common-assets-empty p{margin:7px 0 13px;color:var(--muted);font-size:9px}.common-assets-empty button{height:29px;padding:0 10px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#555550;font-size:8px}
.common-asset-drawer { width: min(680px, 58%); position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; border-left: 1px solid var(--line-strong); background: #fff; display: flex; flex-direction: column; transform: translateX(101%); transition: transform .2s ease; }
.common-asset-drawer.open { transform: translateX(0); }
.common-asset-drawer > header { min-height: 66px; padding: 11px 13px 10px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }.common-asset-drawer > header span{color:var(--quiet);font-size:8px;font-weight:650;letter-spacing:.08em}.common-asset-drawer > header h2{margin:4px 0 0;font-size:15px;font-weight:650}.common-asset-drawer > header button{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:18px}.common-asset-drawer > header button:hover{background:var(--soft)}
.common-asset-drawer-body { min-height: 0; flex: 1; padding: 20px; overflow-y: auto; }
.common-asset-summary { padding-bottom: 17px; border-bottom: 1px solid var(--line-strong); }.common-asset-summary p{margin:0;color:#42423e;font-size:12px;line-height:1.75}.common-asset-summary div{margin-top:12px;display:flex;gap:6px}.common-asset-summary span{height:22px;padding:0 8px;border-radius:11px;background:var(--soft-2);display:grid;place-items:center;color:#666660;font-size:8px}
.common-detail-section { padding:17px 0; border-bottom:1px solid var(--line); }.common-detail-section h3{margin:0 0 11px;font-size:9px;font-weight:650}.common-detail-kv{margin:0;display:grid;grid-template-columns:120px minmax(0,1fr);row-gap:10px;font-size:9px;line-height:1.55}.common-detail-kv dt{color:var(--quiet)}.common-detail-kv dd{margin:0;color:#4b4b47}.common-detail-section ul{margin:0;padding-left:18px;color:#4b4b47;font-size:9px;line-height:1.8}
.common-asset-drawer > footer { min-height: 58px; padding: 12px 16px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 7px; }
@media (prefers-reduced-motion: reduce) { .common-asset-card, .common-asset-drawer { transition: none; } }

.skills-page { min-height: 0; flex: 1; position: relative; overflow: hidden; background: var(--paper); }
.skills-inner { width: 100%; height: 100%; margin: 0; padding: 44px max(36px, calc((100% - 1104px) / 2)) 72px; overflow-y: auto; }
.skills-head { min-height: 92px; display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.skills-kicker { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.skills-head h2 { margin: 8px 0 7px; color: var(--ink); font-size: 24px; font-weight: 650; letter-spacing: -.025em; }
.skills-head p { max-width: 660px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.skills-total { margin-top: 23px; color: var(--quiet); font-size: 9px; white-space: nowrap; }
.skills-toolbar { min-height: 54px; margin-top: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.skills-search { width: 330px; height: 34px; padding: 0 8px 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fff; display: flex; align-items: center; gap: 8px; }
.skills-search > span { color: var(--quiet); font-size: 11px; }
.skills-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 10px; }
.skills-search input::placeholder { color: #999993; }
.skills-search kbd { width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); display: grid; place-items: center; color: var(--quiet); font: 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.skills-categories { display: flex; align-items: center; gap: 2px; }
.skills-categories button { height: 28px; padding: 0 9px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 9px; }
.skills-categories button:hover, .skills-categories button.active { background: var(--soft-2); color: var(--ink); }
.skills-sort { height: 32px; margin-left: auto; padding-left: 12px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 7px; }
.skills-sort > span { color: var(--quiet); font-size: 8px; }
.skills-sort select { min-width: 78px; border: 0; outline: 0; background: transparent; color: #555550; font: inherit; font-size: 9px; }
.skills-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 16px; }
.skill-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; display: flex; flex-direction: column; text-align: left; transition: border-color .16s ease, transform .16s ease; }
.skill-card:hover { border-color: #c7c7c1; transform: translateY(-2px); }
.skill-card.active { border-color: #8e8e89; }
.skill-card:focus-visible { outline: 2px solid #333; outline-offset: 2px; }
.skill-card.launching { border-color: #8e8e89; }
.skill-site-preview { height: 148px; margin: 7px 7px 0; overflow: hidden; border-radius: 6px; background: #eeeeeb; display: flex; flex-direction: column; color: #555550; }
.preview-rail { height: 22px; flex: 0 0 auto; padding: 0 8px; border-bottom: 1px solid rgba(50,50,48,.08); background: rgba(255,255,255,.62); display: flex; align-items: center; gap: 4px; }
.preview-rail > i { width: 4px; height: 4px; border-radius: 50%; background: #b9b9b3; }
.preview-rail em { margin-left: auto; color: #85857f; font-size: 6px; font-style: normal; font-weight: 700; letter-spacing: .14em; }
.preview-stage { min-height: 0; flex: 1; position: relative; padding: 18px; display: flex; flex-direction: column; }
.preview-stage > b { max-width: 170px; color: #3d3d39; font-size: 11px; line-height: 1.35; }
.preview-line { width: 46%; height: 3px; margin-top: 7px; border-radius: 2px; background: rgba(70,70,67,.18); }
.preview-line.long { width: 62%; margin-top: 11px; }
.preview-columns { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.preview-columns i { height: 30px; border: 1px solid rgba(80,80,76,.12); border-radius: 3px; background: rgba(255,255,255,.48); }
.preview-script { background: #ecece8; }
.preview-audio { background: #e8e8e5; }
.preview-audio .preview-stage { align-items: center; justify-content: center; }
.preview-audio .preview-stage > b { margin-top: 8px; text-align: center; font-size: 9px; font-weight: 600; }
.voice-orb { width: 32px; height: 32px; border: 1px solid #777772; border-radius: 50%; position: relative; }
.voice-orb::before, .voice-orb::after { content: ""; position: absolute; inset: 7px; border: 1px solid #92928c; border-radius: 50%; }
.voice-orb::after { inset: 13px; background: #555551; border: 0; }
.waveform { height: 20px; margin-top: 8px; display: flex; align-items: center; gap: 3px; }
.waveform i { width: 2px; border-radius: 2px; background: #777772; }
.waveform i:nth-child(1), .waveform i:nth-child(9) { height: 5px; }.waveform i:nth-child(2), .waveform i:nth-child(8) { height: 9px; }.waveform i:nth-child(3), .waveform i:nth-child(7) { height: 14px; }.waveform i:nth-child(4), .waveform i:nth-child(6) { height: 18px; }.waveform i:nth-child(5) { height: 12px; }
.preview-video { background: #e6e6e2; }
.preview-video .preview-stage { padding: 12px; }
.video-frame { min-height: 0; flex: 1; border-radius: 4px; background: #4c4c48; display: grid; place-items: center; }
.video-frame i { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 8px; font-style: normal; }
.video-timeline { height: 17px; padding-top: 6px; display: grid; grid-template-columns: 1.4fr .8fr 1.1fr .6fr; gap: 3px; }
.video-timeline i { border-radius: 2px; background: #aaa9a3; }
.preview-image { background: #eaeae6; }
.preview-image .preview-stage { padding: 11px; flex-direction: row; gap: 7px; }
.image-canvas { min-width: 0; flex: 1; border-radius: 4px; background: #d3d3cd; position: relative; display: grid; place-items: center; }
.image-canvas > i { width: 40px; height: 58px; border: 1px solid #777771; border-radius: 20px 20px 9px 9px; background: #ecece7; }
.image-canvas > b { position: absolute; left: 8px; bottom: 7px; color: #62625d; font-size: 6px; line-height: 1.2; letter-spacing: .08em; }
.image-tools { width: 32px; padding: 7px; border-radius: 4px; background: rgba(255,255,255,.55); display: flex; flex-direction: column; gap: 6px; }
.image-tools i { height: 17px; border: 1px solid rgba(80,80,76,.14); border-radius: 3px; background: #f3f3f0; }
.skill-card-body { min-height: 142px; padding: 14px 15px 13px; display: flex; flex-direction: column; }
.skill-card-meta { display: flex; align-items: center; justify-content: space-between; }
.skill-card-meta em { color: var(--quiet); font-size: 8px; font-style: normal; letter-spacing: .05em; }
.skill-card-meta i { color: #5f5f5a; font-size: 8px; font-style: normal; }
.skill-card-meta i::before { content: ""; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #777772; display: inline-block; vertical-align: 1px; }
.skill-card-body > strong { margin-top: 9px; color: var(--ink); font-size: 15px; font-weight: 650; }
.skill-card-body > small { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.skill-card-foot { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.skill-card-foot > span { overflow: hidden; color: var(--quiet); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.skill-card-foot > i { color: #555550; font-size: 9px; font-style: normal; white-space: nowrap; }
.skill-detail-drawer .common-asset-summary div { flex-wrap: wrap; }
@media (prefers-reduced-motion: reduce) { .skill-detail-drawer { transition: none; } }
.skills-empty { min-height: 280px; padding-top: 80px; border-bottom: 1px solid var(--line); text-align: center; }
.skills-empty strong { display: block; font-size: 12px; }
.skills-empty p { margin: 8px 0 14px; color: var(--muted); font-size: 10px; }
.skills-empty button { height: 29px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fff; color: #555550; font-size: 9px; }

.task-center { min-height: 0; flex: 1; position: relative; overflow: hidden; background: var(--paper); display: flex; flex-direction: column; }
.task-subnav { height: 42px; flex: 0 0 auto; padding: 0 24px; border-bottom: 1px solid var(--line); display: flex; align-items: stretch; gap: 22px; }
.task-subnav button { padding: 1px 2px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 11px; }
.task-subnav button:hover { color: var(--ink); }
.task-subnav button.active { border-bottom-color: var(--dark); color: var(--ink); font-weight: 650; }
.task-view { min-height: 0; flex: 1; overflow: hidden; }
.task-view.active { display: block; }
.task-page-kicker { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.task-status { min-width: 62px; height: 22px; padding: 0 8px; border-radius: 11px; display: inline-grid; place-items: center; font-size: 9px; font-style: normal; }
.task-status.waiting { background: #f2f2ef; color: #777771; }
.task-status.running { background: #e7e7e3; color: #2d2d2a; }
.task-status.review { border: 1px solid #b9b9b3; background: #fff; color: #44443f; }
.task-status.failed { background: #343431; color: #fff; }
.task-status.completed { background: #f1f1ee; color: #6e6e68; }

.task-execute-shell { min-height: 0; height: 100%; display: grid; grid-template-columns: 220px minmax(430px, 1fr) 350px; }
.task-index { min-height: 0; padding: 14px 12px; border-right: 1px solid var(--line); background: #fafaf8; overflow-y: auto; }
.task-index-head { height: 28px; padding: 0 4px 0 7px; display: flex; align-items: center; justify-content: space-between; }
.task-index-head strong { font-size: 11px; }
.task-index-head button { width: 26px; height: 26px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); }
.task-index-head button:hover { background: var(--soft-2); }
.task-search { height: 32px; margin: 8px 2px 10px; padding: 0 9px; border: 1px solid var(--line); border-radius: 7px; background: #fff; display: flex; align-items: center; gap: 7px; color: var(--quiet); }
.task-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 10px; }
.task-filter-row { padding: 0 3px 11px; border-bottom: 1px solid var(--line); display: flex; gap: 2px; }
.task-filter-row button { height: 24px; padding: 0 7px; border: 0; border-radius: 6px; background: transparent; color: var(--quiet); font-size: 9px; }
.task-filter-row button.active { background: var(--soft-2); color: var(--ink); }
.task-tree { padding-top: 7px; }
.task-tree-root { width: 100%; min-height: 52px; padding: 7px 5px; border: 0; border-radius: 7px; background: transparent; display: grid; grid-template-columns: 28px minmax(0,1fr) 14px; align-items: center; gap: 8px; text-align: left; }
.task-tree-root:hover, .task-tree-root.active { background: #efefec; }
.task-tree-mark { width: 28px; height: 28px; border-radius: 7px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 700; }
.task-tree-mark.pale { background: #e6e6e1; color: #595954; }
.task-tree-root > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.task-tree-root strong, .workline-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.task-tree-root small, .workline-list small { color: var(--quiet); font-size: 8px; }
.task-tree-root i { color: var(--quiet); font-style: normal; }
.workline-list { margin: 1px 0 8px 13px; padding-left: 14px; border-left: 1px solid var(--line-strong); }
.workline-list button { width: 100%; min-height: 46px; padding: 6px 6px 6px 3px; border: 0; border-radius: 6px; background: transparent; display: grid; grid-template-columns: 8px minmax(0,1fr); align-items: center; gap: 7px; text-align: left; }
.workline-list button:hover, .workline-list button.active { background: #f0f0ed; }
.workline-list button > span { width: 5px; height: 5px; border-radius: 50%; background: #c4c4be; }
.workline-list button.active > span { background: var(--dark); }
.workline-list div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }

.task-execution { min-width: 0; min-height: 0; overflow-y: auto; padding: 24px 28px 32px; }
.execution-head { width: min(830px, 100%); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.execution-head h2 { margin: 7px 0 6px; font-size: 24px; font-weight: 650; letter-spacing: -.03em; }
.execution-head p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.execution-owner { flex: 0 0 auto; padding: 0 0 2px; display: grid; grid-template-columns: auto auto; gap: 3px 8px; text-align: right; }
.execution-owner span { color: var(--quiet); font-size: 8px; }
.execution-owner strong { font-size: 10px; }
.execution-owner small { grid-column: 1 / -1; color: var(--quiet); font-size: 8px; }
.execution-meta { width: min(830px, 100%); min-height: 45px; margin: 20px auto 0; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; color: var(--quiet); font-size: 9px; }
.execution-meta button { margin-left: auto; padding: 0; border: 0; background: transparent; color: #555550; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.node-spine { width: min(720px, 100%); margin: 20px auto 0; position: relative; }
.node-spine::before { content: ""; position: absolute; z-index: 0; left: 18px; top: 28px; bottom: 28px; width: 1px; background: var(--line-strong); }
.node-row { width: 100%; min-height: 70px; padding: 8px 10px 8px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; position: relative; z-index: 1; display: grid; grid-template-columns: 38px minmax(0,1fr) 76px 16px; align-items: center; gap: 10px; text-align: left; }
.node-row:hover, .node-row.selected { background: #f8f8f6; }
.node-point { width: 20px; height: 20px; margin-left: 8px; border: 1px solid #c8c8c2; border-radius: 50%; background: #fff; display: grid; place-items: center; color: #666660; font-size: 8px; }
.node-row.completed .node-point { border-color: #777771; background: #777771; color: #fff; }
.node-row.running .node-point { border-color: #444440; }
.node-row.running .node-point i { width: 6px; height: 6px; border-radius: 50%; background: #444440; animation: node-pulse 1.8s ease-in-out infinite; }
@keyframes node-pulse { 50% { transform: scale(.55); opacity: .45; } }
.node-main { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.node-main small { color: var(--quiet); font-size: 8px; letter-spacing: .04em; }
.node-main strong { font-size: 11px; font-weight: 620; }
.node-main em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 9px; font-style: normal; }
.node-arrow { color: var(--quiet); font-size: 18px; font-weight: 300; }
.current-node-actions { width: min(830px, 100%); min-height: 78px; margin: 26px auto 0; padding: 15px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.current-node-actions > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.current-node-actions span { color: var(--quiet); font-size: 8px; }
.current-node-actions strong { font-size: 11px; }
.current-node-actions small { color: var(--muted); font-size: 8px; }
.current-node-actions > div:last-child { display: flex; gap: 7px; }

.execution-node-panel { min-width: 0; min-height: 0; border-left: 1px solid var(--line); background: #fbfbfa; display: flex; flex-direction: column; }
.execution-node-panel > header { min-height: 66px; flex: 0 0 auto; padding: 14px 14px 12px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.execution-node-panel > header span { color: var(--quiet); font-size: 8px; letter-spacing: .06em; }
.execution-node-panel > header h2 { margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.execution-node-panel > header button { width: 29px; height: 29px; flex: 0 0 auto; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 14px; }
.execution-node-panel > header button:hover { background: var(--soft-2); color: var(--ink); }
.execution-node-body { min-height: 0; flex: 1; padding: 18px 20px 30px; overflow-y: auto; }
.execution-node-panel > footer { min-height: 58px; flex: 0 0 auto; padding: 10px 14px; border-top: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.node-live-preview { min-height: 116px; margin: 17px 0 4px; padding: 16px; border: 1px solid var(--line-strong); border-radius: 8px; background: #f4f4f1; position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; overflow: hidden; }
.node-live-preview > span { position: absolute; top: 12px; left: 13px; color: var(--quiet); font-size: 8px; }
.node-live-preview strong { font-size: 10px; }
.node-live-preview small { color: var(--quiet); font-size: 8px; }
.node-live-preview i { position: absolute; top: 14px; right: 14px; width: 7px; height: 7px; border-radius: 50%; background: #555550; animation: node-pulse 1.8s ease-in-out infinite; }
.node-artifact-preview { min-height: 132px; margin: 17px 0 4px; padding: 15px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.node-artifact-preview span { color: var(--quiet); font-size: 8px; }
.node-artifact-preview strong { font-size: 12px; }
.node-artifact-preview p { margin: 0; color: #4d4d48; font-size: 9px; line-height: 1.7; }
.node-waiting-box { margin: 17px 0 4px; padding: 16px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.node-waiting-box span { display: block; margin-bottom: 7px; color: var(--quiet); font-size: 8px; }
.node-waiting-box strong { font-size: 11px; }
.node-waiting-box p { margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.65; }

.task-detail-panel { position: absolute; z-index: 12; top: 42px; right: 0; bottom: 0; width: 0; overflow: hidden; border-left: 0 solid var(--line); background: #fbfbfa; display: flex; flex-direction: column; transition: width .2s ease, border-width .2s ease; }
.task-detail-panel.open { width: 420px; border-left-width: 1px; box-shadow: -12px 0 32px rgba(30,30,28,.05); }
.task-detail-panel > header { min-height: 64px; flex: 0 0 auto; padding: 13px 14px 12px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.task-detail-panel > header span { color: var(--quiet); font-size: 8px; letter-spacing: .06em; }
.task-detail-panel > header h2 { max-width: 330px; margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.task-detail-panel > header button { width: 30px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 17px; }
.task-detail-panel > header button:hover { background: var(--soft-2); }
.task-detail-body { min-height: 0; flex: 1; overflow-y: auto; padding: 20px 22px 36px; }
.task-detail-panel > footer { min-height: 58px; flex: 0 0 auto; padding: 10px 14px; border-top: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.detail-meta { padding-bottom: 16px; border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 5px 12px; color: var(--quiet); font-size: 8px; }
.detail-section { padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-section h3 { margin: 0 0 9px; font-size: 10px; }
.detail-section p, .detail-section li { color: #4f4f4a; font-size: 10px; line-height: 1.7; }
.detail-section p { margin: 0; }
.detail-section ul { margin: 0; padding-left: 17px; }
.detail-kv { display: grid; grid-template-columns: 94px 1fr; gap: 9px; font-size: 9px; }
.detail-kv dt { color: var(--quiet); }
.detail-kv dd { margin: 0; color: #444440; }
.run-history { border-top: 1px solid var(--line); }
.run-row { min-height: 48px; padding: 9px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; }
.run-row strong { font-size: 9px; }
.run-row span { color: var(--quiet); font-size: 8px; }
.run-row small { grid-column: 1 / -1; color: var(--muted); font-size: 8px; }

.task-create-shell { height: 100%; min-height: 0; overflow: hidden; display: flex; flex-direction: column; }
.task-intent-bar { flex: 0 0 216px; padding: 22px 30px 14px; border-bottom: 1px solid var(--line-strong); display: grid; grid-template-columns: 250px minmax(350px, 1fr) 330px; grid-template-rows: 128px 40px; gap: 12px 22px; }
.task-intent-heading h2, .task-results-head h2 { margin: 7px 0 6px; font-size: 23px; letter-spacing: -.03em; }
.task-intent-heading p, .task-results-head p { max-width: 570px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.task-field-label { margin: 0 0 6px; display: block; color: var(--quiet); font-size: 8px; }
.task-goal-input, .task-constraint-input { width: 100%; padding: 12px 13px; border: 1px solid var(--line-strong); border-radius: 8px; outline: 0; resize: vertical; background: #fff; color: #343431; font-size: 11px; line-height: 1.65; }
.task-intent-goal .task-goal-input { height: 94px; resize: none; }
.task-intent-settings .task-constraint-input { height: 52px; padding-top: 8px; resize: none; font-size: 9px; }
.task-goal-input:focus, .task-constraint-input:focus, .task-form-row input:focus { border-color: #8c8c86; box-shadow: 0 0 0 1px #deded9; }
.task-form-row { margin-bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.task-form-row label { display: flex; flex-direction: column; gap: 5px; }
.task-form-row span { color: var(--quiet); font-size: 8px; }
.task-form-row input { height: 31px; padding: 0 9px; border: 1px solid var(--line-strong); border-radius: 7px; outline: 0; font-size: 9px; }
.task-intent-summary { grid-column: 1 / -1; min-width: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 250px 1fr; gap: 22px; align-items: center; }
.intent-evidence { height: 31px; padding: 0; border: 0; background: transparent; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; text-align: left; }
.intent-evidence span, .intent-understood > span { color: var(--quiet); font-size: 8px; }
.intent-evidence strong { overflow: hidden; color: #555550; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.intent-evidence i { color: var(--quiet); font-size: 14px; font-style: normal; }
.intent-understood { min-width: 0; height: 31px; display: flex; align-items: center; gap: 14px; }
.intent-understood > span { font-weight: 650; white-space: nowrap; }
.intent-understood dl { min-width: 0; flex: 1; margin: 0; display: flex; align-items: center; gap: 9px; font-size: 8px; }
.intent-understood dt { color: var(--quiet); }
.intent-understood dd { margin: 0 10px 0 0; color: #444440; white-space: nowrap; }

.task-builder { min-width: 0; min-height: 0; flex: 1; padding: 14px 24px 0; background: #fbfbfa; display: flex; flex-direction: column; }
.builder-head { min-height: 43px; flex: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.builder-head > div:first-child > span, .node-builder-head span { color: var(--quiet); font-size: 8px; letter-spacing: .06em; }
.builder-head h3 { margin: 4px 0 0; font-size: 15px; letter-spacing: -.02em; }
.builder-mode { display: grid; grid-template-columns: 7px auto; gap: 2px 7px; align-items: center; }
.builder-mode i { width: 7px; height: 7px; border: 1px solid #8e8e88; border-radius: 50%; background: #fff; }
.builder-mode span { color: #555550; font-size: 9px; }
.builder-mode small { grid-column: 2; color: var(--quiet); font-size: 8px; }
.builder-canvas { min-height: 0; flex: 1; margin-top: 6px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: grid; grid-template-columns: 160px minmax(390px, 1fr); }
.builder-canvas.three-column { grid-template-columns: 160px minmax(390px, 1fr) 232px; }
.workline-rail { padding: 12px 10px 14px 0; border-right: 1px solid var(--line); overflow-y: auto; }
.workline-rail-head { height: 28px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; color: var(--quiet); font-size: 8px; }
.workline-rail-head strong { color: var(--ink); font-size: 9px; }
.workline-rail > button { width: 100%; min-height: 52px; padding: 8px; border: 0; border-radius: 7px; background: transparent; display: grid; grid-template-columns: 23px 1fr; gap: 8px; align-items: start; text-align: left; }
.workline-rail > button:hover, .workline-rail > button.active { background: #efefec; }
.workline-rail > button > span { color: var(--quiet); font: 8px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.workline-rail > button div { display: flex; flex-direction: column; gap: 4px; }
.workline-rail > button strong { font-size: 9px; }
.workline-rail > button small { color: var(--quiet); font-size: 7px; }
.workline-rail .add-workline { min-height: 34px; margin-top: 7px; display: block; color: var(--muted); font-size: 8px; text-align: center; }
.node-builder { min-width: 0; padding: 12px 18px 18px; overflow-y: auto; }
.node-builder-head { min-height: 41px; display: flex; align-items: flex-start; justify-content: space-between; }
.node-builder-head h4 { margin: 4px 0 0; font-size: 13px; }
.node-builder-tools { display: flex; align-items: center; gap: 9px; }
.node-builder-tools > span { color: var(--quiet); font-size: 7px; }
.node-chain { position: relative; display: flex; flex-direction: column; gap: 7px; }
.node-chain::before { content: ""; position: absolute; left: 35px; top: 38px; bottom: 38px; width: 1px; background: #cfcfca; }
.design-node { min-height: 64px; padding: 9px 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; position: relative; display: grid; grid-template-columns: 14px 29px minmax(0, 1fr) 102px auto; gap: 8px; align-items: center; transition: border-color .12s ease, opacity .12s ease, transform .12s ease; }
.design-node:hover { border-color: #c5c5bf; }
.design-node.human { background: #f9f9f7; }
.node-grip { align-self: stretch; display: grid; place-items: center; color: #aaa9a3; font-size: 11px; cursor: grab; touch-action: none; user-select: none; }
.node-grip:active { cursor: grabbing; }
.design-node.dragging { opacity: .34; }
.design-node.drop-before::before, .design-node.drop-after::after { content: ""; position: absolute; z-index: 3; left: 5px; right: 5px; height: 2px; border-radius: 2px; background: #373733; }
.design-node.drop-before::before { top: -5px; }
.design-node.drop-after::after { bottom: -5px; }
.node-index { z-index: 1; width: 24px; height: 24px; border: 1px solid #aaa9a3; border-radius: 50%; background: #fff; display: grid; place-items: center; color: #5f5f59; font: 7px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.design-node > div:nth-of-type(1) { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.design-node small { color: var(--quiet); font-size: 7px; }
.design-node strong { font-size: 9px; }
.design-node em { overflow: hidden; color: var(--muted); font-size: 7px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.node-execution-mode { min-width: 0; display: flex; flex-direction: column; gap: 4px; }.node-execution-mode span{color:var(--quiet);font-size:7px}.node-execution-mode select{width:100%;height:25px;padding:0 5px;border:1px solid var(--line);border-radius:6px;outline:0;background:#fafaf8;color:#555550;font-size:8px}.node-execution-mode select:focus{border-color:#999}.node-fixed-mode{height:25px;padding:0 7px;border-radius:6px;background:var(--soft-2);display:grid;place-items:center;color:var(--quiet);font-size:8px;white-space:nowrap}
.node-edit-actions { display: flex; align-items: center; gap: 1px; opacity: .28; transition: opacity .15s ease; }
.design-node:hover .node-edit-actions, .design-node:focus-within .node-edit-actions { opacity: 1; }
.node-edit-actions button { height: 25px; padding: 0 6px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 8px; }
.node-edit-actions button:hover { background: var(--soft-2); color: var(--ink); }
.node-builder-empty-hint { margin-top: 9px; color: var(--quiet); font-size: 7px; text-align: center; }
.node-library { min-width: 0; margin: 0; padding: 12px 0 18px 16px; border: 0; border-left: 1px solid var(--line); border-radius: 0; background: transparent; overflow-y: auto; }
.node-library-head { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.node-library-head > div { display: flex; flex-direction: column; gap: 3px; }
.node-library-head span { font-size: 9px; font-weight: 650; }
.node-library-head small { color: var(--quiet); font-size: 7px; }
.node-library-head label { width: 100%; height: 29px; padding: 0 8px; border: 1px solid var(--line); border-radius: 6px; background: #fff; display: flex; align-items: center; gap: 5px; }
.node-library-head label span { color: var(--quiet); }
.node-library-head input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 8px; }
.node-library-groups { height: 31px; margin-top: 7px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 2px; }
.node-library-groups button { height: 23px; padding: 0 6px; border: 0; border-radius: 5px; background: transparent; color: var(--quiet); font-size: 7px; }
.node-library-groups button.active, .node-library-groups button:hover { background: var(--soft-2); color: var(--ink); }
.node-library-list { margin-top: 7px; display: flex; flex-direction: column; gap: 5px; }
.node-library-list > button { min-width: 0; min-height: 48px; padding: 7px; border: 1px solid var(--line); border-radius: 7px; background: #fbfbfa; display: grid; grid-template-columns: 24px 1fr auto; gap: 7px; align-items: center; text-align: left; }
.node-library-list > button:hover { border-color: #aaa; background: #fff; }
.node-library-list > button > span { width: 24px; height: 24px; border-radius: 6px; background: #ecece8; display: grid; place-items: center; color: #5d5d57; font-size: 8px; }
.node-library-list > button div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.node-library-list strong { font-size: 8px; }
.node-library-list small { overflow: hidden; color: var(--quiet); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.node-library-list i { color: var(--quiet); font-size: 12px; font-style: normal; }
.builder-foot { min-height: 54px; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.builder-foot > span { max-width: 410px; color: var(--muted); font-size: 8px; line-height: 1.6; }
.builder-foot > div { display: flex; gap: 7px; }

.task-results-shell { height: 100%; padding: 36px 44px 60px; overflow-y: auto; }
.task-results-head { display: flex; align-items: flex-end; justify-content: space-between; }
.task-results-head p { margin-bottom: 0; }
.result-search-row { min-height: 42px; margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.result-search { width: min(520px, 52%); height: 36px; padding: 0 9px 0 11px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; display: flex; align-items: center; gap: 8px; }
.result-search > span { color: var(--quiet); font-size: 12px; }
.result-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 10px; }
.result-search input::placeholder { color: #999993; }
.result-search kbd { min-width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 5px; background: #f7f7f5; display: grid; place-items: center; color: var(--quiet); font: 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.result-search-scope { color: var(--quiet); font-size: 8px; }
.result-search-row > strong { margin-left: auto; color: #555550; font-size: 9px; font-weight: 600; }
.result-filters { min-height: 52px; margin-top: 7px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.result-kind-filters { flex: 0 0 auto; display: flex; gap: 2px; }
.result-kind-filters button { height: 28px; padding: 0 9px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 9px; }
.result-kind-filters button:hover, .result-kind-filters button.active { background: var(--soft-2); color: var(--ink); }
.result-structured-filters { min-width: 0; display: flex; align-items: stretch; justify-content: flex-end; }
.result-structured-filters label { width: 104px; min-width: 0; padding: 5px 8px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.result-structured-filters label > span { color: var(--quiet); font-size: 7px; }
.result-structured-filters select { width: 100%; border: 0; outline: 0; background: transparent; color: #484843; font-size: 8px; }
.result-table-head { min-height: 36px; padding: 0 8px; display: grid; grid-template-columns: minmax(230px,1.25fr) minmax(220px,1fr) 110px 100px 16px; align-items: center; gap: 12px; color: var(--quiet); font-size: 8px; }
.result-list { border-top: 1px solid var(--line-strong); }
.result-list > button { width: 100%; min-height: 70px; padding: 9px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 34px minmax(180px,1.25fr) minmax(180px,1fr) 110px 100px 16px; align-items: center; gap: 12px; text-align: left; }
.result-list > button:hover { background: #f8f8f6; }
.result-kind { width: 32px; height: 32px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fafaf8; display: grid; place-items: center; color: #666660; font-size: 10px; }
.result-list button > span:nth-child(2), .result-list button > span:nth-child(3) { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.result-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.result-list small, .result-list time { color: var(--quiet); font-size: 8px; }
.material-state { color: #555550; font-size: 9px; }
.material-state.accepted { font-weight: 650; }
.result-list i { color: var(--quiet); font-size: 18px; font-style: normal; }
.result-empty { min-height: 240px; padding: 55px 20px; border-top: 1px solid var(--line-strong); text-align: center; }
.result-empty > span { width: 34px; height: 34px; margin: 0 auto 12px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; color: var(--quiet); }
.result-empty strong { display: block; font-size: 11px; }
.result-empty p { margin: 7px 0 13px; color: var(--muted); font-size: 9px; }
.result-empty button { height: 28px; padding: 0 9px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fff; color: #555550; font-size: 8px; }
.conversation-pane { min-width: 0; flex: 1; position: relative; display: flex; flex-direction: column; background: var(--paper); }
.conversation-head { min-height: 72px; flex: 0 0 auto; padding: 14px 28px 10px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-start; }
.view-tabs { display: flex; align-items: center; gap: 4px; }
.view-tab { height: 30px; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 12px; }
.view-tab:hover { background: var(--soft); color: var(--ink); }
.view-tab.active { background: var(--soft-2); color: var(--ink); font-weight: 650; }
.view-tab span { margin-left: 4px; }
.view-caption { margin: 4px 10px 0; color: var(--quiet); font-size: 10px; }
.conversation-actions { padding-top: 1px; display: flex; align-items: center; gap: 6px; }
.quiet-button { height: 30px; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 11px; }
.quiet-button:hover, .round-button:hover { background: var(--soft-2); color: var(--ink); }
.round-button { width: 30px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); }
.conversation-scroll { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d7d7d2 transparent; }
.conversation-content { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0 190px; }
.history-reveal { height: 30px; margin: 0 auto 18px; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); display: flex; align-items: center; gap: 6px; font-size: 11px; }
.history-reveal:hover { background: var(--soft); color: var(--ink); }
.unread-separator { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--quiet); font-size: 9px; }
.unread-separator::before, .unread-separator::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.message { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; }
.message + .message { margin-top: 34px; }
.agent-avatar { width: 30px; height: 30px; margin-top: 1px; background: var(--dark); color: #fff; font-size: 11px; }
.user-avatar { width: 30px; height: 30px; background: #deded9; color: #44443f; font-size: 11px; }
.message-main { min-width: 0; }
.message-meta { height: 22px; display: flex; align-items: center; gap: 8px; }
.message-meta strong { font-size: 12px; }
.message-meta > span { color: var(--quiet); font-size: 9px; }
.message-unread { height: 17px; padding: 0 6px; border-radius: 9px; background: var(--soft-2); display: grid; place-items: center; color: #666661 !important; }
.message-copy { color: #373733; font-size: 13px; line-height: 1.72; }
.message-copy p { margin: 5px 0 10px; }
.message-copy strong { color: var(--ink); font-weight: 650; }
.finding-list { margin: 7px 0 10px; padding-left: 22px; }
.finding-list li { margin: 3px 0; }
.asset-stack { margin-top: 9px; border-top: 1px solid var(--line); }
.asset-row { width: 100%; min-height: 54px; padding: 8px 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: flex; align-items: center; gap: 10px; text-align: left; transition: background .14s; }
.message-copy + .asset-row { margin-top: 10px; border-top: 1px solid var(--line); }
.asset-row:hover, .asset-row.selected { background: var(--soft); }
.asset-symbol { width: 28px; height: 32px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fafaf9; display: grid; place-items: center; color: #656560; font-size: 14px; }
.asset-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 3px; }
.asset-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 600; }
.asset-copy small { color: var(--quiet); font-size: 9px; }
.asset-arrow { color: var(--quiet); font-size: 20px; font-weight: 300; }
.recommend-label { height: 18px; padding: 0 6px; border-radius: 9px; background: #e9e9e5; color: #5d5d58; display: grid; place-items: center; font-size: 9px; }
.message-links { margin-top: 9px; display: flex; gap: 14px; }
.message-links button { padding: 0; border: 0; background: transparent; color: #555550; text-decoration: underline; text-decoration-color: #c9c9c4; text-underline-offset: 3px; font-size: 10px; }
.message-links button:hover { color: #111; text-decoration-color: #555; }
.user-message .message-copy { padding: 9px 12px; border-radius: 10px; background: var(--soft-2); }
.user-message .message-copy p { margin: 0; }

.composer-zone { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 28px 24px 14px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 22%, #fff); }
.composer, .context-reference, .composer-note { width: min(760px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.context-reference { height: 30px; margin-bottom: -1px; padding: 0 10px; border: 1px solid var(--line-strong); border-bottom: 0; border-radius: 9px 9px 0 0; background: var(--soft); display: flex; align-items: center; justify-content: space-between; color: #555550; font-size: 10px; }
.context-reference button { border: 0; background: transparent; color: var(--muted); }
.composer { min-height: 100px; padding: 12px 12px 9px; border: 1px solid #cfcfca; border-radius: 13px; background: #fff; box-shadow: 0 10px 28px rgba(33,33,31,.08); }
.context-reference:not(.hidden) + .composer { border-radius: 0 0 13px 13px; }
.composer:focus-within { border-color: #9d9d98; box-shadow: 0 10px 28px rgba(33,33,31,.1), 0 0 0 1px #d7d7d2; }
.composer textarea { width: 100%; min-height: 44px; max-height: 130px; padding: 0 2px; border: 0; outline: 0; resize: none; background: transparent; color: var(--ink); line-height: 1.55; font-size: 13px; }
.composer textarea::placeholder { color: #9b9b96; }
.composer-footer { margin-top: 4px; display: flex; align-items: center; justify-content: space-between; }
.composer-tools { display: flex; align-items: center; gap: 4px; }
.tool-button { height: 28px; min-width: 28px; padding: 0 7px; border: 0; border-radius: 7px; background: transparent; color: #666661; font-size: 14px; }
.tool-button:hover { background: var(--soft-2); color: var(--ink); }
.tool-button.labeled { display: flex; align-items: center; gap: 5px; font-size: 10px; }
.send-area { display: flex; align-items: center; gap: 8px; }
.send-area > span { color: var(--quiet); font-size: 8px; }
.send-button { width: 29px; height: 29px; border: 0; border-radius: 8px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 15px; }
.send-button:hover { background: #000; }
.send-button:disabled { opacity: .35; cursor: default; }
.composer-note { margin-top: 7px; color: var(--quiet); text-align: center; font-size: 8px; }

.inspector { width: 0; min-width: 0; height: 100%; overflow: hidden; border-left: 0 solid var(--line); background: #fbfbfa; display: flex; flex-direction: column; transition: width .22s ease, border-width .22s ease; }
.inspector.open { width: 480px; min-width: 420px; border-left-width: 1px; }
.inspector.expanded { width: min(720px, 58vw); }
.inspector-head { min-height: 72px; flex: 0 0 auto; padding: 14px 16px 12px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.inspector-kicker { color: var(--quiet); font-size: 9px; }
.inspector-head h2 { max-width: 330px; margin: 3px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 650; }
.inspector-controls { display: flex; gap: 4px; }
.inspector-controls button { width: 30px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); }
.inspector-controls button:hover { background: var(--soft-2); color: var(--ink); }
.inspector-body { min-height: 0; flex: 1; overflow-y: auto; padding: 22px 24px 38px; }
.inspector-footer { min-height: 58px; flex: 0 0 auto; padding: 10px 16px; border-top: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.inspector-footer:empty { display: none; }
.inspector-meta { display: flex; flex-wrap: wrap; gap: 5px 12px; color: var(--quiet); font-size: 9px; }
.inspector-rule { height: 1px; margin: 18px 0; background: var(--line); }
.report-lead { margin: 0 0 20px; color: #2e2e2b; font-size: 16px; line-height: 1.55; letter-spacing: -.015em; }
.inspector-section { margin-top: 24px; }
.inspector-section h3 { margin: 0 0 10px; font-size: 11px; font-weight: 700; }
.inspector-section p, .inspector-section li { color: #4d4d49; font-size: 11px; line-height: 1.7; }
.inspector-section ul, .inspector-section ol { margin: 0; padding-left: 19px; }
.metric-strip { margin: 18px 0 4px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.metric { padding: 0 10px; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.metric span { color: var(--quiet); font-size: 8px; }
.bar-chart { height: 136px; margin-top: 12px; padding: 10px 0 0; display: flex; align-items: flex-end; gap: 12px; }
.bar-item { min-width: 0; flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bar { width: min(44px, 100%); border-radius: 3px 3px 0 0; background: #bdbdb8; }
.bar-item:first-child .bar { background: #444440; }
.bar-item small { color: var(--quiet); font-size: 8px; white-space: nowrap; }
.script-preview { color: #343431; font-size: 12px; line-height: 1.85; }
.script-block { padding: 14px 0; border-bottom: 1px solid var(--line); }
.script-block:first-of-type { margin-top: 14px; border-top: 1px solid var(--line); }
.script-block span { display: block; margin-bottom: 5px; color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .04em; }
.script-block p { margin: 0; }
.data-source { min-height: 52px; padding: 9px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.data-source > span:first-child { width: 28px; height: 28px; border: 1px solid var(--line-strong); border-radius: 7px; display: grid; place-items: center; font-size: 11px; }
.data-source div { display: flex; flex-direction: column; gap: 3px; }
.data-source strong { font-size: 10px; }
.data-source small { color: var(--quiet); font-size: 8px; }
.automation-grid { display: grid; grid-template-columns: 96px 1fr; gap: 12px; font-size: 11px; }
.automation-grid dt { color: var(--quiet); }
.automation-grid dd { margin: 0; color: #373733; }
.button { height: 34px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font-size: 10px; }
.button:hover { background: var(--soft); }
.button.primary { border-color: var(--dark); background: var(--dark); color: #fff; }
.button.primary:hover { background: #000; }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state .empty-mark { width: 38px; height: 38px; margin: 0 auto 14px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; color: var(--muted); }
.empty-state h2 { margin: 0 0 6px; font-size: 14px; }
.empty-state p { margin: 0; color: var(--muted); font-size: 10px; }
.empty-actions { margin-top: 16px; display: flex; justify-content: center; gap: 8px; }
.record-list { border-top: 1px solid var(--line); }
.record-row { width: 100%; min-height: 70px; padding: 10px 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: flex; align-items: center; gap: 12px; text-align: left; }
.record-row:hover { background: var(--soft); }
.record-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--soft-2); display: grid; place-items: center; }
.record-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.record-copy strong { font-size: 11px; }
.record-copy small { color: var(--quiet); font-size: 9px; }
.record-time { color: var(--quiet); font-size: 9px; }

.product-assets-page { min-height: 0; flex: 1; position: relative; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.product-assets-subnav { height: 42px; flex: 0 0 auto; padding: 0 24px; border-bottom: 1px solid var(--line); display: flex; align-items: stretch; gap: 22px; }
.product-assets-subnav button { padding: 1px 2px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 11px; }
.product-assets-subnav button:hover { color: var(--ink); }
.product-assets-subnav button.active { border-bottom-color: var(--dark); color: var(--ink); font-weight: 650; }
.product-asset-panel { min-height: 0; flex: 1; overflow: hidden; }
.product-analysis-scroll { height: 100%; overflow-y: auto; }
.product-analysis-inner { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 27px 0 54px; }
.product-analysis-head { min-height: 76px; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.product-analysis-head > div:first-child > span, .analysis-section header span, .analysis-quality-row > div > span { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.product-analysis-head h2 { margin: 7px 0 5px; font-size: 23px; font-weight: 650; letter-spacing: -.025em; }
.product-analysis-head p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.product-analysis-actions { padding-top: 12px; display: flex; align-items: center; gap: 7px; }
.product-analysis-actions small { margin-right: 5px; color: var(--quiet); font-size: 8px; white-space: nowrap; }
.product-analysis-verdict { min-height: 128px; margin-top: 7px; padding: 22px 8px 21px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center; gap: 30px; }
.product-analysis-verdict > div:first-child > span { color: #676762; font-size: 9px; font-weight: 650; }
.product-analysis-verdict h3 { margin: 8px 0 7px; font-size: 20px; font-weight: 620; letter-spacing: -.025em; }
.product-analysis-verdict p { max-width: 750px; margin: 0; color: #666661; font-size: 10px; line-height: 1.7; }
.product-health-score { min-height: 76px; border-left: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; align-content: center; padding-left: 27px; }
.product-health-score strong { font-size: 35px; font-weight: 560; letter-spacing: -.05em; line-height: 1; }
.product-health-score > span { align-self: end; padding: 0 0 4px 4px; color: var(--quiet); font-size: 10px; }
.product-health-score small { grid-column: 1/-1; margin-top: 7px; color: var(--quiet); font-size: 8px; }
.product-analysis-columns { margin-top: 27px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: 32px; }
.analysis-section > header { min-height: 47px; border-bottom: 1px solid var(--line-strong); display: flex; align-items: flex-start; justify-content: space-between; }
.analysis-section header h3 { margin: 5px 0 0; font-size: 13px; font-weight: 650; }
.analysis-section header > small { padding-top: 13px; color: var(--quiet); font-size: 8px; }
.coverage-list > button { width: 100%; min-height: 55px; padding: 7px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: minmax(140px,1.15fr) minmax(90px,.85fr) 38px 34px; align-items: center; gap: 11px; text-align: left; }
.coverage-list > button:hover, .coverage-list > button.active { background: var(--soft); }
.coverage-name { padding-left: 6px; display: flex; flex-direction: column; gap: 3px; }
.coverage-name strong { font-size: 10px; font-weight: 620; }
.coverage-name small { overflow: hidden; color: var(--quiet); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.coverage-meter { height: 3px; background: #e9e9e5; }
.coverage-meter i { height: 100%; display: block; background: #5e5e59; }
.coverage-list button b { font-size: 10px; font-weight: 600; text-align: right; }
.coverage-list button em { color: var(--quiet); font-size: 8px; font-style: normal; text-align: right; }
.recommendation-list article { min-height: 94px; padding: 14px 3px 12px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 27px minmax(0,1fr) auto; gap: 9px; align-items: start; }
.recommendation-list article:hover, .recommendation-list article.active { background: var(--soft); }
.priority-index { color: var(--quiet); font: 9px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.recommendation-list article > div { min-width: 0; }
.recommendation-list article strong { font-size: 10px; font-weight: 650; }
.recommendation-list article p { margin: 5px 0 6px; color: #666661; font-size: 8px; line-height: 1.55; }
.recommendation-list article small { color: var(--quiet); font-size: 7px; }
.recommendation-list article > button { height: 25px; padding: 0 8px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fff; color: #555550; font-size: 8px; white-space: nowrap; }
.recommendation-list article > button:hover { border-color: #999993; color: var(--ink); }
.readiness-section { margin-top: 30px; }
.readiness-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.readiness-grid button { min-height: 83px; padding: 16px 16px 13px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 1fr auto; text-align: left; }
.readiness-grid button:first-child { border-left: 1px solid var(--line); }
.readiness-grid button:hover, .readiness-grid button.active { background: var(--soft); }
.readiness-grid button > span { display: flex; align-items: center; gap: 8px; }
.readiness-grid button i { width: 23px; height: 23px; border-radius: 6px; background: var(--soft-2); display: grid; place-items: center; font-size: 8px; font-style: normal; }
.readiness-grid button strong { font-size: 10px; font-weight: 620; }
.readiness-grid button b { font-size: 17px; font-weight: 560; }
.readiness-grid button small { grid-column: 1/-1; margin-top: 10px; color: var(--quiet); font-size: 8px; }
.analysis-quality-row { min-height: 102px; margin-top: 28px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: grid; grid-template-columns: minmax(360px,1fr) repeat(3,130px); align-items: center; }
.analysis-quality-row h3 { margin: 6px 0 4px; font-size: 13px; }
.analysis-quality-row p { margin: 0; color: var(--quiet); font-size: 8px; }
.analysis-quality-row > button { height: 52px; border: 0; border-left: 1px solid var(--line); background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.analysis-quality-row > button:hover, .analysis-quality-row > button.active { background: var(--soft); }
.analysis-quality-row button strong { font-size: 16px; font-weight: 580; }
.analysis-quality-row button span { color: var(--quiet); font-size: 8px; }
.product-analysis-drawer { width: min(560px,52%); position: absolute; z-index: 12; top: 42px; right: 0; bottom: 0; border-left: 1px solid var(--line-strong); background: #fbfbfa; display: flex; flex-direction: column; visibility: hidden; pointer-events: none; transform: translateX(101%); transition: transform .2s ease, visibility 0s linear .2s; }
.product-analysis-drawer.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
.product-analysis-drawer > header { min-height: 70px; padding: 13px 15px 12px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.product-analysis-drawer > header span { color: var(--quiet); font-size: 8px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.product-analysis-drawer > header h2 { margin: 4px 0 0; font-size: 15px; font-weight: 650; }
.product-analysis-drawer > header button { width: 30px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 18px; }
.product-analysis-drawer > header button:hover { background: var(--soft-2); }
.product-analysis-drawer-body { min-height: 0; flex: 1; padding: 24px 26px 40px; overflow-y: auto; }
.product-analysis-drawer-body section { margin-bottom: 26px; }
.product-analysis-drawer-body section h3 { margin: 0 0 11px; padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: 10px; }
.analysis-drawer-summary { padding-bottom: 20px; border-bottom: 1px solid var(--line-strong); }
.analysis-drawer-summary p { margin: 0; color: #373733; font-size: 14px; line-height: 1.75; }
.product-analysis-drawer-body ul { margin: 0; padding-left: 18px; }
.product-analysis-drawer-body li { margin: 7px 0; color: #555550; font-size: 10px; line-height: 1.6; }
.product-analysis-drawer-body dl { margin: 0; display: grid; grid-template-columns: 90px 1fr; }
.product-analysis-drawer-body dt, .product-analysis-drawer-body dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 9px; line-height: 1.5; }
.product-analysis-drawer-body dt { color: var(--quiet); }
.product-analysis-drawer-body dd { color: #4f4f4a; }
.product-analysis-drawer > footer { min-height: 58px; padding: 10px 16px; border-top: 1px solid var(--line); background: #fff; display: flex; justify-content: flex-end; gap: 7px; }
.product-asset-placeholder { width: min(900px,calc(100% - 96px)); margin: 0 auto; padding-top: 72px; }
.product-asset-placeholder > span { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.product-asset-placeholder > h2 { margin: 11px 0 7px; font-size: 30px; font-weight: 650; letter-spacing: -.035em; }
.product-asset-placeholder > p { margin: 0; color: var(--muted); font-size: 12px; }
.product-asset-placeholder > div { min-height: 230px; margin-top: 42px; padding: 34px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); display: flex; flex-direction: column; justify-content: center; }
.product-asset-placeholder > div small { color: var(--quiet); font-size: 9px; }
.product-asset-placeholder > div strong { margin-top: 10px; font-size: 16px; font-weight: 600; }
.product-asset-placeholder > div p { max-width: 620px; margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.managed-asset-panel { overflow: hidden; }
.managed-asset-inner { height: 100%; padding: 28px 36px 54px; overflow-y: auto; }
.managed-asset-head { min-height: 79px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.managed-asset-head > div:first-child > span { color: var(--quiet); font-size: 9px; font-weight: 650; letter-spacing: .1em; }
.managed-asset-head h2 { margin: 7px 0 5px; font-size: 23px; font-weight: 650; letter-spacing: -.025em; }
.managed-asset-head p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.managed-asset-head > div:last-child { padding-top: 15px; display: flex; align-items: center; gap: 8px; }
.managed-asset-head > div:last-child small { margin-right: 5px; color: var(--quiet); font-size: 8px; }
.managed-toolbar { min-height: 49px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 4px; }
.managed-toolbar > label, .task-library-search > label { width: min(410px,38%); height: 32px; margin-right: 12px; padding: 0 8px 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; display: flex; align-items: center; gap: 7px; color: var(--quiet); }
.managed-toolbar input, .task-library-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 9px; }
.managed-toolbar kbd, .task-library-search kbd { width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); display: grid; place-items: center; font: 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.managed-toolbar > button { height: 27px; padding: 0 9px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 8px; }
.managed-toolbar > button:hover, .managed-toolbar > button.active { background: var(--soft-2); color: var(--ink); }
.managed-secondary-filters { min-height: 39px; padding: 0 4px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 3px; overflow-x: auto; scrollbar-width: none; }
.managed-secondary-filters::-webkit-scrollbar { display: none; }
.managed-secondary-filters > span { flex: 0 0 auto; margin-right: 8px; padding-right: 11px; border-right: 1px solid var(--line); color: var(--quiet); font-size: 8px; }
.managed-secondary-filters > button { height: 24px; flex: 0 0 auto; padding: 0 8px; border: 0; border-radius: 12px; background: transparent; color: #777771; font-size: 8px; }
.managed-secondary-filters > button:hover { color: var(--ink); }
.managed-secondary-filters > button.active { background: #e9e9e5; color: var(--ink); font-weight: 600; }
.ai-classification-note { min-height: 53px; margin-top: 14px; padding: 0 12px; background: #f7f7f5; display: grid; grid-template-columns: 102px minmax(0,1fr) auto; align-items: center; gap: 12px; }
.ai-classification-note > span { color: #4f4f4a; font-size: 9px; font-weight: 650; }
.ai-classification-note p { margin: 0; overflow: hidden; color: #6a6a65; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.ai-classification-note button { border: 0; background: transparent; color: #4f4f4a; font-size: 8px; text-decoration: underline; text-underline-offset: 3px; }
.document-table { margin-top: 15px; border-top: 1px solid var(--line-strong); }
.document-table > button { width: 100%; min-height: 66px; padding: 8px 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 38px minmax(250px,1fr) 100px 100px 66px; align-items: center; gap: 13px; text-align: left; }
.document-table > button:hover, .document-table > button.active { background: var(--soft); }
.managed-file-icon { width: 33px; height: 36px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fafaf8; display: grid; place-items: center; color: #666661; font-size: 8px; font-weight: 650; }
.document-table > button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.document-table strong { font-size: 10px; font-weight: 620; }
.document-table small, .document-table i { color: var(--quiet); font-size: 8px; font-style: normal; }
.document-table em { color: #64645f; font-size: 8px; font-style: normal; }
.document-table b { color: #555550; font-size: 8px; font-weight: 600; text-align: right; }
.material-card-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.material-card-grid > button { min-width: 0; height: 176px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: grid; grid-template-columns: 138px minmax(0,1fr); gap: 12px; text-align: left; }
.material-card-grid > button:hover, .material-card-grid > button.active { border-color: #a9a9a3; }
.material-card-grid > button > span:last-child { min-width: 0; padding: 7px 2px; display: flex; flex-direction: column; }
.material-card-grid strong { overflow: hidden; font-size: 10px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.material-card-grid small { margin-top: 6px; color: var(--quiet); font-size: 8px; line-height: 1.55; }
.material-card-grid em { margin-top: auto; color: #62625d; font-size: 8px; font-style: normal; }
.material-preview { height: 158px; border-radius: 6px; background: #ecece8; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.coffee-shot i { width: 52px; height: 92px; border: 1px solid #777772; border-radius: 22px 22px 10px 10px; background: #f8f8f5; }
.coffee-shot i::after { content:""; width: 26px; height: 12px; position: absolute; left: 12px; bottom: 16px; border: 1px solid #888883; border-radius: 3px 3px 8px 8px; }
.office-shot { background: linear-gradient(155deg,#deded9,#f6f6f2); }.office-shot::before { content:""; width: 72px; height: 45px; border: 1px solid #8d8d87; border-radius: 4px; background: #f8f8f5; }.office-shot i { width: 28px; height: 28px; margin-left: -50px; border-radius: 50%; background: rgba(35,35,33,.78); color: #fff; display: grid; place-items: center; font-size: 9px; font-style: normal; }
.detail-shot { gap: 5px; }.detail-shot i { width: 31px; height: 52px; border: 1px solid #888883; border-radius: 10px; background: #f8f8f5; }.detail-shot i:nth-child(2){transform:translateY(-8px)}
.design-shot b { padding: 10px 12px; border: 1px solid #888883; border-radius: 5px; background:#f8f8f5; font-size:11px; }
.audio-shot { gap: 4px; }.audio-shot i { width: 3px; background:#777772; }.audio-shot i:nth-child(1){height:18px}.audio-shot i:nth-child(2){height:38px}.audio-shot i:nth-child(3){height:62px}.audio-shot i:nth-child(4){height:34px}.audio-shot i:nth-child(5){height:22px}
.package-shot i { width: 64px; height: 88px; border: 1px solid #858580; background:#f8f8f5; display:grid; place-items:center; font-style:normal; font-weight:700; }
.knowledge-map-head { min-height: 67px; margin-top: 15px; padding: 0 14px; border-left: 2px solid #777772; background: var(--soft); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.knowledge-map-head > div { display:flex; flex-direction:column; gap:5px; }.knowledge-map-head span { color:var(--quiet); font-size:8px; }.knowledge-map-head strong { font-size:10px; }.knowledge-map-head p { max-width:420px; margin:0; color:var(--muted); font-size:8px; line-height:1.6; }
.knowledge-grid { margin-top: 16px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.knowledge-grid > button { min-height: 155px; padding: 18px; border:1px solid var(--line); border-radius:8px; background:#fff; text-align:left; display:flex; flex-direction:column; }
.knowledge-grid > button:hover, .knowledge-grid > button.active { border-color:#a7a7a1; background:#fdfdfc; }
.knowledge-grid > button > span { display:flex; align-items:center; justify-content:space-between; }.knowledge-grid span i { font-size:20px; font-style:normal; font-weight:560; }.knowledge-grid span em { color:var(--quiet); font-size:8px; font-style:normal; }
.knowledge-grid strong { margin-top:13px; font-size:12px; }.knowledge-grid p { margin:7px 0 12px; color:#5e5e59; font-size:9px; line-height:1.65; }.knowledge-grid small { margin-top:auto; color:var(--quiet); font-size:8px; }
.product-owned-asset-grid { margin-top:16px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.product-owned-asset-grid > button { min-width:0; min-height:210px; padding:8px; border:1px solid var(--line); border-radius:8px; background:#fff; text-align:left; display:flex; flex-direction:column; }
.product-owned-asset-grid > button:hover, .product-owned-asset-grid > button.active { border-color:#a7a7a1; }
.owned-asset-preview { height:105px; padding:15px; border-radius:6px; background:#eeeeea; display:flex; flex-direction:column; justify-content:center; }
.owned-asset-preview b { font-size:8px; }.owned-asset-preview p { margin:8px 0 0; color:#555550; font-size:10px; line-height:1.5; }
.owned-asset-preview.visual { flex-direction:row; align-items:center; gap:6px; }.owned-asset-preview.visual i { width:28px; height:53px; border:1px solid #888883; border-radius:10px; background:#f9f9f6; }.owned-asset-preview.rule { gap:6px; }.owned-asset-preview.rule i { color:#555550; font-size:8px; font-style:normal; }
.product-owned-asset-grid > button > span:last-child { padding:10px 4px 3px; display:flex; flex-direction:column; }.product-owned-asset-grid em { color:var(--quiet); font-size:8px; font-style:normal; }.product-owned-asset-grid strong { margin-top:6px; font-size:10px; }.product-owned-asset-grid small { margin-top:7px; color:var(--quiet); font-size:8px; }.product-owned-asset-grid span:last-child i { margin-top:10px; color:#555550; font-size:8px; font-style:normal; }
.task-library-search { min-height:52px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; gap:10px; }
.task-library-search > label { flex:1; width:auto; max-width:620px; }.task-library-search select { min-width:105px; height:30px; padding:0 8px; border:0; border-left:1px solid var(--line); outline:0; background:#fff; color:#666661; font:8px inherit; }
.task-library-list { margin-top:16px; border-top:1px solid var(--line-strong); }
.task-library-list > button { width:100%; min-height:78px; padding:10px 12px; border:0; border-bottom:1px solid var(--line); background:#fff; display:grid; grid-template-columns:150px minmax(300px,1fr) 70px 90px; align-items:center; gap:14px; text-align:left; }
.task-library-list > button:hover, .task-library-list > button.active { background:var(--soft); }.task-library-list button > span { display:flex; flex-direction:column; gap:5px; }.task-library-list em { color:#555550; font-size:9px; font-style:normal; font-weight:650; }.task-library-list small { color:var(--quiet); font-size:8px; }.task-library-list strong { font-size:10px; }.task-library-list span:nth-child(3){align-items:center}.task-library-list b { font-size:16px; font-weight:560; }.task-library-list > button > i { color:var(--quiet); font-size:8px; font-style:normal; text-align:right; }
.managed-item-drawer { width:min(570px,52%); position:absolute; z-index:13; top:42px; right:0; bottom:0; border-left:1px solid var(--line-strong); background:#fbfbfa; display:flex; flex-direction:column; visibility:hidden; pointer-events:none; transform:translateX(101%); transition:transform .2s ease,visibility 0s linear .2s; }.managed-item-drawer.open { visibility:visible; pointer-events:auto; transform:translateX(0); transition-delay:0s; }
.managed-item-drawer > header { min-height:70px; padding:13px 15px 12px 22px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }.managed-item-drawer header span { color:var(--quiet); font-size:8px; letter-spacing:.08em; }.managed-item-drawer header h2 { margin:4px 0 0; font-size:15px; }.managed-item-drawer header button { width:30px; height:30px; border:0; border-radius:7px; background:transparent; color:var(--muted); font-size:18px; }
.managed-item-drawer > div { min-height:0; flex:1; padding:24px 26px 40px; overflow:auto; }.managed-item-drawer section { margin-bottom:25px; }.managed-item-drawer h3 { margin:0 0 10px; padding-bottom:9px; border-bottom:1px solid var(--line); font-size:10px; }.managed-item-drawer dl { margin:0; display:grid; grid-template-columns:90px 1fr; }.managed-item-drawer dt,.managed-item-drawer dd { margin:0; padding:10px 0; border-bottom:1px solid var(--line); font-size:9px; }.managed-item-drawer dt { color:var(--quiet); }.managed-item-drawer dd { color:#4f4f4a; }.managed-item-drawer ul { margin:0; padding-left:18px; }.managed-item-drawer li { margin:7px 0; color:#555550; font-size:9px; line-height:1.6; }.managed-drawer-lead { padding-bottom:20px; border-bottom:1px solid var(--line-strong); }.managed-drawer-lead p { margin:0 0 10px; color:#373733; font-size:14px; line-height:1.7; }.managed-drawer-lead span { color:var(--quiet); font-size:8px; }.managed-item-drawer > footer { min-height:58px; padding:10px 16px; border-top:1px solid var(--line); background:#fff; display:flex; justify-content:flex-end; gap:7px; }
.system-management-page { min-height:0; flex:1; position:relative; overflow:hidden; background:#fff; display:flex; flex-direction:column; }
.system-subnav { height:42px; flex:0 0 auto; padding:0 24px; border-bottom:1px solid var(--line); display:flex; align-items:stretch; gap:21px; }
.system-subnav button { padding:1px 2px 0; border:0; border-bottom:2px solid transparent; background:transparent; color:var(--muted); font-size:11px; }.system-subnav button:hover{color:var(--ink)}.system-subnav button.active{border-bottom-color:var(--dark);color:var(--ink);font-weight:650}
.system-group-switch{height:32px;margin-bottom:14px;display:flex;align-items:center;gap:3px}.system-group-switch button{height:27px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:8px}.system-group-switch button:hover{color:var(--ink)}.system-group-switch button.active{background:var(--soft-2);color:var(--ink);font-weight:650}
.system-panel { min-height:0; flex:1; overflow:hidden; }.system-inner { height:100%; padding:28px 36px 54px; overflow-y:auto; }
.system-page-head { min-height:86px; display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }.system-page-head>div:first-child>span{color:var(--quiet);font-size:9px;font-weight:650;letter-spacing:.1em}.system-page-head h2{margin:7px 0 5px;font-size:23px;font-weight:650;letter-spacing:-.025em}.system-page-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.6}.system-page-head>div:last-child{padding-top:14px;display:flex;align-items:center;gap:8px}.system-page-head>div:last-child small{margin-right:5px;color:var(--quiet);font-size:8px}
.organization-layout,.permissions-layout{height:calc(100% - 86px);min-height:490px;border-top:1px solid var(--line-strong);display:grid;grid-template-columns:220px minmax(0,1fr)}
.org-tree,.role-list{padding:18px 16px 24px 0;border-right:1px solid var(--line);display:flex;flex-direction:column}.org-tree>span,.role-list>span{margin:0 8px 10px;color:var(--quiet);font-size:8px;font-weight:650;letter-spacing:.07em}.org-tree>button,.role-list>button{min-height:39px;padding:0 9px;border:0;border-radius:7px;background:transparent;display:flex;align-items:center;gap:8px;text-align:left}.org-tree>button:hover,.org-tree>button.active,.role-list>button:hover,.role-list>button.active{background:var(--soft-2)}.org-tree button i{width:6px;height:1px;background:#aaa}.org-tree button b{font-size:9px;font-weight:600}.org-tree button small{margin-left:auto;color:var(--quiet);font-size:8px}.org-tree>div{margin-top:auto;padding:15px 9px 0;border-top:1px solid var(--line)}.org-tree>div small{color:var(--quiet);font-size:8px}.org-tree>div strong{display:block;margin-top:6px;font-size:9px}.org-tree>div p{margin:5px 0 0;color:var(--quiet);font-size:8px}
.member-directory{min-width:0;padding-left:22px}.system-toolbar,.audit-toolbar{min-height:51px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:4px}.system-toolbar label,.audit-toolbar label{width:min(430px,45%);height:32px;margin-right:10px;padding:0 8px 0 10px;border:1px solid var(--line-strong);border-radius:7px;display:flex;align-items:center;gap:7px;color:var(--quiet)}.system-toolbar input,.audit-toolbar input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:9px}.system-toolbar kbd,.audit-toolbar kbd{width:20px;height:20px;border:1px solid var(--line);border-radius:5px;background:var(--soft);display:grid;place-items:center;font:8px/1 monospace}.system-toolbar>button{height:27px;padding:0 9px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:8px}.system-toolbar>button.active,.system-toolbar>button:hover{background:var(--soft-2);color:var(--ink)}
.member-table{border-top:1px solid var(--line-strong);margin-top:15px}.member-table>button{width:100%;min-height:67px;padding:8px 9px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:34px minmax(190px,1fr) 105px 105px 55px 82px;align-items:center;gap:12px;text-align:left}.member-table>button:hover,.member-table>button.active{background:var(--soft)}.member-avatar{width:31px;height:31px;border-radius:50%;background:#e7e7e2;display:grid;place-items:center;font-size:9px;font-weight:650}.member-table>button>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.member-table strong{font-size:10px}.member-table small,.member-table>button>span:nth-child(n+3),.member-table i{color:var(--quiet);font-size:8px;font-style:normal}.member-table em{font-size:8px;font-style:normal}.member-table i{text-align:right}
.role-list{padding-right:14px}.role-list>button{height:54px;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.role-list strong{font-size:9px}.role-list small{color:var(--quiet);font-size:8px}.permission-matrix{padding-left:24px}.permission-matrix>header{min-height:91px;border-bottom:1px solid var(--line-strong);display:flex;align-items:center;justify-content:space-between}.permission-matrix header span{color:var(--quiet);font-size:8px}.permission-matrix header h3{margin:5px 0 4px;font-size:15px}.permission-matrix header p{margin:0;color:var(--muted);font-size:8px}.permission-rows>div{min-height:65px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(150px,1fr) repeat(4,88px) 90px;align-items:center;gap:8px}.permission-rows strong{font-size:9px}.permission-rows span{color:#555550;font-size:8px}.permission-rows span::before{content:'✓';width:17px;height:17px;margin-right:5px;border-radius:5px;background:var(--soft-2);display:inline-grid;place-items:center;font-size:7px}.permission-rows i{color:var(--quiet);font-size:8px;font-style:normal;text-align:right}
.agent-overview{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);display:grid;grid-template-columns:minmax(300px,.8fr) minmax(460px,1.2fr);gap:35px;padding:22px 0}.agent-overview>div{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:14px}.agent-core-mark{width:48px;height:48px;border-radius:13px;background:var(--dark);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700}.agent-overview h3{margin:5px 0 4px;font-size:15px}.agent-overview p{margin:0;color:var(--muted);font-size:8px;line-height:1.6}.agent-overview small{color:var(--quiet);font-size:8px}.agent-overview>div>strong{align-self:start;color:#555550;font-size:8px;font-weight:600}.agent-overview>div>strong i{width:6px;height:6px;margin-right:5px;border-radius:50%;background:#777;display:inline-block}.agent-overview dl{margin:0;display:grid;grid-template-columns:70px 1fr}.agent-overview dt,.agent-overview dd{margin:0;padding:7px 0;border-bottom:1px solid var(--line);font-size:8px}.agent-overview dt{color:var(--quiet)}.agent-overview dd{color:#555550}.subagent-grid{margin-top:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.subagent-grid button{min-height:150px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;flex-direction:column;text-align:left}.subagent-grid button:hover,.subagent-grid button.active{border-color:#aaa}.subagent-grid span{color:var(--quiet);font-size:8px}.subagent-grid strong{margin-top:16px;font-size:12px}.subagent-grid small{margin-top:8px;color:#666661;font-size:8px;line-height:1.6}.subagent-grid em{margin-top:auto;color:#555550;font-size:8px;font-style:normal}
.automation-boundary{min-height:73px;padding:0 14px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.automation-boundary>div{display:grid;grid-template-columns:100px auto;align-items:center;gap:5px 13px}.automation-boundary span{grid-row:1/3;color:var(--quiet);font-size:8px}.automation-boundary strong{font-size:11px}.automation-boundary p{margin:0;color:var(--muted);font-size:8px}.automation-boundary button{border:0;background:transparent;color:#555550;font-size:8px;text-decoration:underline;text-underline-offset:3px}.automation-list{margin-top:15px;border-top:1px solid var(--line-strong)}.automation-list>button{width:100%;min-height:72px;padding:8px 12px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:85px minmax(260px,1fr) 115px 110px 90px;align-items:center;gap:14px;text-align:left}.automation-list>button:hover,.automation-list>button.active{background:var(--soft)}.automation-state{font-size:8px}.automation-state i{width:24px;height:14px;margin-right:7px;padding:2px;border-radius:7px;background:#d8d8d4;display:inline-block;vertical-align:-3px}.automation-state i::after{content:'';width:10px;height:10px;border-radius:50%;background:#777;display:block}.automation-state.on i{background:#62625d}.automation-state.on i::after{margin-left:10px;background:#fff}.automation-list button>span:nth-child(2){display:flex;flex-direction:column;gap:5px}.automation-list strong{font-size:10px}.automation-list small,.automation-list button>span:nth-child(n+3),.automation-list em{color:var(--quiet);font-size:8px;font-style:normal}.automation-list em{text-align:right}
.integration-grid{border-top:1px solid var(--line-strong);padding-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.integration-grid>button,.integration-grid>article{min-height:188px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left}.integration-grid>button{display:grid;grid-template-columns:100px minmax(0,1fr);gap:13px}.integration-grid>button:hover,.integration-grid>button.active{border-color:#aaa}.integration-preview{border-radius:6px;background:#ecece8;display:grid;place-items:center;text-align:center;color:#555550;font-size:10px;font-weight:650;line-height:1.5}.integration-grid button>span:last-child{padding:7px 2px;display:flex;flex-direction:column}.integration-grid em{color:var(--quiet);font-size:8px;font-style:normal}.integration-grid strong{margin-top:7px;font-size:11px}.integration-grid small,.integration-grid i{margin-top:7px;color:var(--quiet);font-size:8px;font-style:normal;line-height:1.5}.integration-grid b{margin-top:auto;color:#555550;font-size:8px}.integration-grid article{padding:22px;border-style:dashed;background:#fafaf8}.integration-grid article span{color:var(--quiet);font-size:8px}.integration-grid article h3{margin:12px 0 7px;font-size:12px}.integration-grid article p{margin:0;color:var(--muted);font-size:8px;line-height:1.6}.integration-grid article small{display:block;margin-top:22px;color:var(--quiet);font-size:8px;line-height:1.65}
.audit-toolbar{border-top:1px solid var(--line-strong)}.audit-toolbar label{flex:1;max-width:620px}.audit-toolbar select{min-width:115px;height:30px;border:0;border-left:1px solid var(--line);outline:0;background:#fff;color:var(--muted);font-size:8px}.audit-list{margin-top:15px;border-top:1px solid var(--line-strong)}.audit-list>button{width:100%;min-height:70px;padding:9px 12px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:105px minmax(300px,1fr) 80px;align-items:center;gap:14px;text-align:left}.audit-list>button:hover,.audit-list>button.active{background:var(--soft)}.audit-list time{color:var(--quiet);font-size:8px}.audit-list button>span{display:grid;grid-template-columns:28px 1fr;column-gap:10px}.audit-list span i{width:27px;height:27px;grid-row:1/3;border-radius:7px;background:var(--soft-2);display:grid;place-items:center;font-size:8px;font-style:normal}.audit-list strong{font-size:10px}.audit-list small{margin-top:4px;color:var(--quiet);font-size:8px}.audit-list em{color:#555550;font-size:8px;font-style:normal;text-align:right}
.settings-layout{border-top:1px solid var(--line-strong);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.settings-layout>section{padding-top:20px}.settings-layout section>header{min-height:60px;border-bottom:1px solid var(--line-strong)}.settings-layout header span{font-size:11px;font-weight:650}.settings-layout header p{margin:6px 0 0;color:var(--muted);font-size:8px;line-height:1.5}.settings-layout section>label{min-height:64px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.settings-layout label>span{display:flex;flex-direction:column;gap:5px}.settings-layout label strong{font-size:9px}.settings-layout label small{color:var(--quiet);font-size:8px}.settings-layout input[type=checkbox]{appearance:none;width:28px;height:16px;padding:2px;border-radius:8px;background:#d5d5d1}.settings-layout input[type=checkbox]::after{content:'';width:12px;height:12px;border-radius:50%;background:#fff;display:block}.settings-layout input[type=checkbox]:checked{background:#555550}.settings-layout input[type=checkbox]:checked::after{margin-left:12px}.settings-layout label>button{border:0;background:transparent;color:#666661;font-size:8px}.infrastructure-settings{grid-column:1/-1}.infrastructure-settings>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.infrastructure-settings>div>span{min-height:82px;padding:13px;border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:4px 7px}.infrastructure-settings i{width:7px;height:7px;border-radius:50%;background:#b2b2ad}.infrastructure-settings strong{font-size:9px}.infrastructure-settings small{grid-column:2;color:var(--quiet);font-size:8px}.infrastructure-settings button{grid-column:3;grid-row:1/3;border:0;background:transparent;color:#666661;font-size:8px}
.system-detail-drawer{width:min(570px,52%);position:absolute;z-index:14;top:42px;right:0;bottom:0;border-left:1px solid var(--line-strong);background:#fbfbfa;display:flex;flex-direction:column;visibility:hidden;pointer-events:none;transform:translateX(101%);transition:transform .2s ease,visibility 0s linear .2s}.system-detail-drawer.open{visibility:visible;pointer-events:auto;transform:translateX(0);transition-delay:0s}.system-detail-drawer>header{min-height:70px;padding:13px 15px 12px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.system-detail-drawer header span{color:var(--quiet);font-size:8px;letter-spacing:.08em}.system-detail-drawer header h2{margin:4px 0 0;font-size:15px}.system-detail-drawer header button{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:18px}.system-detail-drawer>div{min-height:0;flex:1;padding:24px 26px 40px;overflow:auto}.system-detail-drawer section{margin-bottom:25px}.system-detail-drawer h3{margin:0 0 10px;padding-bottom:9px;border-bottom:1px solid var(--line);font-size:10px}.system-detail-drawer dl{margin:0;display:grid;grid-template-columns:90px 1fr}.system-detail-drawer dt,.system-detail-drawer dd{margin:0;padding:10px 0;border-bottom:1px solid var(--line);font-size:9px}.system-detail-drawer dt{color:var(--quiet)}.system-detail-drawer dd{color:#4f4f4a}.system-detail-drawer ul{margin:0;padding-left:18px}.system-detail-drawer li{margin:7px 0;color:#555550;font-size:9px;line-height:1.6}.system-detail-lead{padding-bottom:20px;border-bottom:1px solid var(--line-strong)}.system-detail-lead p{margin:0 0 10px;color:#373733;font-size:14px;line-height:1.7}.system-detail-lead span{color:var(--quiet);font-size:8px}.system-detail-drawer>footer{min-height:58px;padding:10px 16px;border-top:1px solid var(--line);background:#fff;display:flex;justify-content:flex-end;gap:7px}
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; transform: translate(-50%, 16px); padding: 9px 13px; border-radius: 8px; background: var(--dark); color: #fff; opacity: 0; pointer-events: none; font-size: 10px; transition: opacity .18s, transform .18s; }
.api-environment{height:26px;padding:0 9px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;gap:6px;color:#666661;font-size:8px}.api-environment i{width:6px;height:6px;border-radius:50%;background:#777}.api-health-strip{min-height:76px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);display:grid;grid-template-columns:repeat(4,1fr)}.api-health-strip>div{padding:16px 18px;border-right:1px solid var(--line);display:grid;grid-template-columns:1fr auto}.api-health-strip>div:last-child{border-right:0}.api-health-strip span{grid-column:1/-1;color:var(--quiet);font-size:8px}.api-health-strip strong{margin-top:8px;font-size:18px;font-weight:560}.api-health-strip small{align-self:end;padding-bottom:2px;color:var(--quiet);font-size:8px}.api-view-tabs{height:43px;border-bottom:1px solid var(--line);display:flex;align-items:stretch;gap:20px}.api-view-tabs button{padding:1px 2px 0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:9px}.api-view-tabs button.active{border-bottom-color:#555;color:var(--ink);font-weight:650}.api-view-panel{padding-top:14px}.api-toolbar{min-height:45px;display:flex;align-items:center;gap:4px}.api-toolbar label{width:min(430px,45%);height:32px;margin-right:10px;padding:0 8px 0 10px;border:1px solid var(--line-strong);border-radius:7px;display:flex;align-items:center;gap:7px;color:var(--quiet)}.api-toolbar input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:9px}.api-toolbar kbd{width:20px;height:20px;border:1px solid var(--line);border-radius:5px;background:var(--soft);display:grid;place-items:center;font:8px/1 monospace}.api-toolbar>button{height:27px;padding:0 9px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:8px}.api-toolbar>button.active{background:var(--soft-2);color:var(--ink)}.api-registry-list{border-top:1px solid var(--line-strong)}.api-registry-list>button{width:100%;min-height:64px;padding:8px 12px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:52px minmax(300px,1fr) 70px 70px 70px;align-items:center;gap:13px;text-align:left}.api-registry-list>button:hover,.api-registry-list>button.active{background:var(--soft)}.api-method{width:42px;height:22px;border-radius:5px;background:#ecece8;display:grid;place-items:center;font:7px/1 ui-monospace,monospace}.api-method.get{background:#f3f3f0}.api-registry-list button>span:nth-child(2){display:flex;flex-direction:column;gap:5px}.api-registry-list strong{font-size:10px}.api-registry-list small,.api-registry-list button>span:nth-child(n+3),.api-registry-list em,.api-registry-list i{color:var(--quiet);font-size:8px;font-style:normal}.api-registry-list em{color:#555}.api-registry-list i{text-align:right}.event-flow{min-height:90px;border-bottom:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;gap:15px}.event-flow>span{min-width:130px;display:grid;grid-template-columns:25px 1fr;gap:3px 8px}.event-flow span i{width:24px;height:24px;grid-row:1/3;border-radius:6px;background:var(--soft-2);display:grid;place-items:center;font:7px/1 monospace;font-style:normal}.event-flow strong{font-size:9px}.event-flow small{color:var(--quiet);font-size:8px}.event-flow>b{color:#aaa;font-size:18px;font-weight:300}.event-subscription-list{margin-top:14px;border-top:1px solid var(--line)}.event-subscription-list>button{width:100%;min-height:65px;padding:9px 12px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:minmax(300px,1fr) 100px 100px 70px;align-items:center;gap:12px;text-align:left}.event-subscription-list>button:hover,.event-subscription-list>button.active{background:var(--soft)}.event-subscription-list button>span:first-child{display:flex;flex-direction:column;gap:5px}.event-subscription-list strong{font:9px ui-monospace,monospace}.event-subscription-list small,.event-subscription-list button>span:nth-child(2),.event-subscription-list em,.event-subscription-list i{color:var(--quiet);font-size:8px;font-style:normal}.event-subscription-list i{text-align:right;color:#555}.auth-environments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.auth-environments>div{min-height:250px;padding:22px;border:1px solid var(--line);border-radius:8px}.auth-environments>div>span{color:var(--quiet);font-size:8px;letter-spacing:.08em}.auth-environments h3{margin:9px 0 6px;font-size:14px}.auth-environments p{margin:0;color:var(--muted);font-size:8px}.auth-environments dl{margin:20px 0;display:grid;grid-template-columns:90px 1fr}.auth-environments dt,.auth-environments dd{margin:0;padding:10px 0;border-bottom:1px solid var(--line);font-size:8px}.auth-environments dt{color:var(--quiet)}.auth-environments dd{color:#555}.api-monitor-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.api-monitor-grid>section{min-height:230px;padding:18px;border:1px solid var(--line);border-radius:8px}.api-monitor-grid section>span{color:var(--quiet);font-size:8px;letter-spacing:.08em}.monitor-bars{height:135px;margin-top:18px;border-bottom:1px solid var(--line);display:flex;align-items:flex-end;gap:8px}.monitor-bars i{flex:1;background:#9a9a94}.api-monitor-grid section>small{display:block;margin-top:10px;color:var(--quiet);font-size:8px}.api-monitor-grid section>button{width:100%;min-height:69px;padding:10px 0;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:1fr auto;text-align:left}.api-monitor-grid button strong{font-size:9px}.api-monitor-grid button small{grid-column:1;color:var(--quiet);font-size:8px}.api-monitor-grid button em{grid-column:2;grid-row:1/3;align-self:center;color:#666;font-size:8px;font-style:normal}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1280px) {
  .inspector.open { width: 430px; min-width: 390px; }
  .conversation-content, .composer, .context-reference, .composer-note { width: min(690px, calc(100% - 36px)); }
  .product-analysis-inner { width: calc(100% - 44px); }
  .product-analysis-columns { grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
