:root{--background:#f7f7f8;--foreground:#18181b;--surface:#fff;--muted:#71717a;--default:#f4f4f5;--border:#e4e4e7;--separator:#ebebed}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--foreground);font-family:var(--font-inter,Inter), system-ui, sans-serif;letter-spacing:-.006em;-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit}.login-page{background:#f7f7f8;place-items:center;min-height:100svh;padding:48px 24px;display:grid}.login-wrap{text-align:center;width:min(100%,390px)}.login-card{background:#fff;border:1px solid #ebebed;border-radius:24px;padding:32px 26px;box-shadow:0 1px 2px #18181b0a,0 8px 24px #18181b0a}.login-header{justify-items:center;display:grid}.login-wordmark{margin-bottom:26px;font-size:17px}.login-lock{background:#f4f4f5;border-radius:99px;place-items:center;width:56px;height:56px;margin-bottom:18px;display:grid}.login-header h1{letter-spacing:-.02em;margin:0;font-size:22px;line-height:28px}.login-header p{color:#71717a;margin:8px 0 0;font-size:14px;line-height:1.6}.login-form{gap:12px;margin-top:22px;display:grid}.login-email span{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.login-email input{color:#18181b;text-align:left;background:#f4f4f5;border:1px solid #0000;border-radius:13px;outline:none;width:100%;height:48px;padding:0 15px}.login-email input:focus{background:#fff;border-color:#a1a1aa}.login-submit{color:#fff;cursor:pointer;background:#18181b;border:0;border-radius:13px;width:100%;height:48px;font-weight:600}.login-submit:disabled{opacity:.65;cursor:wait}.login-help,.login-message{color:#71717a;margin:0;font-size:12.5px;line-height:1.55}.login-message{text-align:left}.login-message.error{color:#b4232e}.login-access{color:#71717a;margin:20px 0 0;font-size:13px;line-height:20px}.login-access a{color:#18181b;text-underline-offset:2px;font-weight:650}.role-shell{color:#17171a;background:radial-gradient(circle at 82% 3%,#d7e6ffb8,#0000 28rem),radial-gradient(circle at 15% 92%,#ebe0ff8f,#0000 30rem),#f7f7f9;min-height:100vh}.role-topbar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff94;border-bottom:1px solid #18181b0f;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 clamp(20px,4vw,62px);display:grid}.role-topbar>span{color:#777780;font-size:12px;font-weight:650}.role-topbar nav{gap:25px;display:flex}.role-topbar nav a{color:#73737c;font-size:11px;font-weight:650;text-decoration:none}.role-topbar nav a:hover{color:#1d1d21}.role-topbar>div{color:#fff;background:#202024;border-radius:11px;justify-self:end;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.role-wrap{width:min(1180px,100% - 40px);margin:auto;padding:48px 0 80px}.role-heading p{color:#777780;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:700}.role-heading h1{letter-spacing:-.05em;margin:0;font-size:clamp(31px,4vw,44px)}.role-heading>span{color:#777780;margin-top:9px;font-size:13px;display:block}.role-summary{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffad;border:1px solid #ffffffeb;border-radius:22px;grid-template-columns:repeat(4,1fr);margin-top:32px;display:grid;overflow:hidden;box-shadow:0 20px 55px #1f1f230b}.role-summary>div{align-content:center;min-height:126px;padding:22px 25px;display:grid;position:relative}.role-summary>div+div:before{content:"";background:#18181b14;width:1px;position:absolute;inset:25px auto 25px 0}.role-summary span{color:#898992;text-transform:uppercase;font-size:10px;font-weight:650}.role-summary strong{margin:7px 0 4px;font-size:19px}.role-summary small{color:#92929a;font-size:10.5px}.role-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.role-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffad;border:1px solid #ffffffeb;border-radius:22px;min-height:260px;padding:24px;box-shadow:0 20px 55px #1f1f230b}.role-panel header h2{letter-spacing:-.02em;margin:0 0 4px;font-size:16px}.role-panel header p{color:#85858e;margin:0;font-size:11.5px}.role-row,.role-project{color:inherit;border-top:1px solid #18181b12;grid-template-columns:8px 1fr auto;align-items:center;gap:13px;padding:17px 2px;text-decoration:none;display:grid}.role-panel header+.role-row,.role-panel header+.role-project{margin-top:18px}.role-row i{background:#8197c9;border-radius:99px;width:7px;height:7px;box-shadow:0 0 0 4px #8197c91a}.role-row span,.role-project span{gap:4px;display:grid}.role-row b,.role-project b{font-size:12px}.role-row small,.role-project small{color:#85858e;font-size:10.5px}.role-row em,.role-project em{color:#657065;font-size:10px;font-style:normal;font-weight:650}.role-project{grid-template-columns:1fr auto 20px}.role-project strong{color:#9999a1}.role-approval{background:#f8f5edc2;border-left:2px solid #c79e54;border-radius:0 14px 14px 0;gap:7px;margin-top:22px;padding:18px;display:grid}.role-approval span{font-size:12px;font-weight:650}.role-approval strong{font-size:16px}.role-approval small{color:#8a8a92;font-size:10.5px}@media (max-width:760px){.role-topbar{grid-template-columns:1fr auto}.role-topbar>span,.role-topbar nav{display:none}.role-wrap{width:min(100% - 28px,1180px);padding-top:30px}.role-summary{grid-template-columns:1fr 1fr}.role-summary>div:nth-child(3){border-top:1px solid #18181b14}.role-summary>div:nth-child(3):before{display:none}.role-summary>div:nth-child(4){border-top:1px solid #18181b14}.role-grid{grid-template-columns:1fr}.role-summary>div{min-height:110px;padding:18px}}.hq-shell{--hq-ink:#17171a;--hq-muted:#777780;--hq-line:#18181b14;min-height:100vh;color:var(--hq-ink);background:radial-gradient(circle at 82% 3%,#d7e6ffb8,#0000 28rem),radial-gradient(circle at 15% 92%,#ebe0ff8f,#0000 30rem),#f7f7f9}.hq-sidebar{z-index:10;-webkit-backdrop-filter:blur(24px)saturate(150%);backdrop-filter:blur(24px)saturate(150%);background:#ffffffad;border:1px solid #ffffffeb;border-radius:24px;flex-direction:column;width:218px;padding:24px 16px 16px;display:flex;position:fixed;inset:16px auto 16px 16px;box-shadow:0 22px 60px #1515180f}.hq-wordmark{margin:4px 9px 34px;justify-content:flex-start!important}.hq-nav{gap:6px;display:grid}.hq-nav-item{color:#76767f;border-radius:13px;align-items:center;gap:12px;height:44px;padding:0 13px;font-size:13.5px;font-weight:580;text-decoration:none;transition:all .2s;display:flex}.hq-nav-item svg{width:18px;height:18px}.hq-nav-item:hover{color:var(--hq-ink);background:#ffffffb8}.hq-nav-item.is-active{color:#fff;background:#18181b;box-shadow:0 8px 18px #18181b24}.hq-sidebar-bottom{border-top:1px solid var(--hq-line);margin-top:auto;padding-top:16px}.hq-profile{align-items:center;gap:10px;padding:7px;display:flex}.hq-profile>span:last-child{min-width:0;display:grid}.hq-profile strong{text-transform:capitalize;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.hq-profile small{color:var(--hq-muted);font-size:11px}.hq-avatar{color:#fff;background:linear-gradient(145deg,#1b1b1f,#494952);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-style:normal;display:grid}.hq-signout{color:var(--hq-muted);cursor:pointer;background:0 0;border:0;margin:7px 7px 0;font-size:11.5px}.hq-main{min-height:100vh;margin-left:250px;padding:40px clamp(28px,4vw,66px) 70px}.hq-topbar{justify-content:space-between;align-items:flex-end;gap:24px;max-width:1240px;margin:0 auto 34px;display:flex}.hq-topbar p{color:var(--hq-muted);letter-spacing:.02em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:650}.hq-topbar h1{letter-spacing:-.045em;margin:0;font-size:clamp(28px,3vw,38px);line-height:1.1}.hq-primary{color:#fff;cursor:pointer;background:#19191c;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;height:43px;padding:0 18px;font-size:13px;font-weight:620;display:inline-flex;box-shadow:0 8px 22px #18181b29}.hq-primary span{font-size:17px;font-weight:400}.hq-summary{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fff9;border:1px solid #ffffffe6;border-radius:22px;grid-template-columns:repeat(4,1fr);max-width:1240px;margin:0 auto 26px;display:grid;overflow:hidden;box-shadow:0 20px 60px #2222280b}.hq-summary>div{align-content:center;min-height:132px;padding:23px 26px;display:grid;position:relative}.hq-summary>div+div:before{content:"";background:var(--hq-line);width:1px;position:absolute;inset:26px auto 26px 0}.hq-summary span{color:var(--hq-muted);font-size:12px;font-weight:570}.hq-summary strong{letter-spacing:-.045em;margin:6px 0 5px;font-size:31px}.hq-summary small{color:#96969e;font-size:11px}.hq-global-tasks{margin-bottom:26px;padding-bottom:20px}.hq-task-filters{border-bottom:1px solid var(--hq-line);gap:5px;margin-bottom:14px;padding-bottom:12px;display:flex;overflow-x:auto}.hq-task-filters button,.hq-task-filters select{color:#777780;background:#f1f1f3;border:1px solid #18181b0f;border-radius:8px;flex:none;padding:7px 9px;font-size:9px;font-weight:650}.hq-task-filters button.active{color:#fff;background:#1d1d21}.hq-task-filters select:first-of-type{margin-left:auto}.hq-global-task-table{overflow-x:auto}.hq-global-task-table>div,.hq-global-task-table article{grid-template-columns:minmax(260px,1.55fr) 125px 120px 70px 60px 110px;align-items:center;gap:14px;min-width:850px;display:grid}.hq-global-task-table>div{color:#9999a1;text-transform:uppercase;padding:0 5px 10px;font-size:8.5px;font-weight:700}.hq-global-task-table article{border-top:1px solid var(--hq-line);color:#66666e;padding:13px 5px;font-size:10.5px}.hq-global-task-table article>span:first-child,.hq-global-task-table article>span:nth-child(2){gap:4px;display:grid}.hq-global-task-table strong,.hq-global-task-table b{color:#242428;font-size:11px}.hq-global-task-table b{font-weight:600}.hq-global-task-table small{color:#909098;font-size:9px}.hq-global-task-table i{text-transform:uppercase;background:#ededf0;border-radius:5px;width:max-content;padding:3px 6px;font-size:7px;font-style:normal;font-weight:750}.hq-global-task-table i.client{color:#4f735a;background:#edf3ed}.hq-global-task-table em{background:#f0f0f2;border-radius:7px;padding:5px 7px;font-size:8.5px;font-style:normal;font-weight:650}.hq-section,.hq-glass-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffab;border:1px solid #ffffffeb;border-radius:22px;max-width:1240px;margin:0 auto;box-shadow:0 20px 55px #1f1f230b}.hq-section{padding:24px 24px 10px}.hq-section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.hq-section-head h2{letter-spacing:-.02em;margin:0 0 4px;font-size:16px}.hq-section-head p{color:var(--hq-muted);margin:0;font-size:12px}.hq-section-head>button{color:#585861;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600}.hq-projects-table{overflow-x:auto}.hq-project-row{border-top:1px solid var(--hq-line);color:#5f5f68;grid-template-columns:minmax(260px,1.75fr) minmax(135px,.8fr) 120px 90px 28px;align-items:center;gap:14px;min-width:720px;padding:15px 5px;font-size:12.5px;text-decoration:none;transition:background .18s;display:grid}.hq-project-row:not(.hq-project-header):hover{background:#ffffffbd;border-radius:14px;margin-inline:-10px;padding-inline:15px}.hq-project-header{color:#9999a1;text-transform:uppercase;letter-spacing:.035em;border-top:0;padding-block:0 11px;font-size:10.5px;font-weight:620}.hq-project-name{align-items:center;gap:12px;display:flex}.hq-project-name i{color:#33333a;background:linear-gradient(140deg,#efeef2,#fff);border:1px solid #0000000a;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:10px;font-style:normal;font-weight:750;display:grid}.hq-project-name>span{display:grid}.hq-project-name strong{color:var(--hq-ink);font-size:13px}.hq-project-name small{color:#8b8b94;margin-top:2px;font-size:11px}.hq-health{color:#397052;text-transform:capitalize;align-items:center;gap:6px;font-size:11px;font-style:normal;font-weight:650;display:inline-flex}.hq-health:before{content:"";background:#62a77c;border-radius:99px;width:6px;height:6px;box-shadow:0 0 0 4px #62a77c1a}.hq-health.at_risk{color:#9b6b1e}.hq-health.at_risk:before{background:#d3a24a}.hq-health.blocked{color:#a84d54}.hq-health.blocked:before{background:#d96a73}.hq-arrow{color:#aaaab1;font-size:15px}.hq-lower-grid{grid-template-columns:1.35fr 1fr;gap:26px;max-width:1240px;margin:26px auto 0;display:grid}.hq-glass-panel{padding:24px}.hq-attention-item{border-top:1px solid var(--hq-line);grid-template-columns:8px 1fr auto;align-items:center;gap:13px;padding:15px 2px 2px;display:grid}.hq-attention-item+.hq-attention-item{margin-top:13px;padding-top:15px}.hq-attention-item>span:nth-child(2){gap:3px;display:grid}.hq-attention-item strong{font-size:12.5px}.hq-attention-item small{color:var(--hq-muted);font-size:11px}.hq-attention-item b{color:#71717a;font-size:11px}.urgent-dot,.soft-dot{background:#d7787d;border-radius:99px;width:7px;height:7px;box-shadow:0 0 0 4px #d7787d1c}.soft-dot{background:#7b91c7;box-shadow:0 0 0 4px #7b91c71c}.hq-pulse{border-top:1px solid var(--hq-line);align-items:center;gap:18px;padding-top:16px;display:flex}.hq-pulse>span{background:conic-gradient(#17171a var(--value),#e7e7eb 0);border-radius:99px;flex:none;place-items:center;width:64px;height:64px;display:grid}.hq-pulse>span:before{content:"";border-radius:inherit;background:#ffffffeb;grid-area:1/1;width:52px;height:52px}.hq-pulse b{z-index:1;grid-area:1/1;font-size:12px}.hq-pulse p{gap:5px;margin:0;display:grid}.hq-pulse strong{font-size:13px}.hq-pulse small{color:var(--hq-muted);font-size:11px}.hq-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#18181b38;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.hq-modal{background:#ffffffeb;border:1px solid #ffffffe6;border-radius:26px;width:min(100%,620px);max-height:calc(100vh - 48px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 28px 90px #18181b2e}.hq-modal-close{color:#777780;cursor:pointer;background:#f1f1f3;border:0;border-radius:10px;width:32px;height:32px;font-size:20px;position:absolute;top:18px;right:18px}.hq-modal-label{color:#777780;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin:0 0 8px!important;font-size:10px!important}.hq-modal h2{letter-spacing:-.035em;max-width:390px;margin:0;font-size:25px}.hq-modal>p{max-width:420px;color:var(--hq-muted);margin:9px 0 24px;font-size:13px;line-height:1.55}.hq-modal form{grid-template-columns:1fr 1fr;gap:15px;display:grid}.hq-modal label{color:#55555d;gap:7px;font-size:11.5px;font-weight:620;display:grid}.hq-modal input,.hq-modal select{color:#242428;background:#f6f6f8;border:1px solid #18181b17;border-radius:12px;outline:none;width:100%;height:44px;padding:0 13px;font-size:13px}.hq-modal input:focus,.hq-modal select:focus{background:#fff;border-color:#9c9ca5}.hq-modal-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:9px;display:flex}.hq-modal-actions>button:first-child{color:#686871;cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:12px}.hq-modal textarea{color:#242428;width:100%;height:80px;font:inherit;resize:vertical;background:#f6f6f8;border:1px solid #18181b17;border-radius:12px;outline:none;padding:12px 13px;font-size:13px}.hq-modal textarea:focus{background:#fff;border-color:#9c9ca5}.hq-field-wide{grid-column:1/-1}.hq-optional-toggle{text-align:left;background:#f7f7f9;border:1px solid #18181b14;border-radius:14px;grid-column:1/-1;justify-content:space-between;align-items:center;padding:14px 15px;display:flex}.hq-optional-toggle span{gap:3px;display:grid}.hq-optional-toggle strong{font-size:11.5px}.hq-optional-toggle small{color:#85858e;font-size:10px}.hq-optional-toggle b{font-size:18px;font-weight:400}.hq-optional-fields{border-top:1px solid #18181b12;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:15px;padding-top:2px;display:grid}@media (max-width:900px){.hq-sidebar{border-radius:19px;flex-direction:row;align-items:center;width:auto;height:62px;padding:8px;inset:auto 12px 12px}.hq-wordmark,.hq-sidebar-bottom,.hq-nav-item span{display:none!important}.hq-nav{grid-template-columns:repeat(4,1fr);gap:7px;width:100%}.hq-nav-item{justify-content:center;height:44px;padding:0}.hq-nav-item svg{width:19px;height:19px}.hq-main{margin-left:0;padding:28px 18px 100px}.hq-summary{grid-template-columns:repeat(2,1fr)}.hq-summary>div:nth-child(3):before{display:none}.hq-lower-grid{grid-template-columns:1fr}}@media (max-width:560px){.hq-topbar{align-items:center;margin-bottom:25px}.hq-topbar p{display:none}.hq-topbar h1{max-width:210px;font-size:26px}.hq-primary{height:40px;padding:0 14px}.hq-summary{border-radius:19px;margin-bottom:18px}.hq-summary>div{min-height:112px;padding:18px}.hq-summary>div:nth-child(odd):before{display:none}.hq-summary>div:nth-child(3),.hq-summary>div:nth-child(4){border-top:1px solid var(--hq-line)}.hq-summary strong{font-size:26px}.hq-summary small{max-width:130px}.hq-section,.hq-glass-panel{border-radius:19px;padding:20px}.hq-section{padding-bottom:8px}.hq-section-head p{max-width:240px}.hq-project-row{min-width:640px}.hq-lower-grid{gap:18px;margin-top:18px}.hq-modal{padding:28px 22px}.hq-modal form,.hq-optional-fields{grid-template-columns:1fr}.hq-field-wide,.hq-modal-actions{grid-column:1}}.project-shell{color:#1a1a1e;background:radial-gradient(circle at 82% 0,#dae5ffb3,#0000 29rem),radial-gradient(circle at 8% 100%,#e9e0ff99,#0000 30rem),#f7f7f9;min-height:100vh}.project-global-nav{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff8a;border-bottom:1px solid #18181b0f;grid-template-columns:1fr auto 1fr;align-items:center;height:74px;padding:0 clamp(20px,4vw,64px);display:grid}.project-global-nav>a{color:#65656e;font-size:12px;font-weight:600;text-decoration:none}.project-global-nav>span{color:#96969e;justify-self:end;font-size:11px}.project-wrap{width:min(1180px,100% - 40px);margin:0 auto;padding:48px 0 80px}.project-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.project-heading p{color:#7e7e87;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:700}.project-heading h1{letter-spacing:-.05em;margin:0;font-size:clamp(30px,4vw,44px)}.project-heading>div>span{color:#777780;max-width:600px;margin-top:10px;font-size:13px;display:block}.project-heading-actions{gap:9px;display:flex}.project-heading-actions button{color:#494950;cursor:pointer;background:#ffffffad;border:1px solid #18181b14;border-radius:12px;height:40px;padding:0 15px;font-size:12px;font-weight:620}.project-heading-actions button:last-child{width:42px;padding:0}.project-meta{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffa3;border:1px solid #ffffffeb;border-radius:20px;grid-template-columns:repeat(4,1fr);margin-bottom:24px;display:grid;overflow:hidden;box-shadow:0 18px 55px #1f1f230a}.project-meta div{gap:7px;padding:21px 24px;display:grid;position:relative}.project-meta div+div:before{content:"";background:#18181b14;width:1px;position:absolute;inset:20px auto 20px 0}.project-meta span{color:#8c8c94;text-transform:uppercase;font-size:10.5px;font-weight:600}.project-meta strong{text-transform:capitalize;font-size:13px}.project-good{color:#497c5d}.project-phase-card,.project-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffad;border:1px solid #ffffffeb;border-radius:22px;box-shadow:0 18px 55px #1f1f230b}.project-phase-card{margin-bottom:24px;padding:24px}.project-card-title{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.project-card-title h2{letter-spacing:-.02em;margin:0 0 4px;font-size:15px}.project-card-title p{color:#85858e;margin:0;font-size:11.5px}.project-card-title>span{color:#8c8c94;font-size:11px}.project-card-title button{color:#5f5f68;cursor:pointer;background:0 0;border:0;font-size:11.5px;font-weight:650}.project-phase-line{grid-template-columns:repeat(5,1fr);margin-top:30px;display:grid;position:relative}.project-phase-line:before{content:"";background:#dadadd;height:1px;position:absolute;top:15px;left:7%;right:7%}.project-phase{z-index:1;text-align:center;justify-items:center;gap:5px;display:grid}.project-phase i{color:#909098;background:#f7f7f9;border:1px solid #d8d8dd;border-radius:99px;place-items:center;width:31px;height:31px;font-size:10px;font-style:normal;font-weight:700;display:grid}.project-phase.complete i{color:#fff;background:#1b1b1f;border-color:#1b1b1f}.project-phase.current i{color:#4d659b;background:#e8edfa;border-color:#859bd0;box-shadow:0 0 0 5px #859bd01f}.project-phase strong{margin-top:5px;font-size:11.5px}.project-phase small{color:#9999a1;text-transform:capitalize;font-size:9.5px}.project-grid{grid-template-columns:1.15fr .85fr;gap:24px;display:grid}.project-panel{min-height:244px;padding:23px}.project-list-row{border-top:1px solid #18181b12;grid-template-columns:7px 1fr auto;align-items:center;gap:13px;padding:15px 2px;display:grid}.project-list-row:first-of-type{margin-top:18px}.project-list-row i{background:#8397c6;border-radius:99px;width:7px;height:7px;box-shadow:0 0 0 4px #8397c61a}.project-list-row i.high,.project-list-row i.critical{background:#d36d76;box-shadow:0 0 0 4px #d36d761a}.project-list-row span{gap:3px;display:grid}.project-list-row strong{font-size:12px}.project-list-row small,.project-list-row b{color:#86868f;text-transform:capitalize;font-size:10.5px;font-weight:500}.project-question{background:#f1f2f7d9;border-radius:15px;gap:12px;margin-top:18px;padding:16px;display:flex}.project-question>span{color:#5e6590;background:#fff;border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:750;display:grid}.project-question p,.project-clear p{gap:5px;margin:0;display:grid}.project-question strong,.project-clear strong{font-size:11.5px;line-height:1.4}.project-question small,.project-clear small{color:#898992;font-size:10.5px}.project-empty{color:#92929a;margin-top:30px;font-size:12px}.project-clear{background:#eff7f2cc;border-radius:15px;align-items:center;gap:13px;margin-top:20px;padding:17px;display:flex}.project-clear>span{color:#fff;background:#5f9872;border-radius:99px;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.project-team-stack{margin-top:24px;display:flex}.project-team-stack>div{align-items:center;gap:9px;margin-right:16px;display:flex}.project-team-stack i{color:#fff;background:linear-gradient(145deg,#26262b,#54545e);border-radius:11px;place-items:center;width:35px;height:35px;font-size:9px;font-style:normal;font-weight:750;display:grid}.project-team-stack span{gap:2px;display:grid}.project-team-stack strong{font-size:11.5px}.project-team-stack small{color:#8d8d95;text-transform:capitalize;font-size:10px}@media (max-width:760px){.project-global-nav{grid-template-columns:1fr auto}.project-global-nav>span{display:none}.project-wrap{width:min(100% - 28px,1180px);padding-top:30px}.project-heading{align-items:flex-start}.project-heading-actions button:first-child{display:none}.project-meta{grid-template-columns:repeat(2,1fr)}.project-meta div:nth-child(3){border-top:1px solid #18181b14}.project-meta div:nth-child(3):before{display:none}.project-meta div:nth-child(4){border-top:1px solid #18181b14}.project-phase-card{overflow-x:auto}.project-phase-line{min-width:650px}.project-grid{grid-template-columns:1fr}}
