@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#172520;background:#f4f3ee;font-synthesis:none;--green:#123c35;--green-2:#1e5b4e;--cream:#f4f3ee;--gold:#d4a847;--border:#deddd5;--muted:#6f7974}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--cream)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#10382f;color:#e8eee9;padding:26px 18px 20px;display:flex;flex-direction:column;z-index:40}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 28px}.sidebar-brand>div:nth-child(2){display:flex;flex-direction:column}.sidebar-brand strong{font:700 18px Manrope}.sidebar-brand span{font-size:11px;color:#a8bbb4;letter-spacing:.04em}.brand-mark{width:64px;height:64px;border-radius:20px;background:var(--green);color:#f5ce75;display:grid;place-items:center;font:700 30px Manrope;border:1px solid #315a51}.brand-mark.small{width:39px;height:39px;border-radius:12px;background:#1c4b41;font-size:19px}.sidebar nav{display:grid;gap:4px}.sidebar nav a,.sidebar-bottom>a{display:flex;align-items:center;gap:12px;color:#bbcbc5;text-decoration:none;padding:11px 13px;border-radius:10px;font-size:14px;font-weight:500}.sidebar nav a:hover,.sidebar nav a.active,.sidebar-bottom>a:hover{background:#204a41;color:#fff}.sidebar-bottom{margin-top:auto;display:grid;gap:16px}.profile{border-top:1px solid #2b5148;padding:17px 3px 0;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px}.avatar{width:36px;height:36px;border-radius:50%;background:#d9b25b;color:#173c34;display:grid;place-items:center;font-size:12px;font-weight:700}.profile>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.profile strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile span{font-size:10px;color:#9eb4ac}.icon-button{border:0;background:transparent;color:inherit;width:36px;height:36px;display:grid;place-items:center;border-radius:9px;cursor:pointer}.icon-button:hover{background:#ffffff12}.content-shell{min-width:0}.topbar{height:70px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;background:#f8f7f3aa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.connection{display:flex;align-items:center;gap:8px;color:#5d6b65;font-size:12px}.connection span{width:7px;height:7px;border-radius:50%;background:#2f8f66;box-shadow:0 0 0 4px #2f8f6617}.connection.offline span{background:#bd7a28}.topbar-actions{display:flex;align-items:center;gap:12px;color:#4d5d56}.today{font-size:12px;border-left:1px solid var(--border);padding-left:16px}.menu-button,.close-nav{display:none}.page{padding:42px 4.5% 70px;max-width:1500px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:700;color:#8c7950;margin:0 0 9px}.page-heading h1,.placeholder h1{font:700 clamp(29px,3vw,42px) Manrope;margin:0 0 6px;letter-spacing:-.04em;color:#173a32}.page-heading p{margin:0;color:var(--muted);font-size:14px}.primary-button,.secondary-button{border:0;border-radius:10px;padding:13px 18px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button{background:var(--green);color:#fff;box-shadow:0 6px 18px #123c3524}.primary-button:hover{background:#1a4b41}.primary-button.compact{padding:11px 16px;font-size:13px}.secondary-button{background:#fff;color:#31443c;border:1px solid var(--border)}.health-banner{background:linear-gradient(120deg,#163f37,#245d50);color:#fff;border-radius:18px;padding:26px 28px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;box-shadow:0 14px 35px #183d341e;overflow:hidden;position:relative}.health-banner:after{content:"";position:absolute;width:280px;height:280px;border:1px solid #ffffff12;border-radius:50%;right:-80px;top:-130px}.health-icon{width:48px;height:48px;border-radius:14px;background:#ffffff13;display:grid;place-items:center;color:#e3bc64}.health-banner .eyebrow{color:#d4bd82}.health-banner h2{font:600 20px Manrope;margin:0 0 3px}.health-banner p{margin:0;color:#bfd0ca;font-size:13px}.health-score{display:flex;align-items:baseline;padding:0 15px;z-index:2}.health-score strong{font:700 42px Manrope;color:#f2cd78}.health-score span{font-size:12px;color:#b6c8c2}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.metric{background:#fff;border:1px solid #e4e3db;border-radius:15px;padding:20px;display:grid;grid-template-columns:44px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:2px 13px}.metric-icon{grid-row:1/3;width:42px;height:42px;border-radius:12px;display:grid;place-items:center}.metric-icon svg{width:19px}.metric-icon.amber{background:#fbf1dc;color:#af7820}.metric-icon.red{background:#f9e8e3;color:#ad5545}.metric-icon.green{background:#e5f2eb;color:#287759}.metric-icon.blue{background:#e8eef5;color:#496f96}.metric>span{font-size:12px;color:var(--muted)}.metric>strong{grid-row:1/3;grid-column:3;font:700 28px Manrope}.metric>small{font-size:10px;color:#95a09b}.dashboard-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:20px}.panel{background:#fff;border:1px solid #e3e2da;border-radius:16px;padding:24px}.panel-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:19px}.panel-title h2{font:700 19px Manrope;margin:0}.panel-title a{display:flex;gap:6px;align-items:center;color:#49685e;font-size:12px;text-decoration:none;font-weight:700}.attention-row{display:grid;grid-template-columns:4px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-top:1px solid #eeede7}.priority-line{width:3px;height:35px;border-radius:3px;background:#d4a847}.priority-line.critical{background:#bd5542}.attention-row>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.attention-row strong{font-size:13px}.attention-row span{color:#87918d;font-size:10px}.due{text-align:right;display:flex;flex-direction:column}.due strong{font-size:12px}.empty-state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#87918d;gap:7px;text-align:center}.empty-state svg{color:#4c9175}.empty-state strong{color:#52635c}.pill,.status{padding:5px 9px;border-radius:999px;background:#e7f1ed;color:#286d56;font-size:10px;font-weight:700;text-transform:capitalize}.project-panel>p{color:#7b8681;font-size:12px;margin-top:-12px}.progress-head{display:flex;justify-content:space-between;font-size:11px;margin-top:31px}.progress-track{height:7px;background:#ecece7;border-radius:10px;margin:8px 0 24px;overflow:hidden}.progress-track span{height:100%;display:block;background:#d5ae54;border-radius:10px}.project-facts{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 20px}.project-facts div:first-child{grid-column:1/-1}.project-facts dt{font-size:9px;color:#8a9690;text-transform:uppercase;letter-spacing:.08em}.project-facts dd{margin:3px 0 0;font-size:12px;font-weight:600}.text-button{border:0;background:transparent;color:#376c5a;font-size:12px;font-weight:700;padding:0;display:flex;gap:6px;align-items:center;cursor:pointer}.offline-banner{position:fixed;bottom:18px;right:18px;background:#382f27;color:#fff;padding:12px 16px;border-radius:10px;font-size:12px}.work-toolbar{display:grid;grid-template-columns:minmax(250px,460px) auto 1fr;gap:12px;align-items:center;margin-bottom:18px}.search-box{background:#fff;border:1px solid var(--border);height:44px;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 13px;color:#819089}.search-box input{border:0;outline:0;flex:1;min-width:0}.work-count{justify-self:end;display:flex;align-items:baseline;gap:6px}.work-count strong{font:700 22px Manrope}.work-count span{color:var(--muted);font-size:11px}.work-table-wrap{background:#fff;border:1px solid var(--border);border-radius:15px;overflow:auto}.work-table{width:100%;border-collapse:collapse;min-width:760px}.work-table th{text-align:left;padding:13px 18px;background:#faf9f6;color:#8a948f;font-size:9px;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid var(--border)}.work-table td{padding:15px 18px;border-bottom:1px solid #eeede8;font-size:12px;color:#52625b}.work-table td:first-child{display:flex;flex-direction:column;gap:4px;min-width:280px}.work-table td:first-child strong{color:#213b32;font-size:13px}.work-table td:first-child span{font-size:9px;color:#9aa29f}.status-to-do{background:#eef0ee;color:#59655f}.status-in-progress{background:#e8f0f4;color:#426e83}.status-blocked{background:#f7e8e2;color:#9c4f3f}.priority-text{text-transform:capitalize;font-weight:600}.priority-text.critical{color:#b1493c}.priority-text.high{color:#a67224}.drawer-layer{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end}.drawer-scrim,.nav-scrim{position:absolute;inset:0;border:0;background:#10251f66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{width:min(540px,100%);height:100%;background:#faf9f5;z-index:1;padding:30px;overflow:auto;box-shadow:-20px 0 60px #0002}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px}.drawer h2{font:700 28px Manrope;margin:0}.drawer form{display:grid;gap:17px}.drawer label{display:grid;gap:7px;font-size:11px;font-weight:700;color:#4f6058}.drawer input,.drawer select,.drawer textarea{border:1px solid #d9d9d1;background:#fff;border-radius:9px;padding:11px 12px;outline:0;color:#20382f}.drawer input:focus,.drawer select:focus,.drawer textarea:focus{border-color:#4a806f;box-shadow:0 0 0 3px #4a806f17}.drawer label small{color:#b64e40}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.draft-note{background:#eef3ef;color:#52645c;padding:10px 12px;border-radius:8px;font-size:10px}.form-error{color:#9f463b;background:#f9e9e5;padding:10px;border-radius:8px;font-size:11px}.drawer-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.placeholder{padding:90px 8%;max-width:700px}.placeholder p:last-child{color:var(--muted);line-height:1.7}.login-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f5f3ed}.login-card{padding:8vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.login-card .brand-mark{margin-bottom:45px}.login-card h1{font:700 clamp(38px,4.6vw,66px)/1.05 Manrope;letter-spacing:-.055em;color:#163b32;margin:0 0 25px}.login-copy{max-width:500px;color:#6b7771;line-height:1.7;margin:0 0 35px}.login-card .primary-button{min-width:220px}.trust-note{display:flex;gap:8px;align-items:center;color:#718079;font-size:11px;margin-top:20px}.login-art{position:relative;overflow:hidden;background:linear-gradient(145deg,#0d332b,#1d5549);min-height:100vh}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:600px;height:600px;border:1px solid #ffffff13;left:10%;top:8%}.orb-two{width:320px;height:320px;background:#d4aa4914;right:-80px;bottom:-50px}.preview-card{position:absolute;background:#f8f6f0ee;box-shadow:0 30px 70px #061f1955;border-radius:20px;padding:27px;color:#173b32;display:flex;flex-direction:column}.preview-card span{font-size:9px;letter-spacing:.15em;color:#927a44;font-weight:700}.preview-card strong{font:700 28px Manrope;margin:12px 0 4px}.preview-card small{color:#76827d}.preview-main{width:53%;height:250px;left:17%;top:24%;transform:rotate(-3deg)}.preview-main:after{content:"";position:absolute;left:28px;right:28px;bottom:38px;height:55px;border-radius:10px;background:linear-gradient(90deg,#d8b45d 72%,#e8e8e1 72%)}.preview-float{width:45%;right:5%;bottom:20%;transform:rotate(4deg)}@media(max-width:1050px){.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.login-shell{grid-template-columns:1fr}.login-art{display:none}.login-card{min-height:100vh}.app-shell{grid-template-columns:220px 1fr}.sidebar{padding-left:12px;padding-right:12px}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:0;transform:translate(-100%);width:270px;transition:transform .2s}.sidebar-open{transform:translate(0)}.nav-scrim{position:fixed;z-index:30}.menu-button,.close-nav{display:grid}.close-nav{margin-left:auto}.topbar{height:60px;padding:0 18px}.today{display:none}.page{padding:28px 18px 60px}.page-heading{align-items:flex-start}.page-heading h1{font-size:30px}.health-banner{grid-template-columns:45px 1fr;padding:20px}.health-score{display:none}.health-banner p{line-height:1.5}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric{grid-template-columns:36px 1fr auto;padding:14px}.metric-icon{width:35px;height:35px}.metric>strong{font-size:22px}.dashboard-grid{gap:12px}.panel{padding:19px}.work-toolbar{grid-template-columns:1fr auto}.work-count{display:none}.work-table-wrap{margin-left:-18px;margin-right:-18px;border-radius:0;border-left:0;border-right:0}.drawer{padding:24px 18px}.form-row{grid-template-columns:1fr}.login-card{padding:50px 25px}.login-card h1{font-size:42px}.login-card .brand-mark{margin-bottom:35px}}@media(max-width:430px){.metric-grid{grid-template-columns:1fr}.health-icon{display:none}.health-banner{grid-template-columns:1fr}.page-heading .primary-button{font-size:0;padding:11px}.page-heading .primary-button svg{margin:0}.project-facts{grid-template-columns:1fr}.project-facts div:first-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
