:root{--navy:#101d31;--ink:#17243a;--muted:#6d788b;--bg:#f3f6fa;--card:#fff;--mint:#69dd99;--green:#20a866;--yellow:#efa929;--red:#e34e57;--line:#e4e9f0;--shadow:0 10px 30px rgba(18,31,51,.08)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg)}body{margin:0;padding-bottom:100px;font-size:16px}.top{height:72px;padding:0 max(20px,calc((100vw - 1080px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff}.brand,.logo-big{font-weight:900;letter-spacing:.12em;color:#fff;text-decoration:none}.brand span,.logo-big span{color:var(--mint)}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--navy);font-weight:800;text-decoration:none}.shell{max-width:1080px;margin:auto;padding:28px 20px}.welcome{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}h1{font-size:clamp(1.7rem,5vw,2.6rem);line-height:1.08;margin:.2em 0}h2{font-size:1.1rem;margin:28px 0 12px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.75rem;font-weight:800;margin:0}.score{background:var(--navy);color:#fff;border-radius:18px;padding:13px 18px;display:flex;flex-direction:column;white-space:nowrap}.score span{font-size:.78rem;color:#b8c5d6;margin-top:3px}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.summary div{background:#fff;border-radius:18px;padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column}.summary strong{font-size:1.7rem}.summary span{font-size:.78rem;color:var(--muted)}.group h2{display:flex;align-items:center;gap:8px}.group h2 span{margin-left:auto;color:var(--muted);font-weight:500}.dot{width:10px;height:10px;border-radius:50%}.red{background:var(--red)}.yellow{background:var(--yellow)}.green{background:var(--green)}.item{background:var(--card);border-radius:20px;padding:14px;margin-bottom:10px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto;gap:10px}.item>a{color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px;min-width:0}.item p,.asset p,.timeline p{margin:4px 0;color:var(--muted);font-size:.86rem}.icon,.asset-icon{width:46px;height:46px;border-radius:15px;background:#e8f8ee;display:grid;place-items:center;font-weight:900;color:var(--green);flex:0 0 auto}.done-button,.hero-done,.primary{border:0;background:var(--mint);color:var(--navy);font-weight:900;border-radius:14px;padding:13px 18px;cursor:pointer;text-decoration:none;display:inline-block}.snooze{grid-column:1/-1;text-align:right}.snooze button,.snooze-row button,.form button:not(.primary){border:0;background:none;color:var(--muted);font-weight:700;cursor:pointer}.panel{background:var(--card);border-radius:22px;padding:20px;margin-bottom:16px;box-shadow:var(--shadow)}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.page-head a{color:var(--green);font-weight:800;text-decoration:none}.form p{display:flex;flex-direction:column;gap:6px}.form label{font-weight:700;font-size:.9rem}.field,.form input,.form select,.form textarea,.snooze-row select{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;font:inherit;width:100%}.form input[type=checkbox]{width:auto}.helptext{font-size:.75rem;color:var(--muted)}.errorlist,.error{color:var(--red)}.detail{text-align:center}.due{display:inline-block;padding:8px 12px;border-radius:99px;background:#e9eef5;font-weight:800}.due.overdue{color:var(--red);background:#fff0f1}.due.soon{color:#a96b00;background:#fff6df}.due.ok{color:var(--green);background:#e8f8ee}.hero-done{width:180px;height:180px;border-radius:50%;font-size:2rem;margin:24px;box-shadow:0 15px 35px rgba(60,190,115,.3)}.snooze-row{display:flex;gap:10px;align-items:center;justify-content:center}.photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px}.photos figure{margin:0}.asset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.asset{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit}.asset>span{margin-left:auto;font-size:1.7rem}.row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);color:inherit;text-decoration:none}.timeline article{display:flex;align-items:center;gap:12px}.timeline article>span{margin-left:auto;color:var(--green);font-weight:800}.check{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f8ee;color:var(--green);font-style:normal;font-weight:900}.toast{background:var(--navy);color:#fff;border-radius:14px;padding:12px 16px;margin-bottom:14px}.danger{border:0;background:none;color:var(--red);padding:16px;font-weight:700}.empty{text-align:center;padding:50px 20px}.nav{position:fixed;z-index:10;left:50%;bottom:14px;transform:translateX(-50%);width:min(600px,calc(100% - 24px));height:72px;border-radius:24px;background:var(--navy);display:flex;align-items:center;justify-content:space-around;box-shadow:0 15px 40px rgba(8,17,32,.3)}.nav a{color:#aebacc;text-decoration:none;display:flex;flex-direction:column;align-items:center;font-size:1.2rem;min-width:55px}.nav small{font-size:.65rem;margin-top:3px}.nav .add{width:58px;height:58px;min-width:58px;border-radius:50%;margin-top:-34px;display:grid;place-items:center;background:var(--mint);color:var(--navy);font-size:2rem}.login{max-width:420px;margin:8vh auto;text-align:center}.logo-big{font-size:3rem;color:var(--navy)}.login>p{color:var(--muted)}@media(max-width:640px){.shell{padding:22px 14px}.welcome{align-items:flex-start}.score{font-size:.8rem}.summary div{padding:12px}.asset-grid{grid-template-columns:1fr}.snooze-row{flex-direction:column;align-items:stretch}.item{grid-template-columns:1fr auto}.hero-done{width:150px;height:150px}.top{height:62px;padding:0 18px}}@media(min-width:800px){.group{display:grid;grid-template-columns:repeat(2,1fr);gap:0 12px}.group h2{grid-column:1/-1}}

