@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600&display=swap";:root{font-family:DM Sans,sans-serif;color:#17212b;background:#f5f7f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer}button:focus-visible,input:focus,textarea:focus,select:focus{outline:3px solid #9bc7c2;outline-offset:1px}.shell{min-height:100vh}header{height:68px;background:#fff;border-bottom:1px solid #e5eaeb;display:flex;align-items:center;padding:0 32px;gap:44px;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:baseline;gap:10px}.logo{font-size:21px;font-weight:700;letter-spacing:-1px;color:#17212b}.logo span{color:#298379}.brand small{color:#8a969b}nav{display:flex;height:100%;gap:5px}nav button{background:transparent;color:#637077;padding:0 13px;font-weight:600;border-bottom:2px solid transparent}nav button.active{color:#167369;border-color:#24968a}.profile{margin-left:auto;display:flex;gap:14px;align-items:center;color:#57636b;font-size:14px}.profile button,.secondary{background:#eef2f2!important;color:#435057!important}.workspace{max-width:1540px;margin:auto;padding:36px 32px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.toolbar h1{font-family:Fraunces,serif;letter-spacing:-.7px;font-size:31px;margin:0}.toolbar p{margin:5px 0 0;color:#78858b}.toolbar-actions{display:flex;gap:10px;align-items:center}input,textarea,select{border:1px solid #d9e0e1;background:#fff;border-radius:7px;padding:10px 11px;color:#17212b;width:100%}textarea{resize:vertical;min-height:108px}button:not(nav button){background:#187c72;color:#fff;border-radius:7px;padding:10px 15px;font-weight:700}input[type=date]{width:auto}.board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(255px,1fr);gap:15px;overflow-x:auto;padding-bottom:20px}.board.personal{grid-auto-columns:minmax(310px,600px);grid-auto-flow:unset}.column{background:#e9eeee;border:1px solid #dde5e5;border-radius:10px;min-height:510px;padding:12px}.column-head{display:flex;align-items:center;gap:9px;padding:4px 3px 13px}.avatar{width:31px;height:31px;border-radius:50%;background:#c9dedb;color:#1d615b;display:grid;place-items:center;font-weight:700}.column-head strong,.team-list strong{display:block;font-size:14px}.column-head small,.team-list small{display:block;color:#7a878c;font-size:11px;text-transform:capitalize;margin-top:1px}.column-head b{margin-left:auto;background:#d9e1e1;color:#526167;font-size:12px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%}.task-list{display:grid;gap:10px}.task{background:#fff;border:1px solid #e2e8e8;border-radius:8px;padding:13px;box-shadow:0 1px 1px #d6dfdf66}.task.in_progress{border-left:3px solid #e4a430}.task.completed{opacity:.72}.task-top,.task-bottom{display:flex;gap:7px;align-items:center;font-size:11px;color:#758187}.task-top a{color:#187c72;font-weight:700;text-decoration:none}.dot{height:7px;width:7px;border-radius:50%;background:#aeb9ba}.dot.in_progress{background:#e4a430}.dot.completed{background:#42a58a}.task-top em{font-style:normal;margin-left:auto;color:#9b7650}.task-title{background:none!important;color:#202b33!important;padding:8px 0!important;text-align:left;line-height:1.35;font-size:14px;font-weight:700;width:100%}.task-bottom{justify-content:space-between;border-top:1px solid #edf0f0;padding-top:9px}.task-actions{display:flex;gap:7px;margin-top:10px}.task-actions button{font-size:11px;padding:5px 8px;background:#eef3f2;color:#40736d}.task-actions .complete{background:#e0f2eb;color:#176d5b}.empty{font-size:13px;color:#829095;text-align:center;padding:35px 10px}.notice{position:fixed;right:20px;bottom:20px;background:#a84242;color:#fff;padding:12px 16px;border-radius:8px;z-index:30}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d2c3199;display:grid;place-items:center;padding:18px;z-index:20}.modal{position:relative;max-width:650px;width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:29px;box-shadow:0 18px 50px #10232855}.modal h2{font-family:Fraunces,serif;margin:0 0 20px;font-size:25px}.modal form>label,.modal form>div>label{display:block;font-size:13px;font-weight:700;margin:13px 0}.modal label input,.modal label textarea,.modal label select{display:block;margin-top:6px}.modal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.close{position:absolute;right:13px;top:12px;background:transparent!important;color:#607077!important;font-size:25px;padding:4px 9px!important}.two{display:grid;grid-template-columns:1fr 1fr;gap:13px}.type-switch{background:#eef3f2;border-radius:8px;padding:4px;display:flex;gap:3px;margin:15px 0}.type-switch button{background:transparent;color:#617076;flex:1}.type-switch button.selected{background:#fff;color:#186f65;box-shadow:0 1px 3px #b7c5c433}.detail .eyebrow,.eyebrow{font-size:11px;letter-spacing:.8px;color:#248378;font-weight:700}.description{color:#58656c;line-height:1.55;white-space:pre-wrap}.detail-meta{display:flex;gap:8px;flex-wrap:wrap;color:#6b787e;font-size:12px;border-bottom:1px solid #ebeeee;padding-bottom:18px}.pill{background:#edf1f1;border-radius:20px;color:#59666b;padding:4px 8px;font-size:11px;text-transform:capitalize}.pill.completed{background:#dff1e9;color:#16715e}.pill.in_progress{background:#fff1d5;color:#966615}.detail section{margin-top:22px}.detail h3,.report h3{font-size:14px;margin:0 0 10px}.attachments{display:flex;gap:7px;flex-wrap:wrap}.attachments a,.upload{font-size:12px;background:#edf5f3;color:#197569;padding:7px 9px;border-radius:5px;text-decoration:none;font-weight:600}.upload input{display:none}.comments{display:grid;gap:9px}.comments div{border-left:2px solid #b8d8d3;padding-left:10px}.comments p{font-size:13px;margin:3px 0;color:#546169}.comments strong{font-size:12px}.muted{color:#869196;font-size:13px}.comment-form{display:flex;gap:8px;margin-top:13px}.comment-form button{padding:8px 12px}.report-list{display:grid;gap:9px}.report-list>button{background:#fff;color:#243039;border:1px solid #e0e6e6;display:flex;justify-content:space-between;align-items:center;text-align:left}.report-list small{display:block;color:#79858a;font-weight:400;margin-top:4px}.report-list>button>div:last-child{display:flex;gap:18px;font-size:12px;align-items:center}.report-list b{color:#16776b}.summary{display:flex;gap:12px;margin-bottom:23px}.summary b{background:#edf5f3;padding:13px;min-width:105px;border-radius:7px;color:#196f65;font-size:18px}.summary small{display:block;font-size:11px;color:#5e7773;font-weight:500;margin-top:4px}.report section{padding:12px 0;border-top:1px solid #e6ecec}.report section p{font-size:13px;color:#5b686f;margin:7px 0;line-height:1.45}.report h3 small{float:right;color:#19796e}.team-list{background:#fff;border:1px solid #e1e7e7;border-radius:9px}.team-list>div{display:flex;align-items:center;gap:11px;padding:13px 16px;border-bottom:1px solid #edf1f1}.team-list>div:last-child{border:0}.team-list .pill{margin-left:auto}.online,.offline{font-size:11px;color:#24806e}.offline{color:#a56b4c}.login{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;max-width:1100px;margin:auto;padding:35px;gap:100px}.login section h1{font-family:Fraunces,serif;font-size:49px;line-height:1.08;letter-spacing:-1.4px;margin:20px 0}.login section p{color:#66747a;line-height:1.6;max-width:390px}.card{background:#fff;border:1px solid #e1e8e8;border-radius:12px;padding:31px;box-shadow:0 10px 35px #1b39320b}.login-card h2{font-family:Fraunces,serif;margin-top:0}.login-card label{display:block;font-size:13px;font-weight:700;margin:15px 0}.login-card input{display:block;margin-top:6px}.login-card button{width:100%;margin-top:9px}.error{color:#b23c3c;font-size:13px}@media (max-width:700px){header{padding:0 15px;gap:12px;height:auto;min-height:61px}.brand small,.profile span{display:none}nav{margin-left:auto}nav button{padding:0 7px;font-size:12px}.profile{margin-left:0}.profile button{font-size:11px;padding:7px}.workspace{padding:24px 15px}.toolbar{align-items:flex-start;gap:14px}.toolbar h1{font-size:27px}.toolbar p{font-size:13px}.toolbar-actions{flex-direction:column;align-items:stretch}.toolbar-actions input{width:100%}.board{margin:0 -15px;padding:0 15px 20px;grid-auto-columns:86vw}.board.personal{margin:0;grid-auto-columns:1fr}.login{display:block;padding:30px 22px}.login section{margin:20px 0 50px}.login section h1{font-size:39px}.two{grid-template-columns:1fr}.modal{padding:24px 18px}.report-list>button{align-items:flex-start;gap:10px;flex-direction:column}.report-list>button>div:last-child{gap:10px}.team-list>div{padding:12px}.summary{gap:7px}.summary b{min-width:0;flex:1;font-size:15px}.detail-meta{line-height:2}.task{padding:13px}.column{min-height:430px}}.login>section,.login-card{transform:translateY(-72px)}@media (max-width:700px){.login>section,.login-card{transform:none}}.multidim-logo{display:block;width:106px;height:auto;object-fit:contain}.multidim-logo.login-logo{width:372px;margin-bottom:28px}@media (max-width: 700px){.multidim-logo{width:82px}.multidim-logo.login-logo{width:285px}}.edit-member{margin-left:8px;padding:7px 11px!important;font-size:12px}.checkbox{display:flex!important;align-items:center;gap:8px}.checkbox input{width:auto!important;margin:0!important}.account-note{border-left:3px solid #298379;background:#eff7f5;color:#41605a;font-size:13px;line-height:1.45;margin:18px 0 0;padding:10px 12px}:root{--brand: #009444;--brand-dark: #007b39;--brand-soft: #e3f5e9}button:not(nav button){background:var(--brand)}nav button.active{color:var(--brand);border-color:var(--brand)}.logo span,.task-top a,.detail .eyebrow,.eyebrow,.report-list b{color:var(--brand)}.task-actions .complete,.pill.completed{background:var(--brand-soft);color:var(--brand-dark)}.attachments a,.upload,.attachments button{color:var(--brand-dark)}.account-note{border-color:var(--brand)}.report-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}.report-tabs button{background:#edf1f1;color:#536167;font-size:12px;padding:7px 10px}.report-tabs button.selected{background:var(--brand);color:#fff}.report-tabs small{display:block;font-size:10px;font-weight:500;margin-top:2px;text-transform:capitalize}.completion-form h2{margin-bottom:9px}.duration-help{color:#647178;font-size:14px;line-height:1.5;margin:0 0 18px}.duration-examples{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0 11px}.duration-examples button{background:#edf5ef;color:var(--brand-dark);font-size:12px;padding:6px 9px}.duration-format{color:#6d7a7f;font-size:12px;line-height:1.5;margin:0}.duration-valid{color:var(--brand-dark);font-size:13px;font-weight:700;margin:11px 0 0}.completion-form button:disabled{background:#aeb9b7;cursor:not-allowed}
