/* Compact month navigator beside the coordination board */
.coord-page-head{margin-bottom:14px}.coord-page-head h1{font-size:34px}.coord-controls{margin-bottom:12px}.coord-shell{grid-template-columns:238px minmax(0,1fr);gap:10px}.coord-months{position:sticky;top:10px;padding:9px;border-radius:10px;box-shadow:none;overflow:visible}.month-previous{display:block;margin-bottom:6px;padding:8px 9px;border-radius:6px;background:var(--forest);color:#fff;font-size:11px;font-weight:750;text-align:center;text-decoration:none}.coord-month{border-bottom:1px solid var(--line)}.coord-month:last-of-type{border-bottom:0}.coord-month>summary{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:34px;padding:7px 5px;color:var(--ink);font:700 14px/1.15 Georgia,serif;cursor:pointer;list-style:none}.coord-month>summary::-webkit-details-marker{display:none}.coord-month>summary:before{content:"▸";width:9px;font:10px/1 sans-serif;color:var(--muted)}.coord-month[open]>summary:before{content:"▾"}.coord-month>summary>span:first-of-type{margin-right:auto}.month-summary-counts{display:flex;gap:3px}.month-summary-counts b{display:grid;place-items:center;min-width:25px;height:19px;padding:0 6px;border-radius:10px;color:#fff;font:800 9px/1 sans-serif}.month-total-pill{background:#78a934}.month-open-pill{background:#347fc1}.coord-month-body{padding:0 1px 8px}.month-weekdays,.month-grid{display:grid;grid-template-columns:20px repeat(7,minmax(0,1fr))}.month-weekdays b{padding:3px 0;text-align:center;color:var(--muted);font-size:8px}.month-week-number{display:grid;place-items:center;background:#edf0ed;color:var(--muted);font-size:7px}.month-day{position:relative;min-width:0;height:29px;padding:2px;border:1px solid #e1e5e1;border-width:1px 1px 0 0;background:#fff;color:var(--ink);text-decoration:none}.month-day:nth-last-child(-n+8){border-bottom-width:1px}.month-day.is-outside{background:#e2e4e2;color:#919991}.month-day.is-today{background:#eff6c7;box-shadow:inset 0 0 0 1px #9cb248}.month-date{display:block;font-size:8px;line-height:1}.month-count-total,.month-count-open{position:absolute;bottom:2px;display:grid;place-items:center;min-width:14px;height:11px;padding:0 3px;border-radius:6px;font-size:7px;font-weight:850;line-height:1}.month-count-total{left:2px;background:#dfe4dc;color:#101712}.month-count-open{right:2px;background:#347fc1;color:#fff}.coord-month-note{margin:9px 5px 2px;color:var(--muted);font-size:8px;line-height:1.6}.legend-total,.legend-open{display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:50%}.legend-total{background:#1d2820}.legend-open{background:#347fc1}.coord-board{border-radius:10px;box-shadow:none}.coord-head,.coord-needs,.coord-row{grid-template-columns:170px repeat(7,minmax(125px,1fr));min-width:1045px}.coord-group{min-width:1045px}.coord-row{min-height:46px}
@media(max-width:1000px){.coord-shell{grid-template-columns:1fr}.coord-months{position:static}.coord-months .coord-month:nth-of-type(n+4){display:none}.coord-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.month-previous,.coord-month-note{grid-column:1/-1}.coord-month{border:1px solid var(--line);border-radius:7px;padding:2px}.coord-month:nth-of-type(n+4){display:none}}
@media(max-width:620px){.coord-months{grid-template-columns:1fr}.coord-months .coord-month:nth-of-type(n+3){display:none}.coord-page-head{display:block}.coord-actions{margin-top:12px}.coord-project-filter{flex-wrap:wrap}.coord-project-filter select{min-width:0;width:100%}}
