:root{color-scheme:light;--brand-purple: #6f5ce7;--brand-blue: #2f80ed;--brand-teal: #12b886;--brand-amber: #f59f00;--ink: #111827;--muted: #64748b;--line: #dbe4ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef3f8;color:var(--ink);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.72}.app-shell{display:grid;grid-template-columns:292px minmax(0,1fr);min-height:108.6957vh;zoom:.92;background:radial-gradient(circle at 72% 8%,rgba(111,92,231,.14),transparent 30%),linear-gradient(180deg,#f5f7fcf5,#e6ecf6eb),#e8eef7}.app-shell.sidebar-collapsed{grid-template-columns:78px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:28px;height:108.6957vh;padding:26px 20px;border-right:1px solid var(--line);background:linear-gradient(180deg,#fbfcff,#f3f6fb)}.brand-lockup,.login-brand{display:flex;align-items:center;justify-content:center}.brand-lockup{position:relative;gap:8px}.sidebar-toggle{position:absolute;top:-4px;right:-8px;display:inline-grid;width:30px;height:30px;place-items:center;border:0;border-radius:0;color:var(--muted);background:transparent}.sidebar-toggle:hover{color:var(--brand-purple);background:transparent}.sidebar-collapsed .sidebar{gap:20px;padding:18px 12px}.sidebar-collapsed .brand-logo{width:50px;height:50px}.sidebar-collapsed .brand-lockup{justify-content:center;padding-top:24px}.sidebar-collapsed .sidebar-toggle{top:0;right:50%;transform:translate(50%);background:transparent}.sidebar-collapsed .nav-item{justify-content:center;padding:10px 6px}.sidebar-collapsed .nav-item span,.sidebar-collapsed .nav-item svg:last-child,.sidebar-collapsed .team-panel,.sidebar-collapsed .sidebar-theme-toggle span,.sidebar-collapsed .logout-button span{display:none}.sidebar-collapsed .sidebar-theme-toggle,.sidebar-collapsed .logout-button{justify-content:center;padding:0}.login-brand img{width:46px;height:46px;object-fit:contain}.brand-logo{width:176px;height:74px;object-fit:contain;object-position:center}.brand-lockup strong,.login-brand h1{display:block;margin:0;color:#0f172a;font-size:20px;line-height:1.05}.brand-lockup span,.login-brand span{display:block;margin-top:3px;color:var(--muted);font-size:13px}.nav-stack{display:grid;gap:8px;flex:0 0 auto}.nav-item,.logout-button,.ghost-button,.primary-button,.microsoft-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;border:0;border-radius:8px}.nav-item{justify-content:flex-start;width:100%;padding:12px;color:#475569;background:transparent;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-item svg:last-child{margin-left:auto}.nav-item.active{color:#0f172a;background:#ece9ff;box-shadow:inset 3px 0 0 var(--brand-purple)}.nav-item:hover,.logout-button:hover,.ghost-button:hover{background:#edf2f7}.nav-item.active svg:first-child{color:var(--brand-purple)}.team-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;min-height:0;flex:1 1 auto;overflow:hidden}.team-list{display:grid;gap:10px;min-height:0;max-height:100%;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.panel-title{display:flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:700;text-transform:uppercase}.team-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center}.team-row strong,.card-footer strong{display:block;overflow:hidden;min-width:0;flex:1 1 auto;color:#0f172a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.team-row span:not(.avatar){display:block;color:#64748b;font-size:12px}.avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;overflow:hidden;border-radius:50%;color:#fff;font-size:12px;font-weight:800;line-height:1;letter-spacing:0;text-align:center;white-space:nowrap}.avatar.small{width:28px;height:28px;flex-basis:28px;font-size:10px}.logout-button{justify-content:flex-start;margin-top:auto;padding:0 12px;color:#475569;background:transparent}.workspace{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:18px;min-width:0;padding:28px}.settings-workspace{align-content:start;grid-template-rows:auto minmax(0,1fr)}.timesheet-workspace{align-content:stretch;grid-template-rows:auto auto minmax(0,1fr)}.topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}.topbar-view-row{display:flex;align-items:center;gap:10px;flex:1 0 100%;justify-content:flex-end}.eyebrow{display:block;margin-bottom:4px;color:var(--brand-purple);font-size:12px;font-weight:800;text-transform:uppercase}.topbar h1{margin:0;color:#0f172a;font-size:31px;line-height:1.12}.topbar-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px;min-width:min(100%,420px)}.member-task-filter{position:relative;flex:0 0 auto}.active-filter{border-color:#818cf8;color:#3730a3;background:#e0e7ff}.member-task-filter-menu{position:fixed;right:auto;z-index:1000;display:grid;gap:10px;width:min(330px,calc(100vw - 32px));padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a29}.member-task-filter-heading,.member-task-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.member-task-filter-heading>div{display:grid;gap:3px}.member-task-filter-heading strong{color:#0f172a;font-size:14px}.member-task-filter-heading span{color:#64748b;font-size:12px}.member-task-filter-list{display:grid;gap:4px;max-height:280px;overflow-y:auto;padding-right:2px}.member-task-filter-option{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;min-height:42px;padding:5px 7px;border:1px solid transparent;border-radius:7px;color:#334155;font-size:13px;font-weight:800;text-align:left;background:transparent}.member-task-filter-option:hover,.member-task-filter-option.selected{border-color:#c7d2fe;color:#3730a3;background:#f5f3ff}.member-task-filter-option .avatar{width:28px;height:28px;font-size:10px}.filter-check{display:grid;width:18px;height:18px;place-items:center;border:1px solid #cbd5e1;border-radius:5px;color:#fff;font-size:12px;background:#fff}.member-task-filter-option.selected .filter-check{border-color:#4f46e5;background:#4f46e5}.board-view-toggle{display:inline-flex;align-items:center;flex:0 0 auto;overflow:hidden;border:1px solid #d7e0eb;border-radius:8px;background:#fff}.board-view-toggle button{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 10px;border:0;border-right:1px solid #d7e0eb;color:#64748b;font-size:13px;font-weight:800;background:transparent}.board-view-toggle button:last-child{border-right:0}.board-view-toggle button:hover,.board-view-toggle button.active{color:#4338ca;background:#f5f3ff}.task-list-view{display:block;width:100%;min-width:100%;height:100%;min-height:0;overflow:auto;border:1px solid #d6def0;border-radius:8px;background:#fff}.task-list-header,.task-list-row{display:grid;grid-template-columns:minmax(140px,1.7fr) minmax(105px,1.1fr) minmax(90px,1fr) minmax(90px,.8fr) minmax(80px,.7fr) minmax(85px,.8fr) 30px;align-items:center;gap:8px;min-width:0}.task-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 16px;border-bottom:1px solid #dbe4ef;color:#64748b;background:#f8faff}.task-list-toolbar div{display:inline-flex;align-items:center;gap:8px;color:#4338ca}.task-list-toolbar strong{color:#334155;font-size:13px}.task-list-toolbar>span{color:#64748b;font-size:12px;font-weight:800}.task-list-header{min-height:44px;padding:0 10px;border-bottom:1px solid #dbe4ef;color:#64748b;font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase;background:#f8faff}.task-list-groups{display:grid;align-content:start;gap:10px;min-height:max-content;overflow:visible;padding:10px}.task-list-group{overflow:hidden;min-width:0;border:1px solid color-mix(in srgb,var(--stage-accent, #6f5ce7) 28%,#dbe4ef);border-radius:8px;background:#fff}.task-list-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:0 10px;border:0;border-left:4px solid var(--stage-accent, #6f5ce7);color:#334155;background:color-mix(in srgb,var(--stage-accent, #6f5ce7) 8%,#ffffff)}.task-list-group-header:hover{background:color-mix(in srgb,var(--stage-accent, #6f5ce7) 13%,#ffffff)}.task-list-group-header>div{display:inline-flex;align-items:center;gap:8px}.task-list-group-header svg{color:#64748b;transition:transform .28s cubic-bezier(.22,1,.36,1),color .22s ease;transform:rotate(90deg)}.task-list-group-header svg.collapsed{transform:rotate(0)}.task-list-group-header i{width:9px;height:9px;border-radius:50%;background:var(--stage-accent, #6f5ce7)}.task-list-group-header strong{color:#334155;font-size:14px}.task-list-group-header span{display:inline-grid;min-width:23px;height:23px;place-items:center;border-radius:999px;color:#475569;font-size:11px;font-weight:900;background:#e2e8f0}.task-list-group-header em{color:#64748b;font-size:11px;font-style:normal;font-weight:800}.task-list-rows{display:grid;align-content:start;min-width:0}.task-list-group:not(:has(.task-list-group-header svg.collapsed)) .task-list-header,.task-list-group:not(:has(.task-list-group-header svg.collapsed)) .task-list-rows{animation:accordion-content-in .28s cubic-bezier(.22,1,.36,1) both;transform-origin:top}.task-list-row{min-height:62px;padding:9px 10px;border-bottom:1px solid #edf1f6;color:#334155;background:#fff;cursor:pointer}.task-list-row:hover,.task-list-row:focus-visible{outline:0;background:#f8faff}.task-list-title,.task-list-stage,.task-list-owner{min-width:0}.task-list-title{display:grid;gap:3px}.task-list-title strong,.task-list-title span,.task-list-owner>span:last-child,.task-list-context,.task-list-date{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-list-title strong{color:#0f172a;font-size:14px}.task-list-title span{color:#64748b;font-size:11px}.task-list-stage,.task-list-owner{display:flex;align-items:center;gap:7px;color:#475569;font-size:13px;font-weight:700}.task-list-stage i{width:8px;height:8px;flex:0 0 8px;border-radius:50%}.task-list-context,.task-list-date{color:#475569;font-size:13px;font-weight:700}.task-list-row .priority{max-width:100%;width:fit-content}.task-list-row .work-type{max-width:100%}.task-list-type-spacer{color:#94a3b8;font-size:13px}.task-list-empty{display:grid;min-height:170px;place-items:center;color:#94a3b8;font-size:14px;font-weight:800}.search-box{display:flex;align-items:center;gap:8px;min-width:0;flex:1;height:42px;padding:0 12px;border:1px solid #d7e0eb;border-radius:8px;color:#64748b;background:#fff}.search-box input{width:100%;min-width:0;border:0;outline:0;color:#0f172a}.primary-button,.microsoft-button{padding:0 16px;color:#fff;font-weight:800;background:#4338ca;box-shadow:0 12px 28px #4f46e533}.primary-button:hover,.microsoft-button:hover{background:#372f9f}.primary-button.wide{width:100%}.sync-indicator{display:flex;align-items:center;gap:10px;min-height:72px;padding:14px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 10px 24px #0f172a0d}.sync-indicator{justify-content:center;color:#0f766e;font-size:13px;font-weight:800}.kanban-board{--kanban-column-width: 356px;display:grid;grid-auto-columns:var(--kanban-column-width);grid-auto-flow:column;gap:14px;align-items:stretch;height:100%;min-height:0;overflow:visible;padding:0}.kanban-container{min-width:0;min-height:0;height:calc(100vh - 176px);max-height:calc(100vh - 176px);overflow:auto;padding:14px;border:1px solid var(--line);border-radius:12px;background:#e7edf5;scrollbar-width:thin}.kanban-column{display:grid;grid-template-rows:auto minmax(0,1fr);width:var(--kanban-column-width);min-width:var(--kanban-column-width);max-width:var(--kanban-column-width);height:100%;min-height:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent, #6f5ce7) 28%,#dbe4ef);border-top:4px solid var(--accent, #6f5ce7);border-radius:8px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #6f5ce7) 11%,#ffffff),#f3f7fb 45%);transition:border-color .16s ease,background .16s ease}.kanban-column.over{border-color:var(--accent, var(--brand-purple));background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #6f5ce7) 17%,#ffffff),#f5f3ff 48%)}.column-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:54px;padding:12px 12px 10px}.column-header>div{display:flex;align-items:center;gap:8px;min-width:0}.column-header>div:first-child span{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--accent)}.column-header strong{overflow:hidden;color:#334155;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.column-header em{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;border-radius:999px;color:#475569;font-size:12px;font-style:normal;font-weight:800;background:#e2e8f0}.column-actions,.card-actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.card-actions{min-width:0;max-width:100%;justify-content:flex-end;overflow:hidden}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border:1px solid #dbe4ef;border-radius:8px;color:#475569;background:#fff;box-shadow:0 4px 14px #0f172a0d}.icon-button:hover{color:#4338ca;border-color:#c4b5fd;background:#f5f3ff}.refresh-dashboard-button{width:38px;height:38px}.icon-button.danger:hover{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid #fecaca;border-radius:8px;padding:0 13px;color:#b91c1c;font-weight:800;background:#fff1f2}.danger-button:hover{border-color:#fca5a5;background:#fee2e2}.card-stack{display:grid;grid-auto-rows:min-content;align-content:start;gap:10px;min-height:0;overflow-y:auto;padding:0 10px 12px;scrollbar-width:thin}.sortable-card{touch-action:auto;width:100%;min-width:0}.sortable-card.dragging{opacity:.42}.card-tile{box-sizing:border-box;display:flex;flex-direction:column;gap:11px;width:100%;min-width:0;min-height:176px;height:176px;max-height:176px;overflow:hidden;position:relative;padding:58px 14px 14px;border:1px solid #d9e2ec;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 12px 30px #0f172a12}.card-tile[role=button]{cursor:pointer}.card-tile[role=button]:hover{border-color:#c4b5fd;box-shadow:0 18px 38px #4338ca1f;transform:translateY(-1px)}.card-tile.overlay{width:280px;transform:rotate(1deg);box-shadow:0 24px 54px #0f172a33}.card-topline,.card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;width:100%}.card-topline{position:absolute;top:0;right:0;left:0;z-index:2;box-sizing:border-box;align-items:flex-start;display:flex;flex-wrap:nowrap;flex:0 0 auto;justify-content:space-between;min-height:30px;padding:14px;border-radius:7px 7px 0 0;background:inherit}.card-badges{display:flex;flex:1 1 150px;flex-wrap:wrap;gap:6px;min-width:0}.card-badges .work-type,.card-badges .priority{max-width:128px;overflow:hidden;text-overflow:ellipsis}.card-topline .card-actions{flex:0 0 auto;justify-content:flex-end;max-width:none;overflow:visible}.drag-handle{cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.priority,.date-chip,.estimation-chip{display:inline-flex;align-items:center;gap:5px;max-width:116px;min-width:0;min-height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-actions .date-chip{flex:0 1 auto}.card-badges .estimation-chip{max-width:100px;font-weight:500}.card-badges .work-type,.card-badges .priority{font-weight:500}.card-actions .icon-button{flex:0 0 29px}.priority-low{color:#0f766e;background:#ccfbf1}.priority-medium{color:#6b4c00;background:#fff3bf}.priority-high{color:#b91c1c;background:#fee2e2}.work-type{display:inline-flex;align-items:center;gap:5px;width:fit-content;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-type-bug{color:#b91c1c;background:#fee2e2}.work-type-feature{color:#1d4ed8;background:#dbeafe}.work-type-chore{color:#475569;background:#e2e8f0}.work-type-improvement{color:#047857;background:#d1fae5}.work-type-spike{color:#b45309;background:#fef3c7}.work-type-documentation{color:#6d28d9;background:#ede9fe}.date-chip{color:#475569;background:#f1f5f9}.hours-chip{color:#4338ca;background:#ede9fe}.estimation-chip{color:#6b4c00;background:#fff3bf}.card-tile h3{order:2;display:-webkit-box;min-height:41px;max-width:100%;margin:0;overflow:hidden;color:#111827;font-size:16px;line-height:1.28;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-tile p{display:-webkit-box;max-width:100%;margin:0;overflow:hidden;color:#64748b;font-size:13px;line-height:1.45;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tag-strip{display:flex;flex-wrap:wrap;gap:7px;max-height:31px;overflow:hidden}.tag-chip{display:inline-flex;align-items:center;gap:5px;width:fit-content;min-height:24px;border:1px solid color-mix(in srgb,var(--tag-color) 42%,#ffffff);border-radius:999px;padding:0 8px;color:color-mix(in srgb,var(--tag-color) 72%,#111827);font-size:12px;font-weight:800;background:color-mix(in srgb,var(--tag-color) 12%,#ffffff)}.relation-strip{display:flex}.relation-strip span{display:inline-flex;align-items:center;gap:5px;width:fit-content;min-height:24px;border:1px solid #c7d2fe;border-radius:999px;padding:0 8px;color:#4338ca;font-size:12px;font-weight:800;background:#eef2ff}.card-meta{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:auto}.card-meta span{display:block;color:#94a3b8;font-size:11px;font-weight:800;text-transform:uppercase}.card-meta strong{display:-webkit-box;min-width:0;overflow:hidden;color:#334155;font-size:13px;line-height:1.28;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-footer{order:3;flex:0 0 auto;margin-top:auto;justify-content:flex-start;padding-top:8px;border-top:1px solid #edf2f7}.card-footer strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-owner-avatars{display:inline-flex;align-items:center;flex:0 0 auto}.card-owner-avatars .avatar+.avatar{margin-left:-7px;border:2px solid #fff}.owner-more{color:#475569;background:#e2e8f0}.empty-column{display:flex;align-items:center;justify-content:center;min-height:128px;border:1px dashed #cbd5e1;border-radius:8px;color:#94a3b8;font-size:13px;font-weight:800}[data-theme=dark]{color-scheme:dark;--ink: #e5e7eb;--muted: #94a3b8;--line: #334155;background:#0f172a;color:var(--ink)}[data-theme=dark] body{background:#0f172a;color:var(--ink)}[data-theme=dark] .app-shell{background:radial-gradient(circle at 72% 8%,rgba(111,92,231,.18),transparent 30%),linear-gradient(180deg,#111827,#0f172a)}[data-theme=dark] .sidebar,[data-theme=dark] .topbar,[data-theme=dark] .workspace{background:#111827}[data-theme=dark] .sidebar{border-color:#263449}[data-theme=dark] .brand-lockup strong,[data-theme=dark] .topbar h1,[data-theme=dark] .nav-item,[data-theme=dark] .nav-item.active,[data-theme=dark] .team-row strong,[data-theme=dark] .card-tile h3,[data-theme=dark] .card-detail-hero h2,[data-theme=dark] .modal-card h2,[data-theme=dark] .settings-card h3,[data-theme=dark] .task-list-title strong{color:#f8fafc}[data-theme=dark] .nav-item:hover,[data-theme=dark] .logout-button:hover,[data-theme=dark] .ghost-button:hover{background:#1e293b}[data-theme=dark] .nav-item.active{background:#292354}[data-theme=dark] .team-panel,[data-theme=dark] .panel-title,[data-theme=dark] .team-row span:not(.avatar),[data-theme=dark] .topbar .eyebrow,[data-theme=dark] .card-tile p,[data-theme=dark] .card-meta span,[data-theme=dark] .task-list-title span,[data-theme=dark] .detail-summary-item>span{color:#94a3b8}[data-theme=dark] .card-tile,[data-theme=dark] .column,[data-theme=dark] .settings-card,[data-theme=dark] .modal-card,[data-theme=dark] .card-detail-modal,[data-theme=dark] .task-list-row,[data-theme=dark] .detail-section,[data-theme=dark] .history-panel,[data-theme=dark] .composer-card{border-color:#334155;background:#172033;color:#e5e7eb;box-shadow:0 12px 30px #02061747}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .search-box,[data-theme=dark] .app-select-trigger,[data-theme=dark] .rich-text-editor,[data-theme=dark] .icon-button,[data-theme=dark] .ghost-button{border-color:#475569;background:#111827;color:#e5e7eb}[data-theme=dark] .primary-button,[data-theme=dark] .microsoft-button{color:#fff}[data-theme=dark] .date-chip,[data-theme=dark] .hours-chip,[data-theme=dark] .estimation-chip{background:#263449;color:#cbd5e1}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:1px solid var(--line);border-radius:9px;color:var(--muted);background:transparent}.theme-toggle:hover{color:var(--brand-purple);background:#edf2f7}.sidebar-theme-toggle{width:100%;justify-content:flex-start;margin-top:auto;padding:0 12px;gap:9px}.sidebar-theme-toggle+.logout-button{margin-top:0}.team-toggle{width:100%;border:0;padding:0;background:transparent;cursor:pointer;text-align:left}.team-toggle svg:last-child{margin-left:auto;transition:transform .28s cubic-bezier(.22,1,.36,1),color .22s ease}.team-toggle svg:last-child.expanded{transform:rotate(90deg)}.team-panel.collapsed{flex:0 0 auto}.team-panel:not(.collapsed) .team-list{animation:accordion-content-in .28s cubic-bezier(.22,1,.36,1) both;transform-origin:top}@keyframes accordion-content-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .theme-toggle:hover{background:#1e293b}.login-screen{display:grid;grid-template-columns:minmax(430px,.38fr) minmax(620px,1fr);min-height:100vh;background:linear-gradient(120deg,#fffffffa,#f5f9ffeb 38%,#e7edffd6),#e8eef6}.login-panel{display:flex;flex-direction:column;justify-content:center;gap:28px;min-height:100vh;padding:clamp(32px,5vw,76px);border-right:1px solid #dbe4ef;background:linear-gradient(180deg,#fffffff5,#f8faffeb),#fff}.login-brand img{width:min(228px,100%);height:78px;object-fit:contain;object-position:center}.login-copy{display:grid;gap:10px}.security-pill{display:inline-flex;align-items:center;gap:7px;width:fit-content;min-height:30px;padding:0 10px;border-radius:999px;color:#4338ca;font-size:13px;font-weight:800;background:#ede9fe}.login-copy h1{margin:0;color:#4338ca;font-size:72px;line-height:.88}.login-copy h2{max-width:460px;margin:4px 0 0;color:#0f172a;font-size:38px;line-height:1.04}.login-copy p{max-width:430px;margin:0;color:#475569;font-size:17px;line-height:1.55}.login-fields{display:grid;gap:12px;width:min(100%,420px)}.login-fields label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.login-fields input{min-height:44px;border:1px solid #d7e0eb;border-radius:8px;padding:0 12px;color:#0f172a;background:#fff;outline:0}.login-error{max-width:360px;margin:-16px 0 0;color:#b91c1c;font-size:13px;font-weight:800;line-height:1.45}.modal-error{margin:-6px 0 2px;color:#b91c1c;font-size:13px;font-weight:800;line-height:1.45}.microsoft-button{width:min(100%,330px);min-width:0;height:48px;background:#4338ca}.login-preview{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:clamp(34px,5.8vw,92px);overflow:hidden}.login-preview:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(111,92,231,.12);border-radius:8px;background:#ffffff61;box-shadow:0 36px 90px #4338ca24}.login-preview img{position:relative;width:min(100%,1080px);aspect-ratio:16 / 10;object-fit:contain;border-radius:8px;filter:drop-shadow(0 34px 58px rgba(67,56,202,.18))}.login-preview-card{position:absolute;right:clamp(28px,5vw,88px);bottom:clamp(28px,5vw,86px);display:grid;gap:2px;min-width:168px;padding:14px 16px;border:1px solid rgba(219,228,239,.88);border-radius:8px;background:#ffffffc7;box-shadow:0 18px 46px #0f172a1c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-preview-card span{color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase}.login-preview-card strong{color:#0f172a;font-size:25px;line-height:1}.login-secondary-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.login-secondary-actions span{color:#0f766e;font-size:13px;font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a6b;z-index:20}.composer{display:grid;gap:18px;width:min(820px,100%);max-height:min(840px,calc(100vh - 40px));overflow-y:auto;padding:24px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.composer:not(.editing)>.composer-footer{margin:0;padding:16px 24px 24px;border-top:1px solid #e2e8f0}.composer:not(.editing)>div:not(.composer-footer){display:grid;gap:20px;min-height:0;overflow-y:auto;padding:24px}.composer:not(.editing){grid-template-rows:auto minmax(0,1fr) auto;height:min(840px,calc(100vh - 40px));max-height:none;overflow:hidden;padding:0}.composer:not(.editing)>header{padding:24px;border-bottom:1px solid #e2e8f0;background:#fff}.composer:not(.editing) .form-grid{gap:16px}.composer:not(.editing) label{gap:9px}.card-detail-editor{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto;width:min(1080px,calc(100vw - 40px));height:min(840px,calc(100vh - 40px));max-height:none;overflow:hidden;padding:0;border-radius:12px}.embedded-composer{display:contents}.detail-edit-form{display:grid;gap:14px;width:100%;max-height:none;overflow:visible;padding:0;border-radius:0;background:transparent;box-shadow:none}.detail-edit-form>.composer-footer{position:static;margin:0 -22px -22px;padding:14px 22px}.detail-title-input{display:block;width:min(640px,100%);min-height:42px;border:1px solid #c7d2fe;border-radius:8px;padding:7px 10px;color:#0f172a;background:#fff;font:inherit;font-size:28px;font-weight:800;line-height:1.15;outline:0}.card-detail-editor>.card-detail-hero{grid-column:1;padding:20px 22px 14px}.card-detail-editor-body{display:grid;align-content:start;gap:14px;min-height:0;padding:18px 22px 22px;overflow-y:auto}.card-detail-editor>.composer-footer{margin:0;padding:14px 22px;border-top:1px solid #e2e8f0}[data-theme=dark] .card-detail-editor>.composer-footer{border-top-color:#334155}.composer.editing>*{order:10}.composer.editing>header{order:1}.composer.editing>.modal-error{order:2}.composer.editing>.composer-title-field{order:3}.composer.editing>.composer-context-fields{order:4}.composer.editing>.composer-owner-fields{order:5}.composer.editing>.composer-planning-fields{order:6}.composer.editing>.composer-footer{order:99}.composer.editing .composer-context-fields,.composer.editing .composer-owner-fields,.composer.editing .composer-planning-fields{padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcff)}.user-create-modal{display:grid;gap:14px;width:min(520px,100%);padding:20px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.user-create-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px}.user-create-modal h2{margin:0;color:#0f172a;font-size:24px}.user-create-modal label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.user-create-modal input{min-height:42px;width:100%;border:1px solid #d7e0eb;border-radius:8px;padding:0 11px;color:#0f172a;background:#fff;outline:0}.project-create-modal{display:grid;gap:14px;width:min(520px,100%);padding:20px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.project-create-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-create-modal h2{margin:0;color:#0f172a;font-size:24px}.project-create-modal label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.project-create-modal input{min-height:42px;width:100%;border:1px solid #d7e0eb;border-radius:8px;padding:0 11px;color:#0f172a;background:#fff;outline:0}.card-detail-modal{display:grid;grid-template-columns:1fr 310px;grid-template-rows:auto 1fr;width:min(1080px,calc(100vw - 40px));height:min(840px,calc(100vh - 40px));overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.card-detail-hero,.card-detail-actions,.detail-section-title{display:flex;align-items:center;gap:12px}.card-detail-hero{grid-column:1 / -1;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid #e2e8f0}.card-detail-body{display:flex;flex-direction:column;gap:14px;padding:18px 22px 22px;overflow-y:auto}.card-detail-history{display:flex;flex-direction:column;gap:12px;padding:16px;border-left:1px solid #e2e8f0;background:#f8fafc;overflow-y:auto}.history-panel-header{display:flex;align-items:center;gap:8px;color:#4338ca;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.history-panel-header h3{margin:0;font-size:14px;color:#0f172a}.card-detail-hero h2{max-width:640px;margin:0;color:#0f172a;font-size:28px;line-height:1.15}.card-detail-hero .detail-title-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f124}.detail-edit-input{width:100%;min-height:38px;border:1px solid #d7e0eb;border-radius:7px;padding:0 9px;color:#0f172a;background:#fff;outline:0}.detail-edit-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.detail-summary-item>.app-select{width:100%}.detail-tabs{display:flex;align-items:center;gap:10px;padding:4px 0}.detail-tab{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #dbe4ef;border-radius:999px;color:#475569;background:#f8fafc}.detail-tab.active{border-color:#c7d2fe;color:#4338ca;background:#eef2ff;box-shadow:inset 0 0 0 1px #6366f11f}.detail-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:#4338ca;font-size:12px;font-weight:800;background:#6366f11f}.detail-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.detail-summary-item,.detail-section{border:1px solid #dbe4ef;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcff)}.detail-summary-item{display:grid;gap:6px;min-height:82px;padding:12px}.detail-summary-item span,.detail-time-row span:not(.avatar){color:#64748b;font-size:12px;font-weight:800}.detail-summary-item strong{color:#0f172a;font-size:14px}.detail-section{display:grid;gap:12px;padding:14px}.detail-section-title h3,.detail-section p{margin:0}.detail-section-title{color:#4338ca}.detail-section-title h3{color:#0f172a;font-size:17px}.detail-section p{color:#475569;line-height:1.55}.detail-time-list,.subtask-checklist{display:grid;gap:8px}.subtask-checklist-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:border-color .12s,background .12s}.subtask-checklist-row[role=button]{cursor:pointer}.subtask-checklist-row[role=button]:hover{border-color:#c4b5fd;background:#f5f3ff}.subtask-check{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:6px;background:#fff}.subtask-check.done{border-color:#10b981;background:linear-gradient(180deg,#d1fae5,#a7f3d0);box-shadow:inset 0 0 0 3px #fff}.subtask-checklist-copy{min-width:0}.subtask-checklist-copy strong,.subtask-checklist-copy span{display:block}.subtask-checklist-copy strong{overflow:hidden;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.subtask-checklist-copy span{color:#64748b;font-size:12px}.subtask-checklist-meta{display:grid;gap:2px;justify-items:end;color:#64748b;font-size:12px;font-weight:800;text-align:right}.subtask-checklist-actions{display:flex;align-items:center;gap:8px}.detail-time-row{display:grid;grid-template-columns:30px minmax(150px,.8fr) minmax(180px,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.detail-time-row p{color:#64748b;font-size:13px}.activity-comment-form{display:flex;flex-direction:column;gap:8px}.activity-comment-input{width:100%;border:1px solid #dbe4ef;border-radius:8px;padding:10px 12px;font-size:13px;color:#0f172a;background:#fff;resize:vertical;min-height:60px;transition:border-color .15s}.activity-comment-input:focus{outline:none;border-color:#6f5ce7;box-shadow:0 0 0 3px #6f5ce71f}.activity-comment-submit{align-self:flex-end;display:flex;align-items:center;gap:6px;font-size:13px;padding:7px 14px}.activity-feed{display:flex;flex-direction:column;gap:0}.activity-empty{color:#94a3b8;font-size:13px;text-align:center;padding:12px 0}.activity-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9}.activity-item:last-child{border-bottom:none}.activity-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center}.activity-comment .activity-icon{background:#ede9fe;color:#6f5ce7}.activity-time_added .activity-icon,.activity-time_updated .activity-icon,.activity-time_removed .activity-icon{background:#ecfdf5;color:#059669}.activity-link_added .activity-icon,.activity-link_removed .activity-icon{background:#eff6ff;color:#2f80ed}.activity-updated .activity-icon{background:#fff7ed;color:#c2410c}.activity-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.activity-body p{margin:0;font-size:13px;color:#334155;line-height:1.5;word-break:break-word}.activity-author{font-size:12px;font-weight:700;color:#6f5ce7}.activity-comment-text{margin:0;font-size:13px;color:#0f172a;background:#fafbff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;line-height:1.5;word-break:break-word}.activity-change-list{display:grid;gap:8px;margin-top:2px}.activity-change-item{display:grid;grid-template-columns:minmax(86px,auto) minmax(0,1fr) 16px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fafcff}.activity-change-item strong{color:#475569;font-size:12px}.activity-change-item span{min-width:0;color:#0f172a;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-change-item svg{color:#94a3b8}.activity-time{font-size:11px;color:#94a3b8}.composer header{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer>header{position:sticky;top:-20px;margin:-20px -20px 0;padding:20px 20px 14px;background:#fff;border-bottom:1px solid #e2e8f0;z-index:2}.composer.card-detail-editor>header{position:relative;top:auto;margin:0;padding:20px 22px 14px;border-bottom:1px solid #e2e8f0;background:#fff}.composer h2{margin:0;color:#0f172a}.ghost-button{padding:0 12px;color:#475569;background:#f8fafc}.ghost-button.compact{display:inline-flex;align-items:center;gap:7px;min-height:38px;font-size:13px}.composer label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.composer input,.composer textarea{width:100%;min-height:42px;border:1px solid #d7e0eb;border-radius:8px;padding:0 11px;color:#0f172a;background:#fff;outline:0}.app-select{position:relative;min-width:0}.app-select-trigger{display:flex;align-items:center;gap:8px;width:100%;min-height:42px;border:1px solid #d7e0eb;border-radius:8px;padding:0 11px;color:#0f172a;text-align:left;background:#fff}.app-select-trigger span:last-of-type{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-select-trigger svg:last-child{margin-left:auto;transform:rotate(90deg)}.select-dot{width:10px;height:10px;flex:0 0 10px;border-radius:999px}.app-select-menu{position:fixed;left:var(--select-left);top:var(--select-top);width:var(--select-width);display:grid;gap:4px;max-height:min(240px,calc(100vh - var(--select-top) - 12px));overflow-y:auto;z-index:1000;padding:6px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a24}.app-select-option{display:flex;align-items:center;gap:8px;min-height:36px;border:0;border-radius:7px;padding:0 9px;color:#334155;text-align:left;background:transparent}.app-select-option.active,.app-select-option:hover{color:#4338ca;background:#f1efff}.tag-picker{display:grid;gap:9px;padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fbfcff}.tag-input-box{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:42px;border:1px solid #d7e0eb;border-radius:8px;padding:6px 8px;background:#fff}.tag-input-box input{min-width:150px;flex:1;border:0;outline:0;color:#0f172a}.tag-chip.selected{min-height:28px;padding-right:4px}.tag-chip.selected button{display:inline-grid;place-items:center;width:18px;height:18px;border:0;border-radius:999px;color:currentColor;font-size:11px;font-weight:900;background:#ffffff94}.tag-suggestion-list{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.tag-suggestion{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid color-mix(in srgb,var(--tag-color) 30%,#dbe4ef);border-radius:999px;padding:0 10px;color:color-mix(in srgb,var(--tag-color) 72%,#111827);font-size:12px;font-weight:800;background:#fff}.tag-suggestion:hover{background:color-mix(in srgb,var(--tag-color) 10%,#fff)}.tag-picker-title{display:flex;align-items:center;gap:7px;color:#475569;font-size:13px;font-weight:800}.empty-inline{color:#94a3b8;font-size:13px;font-weight:800}.composer-footer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;position:sticky;bottom:-20px;margin:0 -20px -20px;padding:14px 20px 20px;background:#fff;border-top:1px solid #e2e8f0;z-index:2}.composer textarea{min-height:96px;padding-top:10px;resize:vertical}.rich-text-editor{display:grid;gap:8px}.rich-text-editor-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.rich-text-editor-header>label{color:#475569;font-size:13px;font-weight:800}.rich-text-toolbar{display:inline-flex;overflow:hidden;border:1px solid #dbe4ef;border-radius:7px;background:#fff}.rich-text-toolbar button{display:inline-grid;width:30px;height:29px;place-items:center;border:0;border-right:1px solid #dbe4ef;color:#475569;background:#fff}.rich-text-toolbar button:last-child{border-right:0}.rich-text-toolbar button:hover{color:#4338ca;background:#f5f3ff}.rich-text-input{min-height:142px;max-height:280px;overflow-y:auto;padding:11px;border:1px solid #d7e0eb;border-radius:8px;color:#334155;line-height:1.5;background:#fff;outline:0}.rich-text-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #6366f11f}.rich-text-input:empty:before{content:"Escribe o pega notas con formato";color:#94a3b8}.rich-text-input p,.rich-text-input blockquote,.rich-text-input ul,.rich-text-input ol,.rich-text-input h1,.rich-text-input h2,.rich-text-input h3{margin:0 0 9px}.rich-text-input p:last-child,.rich-text-input blockquote:last-child,.rich-text-input ul:last-child,.rich-text-input ol:last-child,.rich-text-input h1:last-child,.rich-text-input h2:last-child,.rich-text-input h3:last-child{margin-bottom:0}.rich-text-input ul,.rich-text-input ol{padding-left:22px}.rich-text-input blockquote{padding-left:10px;border-left:3px solid #a5b4fc;color:#475569}.rich-text-hint{color:#94a3b8;font-size:11px}.card-rich-notes{max-height:62px;overflow:hidden;color:#64748b;font-size:13px;line-height:1.45}.card-rich-notes p,.card-rich-notes ul,.card-rich-notes ol,.card-rich-notes blockquote{margin:0 0 7px}.card-rich-notes ul,.card-rich-notes ol{padding-left:18px}.detail-rich-notes{color:#475569;line-height:1.55}.detail-rich-notes p,.detail-rich-notes ul,.detail-rich-notes ol,.detail-rich-notes blockquote,.detail-rich-notes h1,.detail-rich-notes h2,.detail-rich-notes h3{margin:0 0 10px}.detail-rich-notes>:last-child{margin-bottom:0}.detail-rich-notes ul,.detail-rich-notes ol{padding-left:22px}.detail-rich-notes li{margin:0 0 9px}.detail-rich-notes li:last-child{margin-bottom:0}.detail-rich-notes blockquote{padding-left:12px;border-left:3px solid #a5b4fc;color:#64748b}.timesheet-panel,.relations-panel{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:linear-gradient(180deg,#fbfcff,#f7f8ff)}.timesheet-panel header,.relations-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.timesheet-panel h3,.relations-panel h3{margin:0;color:#0f172a;font-size:16px}.timesheet-panel header>strong,.relations-panel header>strong{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;color:#4338ca;background:#ede9fe}.checklist-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.checklist-input-box{min-height:42px}.checklist-toolbar{display:flex;justify-content:flex-start}.relation-create{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:8px;align-items:start}.relation-create>.secondary-button{align-self:start}.pending-relations-list{display:grid;gap:7px}.pending-relation-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:46px;padding:8px 9px;border:1px solid #dbe4ef;border-radius:7px;color:#5b4fd6;background:#fff}.pending-relation-row>div{display:grid;gap:2px;min-width:0}.pending-relation-row strong,.pending-relation-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-relation-row strong{color:#0f172a;font-size:13px}.pending-relation-row span{color:#64748b;font-size:11px}.relation-new-card{display:grid;gap:10px;padding:12px 14px;border:1px dashed #a5b4fc;border-radius:10px;background:#f8f7ff}.relation-new-card-title{display:flex;align-items:center;gap:8px;color:#4338ca;font-size:13px}.relation-new-card-title strong{color:#1e1b4b}.relation-new-card-form{display:grid;gap:10px}.relation-new-card-form label{display:grid;gap:4px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.relation-new-card-actions{display:flex;gap:8px;justify-content:flex-end}.relationship-list{display:grid;gap:8px}.relationship-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:border-color .12s,background .12s}.relationship-row.clickable{cursor:pointer}.relationship-row.clickable:hover{border-color:#c4b5fd;background:#f5f3ff}.relationship-row.clickable:hover strong{color:#4338ca}.relationship-row strong{display:block;overflow:hidden;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.relationship-row span:not(.relationship-icon){display:block;color:#64748b;font-size:12px}.relationship-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:#4338ca;background:#eef2ff}.relationship-icon.subtask{color:#0f766e;background:#ccfbf1}.time-create,.time-entry-row{display:grid;grid-template-columns:minmax(150px,1fr) 132px 96px minmax(150px,1fr) auto;gap:8px;align-items:center}.time-entry-row{grid-template-columns:minmax(150px,1fr) 132px 86px minmax(150px,1fr) auto auto;padding:9px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.time-create input,.time-entry-row input{min-height:38px;width:100%;border:1px solid #d7e0eb;border-radius:8px;padding:0 10px;color:#0f172a;background:#fff;outline:0}.time-create .app-select-trigger,.time-entry-row .app-select-trigger{min-height:38px}.time-entry-member{display:inline-flex;align-items:center;gap:8px;min-width:0;min-height:38px;color:#0f172a}.time-entry-member strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-member{padding:0 10px;border:1px solid #d7e0eb;border-radius:8px;background:#f8fafc}.time-entry-list{display:grid;gap:8px}.empty-timesheet{display:grid;place-items:center;min-height:72px;border:1px dashed #cbd5e1;border-radius:8px;color:#94a3b8;font-size:13px;font-weight:800}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid.form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;overflow:visible}.settings-hub{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.settings-tile{display:grid;gap:10px;min-height:168px;align-content:start;justify-items:start;border:1px solid #d6def0;border-radius:8px;padding:18px;color:#334155;text-align:left;background:linear-gradient(180deg,#fff,#f7f8ff);box-shadow:0 18px 42px #0f172a12}.settings-tile svg{color:#4338ca}.settings-tile strong{color:#0f172a;font-size:18px}.settings-tile span,.settings-hint{color:#64748b;font-size:13px;line-height:1.45}.settings-tile:hover{border-color:#c4b5fd;background:#f5f3ff}.settings-tile.disabled{cursor:default;opacity:.72}.settings-tile.disabled:hover{border-color:#d6def0;background:linear-gradient(180deg,#fff,#f7f8ff)}.settings-section{display:grid;gap:16px;padding:18px;border:1px solid #d6def0;border-radius:8px;background:linear-gradient(180deg,#fff,#f7f8ff);box-shadow:0 18px 42px #0f172a12;overflow:visible}.stages-panel{display:grid;gap:18px;width:min(800px,100%);max-height:min(760px,calc(100vh - 40px));overflow-y:auto;padding:22px;border:1px solid #d6def0;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.stages-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stages-panel h2{margin:3px 0 0;color:#0f172a;font-size:26px;line-height:1.15}.stages-panel header p{margin:7px 0 0;color:#64748b;font-size:14px}.stage-close{width:38px;height:38px;flex:0 0 auto}.settings-section header,.settings-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-card-actions{display:inline-flex;align-items:center;gap:8px}.settings-section h2{margin:0;color:#0f172a;font-size:18px}.settings-form{display:grid;gap:10px}.settings-form.compact{grid-template-columns:repeat(2,minmax(180px,1fr)) minmax(132px,.7fr) auto;align-items:center}.settings-form.team-create{grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:center}.settings-form.role-create{grid-template-columns:minmax(180px,1fr) auto;align-items:center}.settings-form.tag-create{grid-template-columns:minmax(180px,1fr) auto minmax(150px,.7fr) auto;align-items:center}.settings-form.settings-currency{grid-template-columns:minmax(240px,.5fr) minmax(220px,.5fr);align-items:end}.settings-form label,.project-context-fields label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.project-fields-editor{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#f8faff}.project-fields-editor>div:first-child{display:grid;gap:4px}.project-fields-editor strong{color:#0f172a;font-size:14px}.project-fields-editor span{color:#64748b;font-size:12px;line-height:1.4}.custom-field-list{display:grid;gap:8px}.system-field-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.system-field-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:9px 10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.system-field-row div,.custom-fields-heading{display:grid;gap:3px}.system-field-row strong,.custom-fields-heading strong{color:#0f172a;font-size:13px}.system-field-row span,.custom-fields-heading span{color:#64748b;font-size:11px}.system-field-row em{border-radius:999px;padding:4px 7px;color:#475569;font-size:10px;font-style:normal;font-weight:900;background:#eef2f7;white-space:nowrap}.custom-fields-heading{padding-top:4px}.custom-field-editor,.custom-field-create{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,.7fr) minmax(180px,1fr) auto;gap:8px;align-items:center}.custom-field-editor:has(.app-select+input){grid-template-columns:minmax(150px,1fr) minmax(150px,.7fr) minmax(180px,1fr) auto}.custom-field-editor:not(:has(.app-select+input)){grid-template-columns:minmax(150px,1fr) minmax(150px,.7fr) auto}.custom-field-create{padding-top:10px;border-top:1px solid #dbe4ef}.custom-card-fields{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#f8faff}.custom-card-fields-header{display:flex;align-items:flex-start;gap:9px;color:#5b4fd6}.custom-card-fields-header div{display:grid;gap:3px}.custom-card-fields-header strong{color:#0f172a;font-size:14px}.custom-card-fields-header span{color:#64748b;font-size:12px}.project-field-options{display:flex;flex-wrap:wrap;gap:8px}.toggle-row.project-field-toggle{min-height:34px;padding:0 10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.toggle-row.project-field-toggle:has(input:checked){border-color:#c4b5fd;background:#f5f3ff}.currency-preview{display:grid;gap:6px;min-height:66px;align-content:center;border:1px solid #dbe4ef;border-radius:8px;padding:10px 12px;background:#fff}.currency-preview span{color:#64748b;font-size:12px;font-weight:800}.currency-preview strong{color:#0f172a;font-size:18px}.settings-form input,.settings-card input,.member-editor input,.role-editor input,.tag-editor input,.stage-editor input{min-height:40px;width:100%;border:1px solid #d7e0eb;border-radius:8px;padding:0 10px;color:#0f172a;background:#fff;outline:0}.settings-list,.member-editor-list,.role-editor-list,.tag-editor-list,.column-editor-list,.stage-editor-list{display:grid;gap:12px}.settings-card{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.project-catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px}.project-summary-card{display:grid;align-content:start;gap:16px;min-height:212px;padding:16px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.project-summary-heading{display:flex;align-items:flex-start;gap:11px}.project-summary-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:8px;color:#4338ca;background:#eef2ff}.project-summary-heading>div{min-width:0}.project-summary-heading h3{margin:3px 0 4px;color:#0f172a;font-size:18px}.project-summary-heading p{margin:0;color:#64748b;font-size:13px;line-height:1.4}.project-summary-meta{display:flex;flex-wrap:wrap;gap:7px}.project-summary-meta span{padding:5px 8px;border-radius:999px;color:#475569;font-size:11px;font-weight:800;background:#f1f5f9}.project-summary-actions{display:flex;align-items:center;gap:8px;margin-top:auto}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid #c7d2fe;border-radius:8px;padding:0 12px;color:#4338ca;font-weight:800;background:#eef2ff;white-space:nowrap}.secondary-button:hover{border-color:#a5b4fc;background:#e0e7ff}.column-editor{display:grid;grid-template-columns:minmax(160px,1fr) auto auto;gap:10px;align-items:center}.stage-editor{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:18px;align-items:center;padding:16px;border:1px solid color-mix(in srgb,var(--stage-accent, #6f5ce7) 24%,#dbe4ef);border-left:4px solid var(--stage-accent, #6f5ce7);border-radius:8px;background:color-mix(in srgb,var(--stage-accent, #6f5ce7) 7%,#ffffff)}.stage-editor-main,.stage-editor-color{display:grid;gap:8px}.stage-index,.stage-editor-color>span,.stage-create-heading{color:#64748b;font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.stage-editor-main input{min-height:44px;font-size:16px;font-weight:800}.stage-editor-color .swatch-row{min-height:44px}.column-create,.stage-create{grid-template-columns:minmax(160px,1fr) auto auto}.settings-form.compact.stage-create{display:grid;grid-template-columns:1fr;gap:12px;padding:16px;border:1px dashed #c7d2fe;border-radius:8px;background:#f7f5ff}.stage-create-heading{display:inline-flex;align-items:center;gap:7px;color:#5b4fd6}.stage-create-fields{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:12px;align-items:center}.stage-create-fields input{min-height:42px}.stage-order-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.stage-locked{color:#64748b;font-size:12px;font-weight:800;white-space:nowrap}.member-bulk-toolbar{display:grid;grid-template-columns:minmax(150px,auto) minmax(190px,.8fr) auto auto auto minmax(170px,1fr);gap:10px;align-items:center;padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.member-bulk-toolbar .app-select{z-index:5}.member-editor{position:relative;display:grid;grid-template-columns:28px 38px minmax(150px,1fr) minmax(210px,1fr) minmax(150px,.8fr) auto auto auto;gap:10px;align-items:center;padding:10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.member-editor .app-select{z-index:4}.member-projects-button{min-width:156px}.member-editor.inactive{opacity:.62}.row-check{display:inline-flex;align-items:center;justify-content:center}.success-toast{display:inline-flex;align-items:center;min-height:38px;border:1px solid #99f6e4;border-radius:8px;padding:0 12px;color:#0f766e;font-size:13px;font-weight:800;background:#ccfbf1}.projects-access-modal{width:min(720px,100%)}.projects-access-copy{display:grid;gap:4px}.projects-access-copy strong{color:#0f172a;font-size:16px}.projects-access-copy span{color:#64748b;font-size:13px}.projects-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-access-chip{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #dbe4ef;border-radius:8px;text-align:left;color:#475569;background:#fff}.project-access-chip.active{border-color:#c7d2fe;color:#4338ca;background:#eef2ff}.project-access-chip:disabled{opacity:1}.project-access-chip div{display:grid;gap:4px;min-width:0}.project-access-chip strong{color:#0f172a;font-size:14px}.project-access-chip span{color:#64748b;font-size:12px}.compact-actions{justify-content:flex-end;min-width:0}.role-editor{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(320px,1.4fr) auto auto;gap:10px;align-items:center;padding:10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:8px 12px}.tag-editor{display:grid;grid-template-columns:minmax(130px,auto) minmax(180px,1fr) auto minmax(150px,.7fr) auto auto;gap:10px;align-items:center;padding:10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.tag-editor.inactive{opacity:.62}.tag-chip.sample{justify-content:center;min-height:30px;max-width:150px}.role-editor.inactive{opacity:.62}.toggle-row{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:13px;font-weight:800;white-space:nowrap}.toggle-row input{width:16px;min-height:16px}.swatch-row{display:inline-flex;gap:6px;align-items:center}.swatch{width:25px;height:25px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px #cbd5e1}.swatch.active{box-shadow:0 0 0 2px #4338ca,0 0 0 4px #ede9fe}.sync-indicator.inline{width:fit-content;min-height:42px;padding:0 14px}.primary-button,.secondary-button,.ghost-button,.danger-button{white-space:nowrap}.timesheet-toolbar{display:flex;align-items:center;gap:10px}.timesheet-toolbar .app-select{min-width:190px}.segmented-control{display:inline-grid;grid-template-columns:repeat(4,minmax(82px,1fr));min-height:38px;padding:3px;border:1px solid #cbd5e1;border-radius:999px;background:#fff}.segmented-control button{border:0;border-radius:999px;color:#475569;font-weight:800;background:transparent}.segmented-control button.active{color:#fff;background:#2f80ed}.timesheet-calendar,.timesheet-detail{display:grid;gap:10px;padding:14px;border:1px solid #d6def0;border-radius:8px;background:linear-gradient(180deg,#fff,#f5f7ff);box-shadow:0 18px 42px #0f172a0f}.timesheet-workspace .timesheet-calendar{min-height:max-content}.timesheet-workspace .timesheet-detail{min-height:0;overflow-y:auto}.timesheet-workspace .timesheet-detail>header{position:sticky;top:-14px;z-index:2;margin:-14px -14px 0;padding:14px 14px 10px;border-bottom:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 18px #0f172a0f}.calendar-head,.timesheet-detail header{display:flex;align-items:center;justify-content:space-between;gap:10px}.calendar-head strong{color:#0f172a;font-size:22px;text-transform:none}.calendar-head input,.global-time-create input{min-height:38px;border:1px solid #d7e0eb;border-radius:8px;padding:0 10px;color:#0f172a;background:#fff;outline:0}.rotate-180{transform:rotate(180deg)}.calendar-grid{display:flex;flex-direction:column;gap:6px}.calendar-weekdays,.calendar-week{position:relative;display:grid;grid-template-columns:repeat(7,minmax(86px,1fr));gap:6px;flex:0 0 auto}.calendar-weekdays{padding-right:72px}.calendar-week{padding:0 72px 0 0}.calendar-label,.calendar-cell,.calendar-week-total{min-height:64px}.calendar-label{display:grid;place-items:center;min-height:24px;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.calendar-cell{display:grid;align-content:start;gap:6px;min-height:56px;border:1px solid #e2e8f0;border-radius:8px;padding:7px;color:#334155;text-align:left;background:#fff;box-shadow:0 8px 20px #0f172a0a}.calendar-cell strong{place-self:end;min-height:24px;border-radius:999px;padding:3px 7px;color:#0b2550;font-size:14px;background:#eaf2ff}.calendar-cell.muted{color:#94a3b8;background:#f8fafc}.calendar-cell.active{border-color:#2f80ed;background:#eff6ff;box-shadow:0 0 0 2px #2f80ed24}.calendar-week-total{position:absolute;top:22px;right:0;display:grid;place-items:center;width:62px;min-height:34px;border-radius:999px;color:#0b2550;font-size:12px;font-weight:900;background:#edf2ff}.timesheet-calendar footer{display:flex;justify-content:flex-end;gap:18px;color:#0b2550}.timesheet-detail h2{margin:0;color:#0f172a;font-size:20px}.time-entry-modal{display:grid;gap:14px;width:min(660px,100%);max-height:min(840px,calc(100vh - 40px));overflow-y:auto;padding:20px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.time-entry-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px}.time-entry-modal h2{margin:0;color:#0f172a}.time-entry-modal label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.time-entry-modal input,.time-entry-modal textarea{width:100%;min-height:42px;border:1px solid #d7e0eb;border-radius:8px;padding:0 11px;color:#0f172a;background:#fff;outline:0}.time-entry-modal textarea{min-height:68px;padding-top:10px;resize:vertical}.task-search-select{display:grid;gap:8px;min-width:0}.composer .task-search-box,.time-entry-modal .task-search-box,.task-search-box{display:flex;align-items:center;grid-template-columns:none;width:100%;min-width:0;height:42px;min-height:42px;padding:0 12px;font-weight:500;cursor:text}.composer .task-search-box input,.time-entry-modal .task-search-box input,.task-search-box input{min-height:auto;border:0;padding:0;background:transparent;box-shadow:none}.composer .task-search-box input:focus::placeholder,.time-entry-modal .task-search-box input:focus::placeholder,.task-search-box input:focus::placeholder{color:transparent}.selected-task{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;padding:10px;border:1px solid #c7d2fe;border-radius:8px;color:#4338ca;background:#eef2ff}.selected-task strong,.task-search-option strong{display:block;color:#0f172a}.selected-task span,.task-search-option span,.task-search-option em{color:#64748b;font-size:12px;font-style:normal}.task-search-results{position:fixed;left:var(--task-search-left);top:var(--task-search-top);width:var(--task-search-width);display:grid;gap:7px;max-height:min(260px,calc(100vh - var(--task-search-top) - 18px));overflow-y:auto;z-index:1200;padding:6px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a29}.task-search-option{display:grid;gap:2px;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;text-align:left;background:#fff}.task-search-option:hover,.task-search-option.active{border-color:#c4b5fd;background:#f5f3ff}.task-search-create{display:flex;align-items:center;gap:8px;border-style:dashed;border-color:#a5b4fc;color:#4338ca}.task-search-create strong{color:#4338ca}.task-search-create:hover{border-color:#6366f1;background:#eef2ff}.global-time-create{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(260px,1.4fr) 132px 90px minmax(160px,1fr) auto;gap:8px;align-items:center}.global-time-create .app-select-trigger{min-height:38px}.global-time-list{display:grid;gap:8px}.global-time-row{display:grid;grid-template-columns:32px minmax(150px,.8fr) minmax(240px,1.4fr) auto auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.global-time-row strong{color:#0f172a}.global-time-row span:not(.avatar){display:block;color:#64748b;font-size:12px;line-height:1.35}.global-time-row.editing input,.global-time-row.editing .app-select-trigger{min-height:38px;width:100%;border:1px solid #d7e0eb;border-radius:8px;padding:0 10px;color:#0f172a;background:#fff;outline:0}.global-time-row.editing>div:not(.global-time-actions){display:grid;gap:6px}.global-time-actions{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:6px}.task-search-select.disabled{opacity:.78}.confirm-dialog{display:grid;gap:16px;width:min(420px,100%);padding:20px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a4d}.confirm-dialog header{display:flex;align-items:center;gap:10px;color:#b91c1c}.confirm-dialog h2,.confirm-dialog p{margin:0}.confirm-dialog p{color:#475569;line-height:1.5}.confirm-actions{display:flex;justify-content:flex-end;gap:10px}.loading-state{display:grid;place-items:center;min-height:320px;color:#2563eb}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.app-shell{grid-template-columns:1fr}.login-screen{grid-template-columns:minmax(390px,.46fr) minmax(480px,1fr)}.login-panel{padding:34px}.login-copy h1{font-size:58px}.login-copy h2{font-size:30px}.sidebar{position:static;height:auto;display:grid;grid-template-columns:1fr}.team-panel{display:none}.logout-button{margin-top:0}.sync-indicator{grid-column:span 2}.settings-grid,.settings-hub,.settings-form.team-create,.settings-form.role-create,.settings-form.tag-create,.settings-form.settings-currency,.time-create,.time-entry-row,.relation-create,.global-time-create,.global-time-row,.member-bulk-toolbar,.member-editor,.role-editor,.tag-editor{grid-template-columns:1fr}.settings-form.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.workspace,.sidebar{padding:18px}.topbar,.topbar-actions,.composer header{align-items:stretch;flex-direction:column}.topbar-actions{min-width:0}.primary-button{width:100%}.form-grid,.login-screen,.column-editor,.stage-editor,.column-create,.stage-create,.stage-create-fields,.custom-field-editor,.custom-field-create,.system-field-list,.settings-form.role-create,.settings-form.tag-create,.settings-form.compact{grid-template-columns:1fr}.timesheet-toolbar,.calendar-head,.timesheet-calendar footer{align-items:stretch;flex-direction:column}.segmented-control,.calendar-grid{min-width:760px}.timesheet-calendar{overflow-x:auto}.composer-footer{grid-template-columns:1fr}.sync-indicator{grid-column:auto}.login-panel{border-right:0;min-height:100vh}.login-preview{display:none}.login-copy h1{font-size:58px}.login-copy h2{font-size:28px}.microsoft-button,.login-secondary-actions,.login-secondary-actions .ghost-button{width:100%}}[data-theme=dark] .composer,[data-theme=dark] .composer header,[data-theme=dark] .composer-footer,[data-theme=dark] .composer.editing .composer-context-fields,[data-theme=dark] .composer.editing .composer-owner-fields,[data-theme=dark] .composer.editing .composer-planning-fields,[data-theme=dark] .modal-member,[data-theme=dark] .modal-content,[data-theme=dark] .detail-panel,[data-theme=dark] .task-search-box,[data-theme=dark] .app-select-menu{border-color:#334155;background:#172033;color:#e5e7eb}[data-theme=dark] .composer label,[data-theme=dark] .modal-member label,[data-theme=dark] .settings-card label{color:#cbd5e1}[data-theme=dark] .composer input,[data-theme=dark] .composer textarea,[data-theme=dark] .composer select,[data-theme=dark] .task-search-box input,[data-theme=dark] .app-select-option{border-color:#475569;background:#111827;color:#e5e7eb}[data-theme=dark] .kanban-column{border-color:color-mix(in srgb,var(--accent, #6f5ce7) 38%,#334155);background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #6f5ce7) 15%,#1e293b),#172033 48%)}[data-theme=dark] .kanban-column.over{background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #6f5ce7) 22%,#263449),#1e293b 48%)}[data-theme=dark] .column-header strong,[data-theme=dark] .column-header em,[data-theme=dark] .detail-summary-item strong,[data-theme=dark] .detail-section-title h3,[data-theme=dark] .detail-time-row strong,[data-theme=dark] .history-panel-header h3,[data-theme=dark] .activity-body p,[data-theme=dark] .activity-comment-text,[data-theme=dark] .activity-change-item span,[data-theme=dark] .composer h2,[data-theme=dark] .composer h3,[data-theme=dark] .settings-card h2,[data-theme=dark] .settings-card h3{color:#e5e7eb}[data-theme=dark] .column-header em{background:#334155;color:#cbd5e1}[data-theme=dark] .card-detail-modal,[data-theme=dark] .card-detail-history,[data-theme=dark] .detail-summary-item,[data-theme=dark] .detail-section,[data-theme=dark] .detail-time-row,[data-theme=dark] .activity-comment-text,[data-theme=dark] .activity-change-item,[data-theme=dark] .composer>header,[data-theme=dark] .composer-footer,[data-theme=dark] .history-panel{border-color:#334155;background:#172033}[data-theme=dark] .card-detail-hero,[data-theme=dark] .history-panel-header{border-color:#334155}[data-theme=dark] .card-detail-hero h2{color:#f8fafc}[data-theme=dark] .detail-summary-item span,[data-theme=dark] .detail-time-row span:not(.avatar),[data-theme=dark] .detail-time-row p,[data-theme=dark] .detail-section p,[data-theme=dark] .detail-rich-notes,[data-theme=dark] .activity-change-item strong,[data-theme=dark] .activity-time,[data-theme=dark] .composer label,[data-theme=dark] .ghost-button{color:#94a3b8}[data-theme=dark] .detail-tab{border-color:#475569;color:#cbd5e1;background:#1e293b}[data-theme=dark] .detail-tab.active{border-color:#6366f1;color:#c7d2fe;background:#292354}[data-theme=dark] .kanban-container,[data-theme=dark] .task-list-container{border-color:#334155;background:#0f172a}[data-theme=dark] .task-list-view,[data-theme=dark] .task-list-group,[data-theme=dark] .task-list-row{border-color:#334155;background:#172033;color:#f8fafc}[data-theme=dark] .task-list-toolbar,[data-theme=dark] .task-list-header{border-color:#334155;color:#cbd5e1;background:#1e293b}[data-theme=dark] .task-list-toolbar strong,[data-theme=dark] .task-list-group-header strong,[data-theme=dark] .task-list-owner,[data-theme=dark] .task-list-owner>span:last-child,[data-theme=dark] .task-list-context,[data-theme=dark] .task-list-date,[data-theme=dark] .task-list-type-spacer{color:#f8fafc}[data-theme=dark] .task-list-group-header{border-left-color:var(--stage-accent, #818cf8);color:#f8fafc;background:#25314a}[data-theme=dark] .task-list-group-header:hover,[data-theme=dark] .task-list-row:hover,[data-theme=dark] .task-list-row:focus-visible{background:#2d3955}[data-theme=dark] .task-list-group-header em,[data-theme=dark] .task-list-group-header span,[data-theme=dark] .task-list-title span{color:#cbd5e1}[data-theme=dark] .task-list-group-header span{color:#f8fafc;background:#334155}[data-theme=dark] .task-list-row{border-bottom-color:#334155}[data-theme=dark] .card-owner-avatars .avatar+.avatar{border-color:#172033}[data-theme=dark] .owner-more{color:#cbd5e1;background:#334155}[data-theme=dark] .work-type-bug{color:#fecaca;background:#7f1d1d}[data-theme=dark] .work-type-feature{color:#bfdbfe;background:#1e40af}[data-theme=dark] .work-type-chore{color:#e2e8f0;background:#334155}[data-theme=dark] .work-type-improvement{color:#bbf7d0;background:#065f46}[data-theme=dark] .work-type-spike{color:#fde68a;background:#92400e}[data-theme=dark] .work-type-documentation{color:#ddd6fe;background:#5b21b6}[data-theme=dark] .priority-low{color:#99f6e4;background:#115e59}[data-theme=dark] .priority-medium{color:#fef08a;background:#854d0e}[data-theme=dark] .priority-high{color:#fecaca;background:#991b1b}[data-theme=dark] .card-tile h3{color:#f8fafc!important}[data-theme=dark] .subtask-checklist-row,[data-theme=dark] .checklist-input-box,[data-theme=dark] .checklist-create,[data-theme=dark] .checklist-toolbar{border-color:#334155;background:#172033;color:#e5e7eb}[data-theme=dark] .subtask-checklist-row[role=button]:hover{border-color:#6366f1;background:#292354}[data-theme=dark] .subtask-check{border-color:#64748b;background:#0f172a}[data-theme=dark] .subtask-check.done{border-color:#34d399;background:linear-gradient(180deg,#047857,#065f46);box-shadow:inset 0 0 0 3px #172033}[data-theme=dark] .subtask-checklist-copy strong{color:#e5e7eb}[data-theme=dark] .subtask-checklist-copy span,[data-theme=dark] .subtask-checklist-meta{color:#94a3b8}[data-theme=dark] .member-task-filter-menu,[data-theme=dark] .app-select-menu,[data-theme=dark] .stage-editor,[data-theme=dark] .settings-form.compact.stage-create{border-color:#334155;background:#172033;color:#e5e7eb}[data-theme=dark] .member-task-filter>.secondary-button.active-filter{border-color:#475569;color:#e5e7eb;background:#1e293b}[data-theme=dark] .member-task-filter-heading strong,[data-theme=dark] .member-task-filter-option,[data-theme=dark] .stage-create-heading,[data-theme=dark] .stage-index,[data-theme=dark] .stage-editor-color>span{color:#e5e7eb}[data-theme=dark] .member-task-filter-heading span,[data-theme=dark] .stage-locked{color:#94a3b8}[data-theme=dark] .member-task-filter-option:hover,[data-theme=dark] .member-task-filter-option.selected{border-color:#6366f1;color:#e0e7ff;background:#292354}[data-theme=dark] .filter-check{border-color:#64748b;background:#0f172a}[data-theme=dark] .board-view-toggle{border-color:#475569;background:#172033}[data-theme=dark] .board-view-toggle button{border-color:#475569;color:#94a3b8}[data-theme=dark] .board-view-toggle button:hover,[data-theme=dark] .board-view-toggle button.active{color:#c7d2fe;background:#292354}[data-theme=dark] .app-select-menu,[data-theme=dark] .app-select-option{border-color:#475569;background:#172033;color:#e5e7eb}[data-theme=dark] .app-select-option:hover,[data-theme=dark] .app-select-option.active{background:#292354;color:#e0e7ff}[data-theme=dark] .card-footer{border-top-color:#334155}[data-theme=dark] .card-footer strong{color:#f8fafc}[data-theme=dark] .composer>header,[data-theme=dark] .composer-footer{background:#172033;border-color:#334155}[data-theme=dark] .relations-panel,[data-theme=dark] .timesheet-panel{border-color:#334155;color:#e5e7eb;background:linear-gradient(180deg,#172033,#111827)}[data-theme=dark] .relations-panel h3,[data-theme=dark] .timesheet-panel h3,[data-theme=dark] .relations-panel .eyebrow,[data-theme=dark] .timesheet-panel .eyebrow{color:#e5e7eb}[data-theme=dark] .composer label,[data-theme=dark] .settings-form label,[data-theme=dark] .project-context-fields label,[data-theme=dark] .rich-text-editor-header>label,[data-theme=dark] .tag-picker-title{color:#cbd5e1}[data-theme=dark] .composer input,[data-theme=dark] .composer textarea,[data-theme=dark] .tag-input-box,[data-theme=dark] .rich-text-input,[data-theme=dark] .rich-text-toolbar,[data-theme=dark] .rich-text-toolbar button,[data-theme=dark] .tag-picker,[data-theme=dark] .relation-new-card,[data-theme=dark] .relation-create,[data-theme=dark] .pending-relation-row,[data-theme=dark] .selected-task,[data-theme=dark] .task-search-box,[data-theme=dark] .task-search-option,[data-theme=dark] .task-search-results{border-color:#334155;color:#e5e7eb;background:#111827}[data-theme=dark] .tag-input-box input,[data-theme=dark] .rich-text-input,[data-theme=dark] .task-search-box input{color:#e5e7eb;background:transparent}[data-theme=dark] .tag-suggestion,[data-theme=dark] .tag-suggestion:hover,[data-theme=dark] .task-search-option:hover,[data-theme=dark] .task-search-option.active,[data-theme=dark] .task-search-create:hover{border-color:#6366f1;color:#e0e7ff;background:#292354}[data-theme=dark] .selected-task strong,[data-theme=dark] .task-search-option strong,[data-theme=dark] .relation-new-card strong,[data-theme=dark] .pending-relation-row strong{color:#f8fafc}[data-theme=dark] .selected-task span,[data-theme=dark] .task-search-option span,[data-theme=dark] .task-search-option em,[data-theme=dark] .pending-relation-row span{color:#94a3b8}[data-theme=dark] .stages-panel,[data-theme=dark] .settings-section,[data-theme=dark] .settings-tile,[data-theme=dark] .stage-editor,[data-theme=dark] .settings-form.compact.stage-create,[data-theme=dark] .column-editor,[data-theme=dark] .column-create{border-color:#334155;color:#e5e7eb;background:#172033}[data-theme=dark] .stages-panel h2,[data-theme=dark] .settings-section h2,[data-theme=dark] .stages-panel header p,[data-theme=dark] .stage-editor label,[data-theme=dark] .stage-create-heading,[data-theme=dark] .stage-editor-color>span{color:#e5e7eb}[data-theme=dark] .timesheet-toolbar .app-select-trigger,[data-theme=dark] .segmented-control,[data-theme=dark] .timesheet-calendar,[data-theme=dark] .timesheet-detail,[data-theme=dark] .global-time-row,[data-theme=dark] .time-entry-row,[data-theme=dark] .time-entry-modal{border-color:#334155;color:#e5e7eb;background:#172033;box-shadow:0 18px 42px #02061747}[data-theme=dark] .timesheet-workspace .timesheet-detail>header{border-color:#334155;background:#172033}[data-theme=dark] .segmented-control button{color:#94a3b8}[data-theme=dark] .segmented-control button.active{color:#fff;background:#4f46e5}[data-theme=dark] .calendar-head strong,[data-theme=dark] .timesheet-detail h2,[data-theme=dark] .global-time-row strong,[data-theme=dark] .time-entry-row strong,[data-theme=dark] .time-entry-member strong,[data-theme=dark] .modal-member strong,[data-theme=dark] .timesheet-calendar footer,[data-theme=dark] .time-entry-modal h2{color:#f8fafc}[data-theme=dark] .calendar-head input,[data-theme=dark] .global-time-row input,[data-theme=dark] .time-entry-row input,[data-theme=dark] .time-entry-modal input,[data-theme=dark] .time-entry-modal textarea{border-color:#475569;color:#e5e7eb;background:#111827}[data-theme=dark] .calendar-label,[data-theme=dark] .global-time-row span:not(.avatar),[data-theme=dark] .time-entry-row span:not(.avatar),[data-theme=dark] .time-entry-modal label{color:#94a3b8}[data-theme=dark] .calendar-cell{border-color:#334155;color:#cbd5e1;background:#111827;box-shadow:none}[data-theme=dark] .calendar-cell.muted{color:#64748b;background:#0f172a}[data-theme=dark] .calendar-cell.active{border-color:#6366f1;background:#292354}[data-theme=dark] .calendar-cell strong,[data-theme=dark] .calendar-week-total{color:#c7d2fe;background:#373079}[data-theme=dark] .empty-timesheet{border-color:#334155;color:#94a3b8;background:#111827}[data-theme=dark] .sidebar-theme-toggle{color:#cbd5e1}.app-shell{transition:grid-template-columns .3s cubic-bezier(.22,1,.36,1)}.sidebar,.sidebar .brand-logo,.nav-item,.sidebar-toggle,.sidebar-theme-toggle,.logout-button{transition:width .3s cubic-bezier(.22,1,.36,1),padding .3s cubic-bezier(.22,1,.36,1),color .22s ease,background-color .22s ease,opacity .22s ease}.modal-backdrop{animation:modal-backdrop-in .24s ease-out both;background:#0f172a85;-webkit-backdrop-filter:blur(8px) saturate(115%);backdrop-filter:blur(8px) saturate(115%)}.modal-backdrop>*{animation:modal-panel-in .3s cubic-bezier(.22,1,.36,1) both;border:1px solid rgba(255,255,255,.42);box-shadow:0 26px 90px #0f172a57,0 2px 12px #0f172a1f;transform-origin:center}[data-theme=dark] .modal-backdrop>*{border-color:#94a3b847;box-shadow:0 26px 90px #0206179e,0 2px 14px #0206174d}.member-task-filter-menu,.app-select-menu,.task-search-results{animation:dropdown-in .22s ease-out both;transform-origin:top right}.card-tile,.task-list-row,.icon-button,.primary-button,.secondary-button,.ghost-button{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease,color .22s ease}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-panel-in{0%{opacity:0;transform:translateY(4px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-2px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.app-shell{height:108.6957vh;min-height:0}.workspace{min-height:0;overflow:hidden}.kanban-container{height:auto;max-height:none;align-self:stretch}
