:root{--bg:#fff;--bg-muted:#f8fafc;--bg-subtle:#f1f5f9;--border:#e2e8f0;--border-strong:#cbd5e1;--fg:#0f172a;--fg-muted:#64748b;--fg-subtle:#94a3b8;--primary:#0f172a;--accent:#4f46e5;--accent-soft:#eef2ff;--success:#16a34a;--warn:#d97706;--danger:#dc2626;--shadow-sm:0 1px 2px #0f172a0d;--shadow:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-lg:0 18px 50px #0f172a29, 0 4px 12px #0f172a14;--font-sans:"Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{font-family:var(--font-sans);color:var(--fg);-webkit-font-smoothing:antialiased;background:#eef0ed}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell,.workspace,.form-page,.client-page,.settings-page{min-height:100vh}.empty-app{padding:40px}.workspace{background:var(--bg);flex-direction:column;height:100vh;display:flex}.topbar{border-bottom:1px solid var(--border);background:var(--bg);grid-template-columns:minmax(220px,1fr) minmax(0,460px) minmax(220px,1fr);align-items:center;gap:16px;height:56px;padding:0 14px;display:grid}.topbar-zone{align-items:center;gap:8px;min-width:0;display:flex}.topbar-zone.center{justify-content:center}.topbar-zone.end{justify-content:flex-end}.brand-mark{background:var(--primary);color:#fff;border-radius:7px;flex:none;place-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:grid}.workspace-switcher{min-width:0;position:relative}.workspace-trigger{max-width:260px;min-height:36px;color:var(--fg);background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:9px;padding:4px 10px 4px 6px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s;display:inline-flex}.workspace-trigger:hover{background:var(--bg-muted)}.workspace-trigger.open{background:var(--bg-subtle);border-color:var(--border)}.workspace-trigger .workspace-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-trigger svg{color:var(--fg-muted);flex:none}.search-box{align-items:center;width:100%;max-width:460px;display:flex;position:relative}.search-box svg{color:var(--fg-subtle);pointer-events:none;position:absolute;left:11px}.search-box input{border:1px solid var(--border);background:var(--bg-muted);width:100%;height:36px;color:var(--fg);border-radius:9px;outline:none;padding:0 56px 0 32px;transition:background .12s,border-color .12s,box-shadow .12s}.search-box input::placeholder{color:var(--fg-subtle)}.search-box input:hover{background:var(--bg-subtle)}.search-box input:focus,textarea:focus,input:focus{background:#fff;border-color:#818cf8;box-shadow:0 0 0 3px #818cf82e}.search-clear{background:var(--bg-subtle);width:22px;height:22px;color:var(--fg-muted);border:0;border-radius:999px;place-items:center;display:grid;position:absolute;right:8px}.search-clear:hover{background:var(--border);color:var(--fg)}.kbd-hint{border:1px solid var(--border);height:20px;color:var(--fg-muted);font:600 10px var(--font-mono);pointer-events:none;background:#fff;border-radius:5px;place-items:center;padding:0 6px;display:inline-grid;position:absolute;right:8px}.kbd-hint.dark{color:#ffffffd9;background:#ffffff29;border-color:#ffffff38;margin-left:4px;position:static}.btn,.icon-btn,.back-btn{border:1px solid var(--primary);background:var(--primary);color:#fff;border-radius:8px;align-items:center;gap:7px;min-height:32px;padding:0 12px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s,color .12s,box-shadow .12s,transform 40ms;display:inline-flex}.btn:hover{background:#1e293b;border-color:#1e293b}.btn:active{transform:translateY(1px)}.btn.secondary,.icon-btn,.back-btn{background:var(--bg);color:var(--fg);border-color:var(--border-strong)}.btn.secondary:hover,.icon-btn:hover,.back-btn:hover{background:var(--bg-muted);border-color:var(--fg-subtle)}.btn.ghost{color:var(--fg-muted);background:0 0;border-color:#0000;padding:0 10px}.btn.ghost:hover{background:var(--bg-muted);color:var(--fg)}.btn.ghost.active{background:var(--accent-soft);color:#3730a3}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary.new-btn{padding-right:8px}.btn:disabled{opacity:.45;cursor:not-allowed}.icon-btn{justify-content:center;width:32px;padding:0}.badge-count{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;display:inline-grid}.popover{z-index:80;border:1px solid var(--border);min-width:240px;box-shadow:var(--shadow-lg);background:#fff;border-radius:12px;padding:6px;animation:.12s ease-out popIn;position:absolute}.popover-divider{background:var(--border);height:1px;margin:6px -6px}.popover-action{width:100%;min-height:32px;color:var(--fg);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;padding:0 9px;font-size:13px;font-weight:600;display:flex}.popover-action svg{color:var(--fg-muted);flex:none}.popover-action:hover{background:var(--bg-muted)}.popover-action.accent,.popover-action.accent svg{color:var(--accent)}.workspace-popover{width:300px;top:calc(100% + 6px);left:0}.popover-search{background:var(--bg-muted);border-radius:8px;align-items:center;gap:7px;margin-bottom:4px;padding:6px 9px;display:flex}.popover-search svg{color:var(--fg-subtle)}.popover-search input{height:26px;color:var(--fg);background:0 0;border:0;outline:none;flex:1;font-size:13px}.popover-list{flex-direction:column;gap:1px;max-height:280px;padding:2px 0;display:flex;overflow:auto}.popover-row{min-height:34px;color:var(--fg);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;padding:0 9px;font-size:13px;font-weight:600;display:flex}.popover-row:hover{background:var(--bg-muted)}.popover-row.current{background:var(--accent-soft);color:#3730a3}.popover-row.current svg{color:var(--accent)}.popover-row-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.project-avatar-sm{border-radius:6px;flex:none;place-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:grid}.popover-empty{color:var(--fg-muted);text-align:center;padding:14px 10px;font-size:12px}.filter-wrap{position:relative}.filter-popover{width:320px;padding:12px;top:calc(100% + 6px);right:0}.filter-head,.section-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.segmented{background:var(--bg-subtle);border-radius:9px;gap:3px;padding:3px;display:inline-flex}.segmented button{min-height:28px;color:var(--fg-muted);background:0 0;border:0;border-radius:7px;padding:0 10px;font-weight:700}.segmented.small button{min-height:23px;font-size:11px}.segmented button.active{color:var(--fg);box-shadow:var(--shadow-sm);background:#fff}.filter-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.filter-tags button{border:1px solid var(--border);background:var(--bg-muted);border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;display:inline-flex}.filter-tags button.chosen{background:var(--accent-soft);color:#3730a3;border-color:#a5b4fc}.filter-tags span,.tag-dot{border-radius:999px;width:7px;height:7px}.filter-foot{border-top:1px solid var(--border);color:var(--fg-muted);justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;font-size:12px;display:flex}.link-btn{color:var(--accent);background:0 0;border:0;padding:0;font-size:12px;font-weight:700}.link-btn:hover{text-decoration:underline}.avatar-menu{position:relative}.avatar-trigger{background:0 0;border:1px solid #0000;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;transition:background .12s,border-color .12s;display:grid}.avatar-trigger:hover{background:var(--bg-muted)}.avatar-trigger.open{background:var(--bg-subtle);border-color:var(--border)}.avatar-popover{width:240px;top:calc(100% + 6px);right:0}.popover-user{align-items:center;gap:10px;padding:10px 9px 8px;display:flex}.popover-user div{flex-direction:column;gap:2px;min-width:0;display:flex}.popover-user strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.popover-user span{color:var(--fg-muted);font-size:11px}.status-head em span{background:var(--success);border-radius:999px;width:7px;height:7px;animation:1.6s infinite pulse}.kanban-scroll{background:#fafbfc;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow:auto}.kanban-column{border:1px solid var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;flex:252px;min-width:240px;max-width:320px;transition:background .15s,border-color .15s;display:flex;overflow:hidden}.kanban-column.over{background:#eef2ff;border-color:#818cf8}.column-head{border-bottom:1px solid var(--border);align-items:center;gap:9px;min-height:52px;padding:10px 12px;display:flex}.column-head div{flex-direction:column;gap:3px;display:flex}.column-head strong{text-transform:uppercase;letter-spacing:.04em;font-size:12px}.column-head span{color:var(--fg-subtle);font-size:11px}.column-head em{border:1px solid var(--border);min-width:24px;height:22px;color:var(--fg-muted);background:#fff;border-radius:999px;place-items:center;margin-left:auto;font-size:11px;font-style:normal;display:grid}.column-cards{flex-direction:column;flex:1;gap:9px;min-height:140px;padding:10px;display:flex;overflow:auto}.empty-column{border:1px dashed var(--border-strong);height:68px;color:var(--fg-subtle);border-radius:10px;place-items:center;font-size:12px;display:grid}.stage-dot{border-radius:999px;flex:none;width:8px;height:8px;display:inline-block}.card-tile{border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow-sm);cursor:grab;border-radius:10px;padding:12px 12px 10px 14px;transition:box-shadow .15s,transform .15s,border-color .15s;position:relative}.card-tile:active{cursor:grabbing}.card-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.card-tile.overlay{width:252px;box-shadow:var(--shadow-lg);transform:rotate(-1deg)}.card-tile.muted,.dragging-card{opacity:.35}.card-tile.has-rail:before{content:"";background:var(--card-rail,var(--accent));border-radius:10px 0 0 10px;width:3px;position:absolute;top:0;bottom:0;left:0}.card-tags,.detail-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tag-pill,.untagged{border-radius:6px;align-items:center;gap:5px;height:22px;padding:0 9px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.tag-pill i{border-radius:999px;width:6px;height:6px}.card-tags .tag-pill i{display:none}.untagged{background:var(--bg-subtle);color:var(--fg-subtle)}.card-source-chip{color:#92400e;letter-spacing:.02em;text-transform:uppercase;background:#fef3c7;border-radius:5px;align-items:center;height:20px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.card-tile h3{margin:9px 0 5px;font-size:13.5px;font-weight:700;line-height:1.35}.card-tile p{color:var(--fg-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.card-tile footer{color:var(--fg-muted);align-items:center;gap:8px;min-height:22px;font-size:11px;display:flex}.card-meta{align-items:center;gap:4px;display:inline-flex}.meta-chip{background:var(--bg-subtle);color:var(--fg-muted);border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:11px;font-weight:600;display:inline-flex}.meta-chip svg{color:var(--fg-subtle);flex:none}.meta-chip.warn{color:#92400e;background:#fef3c7}.meta-chip.warn svg{color:#b45309}.age{color:var(--fg-muted);align-items:center;gap:4px;margin-left:auto;font-size:11px;font-weight:600;display:inline-flex}.age svg{color:var(--fg-subtle);flex:none}.age.stale,.age.stale svg{color:var(--warn)}.avatar{border:1px solid #fff;border-radius:999px;place-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:inline-grid}.avatar.md{width:28px;height:28px;font-size:11px}.avatar.empty{color:var(--fg-subtle);background:var(--bg-subtle);border:1px dashed var(--border-strong)}.confidence{color:var(--fg-muted);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.confidence i{background:#e2e8f0;border-radius:999px;width:36px;height:4px;position:relative;overflow:hidden}.confidence b{border-radius:999px;position:absolute;inset:0 auto 0 0}.confidence.high b{background:var(--success)}.confidence.mid b{background:var(--warn)}.confidence.low b{background:var(--danger)}.confidence.pending{color:var(--fg-subtle)}.form-page,.client-page{background:linear-gradient(#f5f7fb 0%,#fafbfc 280px)}.form-wrap{max-width:720px;margin:0 auto;padding:40px 28px 80px}.status-wrap{max-width:720px;margin:0 auto;padding:34px 28px}.back-btn{margin-bottom:20px}.form-hero{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.project-avatar{border-radius:11px;flex:none;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.form-hero h1{letter-spacing:-.02em;margin:0 0 6px;font-size:26px}.form-hero p{color:var(--fg-muted);margin:0;line-height:1.55}.info-banner,.warning,.ai-disclosure,.status-callout{border-radius:10px;align-items:center;gap:9px;padding:10px 12px;font-size:13px;display:flex}.info-banner,.status-callout{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;margin-bottom:16px}.warning{color:#854d0e;background:#fffbeb;border:1px solid #fde68a}.ai-disclosure{background:var(--bg-muted);color:var(--fg-muted);margin-top:12px}.intake-card,.settings-card,.status-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:22px}.field{flex-direction:column;gap:7px;margin-bottom:16px;font-size:13px;font-weight:700;display:flex}.field em{color:var(--fg-muted);font-size:12px;font-style:normal;font-weight:400}.field input,.field textarea,.field select,.detail-section input,.detail-section textarea{border:1px solid var(--border-strong);width:100%;color:var(--fg);background:#fff;border-radius:9px;outline:none;padding:10px 11px}.field input:disabled,.field select:disabled{opacity:.65;cursor:not-allowed}.field textarea,.detail-section textarea{resize:vertical;min-height:86px;line-height:1.5}.form-section{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;margin-bottom:14px;padding:18px 18px 16px;transition:border-color .15s,box-shadow .15s;position:relative}.form-section.drag-over{border-color:#818cf8;box-shadow:0 0 0 4px #818cf82e}.form-section-head{grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;margin-bottom:12px;display:grid}.step-badge{background:var(--accent-soft);width:26px;height:26px;color:var(--accent);border-radius:999px;place-items:center;margin-top:1px;font-size:12px;font-weight:800;display:grid}.form-section-title h2{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 4px;font-size:15px;display:flex}.form-section-title p{color:var(--fg-muted);margin:0;font-size:13px;line-height:1.5}.opt-pill,.staff-pill{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:700}.opt-pill{background:var(--accent-soft);color:var(--accent)}.staff-pill{color:#92400e;background:#fef3c7}.example-chip{border:1px solid var(--border);background:var(--bg-muted);height:26px;color:var(--fg-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:700;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.example-chip:hover{background:var(--accent-soft);color:var(--accent);border-color:#c7d2fe}.example-chip svg{color:var(--accent)}.form-section textarea{border:1px solid var(--border);width:100%;color:var(--fg);background:var(--bg-muted);resize:vertical;min-height:96px;line-height:1.5;font:inherit;border-radius:10px;outline:none;padding:12px;transition:background .12s,border-color .12s,box-shadow .12s}.form-section textarea::placeholder{color:var(--fg-subtle)}.form-section textarea:focus{background:#fff;border-color:#818cf8;box-shadow:0 0 0 3px #818cf82e}.attach-row{align-items:center;gap:10px;margin-top:10px;display:flex}.attach-pill{border:1px solid var(--border-strong);height:28px;color:var(--fg);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:700;transition:background .12s,border-color .12s;display:inline-flex;position:relative}.attach-pill:hover{background:var(--bg-muted);border-color:var(--fg-subtle)}.attach-pill input{opacity:0;cursor:pointer;position:absolute;inset:0}.attach-hint{color:var(--fg-subtle);font-size:11px}.section-files{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-top:12px;display:grid}.file-chip{border:1px solid var(--border);background:var(--bg-muted);border-radius:10px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:9px;min-width:0;padding:8px 10px 8px 8px;display:grid}.file-thumb{object-fit:cover;background:var(--bg-subtle);border-radius:7px;width:36px;height:36px}.file-icon{background:var(--bg-subtle);width:36px;height:36px;color:var(--fg-muted);border-radius:7px;place-items:center;display:grid}.file-meta{flex-direction:column;gap:2px;min-width:0;display:flex;position:relative}.file-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.file-meta span{color:var(--fg-muted);font-size:11px}.file-progress{background:var(--accent);border-radius:999px;height:3px;position:absolute;bottom:-3px;left:0;right:0}.file-check{color:var(--success)}.file-remove{width:24px;height:24px;color:var(--fg-muted);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.file-remove:hover{background:var(--bg-subtle);color:var(--fg)}.drop-overlay{color:var(--accent);pointer-events:none;background:#6366f114;border-radius:14px;place-items:center;gap:8px;font-weight:800;display:grid;position:absolute;inset:0}.form-footer{margin-top:6px}.soft-nudge{color:#4338ca;background:#f5f3ff;border:1px dashed #c7d2fe;border-radius:10px;align-items:center;gap:9px;margin-bottom:12px;padding:10px 12px;font-size:12px;line-height:1.45;display:flex}.soft-nudge svg{color:var(--accent);flex:none}.submit{justify-content:center;width:100%;min-height:46px;font-size:14px}.settings-page{background:var(--bg);flex-direction:column;display:flex}.settings-page>header{border-bottom:1px solid var(--border);align-items:center;gap:12px;height:52px;padding:0 16px;display:flex}.settings-layout{flex:1;min-height:0;display:flex}.settings-layout aside{border-right:1px solid var(--border);background:var(--bg-muted);flex-direction:column;gap:4px;width:210px;padding:14px;display:flex}.settings-layout aside button{min-height:32px;color:var(--fg-muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:0 10px;display:flex}.settings-layout aside button.active{border-color:var(--border);color:var(--fg);background:#fff;font-weight:800}.settings-layout aside em{font-size:10px;font-style:normal}.settings-layout main{flex:1;padding:28px 36px;overflow:auto}.settings-layout.horizontal{flex-direction:column}.settings-layout.horizontal aside{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;width:100%;overflow:auto}.settings-layout.horizontal main{padding:28px 36px}.settings-card{max-width:720px}.settings-card.wide{max-width:980px}.settings-card h1{margin:0 0 5px;font-size:24px}.settings-card p{color:var(--fg-muted);margin:0 0 22px}.intake-url{border:1px solid var(--border);background:var(--bg-muted);font:12px/1 var(--font-mono);border-radius:9px;align-items:center;gap:8px;padding:10px 12px;display:flex}.intake-url button{border:1px solid var(--border-strong);background:#fff;border-radius:7px;align-items:center;gap:5px;height:28px;margin-left:auto;display:inline-flex}.settings-card footer{border-top:1px solid var(--border);justify-content:flex-end;margin-top:20px;padding-top:18px;display:flex}.settings-subsection{border-top:1px solid var(--border);margin-top:20px;padding-top:18px}.settings-subsection:first-of-type{border-top:0;margin-top:0;padding-top:0}.settings-subsection.compact{background:var(--bg-muted);border:1px solid var(--border);border-radius:12px;padding:16px}.settings-subsection h2{margin:0 0 12px;font-size:15px}.settings-subsection p{color:var(--fg-muted);margin:0 0 14px}.settings-preview-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}.client-preview-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:18px}.client-preview-card>span{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;font-size:11px;font-weight:800;display:block}.client-preview-card h3{margin:12px 0 8px;font-size:18px}.client-preview-card p{margin:0 0 12px;line-height:1.5}.client-preview-card em{color:var(--fg-muted);font-size:12px;font-style:normal}.role-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.role-help-grid article{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:14px}.role-help-grid strong{margin-bottom:6px;font-size:13px;display:block}.role-help-grid p{color:var(--fg-muted);margin:0;font-size:12px;line-height:1.5}.member-invite-card{border:1px solid var(--border);background:var(--bg-muted);border-radius:12px;margin-bottom:16px;padding:16px}.member-invite-card h2{margin:0 0 14px;font-size:14px}.intake-link-list{gap:10px;margin-top:16px;display:grid}.intake-link-row{border:1px solid var(--border);background:#fff;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:13px;display:flex}.intake-link-row>div:first-child{gap:5px;min-width:0;display:grid}.intake-link-row strong{font-size:14px}.intake-link-row code,.intake-link-row span{color:var(--fg-muted);font:12px/1.4 var(--font-mono);overflow-wrap:anywhere}.intake-link-row span{font-family:var(--font-sans)}.intake-link-row>div:last-child{flex:none;align-items:center;gap:8px;display:flex}.intake-link-row button{border:1px solid var(--border-strong);min-height:30px;color:var(--fg);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.tag-table{flex-direction:column;gap:9px;margin-top:16px;display:flex}.tag-table>div{border:1px solid var(--border);border-radius:10px;grid-template-columns:18px 160px 1fr 220px 100px;align-items:center;gap:10px;padding:11px;display:grid}.tag-table>div.disabled{opacity:.48}.tag-table p,.tag-table em{color:var(--fg-muted);margin:0;font-size:12px}.tag-table button{border:1px solid var(--border-strong);background:#fff;border-radius:7px;min-height:28px}.danger-zone{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:16px;display:flex}.danger-zone h2{color:#991b1b;margin:0 0 5px;font-size:15px}.danger-zone p{color:#7f1d1d;margin:0;font-size:13px}.danger-zone button{color:#991b1b;white-space:nowrap;background:#fff;border:1px solid #fca5a5;border-radius:8px;min-height:32px;padding:0 12px;font-weight:800}.workspace-settings{flex:1;padding:28px 36px;overflow:auto}.workspace-member-list{gap:9px;margin-top:16px;display:grid}.member-row{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:1fr 1.4fr 150px 120px 90px 100px;align-items:center;gap:12px;padding:12px;display:grid}.member-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.member-row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.workspace-member-list span,.workspace-member-list em,.workspace-member-list b{color:var(--fg-muted);font-size:12px;font-style:normal;font-weight:600}.invite-status{border:1px solid var(--border);background:var(--bg-muted);min-height:24px;color:var(--fg-muted);white-space:nowrap;border-radius:999px;justify-self:start;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.invite-status.pending{color:#854d0e;background:#fef9c3;border-color:#facc15}.invite-status.expired{color:#991b1b;background:#fef2f2;border-color:#fecaca}.invite-status.active{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.resend-invite-btn{border:1px solid var(--border-strong);min-height:28px;color:var(--fg);white-space:nowrap;background:#fff;border-radius:8px;justify-self:end;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.resend-invite-btn:disabled{opacity:.65;cursor:wait}.resend-placeholder{color:var(--fg-subtle);justify-self:end}.workspace-member-panel .project-access-list{gap:9px;display:grid}.project-access-list>div{border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr 180px;align-items:center;gap:12px;padding:11px;display:grid}.project-access-list select{border:1px solid var(--border-strong);background:#fff;border-radius:8px;width:100%;padding:8px 10px}.detail-scrim{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a52;justify-content:flex-end;display:flex;position:fixed;inset:0}.detail-panel{background:#fff;flex-direction:column;width:740px;max-width:96vw;height:100%;animation:.18s ease-out slideIn;display:flex;box-shadow:-16px 0 40px #0f172a24}.modal-card{width:460px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;align-self:center;margin:auto;padding:20px;animation:.18s ease-out slideIn}.modal-card header,.modal-card footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-card h1{margin:0;font-size:20px}.modal-card p{color:var(--fg-muted);margin:10px 0 18px}.modal-card footer{border-top:1px solid var(--border);justify-content:flex-end;padding-top:16px}.detail-panel>header{border-bottom:1px solid var(--border);align-items:center;gap:9px;height:54px;padding:0 14px;display:flex}.detail-panel>header code,.detail-panel>header em{color:var(--fg-muted);font:11px/1 var(--font-mono)}.detail-panel>header .btn{margin-left:auto}.detail-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.detail-head-meta{align-items:center;gap:9px;min-width:0;display:flex}.detail-head-meta code{color:var(--fg-muted);font:11px/1 var(--font-mono)}.detail-head-meta em{color:var(--fg-muted);font:11px/1 var(--font-mono);font-style:normal}.detail-stage{color:var(--fg);background:var(--bg-muted);border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.detail-head-actions{flex:none;align-items:center;gap:8px;display:flex}.submission-block{margin-bottom:14px}.submission-block:last-child{margin-bottom:0}.submission-block-head{align-items:baseline;gap:8px;margin-bottom:7px;display:flex}.submission-block-head strong{text-transform:uppercase;letter-spacing:.04em;color:var(--fg);font-size:12px}.submission-block-head span{color:var(--fg-subtle);font-size:11px}.submission-block.internal .submission-block-head strong{color:#92400e}.submission-text{white-space:pre-wrap}.attachment-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin-top:8px;display:grid}.attachment-tile{border:1px solid var(--border);color:inherit;background:#fff;border-radius:10px;flex-direction:column;gap:0;text-decoration:none;transition:border-color .12s,box-shadow .12s,transform 40ms;display:flex;overflow:hidden}.attachment-tile:hover{border-color:var(--fg-subtle);box-shadow:var(--shadow)}.attachment-tile:active{transform:translateY(1px)}.attachment-tile img{object-fit:cover;background:var(--bg-subtle);width:100%;height:120px;display:block}.attachment-icon{background:var(--bg-subtle);height:120px;color:var(--fg-muted);place-items:center;display:grid}.attachment-meta{flex-direction:column;gap:2px;min-width:0;padding:8px 10px;display:flex}.attachment-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attachment-meta span{color:var(--fg-muted);font-size:11px}.detail-panel main{flex:1;padding:22px 26px;overflow:auto}.detail-panel h1{margin:0 0 10px;font-size:23px;line-height:1.25}.detail-grid{border:1px solid var(--border);background:var(--bg-muted);border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin:18px 0;padding:14px 16px;display:grid}.detail-grid>div{flex-direction:column;gap:3px;min-width:0;display:flex}.detail-grid span{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:800}.detail-grid strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3;overflow:hidden}.detail-grid em{color:var(--fg-muted);font-size:11px;font-style:normal;font-weight:500;line-height:1.35}.detail-section{margin-bottom:22px}.detail-section h2{align-items:center;gap:8px;margin:0 0 11px;font-size:14px;display:flex}.read-box{border:1px solid var(--border);color:var(--fg);background:#fafafa;border-radius:9px;padding:11px;font-weight:400;line-height:1.55}.empty-comments{background:var(--bg-muted);color:var(--fg-muted);text-align:center;border-radius:8px;margin-top:10px;padding:10px;font-size:12px}.activity{color:var(--fg-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.activity i{background:var(--border-strong);border-radius:999px;width:6px;height:6px}.activity strong{color:var(--fg)}.activity em{margin-left:auto;font-style:normal}.status-wrap{max-width:760px}.status-head{align-items:center;gap:12px;margin-bottom:22px;padding:14px 0 0;display:flex}.status-head-text{flex-direction:column;gap:2px;min-width:0;display:flex}.status-head-text strong{font-size:16px}.status-head-text span{color:var(--fg-muted);font-size:12px}.status-head em{color:var(--fg-muted);align-items:center;gap:7px;margin-left:auto;font-size:11px;font-style:normal;display:flex}.status-card h1{margin:0 0 10px;font-size:24px}.status-card>p{border:1px solid var(--border);background:#fafafa;border-radius:9px;margin:0 0 24px;padding:12px;line-height:1.55}.progress-line{align-items:flex-start;margin:22px 0;display:flex}.progress-line>div{text-align:center;width:72px;color:var(--fg-muted);flex-direction:column;align-items:center;gap:8px;display:flex}.progress-line>div span{background:var(--bg-subtle);width:28px;height:28px;color:var(--fg-subtle);border-radius:999px;place-items:center;font-weight:800;display:grid}.progress-line>div.done span{background:var(--success);color:#fff}.progress-line>div.current span{background:var(--accent);color:#fff;box-shadow:0 0 0 5px #6366f12e}.progress-line strong{font-size:10px;line-height:1.2}.progress-line>i{background:var(--bg-subtle);flex:1;height:2px;margin-top:14px}.progress-line>i.done{background:var(--success)}.status-comments{gap:10px;margin-top:18px;display:grid}.status-comments>strong{font-size:13px}.status-comments>div{border:1px solid var(--border);background:#fafafa;border-radius:9px;padding:11px}.status-comments p{margin:0;line-height:1.5}.status-comments em{color:var(--fg-muted);margin-top:7px;font-size:11px;font-style:normal;display:block}.toast{z-index:100;background:var(--primary);color:#fff;box-shadow:var(--shadow-lg);border-radius:12px;align-items:center;gap:9px;padding:12px 18px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes popIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.topbar{grid-template-rows:auto auto;grid-template-columns:1fr auto;row-gap:8px;height:auto;padding:8px 10px}.topbar-zone.center{grid-area:2/1/auto/-1;justify-content:stretch}.topbar-zone.end{grid-area:1/2}.search-box{max-width:none}.new-btn .kbd-hint{display:none}.kanban-scroll{padding-bottom:28px}.settings-layout{flex-direction:column}.settings-layout aside{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;width:100%;overflow:auto}.tag-table>div{grid-template-columns:18px 1fr}.tag-table p,.tag-table em,.tag-table button{grid-column:2}.role-help-grid{grid-template-columns:1fr}}@media (width<=640px){.btn.primary.new-btn{padding:0 10px}.btn.ghost{padding:0 8px}.workspace-trigger{max-width:180px}}
