.calendar-grid-wrapper{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin:3rem 0;padding:2rem}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.calendar-header h3{color:var(--ink);margin:0;font-size:1.25rem;font-weight:600}.nav-button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.nav-button:hover{background:var(--paper);color:var(--ink);border-color:var(--muted)}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.weekday-header{text-align:center;color:var(--muted);padding-bottom:1rem;font-size:.875rem;font-weight:500}.calendar-day{background:var(--background);border-radius:var(--radius);border:1px solid var(--line);flex-direction:column;min-height:100px;padding:.5rem;transition:background .2s;display:flex}.calendar-day:hover{background:var(--paper)}.calendar-day.empty{background:0 0;border:none}.date-number{color:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.calendar-day.has-events .date-number{color:var(--ink);font-weight:600}.day-events{flex-direction:column;flex:1;gap:4px;display:flex;overflow-y:auto}.event-badge{border-radius:4px;flex-direction:column;padding:4px 6px;font-size:.75rem;line-height:1.3;text-decoration:none;transition:opacity .2s;display:flex}.event-badge:hover{opacity:.8}.event-badge .time{margin-bottom:2px;font-weight:600}.event-badge .title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.event-badge.open{background:var(--sage);color:var(--green-dark);border-left:3px solid var(--green)}.event-badge.full{background:var(--line);color:var(--muted);border-left:3px solid var(--muted);text-decoration:line-through}.calendar-legend{color:var(--muted);justify-content:flex-end;gap:1.5rem;margin-top:1.5rem;font-size:.875rem;display:flex}.legend-item{align-items:center;gap:.5rem;display:flex}.legend-item .dot{border-radius:50%;width:10px;height:10px}.legend-item .dot.open{background:var(--green)}.legend-item .dot.full{background:var(--muted)}@media (max-width:768px){.calendar-grid-wrapper{padding:1rem}.calendar-grid{gap:4px}.calendar-day{min-height:80px;padding:.25rem}.event-badge .title{display:none}.event-badge{padding:2px 4px;font-size:.7rem}}.calendar-grid-wrapper.mini{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;max-width:400px;margin:0;padding:1.5rem;box-shadow:0 10px 30px -10px #0000001a}.calendar-grid-wrapper.mini .calendar-day{min-height:48px;padding:.25rem}.calendar-grid-wrapper.mini .event-badge{padding:2px}.calendar-grid-wrapper.mini .event-badge .title{display:none}.calendar-grid-wrapper.mini .calendar-header h3{font-size:1rem}.calendar-grid-wrapper.mini .weekday-header{padding-bottom:.5rem}.calendar-grid-wrapper.mini .nav-button{width:28px;height:28px}.calendar-grid-wrapper.mini .calendar-legend{margin-top:1rem}
