:root{--ink:#13333a;--blue:#123c46;--blue2:#17586b;--cream:#f4f1e8;--card:#fffdf8;--line:#ddd9cc;--muted:#667276;--green:#bfe7c6;--green-b:#5ea36c;--yellow:#ffed9f;--yellow-b:#d7b53a;--red:#ffc4bd;--red-b:#cf5a4d;--neutral:#fffdf8;--shadow:0 10px 28px rgba(30,44,44,.08)}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button,a{cursor:pointer}.wrap{width:min(1080px,calc(100% - 28px));margin:auto}.hero{background:linear-gradient(135deg,#102f39,#176678 65%,#2d7858);color:#fff;padding:18px 0 16px;box-shadow:0 8px 30px #0c283022}.hero-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:10px}.brand-icon{font-size:32px}.brand h1{font-size:25px;margin:0;letter-spacing:-.4px}.brand p{margin:1px 0 0;font-size:11px;opacity:.75}.hero-actions{display:flex;gap:7px;align-items:center}.ghost,.userBtn{border:1px solid #ffffff38;background:#ffffff14;color:#fff;border-radius:13px;padding:9px 11px;text-decoration:none;font-weight:800;font-size:11px}.userBtn{background:#fff;color:var(--blue);border-color:#fff}.hero-info{display:flex;gap:12px;align-items:center;margin-top:14px}.clockBox,.weatherBox,.syncBox{background:#ffffff12;border:1px solid #ffffff1f;border-radius:15px;padding:10px 12px;display:flex;align-items:center;gap:9px}.clockBox b{font-size:22px}.clockBox span,.weatherBox span,.syncBox span{font-size:10px;opacity:.9}.weatherBox b{font-size:22px}.syncBox{margin-left:auto}.syncBox i{width:8px;height:8px;background:#8df29d;border-radius:50%}.main{padding:18px 0 100px}.summary{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:17px;box-shadow:var(--shadow)}.summary-head{display:flex;justify-content:space-between;align-items:center}.summary-head small{display:block;font-size:9px;font-weight:900;color:var(--muted);letter-spacing:.12em}.summary-head strong{font-size:38px}.primary,.secondary,.danger{border:0;border-radius:13px;padding:11px 14px;font-weight:900}.primary{background:var(--blue);color:#fff}.secondary{background:#e8eeeb;color:var(--ink)}.danger{background:#9f2e27;color:white}.progress{height:9px;background:#e4e8e4;border-radius:99px;overflow:hidden;margin:13px 0}.progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#2e8a58,#68bd6f);transition:.25s}.summaryBtns{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.sumBtn{border:1px solid #e5e1d5;background:#f6f4ee;border-radius:14px;padding:10px}.sumBtn b{display:block;font-size:20px}.sumBtn span{font-size:9px;color:var(--muted);font-weight:800}.sumBtn.active{background:var(--blue);color:#fff}.sumBtn.active span{color:#dbe9ea}.quickFilters{margin-top:13px}.filterRow{display:flex;gap:7px;overflow:auto;padding-bottom:7px;scrollbar-width:none}.filter{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:850;color:var(--ink)}.filter.active{background:var(--blue);color:white;border-color:var(--blue)}.c-green{background:#dff2e2}.c-yellow{background:#fff3bd}.c-red{background:#ffe1dd}.selectWide{width:100%;border:1px solid var(--line);background:white;border-radius:13px;padding:10px;color:var(--ink)}.sectionTitle{display:flex;align-items:end;justify-content:space-between;margin:17px 2px 9px}.sectionTitle h2{margin:0;font-size:18px}.sectionTitle p{margin:2px 0 0;color:var(--muted);font-size:10px}.taskList{display:grid;gap:11px}.task{border:2px solid transparent;border-radius:20px;padding:13px;box-shadow:var(--shadow);transition:.15s}.task.color-neutral{background:var(--neutral);border-color:#e5dfd4}.task.color-green{background:var(--green);border-color:var(--green-b)}.task.color-yellow{background:var(--yellow);border-color:var(--yellow-b)}.task.color-red{background:var(--red);border-color:var(--red-b)}.task.pinned{outline:3px solid #193e4830}.taskTop{display:flex;gap:10px;align-items:flex-start}.taskIcon{width:38px;height:38px;border-radius:12px;background:#ffffff8c;display:grid;place-items:center;font-size:19px;flex:none}.taskTitle{flex:1}.taskTitle h3{margin:1px 0 4px;font-size:15px}.taskTitle p{margin:0;color:#435157;font-size:10px;line-height:1.35}.tags{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0}.tag{background:#ffffff94;border:1px solid #ffffff8a;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850}.taskActions,.colorStrip{display:flex;gap:6px;flex-wrap:wrap}.taskActions button,.taskActions label,.colorStrip button{border:1px solid #18333d2b;background:#ffffffbf;border-radius:10px;padding:7px 8px;font-size:9px;font-weight:900;color:var(--ink)}.taskActions .doneBtn{background:#225a3b;color:#fff}.taskActions input{display:none}.colorStrip{margin-top:7px}.colorDot{width:31px!important;padding:6px!important}.colorDot.green{background:#5ea36c}.colorDot.yellow{background:#e1bd38}.colorDot.red{background:#d66054}.colorDot.neutral{background:#fff}.taskFoot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #24434a17;margin-top:9px;padding-top:8px;font-size:9px}.taskFoot span{color:#45545a}.taskFoot button{border:0;background:transparent;font-weight:900;color:#0c4b55}.empty{text-align:center;color:var(--muted);padding:40px}.hidden{display:none!important}.fab{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:18px;border:0;background:var(--blue);color:white;font-size:28px;box-shadow:0 12px 25px #10303955;z-index:5}dialog{border:0;padding:0;background:transparent}dialog::backdrop{background:#0a242ab5;backdrop-filter:blur(2px)}.sheet{width:min(760px,100vw);max-height:94vh;margin:auto auto 0}.smallDialog{width:min(340px,92vw)}.dialogCard{background:var(--card);border-radius:26px 26px 0 0;padding:18px;max-height:94vh;overflow:auto}.smallDialog .dialogCard{border-radius:22px}.dialogHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dialogHeader small{font-size:9px;color:var(--muted);font-weight:900;letter-spacing:.1em}.dialogHeader h2{margin:2px 0 12px;font-size:22px}.dialogHeader>button{border:0;width:36px;height:36px;border-radius:50%;background:#e9e7df;font-size:22px}.field{margin-top:10px}.field label{display:block;font-size:10px;font-weight:900;margin-bottom:5px}.field input,.field select,.field textarea,.noteBox{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px;color:var(--ink)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.colorPicker{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.colorPicker input{display:none}.colorPicker span{display:block;border:2px solid transparent;border-radius:12px;padding:9px 5px;text-align:center;font-size:9px;font-weight:900}.colorPicker input:checked+span{border-color:#153c47}.colorPicker .neutral{background:#f5f3ed}.colorPicker .green{background:var(--green)}.colorPicker .yellow{background:var(--yellow)}.colorPicker .red{background:var(--red)}.check{display:flex;gap:7px;align-items:center;margin:13px 0;font-size:11px;font-weight:800}.formActions{display:flex;gap:8px}.grow{flex:1}.wideChoice{width:100%;border:0;border-radius:13px;background:#e7eeea;padding:12px;font-weight:900;margin-top:8px}.detailColor{border-radius:18px;padding:12px;border:2px solid #ddd}.detailColor.color-green{background:var(--green);border-color:var(--green-b)}.detailColor.color-yellow{background:var(--yellow);border-color:var(--yellow-b)}.detailColor.color-red{background:var(--red);border-color:var(--red-b)}.detailColor.color-neutral{background:#f3f1eb}.detailButtons{display:flex;gap:6px;flex-wrap:wrap}.detailButtons button,.detailButtons a{border:1px solid #18333d2d;background:#ffffffc5;border-radius:10px;padding:8px 9px;font-size:9px;font-weight:900;color:var(--ink);text-decoration:none}.infoGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.infoGrid>div{background:#ffffff89;border-radius:12px;padding:10px}.infoGrid small{display:block;font-size:8px;font-weight:900;color:#4d5b60;text-transform:uppercase}.infoGrid p{margin:4px 0 0;font-size:11px;white-space:pre-wrap}.subheading{font-size:13px;margin:15px 0 8px}.bigActions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.bigActions button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 6px;font-weight:900}.bigActions button span{display:block;font-size:8px;margin-top:3px}.bigActions .done{background:#225a3b;color:#fff}.colorActions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.colorActions button{border:1px solid #18333d24;border-radius:12px;padding:9px 5px;font-size:9px;font-weight:900}.colorActions .green{background:var(--green)}.colorActions .yellow{background:var(--yellow)}.colorActions .red{background:var(--red)}.uploadActions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:8px 0}.upload{border:1px dashed #79999d;background:#edf4f2;border-radius:12px;padding:11px 5px;text-align:center;font-size:9px;font-weight:900}.upload.project{background:#eeeaf8}.upload input{display:none}.full{width:100%}.attachments h3,.timeline h3{font-size:13px;margin:17px 0 8px}.attach{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#efede6;border-radius:12px;padding:9px;margin-bottom:6px}.attach a{font-size:10px;color:var(--ink);font-weight:800;overflow:hidden;text-overflow:ellipsis}.attach button{border:0;background:#f5c3bd;border-radius:9px;padding:6px}.event{border-left:3px solid #c7cfcb;padding:0 0 10px 11px;margin-bottom:10px}.eventTop{display:flex;justify-content:space-between;gap:8px}.eventTop b{font-size:10px}.eventTop span{font-size:8px;color:var(--muted)}.event p{font-size:10px;color:#465358;margin:4px 0}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,18px);background:#102f39;color:#fff;border-radius:999px;padding:10px 14px;font-size:10px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.on{opacity:1;transform:translate(-50%,0)}@media(max-width:640px){.hero-actions .ghost span{display:none}.hero-actions{gap:5px}.brand h1{font-size:21px}.hero-info{gap:6px}.clockBox,.weatherBox,.syncBox{padding:8px}.syncBox{display:none}.summaryBtns{grid-template-columns:repeat(2,1fr)}.grid2,.infoGrid{grid-template-columns:1fr}.colorPicker,.colorActions,.bigActions{grid-template-columns:repeat(2,1fr)}.uploadActions{grid-template-columns:1fr}.taskActions button,.taskActions label{flex:1;min-width:70px}.dialogCard{padding:15px}.sectionTitle p{max-width:250px}}
