:root{font-family:IBM Plex Sans,Segoe UI,sans-serif;--surface-strong: rgba(255, 255, 255, .98);--surface-label: rgba(249, 251, 253, 1);--surface-section: rgba(242, 246, 250, 1);--surface-app: #f4f7fb;--surface-panel: rgba(255, 255, 255, .96);--surface-subtle: rgba(246, 248, 251, .94);--surface-muted: rgba(238, 243, 248, .94);--border-subtle: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--text-primary: #102033;--text-secondary: #536072;--text-muted: #6b7a8d;--shadow-panel: 0 12px 32px rgba(15, 23, 42, .06);--stage-business-discovery: linear-gradient(180deg, rgba(167, 220, 255, .95), rgba(129, 196, 238, .9));--stage-technical-discovery: linear-gradient(180deg, rgba(187, 232, 248, .95), rgba(113, 183, 204, .92));--stage-design: linear-gradient(180deg, rgba(255, 220, 174, .96), rgba(245, 194, 123, .9));--stage-backend-development: linear-gradient(180deg, rgba(201, 241, 191, .96), rgba(150, 214, 145, .9));--stage-frontend-development: linear-gradient(180deg, rgba(216, 247, 186, .98), rgba(168, 221, 125, .92));--stage-test: linear-gradient(180deg, rgba(245, 219, 255, .96), rgba(220, 184, 239, .9));--stage-ab-test: linear-gradient(180deg, rgba(255, 232, 201, .96), rgba(245, 192, 129, .9));--stage-release: linear-gradient(180deg, rgba(255, 209, 215, .96), rgba(244, 170, 183, .9));color:var(--text-primary);background:linear-gradient(180deg,#ffffff8c,#ffffff8c),linear-gradient(180deg,#f5f7fb,#eef3f8);line-height:1.4;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-primary);background:var(--surface-app)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;border-radius:16px;padding:10px 14px;background:linear-gradient(180deg,#ffffffc7,#e8eff7eb);color:#18314d;box-shadow:0 10px 24px #1f344f1f,inset 0 1px #ffffffe0;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #1f344f24,inset 0 1px #ffffffeb}button:focus-visible{outline:2px solid rgba(24,49,77,.35);outline-offset:2px}button:disabled{cursor:default;opacity:.6;transform:none}#root{min-height:100vh}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:24px}.app-shell{padding:24px;display:flex;flex-direction:column;gap:16px}.loading-state,.empty-state{display:grid;place-items:center;min-height:240px;color:#536072}.empty-state.compact{min-height:auto;padding:16px 0}.topbar,.card,.screen-nav,.error-banner{border:1px solid rgba(255,255,255,.46);border-radius:24px;background:linear-gradient(180deg,#ffffff94,#ffffff3d);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);box-shadow:0 22px 50px #263d5c1a,inset 0 1px #ffffffd9}.glass-panel{background:linear-gradient(180deg,#ffffff9e,#ffffff3d);border:1px solid rgba(255,255,255,.56)}.auth-card{width:min(440px,calc(100vw - 32px));aspect-ratio:1 / 1;min-height:440px;display:grid;place-items:center;padding:28px}.auth-card-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;gap:24px}.auth-card-copy{display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;flex:1}.auth-card-copy h1{font-size:clamp(2rem,4vw,2.8rem)}.auth-card-copy p{max-width:280px;color:#536072}.auth-login-button{min-width:220px}.topbar{position:relative;z-index:60;padding:20px 24px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.topbar h1,.card h2,.card h3,.card p{margin:0}.status-stack,.toolbar-actions,.card-header,.inline-actions,.conflict-strip,.epic-chip-row,.capacity-role-list,.timeline-header-actions{display:flex;gap:10px;flex-wrap:wrap}.timeline-filter-control{display:flex;align-items:center;margin:0;padding:0 10px;border:1px solid var(--border-subtle);border-radius:10px;background:var(--surface-subtle);color:#4b5f76;min-height:34px}.timeline-search-control{display:flex;align-items:center;min-height:34px;min-width:220px;padding:0 10px;border:1px solid var(--border-subtle);border-radius:10px;background:var(--surface-subtle)}.timeline-filter-control select{min-width:190px;border:0;padding:0;background:transparent;min-height:32px;color:inherit}.timeline-search-control input{width:100%;border:0;padding:0;background:transparent;min-height:32px;color:#27425f}.timeline-search-control input::placeholder{color:#73859a}.topbar-controls{position:relative;align-items:center}.status-pill,.conflict-pill,.sync-status{padding:8px 12px;border-radius:999px;font-size:.9rem}.status-pill.ok,.sync-status.success{background:#dff4e8db;color:#166534}.status-pill.warning,.sync-status.partial{background:#fff1cce0;color:#9a6700}.sync-status.failed{background:#fbe3e3e6;color:#b42318}.screen-nav{position:relative;z-index:10;padding:8px;display:flex;gap:8px}.screen-nav button,.epic-chip,.stage-list-item,.revision-row{border:0;border-radius:16px;background:#ffffff3d;padding:12px 14px;text-align:left}.screen-nav button.active,.epic-chip.active,.stage-list-item.active,.revision-row.active,.segmented-control button.active{background:linear-gradient(180deg,#112238eb,#112238c7);color:#fff}.screen-grid,.history-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.history-layout{grid-template-columns:320px minmax(0,1fr) minmax(0,1fr)}.planning-layout{display:block;margin-inline:-10px}.app-shell>.topbar,.app-shell>.error-banner,.app-shell>.workspace-admin-layout,.app-shell>.analytics-shell,.app-shell>.global-admin-layout,.app-shell>.no-workspace-card{margin-inline:-10px}.planning-main{display:flex;flex-direction:column;gap:12px;min-width:0}.card,.error-banner{padding:18px}.error-banner{background:#fbe3e3eb;color:#8a1c1c}label{display:flex;flex-direction:column;gap:6px;margin:0 0 14px;color:#415064}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.58);border-radius:14px;padding:10px 12px;background:#ffffff8f;box-shadow:inset 0 1px #ffffffb8}.primary-button{background:linear-gradient(180deg,#1e3858,#152b46);color:#fff}.secondary-button{background:linear-gradient(180deg,#ffffffe6,#e9f0f7f5);color:#17314d}.ghost-button{background:#ffffff52;color:#38506a;box-shadow:inset 0 1px #fffc}.danger-button{background:#ffe4e4d6;color:#8a1c1c}.compact-button,.inline-mini-button{padding:8px 12px;border-radius:999px}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.toolbar textarea{min-width:240px}.toolbar-inline-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.toolbar-inline-form input{min-width:240px}.segmented-control{display:inline-flex;gap:6px;padding:4px;border-radius:14px;background:var(--surface-subtle);border:1px solid var(--border-subtle)}.segmented-control button{padding:8px 12px;border-radius:14px}.table-list,.stage-list,.activity-list,.diff-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.table-row,.editable-row,.activity-item,.diff-item,.sync-item{padding:12px;border-radius:16px;background:#f2f6fab8}.table-row,.activity-item,.editable-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.editable-row{display:grid;grid-template-columns:1.2fr .8fr .6fr .75fr .9fr auto}.team-member-row{grid-template-columns:1fr;gap:10px}.team-member-row-main,.team-member-row-secondary{display:grid;align-items:end;gap:12px}.team-member-row-main{grid-template-columns:minmax(0,1.3fr) minmax(0,1.2fr) minmax(160px,.8fr)}.team-member-row-secondary{grid-template-columns:auto minmax(176px,220px) auto auto;justify-content:space-between}.team-member-inline-field{display:flex;flex-direction:column;gap:6px;min-width:0;margin:0}.team-member-inline-field input{min-width:0}.team-member-delete-button{min-width:110px;white-space:nowrap}.vacation-row{grid-template-columns:1fr 1fr 1fr auto}.planning-settings-inline{margin-top:12px;align-items:center}.checkbox-label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;margin:0;white-space:nowrap}.checkbox-label input{width:auto}.table-meta{display:flex;flex-direction:column;align-items:flex-end;color:#536072}.planning-board-card{overflow:hidden}.topbar-create-board,.topbar-manage-board{position:relative}.topbar-create-board-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(320px,calc(100vw - 48px));padding:16px;z-index:120}.topbar-manage-board-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(360px,calc(100vw - 48px));padding:16px;z-index:120}.topbar-create-board-copy{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.topbar-create-board-copy span{color:#536072;font-size:.9rem}.topbar-create-board-form{display:flex;flex-direction:column;gap:12px}.topbar-create-board-actions{display:flex;justify-content:flex-end;gap:10px}.topbar-manage-board-hint{color:#8a6116;font-size:.88rem}.member-capacity-badge{display:grid;place-items:center;min-height:44px;border-radius:14px;background:#fff9;color:#44576e;font-weight:600}.access-panel .card-header p{margin-top:4px;color:#536072}.access-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px}.access-invite-form,.access-row,.access-meta,.access-actions{display:flex;gap:10px}.access-invite-form,.access-row{align-items:center}.access-invite-form input{min-width:240px}.access-invite-form select{max-width:120px}.access-row{justify-content:space-between;padding:12px;border-radius:16px;background:#f2f6fab8}.access-meta{flex-direction:column;align-items:flex-start;min-width:0}.access-meta span{color:#536072;overflow:hidden;text-overflow:ellipsis}.access-actions{align-items:center;flex-wrap:wrap;justify-content:flex-end}.access-actions select{min-width:92px}.epic-chip{display:flex;flex-direction:column;gap:4px;min-width:180px}.epic-chip small{color:#698094}.epic-chip.active small{color:#ffffffb8}.timeline-panel{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--border-subtle);background:var(--surface-panel)}.timeline-panel:fullscreen{padding:18px;background:var(--surface-app);display:flex;min-height:100vh}.timeline-panel:fullscreen .timeline-shell{max-height:calc(100vh - 96px)}.timeline-panel-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding:2px 2px 0}.timeline-panel-copy{display:flex;flex-direction:column;gap:2px;max-width:320px}.timeline-panel-header strong,.timeline-panel-header span{display:block}.timeline-panel-header span{color:var(--text-secondary);font-size:.82rem}.timeline-panel-header strong{font-size:.98rem;letter-spacing:-.01em}.timeline-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.timeline-header-action-group{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.timeline-icon-actions{padding-right:2px}.timeline-icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--border-subtle);border-radius:10px;background:var(--surface-subtle);color:#264768;font-size:1rem;font-weight:700;line-height:1;box-shadow:0 8px 18px #21426c14}.timeline-icon-button:hover:not(:disabled){background:#e7eef7;border-color:#375e8f40}.timeline-icon-button.active{background:#dce8f7;border-color:#2b60a64d;color:#173a61}.timeline-icon-button:disabled{opacity:.55;cursor:wait}.timeline-control-button{min-height:34px;padding:6px 12px;border-radius:10px;font-size:.82rem;font-weight:500;box-shadow:0 8px 18px #21426c14}.timeline-view-mode-control button{min-width:78px}.timeline-inline-composers{display:flex;gap:8px;flex-wrap:wrap}.timeline-inline-composer{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.timeline-inline-composer input{min-width:220px;min-height:38px}.timeline-shell{position:relative;overflow:auto;max-height:76vh;border-radius:14px;border:1px solid var(--border-subtle);background:var(--surface-label);box-shadow:inset 0 1px #fffc;--timeline-scroll-left: 0px}.timeline-export-root{position:relative;background:var(--surface-label)}.timeline-export-root.pdf-export-mode{background:#f4f7fb}.timeline-export-root.pdf-export-mode .timeline-header-row,.timeline-export-root.pdf-export-mode .timeline-header-stack,.timeline-export-root.pdf-export-mode .timeline-sprint-header,.timeline-export-root.pdf-export-mode .timeline-sprint-header-label,.timeline-export-root.pdf-export-mode .timeline-header,.timeline-export-root.pdf-export-mode .timeline-label,.timeline-export-root.pdf-export-mode .timeline-section-label,.timeline-export-root.pdf-export-mode .timeline-section-sticky{position:relative;top:auto;left:auto;transform:none;z-index:auto;box-shadow:none}.timeline-export-root.pdf-export-mode .timeline-header-row:after,.timeline-export-root.pdf-export-mode .timeline-header:before,.timeline-export-root.pdf-export-mode .timeline-label:before{display:none}.timeline-export-root.pdf-export-mode .timeline-section-label{margin:8px 0 6px 10px}.timeline-export-root.pdf-export-mode .epic-context-menu,.timeline-export-root.pdf-export-mode .stage-create-popover{display:none}.timeline-header-row,.timeline-row{display:flex;position:relative}.timeline-header-stack{position:sticky;top:0;z-index:20;box-shadow:0 8px 16px #0f172a0d}.timeline-header-stack:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-strong);z-index:-1}.timeline-sprint-row{min-height:24px;z-index:19}.timeline-day-header-row{z-index:21}.timeline-header,.timeline-label,.timeline-cell,.capacity-day-cell{min-height:44px;padding:8px;border-bottom:1px solid rgba(19,35,56,.08);border-right:1px solid rgba(19,35,56,.08);flex:0 0 auto}.timeline-header{position:sticky;top:0;z-index:18;background:var(--surface-strong);font-size:.72rem}.timeline-sprint-header,.timeline-sprint-header-label{min-height:24px;padding:3px 8px 4px;border-bottom:1px solid rgba(19,35,56,.06);border-right:0;flex:0 0 auto;background:transparent}.timeline-sprint-header{position:absolute;top:0;display:inline-flex;align-items:center;justify-content:center;font-size:.64rem;color:#57708a;box-sizing:border-box;border:0;cursor:pointer}.timeline-sprint-header strong{display:inline-flex;align-items:center;min-height:16px;padding:0 7px;border-radius:999px;border:1px solid rgba(64,108,156,.18);background:#eff7ffc7;color:#23496d;font-size:.64rem;font-weight:700}.timeline-sprint-header.active strong{border-color:#1b7ba566;background:#daf4ffeb;color:#0e4f73;box-shadow:0 0 0 3px #4abaea24}.timeline-sprint-header.current strong{border-color:#419a6942;background:#e9fcefc7;color:#23643b}.timeline-sprint-header.active.current strong{border-color:#278a636b;background:#ddf8eae6}.timeline-sprint-header-label{position:sticky;top:44px;left:0;z-index:23;display:flex;align-items:center;font-size:.68rem;color:#4f6174}.timeline-sprints-row{position:relative;flex:0 0 auto;min-height:28px}.timeline-header:before,.timeline-label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;z-index:-1}.timeline-header.monday,.timeline-cell.monday,.capacity-day-cell.monday{background:linear-gradient(180deg,#cce0f170,#e2eef729);border-left:1px solid rgba(40,91,138,.28)}.timeline-sticky{left:0;z-index:22}.timeline-weekday{text-transform:capitalize;color:#7b8798;font-size:.62rem}.timeline-weekday.monday{color:#1e4e7e;font-weight:700}.timeline-label{position:sticky;left:0;z-index:12;background:var(--surface-label);box-shadow:10px 0 18px #0f172a0d}.timeline-row.row-dragging{opacity:.6}.timeline-row.epic-drop-before:before{content:"";position:absolute;top:-2px;left:12px;right:12px;height:3px;border-radius:999px;background:linear-gradient(90deg,#2e6cb8e6,#77bff4f2);box-shadow:0 0 0 4px #77bff41f;z-index:15}.timeline-days-row,.timeline-gridline-row,.timeline-gridline-stack{display:flex;flex:0 0 auto}.timeline-gridline-stack{flex-direction:column}.timeline-track{position:relative;min-height:44px;isolation:isolate}.timeline-continuous-overlays{position:absolute;bottom:0;pointer-events:none;z-index:2}.today-line{position:absolute;top:0;bottom:0;width:8px;margin-left:-4px;border-radius:999px;background:linear-gradient(180deg,#bbfff02e,#4fd7b94d),linear-gradient(180deg,#ffffff70,#ffffff14);border:1px solid rgba(54,175,155,.34);box-shadow:0 0 0 1px #ffffff29,0 0 18px #48bbab38;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:5;pointer-events:none}.timeline-sprint-boundaries-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.current-sprint-band{position:absolute;top:0;bottom:0;border-left:1px solid rgba(51,151,106,.14);border-right:1px solid rgba(51,151,106,.14);background:linear-gradient(180deg,#e1ffec1f,#aeeec729);box-shadow:inset 0 0 0 1px #ffffff2e,0 0 20px #47ba8014;pointer-events:none;z-index:1}.timeline-sprint-boundary{position:absolute;top:0;bottom:0;border-left:2px dashed rgba(77,154,220,.48)}.timeline-sprint-boundary.start{border-left-color:#3889d0b3}.timeline-sprint-boundary.end{border-left-color:#68aee870}.timeline-sprint-boundary.active.start{border-left-color:#1b7ba5e0}.timeline-sprint-boundary.active.end{border-left-color:#4cb1d8bd}.timeline-sprint-boundary.current.start{border-left-color:#349c627a}.timeline-sprint-boundary.current.end{border-left-color:#56b87c57}.timeline-sprint-boundary.active.current.start{border-left-color:#258b65ad}.timeline-sprint-boundary.active.current.end{border-left-color:#44a97580}.planning-settings-inline-wide{flex-wrap:wrap}.workspace-admin-toggle-row{display:flex;align-items:center;gap:10px;color:#24384d;font-weight:600}.workspace-admin-toggle-row input{width:16px;height:16px}.timeline-section-label{position:relative;left:0;z-index:14;padding:0 8px;min-height:34px;background:transparent;border:0;font-weight:600;color:#506175;font-size:.82rem}.timeline-section-sticky{position:sticky;top:68px;left:0;right:0;z-index:16;padding:6px 0 4px;width:auto;min-width:100%;transform:translate(var(--timeline-scroll-left));pointer-events:none}.timeline-section-sticky:before{content:"";position:absolute;top:0;left:0;right:0;width:auto;height:100%;background:linear-gradient(180deg,#f9fbfdfa,#f9fbfdeb);box-shadow:0 10px 18px #f9fbfdfa;z-index:-1}.ambition-section-label{display:flex;align-items:center;justify-content:space-between;gap:10px;width:calc(100% - 20px);min-width:0;margin:0 10px;background:linear-gradient(180deg,#fffffff0,#f1f6fafa);border:1px solid var(--border-subtle);border-radius:12px;box-sizing:border-box;box-shadow:0 4px 10px #0f172a0a;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none}.ambition-section-main{display:flex;align-items:center;gap:10px;min-width:0}.ambition-section-count{flex:0 0 auto;min-width:28px;padding:3px 8px;border-radius:999px;background:#f9fbfdf2;border:1px solid rgba(79,101,126,.16);box-shadow:inset 0 1px #fffc;color:#425569;font-size:.72rem;font-weight:700;line-height:1;text-align:center}.timeline-group-section.drag-target-group .timeline-section-sticky:before{background:linear-gradient(180deg,#e8f5fffa,#e8f5ffeb);box-shadow:0 10px 18px #e8f5fffa}.timeline-group-section.drag-target-group .ambition-section-label{background:linear-gradient(180deg,#ecf6fffa,#e0eff9fa);box-shadow:0 0 0 2px #4480bf24,0 8px 18px #0f172a0f}.group-collapse-indicator{width:12px;text-align:center;color:#63758a}.epic-title-row{display:flex;gap:10px;align-items:flex-start}.timeline-row-local-epic .timeline-label.epic-label,.timeline-row-missing-category .timeline-label.epic-label{background:linear-gradient(180deg,#fffaecf5,#fff5dcfa);box-shadow:inset 0 0 0 1px #d6a6492e,10px 0 18px #0f172a0d}.timeline-row-hidden-epic .timeline-label.epic-label{background:linear-gradient(180deg,#f2f5f8f5,#ecf0f4fa)}.epic-title-copy{min-width:0}.epic-title{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.epic-origin-badge{display:inline-flex;align-items:center;min-height:18px;padding:0 6px;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.01em}.epic-origin-badge.local,.epic-origin-badge.missing-category,.epic-summary-origin-badge{background:#fff1ceeb;color:#7d5410;box-shadow:inset 0 0 0 1px #c692282e}.epic-origin-badge.hidden{background:#e4ebf1f5;color:#516274;box-shadow:inset 0 0 0 1px #6e81962e}.epic-meta-row{margin-top:5px;color:#536072;font-size:.78rem;display:flex;justify-content:space-between;gap:8px;align-items:center}.epic-stats-row{margin-top:4px;display:flex;gap:6px;flex-wrap:wrap;color:#6a7f92;font-size:.7rem}.epic-summary-local,.epic-summary-missing-category{box-shadow:inset 0 0 0 1px #c692282e,0 8px 18px #39455414}.epic-summary-origin-badge{display:inline-flex;align-items:center;min-height:16px;padding:0 5px;border-radius:999px;font-size:.58rem;font-weight:700}.timeline-note-marker{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#ffffffeb;color:#18314d;font-size:.68rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:inset 0 0 0 1px #13233814}.epic-note-marker{flex:0 0 auto;min-height:22px;padding:0 8px}.collapsed-epic-note-marker{position:absolute;top:6px;right:10px;min-height:22px;padding:0 8px;background:#ffffffdb}.stage-note-marker{position:absolute;top:4px;right:28px;min-width:18px;min-height:16px;padding:0 6px;z-index:3;pointer-events:auto}.drag-grip{color:#768497;-webkit-user-select:none;user-select:none;cursor:grab;line-height:1}.epic-title{font-weight:700}.epic-subtitle{font-size:.86rem;color:#566476}.stage-block{position:absolute;z-index:4;overflow:hidden;border:1px solid rgba(17,34,56,.12);border-radius:999px;color:#10213a;font-weight:650;padding:0;-webkit-user-select:none;user-select:none;touch-action:none;box-shadow:0 6px 14px #1122381f,inset 0 1px #ffffff94}.stage-block.dragging{cursor:grabbing;z-index:6}.external-wait-block{position:absolute;z-index:5;display:inline-flex;align-items:center;gap:6px;height:18px;padding:0 48px 0 8px;border:1px solid rgba(146,91,24,.24);border-radius:999px;color:#5f3912;font-size:.68rem;font-weight:650;letter-spacing:.01em;box-shadow:0 6px 14px #79531a24,inset 0 1px #ffffff85;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none}.external-wait-block.compact{justify-content:center;padding:0 42px 0 7px}.external-wait-block.dragging{cursor:grabbing;z-index:7}.external-wait-block.link-source{outline:2px solid rgba(27,64,108,.9);outline-offset:1px}.external-wait-block.link-target{outline:3px solid rgba(18,110,87,.88);outline-offset:2px;box-shadow:0 0 0 6px #126e5729,0 6px 14px #79531a24,inset 0 1px #ffffff85}.external-wait-open{background:linear-gradient(180deg,#ffc470e6,#ee8e35db)}.external-wait-risk{background:linear-gradient(180deg,#ffe899e6,#f6ca5bd6)}.external-wait-done{background:linear-gradient(180deg,#e0e4eadb,#bac3cfd1);color:#5b6572;text-decoration:line-through;opacity:.78}.external-wait-status{text-transform:uppercase;font-size:.58rem}.external-wait-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.external-wait-note-marker{position:absolute;top:50%;right:28px;transform:translateY(-50%);min-width:18px;min-height:16px;padding:0 6px;z-index:3;pointer-events:auto}.stage-block.stage-status-backlog{filter:saturate(.9)}.stage-block.stage-status-in_progress{box-shadow:0 7px 16px #0f172a26,inset 0 0 0 1px #1545762e,inset 0 1px #ffffff94}.stage-block.stage-status-done{opacity:.72}.stage-business_discovery,.stage-list-item-business_discovery{background:var(--stage-business-discovery)}.stage-technical_discovery,.stage-list-item-technical_discovery{background:var(--stage-technical-discovery)}.stage-design,.stage-list-item-design{background:var(--stage-design)}.stage-backend_development,.stage-list-item-backend_development{background:var(--stage-backend-development)}.stage-frontend_development,.stage-list-item-frontend_development{background:var(--stage-frontend-development)}.stage-test,.stage-list-item-test{background:var(--stage-test)}.stage-ab_test,.stage-list-item-ab_test{background:var(--stage-ab-test)}.stage-release,.stage-list-item-release{background:var(--stage-release)}.stage-block.selected{outline:2px solid #132338}.stage-block.conflict{box-shadow:0 7px 16px #1122381f,inset 0 -3px #c1121f}.stage-block.owner-conflict{outline:2px dashed #ff7a00;outline-offset:1px}.stage-block.unassigned{box-shadow:0 7px 16px #1122381f,inset 0 -3px #cc8b00}.stage-block.link-source{outline:2px solid rgba(27,64,108,.9);outline-offset:1px}.stage-block.link-target{outline:3px solid rgba(18,110,87,.88);outline-offset:2px;box-shadow:0 0 0 6px #126e5729,0 6px 16px #0f172a1f,inset 0 1px #ffffff8c}.stage-create-preview{position:absolute;pointer-events:none;border:1px dashed rgba(18,68,114,.52);background:linear-gradient(180deg,#ffffff6b,#ffffff29),linear-gradient(135deg,#aaccecb3,#6ea1cdd1);opacity:.86;box-shadow:0 8px 20px #1122381a,inset 0 1px #ffffff8c}.stage-create-preview.external-wait-block{padding:0 48px 0 8px;border-color:#925b1857}.stage-block-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-block-inner{position:absolute;top:0;right:18px;bottom:0;left:12px;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;pointer-events:none;overflow:hidden}.notes-popover{width:460px;max-width:min(460px,calc(100vw - 32px));padding:12px 0 14px;border:1px solid var(--border-subtle);background:var(--surface-panel)}.notes-popover-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px 10px}.notes-popover-count{flex:0 0 auto;min-width:28px;padding:4px 10px;border-radius:999px;background:#f4f8fce6;border:1px solid rgba(79,101,126,.16);color:#425569;font-size:.78rem;font-weight:700;line-height:1;text-align:center;margin-right:0}.notes-popover-list{max-height:360px;overflow-y:auto;overflow-x:hidden;display:grid;gap:12px;padding:0 14px}.notes-thread-block{display:grid;gap:8px;min-width:0;margin-left:calc(var(--comment-depth, 0) * 6px)}.notes-thread-replies{display:grid;gap:8px;min-width:0;padding-left:8px;border-left:2px solid rgba(104,131,161,.14)}.notes-popover-item{display:grid;gap:8px;min-width:0;padding:12px 14px;border-radius:16px;background:#ffffffdb;box-shadow:inset 0 0 0 1px #1323380f}.notes-popover-meta{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:.72rem;color:#61748a}.notes-popover-text{white-space:pre-wrap;overflow-wrap:anywhere;color:#112238;font-size:.88rem;line-height:1.4}.notes-reply-context{display:grid;gap:2px;min-width:0;padding:6px 8px;border-left:2px solid rgba(68,128,191,.36);background:#eef5fc8f;border-radius:0 12px 12px 0}.notes-reply-context.composer{margin-bottom:2px}.notes-reply-context-author{color:#2a5884;font-size:.75rem;font-weight:700;line-height:1.2}.notes-reply-context-text{color:#5c6e83;font-size:.76rem;line-height:1.25;overflow-wrap:anywhere}.notes-popover-actions{display:flex;flex-wrap:wrap;gap:8px}.notes-action-row{display:flex;align-items:center;gap:12px;padding:0 14px}.notes-action-link{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#2f6da5;font-size:.8rem;font-weight:600;line-height:1.2;font-family:inherit;cursor:pointer}.notes-action-link:hover:not(:disabled){color:#1f5586;text-decoration:underline}.notes-action-link:disabled{color:#93a0b1;cursor:default;text-decoration:none}.notes-action-link.danger{color:#b43333}.notes-action-link.danger:hover:not(:disabled){color:#922323}.notes-action-link.subtle{color:#6a7b90}.notes-popover-form{display:grid;gap:14px;padding:0 14px}.notes-reply-form{display:grid;gap:10px;padding-top:4px}.notes-popover-form textarea{width:100%;max-width:100%;box-sizing:border-box;min-height:86px;resize:vertical;overflow-x:hidden;margin:0;font:inherit;font-size:.88rem;line-height:1.4;color:#112238}.notes-popover-form .notes-action-row{padding:2px 14px 0}.notes-reply-form textarea{width:100%;max-width:100%;box-sizing:border-box;min-height:76px;resize:vertical;overflow-x:hidden;margin:0;font:inherit;font-size:.88rem;line-height:1.4;color:#112238}.stage-code-chip{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 1 auto;min-width:0;max-width:100%;min-height:20px;line-height:1.15;font-size:.68rem;font-weight:760;letter-spacing:.04em;padding:0 7px;border-radius:999px;background:#ffffff94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage-status-chip{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 1 auto;min-width:0;max-width:100%;min-height:20px;padding:0 8px;border-radius:999px;background:#ffffffbd;color:#17314d;line-height:1.15;font-size:.66rem;font-weight:720;cursor:default;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-status-chip-backlog{background:#ffffffd1}.stage-status-chip-in_progress{background:#d9efffeb}.stage-status-chip-done{background:#dff4e8eb;color:#166534}.link-handle{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:999px;background:#112238bd;border:2px solid rgba(255,255,255,.9);flex:0 0 auto;pointer-events:auto;z-index:3}.stage-density-compact .stage-block-inner{top:0;right:16px;bottom:0;left:10px;gap:4px}.stage-density-compact .stage-status-chip,.stage-density-compact .stage-code-chip{min-height:20px;padding:0 7px;font-size:.62rem;border-radius:11px;line-height:1.1}.stage-density-compact .link-handle{right:8px;width:10px;height:10px}.stage-density-tiny .stage-block-inner{top:0;right:12px;bottom:0;left:8px;gap:3px}.stage-density-tiny .stage-status-chip,.stage-density-tiny .stage-code-chip{min-width:14px;min-height:17px;padding:0 5px;font-size:.54rem;border-radius:7px;line-height:1.05}.stage-density-tiny .stage-code-chip{letter-spacing:0}.stage-density-tiny .link-handle{right:6px;width:8px;height:8px}.stage-density-tiny .resize-handle{width:8px;height:16px}.timeline-links-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:11;overflow:visible}.timeline-link-path{fill:none;stroke:#1b406cb8;stroke-width:2.5;stroke-linecap:round}.timeline-link-path.interactive{pointer-events:stroke;cursor:pointer}.timeline-link-path.blocking{stroke:#bd2b2be0}.timeline-link-path.draft{stroke-dasharray:7 5;marker-end:url(#timeline-link-arrow-draft)}.timeline-link-arrow{fill:#1b406cb8}.timeline-link-arrow.blocking{fill:#bd2b2be0}.timeline-link-arrow.draft{fill:#1b406cb8}.stage-create-popover{min-width:240px}.stage-create-actions{max-height:280px;overflow:auto}.stage-create-note{padding-bottom:8px}.context-menu-section-label{padding:8px 14px 4px;color:#68788a;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.planning-filter-empty{margin-top:12px}.epic-summary-block{position:absolute;overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#ffffff94,#ffffff38),linear-gradient(135deg,#9bb1cbeb,#748ca9eb);color:#10213a;font-weight:600;box-shadow:0 8px 22px #1122381f,inset 0 1px #ffffff8c}.epic-summary-block.epic-summary-status-backlog{background:linear-gradient(180deg,#fff9,#ffffff3d),linear-gradient(135deg,#c4d0e0f0,#9aabc0f0);filter:saturate(.9)}.epic-summary-block.epic-summary-status-in_progress{background:linear-gradient(180deg,#ffffff9e,#fff3),linear-gradient(135deg,#a1d1f7f5,#5e9fe0f0);box-shadow:0 10px 24px #1122382e,inset 0 0 0 2px #15457633,inset 0 1px #ffffff8c}.epic-summary-block.epic-summary-status-done{background:linear-gradient(180deg,#ffffff9e,#ffffff2e),linear-gradient(135deg,#b1e0c4eb,#71be91eb);opacity:.78}.epic-summary-inner{position:absolute;top:0;right:12px;bottom:0;left:12px;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;overflow:hidden}.epic-summary-code{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 1 auto;min-width:0;max-width:100%;min-height:22px;padding:0 8px;border-radius:999px;background:#ffffff85;font-size:.72rem;font-weight:800;line-height:1.15;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.epic-summary-label{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-density-compact .epic-summary-inner{top:0;right:10px;bottom:0;left:10px;gap:4px}.stage-density-compact .epic-summary-code{min-height:20px;padding:0 7px;font-size:.62rem;border-radius:11px;line-height:1.1}.stage-density-compact .epic-summary-label{font-size:.72rem}.stage-density-tiny .epic-summary-inner{top:0;right:8px;bottom:0;left:8px;gap:3px}.stage-density-tiny .epic-summary-code{min-height:17px;min-width:14px;padding:0 5px;border-radius:7px;font-size:.54rem;line-height:1.05;letter-spacing:0}.resize-handle{position:absolute;top:50%;width:10px;height:20px;transform:translateY(-50%);cursor:ew-resize;z-index:2}.resize-handle.left{left:0}.resize-handle.right{right:0}.vacation-block{position:absolute;display:grid;place-items:center;border-radius:16px;background:linear-gradient(180deg,#6d84a2e0,#465d7af0);color:#fff;font-size:.76rem;box-shadow:0 8px 20px #1a2b4429}.capacity-day-cell{display:grid;place-items:center;font-size:.78rem;font-weight:600;padding:0}.capacity-day-cell.healthy{background:#d5f5e16b;color:#185d3a}.capacity-day-cell.overload{background:#ffe0e0a6;color:#9b1c1c}.timeline-empty-subsection{background:#ffffff47;min-height:84px;margin:8px 10px 16px;display:flex;align-items:center;justify-content:center;text-align:center}.epic-drop-slot{position:relative;height:18px}.epic-drop-slot-line{position:absolute;top:7px;left:16px;right:16px;height:3px;border-radius:999px;background:transparent;transition:background .12s ease,box-shadow .12s ease}.epic-drop-slot.active .epic-drop-slot-line{background:linear-gradient(90deg,#2e6cb8e6,#77bff4f2);box-shadow:0 0 0 4px #77bff41f}.epic-context-menu{position:absolute;z-index:40;min-width:240px;max-height:calc(100vh - 24px);overflow:auto;padding:6px 0;border-radius:14px;border:1px solid rgba(255,255,255,.56);background:linear-gradient(180deg,#ffffffd1,#f0f5faeb);box-shadow:0 18px 40px #1f344f2e,inset 0 1px #ffffffeb;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.epic-context-menu strong{display:block;margin:0;padding:0 14px 6px;font-size:.8rem;font-weight:600}.epic-context-menu-section{display:flex;flex-direction:column;gap:0}.epic-context-menu-section+.epic-context-menu-section{margin-top:4px;padding-top:4px;border-top:1px solid rgba(19,35,56,.08)}.context-menu-item{width:100%;border:0;border-radius:0;padding:7px 14px;background:transparent;box-shadow:none;text-align:left;color:#17314d;font-size:.78rem;font-weight:400}.context-menu-item:hover,.context-menu-item:focus-visible{transform:none;background:#dfe9f3bd;box-shadow:none;outline:none}.context-menu-item:disabled{opacity:.45;background:transparent}.context-menu-item.danger{color:#8a1c1c}.context-menu-note{padding:8px 14px 2px;color:#66778b;font-size:.78rem}.allocation-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.allocation-pill{min-width:120px;padding:10px 12px;border-radius:16px;background:#ffffff57;display:flex;justify-content:space-between;gap:12px}.capacity-card{align-self:start}.stage-create-owner-field{padding:0 14px 10px;margin:0}.stage-create-owner-field span{font-size:.76rem;color:#66778b}.modal-actions,.modal-grid{display:grid;gap:12px}.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.people-table-wrap{overflow:auto;margin-top:12px}.people-table{width:100%;border-collapse:collapse;min-width:1100px}.people-table th,.people-table td{padding:12px 14px;border-bottom:1px solid rgba(19,35,56,.08);text-align:left;white-space:nowrap}.people-table th{color:#536072;font-size:.82rem;background:#f8fbfe99}.detail-section{border-top:1px solid rgba(19,35,56,.08);margin-top:16px;padding-top:16px}.detail-subsection{margin-top:16px}.detail-subsection h4{margin:0 0 10px}.overview-grid{display:grid;grid-template-columns:auto 1fr;gap:8px 12px;align-items:center}.field-warning,.field-hint{font-size:.82rem;color:#5c6574}.dependency-list{display:flex;flex-direction:column;gap:8px}.dependency-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;background:#f2f6fab8}.field-warning{padding:10px 12px;border-radius:12px;background:#fff1d6d1;color:#7a5310}.field-hint{grid-column:1 / -1}.compact-field-hint{grid-column:auto;text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14203038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;padding:24px;z-index:4000}.stage-modal{width:min(640px,100%)}.confirm-dialog{width:min(420px,100%)}.epic-modal{width:min(520px,100%)}.confirm-dialog p{margin:0;color:#4f6277}.confirm-dialog-actions{display:flex;grid-template-columns:none;justify-content:flex-end}.conflict-card,.revision-summary,.sync-panel{display:flex;flex-direction:column;gap:12px}.revision-row{display:flex;flex-direction:column;gap:6px}.revision-row strong,.revision-row span,.revision-row small,.revision-summary-row strong,.revision-summary-row span{display:block}.revision-summary-row{display:flex;flex-direction:column;gap:4px}.conflict-pill,.diff-item,.sync-item{background:#f2f6fab8}.capacity-row{align-items:flex-start}.capacity-role-list span.overload{color:#b42318;font-weight:600}.workspace-admin-layout{display:flex;flex-direction:column;gap:18px}.workspace-admin-shell,.workspace-admin-section{display:flex;flex-direction:column;gap:16px}.workspace-admin-tabs{display:flex;flex-wrap:wrap;gap:8px}.workspace-admin-tabs button{border:1px solid rgba(15,23,42,.12);background:#ffffffb8;border-radius:999px;padding:10px 14px;font:inherit;cursor:pointer}.workspace-admin-tabs button.active{background:#0f172ae6;color:#fff}.workspace-admin-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.workspace-admin-overview-card{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:18px;background:#ffffffb8;border:1px solid rgba(15,23,42,.08)}.workspace-admin-overview-card strong{font-size:1.35rem}.workspace-admin-section-stack{display:flex;flex-direction:column;gap:16px}.workspace-admin-callout,.planning-focus-note{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:18px;background:#f6f8fbd6;border:1px solid rgba(15,23,42,.08)}.planning-focus-note{max-width:420px}.section-eyebrow{display:inline-block;font-size:.74rem;line-height:1.1;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7a8d}.app-shell{max-width:1600px;margin:0 auto;padding:24px;gap:20px}.topbar,.card,.screen-nav,.error-banner,.glass-panel{border:1px solid var(--border-subtle);background:var(--surface-panel);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:var(--shadow-panel)}.topbar{padding:22px 24px;align-items:center}.app-topbar{gap:14px;align-items:center}.topbar-brand,.planning-toolbar-copy,.workspace-admin-header-copy{display:flex;flex-direction:column;gap:4px}.topbar-brand h1,.workspace-admin-header-copy h2,.workspace-admin-section h3,.workspace-admin-section h4,.access-panel h2,.access-panel h3,.analytics-shell h2,.global-admin-layout h2{letter-spacing:-.02em}.topbar-brand p,.workspace-admin-header-copy p,.workspace-admin-section-heading p,.workspace-admin-subsection-heading p,.card-header p,.analytics-shell .card-header p{color:var(--text-secondary)}.topbar-controls{justify-content:flex-end;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.topbar-control-group{display:flex;align-items:center;flex:0 1 auto}.topbar-field{min-width:240px;margin:0;gap:0}.topbar-status-cluster,.topbar-session-cluster{display:flex;align-items:center;gap:8px}.topbar-status-cluster{flex:0 0 auto;min-width:0}.topbar-session-cluster{flex:0 0 auto}.topbar-screen-nav{display:flex;gap:6px;flex:0 1 auto;min-width:0}.topbar-screen-nav button{min-width:0;padding:7px 10px;border-radius:10px;background:transparent;color:#38506a;box-shadow:none;font-size:.82rem;font-weight:600;white-space:nowrap}.topbar-screen-nav button.active{background:#122238;color:#fff;box-shadow:none}.topbar-workspace-field select{min-height:36px;padding:0 12px;border-radius:10px}.status-pill,.conflict-pill,.sync-status{border:1px solid transparent;font-weight:600;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;line-height:1.2;flex:0 0 auto}.status-pill-fixed{min-height:40px}.status-pill-dirty-slot{min-width:178px}.status-pill-sync-slot{min-width:184px}.status-pill-jira-slot{gap:7px;min-width:92px}.status-dot{width:8px;height:8px;border-radius:999px;flex:0 0 auto;background:currentColor;box-shadow:0 0 0 3px #ffffff9e}.status-dot-synced{background:#16a34a}.status-dot-pending{background:#64748b}.status-dot-failed{background:#d97706}.status-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:18px;padding:0 5px;border-radius:999px;background:#ffffffa3;font-size:.74rem;line-height:1}.status-pill-static-label{max-width:220px;overflow:hidden;text-overflow:ellipsis}.status-pill.ok,.sync-status.success{background:#dff4e8b8;color:#166534;border-color:#1665341f}.status-pill.warning,.sync-status.partial{background:#fff4d6eb;color:#8a6116;border-color:#8a61161f}.status-pill.neutral{background:#eef3f8f5;color:#44576e;border-color:#44576e1f}button{border-radius:12px;padding:10px 14px;background:var(--surface-panel);box-shadow:none}button:hover{transform:translateY(-1px);box-shadow:none}.primary-button{background:#16314e;color:#fff}.secondary-button{background:#edf2f7;color:#17314d}.ghost-button{background:transparent;color:#38506a;box-shadow:none;border:1px solid var(--border-subtle)}.danger-button{background:#fff1f1;color:#8a1c1c;border:1px solid rgba(138,28,28,.12)}input,select,textarea{border:1px solid var(--border-strong);border-radius:12px;padding:10px 12px;background:#fff;box-shadow:none;color:var(--text-primary)}textarea{resize:vertical}.toolbar,.card-header{align-items:flex-start}.planning-toolbar-actions{width:min(720px,100%);justify-content:flex-end}.planning-import-form,.toolbar-inline-form{align-items:stretch}.planning-focus-note{max-width:none;padding:16px 18px;gap:8px;background:var(--surface-subtle);border:1px solid var(--border-subtle)}.planning-board-card,.conflict-card,.analytics-shell,.admin-surface-card,.workspace-admin-shell,.workspace-admin-section{background:var(--surface-panel)}.conflict-card .card-header span{color:var(--text-secondary)}.allocation-strip{padding:14px 0 2px;gap:10px}.allocation-pill{border:1px solid var(--border-subtle);background:var(--surface-subtle)}.workspace-admin-layout{gap:18px}.workspace-admin-shell{padding:22px}.workspace-admin-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.workspace-admin-header-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.workspace-admin-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.workspace-admin-tabs button{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-height:68px;padding:12px 14px;border-radius:14px;border:1px solid var(--border-subtle);background:var(--surface-subtle);box-shadow:none;font-size:.92rem;line-height:1.2}.workspace-admin-tabs button small{color:var(--text-muted);font-size:.76rem}.workspace-admin-tabs button.active{background:#122238;color:#fff}.workspace-admin-tabs button.active small{color:#ffffffb8}.workspace-admin-overview-card{gap:8px;background:var(--surface-subtle)}.workspace-admin-overview-card span,.workspace-admin-overview-card small{color:var(--text-secondary)}.workspace-admin-callout{padding:18px 20px;background:var(--surface-subtle)}.workspace-admin-callout-copy{display:flex;flex-direction:column;gap:6px}.workspace-admin-section{padding:20px}.workspace-admin-section-heading,.workspace-admin-subsection-heading{display:flex;flex-direction:column;gap:6px}.workspace-admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workspace-admin-form-card .toolbar-inline-form>label,.workspace-admin-form-card .planning-settings-inline>label{flex:1 1 180px;min-width:0;margin-bottom:0}.workspace-admin-form-card .toolbar-inline-form>button{align-self:flex-end}.workspace-admin-form-card .field-hint{margin-top:4px}.access-panel,.workspace-admin-shell,.workspace-admin-section,.admin-surface-card{border-radius:18px}.access-panel .card-header,.workspace-admin-section .card-header{align-items:flex-start}.confirm-dialog-copy{margin:0;color:var(--text-secondary)}.workspace-admin-form-card{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:16px;border:1px solid var(--border-subtle);background:var(--surface-subtle)}.import-screen{display:flex;flex-direction:column;gap:16px}.import-screen>.card,.screen-grid>.admin-surface-card{min-width:0}.people-table-wrap{border:1px solid var(--border-subtle);border-radius:16px;overflow:auto;background:var(--surface-subtle)}.people-table{width:100%;border-collapse:collapse;min-width:920px}.people-table th,.people-table td{padding:12px 14px;border-bottom:1px solid rgba(15,23,42,.06);text-align:left}.people-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#ffffffb8}.table-row,.editable-row,.activity-item,.diff-item,.sync-item,.access-row,.conflict-pill{background:var(--surface-subtle);border:1px solid rgba(15,23,42,.06)}@media(max-width:1100px){.auth-card{aspect-ratio:auto;min-height:0}.planning-layout,.history-layout,.screen-grid,.access-layout{grid-template-columns:1fr}.workspace-admin-overview{grid-template-columns:1fr 1fr}.workspace-admin-tabs,.workspace-admin-form-grid,.team-member-row,.vacation-row,.editable-row,.team-member-row-main,.team-member-row-secondary{grid-template-columns:1fr}.toolbar,.access-invite-form,.access-row,.workspace-admin-header{flex-direction:column}.toolbar-inline-form{width:100%}.topbar-create-board-popover{left:0;right:auto}.timeline-panel-header{flex-direction:column;align-items:flex-start}.timeline-header-actions{width:100%;justify-content:stretch}.timeline-filter-control,.timeline-header-action-group,.timeline-view-mode-control{width:100%}.timeline-header-action-group{justify-content:stretch}.timeline-header-action-group button,.timeline-view-mode-control button{flex:1 1 0}.app-topbar{align-items:stretch}.topbar-control-group,.topbar-field,.topbar-screen-nav,.topbar-screen-nav button{min-width:0;width:100%}.topbar-controls{width:100%;justify-content:stretch;flex-wrap:wrap}.topbar-screen-nav{flex-wrap:wrap}.workspace-admin-form-card .toolbar-inline-form>button{align-self:stretch}.topbar-status-cluster,.topbar-session-cluster{width:100%;justify-content:flex-start;flex-wrap:wrap}.status-pill-dirty-slot,.status-pill-sync-slot{min-width:0;width:auto}.planning-toolbar-actions{width:100%;justify-content:stretch}.modal-grid{grid-template-columns:1fr}}:root{--surface-app: #f3f5f8;--surface-strong: #ffffff;--surface-panel: #ffffff;--surface-section: #f7f9fc;--surface-subtle: #f6f8fb;--surface-muted: #eef2f7;--surface-label: #fbfcfe;--border-subtle: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--text-primary: #0f1f32;--text-secondary: #516173;--text-muted: #6d7b8c;--shadow-panel: 0 12px 32px rgba(15, 23, 42, .06)}body{background:linear-gradient(180deg,#ffffffb3,#ffffffb3),linear-gradient(180deg,#f5f7fa,#eef2f6)}.app-shell{max-width:1680px;padding:24px 24px 40px;gap:18px}.topbar,.card,.screen-nav,.error-banner,.glass-panel{border-radius:18px;border:1px solid var(--border-subtle);background:var(--surface-panel);box-shadow:var(--shadow-panel)}.topbar{padding:12px 16px}.topbar-brand h1,.workspace-admin-header-copy h2,.planning-toolbar-copy h2,.analytics-shell h2,.global-admin-layout h2{letter-spacing:-.02em}.screen-nav{padding:6px;gap:6px;border-radius:16px;background:var(--surface-subtle)}.screen-nav button{min-width:144px;border-radius:12px;padding:11px 14px;color:var(--text-secondary);font-weight:600}.screen-nav button.active{background:#14263b}.app-topbar .topbar-brand .section-eyebrow,.app-topbar .topbar-brand p{display:none}button{border-radius:12px;font-weight:600}.primary-button{background:linear-gradient(180deg,#16324d,#11253b)}.secondary-button{background:#edf2f7;border:1px solid rgba(20,38,59,.08)}.ghost-button{background:#fff;color:#31475f}.danger-button{background:#fff4f4}input,select,textarea{min-height:44px;border-radius:12px;background:#fff}.timeline-filter-control select{min-height:32px;border-radius:0;background:transparent}textarea{min-height:112px}label>span,.field-hint,.compact-field-hint,.table-meta,.topbar-field span{color:var(--text-muted)}.card-header,.workspace-admin-header,.workspace-admin-section-heading,.workspace-admin-subsection-heading,.analytics-header{gap:10px}.card-header{justify-content:space-between}.section-eyebrow{font-size:.72rem;letter-spacing:.1em}.status-pill,.conflict-pill,.sync-status{min-height:38px;padding:8px 12px;border-radius:999px;border:1px solid transparent;font-size:.86rem;font-weight:600}.status-pill.ok,.sync-status.success{background:#e9f7ef;color:#146534;border-color:#1465341a}.status-pill.warning,.sync-status.partial{background:#fff4d8;color:#96640c;border-color:#96640c24}.status-pill.neutral{background:var(--surface-subtle);color:#425468;border-color:#4254681a}.topbar-controls{gap:14px}.topbar-control-group,.topbar-create-board,.topbar-status-cluster,.topbar-session-cluster{align-self:stretch}.topbar-field{gap:8px}.topbar-field select,.topbar-workspace-field select{min-height:36px;padding:0 12px}.topbar-status-cluster{padding:4px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--surface-subtle)}.topbar-session-cluster{padding-left:2px}.status-pill-fixed{min-height:42px}.toolbar,.planning-toolbar-actions{gap:14px}.planning-toolbar-meta,.analytics-header-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.planning-toolbar-meta{min-width:0}.planning-summary-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:16px;background:var(--surface-subtle)}.planning-summary-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.planning-summary-strip{display:flex;gap:8px;flex-wrap:wrap}.planning-summary-pill{display:flex;flex-direction:column;gap:2px;min-width:160px;padding:8px 10px;border-radius:12px;border:1px solid var(--border-subtle);background:#fffc}.planning-summary-pill strong{font-size:.74rem;color:#2a3f56}.planning-summary-pill span{font-size:.78rem;color:#5a6f85}.planning-summary-pill-wide{flex:1 1 320px}.planning-toolbar-actions{align-items:stretch}.toolbar-inline-form,.planning-import-form{padding:0;border:0;background:transparent}.toolbar-inline-form input,.planning-import-form input{min-width:220px}.planning-focus-note,.workspace-admin-callout{border-radius:16px;background:var(--surface-subtle)}.planning-focus-note{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:start}.planning-focus-note strong{font-size:.9rem}.planning-board-card,.conflict-card,.analytics-shell,.admin-surface-card,.workspace-admin-shell,.workspace-admin-section,.admin-overview-card{border-radius:18px}.planning-board-card{padding:0;overflow:hidden}.timeline-panel{border:0;border-radius:0;padding:10px 10px 12px;background:var(--surface-panel)}.timeline-shell{border-radius:14px}.compact-epic-dialog{width:min(420px,100%)}.compact-epic-dialog label{gap:6px}.compact-epic-dialog input{min-height:40px}.allocation-strip{padding:0 20px 20px}.allocation-pill{min-width:120px;border-radius:14px}.conflict-card{background:linear-gradient(180deg,#fff,#fbfcfe)}.conflict-pill{border-radius:14px}.global-admin-layout{display:flex;flex-direction:column;gap:18px}.global-admin-header-meta{display:flex;flex-direction:column;gap:12px;align-items:flex-end;min-width:min(360px,100%)}.global-admin-create-panel{display:grid;grid-template-columns:minmax(220px,320px) auto;gap:10px;width:100%}.global-admin-create-panel input{min-width:0}.ambition-settings-card{display:flex;flex-direction:column;gap:14px}.ambition-settings-list{display:flex;flex-direction:column;gap:10px}.ambition-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border-subtle);border-radius:12px;background:#fff}.ambition-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;margin:0;flex:1 1 auto;width:100%;text-align:left}.ambition-toggle input{width:16px;height:16px;flex:0 0 auto}.ambition-settings-actions{display:inline-flex;gap:8px}.workspace-admin-form-grid.compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.global-admin-grid{align-items:start}.admin-overview-card{padding:22px}.global-admin-overview{margin-top:8px}.workspace-admin-shell,.workspace-admin-section,.admin-surface-card,.analytics-shell{padding:22px}.no-workspace-card{width:min(720px,100%);min-height:0;display:flex;flex-direction:column;gap:18px;align-items:stretch;padding:28px}.no-workspace-copy,.no-workspace-instructions{display:flex;flex-direction:column;gap:8px}.no-workspace-instructions{padding:18px 20px;border-radius:16px;border:1px solid var(--border-subtle);background:var(--surface-subtle)}.no-workspace-instructions strong{font-size:.92rem}.workspace-admin-header-meta,.analytics-header-meta{justify-content:flex-end}.workspace-admin-tabs{gap:8px}.workspace-admin-tabs button{min-height:76px;background:#f7f9fc}.workspace-admin-tabs button.active{background:#14263b}.workspace-admin-overview-card,.workspace-admin-form-card{background:var(--surface-subtle)}.workspace-admin-form-card,.people-table-wrap{border-radius:14px}.people-table th{background:#f8fafc}.table-list{gap:8px}.table-row,.editable-row,.activity-item,.diff-item,.sync-item,.access-row,.conflict-pill{border-radius:14px;background:var(--surface-subtle)}.table-row strong,.editable-row strong{color:var(--text-primary)}.analytics-shell .empty-state,.admin-surface-card .empty-state{min-height:140px}@media(max-width:1100px){.topbar{padding:18px}.planning-focus-note{grid-template-columns:1fr}.planning-summary-header{flex-direction:column}.planning-toolbar-meta,.analytics-header-meta,.workspace-admin-header-meta,.global-admin-header-meta{width:100%;justify-content:flex-start;align-items:flex-start}.timeline-inline-composer input{min-width:180px}.global-admin-create-panel{grid-template-columns:1fr}}
