/* LifeTracker 1.1.0: visible month actions and customizable Today screen. */
.today-custom-grid-v110{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.today-custom-grid-v110>[data-home-block]{min-width:0}
.today-custom-grid-v110>[data-home-block="tasks"]{grid-column:1/-1}
.today-custom-grid-v110>[hidden]{display:none!important}
.today-custom-grid-v110.compact{gap:12px!important}
.today-custom-grid-v110.compact .card{padding:14px!important;border-radius:18px!important}
.today-custom-grid-v110.compact .card-head{margin-bottom:9px!important}
.today-custom-grid-v110.compact .today-list{gap:11px!important}
.today-custom-grid-v110.compact .habit-item{padding:9px 11px!important}
.home-settings-button-v110{white-space:nowrap}
.score-explanation{margin-top:8px;max-width:520px;color:var(--muted);font-size:12px;line-height:1.45}
.score-explanation summary{cursor:pointer;font-weight:900;color:var(--green-dark)}
.score-explanation p{margin:7px 0 0}
.matrix .day-head[data-date]{position:sticky}
.month-day-menu-trigger-v110{position:absolute;right:2px;top:2px;width:20px;height:20px;padding:0;border-radius:7px;background:rgba(255,253,248,.9);color:var(--muted);font-weight:950;line-height:18px;border:1px solid var(--line);z-index:5}
.month-day-menu-trigger-v110:hover,.month-day-menu-trigger-v110:focus-visible{background:var(--green);color:white}
.matrix .cell[data-date][data-habit]{position:relative;overflow:visible}
.month-cell-menu-trigger-v110{position:absolute;right:-5px;top:-6px;width:14px;height:14px;border-radius:5px;display:grid;place-items:center;background:#fffdf8;border:1px solid #cfc3b2;color:#675d51;font-size:9px;line-height:1;opacity:.72;z-index:4;cursor:pointer}
.cell:hover .month-cell-menu-trigger-v110,.cell:focus-visible .month-cell-menu-trigger-v110,.month-cell-menu-trigger-v110:focus-visible{opacity:1;background:var(--green);color:white}
.month-action-menu-v110{position:fixed;z-index:5000;display:grid;gap:7px;width:max-content;max-width:min(310px,calc(100vw - 24px));padding:9px;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 45px rgba(44,36,28,.2)}
.month-action-menu-v110 button{min-height:40px;padding:0 13px;border-radius:10px;background:var(--green);color:white;text-align:left;font-weight:900}
.month-action-menu-v110 small{padding:0 4px 3px;color:var(--muted)}
@media(max-width:900px){
  .today-custom-grid-v110{grid-template-columns:1fr!important}
  .today-custom-grid-v110>[data-home-block="tasks"]{grid-column:auto}
}
@media(max-width:680px){
    .home-settings-button-v110{width:100%}
}
