:root{--app-bg: #fafafb;--canvas-bg: #f5f5f7;--panel-bg: #f3f2f5;--surface: rgba(255, 255, 255, .96);--surface-strong: #ffffff;--border: #e6e8ec;--border-strong: #d7dce4;--text: #4e5661;--muted: #8d95a3;--shadow-sm: 0 4px 10px rgba(0, 0, 0, .08);--shadow-md: 0 10px 24px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:linear-gradient(180deg,var(--app-bg) 0%,var(--canvas-bg) 100%);color:var(--text);font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}button,input,select{font:inherit}.app-shell,.content-pane,.gallery-page,.table-page{min-height:100vh}.app-shell{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start}.app-frame{min-width:0;min-height:100vh}.gallery-utility-button{border:1px solid var(--border);background:#fff;color:var(--text);box-shadow:none}.content-pane{min-width:0;min-height:100vh}.side-nav{position:sticky;top:0;z-index:20;align-self:start;display:flex;flex-direction:column;align-items:center;gap:18px;height:100vh;padding:10px 0 14px;background:#fff;border-right:1px solid var(--border)}.side-nav-brand{display:flex;align-items:center;justify-content:center;min-height:52px}.side-nav-brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f3f2f5;color:var(--text);font-size:12px;font-weight:700}.side-nav-menu{display:flex;flex-direction:column;gap:10px;padding:0}.side-nav-item{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:#7f8795;text-decoration:none;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.side-nav-item:hover{background:#f5f7fa;color:#5b8ce8}.side-nav-item.is-active{background:#edf3ff;color:#5b8ce8;border-color:#dfe8fb}.side-nav-item-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto}.side-nav-item-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.side-nav-item[aria-disabled=true]{border-color:transparent}.side-nav-footer{margin-top:auto;padding-bottom:4px}.side-nav-tooltip-chip{writing-mode:vertical-rl;transform:rotate(180deg);color:var(--muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-page{position:relative;min-height:100vh}.gallery-loading{min-height:100vh;display:grid;place-items:center}.table-page{min-height:100vh;display:flex;flex-direction:column;gap:18px;padding:24px;position:relative;background:radial-gradient(circle at top left,rgba(91,140,232,.08),transparent 28%),linear-gradient(180deg,#fffffff5,#fafafbf0)}.table-loading{min-height:100vh;display:grid;place-items:center}.table-surface-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;min-height:0}.table-surface-shell.has-selection{grid-template-columns:minmax(0,1fr) 320px}.table-surface{border:1px solid var(--border);border-radius:18px;background:#fffffff0;box-shadow:var(--shadow-sm);min-height:0;overflow:hidden}.skills-table-wrap{overflow:auto;min-height:0;max-height:calc(100vh - 48px)}.skills-table{width:100%;min-width:1380px;border-collapse:separate;border-spacing:0}.skills-table-col-task{min-width:320px}.skills-table-col-meta{min-width:180px}.skills-table thead th{position:sticky;top:0;z-index:1;padding:12px 16px 14px;border-bottom:1px solid var(--border);background:#fafbfe;vertical-align:top;text-align:left}.skills-table-head{display:flex;flex-direction:column;gap:10px;min-width:0}.skills-table-head-static{gap:0}.skills-table-head-label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.skills-table-head-control{width:100%;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);font-size:12px;transition:border-color .14s ease,box-shadow .14s ease,color .14s ease}.skills-table-head-control:focus{outline:none;border-color:#5b8ce8;box-shadow:0 0 0 3px #5b8ce81f}.skills-table tbody td{padding:10px 16px;border-bottom:1px solid #eef0f4;vertical-align:middle;color:var(--text);font-size:13px;line-height:1.35}.skills-table-row{cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease}.skills-table-row:hover{background:#5b8ce808}.skills-table-row.is-selected{background:#5b8ce814}.skills-table-row:focus-visible{outline:2px solid rgba(91,140,232,.42);outline-offset:-2px}.skills-table tbody tr:last-child td{border-bottom:none}.skills-table-task,.skills-table-phase{display:flex;align-items:center;gap:12px;min-width:0}.skills-table-task-id,.skills-table-phase-code{flex:0 0 auto;min-width:44px;padding:4px 8px;border-radius:999px;background:#f1f4fa;color:#5b8ce8;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:700;text-align:center}.skills-table-primary-text,.skills-table-phase-text{min-width:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.skills-table-primary-text{color:#1f2430;font-size:14px;line-height:1.35;font-weight:600}.skills-table-phase-text{color:var(--text);font-size:13px;font-weight:400}.skills-table-badge{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.skills-table-badge-backlog{background:#edf3ff;color:#5073a2}.skills-table-badge-inactive{background:#f8ecef;color:#b35767}.skills-table-score,.skills-table-number,.skills-table-meta{color:#1f2430;font-size:13px;font-weight:600;white-space:nowrap}.skills-table-meta{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.skills-table-smes{color:var(--muted);min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skills-table-ingredients{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ingredient-badge{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;color:#fff;font-size:10px;font-weight:700;letter-spacing:.03em}.ingredient-badge-word{background:#2b579a}.ingredient-badge-excel{background:#217346}.ingredient-badge-revit{background:#0d5bd4}.ingredient-badge-procore{background:#f06d2f}.ingredient-badge-tonic{background:#5f6ad4}.ingredient-badge-bluebeam{background:#1973e8}.ingredient-badge-unifi{background:#25a18e}.ingredient-badge-speclink{background:#8a5cf6}.ingredient-badge-sheets{background:#0f9d58}.ingredient-badge-autopipe{background:#d6653a}.ingredient-badge-drive{background:#5a6a85}.ingredient-badge-generic{background:#eef1f6;border-color:#dce3ec;color:#546173}.ingredient-badge-more{background:#fff;border-color:var(--border);color:var(--muted)}.table-empty-state{min-height:320px;display:grid;place-content:center;gap:8px;padding:24px;text-align:center}.table-empty-state strong{color:#1f2430;font-size:22px;letter-spacing:-.03em}.table-empty-state span{color:var(--muted)}.table-surface-shell .canvas-inspector{position:sticky;top:24px;right:auto;width:100%;max-height:calc(100vh - 48px);margin:0}.viewport{position:relative;width:100%;min-height:100vh;overflow:hidden;touch-action:none;cursor:grab;background:radial-gradient(circle at top left,rgba(91,140,232,.06),transparent 40%),linear-gradient(180deg,#0e0e15,#12121a)}.gallery-canvas-toolbar{position:absolute;top:20px;left:24px;z-index:13;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fffffff0;box-shadow:var(--shadow-sm)}.gallery-canvas-toolbar-button,.gallery-canvas-toolbar-chip{display:inline-flex;align-items:center;min-height:36px;border:1px solid var(--border);border-radius:8px;background:#fff}.gallery-canvas-toolbar-button{gap:8px;padding:0 14px;color:var(--text);font-size:13px;font-weight:600}.gallery-canvas-toolbar-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.gallery-canvas-toolbar-button.is-active,.gallery-canvas-toolbar-chip-active{border-color:#d7e5ff;background:#edf3ff;color:#5b8ce8}.gallery-canvas-toolbar-chip{padding:0 12px;color:var(--muted);font-size:12px;font-weight:600}.gallery-toolbar{position:absolute;top:72px;left:24px;z-index:12;width:280px;display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fffffff0;box-shadow:var(--shadow-sm)}.gallery-search-panel{position:absolute;top:72px;left:24px;z-index:12;width:420px;display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fffffff5;box-shadow:var(--shadow-sm)}.gallery-search-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gallery-search-heading{display:flex;flex-direction:column;gap:2px}.gallery-search-heading strong{font-size:14px;font-weight:700}.gallery-search-heading span{color:var(--muted);font-size:12px}.gallery-search-input-shell{display:flex;align-items:center;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff}.gallery-search-input{width:100%;border:none;outline:none;background:transparent;color:var(--text);font-size:14px}.gallery-search-input::placeholder{color:#9aa3b2}.gallery-search-results{display:flex;flex-direction:column;min-height:112px}.gallery-search-status{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px dashed #d7dde7;border-radius:8px;background:#f8fafc}.gallery-search-status strong{font-size:13px;font-weight:700}.gallery-search-status span{color:var(--muted);font-size:12px;line-height:1.45}.gallery-search-status-loading{align-items:flex-start}.gallery-search-status-loading span{margin-top:2px}.gallery-search-status-error{border-color:#f2c1c1;background:#fff5f5}.gallery-search-results-list{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto}.gallery-search-result-button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);text-align:left}.gallery-search-result-button:hover{border-color:#d7e5ff;background:#f8fbff}.gallery-search-result-button strong{font-size:13px;font-weight:700}.gallery-search-result-subtitle,.gallery-search-result-footer{color:var(--muted);font-size:11px;line-height:1.45}.gallery-search-result-snippet{font-size:12px;line-height:1.5;color:#273244}.gallery-toolbar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gallery-toolbar-heading{display:flex;flex-direction:column;gap:2px}.gallery-toolbar-heading strong{font-size:14px;font-weight:700}.gallery-toolbar-heading span{color:var(--muted);font-size:12px}.gallery-toolbar-dismiss{min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);font-size:12px;font-weight:600}.gallery-toolbar-field{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:0}.gallery-toolbar-field-badges{flex:1 1 auto}.gallery-toolbar-field label{color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.gallery-toolbar-dropdown{min-width:0}.gallery-toolbar-dropdown>button{min-height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;box-shadow:none}.gallery-toolbar-summary{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;margin-left:0;padding:0}.gallery-toolbar-count{min-height:32px;padding:0 12px;justify-content:center;border-radius:999px;background:#fff;color:var(--muted);border-color:var(--border)}.gallery-toolbar-count-active{background:#edf3ff;color:#5b8ce8;border-color:#d7e5ff}.gallery-toolbar-badge-group{display:flex;flex-wrap:wrap;gap:8px}.gallery-toolbar-badge{position:relative;margin:0}.gallery-toolbar-badge input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.gallery-toolbar-badge .fui-Radio__indicator{display:none}.gallery-toolbar-badge label{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text);font-size:13px;font-weight:500;cursor:pointer}.gallery-toolbar-badge:has(input:checked) label{border-color:#d7e5ff;background:#edf3ff;color:#5b8ce8}.viewport.is-panning{cursor:grabbing}.viewport.is-panning .stage{pointer-events:none}.stage{position:absolute;inset:0 auto auto 0;transform-origin:0 0;will-change:transform}.world{position:relative}.lane{position:absolute;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:var(--lane-glow),#1a1a23;box-shadow:0 1px 2px #0006;pointer-events:none}.lane:after{content:attr(data-watermark);position:absolute;inset:auto 22px 10px auto;color:#ffffff0a;font-size:104px;font-weight:700;line-height:1}.lane-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:46px;padding:0 16px;background:var(--lane-ribbon);color:#fff}.lane-header-title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.lane-header-meta{font-size:12px;line-height:1;opacity:.9}.task{position:absolute;width:288px;height:176px;display:flex;flex-direction:column;align-items:stretch;padding:18px 20px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#16161f;box-shadow:0 1px 3px #0000002e;color:#e8e8ed;text-align:left;cursor:pointer;overflow:hidden;font-family:DM Sans,Segoe UI Variable Text,Segoe UI,system-ui,sans-serif;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.task:before{display:none}.task:hover{background:#1c1c28;transform:translateY(-1px);box-shadow:0 4px 20px #00000052}.task.selected{background:#1c1c28;border-color:#5b8ce88c;box-shadow:0 0 0 2px #5b8ce859,0 4px 20px #00000052}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.card-id{display:inline-flex;align-items:center;font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;color:#5e5e72}.card-discipline-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:5px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:none;white-space:nowrap;line-height:1}.card-discipline-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.card-title{margin:0;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:0;color:#e8e8ed;text-align:left;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;align-self:stretch}.card-footer{margin-top:auto;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.card-status{display:inline-flex;align-items:center;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#facc15;background:#facc151a;padding:4px 9px;border-radius:4px;line-height:1.4}.card-avatar{width:30px;height:30px;border-radius:50%;background:#ffffff12;border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:#5e5e72;flex-shrink:0}.selection-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;width:100%;justify-content:center}.pill{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;border:none;background:#ffffff6b;color:var(--muted);font-size:11px}.pill.soft{background:var(--card-soft);color:var(--text);border-color:transparent}.canvas-inspector{position:absolute;top:20px;right:24px;z-index:10;width:min(540px,calc(100vw - 48px));max-height:calc(100vh - 40px);padding:16px;overflow:auto;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity .16s ease,transform .16s ease}.gallery-empty-state{position:absolute;top:108px;right:24px;bottom:72px;left:24px;z-index:9;display:grid;place-content:center;gap:8px;border:1px dashed var(--border-strong);border-radius:6px;background:#ffffff73;color:var(--text);text-align:center;-webkit-backdrop-filter:none;backdrop-filter:none}.gallery-empty-state strong{font-size:22px;letter-spacing:-.03em}.gallery-empty-state span{color:var(--muted)}.gallery-page.is-panning-canvas .gallery-toolbar,.gallery-page.is-panning-canvas .gallery-canvas-toolbar,.gallery-page.is-panning-canvas .canvas-inspector,.gallery-page.is-panning-canvas .gallery-empty-state{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.gallery-utility-bar{position:absolute;right:24px;bottom:20px;z-index:11;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fffffff0;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none}.gallery-utility-button{min-height:32px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:600}.gallery-utility-chip{min-height:32px;padding:0 12px;display:inline-flex;align-items:center;border-radius:8px;background:#f7f8fa;color:var(--muted);font-size:12px}.canvas-inspector:not(.is-open){opacity:0;pointer-events:none;transform:translate(16px)}.canvas-inspector-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.canvas-inspector-kicker{font-size:12px;font-weight:600;color:var(--muted)}.canvas-inspector-title{margin:4px 0 0;font-size:21px;line-height:1.15;letter-spacing:-.03em}.canvas-inspector-close{flex:0 0 auto}.canvas-inspector .fui-Button.canvas-inspector-close,.canvas-inspector .fui-Button.btn{min-height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);box-shadow:none;font-size:13px;font-weight:600}.selection-actions .btn{flex:1 1 0}.selection-stack{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0}.selection-summary{display:flex;flex-wrap:wrap;gap:8px}.selection-summary-chip{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text);font-size:12px;font-weight:600}.selection-summary-chip-muted{color:var(--muted);font-weight:500}.selection-summary-swatch{width:8px;height:8px;border-radius:999px;flex:0 0 auto}.selection-meta{display:grid;gap:8px}.canvas-inspector-editor{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:320px}.canvas-inspector-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.canvas-inspector-editor-heading{display:flex;flex-direction:column;gap:2px}.canvas-inspector-editor-heading strong{font-size:13px;font-weight:700}.canvas-inspector-editor-heading span{color:var(--muted);font-size:12px}.canvas-inspector-editor-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.canvas-inspector-status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #d7e5ff;border-radius:999px;background:#edf3ff;color:#5b8ce8;font-size:11px;font-weight:700}.canvas-inspector-status-card{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px dashed #d7dde7;border-radius:8px;background:#f8fafc}.canvas-inspector-status-card strong{font-size:13px;font-weight:700}.canvas-inspector-status-card span{color:var(--muted);font-size:12px;line-height:1.45}.canvas-inspector-status-card-error{border-color:#f2c1c1;background:#fff5f5}.canvas-inspector-textarea{width:100%;flex:1 1 auto;min-height:360px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-family:ui-monospace,SFMono-Regular,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.55;resize:vertical}.canvas-inspector-textarea:focus{outline:2px solid #d7e5ff;outline-offset:1px}.selection-row{display:flex;flex-direction:column;gap:6px;min-height:62px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff}.selection-row label{font-size:12px;font-weight:600;color:var(--muted)}.selection-row div{color:var(--text);font-size:13px;font-weight:500;line-height:1.35;overflow-wrap:anywhere}.fui-Spinner{color:var(--text)}@media (max-width: 760px){.app-shell{grid-template-columns:1fr}.table-page{min-height:auto;padding:16px 12px;gap:14px}.table-surface-shell.has-selection{grid-template-columns:1fr}.skills-table-wrap{max-height:none}.side-nav{position:static;top:auto;flex-direction:row;align-items:center;gap:10px;height:auto;padding:12px;border-right:none;border-bottom:1px solid var(--border);overflow-x:auto}.side-nav-brand{flex:0 0 auto;min-height:0;padding:0}.side-nav-menu{flex-direction:row;gap:8px;padding:0}.side-nav-item{flex:0 0 auto;white-space:nowrap}.side-nav-footer{display:none}.gallery-page .canvas-inspector,.table-surface-shell .canvas-inspector{top:0;right:0;bottom:0;left:0;width:auto;max-height:none;margin-top:0;padding:14px;border-radius:0}.table-surface-shell .canvas-inspector{position:fixed}.gallery-canvas-toolbar{top:12px;left:12px;right:12px;flex-wrap:wrap}.gallery-toolbar{top:72px;left:12px;right:12px;width:auto;gap:10px;padding:12px}.gallery-search-panel{top:72px;left:12px;right:12px;width:auto;padding:12px}.canvas-inspector-editor{min-height:0}.canvas-inspector-textarea{min-height:40vh}.gallery-toolbar-field{flex:1 1 auto;gap:6px}.gallery-toolbar-field-badges{flex:1 1 100%}.gallery-toolbar-dropdown{min-width:0;width:100%}.gallery-toolbar-summary{min-height:0;margin-left:0;padding:0}.lane-header{min-height:44px}.gallery-empty-state{top:210px;right:12px;bottom:68px;left:12px}.gallery-utility-bar{left:12px;right:12px;bottom:12px;justify-content:space-between;flex-wrap:wrap}}
