*{box-sizing:border-box}body{margin:0;background:#f6f4ef;color:#20211f;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app{max-width:520px;margin:auto;min-height:100vh;padding:calc(28px + env(safe-area-inset-top)) 20px 40px}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#777;margin:0 0 12px}h1{font-size:42px;letter-spacing:-1.5px;margin:0}.muted{color:#777;margin-top:6px}.progress-card{background:#20211f;color:white;border-radius:24px;padding:22px;margin:26px 0}.progress-card strong{font-size:28px}.progress-card span{color:#bbb}.bar{height:8px;background:#454643;border-radius:9px;margin:18px 0 12px;overflow:hidden}.bar div{height:100%;width:0;background:#fff;border-radius:9px;transition:.25s}.progress-card p{margin:0;color:#ccc;font-size:14px}.section-title{display:flex;align-items:center;justify-content:space-between}.section-title h2{font-size:20px}.section-title button{border:0;background:none;color:#777;font-size:13px}.habits{display:grid;gap:10px}.habit{display:flex;align-items:center;gap:14px;background:white;border:1px solid #e9e5dd;border-radius:18px;padding:15px 16px;cursor:pointer;user-select:none}.check{width:28px;height:28px;border:2px solid #bbb;border-radius:50%;display:grid;place-items:center;flex:none}.habit.done .check{background:#20211f;border-color:#20211f;color:white}.habit.done .name{text-decoration:line-through;color:#888}.habit-main{flex:1}.name{font-weight:650}.cue{font-size:12px;color:#888;margin-top:3px}.streak{font-size:13px;white-space:nowrap}.identity{margin-top:28px;border-top:1px solid #ddd7cc;padding-top:20px}.identity span{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#888}.identity p{font-family:Georgia,serif;font-size:20px;line-height:1.4;margin-top:8px}@media(min-width:700px){.app{padding-top:60px}}