:root{color-scheme:dark;--bg: #081018;--panel: rgba(15, 23, 33, .84);--panel-strong: rgba(12, 18, 26, .94);--line: rgba(139, 178, 219, .14);--text: #edf4ff;--muted: #98acc4;--accent: #54c6a5;--accent-2: #68b7ff;--danger: #ff8d86}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top,rgba(84,198,165,.16),transparent 28%),radial-gradient(circle at right,rgba(104,183,255,.12),transparent 22%),linear-gradient(180deg,#0a1119,#06090d)}button,input,select{font:inherit}pre,code{font-family:IBM Plex Mono,SFMono-Regular,monospace}.viewerShell{min-height:100vh;padding:20px}.authGate{min-height:100vh;display:grid;place-items:center;padding:24px}.authPanel{width:min(460px,100%);display:flex;flex-direction:column;gap:18px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--panel-strong);text-align:center}.authHeroImage{width:100%;max-height:280px;object-fit:contain;align-self:center;filter:drop-shadow(0 18px 38px rgba(0,0,0,.34))}.appBrand{display:inline-flex;align-items:center;gap:12px;min-width:0}.appBrandCompact{gap:10px}.appBrandIcon{width:38px;height:38px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 6px 12px rgba(84,198,165,.18))}.appBrandCompact .appBrandIcon{width:42px;height:42px}.authPanel h1,.appBrand h1{margin:0;color:var(--accent);font-size:1.8rem}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.topbar{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-bottom:12px}.topbarActions{display:inline-flex;align-items:center;gap:10px}.topbarBrand{min-width:0}.eyebrow{margin:0 0 8px;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;font-size:12px}.topbar h1{margin:0;color:var(--accent);font-size:clamp(1.5rem,2.1vw,2rem);line-height:1;letter-spacing:.01em}.topbarIconButton{flex-shrink:0}.apiInput{min-width:0}.controls{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.controlGroup{display:flex;flex-direction:column;gap:6px;min-width:180px}.controlGroup span{color:var(--muted);font-size:.92rem}.textInput,.selectInput{min-height:42px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--text);background:#050a10e0}.textInput{min-width:min(48vw,520px)}.workbench{display:grid;grid-template-columns:72px 396px minmax(0,1fr) 72px;gap:18px;min-height:calc(100vh - 124px);align-items:start}.workbench.workbenchBom{grid-template-columns:72px minmax(462px,32vw) minmax(0,1fr) 72px}.workbench.workbenchRightDrawerOpen{grid-template-columns:72px 396px minmax(0,1fr) var(--right-drawer-width, 360px) 72px}.workbench.workbenchBom.workbenchRightDrawerOpen{grid-template-columns:72px minmax(462px,32vw) minmax(0,1fr) var(--right-drawer-width, 360px) 72px}.workbench.drawerClosed{grid-template-columns:72px minmax(0,1fr) 72px}.workbench.drawerClosed.workbenchRightDrawerOpen{grid-template-columns:72px minmax(0,1fr) var(--right-drawer-width, 360px) 72px}.rail{display:flex;flex-direction:column;gap:10px;padding:12px 10px;border:1px solid var(--line);border-radius:22px;background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:20px}.railButton{display:flex;flex-direction:column;align-items:center;gap:6px;min-height:64px;padding:10px 8px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--muted);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.railButton:hover{background:#68b7ff14;color:var(--text)}.railButton:disabled{cursor:default;opacity:.48}.railButton:disabled:hover{background:transparent;color:var(--muted)}.railButtonActive{background:#54c6a524;color:#f4fffc;border-color:#54c6a538}.railIcon{font-size:24px}.railLabel{font-size:.74rem;letter-spacing:.04em;text-transform:uppercase}.rightRail{align-self:start;min-width:72px}.drawerShell{display:flex;flex-direction:column;gap:14px;min-height:0;max-height:calc(100vh - 124px);border:1px solid var(--line);border-radius:22px;background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.drawerShellBom{min-width:420px}.collaborationDrawerShell{align-self:start;position:sticky;top:20px;width:100%;min-width:0;max-width:100%;height:calc(100vh - 40px);min-height:620px}.rightDrawerShell{align-self:start;position:sticky;top:20px;height:calc(100vh - 40px);min-height:620px}.collaborationDrawerBody,.rightDrawerBody{min-height:0}.chatDrawerShell{position:sticky;gap:10px}.chatDrawerResizeHandle{position:absolute;top:18px;bottom:18px;left:-5px;z-index:2;width:10px;border:0;padding:0;border-radius:999px;background:transparent;cursor:col-resize}.chatDrawerResizeHandle:after{content:"";position:absolute;top:18px;bottom:18px;left:4px;width:2px;border-radius:999px;background:transparent;transition:background .12s ease}.chatDrawerResizeHandle:hover:after,.chatDrawerResizeHandle:focus-visible:after{background:#68b7ff6b}.chatDrawerHeader{padding-bottom:0}.chatThreadSubtitle{max-width:min(520px,100%);margin:4px 0 10px;overflow:hidden;color:var(--muted);font-size:.9rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.chatParticipants{display:flex;flex-wrap:wrap;gap:6px}.chatParticipants span,.chatScopePill,.chatContextChips span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(139,178,219,.12);border-radius:999px;color:#e6eef8db;background:#050a106b;font-size:.76rem}.chatParticipants span:last-child{color:#03110e;border-color:#54c6a585;background:linear-gradient(135deg,var(--accent),#7ae0cb)}.chatDrawerBody{flex:1;gap:10px;overflow:hidden}.chatThreadSummary,.chatContextStrip,.chatTimeline,.chatComposer{border:1px solid rgba(139,178,219,.12);border-radius:16px;background:#0a121dc2}.chatThreadSummary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:12px}.chatThreadSummary>div:first-child{display:flex;min-width:0;flex-direction:column;gap:6px}.chatThreadSummary strong{min-width:0;overflow:hidden;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.chatScopePill{width:fit-content;color:var(--accent);border-color:#54c6a52e}.chatAnnotationMeta{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;color:var(--muted);font-size:.84rem}.chatContextStrip{padding:0}.chatContextStrip>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;cursor:pointer;color:#e6eef8eb}.chatContextStrip>summary::marker{color:var(--accent-2)}.chatContextChips{display:flex;min-width:0;flex-wrap:wrap;justify-content:flex-end;gap:6px}.chatContextChips span{max-width:140px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.chatContextTools{display:flex;flex-wrap:wrap;gap:8px;padding:0 12px 10px}.iconTextButton{display:inline-flex;align-items:center;min-height:36px;gap:7px;padding:0 11px;border:1px solid rgba(104,183,255,.2);border-radius:11px;color:var(--text);background:#68b7ff1f;cursor:pointer;font:inherit}.iconTextButton:disabled{cursor:not-allowed;opacity:.55}.iconTextButton .material-symbols-outlined{font-size:1.05rem}.primaryIconTextButton{color:#03110e;border-color:#54c6a56b;background:linear-gradient(135deg,var(--accent),#7ae0cb)}.chatToolStatus{margin:0;padding:0 12px 10px}.chatLatestCapture{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:10px;align-items:center;margin:0 12px 10px;padding:8px;border:1px solid rgba(139,178,219,.12);border-radius:12px;background:#050a106b}.chatLatestCapture img,.chatLatestCapture>span{width:72px;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;border:1px solid rgba(139,178,219,.14)}.chatLatestCapture>span{display:grid;place-items:center;color:var(--muted)}.chatLatestCapture div{display:flex;min-width:0;flex-direction:column;gap:4px}.drawerHeader{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:18px 18px 0}.drawerHeader h2{margin:0}.drawerEyebrow{margin-bottom:6px}.drawerBody{display:flex;flex-direction:column;gap:14px;padding:0 18px 18px;overflow:auto}.iconButton{width:40px;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(139,178,219,.14);border-radius:12px;color:var(--muted);background:#050a10b3;cursor:pointer}.iconButton:hover{color:var(--text);background:#68b7ff14}.iconButton:disabled{cursor:default;opacity:.72}.canvasPanel,.panel{border:1px solid var(--line);border-radius:22px;background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.viewportFallback{display:grid;place-items:center;min-height:480px}.viewportFallbackPanel{width:min(420px,100%);display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--panel-strong)}.viewportFallbackPanel h2{margin:0;font-size:1rem}.panel{padding:18px}.panel h2{margin:0 0 12px;font-size:1rem}.panelHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.jobFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto}.jobActions{display:flex;align-items:center;justify-content:end;gap:10px;flex-wrap:wrap;flex-shrink:0}.jobTitle{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.panelHeader h2{margin:0}.drawerCard{padding:0;overflow:hidden}.drawerCardToggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.drawerCardToggle:hover{background:#68b7ff0d}.drawerCardTitle{font-size:1rem;font-weight:600;line-height:1.2}.drawerCardMeta{display:inline-flex;align-items:center;gap:10px;min-width:0}.drawerCardChevron{color:var(--muted);font-size:20px}.drawerCardBody{padding:0 18px 18px;border-top:1px solid rgba(139,178,219,.08)}.metadataList{display:flex;flex-direction:column;gap:10px}.metadataRow{display:grid;grid-template-columns:minmax(104px,132px) minmax(0,1fr);gap:12px;align-items:start}.metadataLabel{color:var(--muted);font-size:.82rem;line-height:1.3;text-transform:uppercase;letter-spacing:.08em}.metadataValue{min-width:0;color:var(--text);line-height:1.35;word-break:break-word}.metadataValue code{word-break:break-all}.partThumbnailPanel{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.partThumbnailFrame{display:grid;place-items:center;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgba(139,178,219,.12);border-radius:14px;background:#d8dde3}.partThumbnailImage{width:100%;height:100%;object-fit:contain}.partThumbnailPlaceholder{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(139,178,219,.12);border-radius:18px;color:#aec4ddb8;background:#8bb2db0f}.partThumbnailPlaceholder .material-symbols-outlined{font-size:32px}.partThumbnailActions{display:flex;align-items:center;justify-content:space-between;gap:12px}.partThumbnailActions p{text-align:right;font-size:.82rem}.partThumbnailArtifact{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.aggregateList{display:flex;flex-direction:column;gap:10px}.aggregateItem{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid rgba(139,178,219,.08);border-radius:14px;background:#050a1057}.colorSwatch{width:18px;height:18px;border:1px solid rgba(237,244,255,.28);border-radius:999px;background:#98acc473;margin-top:2px}.aggregateItemBody{min-width:0}.aggregateItemHeader{display:flex;justify-content:space-between;gap:10px;min-width:0}.aggregateItemHeader strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aggregateItemMeta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px}.rawMetadataCard{padding:12px}.rawMetadataList{display:flex;flex-direction:column;gap:14px;margin-top:12px}.rawMetadataField{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid rgba(139,178,219,.08)}.rawMetadataField:last-child{padding-bottom:0;border-bottom:0}.rawMetadataKey{color:var(--muted);font-size:.78rem;line-height:1.25;text-transform:uppercase;letter-spacing:.08em;word-break:break-word}.rawMetadataValue{min-width:0;color:var(--text);line-height:1.35;word-break:break-word}.compactText{margin:0}.debugTraceList{display:flex;flex-direction:column;gap:10px;margin-top:12px}.debugTraceCard{border:1px solid rgba(139,178,219,.12);border-radius:14px;background:#060b12c2;overflow:hidden}.debugTraceCard summary{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;list-style:none}.debugTraceCard summary::-webkit-details-marker{display:none}.debugTraceMeta{color:var(--muted);font-size:.78rem;min-width:72px}.debugTracePayload{max-height:220px;border-top-left-radius:0;border-top-right-radius:0}.treePanel{flex:1;overflow:auto}.treeNode+.treeNode{margin-top:4px}.treeList{margin-top:14px}.treeChildren{margin-left:14px;padding-left:14px;border-left:1px solid rgba(139,178,219,.12)}.treeRow{display:flex;align-items:stretch;gap:8px}.treeToggle{width:28px;min-width:28px;border:0;border-radius:10px;color:var(--accent-2);background:#68b7ff14;cursor:pointer}.treeToggleSpacer{background:transparent;cursor:default}.treeButton{flex:1;min-width:0;display:flex;align-items:start;padding:9px 10px;border:0;border-radius:12px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.treeText{min-width:0;display:flex;flex-direction:column;gap:2px}.treeButton:hover{background:#68b7ff14}.treeButton.selected{background:#59a7ff33;box-shadow:inset 0 0 0 1px #77c1ff6b;color:#f7fbff}.treeButtonHidden{opacity:.66}.treeMeta{color:#d2e2f6d1;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.treeMetaToggle{align-self:stretch;border-radius:12px;border:1px solid rgba(120,158,194,.2);background:#101823b8;padding:9px 10px;cursor:pointer}.treeMetaVisible{color:#9ce4bb;border-color:#4cb57b6b;box-shadow:inset 0 0 0 1px #4cb57b1f}.treeMetaHidden{color:#d2e2f6b8;border-color:#789ec22e}.treeMetaIsolated{color:#ffe8b5;border-color:#ffbf6375;box-shadow:inset 0 0 0 1px #ffbf6324;background:#ffbf6314}.treeLabel{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.treeSubLabel{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);font-size:.82rem}.treeContextMenu{position:fixed;z-index:50;min-width:200px;padding:10px;border:1px solid rgba(139,178,219,.18);border-radius:14px;background:#080e16f5;box-shadow:0 18px 36px #0000005c}.treeContextMenuTitle{margin:0 0 8px;color:#d2e2f6d1;font-size:.82rem;line-height:1.3}.treeContextMenuAction{width:100%;justify-content:flex-start;min-height:38px;padding:0 12px;border:1px solid rgba(104,183,255,.22);border-radius:12px;background:#68b7ff1a;color:#eff7ff;text-align:left;cursor:pointer}.treeContextMenuAction:hover{background:#68b7ff29}.formSurfaceBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:24px;background:#04090f94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.formSurfacePanel{width:min(720px,100%);max-height:min(88vh,920px);display:flex;flex-direction:column;border:1px solid rgba(139,178,219,.14);border-radius:22px;background:#0a1018fa;box-shadow:0 26px 60px #0000006b;overflow:hidden}.formSurfaceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px 16px;border-bottom:1px solid rgba(139,178,219,.1)}.formSurfaceTitleBlock{min-width:0}.formSurfaceTitleBlock h2{margin:2px 0 6px}.formSurfaceBody{padding:18px 20px;overflow:auto}.formSurfaceFooter{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 20px 20px;border-top:1px solid rgba(139,178,219,.1)}.capturePreviewPanel{width:min(960px,calc(100vw - 48px))}.capturePreviewPanel .formSurfaceFooter{justify-content:center}.capturePreviewBody{display:flex;flex-direction:column;gap:12px;align-items:center}.capturePreviewImage{width:100%;max-height:min(68vh,720px);object-fit:contain;border:1px solid rgba(139,178,219,.14);border-radius:14px;background:#071018}.capturePreviewPlaceholder{width:100%;min-height:280px;display:grid;place-items:center;gap:8px;padding:28px;border:1px solid rgba(139,178,219,.14);border-radius:14px;color:var(--muted);background:#050a1080;text-align:center}.capturePreviewPlaceholder p{margin:0}.capturePreviewUri{width:100%;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.aboutDialogPanel{width:min(880px,calc(100vw - 48px))}.aboutDialogBody{display:flex;flex-direction:column;gap:18px}.aboutHero{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;align-items:center;padding:16px;border:1px solid rgba(139,178,219,.12);border-radius:16px;background:#050a1073}.aboutHero img{width:160px;aspect-ratio:1;object-fit:cover;border:1px solid rgba(139,178,219,.16);background:#030812}.aboutHeroCopy{min-width:0}.aboutHeroCopy h3,.aboutSectionHeader h3{margin:0 0 8px}.aboutHeroCopy p{margin:0;color:var(--muted);line-height:1.45}.aboutCreditGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.aboutCreditGrid>div{min-width:0;display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid rgba(139,178,219,.12);border-radius:14px;background:#080e16a3}.aboutCreditGrid strong{overflow-wrap:anywhere}.aboutLicenses{display:flex;flex-direction:column;gap:10px}.aboutSectionHeader{display:flex;align-items:start;justify-content:space-between;gap:14px}.aboutLicenseGroups{display:flex;flex-direction:column;gap:10px}.aboutLicenseGroup{border:1px solid rgba(139,178,219,.12);border-radius:14px;background:#050a1073;overflow:hidden}.aboutLicenseGroup summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:var(--text);cursor:pointer}.aboutLicenseGroup>p{margin:0;padding:0 14px 12px}.aboutLicenseList{max-height:260px;overflow:auto;border-top:1px solid rgba(139,178,219,.1)}.aboutLicenseRow{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(96px,.7fr);gap:12px;padding:9px 14px;border-bottom:1px solid rgba(139,178,219,.08)}.aboutLicenseRow:last-child{border-bottom:0}.aboutLicenseRow span,.aboutLicenseRow a{min-width:0;color:var(--muted);overflow-wrap:anywhere}.aboutLicenseRow a{color:var(--accent-2);text-decoration:none}.aboutLicenseRow a:hover{color:var(--text)}.aboutLicenseRow p{margin:4px 0 0}.stackForm{display:flex;flex-direction:column;gap:12px}.inlineRow{display:flex;gap:12px;align-items:end}.grow{flex:1}.formTextarea{min-height:128px;resize:vertical;font:inherit}.annotationFormGrid{align-items:stretch}.annotationEditorSummary{margin-top:4px;padding:12px 14px;border-radius:14px;border:1px solid rgba(139,178,219,.1);background:#050a106b}.fileInput{min-height:42px;border:1px dashed var(--line);border-radius:12px;padding:10px 12px;color:var(--muted);background:#050a10e0}.checkboxRow{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.92rem}.checkboxRow input{margin:0}.actionButton,.linkButton{border:0;border-radius:12px;cursor:pointer;font:inherit}.actionButton{min-height:42px;padding:0 16px;color:#051116;background:linear-gradient(135deg,var(--accent),#7ae0cb)}.actionButton:disabled,.linkButton:disabled{opacity:.55;cursor:not-allowed}.secondaryButton{color:var(--text);background:#68b7ff24;border:1px solid rgba(104,183,255,.2)}.linkButton{padding:0;color:var(--accent-2);background:transparent}.dangerLink{color:var(--danger)}.openIconButton,.addIconButton,.dangerIconButton{width:36px;min-width:36px;height:36px;padding:0}.openIconButton{color:#deecffd1}.addIconButton{color:var(--accent)}.dangerIconButton{color:var(--danger)}.openIconButton:hover{background:#8bb2db1f}.addIconButton:hover{background:#54c6a51f}.dangerIconButton:hover{background:#ff8d861f}.statusPill{display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:6px 10px;border-radius:999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.stateDone{color:#dffaf2;background:#54c6a52e}.stateRunning{color:#ebf4ff;background:#68b7ff2e}.stateError{color:#fff1ee;background:#ff8d862e}.stateUnknown{color:#eff5ff;background:#8bb2db29}.stateWarn{color:#fff4d6;background:#ffbf632e}.helperText{margin:10px 0 0}.toolbarGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.toolbarFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.toolbarFooterCompact{margin-top:10px}.jobList{display:flex;flex-direction:column;gap:10px}.openFileFilters{margin-bottom:12px}.openFileFilters .textInput{width:100%;min-width:0}.openFileList{margin-top:10px}.openRecentToolbar{margin-bottom:12px}.openFileTags{display:flex;flex-wrap:wrap;gap:6px}.assemblyTagManager{display:flex;flex-direction:column;gap:12px}.assemblyTagSet{display:flex;flex-wrap:wrap;gap:8px}.assemblyTagChip,.assemblyTagSuggestion{display:inline-flex;align-items:center;gap:6px;min-height:30px;max-width:100%;padding:0 10px;border-radius:999px;border:1px solid rgba(84,198,165,.18);color:#dffaf2;background:#54c6a51f;font-size:.8rem;letter-spacing:.03em;overflow-wrap:anywhere}.assemblyTagChip button{width:20px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;color:var(--muted);background:#050a107a;cursor:pointer}.assemblyTagChip button:hover{color:var(--text);background:#ff8d8629}.assemblyTagChip .material-symbols-outlined,.assemblyTagSuggestion .material-symbols-outlined{font-size:16px}.assemblyTagForm{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.assemblyTagForm .textInput{width:100%;min-width:0}.assemblyTagSuggestions{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid rgba(139,178,219,.12)}.assemblyTagSuggestion{color:var(--accent-2);background:#68b7ff14;border-color:#68b7ff29;cursor:pointer}.assemblyTagSuggestion:hover{color:var(--text);background:#68b7ff24}.viewList{display:flex;flex-direction:column;gap:10px}.jobCard,.viewCard{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:12px;border:1px solid rgba(139,178,219,.1);border-radius:14px;background:#050a108c}.viewCardActive{border-color:#54c6a53d;background:#54c6a514}.jobCopy{min-width:0;width:100%;display:flex;flex-direction:column;gap:8px;flex:1}.viewCopy{min-width:0;width:100%}.jobHeader{display:flex;align-items:center;gap:10px;justify-content:flex-start}.viewHeader{display:flex;align-items:center;gap:10px;justify-content:space-between}.jobCard strong,.viewCard strong{display:block;margin-bottom:4px}.jobMeta{margin:0}.jobStatusRow{display:flex;justify-content:flex-start;align-items:center;flex-shrink:0}.jobDetail{margin:8px 0 0}.viewActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:end;width:100%;margin-top:10px}.annotationList{display:flex;flex-direction:column;gap:10px}.annotationOverlayPanel{padding-bottom:14px}.annotationOverlayToggle{min-height:34px}.annotationLayersPanel{padding:14px 16px}.annotationLayersHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.annotationLayersHeader h2{margin:0 0 4px}.annotationLayersHeaderActions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.annotationLayersPanel>.annotationList{margin-top:12px;padding-top:12px;border-top:1px solid rgba(139,178,219,.08)}.annotationCard{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid rgba(139,178,219,.1);border-radius:12px;background:#050a108c}.annotationLayerCard{gap:8px}.annotationItemCard{gap:10px;background:#050a109e}.annotationCardHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.annotationCardTitleBlock{min-width:0;flex:1}.annotationCardTitleRow{display:flex;align-items:flex-start;min-width:0;gap:9px}.annotationCardIcon{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;border:1px solid rgba(104,183,255,.16);border-radius:10px;color:var(--muted);background:#68b7ff14}.annotationCardIconVisible{color:#dffaf2;border-color:#54c6a538;background:#54c6a51f}.annotationCardIcon .material-symbols-outlined{font-size:1.05rem}.annotationCardTitleBlock strong{display:-webkit-box;min-width:0;margin-bottom:6px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.25;overflow-wrap:anywhere}.annotationItemHeader{display:flex;flex-direction:column;gap:8px}.annotationTitleLine{display:flex;align-items:center;min-width:0;gap:9px;padding:8px;border:1px solid rgba(84,198,165,.16);border-radius:12px;background:linear-gradient(135deg,#54c6a521,#68b7ff0f)}.annotationTitleLine strong{display:block;min-width:0;overflow:hidden;font-size:.96rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.annotationItemToolbar{display:flex;align-items:center;justify-content:space-between;gap:8px}.annotationItemToolbar .statusPill{min-width:auto;padding:5px 9px;font-size:.7rem;letter-spacing:.1em}.annotationMetaRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.annotationActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.annotationIconButton{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;border:1px solid rgba(104,183,255,.16);border-radius:9px;padding:0;color:var(--muted);background:#68b7ff14;cursor:pointer}.annotationIconButton:hover{color:var(--text);background:#68b7ff24}.annotationIconButton:disabled{cursor:not-allowed;opacity:.38}.annotationIconButtonSuccess{color:#dffaf2;border-color:#54c6a538;background:#54c6a51f}.annotationIconButtonSuccess:hover{background:#54c6a52e}.annotationIconButtonDanger{color:#ffb5ae;border-color:#ff8d8633;background:#ff8d8614}.annotationIconButtonDanger:hover{color:#ffe8e5;background:#ff8d8624}.annotationIconButton .material-symbols-outlined{font-size:1rem}.annotationMetadataList{display:flex;flex-direction:column;gap:0;padding-top:4px}.annotationMetadataRow{display:flex;flex-direction:column;gap:6px;padding:8px 0;border-top:1px solid rgba(139,178,219,.08)}.annotationMetadataLabel{color:var(--muted);font-size:.74rem;line-height:1.2;text-transform:uppercase;letter-spacing:.12em}.annotationMetadataValue{min-width:0;color:var(--text);line-height:1.35;overflow-wrap:anywhere}.annotationBody{white-space:pre-wrap;overflow-wrap:anywhere}.annotationTags{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.annotationTag{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;color:#dffaf2;background:#54c6a524;border:1px solid rgba(84,198,165,.2);font-size:.78rem;letter-spacing:.04em}.annotationHoverHint{position:fixed;z-index:55;width:min(340px,calc(100vw - 24px));padding:12px 14px;border-radius:14px;border:1px solid rgba(139,178,219,.14);background:#080e16f5;box-shadow:0 18px 36px #00000057;pointer-events:none}.annotationHoverHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.annotationHoverHeader strong{display:block;min-width:0;line-height:1.25}.annotationHoverHint p{margin:0;color:#e6eef8e0;line-height:1.4;white-space:pre-wrap}.collaborationMessagesPanel{display:flex;flex-direction:column;gap:14px;min-height:420px}.chatTimeline{flex:1;min-height:0;padding:12px;overflow:hidden}.collaborationMessageList{display:flex;flex-direction:column;gap:10px;min-height:0;height:100%;overflow:auto;scrollbar-color:rgba(174,194,219,.62) rgba(5,10,16,.22);scrollbar-width:thin}.collaborationMessageList::-webkit-scrollbar{width:6px}.collaborationMessageList::-webkit-scrollbar-track{background:#050a1038}.collaborationMessageList::-webkit-scrollbar-thumb{border-radius:999px;background:#aec2db9e}.collaborationMessage{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;border:1px solid rgba(139,178,219,.12);background:#050a1080}.collaborationMessageHuman{border-color:#54c6a52e;background:#54c6a514}.collaborationMessageAi{border-color:#68b7ff33;background:#68b7ff14}.collaborationMessageSystem{border-color:#8bb2db1f;background:#8bb2db0f}.collaborationMessageHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.collaborationMessage p{margin:0;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.collaborationMarkdown{display:flex;flex-direction:column;gap:8px;line-height:1.45;overflow-wrap:anywhere}.collaborationMarkdown :is(h1,h2,h3,h4,p,ul,ol,pre,blockquote,table){margin:0}.collaborationMarkdown h1,.collaborationMarkdown h2,.collaborationMarkdown h3,.collaborationMarkdown h4{color:#f4f9ff;line-height:1.24}.collaborationMarkdown h1{font-size:1.02rem}.collaborationMarkdown h2,.collaborationMarkdown h3{font-size:.98rem}.collaborationMarkdown h4{font-size:.94rem}.collaborationMarkdown ul,.collaborationMarkdown ol{display:flex;flex-direction:column;gap:4px;padding-left:18px}.collaborationMarkdown li{padding-left:2px}.collaborationMarkdown a{color:var(--accent-2)}.collaborationMarkdown code{padding:1px 5px;border:1px solid rgba(139,178,219,.14);border-radius:6px;background:#050a109e;color:#d7e8ff}.collaborationMarkdown pre{max-width:100%;overflow:auto;padding:10px;border:1px solid rgba(139,178,219,.14);border-radius:10px;background:#050a10b8}.collaborationMarkdown pre code{padding:0;border:0;background:transparent}.collaborationMarkdown blockquote{padding-left:10px;border-left:3px solid rgba(84,198,165,.36);color:#e6eef8d1}.collaborationMarkdown table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}.collaborationMarkdown th,.collaborationMarkdown td{padding:6px 8px;border:1px solid rgba(139,178,219,.16);text-align:left}.chatComposer{gap:10px;padding:12px}.chatComposerInput{gap:6px}.chatComposerInput .formTextarea{min-height:84px;resize:vertical}.chatComposerFooter{display:flex;align-items:center;justify-content:space-between;gap:12px}.chatComposerActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.viewerActionsPanel{display:flex;flex-direction:column;gap:12px}.viewerActionsToolbar{align-items:center;flex-wrap:wrap}.viewerActionsToolbar .actionButton{display:inline-flex;align-items:center;gap:8px}.viewerActionsToolbar .material-symbols-outlined{font-size:1.1rem}.viewerSnapshotList{display:flex;flex-direction:column;gap:10px}.viewerSnapshotCard{display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid rgba(139,178,219,.12);border-radius:12px;background:#050a1070}.viewerSnapshotCard img,.viewerSnapshotPlaceholder{width:104px;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;border:1px solid rgba(139,178,219,.14);background:#091018}.viewerSnapshotPlaceholder{display:grid;place-items:center;color:var(--muted)}.viewerSnapshotCard div{display:flex;min-width:0;flex-direction:column;gap:4px}.viewerSnapshotCard span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewerSnapshotAttachButton{justify-self:start;font-size:.84rem}.messageAttachmentList{display:flex;flex-wrap:wrap;gap:6px}.messageAttachmentActions{display:inline-flex;align-items:center;width:fit-content;max-width:100%;gap:4px;padding:5px;border:1px solid rgba(139,178,219,.12);border-radius:12px;color:#e6eef8e0;background:#050a106b}.messageIconAction{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;border:1px solid rgba(104,183,255,.16);border-radius:9px;padding:0;color:var(--muted);background:#68b7ff14;cursor:pointer;text-decoration:none}.messageIconAction:hover{color:var(--text);background:#68b7ff24}.messageIconAction .material-symbols-outlined{font-size:1.05rem}.messageAttachmentMeta{max-width:96px;padding:0 6px;overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.composerAttachment{display:grid;grid-template-columns:72px minmax(0,1fr) 36px;gap:10px;align-items:center;padding:8px;border:1px solid rgba(84,198,165,.22);border-radius:12px;background:#54c6a514}.composerAttachment img{width:72px;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;border:1px solid rgba(84,198,165,.2)}.composerAttachment>span{display:grid;place-items:center;width:72px;aspect-ratio:16 / 9;border-radius:8px;color:var(--muted);background:#050a1066}.composerAttachment div{display:flex;min-width:0;flex-direction:column;gap:4px}.aiContextPanel{display:flex;flex-direction:column;gap:12px}.aiContextDetails{border-top:1px solid rgba(139,178,219,.1);padding-top:10px}.aiContextDetails summary{cursor:pointer;color:var(--accent-2);font-size:.9rem}.aiContextDetails pre{max-height:280px;margin:10px 0 0;padding:12px;overflow:auto;border:1px solid rgba(139,178,219,.12);border-radius:10px;color:#e6eef8e0;background:#050a109e;font-size:.76rem;line-height:1.45;white-space:pre-wrap}.collaborationComposer{margin-top:auto}.infoCard{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(139,178,219,.12);background:#050a1080}.infoCard strong,.infoCard p{margin:0}.infoCard p+p{margin-top:6px}.infoCardOk{border-color:#54c6a538;background:#54c6a51a}.infoCardWarn,.infoCardNear{border-color:#68b7ff3d;background:#68b7ff1a}.infoCardOver{border-color:#ff8d8647;background:#ff8d861a}.infoCardUnknown{border-color:#8bb2db29}.warningList{display:flex;flex-direction:column;gap:8px;margin-top:12px}.warningCard{padding:10px 12px;border-radius:12px;color:#ffe9e5;border:1px solid rgba(255,141,134,.18);background:#ff8d8614}.assemblyNoticeCard{padding:10px 12px;border-radius:12px;color:var(--muted);border:1px solid rgba(139,178,219,.12);background:transparent}.canvasPanel{overflow:hidden;display:flex;flex-direction:column;align-self:start;position:sticky;top:20px;height:calc(100vh - 40px);min-height:620px}.canvasHeader{display:grid;grid-template-columns:minmax(280px,34%) minmax(0,1fr);gap:16px;padding:18px 18px 0}.viewportIdentity{min-width:0;display:flex;flex-direction:column;gap:12px}.viewportTitleBlock h2{margin:0 0 6px;font-size:1.7rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viewportStatusBar{display:flex;align-items:center;gap:12px;min-height:40px;padding:10px 12px;border:1px solid rgba(139,178,219,.1);border-radius:14px;background:#060b128f}.viewportStatusText{min-width:0;flex:1;color:#e2edfbe0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viewportToolbar{min-width:0;display:flex;flex-direction:column;gap:10px}.viewportToolbarPrimary,.viewportToolbarSecondary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.viewportToolbarSecondary{min-height:44px}.toolbarGroup{display:inline-flex;align-items:center;gap:8px;padding-left:10px;border-left:1px solid rgba(139,178,219,.12)}.toolbarGroup:first-child{padding-left:0;border-left:0}.toolbarIconButton{width:40px;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(139,178,219,.16);border-radius:12px;color:#e8f1fce0;background:#0a111ceb;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.toolbarIconButton:hover{color:#f7fbff;background:#68b7ff1a;border-color:#68b7ff3d}.toolbarIconButton:disabled{opacity:.45;cursor:not-allowed}.toolbarIconButtonActive{color:#edfffa;background:#54c6a529;border-color:#54c6a54d}.toolbarIconGlyph{font-size:20px}.compactControl{min-width:124px}.compactControl span,.explodeControl span{font-size:.78rem}.compactSelect{min-width:132px;min-height:36px;padding:8px 10px}.pmiPlanePicker{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 10px;border-radius:12px;border:1px solid rgba(104,183,255,.2);background:#68b7ff14;color:var(--muted)}.pmiPlanePicker span{color:var(--accent-2);font-size:.86rem}.pmiPlaneSelect{min-width:112px;min-height:38px;padding:6px 8px;border:0;background:transparent;color:var(--text)}.pmiPlaneSelect option{color:var(--text);background:#070e18fa}.annotationDraftBar{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:12px;border:1px solid rgba(84,198,165,.22);background:#54c6a514}.explodeControl{min-width:180px}.rangeInput{width:180px;accent-color:var(--accent-2)}.smallButton{min-height:36px;padding:0 12px}.toggleButtonActive{color:#f4fffc;background:#54c6a52e;border:1px solid rgba(84,198,165,.28)}.viewport{width:100%;flex:1;min-height:0}.muted{color:var(--muted)}.errorText{color:var(--danger)}pre{margin:0;max-height:260px;overflow:auto;padding:14px;border-radius:16px;background:var(--panel-strong);border:1px solid rgba(139,178,219,.08)}@media (max-width: 980px){.viewerShell{padding:14px}.topbar{flex-direction:column;align-items:stretch}.topbarActions{justify-content:flex-end}.workbench,.workbench.workbenchRightDrawerOpen,.workbench.workbenchBom.workbenchRightDrawerOpen,.workbench.drawerClosed.workbenchRightDrawerOpen{grid-template-columns:1fr}.rail,.rightRail{position:static;flex-direction:row;justify-content:stretch;overflow:auto;min-width:0}.railButton{flex:1;min-width:88px}.drawerShell{max-height:none}.drawerShellBom{min-width:0}.collaborationDrawerShell,.rightDrawerShell{position:static;width:auto;max-width:none;height:auto;min-height:0;resize:none}.textInput,.inlineRow{min-width:0;width:100%}.textInput,.inlineRow,.actionButton,.secondaryButton{width:100%}.inlineRow{flex-direction:column;align-items:stretch}.textInput,.selectInput,.fileInput{min-width:0;width:100%}.toolbarGrid{grid-template-columns:1fr}.toolbarFooter{flex-direction:column;align-items:stretch}.canvasHeader{grid-template-columns:1fr}.viewportToolbarPrimary,.viewportToolbarSecondary{justify-content:flex-start}.toolbarGroup{padding-left:0;border-left:0}.viewportStatusBar{flex-direction:column;align-items:flex-start}.canvasPanel,.viewport{min-height:420px}.aboutHero,.aboutCreditGrid,.aboutLicenseRow{grid-template-columns:1fr}.aboutHero img{width:min(180px,100%)}.canvasPanel{position:static;height:auto}.rangeInput,.compactSelect{width:100%}}
