.schedule-section{display:grid;gap:calc(var(--space-5) / 2)}.schedule-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:0}.schedule-actions{display:inline-flex;gap:var(--space-2)}.schedule-grid{display:grid;grid-template-columns:minmax(280px,6fr) 4fr;gap:var(--space-5);align-items:start}.schedule-calendar{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface)}.schedule-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3);position:relative}.schedule-cal-title-wrap{position:relative}.schedule-cal-title{border:none;background:transparent;color:var(--text);cursor:pointer;font-weight:600;font-size:var(--text-sm);display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:var(--radius-sm)}.schedule-cal-title:after{content:"▾";font-size:.7em;color:var(--muted)}.schedule-cal-title:hover{background:#0f172a0f}.schedule-cal-picker{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-3);display:none;gap:var(--space-2);align-items:center;z-index:5}.schedule-cal-picker.is-open{display:grid;grid-template-columns:1fr 1fr auto}.schedule-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;font-size:var(--text-xs);color:var(--muted);text-transform:uppercase;margin-bottom:var(--space-2);text-align:center}.schedule-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.schedule-day{border:1px solid transparent;background:transparent;color:var(--text);border-radius:6px;padding:0;font-size:var(--text-xs);cursor:pointer;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.schedule-day.is-outside{color:var(--muted);opacity:.6}.schedule-day.is-today{border-color:var(--accent)}.schedule-day.has-events{background:var(--accent-weak)}.schedule-day.is-pinned{background:var(--pinned-bg);border-color:var(--pinned-border)}.schedule-day.is-today.is-pinned{border-color:var(--accent)}.schedule-day.is-selected{background:var(--accent);color:#fff}.schedule-list{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.schedule-list[data-list-mode=day] .schedule-items{grid-auto-rows:calc(var(--schedule-list-height, 0px) * .4)}.schedule-list[data-list-mode=day] .schedule-item{height:100%;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.schedule-list-header{display:flex;flex-direction:column;gap:2px;margin-bottom:var(--space-3)}.schedule-list-title{font-size:var(--text-sm);font-weight:600}.schedule-list-subtitle{font-size:var(--text-xs);color:var(--muted)}.schedule-items{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:var(--space-3);align-content:start;justify-content:start;flex:1;min-height:0;overflow:auto}.schedule-group{display:grid;gap:var(--space-2);align-content:start;align-items:start;align-self:start;justify-self:stretch;width:100%}.schedule-date{font-size:var(--text-xs);color:var(--muted);text-transform:uppercase}.schedule-item{display:grid;gap:4px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3);text-decoration:none;color:var(--text)}.schedule-item.is-pinned{background:var(--pinned-bg);border-color:var(--pinned-border)}.schedule-item:hover{border-color:var(--accent);text-decoration:none}.schedule-item-title{font-size:var(--text-sm);font-weight:600}.schedule-item-meta{font-size:var(--text-xs);color:var(--muted);display:flex;gap:var(--space-2)}.schedule-item-date{margin-left:auto;display:none;white-space:nowrap;color:var(--muted)}.schedule-item-summary{font-size:var(--text-sm);color:var(--muted);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.schedule-empty{color:var(--muted);font-size:var(--text-sm);padding:var(--space-4) 0}.schedule-data{display:none}@media (max-width: 900px){.content-block.schedule-section{border-radius:0;padding-top:var(--space-3);padding-bottom:var(--space-3)}.schedule-header{margin-bottom:0}.schedule-grid{grid-template-columns:1fr;gap:0;margin:0}.schedule-list{border:none;padding:0;background:transparent;border-radius:0}.schedule-list-header{display:none}.schedule-items{gap:var(--space-2);padding-top:var(--space-5)}.schedule-list[data-list-mode=day] .schedule-items{grid-auto-rows:auto}.schedule-list[data-list-mode=day] .schedule-item{height:auto}.schedule-date{display:none}.schedule-item-date{display:inline-flex}}
