@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";
:root{--font-body:"Inter", "Segoe UI", sans-serif;--font-heading:"Manrope", "Segoe UI", sans-serif;--canvas:#f7f8fc;--surface:#fff;--surface-soft:#f1f4fa;--surface-hover:#eef1ff;--text:#171923;--muted:#697386;--subtle:#8c96a8;--border:#e3e7ef;--border-strong:#d5dae5;--primary:#5b5bd6;--primary-hover:#4c4cc3;--primary-soft:#eef;--secondary:#14b8a6;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--navy:#07336f;--shadow-sm:0 1px 2px #13203e0d;--shadow-md:0 12px 30px #1b264a1f;--shadow-lg:0 24px 60px #121d3d33}[data-theme=dark]{--canvas:#0b1220;--surface:#111b2d;--surface-soft:#172237;--surface-hover:#1b2842;--text:#eff3fb;--muted:#a7b1c3;--subtle:#7e8aa0;--border:#24324a;--border-strong:#33425e;--primary-soft:#252557;--shadow-sm:0 1px 2px #0003;--shadow-md:0 12px 30px #00000052;--shadow-lg:0 24px 60px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--canvas);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px}button,input,textarea,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}svg{flex:none;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading)}input,textarea,select{background:var(--surface);border:1px solid var(--border-strong);border-radius:9px;outline:0;transition:border-color .16s,box-shadow .16s,background .16s}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5b5bd621}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #5b5bd652}.button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 15px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{background:var(--primary);color:#fff}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-secondary{background:var(--surface);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm)}.button-secondary:hover{background:var(--surface-soft)}.button-ghost{color:var(--muted);background:0 0}.button-ghost:hover{background:var(--surface-soft);color:var(--text)}.button-small{height:32px;padding:0 10px;font-size:12px}.icon-button{color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .15s,color .15s;display:inline-flex}.icon-button:hover{background:var(--surface-soft);color:var(--text)}.eyebrow{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-block}.eyebrow-light{color:#7feae0}.text-link{color:var(--primary);cursor:pointer;background:0 0;align-items:center;gap:6px;font-weight:600;display:inline-flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{background:var(--surface);grid-template-columns:minmax(460px,1.05fr) minmax(460px,.95fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 15% 5%,#14b8a633,#0000 28%),radial-gradient(circle at 90% 95%,#5b5bd647,#0000 32%),#062e67;flex-direction:column;justify-content:space-between;min-height:100vh;padding:48px clamp(48px,7vw,108px);display:flex;position:relative;overflow:hidden}.auth-logo{background:#fff;border-radius:14px;width:fit-content;padding:8px 16px 8px 10px;display:inline-flex}.auth-story-copy{max-width:610px;padding:60px 0 26px}.auth-story-copy h2{letter-spacing:-.045em;margin:16px 0 24px;font-size:clamp(36px,4.2vw,62px);line-height:1.05}.auth-story-copy p{color:#c8d8ee;max-width:530px;font-size:17px;line-height:1.7}.auth-preview{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#171923;background:#fffffff5;border:1px solid #fff9;border-radius:16px;max-width:590px;padding:12px;transform:rotate(-1.2deg);box-shadow:0 28px 80px #000b2759}.preview-top{gap:6px;padding:4px 5px 13px;display:flex}.preview-top span{background:#d9dfeb;border-radius:50%;width:7px;height:7px}.preview-row{border-top:1px solid #edf0f5;grid-template-columns:20px 1fr auto;align-items:center;gap:12px;padding:14px 12px;display:grid}.preview-row i{border:2px solid #cbd3df;border-radius:6px;width:19px;height:19px}.preview-row i.done{background:var(--success);border-color:var(--success);box-shadow:inset 0 0 0 4px #fff}.preview-row span{flex-direction:column;gap:4px;display:flex}.preview-row b{font-size:13px}.preview-row small{color:#7b8699}.preview-row em{color:#15803d;background:#e9f8ee;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:700}.preview-row em.purple{color:#4f46b8;background:#eef}.preview-row em.teal{color:#0f8276;background:#e1faf6}.auth-footnote{color:#8fa9ca;padding-top:24px;font-size:12px}.auth-panel{justify-content:center;align-items:center;min-height:100vh;padding:50px clamp(34px,6vw,92px);display:flex}.auth-form{flex-direction:column;gap:19px;width:100%;max-width:430px;display:flex}.auth-heading{margin-bottom:8px}.auth-heading h1{letter-spacing:-.035em;margin:9px 0 12px;font-size:32px;line-height:1.15}.auth-heading p{color:var(--muted);line-height:1.6}.field{flex-direction:column;gap:8px;display:flex}.field>span:first-child{font-size:12px;font-weight:600}.field input{width:100%;height:46px;padding:0 13px}.password-field{display:block;position:relative}.password-field input{padding-right:45px}.field-action{position:absolute;top:6px;right:6px}.form-error{color:var(--danger);background:#dc262614;border:1px solid #dc262638;border-radius:9px;padding:10px 12px;font-size:12px}.auth-submit{height:46px;margin-top:3px}.auth-switch{color:var(--muted);text-align:center}.auth-switch a{color:var(--primary);font-weight:600}.auth-security{border-top:1px solid var(--border);color:var(--muted);justify-content:center;align-items:center;gap:8px;margin-top:9px;padding-top:20px;font-size:11px;display:flex}.app-frame{min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);z-index:30;flex-direction:column;width:252px;padding:18px 14px 14px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{justify-content:space-between;align-items:center;padding:0 7px 14px;display:flex}.brand-lockup{align-items:center;gap:10px;display:flex}.brand-lockup>span{color:var(--navy);font-family:var(--font-heading);letter-spacing:-.04em;font-size:17px}[data-theme=dark] .brand-lockup>span{color:#e7efff}.brand-lockup strong{font-weight:700}.brand-lockup i{color:var(--secondary);margin:0 1px;font-style:normal}.workspace-switcher{background:var(--surface-soft);cursor:pointer;text-align:left;border-radius:10px;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;height:42px;margin:0 3px 13px;padding:0 9px;font-size:12px;font-weight:600;display:grid}.workspace-avatar,.user-avatar,.mini-avatar{background:var(--primary-soft);color:var(--primary);border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.workspace-avatar{width:27px;height:27px}.sidebar-nav,.project-nav{flex-direction:column;gap:2px;display:flex}.nav-item{color:var(--muted);border-radius:8px;align-items:center;gap:10px;min-height:38px;padding:0 10px;transition:background .14s,color .14s;display:flex}.nav-item:hover{background:var(--surface-soft);color:var(--text)}.nav-item.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.sidebar-section{border-top:1px solid var(--border);margin-top:14px;padding-top:15px}.sidebar-section-title{color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 5px 6px 10px;font-size:10px;font-weight:700;display:flex}.project-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.project-link-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.nav-count{color:var(--subtle);font-size:10px}.sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:10px}.profile-button{cursor:pointer;text-align:left;background:0 0;border-radius:9px;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;width:100%;margin-top:7px;padding:7px 8px;display:grid}.profile-button:hover{background:var(--surface-soft)}.user-avatar{width:32px;height:32px}.profile-copy{flex-direction:column;min-width:0;display:flex}.profile-copy strong,.profile-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-copy strong{font-size:11px}.profile-copy small{color:var(--subtle);margin-top:2px;font-size:9px}.app-main{min-height:100vh;margin-left:252px}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:color-mix(in srgb, var(--canvas) 86%, transparent);border-bottom:1px solid var(--border);z-index:20;justify-content:space-between;align-items:center;height:68px;padding:0 30px;display:flex;position:sticky;top:0}.global-search{background:var(--surface);border:1px solid var(--border);color:var(--subtle);cursor:pointer;text-align:left;border-radius:9px;align-items:center;gap:9px;width:min(42vw,440px);max-width:440px;height:38px;padding:0 9px 0 12px;display:flex}.global-search span{flex:1}kbd{background:var(--surface-soft);border:1px solid var(--border);color:var(--subtle);border-radius:5px;align-items:center;gap:2px;padding:3px 5px;font-family:inherit;font-size:10px;display:inline-flex}.topbar-actions{align-items:center;gap:5px;display:flex}.notification-button{position:relative}.notification-button>span{background:var(--danger);border:2px solid var(--canvas);border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:6px}.quick-add{margin-left:7px}.page-content{max-width:1500px;margin:0 auto;padding:32px 34px 60px}.mobile-sidebar,.mobile-only,.mobile-bottom-nav{display:none}.page-heading{justify-content:space-between;align-items:flex-end;display:flex}.page-heading h1{letter-spacing:-.04em;margin:5px 0 7px;font-size:30px}.page-heading p,.section-heading p{color:var(--muted)}.focus-chip{background:var(--surface);border:1px solid var(--border);color:var(--warning);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.focus-chip span{color:var(--muted);font-size:11px}.focus-chip strong{color:var(--text);font-size:12px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 20px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:14px;min-height:106px;padding:17px 19px;display:flex}.metric-icon{border-radius:11px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.metric-icon svg{width:21px;height:21px}.metric-icon.indigo{background:var(--primary-soft);color:var(--primary)}.metric-icon.red{color:var(--danger);background:#dc262617}.metric-icon.green{color:var(--success);background:#16a34a17}.metric-card div{grid-template-columns:auto auto;align-items:baseline;display:grid}.metric-card small{color:var(--muted);grid-column:1/-1;font-size:11px}.metric-card strong{font-family:var(--font-heading);margin-top:3px;font-size:25px}.metric-card p{color:var(--subtle);margin-left:8px;font-size:10px}.dashboard-columns{grid-template-columns:minmax(0,1fr) 330px;gap:18px;display:grid}.surface{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px}.task-focus,.deadlines{overflow:hidden}.section-heading{justify-content:space-between;align-items:center;padding:19px 20px;display:flex}.section-heading h2{margin-bottom:3px;font-size:15px}.section-heading p{font-size:10px}.focus-task{border-top:1px solid var(--border);grid-template-columns:24px minmax(180px,1fr) auto auto 28px;align-items:center;gap:12px;min-height:67px;padding:9px 20px;transition:background .14s;display:grid}.focus-task:hover{background:var(--surface-soft)}.task-check{color:var(--border-strong)}.focus-task-main{flex-direction:column;gap:5px;min-width:0;display:flex}.focus-task-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.task-meta{color:var(--subtle);align-items:center;gap:5px;font-size:9px;display:flex}.task-meta i{border-radius:50%;width:6px;height:6px}.priority,.status-pill{white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:700}.priority-none{display:none}.priority-low{background:var(--surface-soft);color:var(--muted)}.priority-medium{color:var(--warning);background:#d9770617}.priority-high,.priority-urgent{color:var(--danger);background:#dc262617}.due{color:var(--muted);white-space:nowrap;font-size:10px}.overdue{color:var(--danger)!important}.mini-avatar{border-radius:50%;width:27px;height:27px;font-size:9px}.section-link{border-top:1px solid var(--border);justify-content:center;width:100%;padding:13px;font-size:11px}.deadline-list{border-top:1px solid var(--border)}.deadline-list a{grid-template-columns:39px 1fr 6px;align-items:center;gap:11px;min-height:66px;padding:9px 17px;display:grid}.deadline-list a:hover{background:var(--surface-soft)}.deadline-date{background:var(--surface-soft);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:42px;display:flex}.deadline-date strong{font-family:var(--font-heading);font-size:15px}.deadline-date small,.deadline-list a>span:nth-child(2) small{color:var(--subtle);font-size:8px}.deadline-list a>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.deadline-list a>span:nth-child(2) strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.deadline-list i{background:var(--warning);border-radius:50%;width:6px;height:6px}.deadline-list i.danger{background:var(--danger)}.recent-projects{margin-top:22px}.recent-projects>.section-heading{padding-left:0;padding-right:0}.project-card-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:39px 1fr;gap:13px;padding:16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.project-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.project-card-icon{border-radius:9px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.project-card-icon svg{width:20px;height:20px}.project-card-title{flex-direction:column;gap:4px;min-width:0;display:flex}.project-card-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.project-card-title small,.project-card-foot{color:var(--subtle);font-size:9px}.progress-line{background:var(--surface-soft);border-radius:999px;grid-column:1/-1;height:5px;overflow:hidden}.progress-line span{border-radius:inherit;height:100%;display:block}.project-card-foot{grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.empty-state{color:var(--muted);flex-direction:column;align-items:center;padding:36px;display:flex}.empty-state svg{color:var(--success);margin-bottom:8px}.empty-state h3{color:var(--text);margin-bottom:4px}.project-workspace{margin:-7px -8px 0}.project-header{justify-content:space-between;align-items:center;padding:0 4px 23px;display:flex}.project-title-row{align-items:center;gap:14px;display:flex}.project-large-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.project-large-icon svg{width:23px;height:23px}.project-title-row h1{letter-spacing:-.035em;margin:2px 0 3px;font-size:25px}.project-title-row p{color:var(--muted);font-size:11px}.project-header-actions,.member-stack{align-items:center;display:flex}.project-header-actions{gap:8px}.member-stack{margin-right:6px}.member-stack i,.member-stack button{background:var(--primary-soft);border:2px solid var(--canvas);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;margin-left:-6px;font-size:9px;font-style:normal;font-weight:700;display:flex}.member-stack i:nth-child(2){color:#0f8276;background:#e4faf7}.project-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:0 4px;display:flex}.view-tabs{gap:4px;display:flex}.view-tabs button{color:var(--muted);cursor:pointer;background:0 0;border-bottom:2px solid #0000;align-items:center;gap:7px;height:44px;padding:0 11px;display:flex}.view-tabs button:hover{color:var(--text)}.view-tabs button.active{border-bottom-color:var(--primary);color:var(--primary);font-weight:600}.board-actions{align-items:center;gap:3px;display:flex}.inline-search{background:var(--surface);border:1px solid var(--border);color:var(--subtle);border-radius:8px;align-items:center;gap:6px;width:150px;height:34px;margin-right:6px;padding:0 9px;display:flex}.inline-search input{box-shadow:none;background:0 0;border:0;width:100%;min-width:0;padding:0;font-size:11px}.quick-task-form{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:10px;grid-template-columns:27px 1fr 130px auto;align-items:center;gap:7px;margin:17px 4px;padding:6px;display:grid}.task-add-icon{background:var(--primary-soft);color:var(--primary);border-radius:7px;justify-content:center;align-items:center;width:27px;height:27px;margin-left:2px;display:flex}.quick-task-form input,.quick-task-form select{box-shadow:none;background:0 0;border:0;height:34px}.quick-task-form input{min-width:0}.quick-task-form select{background:var(--surface-soft);padding:0 8px;font-size:10px}.quick-task-form .button{height:34px}.board-area{padding:0 4px;overflow:hidden}.kanban-board{grid-template-columns:repeat(4,minmax(245px,1fr));gap:12px;min-height:540px;padding-bottom:18px;display:grid;overflow-x:auto}.kanban-column{background:color-mix(in srgb, var(--surface-soft) 68%, transparent);border:1px solid var(--border);border-radius:11px;min-width:245px;padding:10px}.kanban-column>header{align-items:center;height:34px;padding:0 2px 8px;display:flex}.column-color{border-radius:3px;width:9px;height:9px;margin-right:7px}.kanban-column h2{font-family:var(--font-body);font-size:11px}.column-count{background:var(--surface);color:var(--muted);border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;margin-left:7px;font-size:9px;display:flex}.kanban-column header small{color:var(--subtle);margin-left:3px;font-size:9px}.kanban-column header .icon-button:first-of-type{margin-left:auto}.kanban-column header .icon-button{width:26px;height:26px}.kanban-stack{flex-direction:column;gap:8px;min-height:110px;display:flex}.kanban-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:10px;padding:10px 11px 11px;transition:border-color .14s,box-shadow .14s,transform .14s}.kanban-card:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 6px 16px #212f501a}.kanban-card:active{cursor:grabbing}.card-top{align-items:center;height:20px;display:flex}.drag-handle{color:var(--border-strong);margin-left:-4px}.card-top .icon-button{width:25px;height:25px;margin-left:auto}.priority-dot{background:var(--border-strong);border-radius:50%;width:7px;height:7px;display:inline-block}.priority-dot.low{background:#94a3b8}.priority-dot.medium{background:var(--warning)}.priority-dot.high{background:#f05b4f}.priority-dot.urgent{background:var(--danger);box-shadow:0 0 0 3px #dc26261f}.kanban-card h3{font-family:var(--font-body);margin:5px 0 10px;font-size:11px;line-height:1.45}.card-labels{flex-wrap:wrap;gap:5px;min-height:19px;display:flex}.card-labels span{border-radius:5px;padding:4px 6px;font-size:8px;font-weight:700}.card-foot{border-top:1px solid var(--border);align-items:center;margin-top:10px;padding-top:9px;display:flex}.card-date,.card-stats{color:var(--subtle);align-items:center;gap:4px;font-size:8px;display:flex}.card-stats{margin-left:9px}.card-foot .mini-avatar{width:23px;height:23px;margin-left:auto}.column-add{color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:6px;width:100%;height:32px;padding:0 6px;font-size:10px;display:flex}.column-add:hover{background:var(--surface);color:var(--primary)}.list-view,.table-wrap,.gantt-view{border-radius:10px;overflow:auto}.list-view-head,.list-task-row{grid-template-columns:minmax(260px,1fr) 120px 160px 100px;align-items:center;gap:15px;min-width:740px;display:grid}.list-view-head{background:var(--surface-soft);color:var(--subtle);letter-spacing:.05em;text-transform:uppercase;min-height:38px;padding:0 17px;font-size:9px;font-weight:700}.list-task-row{background:var(--surface);border-top:1px solid var(--border);cursor:pointer;text-align:left;width:100%;min-height:54px;padding:0 17px}.list-task-row:hover{background:var(--surface-soft)}.list-task-title{align-items:center;gap:9px;min-width:0;display:flex}.list-task-title strong{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.bare-check{color:var(--border-strong);cursor:pointer;background:0 0;padding:0}.bare-check svg{width:18px;height:18px}.status-pill{width:fit-content}.status-backlog{background:var(--surface-soft);color:var(--muted)}.status-in_progress{background:var(--primary-soft);color:var(--primary)}.status-review{color:var(--warning);background:#d977061a}.status-done{color:var(--success);background:#16a34a1a}.status-archived{background:var(--surface-soft);color:var(--subtle)}.assignee-cell{align-items:center;gap:7px;font-size:10px;display:flex}.assignee-cell i{background:var(--primary-soft);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:8px;font-style:normal;font-weight:700;display:flex}.task-table{border-collapse:collapse;width:100%;min-width:900px}.task-table th{background:var(--surface-soft);color:var(--subtle);letter-spacing:.04em;text-align:left;text-transform:uppercase;padding:12px;font-size:9px}.task-table td{border-top:1px solid var(--border);padding:11px 12px;font-size:10px}.task-table tbody tr{cursor:pointer}.task-table tbody tr:hover{background:var(--surface-soft)}.task-table td:nth-child(2){min-width:260px}.task-table td:nth-child(2) strong,.task-table td:nth-child(2) small{display:block}.task-table td:nth-child(2) strong{margin-bottom:4px;font-size:11px}.task-table td:nth-child(2) small{color:var(--subtle);font-size:8px}.table-progress{align-items:center;gap:6px;display:flex}.table-progress>i{background:var(--surface-soft);border-radius:999px;width:55px;height:5px;overflow:hidden}.table-progress b{background:var(--primary);height:100%;display:block}.gantt-view{min-width:960px}.gantt-head,.gantt-row{grid-template-columns:245px 1fr;display:grid}.gantt-head>div{background:var(--surface-soft);border-right:1px solid var(--border);color:var(--subtle);text-transform:uppercase;align-items:center;padding-left:16px;font-size:9px;font-weight:700;display:flex}.gantt-head{background:var(--surface-soft);grid-template-columns:245px repeat(14,1fr);min-height:48px}.gantt-head>span{border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;font-size:9px;display:flex}.gantt-head>span.today,.gantt-grid i.today{background:#5b5bd614}.gantt-head small{color:var(--subtle);margin-top:2px;font-size:7px}.gantt-row{background:var(--surface);border-top:1px solid var(--border);cursor:pointer;text-align:left;width:100%;min-height:48px;padding:0}.gantt-row:hover{background:var(--surface-soft)}.gantt-task-name{border-right:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;padding:0 15px;font-size:10px;display:flex;overflow:hidden}.gantt-grid{grid-template-columns:repeat(14,1fr);display:grid;position:relative}.gantt-grid>i{border-left:1px solid var(--border)}.gantt-bar{background:var(--primary-soft);border-radius:6px;align-items:center;height:24px;display:flex;position:absolute;top:12px;overflow:hidden}.gantt-bar>span{background:#5b5bd642;height:100%;position:absolute;top:0;left:0}.gantt-bar em{color:var(--primary);margin-left:7px;font-size:8px;font-style:normal;font-weight:700;position:relative}.bar-1{background:#14b8a621}.bar-1>span{background:#14b8a640}.bar-1 em{color:#0f8276}.bar-2{background:#d977061f}.bar-2>span{background:#d977063d}.bar-2 em{color:var(--warning)}.bar-3{background:#16a34a1f}.bar-3>span{background:#16a34a3d}.bar-3 em{color:var(--success)}.drawer-backdrop{z-index:70;background:#080f1f47;position:fixed;inset:0}.task-drawer{background:var(--surface);box-shadow:var(--shadow-lg);z-index:80;flex-direction:column;width:min(820px,100vw - 40px);display:flex;position:fixed;inset:0 0 0 auto}.drawer-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex}.drawer-topbar>div{gap:2px;display:flex}.drawer-scroll{overflow-y:auto}.task-title-editor{grid-template-columns:29px 1fr;align-items:flex-start;gap:12px;padding:24px 26px 18px;display:grid}.large-check{background:var(--surface);border:2px solid var(--border-strong);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:27px;height:27px;margin-top:2px;display:flex}.task-title-editor input{box-shadow:none;font-family:var(--font-heading);letter-spacing:-.035em;background:0 0;border:0;min-width:0;padding:0;font-size:23px;font-weight:700}.task-drawer-grid{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 255px;display:grid}.task-drawer-main{border-right:1px solid var(--border);min-width:0;padding:0 26px 40px}.drawer-section{border-bottom:1px solid var(--border);padding:22px 0}.drawer-section h3{font-family:var(--font-body);margin-bottom:11px;font-size:12px}.drawer-section textarea{resize:vertical;width:100%;min-height:116px;padding:12px;line-height:1.6}.drawer-section-heading{justify-content:space-between;align-items:center;display:flex}.drawer-section-heading span{color:var(--muted);font-size:10px}.checklist-progress{background:var(--surface-soft);border-radius:999px;height:5px;margin-bottom:12px;overflow:hidden}.checklist-progress span{background:var(--primary);height:100%;display:block}.checklist-items{flex-direction:column;gap:9px;display:flex}.checklist-items label{align-items:center;gap:8px;font-size:11px;display:flex}.checklist-items input,.task-table input{accent-color:var(--primary)}.comments-section h3 span{color:var(--subtle);font-weight:400}.comment-form{background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;grid-template-columns:28px 1fr 30px;align-items:center;gap:8px;padding:7px;display:grid}.comment-form input{box-shadow:none;background:0 0;border:0;min-width:0}.comment{grid-template-columns:27px 1fr;gap:9px;margin-top:16px;display:grid}.comment>div>div{align-items:baseline;gap:7px;display:flex}.comment strong{font-size:10px}.comment time{color:var(--subtle);font-size:8px}.comment p{margin-top:5px;font-size:11px;line-height:1.5}.task-properties{background:color-mix(in srgb, var(--surface-soft) 56%, var(--surface));padding:13px 16px 40px}.property-row{border-bottom:1px solid var(--border);gap:7px;padding:13px 0;display:grid}.property-label{color:var(--muted);align-items:center;gap:6px;font-size:9px;display:flex}.property-row select,.property-row input[type=datetime-local]{box-shadow:none;background:0 0;border:0;width:100%;height:28px;padding:0;font-size:10px}.property-user{cursor:pointer;background:0 0;align-items:center;gap:7px;padding:0;font-size:10px;display:flex}.property-user span{background:var(--primary-soft);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:8px;font-weight:700;display:flex}.progress-property{align-items:center;gap:8px;display:flex}.progress-property input{accent-color:var(--primary);flex:1}.progress-property span{font-size:9px}.modal-backdrop{z-index:100;background:#080f1f7a;justify-content:center;align-items:flex-start;padding:12vh 20px 20px;display:flex;position:fixed;inset:0}.command-palette{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:13px;width:100%;max-width:590px;overflow:hidden}.command-input{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 13px;display:flex}.command-input input{box-shadow:none;background:0 0;border:0;flex:1;height:34px}.command-results{max-height:390px;padding:8px;overflow-y:auto}.command-label{color:var(--subtle);letter-spacing:.06em;text-transform:uppercase;padding:7px 9px;font-size:9px;font-weight:700;display:block}.command-results a{border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 10px;display:flex}.command-results a:hover{background:var(--surface-soft)}.command-results a span:nth-child(2){flex:1}.command-results a small{color:var(--subtle)}.dialog{background:var(--surface);box-shadow:var(--shadow-lg);border-radius:13px;width:100%;max-width:470px;padding:22px}.dialog-heading{justify-content:space-between;align-items:flex-start;margin-bottom:21px;display:flex}.dialog-heading h2{margin-top:5px;font-size:21px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}@media (max-width:1180px){.dashboard-columns{grid-template-columns:1fr}.deadlines{display:none}.project-card-grid{grid-template-columns:repeat(2,1fr)}.kanban-board{grid-template-columns:repeat(4,270px)}}@media (max-width:840px){.auth-page{display:block}.auth-story{display:none}.auth-panel{padding:36px 22px}.desktop-sidebar{display:none}.mobile-only{display:inline-flex}.mobile-sidebar{z-index:120;transition:transform .2s;display:flex;transform:translate(-105%)}.mobile-sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:110;background:#080f1f73;position:fixed;inset:0}.app-main{margin-left:0}.topbar{height:60px;padding:0 14px}.global-search{width:100%;margin:0 9px}.global-search span,.global-search kbd,.quick-add span{display:none}.global-search{justify-content:center;width:38px;margin-left:auto}.quick-add{border-radius:50%;width:38px;height:38px;padding:0}.page-content{padding:24px 16px 92px}.mobile-bottom-nav{background:var(--surface);border-top:1px solid var(--border);height:66px;padding-bottom:env(safe-area-inset-bottom);z-index:50;grid-template-columns:repeat(4,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav a,.mobile-bottom-nav button{color:var(--subtle);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:8px;display:flex}.mobile-bottom-nav svg{width:20px;height:20px}.mobile-bottom-nav .active{color:var(--primary)}.metric-grid{grid-template-columns:1fr}.metric-grid,.project-toolbar,.kanban-board{scrollbar-width:none}.metric-grid::-webkit-scrollbar{display:none}.project-toolbar::-webkit-scrollbar{display:none}.kanban-board::-webkit-scrollbar{display:none}.metric-card{min-height:88px}.dashboard-heading{align-items:flex-start}.focus-chip{display:none}.focus-task{grid-template-columns:24px 1fr auto;min-height:71px;padding:10px 14px}.focus-task .priority,.focus-task .mini-avatar{display:none}.focus-task .due{grid-area:1/3}.project-card-grid{grid-template-columns:1fr}.project-header{align-items:flex-start}.project-header-actions .member-stack,.project-header-actions .button{display:none}.project-title-row{align-items:flex-start}.project-title-row h1{font-size:21px}.project-toolbar{flex-direction:column;align-items:flex-start;gap:9px;overflow-x:auto}.view-tabs{width:max-content}.board-actions{display:none}.quick-task-form{grid-template-columns:26px 1fr auto}.quick-task-form select{display:none}.quick-task-form .button{width:34px;padding:0;font-size:0}.quick-task-form .button:after{content:"+";font-size:18px}.kanban-board{scroll-snap-type:x mandatory}.kanban-column{scroll-snap-align:start;min-width:calc(100vw - 45px)}.task-drawer{bottom:0;border-radius:18px 18px 0 0;width:100vw;height:88vh;inset:auto 0 0}.task-drawer:before{background:var(--border-strong);content:"";border-radius:999px;width:38px;height:4px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.drawer-topbar{padding-top:5px}.task-title-editor{padding:18px 17px 14px}.task-title-editor input{font-size:19px}.task-drawer-grid{flex-direction:column;display:flex}.task-drawer-main{border:0;padding:0 18px 30px}.task-properties{order:-1;padding:5px 18px 0}.property-row{grid-template-columns:105px 1fr;display:grid}}@media (max-width:480px){.page-heading h1{font-size:25px}.page-heading p{font-size:12px}.metric-grid{scroll-snap-type:x mandatory;margin:20px -16px 17px;padding:0 16px;display:flex;overflow-x:auto}.metric-card{scroll-snap-align:start;min-width:236px}.section-heading{padding:17px 14px}.recent-projects{margin-top:18px}.project-workspace{margin:0}.project-large-icon{width:41px;height:41px}}.settings-page{width:min(1080px,100%);margin:0 auto}.settings-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.settings-card{padding:24px}.settings-card-title{align-items:center;gap:14px;display:flex}.settings-card-title h2,.settings-card-title p{margin:0}.settings-card-title h2{font-size:17px}.settings-card-title p{color:var(--muted);margin-top:4px;font-size:13px}.settings-icon{width:42px;height:42px;color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, transparent);border-radius:13px;flex:none;place-items:center;display:grid}.settings-icon svg{width:20px}.settings-fields{gap:14px;margin-top:22px;display:grid}.settings-fields input[readonly]{color:var(--text);background:var(--surface-soft)}.settings-preview{justify-content:space-between;align-items:flex-start;gap:20px;min-height:126px;display:flex}.soon-badge,.role-pill{color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, transparent);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.member-list{margin-top:20px;display:grid}.member-row{border-top:1px solid var(--border);align-items:center;gap:13px;padding:14px 0;display:flex}.member-copy{gap:3px;min-width:0;margin-right:auto;display:grid}.member-copy small{color:var(--muted)}.user-avatar.large{width:42px;height:42px}@media (max-width:760px){.settings-heading{flex-direction:column;align-items:flex-start}.settings-grid{grid-template-columns:1fr}.settings-card{padding:18px}.member-row{flex-wrap:wrap;align-items:flex-start}.role-pill{margin-left:55px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
