.calendar-page[data-astro-cid-sl2ubhge]{padding:var(--space-5) var(--space-4);padding-bottom:calc(100px + env(safe-area-inset-bottom));max-width:500px;margin:0 auto}.page-header[data-astro-cid-sl2ubhge]{text-align:center;margin-bottom:var(--space-5)}.page-title[data-astro-cid-sl2ubhge]{font-size:var(--text-2xl);margin-bottom:var(--space-1)}.page-subtitle[data-astro-cid-sl2ubhge]{color:var(--text-muted);font-size:var(--text-sm)}.calendar-legend[data-astro-cid-sl2ubhge]{display:flex;justify-content:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;padding:var(--space-3) var(--space-4);background-color:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.legend-item[data-astro-cid-sl2ubhge]{display:flex;align-items:center;gap:var(--space-2)}.legend-dot[data-astro-cid-sl2ubhge]{width:10px;height:10px;border-radius:var(--radius-full)}.legend-dot--complete[data-astro-cid-sl2ubhge]{background-color:var(--accent-success)}.legend-dot--partial[data-astro-cid-sl2ubhge]{background-color:var(--accent-warning)}.legend-dot--missed[data-astro-cid-sl2ubhge]{background-color:var(--accent-danger)}.legend-dot--future[data-astro-cid-sl2ubhge]{background-color:var(--border)}.legend-label[data-astro-cid-sl2ubhge]{font-size:var(--text-xs);color:var(--text-muted)}.calendar-grid[data-astro-cid-sl2ubhge]{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;background-color:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-4);box-shadow:var(--shadow-card)}.calendar-header[data-astro-cid-sl2ubhge]{text-align:center;font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-muted);padding:var(--space-2) 0;text-transform:uppercase;letter-spacing:.05em}.calendar-cell[data-astro-cid-sl2ubhge]{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:var(--radius-md);border:none;background-color:var(--bg-secondary);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);padding:4px;min-width:0;font-size:0}.calendar-cell[data-astro-cid-sl2ubhge]:hover:not(.calendar-cell--empty):not(.calendar-cell--future){transform:scale(1.08);box-shadow:var(--shadow-md);z-index:1}.calendar-cell[data-astro-cid-sl2ubhge]:active:not(.calendar-cell--empty):not(.calendar-cell--future){transform:scale(.95)}.calendar-cell--empty[data-astro-cid-sl2ubhge]{background:transparent;cursor:default}.calendar-cell--future[data-astro-cid-sl2ubhge]{background-color:var(--bg-tertiary);cursor:default;opacity:.6}.calendar-cell--today[data-astro-cid-sl2ubhge]{box-shadow:inset 0 0 0 2px var(--accent-primary)}.calendar-cell--complete[data-astro-cid-sl2ubhge]{background:linear-gradient(135deg,var(--accent-success-light),#d4e8d3)}.calendar-cell--partial[data-astro-cid-sl2ubhge]{background:linear-gradient(135deg,var(--accent-warning-light),#f5e6c8)}.calendar-cell--missed[data-astro-cid-sl2ubhge]{background:linear-gradient(135deg,var(--accent-danger-light),#f5d5d1)}.cell-day[data-astro-cid-sl2ubhge]{font-family:var(--font-display);font-size:clamp(10px,3vw,14px);font-weight:var(--font-semibold);color:var(--text-primary);line-height:1}.calendar-cell--future[data-astro-cid-sl2ubhge] .cell-day[data-astro-cid-sl2ubhge]{color:var(--text-muted)}.calendar-cell--complete[data-astro-cid-sl2ubhge] .cell-day[data-astro-cid-sl2ubhge]{color:var(--accent-success)}.calendar-cell--missed[data-astro-cid-sl2ubhge] .cell-day[data-astro-cid-sl2ubhge]{color:var(--accent-danger)}.cell-indicator[data-astro-cid-sl2ubhge]{font-size:clamp(6px,2vw,9px);color:var(--text-muted);display:flex;align-items:center;justify-content:center;line-height:1}.calendar-cell--complete[data-astro-cid-sl2ubhge] .cell-indicator[data-astro-cid-sl2ubhge]{color:var(--accent-success)}.calendar-cell--missed[data-astro-cid-sl2ubhge] .cell-indicator[data-astro-cid-sl2ubhge]{color:var(--accent-danger)}.calendar-cell--partial[data-astro-cid-sl2ubhge] .cell-indicator[data-astro-cid-sl2ubhge]{color:var(--accent-warning);font-weight:var(--font-semibold)}.cell-indicator[data-astro-cid-sl2ubhge] svg[data-astro-cid-sl2ubhge]{width:clamp(10px,3vw,14px);height:clamp(10px,3vw,14px)}.day-modal[data-astro-cid-sl2ubhge]{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center}.day-modal[data-astro-cid-sl2ubhge][hidden]{display:none}.day-modal-backdrop[data-astro-cid-sl2ubhge]{position:absolute;inset:0;background-color:#2d2a2680;animation:fadeIn var(--duration-fast) var(--ease-out)}.day-modal-content[data-astro-cid-sl2ubhge]{position:relative;width:100%;max-width:480px;background-color:var(--bg-card);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:var(--space-5);padding-bottom:calc(var(--space-6) + env(safe-area-inset-bottom));max-height:80vh;overflow-y:auto;animation:slideUp var(--duration-normal) var(--ease-out)}.day-modal-header[data-astro-cid-sl2ubhge]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--space-5)}.day-modal-date[data-astro-cid-sl2ubhge]{display:flex;flex-direction:column;gap:var(--space-1)}.day-modal-number[data-astro-cid-sl2ubhge]{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--accent-primary)}.day-modal-full[data-astro-cid-sl2ubhge]{color:var(--text-muted);font-size:var(--text-sm)}.day-modal-close[data-astro-cid-sl2ubhge]{width:44px;height:44px;border:none;background-color:var(--bg-secondary);border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--duration-fast) var(--ease-out)}.day-modal-close[data-astro-cid-sl2ubhge]:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.day-modal-close[data-astro-cid-sl2ubhge] svg[data-astro-cid-sl2ubhge]{width:20px;height:20px}.day-modal-goals[data-astro-cid-sl2ubhge]{display:flex;flex-direction:column;gap:var(--space-3)}.modal-goal[data-astro-cid-sl2ubhge]{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background-color:var(--bg-secondary);border-radius:var(--radius-lg);transition:all var(--duration-fast) var(--ease-out)}.modal-goal--completed[data-astro-cid-sl2ubhge]{background-color:var(--accent-success-light)}.modal-goal-status[data-astro-cid-sl2ubhge]{width:28px;height:28px;border-radius:var(--radius-full);border:2px solid currentColor;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-goal--completed[data-astro-cid-sl2ubhge] .modal-goal-status[data-astro-cid-sl2ubhge]{background-color:currentColor}.modal-goal-status[data-astro-cid-sl2ubhge] svg[data-astro-cid-sl2ubhge]{width:16px;height:16px;color:#fff}.modal-goal-info[data-astro-cid-sl2ubhge]{display:flex;flex-direction:column;gap:var(--space-1);flex:1;min-width:0}.modal-goal-name[data-astro-cid-sl2ubhge]{font-weight:var(--font-medium);font-size:var(--text-base)}.modal-goal--completed[data-astro-cid-sl2ubhge] .modal-goal-name[data-astro-cid-sl2ubhge]{color:var(--accent-success)}.modal-goal-note[data-astro-cid-sl2ubhge]{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed)}.empty-state[data-astro-cid-sl2ubhge]{text-align:center;padding:var(--space-10) var(--space-4);background-color:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.empty-icon[data-astro-cid-sl2ubhge]{width:72px;height:72px;margin:0 auto var(--space-4);color:var(--accent-primary);opacity:.6}.empty-icon[data-astro-cid-sl2ubhge] svg[data-astro-cid-sl2ubhge]{width:100%;height:100%}.empty-title[data-astro-cid-sl2ubhge]{font-size:var(--text-xl);margin-bottom:var(--space-2)}.empty-description[data-astro-cid-sl2ubhge]{color:var(--text-muted);margin-bottom:var(--space-6)}@media(max-width:380px){.calendar-grid[data-astro-cid-sl2ubhge]{gap:4px;padding:var(--space-3)}.calendar-cell[data-astro-cid-sl2ubhge]{border-radius:var(--radius-sm)}.legend-item[data-astro-cid-sl2ubhge]{gap:var(--space-1)}.calendar-legend[data-astro-cid-sl2ubhge]{gap:var(--space-2);padding:var(--space-2) var(--space-3)}}
