*{box-sizing:border-box}body{color:#1f2937;background:#f7f9fb;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:49px;padding:0 64px;display:flex}.navbar h2{margin:0;font-size:18px;font-weight:800}.nav-links{align-items:center;gap:10px;display:flex}.nav-link{color:#52627a;border-radius:3px;align-items:center;gap:5px;padding:9px 12px;font-size:12px;display:inline-flex}.nav-link.active{color:#fff;background:#1f513f}.home{width:890px;max-width:calc(100% - 32px);margin:0 auto;padding:70px 0 64px}.hero{text-align:center}.hero h1{margin:0 0 16px;font-size:35px;font-weight:800;line-height:1.1}.hero p{color:#60718b;width:470px;max-width:100%;margin:0 auto;font-size:13px;line-height:1.45}.hero button{color:#fff;cursor:pointer;background:#1f513f;border:0;border-radius:3px;margin-top:25px;padding:11px 17px;font-size:13px;font-weight:700}.summary-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin:32px 0 31px;display:grid}.summary-card{text-align:center;background:#fff;border-radius:6px;height:90px;padding:22px 10px;box-shadow:0 3px 10px #0000000f}.summary-card h2{color:#1f513f;margin:0;font-size:25px}.summary-card p{color:#61718a;margin:10px 0 0;font-size:13px}hr{border:none;border-top:1px solid #e4e8ee;margin:0 0 31px}.section-title{margin:0 0 17px;font-size:18px;font-weight:800}.friends-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.friend-card{text-align:center;background:#fff;border-radius:6px;height:162px;padding:18px 10px 14px;transition:all .2s;box-shadow:0 3px 10px #00000012}.friend-card:hover{transform:translateY(-4px)}.friend-card img{object-fit:cover;border-radius:50%;width:54px;height:54px}.friend-card h3{margin:10px 0 5px;font-size:16px;font-weight:800}.friend-card p{color:#6b7c92;margin:0;font-size:9px}.tags{flex-wrap:wrap;justify-content:center;gap:5px;margin-top:8px;display:flex}.tags span{color:#197448;background:#bff3d3;border-radius:999px;padding:3px 8px;font-size:9px}.status{color:#fff;border-radius:999px;margin-top:7px;padding:4px 8px;font-size:9px;display:inline-block}.status.overdue{background:#ff3b35}.status.almost-due{background:#f4ad38}.status.on-track{background:#1f513f}.details-page{grid-template-columns:280px 1fr;gap:18px;width:890px;max-width:calc(100% - 32px);min-height:430px;margin:0 auto;padding:64px 0;display:grid}.profile-card,.detail-stat-card,.goal-card,.check-card,.chart-card,.timeline-item{background:#fff;border:1px solid #e5e9ef;border-radius:6px;box-shadow:0 2px 8px #00000008}.profile-card{text-align:center;padding:22px}.profile-card img{object-fit:cover;border-radius:50%;width:68px;height:68px}.profile-card h2{margin:12px 0 4px;font-size:16px}.bio{color:#61718a;margin-top:18px;font-size:13px;font-style:italic}.preferred{color:#61718a;margin:6px 0;font-size:11px}.side-btn{cursor:pointer;background:#fff;border:1px solid #e5e9ef;border-radius:4px;width:100%;height:42px;margin-top:8px}.side-btn.delete{color:#ef4444}.details-right{flex-direction:column;gap:16px;display:flex}.detail-stats{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.detail-stat-card{text-align:center;height:106px;padding:25px 10px}.detail-stat-card h2{color:#1f513f;margin:0;font-size:25px}.detail-stat-card p{color:#61718a;margin:8px 0 0;font-size:13px}.goal-card{justify-content:space-between;align-items:center;min-height:82px;padding:18px;display:flex}.goal-card h3,.check-card h3{color:#1f513f;margin:0 0 12px;font-size:15px}.goal-card p{color:#61718a;margin:0}.goal-card button{background:#f8fafc;border:1px solid #e5e9ef;border-radius:4px;padding:8px 15px}.check-card{padding:18px}.check-actions{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.check-actions button{cursor:pointer;background:#f8fafc;border:1px solid #e5e9ef;border-radius:6px;height:74px;font-size:14px}.check-actions span{margin-bottom:7px;font-size:22px;display:block}.timeline-page,.stats-page{width:890px;max-width:calc(100% - 32px);min-height:600px;margin:0 auto;padding:70px 0}.timeline-page h1,.stats-page h1{margin:0 0 24px;font-size:36px}.timeline-page select{color:#61718a;border:1px solid #e5e9ef;border-radius:6px;width:275px;height:45px;margin-bottom:20px;padding:0 12px}.timeline-list{flex-direction:column;gap:18px;display:flex}.timeline-item{align-items:center;gap:16px;height:65px;padding:0 14px;display:flex}.timeline-emoji{font-size:26px}.timeline-item h3{color:#1f513f;margin:0;font-size:15px}.timeline-item h3 span{color:#61718a;font-weight:400}.timeline-item p{color:#52627a;margin:6px 0 0;font-size:13px}.chart-card{width:100%;height:310px;padding:25px}.chart-card h3{color:#1f513f;margin:0;font-size:15px}.chart-box{justify-content:center;align-items:center;display:flex}.not-found{text-align:center;place-content:center;min-height:480px;display:grid}.not-found h1{margin:0;font-size:64px}.not-found a{color:#fff;background:#1f513f;border-radius:5px;padding:12px 18px}.loader{color:#1f513f;place-items:center;height:420px;font-size:22px;font-weight:700;display:grid}.footer{color:#fff;text-align:center;background:#1f513f;padding:58px 0 28px}.footer-main,.footer-bottom{width:890px;max-width:calc(100% - 32px);margin:0 auto}.footer-main h1{margin:0 0 18px;font-size:50px}.footer-main p{color:#d7e2dd;margin:0 auto 22px;font-size:13px}.footer-main h3{margin:0 0 16px;font-size:15px}.social-icons{justify-content:center;gap:12px;display:flex}.social-icons span{color:#1f2937;background:#fff;border-radius:50%;place-items:center;width:31px;height:31px;font-weight:800;display:grid}.footer-bottom{color:#b8c8c0;border-top:1px solid #ffffff1f;justify-content:space-between;margin-top:35px;padding-top:24px;font-size:12px;display:flex}.footer-bottom p{margin:0}.footer-bottom div{gap:35px;display:flex}@media (width<=850px){.navbar{flex-direction:column;gap:12px;height:auto;padding:12px 20px}.summary-grid,.friends-grid,.detail-stats,.check-actions{grid-template-columns:repeat(2,1fr)}.details-page{grid-template-columns:1fr}.hero h1{font-size:30px}.footer-bottom{flex-direction:column;align-items:center;gap:16px}}@media (width<=520px){.summary-grid,.friends-grid,.detail-stats,.check-actions{grid-template-columns:1fr}.nav-links{flex-wrap:wrap;justify-content:center}.footer-main h1{font-size:36px}.timeline-page select{width:100%}}
