@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#202638;background:#f6f7fa;font-synthesis:none;--ink: #202638;--muted: #71788b;--line: #e5e7ed;--soft: #f5f6f9;--navy: #202c45;--purple: #6757d9;--purple-dark: #5446c3;--sidebar: 232px;--task-col: 320px}*{box-sizing:border-box}body{margin:0;min-width:1100px;min-height:100vh}button,input,select{font:inherit}button,a{color:inherit}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:15px;background:#f7f7fa;color:var(--purple)}.brand-mark{width:36px;height:36px;border-radius:10px;color:#fff;background:linear-gradient(145deg,#8171ee,#5448c6);display:grid;place-items:center;box-shadow:0 7px 20px #5e4bc83d}.brand-mark.large{width:48px;height:48px;border-radius:14px;margin-bottom:23px}.login-shell{min-height:100vh;overflow:hidden;position:relative;display:grid;place-items:center;padding:40px;background:#f4f4f8}.login-shell:before{content:"";position:absolute;inset:0;opacity:.42;background-image:linear-gradient(#dedee8 1px,transparent 1px),linear-gradient(90deg,#dedee8 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 68%);mask-image:radial-gradient(circle at center,black,transparent 68%)}.login-glow{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(2px)}.glow-one{background:radial-gradient(circle,rgba(115,99,219,.17),transparent 68%);top:-230px;left:-130px}.glow-two{background:radial-gradient(circle,rgba(65,157,139,.12),transparent 68%);bottom:-260px;right:-110px}.login-card{position:relative;width:480px;padding:48px 52px 42px;border:1px solid rgba(218,219,228,.9);border-radius:24px;background:#fffffff0;box-shadow:0 24px 70px #2f2d4b1c}.eyebrow{margin:0 0 8px;color:#858b9d;font:700 11px/1.2 Manrope;letter-spacing:.15em}.login-card h1{margin:0;color:#252b3b;font:800 42px/1.1 Manrope;letter-spacing:-.045em}.login-card h1 span{color:var(--purple)}.login-copy{margin:18px 0 30px;color:#747b8e;font-size:16px;line-height:1.55}.button{border:0;border-radius:9px;min-height:40px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:600;text-decoration:none;transition:.18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{background:var(--purple);color:#fff;box-shadow:0 5px 14px #6757d936}.button.primary:hover:not(:disabled){background:var(--purple-dark)}.button.secondary{background:#fff;color:#343a4c;border:1px solid #dddfe7}.button.secondary:hover{border-color:#c7c9d4;background:#fafafa}.button.ghost{background:transparent;color:var(--muted)}.button.big{width:100%;min-height:48px}.button.compact{min-height:36px;font-size:13px}.text-button{width:100%;border:0;background:none;padding:12px 0 0;color:#7165c7;font-size:12px;cursor:pointer}.or{margin:21px 0;display:flex;align-items:center;gap:11px;color:#9b9fad;font-size:11px}.or span{height:1px;flex:1;background:#e8e8ee}.login-card>.secondary{width:100%}.privacy-note{margin:22px 0 0;text-align:center;color:#9a9eaa;font-size:11px}.pat-box{display:grid;gap:9px}.pat-box label{font-size:12px;font-weight:600;color:#555c6e}.token-input{height:44px;display:flex;border:1px solid #dfe1e8;border-radius:9px;background:#fff}.token-input:focus-within{border-color:#9c92e8;box-shadow:0 0 0 3px #6757d917}.token-input input{flex:1;border:0;outline:0;padding:0 13px;min-width:0}.token-input button{width:42px;border:0;background:transparent;color:#7c8190;cursor:pointer}.field-error{margin:0;color:#c64848;font-size:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) 1fr;transition:grid-template-columns .2s ease}.app-shell.sidebar-hidden{grid-template-columns:0 1fr}.sidebar{position:sticky;top:0;height:100vh;overflow:hidden;color:#d8dce6;background:var(--navy);display:flex;flex-direction:column;padding:21px 15px;white-space:nowrap}.sidebar-hidden .sidebar{padding-inline:0}.brand{height:44px;padding:0 8px;display:flex;align-items:center;gap:12px;color:#fff;font:700 18px Manrope}.brand .brand-mark{width:31px;height:31px;border-radius:8px}.sidebar nav{margin-top:28px;display:grid;gap:5px}.sidebar nav button,.sidebar-bottom>button{width:100%;height:41px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#b9c0ce;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.sidebar nav button:hover,.sidebar-bottom>button:hover{background:#ffffff0e;color:#fff}.sidebar nav button.active{color:#fff;background:#7f72dd2e}.sidebar nav button.active svg{color:#9d91f2}.sidebar nav em{margin-left:auto;min-width:22px;height:20px;border-radius:10px;background:#ffffff17;display:grid;place-items:center;font-style:normal;font-size:11px}.sidebar-section{margin-top:29px;padding:0 7px}.sidebar-section>p{margin:0 0 9px;color:#747f94;font-size:9px;font-weight:700;letter-spacing:.13em}.select-workspace{position:relative;display:flex;align-items:center;gap:9px}.select-workspace>span{width:26px;height:26px;flex:0 0 auto;border-radius:7px;display:grid;place-items:center;background:#3d8d7a;color:#fff;font-size:11px;font-weight:700}.select-workspace select{flex:1;min-width:0;border:0;appearance:none;background:transparent;color:#dfe2e9;outline:none;font-size:12px}.select-workspace option{color:#222}.select-workspace svg{color:#778195;pointer-events:none}.sidebar-bottom{margin-top:auto;display:grid;gap:4px}.demo-pill{margin:0 7px 8px;padding:7px 9px;border-radius:7px;color:#bcb4fb;background:#7765e121;display:flex;align-items:center;gap:7px;font-size:11px}.sidebar-bottom>button{height:34px;font-size:12px}.profile{margin-top:13px;padding:14px 7px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:9px}.profile>span,.avatar{border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700}.profile>span{width:30px;height:30px;background:#d4a47c;color:#fff}.profile div{min-width:0;display:grid}.profile strong{color:#fff;font-size:11px;overflow:hidden;text-overflow:ellipsis}.profile small{margin-top:2px;color:#7f8899;font-size:9px;overflow:hidden;text-overflow:ellipsis}.content{position:relative;min-width:0;background:#f6f7fa}.sidebar-toggle{position:absolute;top:20px;left:19px;width:30px;height:30px;border:1px solid #e0e2e8;background:#fff;border-radius:7px;color:#8c92a1;display:grid;place-items:center;cursor:pointer;z-index:2}.sidebar-hidden .sidebar-toggle svg{transform:rotate(180deg)}.timeline-page{padding:46px 42px 70px;max-width:1680px;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px}.page-heading h1{margin:0;color:#252c3c;font:700 29px/1.2 Manrope;letter-spacing:-.035em}.page-heading>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:13px}.toolbar{position:sticky;top:0;z-index:12;min-height:60px;padding:10px 12px;border:1px solid var(--line);border-radius:11px 11px 0 0;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:9px;box-shadow:0 4px 15px #2a30470e}.project-select{min-width:175px;height:39px;padding:0 10px;display:flex;align-items:center;gap:9px;border:1px solid #e2e4ea;border-radius:8px;background:#fff;cursor:pointer}.project-select>span:nth-child(2){display:grid;text-align:left;line-height:1.2}.project-select small{color:#9095a3;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.project-select strong{font-size:12px}.project-select>svg{margin-left:auto;color:#888d9b}.stacked-dots{width:25px;height:23px;position:relative}.stacked-dots i{position:absolute;width:15px;height:15px;border:2px solid white;border-radius:5px;top:4px}.stacked-dots i:nth-child(1){left:0}.stacked-dots i:nth-child(2){left:6px}.stacked-dots i:nth-child(3){left:12px}.divider{height:28px;width:1px;background:#ececf1;margin:0 2px}.toolbar-search{height:36px;width:190px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #e4e5eb;border-radius:7px;color:#9a9eab}.toolbar-search input{border:0;outline:0;min-width:0;width:100%;color:var(--ink);font-size:12px}.select-wrap{height:36px;padding:0 9px;border:1px solid #e4e5eb;border-radius:7px;color:#747a89;display:flex;align-items:center;gap:6px}.select-wrap select{border:0;outline:0;appearance:none;color:#515767;background:transparent;font-size:12px}.sort-select select{max-width:135px}.filter-button{height:36px;padding:0 10px;border:1px solid #e4e5eb;border-radius:7px;background:#fff;color:#686e7e;display:flex;align-items:center;gap:6px;font-size:12px;cursor:pointer}.filter-button.active{background:#f6f4ff;color:#6658cd;border-color:#ddd8fa}.filter-button span{color:#999daa;font-size:9px;text-transform:uppercase}.toolbar-spacer{flex:1}.timeline-navigation{display:flex;align-items:center;gap:7px}.pan-control,.zoom-control{height:33px;border:1px solid #e2e4ea;border-radius:7px;display:flex;align-items:center;background:#fff;overflow:hidden}.pan-control button,.zoom-control button{width:30px;align-self:stretch;border:0;background:#fafafa;color:#717685;display:grid;place-items:center;cursor:pointer}.pan-control button:hover,.zoom-control button:hover{background:#f1f0f8;color:var(--purple)}.pan-control .today-button{width:47px;border-inline:1px solid #e8e9ed;background:#fff;font-size:9px;font-weight:600}.zoom-control button{font-size:16px}.zoom-control button:disabled{color:#c4c6ce;background:#fafafa;cursor:default}.zoom-control span{width:62px;text-align:center;color:#707584;font-size:10px}.insight-banner{min-height:54px;padding:9px 15px;border-inline:1px solid #e6e3f8;border-bottom:1px solid #e6e3f8;background:#faf9ff;display:flex;align-items:center;gap:11px}.insight-icon{width:29px;height:29px;border-radius:8px;color:#7669d8;background:#eeeafe;display:grid;place-items:center}.insight-banner div:nth-child(2){flex:1}.insight-banner strong{color:#4f4c68;font-size:11px}.insight-banner p{margin:2px 0 0;color:#908ca6;font-size:9px}.insight-banner>svg{color:#dda041}.timeline-card{position:relative;border:1px solid var(--line);border-top:0;background:#fff;min-height:380px;box-shadow:0 8px 22px #2c31440a;overflow:hidden}.row-grid{display:grid;grid-template-columns:var(--task-col) minmax(0,1fr)}.timeline-header{height:52px;border-bottom:1px solid var(--line);background:#fbfbfc}.task-column-title{padding:0 18px;display:flex;align-items:center;gap:7px;color:#8b909f;font-size:9px;font-weight:700;letter-spacing:.1em;border-right:1px solid var(--line)}.calendar-head{position:relative;min-width:0;overflow:hidden;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.week-label{position:absolute;inset-block:0;padding:10px 10px 0;border-right:1px solid #eceef2;display:flex;justify-content:space-between;color:#585e6d}.week-label strong{font-size:9px;font-weight:600;white-space:nowrap}.week-label small{color:#a2a6b0;font-size:8px}.center-cursor{position:absolute;z-index:6;top:0;bottom:0;left:calc(var(--task-col) + (100% - var(--task-col)) / 2);width:1px;background:#6454cf9e;pointer-events:none}.center-cursor:after{content:"";position:absolute;top:48px;left:-4px;width:9px;height:9px;border:2px solid white;border-radius:50%;background:#695bd2;box-shadow:0 1px 4px #3a2d9059}.center-cursor span{position:absolute;top:7px;left:0;padding:3px 6px;border-radius:5px;color:#fff;background:#695bd2;box-shadow:0 2px 7px #3a2d9033;transform:translate(-50%);white-space:nowrap;font-size:8px;font-weight:700;letter-spacing:.02em}.timeline-body{position:relative}.loading-layer{position:absolute;inset:0;min-height:250px;z-index:5;background:#ffffffc7;display:flex;justify-content:center;align-items:center;gap:10px;color:#777d8d;font-size:12px}.project-group+.project-group{border-top:1px solid #dfe2e8}.project-row-wrapper{position:relative}.project-row{width:100%;height:39px;padding:0;border:0;background:#f7f8fa;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;text-align:left}.project-row-label{padding:0 17px;border-right:1px solid var(--line);display:flex;align-items:center;gap:7px;min-width:0}.project-row-label.has-external{padding-right:45px}.project-color{width:4px;height:18px;border-radius:3px;margin-right:1px}.project-row-label svg{color:#969baa}.project-row-label strong{overflow:hidden;text-overflow:ellipsis;font:600 11px Manrope}.project-row-label>span:last-child{margin-left:auto;min-width:20px;height:18px;border-radius:10px;display:grid;place-items:center;background:#e9ebef;color:#878c9a;font-size:8px}.project-row-external{position:absolute;top:50%;right:calc(100% - var(--task-col) + 14px);width:23px;height:23px;z-index:1;transform:translateY(-50%);border-radius:5px;color:#9da2af;display:grid;place-items:center}.project-row-external:hover{color:var(--purple);background:#eceaf8}.project-span{position:relative;overflow:hidden}.project-span span{position:absolute;top:18px;height:3px;border-radius:2px;opacity:.4}.task-row{min-height:48px;border-top:1px solid #f0f1f4}.task-label{position:relative;padding:7px 11px 7px 20px;min-width:0;border-right:1px solid var(--line);display:flex;align-items:center;gap:9px}.status-dot{width:13px;height:13px;padding:0;flex:0 0 auto;border:1.5px solid #b5b9c4;border-radius:50%;background:#fff;display:grid;place-items:center;color:#fff;cursor:pointer}.status-dot.done{background:#47a884;border-color:#47a884}.task-label>div{min-width:0;display:grid;gap:2px}.task-name-line{min-width:0;display:flex;align-items:center;gap:5px}.task-name-button{min-width:0;padding:0;border:0;background:transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;color:#4b5160;font-size:10.5px;font-weight:500;cursor:pointer}.task-name-button:hover{color:var(--purple)}.task-external{flex:0 0 auto;color:#a5a9b4;display:inline-flex}.task-external:hover{color:var(--purple)}.task-label small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a0a4ae;font-size:8px}.avatar{margin-left:auto;width:22px;height:22px;flex:0 0 auto;background:#eee9e1;color:#8a6c55}.calendar-row{position:relative;overflow:hidden;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.timeline-card.is-panning .calendar-head,.timeline-card.is-panning .calendar-row,.timeline-card.is-panning .project-row{cursor:grabbing}.week-gridline{position:absolute;top:0;bottom:0;width:1px;background:#f0f1f4}.today-line{position:absolute;top:0;bottom:0;z-index:2;width:1px;background:#e05c62}.today-line:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;left:-2px;top:0;background:#e05c62}.today-line span{display:none}.task-bar{position:absolute;height:25px;top:11px;z-index:3;border:0;border-radius:5px;padding:0 7px;color:#fff;box-shadow:inset 0 -1px #00000017;display:flex;align-items:center;gap:5px;min-width:6px;cursor:pointer}.task-bar:hover{filter:brightness(.95);transform:translateY(-1px)}.task-bar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-weight:600}.task-bar svg{flex:0 0 auto;margin-left:auto;color:#ffe6a9;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.task-bar.conflict{outline:2px solid rgba(235,167,49,.38);outline-offset:1px}.task-bar.milestone{width:16px!important;height:16px;top:15px;transform:rotate(45deg);border-radius:3px;padding:0}.completion-marker{position:absolute;top:15px;z-index:4;width:17px;height:17px;transform:translate(-50%);border:2px solid white;border-radius:50%;background:#278b68;color:#fff;box-shadow:0 1px 4px #15574059;display:grid;place-items:center}.empty-state{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8c92a0}.empty-state h3{margin:12px 0 5px;color:#4e5463;font:600 15px Manrope}.empty-state p{margin:0 0 17px;font-size:12px}.unscheduled{width:100%;height:43px;padding:0 15px;border:1px solid var(--line);border-top:0;border-radius:0 0 9px 9px;background:#fbfbfc;display:flex;align-items:center;justify-content:space-between;color:#777d8c;cursor:pointer;font-size:10px}.unscheduled span{display:flex;align-items:center;gap:8px}.unscheduled .rotate{transform:rotate(180deg)}.unscheduled-list{padding:11px;border:1px solid var(--line);border-top:0;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.unscheduled-list button{min-width:0;padding:8px 10px;border:1px solid #eceef2;border-radius:7px;background:#fff;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer}.unscheduled-list button:hover{background:#fafafe;border-color:#dcd8f5}.unscheduled-list i{width:4px;height:24px;border-radius:3px}.unscheduled-list button span{min-width:0;display:grid}.unscheduled-list strong,.unscheduled-list small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unscheduled-list strong{font-size:10px}.unscheduled-list small{margin-top:2px;color:#999daa;font-size:8px}.unscheduled-list button>svg{margin-left:auto;color:#a0a4b0}.drawer-backdrop{position:fixed;inset:0;z-index:18;background:#181c2a3d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.task-drawer{position:absolute;top:0;right:0;width:410px;height:100%;background:#fff;box-shadow:-18px 0 55px #1e23362e;display:flex;flex-direction:column;animation:drawer-in .2s ease-out}@keyframes drawer-in{0%{transform:translate(25px);opacity:.7}}.task-drawer header{min-height:112px;padding:29px 27px 21px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.task-drawer header>div{min-width:0}.task-drawer h2{margin:0;color:#292f3f;font:700 20px/1.3 Manrope;letter-spacing:-.025em}.drawer-body{overflow-y:auto;padding:23px 27px 30px}.completion-button{width:100%;min-height:44px;padding:0 13px;border:1px solid #dfe2e9;border-radius:9px;background:#fafbfc;color:#555c6d;display:flex;align-items:center;gap:10px;font-weight:600;font-size:12px;cursor:pointer}.completion-button>span{width:20px;height:20px;border:1.5px solid #b8bdc8;border-radius:50%;display:grid;place-items:center}.completion-button.completed{border-color:#cde8dd;background:#f4fbf8;color:#35836a}.completion-button.completed>span{border-color:#47a884;background:#47a884;color:#fff}.drawer-section{padding:23px 0;border-bottom:1px solid #eceef2}.drawer-section h3{margin:0 0 13px;color:#686e7e;font:700 10px Manrope;letter-spacing:.08em;text-transform:uppercase}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.date-fields label{display:grid;gap:6px;color:#858a98;font-size:10px}.date-fields input{width:100%;height:39px;padding:0 9px;border:1px solid #dfe2e8;border-radius:7px;outline:none;color:#4f5564;font-size:11px}.date-fields input:focus,.drawer-section textarea:focus{border-color:#9d94e7;box-shadow:0 0 0 3px #6757d914}.drawer-section textarea{width:100%;padding:10px 11px;resize:vertical;border:1px solid #dfe2e8;border-radius:8px;outline:none;color:#4c5261;font-size:12px;line-height:1.5}.comment-actions{margin-top:10px;min-height:34px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.comment-actions>span{margin-right:auto;color:#448f76;display:flex;align-items:center;gap:5px;font-size:10px}.drawer-meta{padding:20px 0;display:flex;align-items:center;gap:10px}.drawer-meta .avatar{margin:0;width:30px;height:30px}.drawer-meta>div{display:grid;gap:2px}.drawer-meta small{color:#9599a5;font-size:9px}.drawer-meta strong{font-size:11px}.drawer-error{margin:0 0 13px;padding:9px 10px;border-radius:7px;color:#a34d4d;background:#fff3f3;display:flex;gap:7px;font-size:10px}.asana-link{width:100%;min-height:39px;border:1px solid #e1e3e9;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:7px;color:#676d7d;text-decoration:none;font-size:11px;font-weight:600}.asana-link:hover{border-color:#ccc7ee;color:var(--purple)}.modal-backdrop{position:fixed;inset:0;z-index:20;background:#161a2761;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:30px}.modal{width:560px;max-height:min(720px,calc(100vh - 60px));border-radius:16px;background:#fff;box-shadow:0 25px 80px #18182c40;display:flex;flex-direction:column;overflow:hidden}.modal header{padding:25px 26px 17px;display:flex;justify-content:space-between}.modal h2{margin:0;font:700 22px Manrope;letter-spacing:-.025em}.modal header p:last-child{margin:5px 0 0;color:var(--muted);font-size:12px}.icon-button{width:34px;height:34px;border:1px solid #e4e5eb;border-radius:8px;background:#fff;display:grid;place-items:center;cursor:pointer}.search-box{height:40px;margin:0 26px 13px;padding:0 11px;border:1px solid #dfe1e8;border-radius:8px;color:#989daa;display:flex;align-items:center;gap:8px}.search-box input{flex:1;border:0;outline:0;font-size:12px}.project-selection-actions{margin:-3px 26px 9px;display:flex;gap:13px}.project-selection-actions button{padding:0;border:0;background:transparent;color:var(--purple);font-size:11px;font-weight:600;cursor:pointer}.project-selection-actions button:disabled{color:#b5b8c2;cursor:default}.project-list{min-height:220px;overflow:auto;padding:0 15px 10px}.project-option-wrapper{position:relative}.project-option{width:100%;min-height:54px;padding:7px 11px;border:1px solid transparent;border-radius:8px;background:#fff;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.project-option:hover{background:#f8f8fb}.project-option.selected{background:#f8f7ff;border-color:#e7e3ff}.project-dot{width:9px;height:31px;border-radius:5px}.project-option>span:nth-child(2){min-width:0;flex:1;display:grid;gap:3px}.project-option.has-external>span:nth-child(2){margin-right:31px}.project-option strong,.project-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-option strong{font-size:12px}.project-option small{color:#999daa;font-size:9px}.checkbox{width:19px;height:19px;border:1px solid #ced1db;border-radius:5px;display:grid;place-items:center}.project-option.selected .checkbox{color:#fff;border-color:var(--purple);background:var(--purple)}.project-option-external{position:absolute;top:50%;right:43px;width:27px;height:27px;transform:translateY(-50%);border-radius:6px;color:#9da2af;display:grid;place-items:center}.project-option-external:hover{color:var(--purple);background:#eceaf8}.modal footer{min-height:68px;padding:12px 26px;border-top:1px solid #ececf1;display:flex;align-items:center;justify-content:space-between}.modal footer>span{color:#888d9a;font-size:11px}.modal footer>div{display:flex;gap:6px}.error-banner{position:fixed;top:15px;right:18px;z-index:10;max-width:420px;min-height:44px;padding:8px 10px 8px 13px;border:1px solid #f0c9c9;border-radius:9px;color:#8f3c3c;background:#fff5f5;box-shadow:0 9px 24px #4b21211f;display:flex;align-items:center;gap:9px;font-size:12px}.error-banner span{flex:1}.error-banner button{border:0;background:transparent;color:inherit;cursor:pointer}@media(max-width:1250px){:root{--sidebar: 205px;--task-col: 290px}.timeline-page{padding-inline:25px}.toolbar-search{width:145px}.filter-button span{display:none}}@media(max-width:1450px){.toolbar{flex-wrap:wrap}.toolbar-spacer{display:none}.timeline-navigation{margin-left:auto}}
