:root{--hos-green:#174c37;--hos-green-2:#2f7b50;--hos-sage:#edf5f0;--hos-ink:#183029;--hos-muted:#738078;--hos-line:#e1e8e4;--hos-bg:#f7f9f8;--hos-danger:#a84b48}
.ml-hos{min-height:calc(100vh - 34px);color:var(--hos-ink);font-family:Inter,Arial,Helvetica,sans-serif}
.ml-hos-tabs{display:flex;align-items:center;gap:28px;height:58px;padding:0 24px;border-bottom:1px solid var(--hos-line);background:#fff}
.ml-hos-tab{position:relative;height:58px;padding:0 4px;border:0;background:transparent;color:#65736c;font-size:13px;font-weight:850;cursor:pointer}.ml-hos-tab.active{color:var(--hos-green)}.ml-hos-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--hos-green)}
.ml-hos-view{padding:22px;background:var(--hos-bg)}.ml-hos-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ml-hos-head h2{margin:0;color:var(--hos-ink);font-size:24px;letter-spacing:-.6px}.ml-hos-head p{margin:7px 0 0;color:var(--hos-muted);font-size:12px}.ml-hos-btn{border:0;border-radius:9px;padding:10px 15px;background:var(--hos-green);color:#fff;font-size:11px;font-weight:850;cursor:pointer}.ml-hos-btn.secondary{border:1px solid #cbd9d1;background:#fff;color:var(--hos-green)}.ml-hos-btn.danger{background:#fff0ef;color:var(--hos-danger)}
.ml-hos-summary{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;align-items:center;margin-bottom:19px;padding:16px 18px;border:1px solid var(--hos-line);border-radius:14px;background:#fff}.ml-hos-percent strong{display:block;color:var(--hos-green);font-size:31px;line-height:1}.ml-hos-percent span{display:block;margin-top:6px;color:var(--hos-muted);font-size:10px}.ml-hos-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.ml-hos-day{appearance:none;border:1px solid transparent;background:transparent;color:inherit;font:inherit;padding:8px 4px;border-radius:9px;text-align:center;cursor:pointer;transition:background .16s,border-color .16s,transform .16s}.ml-hos-day:hover{background:#f3f7f5;transform:translateY(-1px)}.ml-hos-day.today{background:var(--hos-sage)}.ml-hos-day.selected{border-color:var(--hos-green);box-shadow:0 0 0 2px rgba(24,84,64,.08)}.ml-hos-day b,.ml-hos-day small{display:block;font-size:9px}.ml-hos-day i{display:block;width:22px;height:22px;margin:6px auto;border:2px solid #ccd8d1;border-radius:50%;background:conic-gradient(var(--hos-green) calc(var(--p)*1%),#edf1ef 0)}
.ml-hos-habit-groups{border:1px solid var(--hos-line);border-radius:14px;background:#fff}.ml-hos-group{padding:5px 18px}.ml-hos-group+.ml-hos-group{border-top:1px solid var(--hos-line)}.ml-hos-group-title{display:flex;align-items:center;gap:8px;padding:14px 0 7px;color:var(--hos-green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.ml-hos-group-title span{padding:3px 7px;border-radius:999px;background:#edf6ef;color:#4b7556;font-size:9px;letter-spacing:0;text-transform:none}.ml-hos-habit{display:grid;grid-template-columns:40px minmax(180px,1fr) 150px 100px 64px;align-items:center;gap:9px;min-height:58px;border-top:1px solid #edf1ef}.ml-hos-check{width:29px;height:29px;border:2px solid #c8d2cc;border-radius:50%;background:#fff;color:#fff;font-size:16px;cursor:pointer}.ml-hos-check.done{border-color:#3d8c52;background:#3d8c52}.ml-hos-habit-main strong{display:block;font-size:12px}.ml-hos-habit-main small,.ml-hos-meta{color:var(--hos-muted);font-size:10px}.ml-hos-streak{color:#357947;font-size:10px;font-weight:800}.ml-hos-row-actions{display:flex;gap:5px;justify-content:flex-end}.ml-hos-icon-btn{width:28px;height:28px;border:0;border-radius:7px;background:#f3f6f4;color:#68766f;cursor:pointer}
.ml-hos-habit-main small{display:block;margin-top:3px;line-height:1.55;white-space:pre-line}
.ml-hos-empty{padding:34px;text-align:center;color:var(--hos-muted);font-size:12px}
.ml-hos-modal{position:fixed;inset:0;z-index:2147483600;display:grid;place-items:center;padding:18px;background:rgba(9,28,20,.42);backdrop-filter:blur(4px)}.ml-hos-modal-card{width:min(520px,100%);padding:22px;border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(8,31,21,.25)}.ml-hos-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ml-hos-modal-head h3{margin:0;font-size:19px}.ml-hos-close{border:0;background:#eef2f0;width:30px;height:30px;border-radius:50%;cursor:pointer}.ml-hos-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ml-hos-form label{display:grid;gap:6px;color:#65736c;font-size:10px;font-weight:800}.ml-hos-form label.full{grid-column:1/-1}.ml-hos-form input,.ml-hos-form select,.ml-hos-form textarea{width:100%;box-sizing:border-box;border:1px solid #d8e1dc;border-radius:9px;padding:10px 11px;background:#fff;color:var(--hos-ink);font:inherit;outline:none}.ml-hos-form textarea{min-height:160px;resize:vertical}.ml-hos-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:5px}
.ml-hos-journal-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px}.ml-hos-editor,.ml-hos-timeline{border:1px solid var(--hos-line);border-radius:14px;background:#fff}.ml-hos-editor{padding:20px}.ml-hos-editor-top{display:grid;grid-template-columns:1fr 150px;gap:10px}.ml-hos-editor input,.ml-hos-editor select,.ml-hos-editor textarea{box-sizing:border-box;width:100%;border:0;border-bottom:1px solid var(--hos-line);padding:10px 2px;background:transparent;color:var(--hos-ink);font:inherit;outline:none}.ml-hos-editor input{font-size:19px;font-weight:800}.ml-hos-editor textarea{min-height:260px;border:0;line-height:1.75;resize:vertical}.ml-hos-prompts{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0 16px}.ml-hos-prompt{border:1px solid #dce6e0;border-radius:99px;padding:7px 10px;background:#f8faf9;color:#617069;font-size:9px;cursor:pointer}.ml-hos-editor-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--hos-line);padding-top:13px}.ml-hos-timeline{padding:18px;max-height:680px;overflow:auto}.ml-hos-timeline h3{margin:0 0 16px;font-size:15px}.ml-hos-entry{position:relative;margin-left:8px;padding:0 0 22px 25px;border-left:1px solid #c9dbd0}.ml-hos-entry:before{content:"";position:absolute;left:-5px;top:2px;width:9px;height:9px;border-radius:50%;background:var(--hos-green)}.ml-hos-entry time{display:block;color:var(--hos-muted);font-size:9px}.ml-hos-entry strong{display:block;margin:6px 0;font-size:12px}.ml-hos-entry p{margin:0;color:#5f6d66;font-size:10px;line-height:1.55;white-space:pre-wrap}.ml-hos-entry footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.ml-hos-mood{font-size:16px}.ml-hos-entry button{border:0;background:transparent;color:#9b6764;font-size:9px;cursor:pointer}
.ml-hos-time-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.6fr);gap:18px}.ml-hos-session-panel,.ml-hos-progress-panel{border:1px solid var(--hos-line);border-radius:14px;background:#fff;padding:18px}.ml-hos-live{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ml-hos-live strong{font-size:18px}.ml-hos-live-clock{color:var(--hos-green);font-size:22px;font-weight:900;font-variant-numeric:tabular-nums}.ml-hos-dayline{display:flex;height:12px;overflow:hidden;border-radius:99px;background:#edf1ef;margin:12px 0 22px}.ml-hos-dayline span{height:100%}.ml-hos-sessions{display:grid;gap:4px}.ml-hos-session{display:grid;grid-template-columns:72px 30px minmax(0,1fr) 70px;align-items:center;gap:9px;padding:9px;border-radius:9px}.ml-hos-session.active{background:var(--hos-sage)}.ml-hos-session time{color:var(--hos-muted);font-size:9px}.ml-hos-session i{font-style:normal;text-align:center}.ml-hos-session strong{font-size:11px}.ml-hos-session small{color:var(--hos-muted);font-size:9px;text-align:right}.ml-hos-rings{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ml-hos-ring-item{text-align:center}.ml-hos-ring{--p:0;width:104px;height:104px;margin:auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--hos-green) calc(var(--p)*1%),#e8eeea 0)}.ml-hos-ring:before{content:"";grid-area:1/1;width:82px;height:82px;border-radius:50%;background:#fff}.ml-hos-ring strong{position:relative;grid-area:1/1;font-size:18px}.ml-hos-ring-item b{display:block;margin-top:8px;font-size:11px}.ml-hos-ring-item small{display:block;margin-top:4px;color:var(--hos-muted);font-size:9px}.ml-hos-birth{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--hos-line);color:var(--hos-muted);font-size:10px}.ml-hos-birth input{width:80px;border:1px solid #d8e1dc;border-radius:8px;padding:8px}
@media(max-width:1100px){.ml-hos-journal-layout,.ml-hos-time-grid{grid-template-columns:1fr}.ml-hos-timeline{max-height:none}.ml-hos-habit{grid-template-columns:40px minmax(150px,1fr) 120px 80px 60px}}
@media(max-width:700px){.ml-hos-tabs{gap:18px;padding:0 14px}.ml-hos-view{padding:12px}.ml-hos-head{display:grid}.ml-hos-summary{grid-template-columns:1fr}.ml-hos-habit{grid-template-columns:38px 1fr 55px}.ml-hos-meta{display:none}.ml-hos-streak{font-size:0}.ml-hos-streak:before{content:'🔥';font-size:13px}.ml-hos-form,.ml-hos-editor-top{grid-template-columns:1fr}.ml-hos-form label.full{grid-column:auto}.ml-hos-rings{grid-template-columns:1fr 1fr}.ml-hos-ring{width:92px;height:92px}.ml-hos-ring:before{width:72px;height:72px}}

/* V84 — searchable health archive, complete calendar and professional media */
.ml-hos-head-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ml-hos-count-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid #cfe0d6;border-radius:999px;background:#fff;color:var(--hos-green);font-size:11px;font-weight:850;white-space:nowrap}
.ml-hos-full-calendar{display:none;margin:0 0 20px;border:1px solid var(--hos-line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(16,59,43,.05)}.ml-hos-full-calendar.open{display:block}.ml-hos-full-calendar>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 17px;border-bottom:1px solid var(--hos-line)}.ml-hos-full-calendar>header strong,.ml-hos-full-calendar>header small{display:block}.ml-hos-full-calendar>header strong{font-size:13px}.ml-hos-full-calendar>header small{margin-top:3px;color:var(--hos-muted);font-size:9px}.ml-hos-cal-nav{display:flex;align-items:center;gap:5px}.ml-hos-cal-nav button{min-width:31px;height:31px;border:1px solid #d9e4de;border-radius:8px;background:#fff;color:var(--hos-green);font-weight:900;cursor:pointer}.ml-hos-cal-nav button:last-child{padding:0 10px}.ml-hos-cal-nav b{min-width:112px;text-align:center;font-size:11px}.ml-hos-cal-week,.ml-hos-cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.ml-hos-cal-week{padding:8px 12px 0}.ml-hos-cal-week b{padding:5px;text-align:center;color:var(--hos-muted);font-size:9px}.ml-hos-cal-grid{padding:0 12px 12px}.ml-hos-cal-day{display:grid;grid-template-columns:1fr auto;gap:5px;min-height:58px;padding:8px;border:1px solid #edf2ef;background:#fff;color:var(--hos-ink);text-align:left;cursor:pointer}.ml-hos-cal-day:hover{z-index:1;border-color:#abcdbb;background:#f7fbf8}.ml-hos-cal-day.muted{color:#aab3ae;background:#fbfcfb}.ml-hos-cal-day.today{box-shadow:inset 0 0 0 2px #d2e8dc}.ml-hos-cal-day.selected{z-index:1;border-color:var(--hos-green);background:#eef7f1}.ml-hos-cal-day time{font-size:11px;font-weight:850}.ml-hos-cal-day small{color:var(--hos-muted);font-size:8px}.ml-hos-cal-day span{grid-column:1/-1;height:4px;border-radius:99px;background:#e8efeb;overflow:hidden}.ml-hos-cal-day span i{display:block;height:100%;background:#3b8a5a}
.ml-hos-filterbar,.ml-hos-record-search{display:grid;grid-template-columns:minmax(220px,2fr) repeat(4,minmax(120px,1fr)) auto;gap:9px;align-items:end;margin:0 0 18px;padding:14px;border:1px solid var(--hos-line);border-radius:14px;background:#fff}.ml-hos-filterbar label,.ml-hos-record-search label,.ml-hos-journal-meta label{display:grid;gap:5px;color:var(--hos-muted);font-size:9px;font-weight:800}.ml-hos-filterbar input,.ml-hos-filterbar select,.ml-hos-record-search input,.ml-hos-record-search select,.ml-hos-journal-meta input,.ml-hos-journal-meta select{box-sizing:border-box;width:100%;height:38px;border:1px solid #d9e3dd;border-radius:9px;padding:0 10px;background:#fff;color:var(--hos-ink);font:inherit;outline:0}.ml-hos-filterbar .ml-hos-btn,.ml-hos-record-search .ml-hos-btn{height:38px;min-height:38px}.ml-hos-record-search{grid-template-columns:minmax(260px,1fr) minmax(180px,260px) auto auto}.ml-hos-record-search>strong{align-self:center;color:var(--hos-green);font-size:11px;white-space:nowrap}
.ml-hos-journal-layout{grid-template-columns:minmax(440px,.9fr) minmax(440px,1.1fr)}.ml-hos-journal-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.ml-hos-journal-meta label:nth-child(3),.ml-hos-journal-meta label:nth-child(4){grid-column:auto}.ml-hos-uploader{display:flex;align-items:center;gap:8px;margin:12px 0;padding:13px;border:1px dashed #b9d1c3;border-radius:12px;background:#f7fbf8;transition:.15s}.ml-hos-uploader.dragging{border-color:var(--hos-green);background:#e9f5ed;box-shadow:0 0 0 4px rgba(32,112,82,.1)}.ml-hos-uploader>div{min-width:0;flex:1}.ml-hos-uploader strong,.ml-hos-uploader small,.ml-hos-uploader span{display:block}.ml-hos-uploader strong{font-size:11px}.ml-hos-uploader small{margin-top:3px;color:var(--hos-muted);font-size:9px}.ml-hos-uploader span{margin-top:5px;color:#2b7650;font-size:9px;font-weight:800}.ml-hos-uploader .ml-hos-btn{min-height:36px;padding:0 11px;white-space:nowrap}.ml-hos-uploader .recording{border-color:#a43b35!important;background:#b42318!important;color:#fff!important;animation:hosRecordPulse 1s infinite}.ml-hos-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0}.ml-hos-media-grid figure,.ml-hos-media-audio{position:relative;min-width:0;margin:0;border:1px solid #e0e8e4;border-radius:10px;background:#fafcfa;overflow:hidden}.ml-hos-media-grid figure img{display:block;width:100%;height:112px;object-fit:cover}.ml-hos-media-grid figcaption,.ml-hos-media-audio span{display:block;overflow:hidden;padding:6px 8px;color:var(--hos-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ml-hos-media-grid figure>button,.ml-hos-media-audio>button{position:absolute;top:5px;right:5px;width:25px;height:25px;border:0;border-radius:50%;background:rgba(20,35,28,.78);color:#fff;cursor:pointer}.ml-hos-media-audio{grid-column:1/-1;padding:8px}.ml-hos-media-audio audio{width:100%;height:34px}.ml-hos-media-empty{padding:12px;border:1px dashed #e0e8e4;border-radius:9px;color:#93a098;font-size:9px;text-align:center}.ml-hos-timeline h3{display:flex;justify-content:space-between}.ml-hos-timeline h3 span{color:var(--hos-muted);font-size:9px}.ml-hos-entry-pro{margin:0 0 12px;padding:14px;border:1px solid #e1e9e5;border-radius:12px;background:#fff}.ml-hos-entry-pro:before{display:none}.ml-hos-entry-head{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.ml-hos-entry-head strong{font-size:13px}.ml-hos-category-pill{display:inline-flex;align-items:center;max-width:170px;padding:5px 8px;border-radius:99px;background:#edf6f0;color:#326d4a;font-size:8px;font-weight:850}.ml-hos-tags{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0}.ml-hos-tags span{padding:4px 7px;border-radius:99px;background:#eff5f1;color:#43705a;font-size:8px;font-weight:800}.ml-hos-linked{display:inline-flex;margin:7px 0;color:#1766a5;font-size:9px;font-weight:800;text-decoration:none}
.ml-hos-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.ml-hos-category-card{display:grid;grid-template-columns:39px 1fr 28px;align-items:center;gap:10px;min-height:78px;padding:12px;border:1px solid var(--hos-line);border-radius:13px;background:#fff;color:var(--hos-ink);text-align:left;cursor:pointer}.ml-hos-category-card:hover,.ml-hos-category-card.active{border-color:#9fc6b0;background:#f1f8f4;box-shadow:0 7px 18px rgba(20,65,47,.07)}.ml-hos-category-card>i,.ml-hos-record-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eaf4ed;font-size:18px;font-style:normal}.ml-hos-category-card span{min-width:0}.ml-hos-category-card strong,.ml-hos-category-card small{display:block}.ml-hos-category-card strong{font-size:10px}.ml-hos-category-card small{margin-top:4px;color:var(--hos-muted);font-size:8px;line-height:1.35}.ml-hos-category-card>b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#eef3f0;color:#50705f;font-size:9px}.ml-hos-record-list{border:1px solid var(--hos-line);border-radius:14px;background:#fff;overflow:hidden}.ml-hos-record-list>header{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-bottom:1px solid var(--hos-line)}.ml-hos-record-list>header h3{margin:0;font-size:13px}.ml-hos-record-list>header span{color:var(--hos-muted);font-size:9px}.ml-hos-record{padding:17px}.ml-hos-record+.ml-hos-record{border-top:1px solid #edf2ef}.ml-hos-record>header{display:grid;grid-template-columns:42px 1fr 30px;align-items:center;gap:10px}.ml-hos-record>header small{color:var(--hos-muted);font-size:8px}.ml-hos-record>header h3{margin:4px 0 0;font-size:13px}.ml-hos-record>header>button{width:28px;height:28px;border:0;border-radius:8px;background:#fff1ef;color:#a64d47;cursor:pointer}.ml-hos-record>p{margin:12px 0;color:#52655b;font-size:10px;line-height:1.65;white-space:pre-wrap}.ml-hos-record dl{display:flex;gap:18px;margin:8px 0}.ml-hos-record dl div{display:grid;gap:3px}.ml-hos-record dt{color:var(--hos-muted);font-size:8px}.ml-hos-record dd{margin:0;font-size:9px;font-weight:800}.ml-hos-related{display:inline-flex;margin:6px 8px 6px 0;border:0;border-radius:99px;padding:6px 9px;background:#eef5f1;color:#2f6b49;font-size:9px;font-weight:800;cursor:pointer}.ml-hos-record-modal{width:min(760px,100%);max-height:calc(100vh - 30px);overflow:auto}.ml-hos-record-modal .ml-hos-modal-head small{color:var(--hos-green);font-size:8px;font-weight:900;letter-spacing:.12em}.ml-hos-record-modal .ml-hos-modal-head h3{margin-top:4px}.ml-hos-record-modal .ml-hos-uploader.full{grid-column:1/-1}
@keyframes hosRecordPulse{50%{opacity:.72}}
@media(max-width:1200px){.ml-hos-filterbar{grid-template-columns:repeat(3,1fr)}.ml-hos-filterbar .wide{grid-column:span 2}.ml-hos-journal-layout{grid-template-columns:1fr}.ml-hos-timeline{max-height:none}.ml-hos-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.ml-hos-tabs{overflow-x:auto;gap:6px}.ml-hos-tab{flex:0 0 auto;min-width:auto;padding:0 11px}.ml-hos-head-actions{justify-content:flex-start}.ml-hos-full-calendar>header{display:grid}.ml-hos-cal-nav{overflow:auto}.ml-hos-cal-nav b{min-width:95px}.ml-hos-cal-day{min-height:48px;padding:6px}.ml-hos-cal-day small{display:none}.ml-hos-filterbar,.ml-hos-record-search{grid-template-columns:1fr}.ml-hos-filterbar .wide{grid-column:auto}.ml-hos-journal-meta{grid-template-columns:1fr}.ml-hos-uploader{align-items:stretch;flex-wrap:wrap}.ml-hos-uploader>div{flex-basis:100%}.ml-hos-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-hos-category-grid{grid-template-columns:1fr}.ml-hos-record dl{display:grid}.ml-hos-record-modal .ml-hos-uploader.full{grid-column:auto}}
