:root{color:#20252b;background:#f3f5f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#e9eef2}.auth-card{width:min(430px,100%);padding:40px;border:1px solid #d9e0e6;border-radius:12px;background:#fff;box-shadow:0 18px 45px #24374618}.eyebrow{margin:0 0 12px;color:#477087;font-size:11px;font-weight:750;letter-spacing:.12em}h1{margin:0;font-size:32px;letter-spacing:0}.muted{color:#6a7884;line-height:1.6}.auth-form{display:grid;gap:16px;margin-top:28px}.verification-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.verification-row label{min-width:0}label{display:grid;gap:7px;color:#4d5a65;font-size:13px;font-weight:650}input{width:100%;border:1px solid #cbd5dd;border-radius:7px;padding:11px 12px;color:#20252b;background:#fbfcfd}input:focus{border-color:#477087;outline:3px solid #47708722}.primary,.secondary{border:0;border-radius:7px;padding:11px 15px;font-weight:700}.primary{color:#fff;background:#2f657d}.secondary{color:#315a6c;border:1px solid #c5d4dc;background:#fff}.link-button,.project-tabs button{border:0;color:#477087;background:transparent}.error{margin:0;color:#a33f3f;font-size:13px}.workspace-page{min-height:100vh;padding:28px clamp(18px,4vw,56px)}.workspace-layout{display:flex;min-height:100vh;background:#f3f5f7}.sidebar{width:72px;flex:0 0 72px;padding:20px 10px;border-right:1px solid #d8e0e5;background:#fff;transition:width .18s ease}.sidebar.expanded{width:230px;flex-basis:230px;padding:28px 16px}.sidebar-brand{display:grid;place-items:center;gap:5px;min-height:54px;padding:0 4px 20px;color:#244454}.sidebar.expanded .sidebar-brand{place-items:start;padding:0 12px 28px}.sidebar-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;color:#fff;background:#2f657d;font-size:20px;font-weight:800}.sidebar-brand .eyebrow{margin-bottom:0}.sidebar-brand strong{font-size:21px}.app-version{color:#71808a;font-size:10px;font-weight:750;letter-spacing:.04em}.profile-menu{position:relative;z-index:12;margin:0 0 12px}.profile-trigger{display:flex;align-items:center;gap:9px;width:100%;min-height:48px;border:1px solid #d8e0e5;border-radius:8px;padding:6px 8px;color:#294e5e;background:#f8fafb;text-align:left}.profile-avatar{display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;border-radius:50%;color:#fff;background:#2f657d;font-size:13px;font-weight:800}.profile-trigger-copy{display:grid;min-width:0;gap:2px}.profile-trigger-copy strong,.profile-trigger-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-trigger-copy strong{font-size:12px}.profile-trigger-copy small{color:#71808a;font-size:11px}.profile-caret{margin-left:auto;color:#71808a;font-size:18px}.sidebar:not(.expanded) .profile-trigger{justify-content:center;border-color:transparent;background:transparent}.sidebar:not(.expanded) .profile-trigger-copy,.sidebar:not(.expanded) .profile-caret{display:none}.profile-popover{position:absolute;top:0;left:calc(100% + 8px);width:230px;padding:8px;border:1px solid #d8e0e5;border-radius:9px;background:#fff;box-shadow:0 16px 34px #24374620}.sidebar.expanded .profile-popover{top:calc(100% + 6px);right:0;left:0;width:auto}.profile-menu-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:0;border-radius:6px;padding:9px 10px;color:#294e5e;background:transparent;text-align:left}.profile-menu-item:hover,.profile-menu-item.selected{background:#edf4f6}.profile-menu-section{display:grid;gap:3px;margin:7px 0;padding:7px 0;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3}.profile-menu-section>span,.profile-menu-section>p{margin:0 10px 3px;color:#84919a;font-size:11px}.profile-menu-section>p{padding:5px 0}.profile-menu-item small{color:#477087;font-size:11px}.profile-create{color:#2f657d;font-weight:750}.sidebar-toggle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;margin-bottom:12px;border:1px solid #d8e0e5;border-radius:7px;color:#52636e;background:#f8fafb;font-size:12px}.sidebar.expanded .sidebar-toggle{justify-content:flex-start;padding:0 10px}.sidebar-toggle span:first-child{font-size:22px;line-height:1}.sidebar-nav{display:grid;gap:4px}.sidebar-nav button{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:42px;border:0;border-radius:7px;padding:10px;color:#52636e;background:transparent;text-align:left}.sidebar.expanded .sidebar-nav button{justify-content:flex-start;padding:11px 12px}.nav-icon{width:20px;color:currentColor;font-size:18px;text-align:center}.sidebar-nav button:hover,.sidebar-nav button.selected{color:#24586d;background:#e9f1f4;font-weight:700}.management-page{max-width:1120px;margin:0 auto}.team-management-page{max-width:none;width:100%}.projects-page{width:100%;max-width:none;padding-bottom:40px}.project-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:start;gap:20px}.project-card{display:grid;grid-template-rows:auto auto auto;gap:14px;width:min(480px,100%);min-height:0;padding:20px 22px;border:1px solid #d8e0e5;border-radius:12px;color:#294e5e;background:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.project-card:hover,.project-card:focus-visible{border-color:#6b9aae;box-shadow:0 14px 30px #24374618;transform:translateY(-3px);outline:none}.project-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-card-top>div{display:grid;align-content:center;gap:5px;min-width:0;flex:1;padding-top:2px}.project-card-top strong{overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.project-card-top small{overflow:hidden;color:#71808a;text-overflow:ellipsis;white-space:nowrap}.project-card-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:11px;color:#fff;background:#2f657d;font-size:22px;font-weight:800}.card-edit-button{flex:0 0 auto;opacity:.78}.card-edit-button:hover,.card-edit-button:focus-visible{color:#24586d;border-color:#6b9aae;background:#eef5f7;opacity:1;outline:none}.project-repository{grid-column:1 / -1;align-self:end;width:fit-content;border-radius:999px;padding:4px 8px;color:#4f704f;background:#edf5ed;font-size:11px;font-weight:700}.project-repository.unavailable{color:#8a6542;background:#fff5e8}.project-card-footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid #edf1f3;color:#477087;font-size:12px;font-weight:750}.project-empty{display:grid;gap:10px;place-items:center;min-height:300px}.project-empty strong{color:#294e5e;font-size:18px}.project-empty span{color:#71808a}.project-management-shell{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:100vh;background:#f3f5f7;color:#20252b}.project-shell-header{display:flex;align-items:center;gap:24px;min-height:78px;padding:14px clamp(18px,4vw,48px);border-bottom:1px solid #d8e0e5;background:#fff}.project-version-mark{display:grid;justify-items:center;gap:3px;flex:0 0 auto}.back-button{display:inline-flex;align-items:center;gap:7px;border:0;padding:9px 0;color:#477087;background:transparent;font-weight:750;white-space:nowrap}.back-button:first-letter{font-size:21px}.project-shell-title{min-width:0;margin-right:auto}.project-shell-title .eyebrow{margin-bottom:4px}.project-shell-title h1{overflow:hidden;font-size:23px;text-overflow:ellipsis;white-space:nowrap}.project-shell-actions{display:flex;gap:8px}.project-management-body{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:0}.project-directory{border-right:1px solid #d8e0e5;background:#fff}.directory-heading{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 13px;color:#52636e}.directory-heading span{min-width:22px;border-radius:999px;padding:3px 6px;color:#607684;background:#e9f1f4;font-size:11px;text-align:center}.directory-list{display:grid;gap:3px;padding:0 10px 18px}.directory-item{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:10px;border:0;border-radius:7px;color:#29343c;background:transparent;text-align:left}.directory-item:hover,.directory-item.selected{color:#24586d;background:#e9f1f4}.directory-item>span:last-child{display:grid;gap:3px;min-width:0}.directory-item strong,.directory-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-item small{color:#84919a;font-size:11px}.directory-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:7px;color:#fff;background:#2f657d;font-size:12px;font-weight:800}.project-task-area{display:flex;min-width:0;min-height:0;flex-direction:column;padding:18px clamp(12px,2.4vw,28px)}.task-area-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.task-filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.task-filters label{display:flex;min-width:0}.task-filters select,.task-search input{height:34px;border:1px solid #d8e0e5;border-radius:6px;padding:6px 9px;color:#52636e;background:#fff;font:inherit;font-size:12px}.task-search{flex:1 1 220px}.task-search input{width:100%;color:#29343c}.task-search input::placeholder{color:#9aa6ad}.task-filters select:focus-visible,.task-search input:focus-visible{border-color:#6b9aae;outline:3px solid #47708722}.filter-clear{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:6px;color:#607684;background:transparent;font-size:20px;line-height:1;cursor:pointer}.filter-clear:hover,.filter-clear:focus-visible{color:#24586d;background:#e9f1f4;outline:none}.filter-result-count{color:#84919a;font-size:12px;white-space:nowrap}.task-view-switcher{display:flex;gap:18px;border-bottom:1px solid #d8e0e5}.task-view-switcher button{border:0;border-bottom:2px solid transparent;padding:9px 0;color:#84919a;background:transparent;font-weight:700}.task-view-switcher button.active{color:#2f657d;border-bottom-color:#2f657d}.task-workspace{--task-row-height: 64px;--task-header-height: 52px;--gantt-toolbar-height: 42px;display:grid;min-height:0;flex:1 1 auto;grid-template-columns:var(--task-directory-width) 8px minmax(0,1fr);overflow:hidden;border:1px solid #d8e0e5;border-radius:8px;background:#fff}.task-directory{min-width:0;min-height:0;overflow-y:auto;border-right:1px solid #d8e0e5;background:#fff}.task-directory-resizer{position:relative;z-index:4;width:8px;cursor:col-resize;background:#fff;touch-action:none}.task-directory-resizer:after{position:absolute;top:0;bottom:0;left:3px;width:2px;content:"";background:transparent}.task-directory-resizer:hover:after,.task-directory-resizer:focus-visible:after{background:#477087}.task-directory-resizer:focus-visible{outline:0}.task-directory-heading,.task-detail-panel-heading{display:grid;align-items:center;height:var(--task-header-height);padding:9px 14px 9px 18px;border-bottom:1px solid #d8e0e5;color:#52636e;font-size:12px}.task-directory-heading{grid-template-columns:24px 42px minmax(0,1fr) 88px 112px 32px;gap:8px}.task-workspace-gantt .task-directory-heading{height:calc(var(--task-header-height) + var(--gantt-toolbar-height));padding-top:calc(9px + var(--gantt-toolbar-height))}.task-directory-heading strong{grid-column:1 / 3}.task-directory-heading>span{color:#84919a;font-size:11px;white-space:nowrap}.task-date-heading,.task-date-range{display:grid;grid-template-rows:repeat(2,1fr);gap:2px;width:112px;text-align:right}.task-date-heading{color:#84919a;font-size:10px}.task-date-heading span{grid-row:1 / -1;align-self:center}.task-date-heading span,.task-date-range span{line-height:1.2}.task-view-panel{min-width:0;min-height:0;overflow:auto;background:#fbfcfd}.gantt-card{overflow:hidden;background:#fff}.gantt-scroll{overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x}.gantt-grid{min-width:max(100%,calc(var(--gantt-days) * var(--gantt-day-width)))}.gantt-toolbar{display:flex;align-items:center;justify-content:space-between;height:var(--gantt-toolbar-height);min-height:0;padding:5px 10px 5px 14px;border-bottom:1px solid #d8e0e5;color:#71808a;font-size:11px;font-weight:700}.gantt-zoom-controls{display:flex;gap:3px}.gantt-zoom-controls button{display:grid;place-items:center;width:26px;height:26px;border:1px solid #d8e0e5;border-radius:5px;color:#52636e;background:#fff;font-size:16px;line-height:1}.gantt-zoom-controls button:hover:not(:disabled),.gantt-zoom-controls button:focus-visible{border-color:#6b9aae;color:#24586d;background:#edf4f6;outline:0}.gantt-zoom-controls button:disabled{cursor:default;opacity:.42}.gantt-calendar-header{height:var(--task-header-height);border-bottom:1px solid #d8e0e5}.gantt-calendar{display:grid;height:100%;background:#fbfcfd}.gantt-calendar span{display:grid;place-items:center;align-content:center;gap:2px;border-right:1px solid #e5ebee;color:#84919a;font-size:10px}.gantt-calendar strong{color:#52636e;font-size:12px}.gantt-calendar small{font-size:10px}.gantt-row{height:var(--task-row-height);border-top:1px solid #edf1f3}.gantt-row.selected{background:#f2f6f7}.gantt-track{position:relative;height:calc(var(--task-row-height) - 1px);overflow:hidden;background:#fff}.gantt-track-lines{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;pointer-events:none;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc((100% / var(--gantt-days)) - 1px),#e5ebee calc((100% / var(--gantt-days)) - 1px),#e5ebee calc(100% / var(--gantt-days)))}.gantt-bar{position:absolute;top:16px;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:42px;height:32px;overflow:hidden;border:0;border-radius:5px;padding:0 10px;color:#fff;background:#3972e8;text-align:left;box-shadow:0 2px 5px #2f65c52b;cursor:grab}.gantt-bar:active{cursor:grabbing}.gantt-resize-handle{position:absolute;top:0;z-index:2;width:9px;height:100%;cursor:ew-resize}.gantt-resize-handle.start{left:0}.gantt-resize-handle.end{right:0}.gantt-bar:hover,.gantt-bar:focus-visible{background:#245fd8;outline:2px solid #245fd866;outline-offset:2px}.gantt-bar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.gantt-bar small{min-width:0;overflow:hidden;flex:0 1 auto;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.gantt-bar.status-done{background:#63855e}.gantt-bar.status-blocked{background:#b96355}.gantt-bar.status-backlog{background:#8b9baa}.gantt-bar.status-ready{background:#547dbd}.gantt-context-menu{position:fixed;z-index:40;display:grid;min-width:140px;padding:4px;border:1px solid #cbdbe1;border-radius:6px;background:#fff;box-shadow:0 12px 24px #24374620}.gantt-context-menu button{border:0;border-radius:4px;padding:8px 10px;color:#3e505a;background:transparent;text-align:left}.gantt-context-menu button:hover{color:#24586d;background:#e9f1f4}.task-detail-content{display:flex;min-width:0;min-height:100%;flex-direction:column;background:#fbfcfd}.task-detail-content .task-summary{min-height:360px;margin:0;border:0;border-radius:0;box-shadow:none}.task-detail-content .inspector-empty{min-height:360px}.task-tree,.project-timeline{overflow:hidden;border:1px solid #d8e0e5;border-radius:9px;background:#fff}.task-tree-branch{border-bottom:1px solid #edf1f3}.task-tree-branch:last-child{border-bottom:0}.task-tree-item{position:relative;display:grid;grid-template-columns:24px 42px minmax(0,1fr) 88px 112px 32px;align-items:center;gap:8px;width:100%;height:var(--task-row-height);padding:8px 14px 8px 10px;border:0;border-bottom:1px solid #edf1f3;color:#29343c;background:#fff;text-align:left}.task-tree-item:hover,.task-tree-item.selected{background:#f2f6f7}.task-tree-toggle-slot{display:grid;place-items:center;width:24px}.task-tree-toggle{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:4px;color:#607684;background:transparent;font-size:18px;line-height:1}.task-tree-toggle:hover{color:#24586d;background:#dfecef}.task-priority{display:inline-grid;place-items:center;width:25px;height:20px;border-radius:4px;font-size:10px;font-weight:800;line-height:1}.task-priority.p0{color:#963e3a;background:#fde5e3}.task-priority.p1{color:#b2532b;background:#fff0dc}.task-priority.p2{color:#8a6a20;background:#fff7d5}.task-priority.p3{color:#3b6688;background:#e5f0f7}.task-priority.p4{color:#657580;background:#edf1f3}.task-priority-stack{display:grid;align-content:center;justify-items:start;gap:3px;min-width:0}.task-progress{display:inline-grid;place-items:center;min-width:38px;height:20px;border:1px solid #d8e7ec;border-radius:4px;padding:0 4px;color:#356b7e;background:#eef7f8;font-size:10px;font-weight:800;line-height:1}.task-tree-select{display:flex;align-items:center;gap:8px;min-width:0;width:100%;border:0;padding-top:6px;padding-right:4px;padding-bottom:6px;color:#29343c;background:transparent;text-align:left}.task-tree-select:hover{color:#24586d}.task-tree-copy{display:grid;gap:4px;min-width:0}.task-tree-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-tree-copy small.task-tree-meta{display:flex;align-items:center;min-width:0;gap:4px;overflow:hidden;color:#84919a;font-size:10px;line-height:1.2;white-space:nowrap}.task-tree-meta.no-wrap{flex-wrap:nowrap}.task-meta-status,.task-meta-type{overflow:hidden;border-radius:3px;padding:2px 5px;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.task-meta-status{flex:0 0 auto}.task-meta-divider{flex:0 0 auto;color:#9aa6ad}.task-meta-type{min-width:0;flex:1 1 auto}.task-meta-status.status-backlog{color:#5f6f7c;background:#edf1f3}.task-meta-status.status-ready{color:#86611d;background:#fff4d7}.task-meta-status.status-in_progress{color:#2e627c;background:#e3f0f5}.task-meta-status.status-blocked{color:#98443f;background:#fbe5e2}.task-meta-status.status-in_review{color:#6d528b;background:#eee6f7}.task-meta-status.status-done{color:#4d7049;background:#e4f1e1}.task-meta-status.status-cancelled{color:#68747c;background:#e9edef}.task-meta-type.type-feature{color:#2e627c;background:#e3f0f5}.task-meta-type.type-bug{color:#98443f;background:#fbe5e2}.task-meta-type.type-improvement{color:#4d7049;background:#e4f1e1}.task-meta-type.type-refactor{color:#6d528b;background:#eee6f7}.task-meta-type.type-documentation{color:#496a8c;background:#e7eef8}.task-meta-type.type-research{color:#86611d;background:#fff4d7}.task-meta-type.type-chore{color:#68747c;background:#e9edef}.task-assignee{position:relative;min-width:0}.task-assignee-trigger{display:flex;align-items:center;gap:3px;width:88px;min-width:0;border:1px solid transparent;border-radius:5px;padding:6px 4px 6px 7px;color:#52636e;background:transparent;font-size:11px;text-align:left}.task-assignee-trigger:hover,.task-assignee-trigger[aria-expanded=true]{border-color:#cbdbe1;background:#f8fbfc}.task-assignee-trigger:focus-visible{outline:2px solid #47708755;outline-offset:1px}.task-assignee-trigger>span:first-child{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-assignee-caret{flex:0 0 auto;color:#7d8e97;font-size:13px;line-height:1}.task-assignee-menu{position:absolute;z-index:20;top:calc(100% + 3px);right:0;display:grid;min-width:128px;max-width:190px;padding:4px;border:1px solid #cbdbe1;border-radius:6px;background:#fff;box-shadow:0 10px 22px #24374620}.task-assignee-menu button{width:100%;overflow:hidden;border:0;border-radius:4px;padding:7px 8px;color:#3e505a;background:transparent;font-size:12px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.task-assignee-menu button:hover,.task-assignee-menu button.selected{color:#24586d;background:#e9f1f4}.task-tree-item time{margin-left:auto;color:#84919a;font-size:10px;white-space:nowrap}.task-row-menu-trigger{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:5px;color:#71808a;background:transparent;font-size:18px;line-height:1}.task-row-menu-trigger:hover,.task-row-menu-trigger:focus-visible{color:#24586d;background:#e9f1f4;outline:none}.task-row-menu{position:fixed;z-index:30;display:grid;min-width:170px;padding:4px;border:1px solid #cbdbe1;border-radius:6px;background:#fff;box-shadow:0 12px 24px #24374620}.task-row-menu button{border:0;border-radius:4px;padding:8px 10px;color:#3e505a;background:transparent;text-align:left}.task-row-menu button:hover,.task-row-menu button:focus-visible{color:#24586d;background:#e9f1f4;outline:none}.task-tree-empty{padding:56px 24px;color:#84919a;text-align:center}.project-timeline{display:grid}.project-timeline-row{display:grid;grid-template-columns:80px 10px minmax(0,1fr) 100px;align-items:center;gap:12px;width:100%;min-height:58px;padding:10px 18px;border:0;border-bottom:1px solid #edf1f3;color:#29343c;background:#fff;text-align:left}.project-timeline-row:last-child{border-bottom:0}.project-timeline-row:hover{background:#f2f6f7}.project-timeline-row time,.project-timeline-row small{color:#84919a;font-size:12px}.task-summary{display:grid;grid-template-columns:minmax(0,1fr) 2fr;gap:18px;margin-top:18px;padding:20px;border:1px solid #d8e0e5;border-radius:9px;background:#fff}.task-summary h3{margin:0;font-size:18px}.task-summary dl{display:grid;grid-template-columns:76px 1fr;gap:0;margin:0}.task-summary dt,.task-summary dd{padding:7px 0;border-bottom:1px solid #edf1f3}.task-summary dd{margin:0;color:#29343c}.task-summary>p{grid-column:1 / -1;margin:0;color:#687781;line-height:1.6}.detail-columns{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.detail-columns h4{margin:0 0 8px;color:#52636e;font-size:13px}.detail-description,.detail-acceptance{min-width:0}.detail-description p,.detail-acceptance p{margin:0;color:#687781;line-height:1.6}.detail-acceptance ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.detail-acceptance li{position:relative;padding-left:18px;color:#52636e;line-height:1.5}.detail-acceptance li:before{position:absolute;top:.55em;left:2px;width:7px;height:7px;border:2px solid #6b9aae;border-radius:50%;content:"";transform:translateY(-50%)}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-heading h2{margin:0;font-size:28px}.page-actions{display:flex;gap:8px;align-items:center}.management-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.panel-form,.project-form,.panel-list{display:grid;gap:14px;padding:20px;border:1px solid #d8e0e5;border-radius:8px;background:#fff}.panel-form h3,.panel-list h3{margin:0;font-size:16px}.panel-form select,.project-form select{width:100%;border:1px solid #cbd5dd;border-radius:7px;padding:10px;color:#20252b;background:#fbfcfd}.panel-list{margin-top:16px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #edf1f3;color:#29343c;text-align:left}.list-row:first-of-type{border-top:0}.list-row div{display:grid;gap:4px}.list-row small{color:#71808a}.project-row{width:100%;border-right:0;border-left:0;border-bottom:0;background:transparent;font:inherit}.project-form{grid-template-columns:repeat(2,minmax(180px,1fr));align-items:end}.project-form button{height:42px}.project-management-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.project-workspace{display:grid;grid-template-columns:minmax(520px,1.25fr) minmax(320px,.75fr);min-height:650px;overflow:hidden;border:1px solid #d8e0e5;border-radius:9px;background:#fff}.project-list-pane{min-width:0;border-right:1px solid #d8e0e5}.project-list-header,.task-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #edf1f3}.project-list-header div{display:grid;gap:3px}.project-list-header span,.inspector-heading>span{color:#84919a;font-size:12px}.icon-button{width:32px;height:32px;border:1px solid #d8e0e5;border-radius:6px;color:#476979;background:#fff;font-size:18px}.project-picker{display:grid;max-height:190px;overflow:auto;border-bottom:1px solid #d8e0e5}.project-picker-row{display:grid;grid-template-columns:30px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;padding:12px 18px;border:0;border-bottom:1px solid #edf1f3;color:#29343c;background:#fff;text-align:left}.project-picker-row:hover,.project-picker-row.selected{background:#f2f6f7}.project-picker-row>span:nth-child(2){display:grid;gap:3px;min-width:0}.project-picker-row small{overflow:hidden;color:#84919a;text-overflow:ellipsis;white-space:nowrap}.project-dot{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;color:#fff;background:#2f657d;font-size:12px;font-weight:800}.row-chevron{color:#9aa6ad;font-size:22px}.task-list-toolbar{justify-content:flex-start;background:#fbfcfd}.toolbar-title{margin-right:auto;font-weight:750}.task-list-toolbar select{border:1px solid #d8e0e5;border-radius:6px;padding:7px 9px;color:#52636e;background:#fff}.task-table-head,.task-table-row{display:grid;grid-template-columns:minmax(0,1.6fr) 100px 100px;gap:12px;align-items:center}.task-table-head{padding:11px 18px;color:#87939b;border-bottom:1px solid #edf1f3;font-size:12px}.task-table-row{width:100%;min-height:62px;padding:9px 18px;border:0;border-bottom:1px solid #edf1f3;color:#29343c;background:#fff;text-align:left}.task-table-row:hover,.task-table-row.selected{background:#f2f6f7}.task-title-cell{display:grid;grid-template-columns:9px minmax(0,1fr);align-items:center;gap:8px;min-width:0;font-weight:650}.task-title-cell small{grid-column:2;color:#87939b;font-size:11px;font-weight:400}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#9aa6ad}.status-in_progress{background:#2f657d}.status-done{background:#6b7f62}.status-blocked{background:#b96355}.status-in_review{background:#967546}.task-status{color:#687781;font-size:12px}.task-due{color:#b34d43;font-size:12px}.task-empty{padding:40px 18px;color:#84919a;text-align:center}.git-capability-note{margin:0;padding:9px 18px;border-bottom:1px solid #edf1f3;color:#8a6542;background:#fffaf3;font-size:12px}.project-inspector{min-width:0;background:#fbfcfd}.inspector-tabs{display:flex;gap:20px;padding:0 20px;border-bottom:1px solid #d8e0e5;background:#fff}.inspector-tabs button{border:0;border-bottom:2px solid transparent;padding:15px 0 12px;color:#84919a;background:transparent;font-weight:700}.inspector-tabs button.active{color:#2f657d;border-bottom-color:#2f657d}.timeline-view,.task-detail-view{padding:22px}.inspector-heading{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:22px}.inspector-heading h3{margin:0;font-size:20px}.timeline-list{display:grid;gap:0}.timeline-row{display:grid;grid-template-columns:66px 1fr;gap:12px;padding:13px 0;border:0;border-bottom:1px solid #e5ebee;color:#29343c;background:transparent;text-align:left}.timeline-date{color:#84919a;font-size:12px}.timeline-line{position:relative;display:grid;gap:4px;padding-left:17px}.timeline-line .status-dot{position:absolute;top:5px;left:0}.timeline-line small{color:#84919a}.inspector-empty{display:grid;place-items:center;gap:8px;min-height:300px;padding:28px;color:#84919a;text-align:center}.inspector-empty strong{color:#52636e}.task-detail-view dl{display:grid;grid-template-columns:100px 1fr;gap:0;margin:0}.task-detail-view dt,.task-detail-view dd{padding:11px 0;border-bottom:1px solid #e5ebee}.task-detail-view dd{margin:0;color:#29343c}.detail-description{margin-top:24px}.detail-description h4{margin:0 0 8px}.detail-description p{margin:0;color:#687781;line-height:1.6}.overview-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px}.overview-card{display:grid;gap:8px;min-height:130px;padding:20px;border:1px solid #d8e0e5;border-radius:8px;color:#294e5e;background:#fff;text-align:left}.overview-card strong{font-size:28px}.overview-card span{color:#6a7884}.compact{padding:7px 10px;margin-left:6px}.organization-grid,.team-grid{display:grid;grid-template-columns:repeat(3,minmax(320px,1fr));gap:20px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:start}.team-management-page .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.organization-card,.team-card{width:min(480px,100%);min-height:210px;display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding:26px;border:1px solid #d8e0e5;border-radius:12px;color:#294e5e;background:#fff;text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.organization-card{position:relative}.organization-card:hover,.team-card:hover{border-color:#6b9aae;box-shadow:0 8px 20px #24374612;transform:translateY(-2px)}.team-card-link{cursor:pointer}.team-card-link:focus-visible{border-color:#6b9aae;box-shadow:0 8px 20px #24374618;outline:none;transform:translateY(-2px)}.card-mark{display:grid;place-items:center;width:50px;height:50px;border-radius:10px;color:#fff;background:#2f657d;font-size:21px;font-weight:800}.team-mark{background:#6b7f62}.card-copy{display:grid;gap:5px}.card-copy strong{font-size:17px}.card-copy small,.team-card small{color:#71808a}.card-arrow{margin-top:auto;color:#477087;font-size:12px;font-weight:700}.team-card-heading{display:flex;align-items:flex-start;width:100%;gap:14px}.team-card-heading>div{min-width:0;flex:1}.team-card h3{margin:0 0 4px;font-size:20px}.team-card p{margin:0;color:#71808a;font-size:13px;line-height:1.5}.team-card-add{align-items:center;justify-content:center;border-style:dashed;color:#477087;background:#f8fafb;text-align:center}.team-card-add span{font-size:30px;font-weight:300}.invite-link-modal{width:min(620px,100%)}.invite-link-placeholder{display:grid;place-items:center;min-height:86px;border:1px dashed #c5d4dc;border-radius:8px;color:#71808a;background:#f8fafb;text-align:center}.invite-link-expiry{margin:-4px 0 0;color:#71808a;font-size:12px}.invite-acceptance-modal{width:min(520px,100%)}.invite-acceptance-summary{display:grid;gap:4px;padding:16px;border:1px solid #d8e0e5;border-radius:8px;color:#294e5e;background:#f8fafb}.invite-acceptance-summary span,.invite-login-hint{color:#71808a;font-size:12px}.team-detail-page{width:100%;max-width:none;margin:0;padding-bottom:40px}.team-detail-header{display:flex;align-items:center;gap:22px;margin-bottom:22px}.team-detail-title{min-width:0;margin-right:auto}.team-detail-title h2{margin:2px 0 5px;font-size:28px}.team-detail-title>span{color:#71808a;font-size:13px}.team-detail-actions{display:flex;gap:8px}.team-detail-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.team-detail-stats>div{display:grid;gap:5px;min-height:92px;padding:18px 20px;border:1px solid #d8e0e5;border-radius:10px;background:#fff}.team-detail-stats strong{color:#294e5e;font-size:24px}.team-detail-stats span{color:#71808a;font-size:12px}.team-members-panel{padding:22px;border:1px solid #d8e0e5;border-radius:10px;background:#fff}.team-members-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:15px;border-bottom:1px solid #edf1f3}.team-members-heading h3{margin:2px 0 0;font-size:18px}.team-members-heading>span{border-radius:999px;padding:4px 9px;color:#607684;background:#e9f1f4;font-size:12px}.team-member-list{display:grid}.team-member-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(220px,auto);align-items:center;gap:16px;min-height:72px;border-bottom:1px solid #edf1f3}.team-member-row:last-child{border-bottom:0}.team-member-identity{display:flex;align-items:center;gap:11px;min-width:0}.team-member-identity>span:last-child{display:grid;gap:3px;min-width:0}.team-member-identity strong,.team-member-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-member-identity small{color:#84919a;font-size:12px}.member-avatar{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:9px;color:#fff;background:#477087;font-weight:750}.role-badge{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;white-space:nowrap}.role-lead{color:#7b5a1e;background:#fff2d8}.role-member{color:#477087;background:#e9f1f4}.team-member-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.team-member-actions select{min-width:92px;border:1px solid #d8e0e5;border-radius:6px;padding:7px 8px;color:#52636e;background:#fff}.quiet-button,.danger-button{border:0;border-radius:6px;padding:7px 8px;background:transparent;font:inherit;font-size:12px;cursor:pointer}.quiet-button{color:#607684}.quiet-button:hover,.quiet-button:focus-visible{color:#24586d;background:#eef5f7;outline:none}.danger-button{color:#943e3e;background:#fff0ef;font-weight:700}.danger-button:hover,.danger-button:focus-visible{background:#f9dedd;outline:none}.team-permission-note{display:flex;align-items:baseline;gap:12px;margin-top:14px;padding:14px 16px;border-left:3px solid #6b9aae;color:#687781;background:#f5f8f9;font-size:12px;line-height:1.6}.team-permission-note strong{color:#294e5e;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-action{margin-top:18px;border:0;padding:0;color:#477087;background:transparent;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:20px;background:#182b3548}.modal-panel{width:min(460px,100%);padding:26px;border:1px solid #d8e0e5;border-radius:10px;background:#fff;box-shadow:0 24px 60px #182b3530}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.modal-heading h3{margin:0;font-size:21px}.modal-heading .eyebrow{margin-bottom:6px}.modal-form{display:grid;gap:16px}.modal-form select{width:100%;border:1px solid #cbd5dd;border-radius:7px;padding:10px;color:#20252b;background:#fbfcfd}.modal-help{margin:-4px 0 0;color:#687781;font-size:13px;line-height:1.6}.modal-help code{border-radius:4px;padding:2px 4px;color:#315a6c;background:#edf4f6;font-size:12px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.contribution-modal{width:min(760px,100%)}.contribution-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.contribution-summary>div{display:grid;gap:4px;padding:12px 14px;border:1px solid #e1e9ed;border-radius:7px;background:#f8fafb}.contribution-summary strong{color:#294e5e;font-size:20px}.contribution-summary span{color:#71808a;font-size:11px}.contribution-table-wrap{overflow-x:auto;border:1px solid #d8e0e5;border-radius:7px}.contribution-table{width:100%;border-collapse:collapse;color:#52636e;font-size:12px;white-space:nowrap}.contribution-table th,.contribution-table td{padding:11px 12px;border-bottom:1px solid #edf1f3;text-align:right}.contribution-table thead th{color:#84919a;background:#f8fafb;font-size:11px;font-weight:700}.contribution-table th:first-child,.contribution-table td:first-child{text-align:left}.contribution-table tbody tr:last-child th,.contribution-table tbody tr:last-child td{border-bottom:0}.contribution-member{color:#294e5e;font-weight:750}.contribution-progress{display:inline-block;min-width:42px;border-radius:4px;padding:3px 5px;color:#356b7e;background:#eef7f8;font-weight:750;text-align:center}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1440px;margin:0 auto}.topbar-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.status-message{max-width:1440px;margin:12px auto 0;color:#2f657d;font-size:13px}.topbar h1{font-size:25px}.context-bar{display:flex;flex-wrap:wrap;gap:12px;max-width:1440px;margin:24px auto 0}.context-bar label{min-width:170px}.context-bar select{border:1px solid #cbd5dd;border-radius:7px;padding:9px 10px;color:#29343c;background:#fff}.workspace-error{max-width:1440px;margin:14px auto 0}.empty-state{max-width:1440px;margin:60px auto;border:1px dashed #c5d4dc;border-radius:8px;padding:48px;color:#71808a;text-align:center;background:#fff}.project-tabs{display:flex;gap:22px;max-width:1440px;margin:28px auto 20px;border-bottom:1px solid #d6dfe5}.project-tabs button{padding:0 0 12px;color:#73818b}.project-tabs .active{color:#2f657d;border-bottom:2px solid #2f657d}.board{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:12px;max-width:1440px;margin:0 auto;overflow-x:auto}.column{min-height:430px;padding:12px;border:1px solid #d8e0e5;border-radius:8px;background:#edf1f3}.column-title{display:flex;align-items:center;justify-content:space-between;color:#586873;font-size:12px;font-weight:750}.count{min-width:22px;padding:3px 6px;border-radius:999px;color:#607684;background:#dce5ea;text-align:center}.column-items{display:grid;gap:9px;margin-top:12px}.work-item{display:grid;gap:8px;border:1px solid #d6dfe5;border-radius:7px;padding:13px;color:#29343c;background:#fff;text-align:left;box-shadow:0 2px 4px #2437460a}.work-item small{color:#71808a}.priority{display:inline-flex;width:fit-content;border-radius:4px;padding:3px 6px;color:#315a6c;background:#e1eef3;font-size:11px;font-weight:800}.priority.p0,.priority.p1{color:#943e3e;background:#f8e2e0}.detail-panel{position:fixed;inset:0 0 0 auto;width:min(410px,100%);padding:32px;border-left:1px solid #d6dfe5;background:#fff;box-shadow:-12px 0 32px #24374614}.work-item-form{position:fixed;inset:0 0 0 auto;z-index:2;display:grid;align-content:start;gap:16px;width:min(460px,100%);overflow-y:auto;padding:28px;border-left:1px solid #d6dfe5;background:#fff;box-shadow:-12px 0 32px #24374614}.form-heading,.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.form-heading h2{margin:0;font-size:20px}.form-parent-note{margin:5px 0 0;color:#71808a;font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}textarea,.work-item-form select,.work-item-form input{width:100%;border:1px solid #cbd5dd;border-radius:7px;padding:10px;color:#20252b;background:#fbfcfd;font:inherit}.acceptance-criteria{display:grid;gap:8px;min-width:0;margin:0;padding:0;border:0}.acceptance-criteria legend{margin-bottom:4px;color:#29343c;font-size:14px}.criterion-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:8px}.criterion-row button,.add-criterion{display:grid;place-items:center;width:32px;height:32px;border:1px solid #cbd5dd;border-radius:6px;color:#52636e;background:#fff;font-size:18px;line-height:1}.criterion-row button:disabled{opacity:.42}.add-criterion{width:32px;color:#2f657d}.close-button{float:right;border:0;color:#607684;background:transparent;font-size:24px}.detail-panel h2{clear:both;margin:38px 0 24px}dt{color:#71808a;font-size:12px}dd{margin:3px 0 18px}@media(max-width:900px){.board{grid-template-columns:repeat(5,220px)}}@media(max-width:760px){.workspace-layout{display:block}.sidebar,.sidebar.expanded{width:100%;padding:10px 16px;border-right:0;border-bottom:1px solid #d8e0e5}.sidebar-brand,.sidebar.expanded .sidebar-brand{display:flex;align-items:center;min-height:38px;padding:0 0 10px}.sidebar-brand .eyebrow{margin:0 0 0 8px}.sidebar-brand strong{margin-left:auto}.sidebar-toggle{display:none}.sidebar-nav,.sidebar.expanded .sidebar-nav{display:flex;overflow-x:auto}.sidebar-nav button,.sidebar.expanded .sidebar-nav button{justify-content:flex-start;width:auto;white-space:nowrap}.sidebar-nav button span:not(.nav-icon){display:inline}.management-grid,.overview-grid,.project-form{grid-template-columns:1fr}.page-heading{display:block}}@media(max-width:760px){.organization-grid,.team-grid{grid-template-columns:1fr}.page-actions{margin-top:14px}}@media(max-width:760px){.team-detail-header{display:block}.team-detail-title{margin:16px 0}.team-detail-actions{justify-content:flex-end}.team-detail-stats{grid-template-columns:1fr}.team-members-panel{padding:16px}.team-member-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 0}.team-member-actions{grid-column:1 / -1;justify-content:flex-start}.team-permission-note{display:block}.team-permission-note strong{display:block;margin-bottom:4px}}@media(max-width:980px){.project-workspace{grid-template-columns:1fr}.project-list-pane{border-right:0;border-bottom:1px solid #d8e0e5}.project-inspector{min-height:420px}}@media(min-width:761px)and (max-width:980px){.organization-grid{grid-template-columns:repeat(2,minmax(320px,1fr))}.project-management-body{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:760px){.project-card-grid,.team-grid,.team-management-page .team-grid{grid-template-columns:1fr}.project-shell-header{flex-wrap:wrap;gap:8px 16px;padding-top:12px;padding-bottom:12px}.project-shell-title{order:3;flex-basis:100%}.project-shell-actions{margin-left:auto}.project-management-body{display:block;min-height:auto}.project-directory{border-right:0;border-bottom:1px solid #d8e0e5}.directory-heading{padding-bottom:8px}.directory-list{display:flex;overflow-x:auto;padding-bottom:12px}.directory-item{min-width:190px}.project-task-area{padding-top:22px}.task-area-header{display:block}.task-view-switcher{margin-top:16px;width:fit-content}.project-timeline-row{grid-template-columns:66px 10px minmax(0,1fr)}.project-timeline-row small{grid-column:3}.task-summary{grid-template-columns:1fr}.task-summary dl{grid-column:1}.detail-columns{grid-template-columns:1fr}}@media(max-width:760px){.task-workspace{grid-template-columns:1fr}.task-directory-resizer{display:none}.task-directory{border-right:0;border-bottom:1px solid #d8e0e5}.task-view-panel{min-height:360px}}
