:root{--text:#0f172a;--muted:#64748b;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--accent:#2563eb;--accent-fg:#fff;--accent-border:#2563eb73;--danger:#b91c1c;color:var(--text);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--text:#f1f5f9;--muted:#94a3b8;--bg:#0f172a;--surface:#1e293b;--border:#334155;--accent:#3b82f6;--accent-fg:#f8fafc;--accent-border:#3b82f68c;--danger:#fca5a5}}body{margin:0}#root{min-height:100vh}a{color:var(--accent)}a:hover{text-decoration:underline}.shell{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.shell--narrow{max-width:420px}.page-title{letter-spacing:-.02em;text-wrap:balance;margin:0 0 .35rem;font-size:1.5rem;font-weight:600;line-height:1.25}.muted{color:var(--muted);margin:0 0 1rem;font-size:.95rem}.toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.toolbar>div:first-child{flex:12rem;min-width:0}.toolbar__user{margin:0 0 .35rem;font-size:.9rem;line-height:1.35}.toolbar__user-label{color:var(--muted)}.toolbar__user-email{word-break:break-word;font-weight:500}.toolbar__actions{flex-wrap:wrap;gap:.5rem;display:flex}.login-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.login-actions{flex-direction:column;gap:.5rem;margin-top:.35rem;display:flex}.login-hint{margin-top:1rem;font-size:.82rem;line-height:1.45}.field{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.field input{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;border-radius:8px;padding:.55rem .65rem}.form-error{color:var(--danger);margin:0;font-size:.9rem}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;border-radius:8px;padding:.55rem 1rem}.btn:hover{border-color:var(--accent-border)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn--primary:hover:not(:disabled){filter:brightness(1.06)}.btn--ghost{background:0 0}.banner{border-radius:8px;margin-bottom:1rem;padding:.65rem 1rem}.banner--error{color:var(--danger);background:#ef44441f;border:1px solid #ef444459}.banner--success{color:var(--text);background:#22c55e1f;border:1px solid #22c55e59}.program-filter{flex-direction:column;gap:.5rem;max-width:min(100%,52rem);margin-bottom:1.25rem;display:flex}.program-filter__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1.25rem;display:flex}.program-filter__row:has(.program-filter__details[open]){align-items:flex-start}.program-filter__dropdown-wrap{flex-direction:column;flex:14rem;gap:.4rem;min-width:0;display:flex}.program-filter__today-wrap{flex-direction:column;flex:none;justify-content:flex-end;align-items:flex-end;max-width:18rem;display:flex}.program-filter__label{font-size:.9rem;font-weight:500}.program-filter__today{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.program-filter__today input{flex-shrink:0;width:1rem;height:1rem}.program-filter__details{border:1px solid var(--border);background:var(--surface);border-radius:8px}.program-filter__details[open] .program-filter__chevron{transform:rotate(135deg)}.program-filter__summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .65rem;font-size:.9rem;list-style:none;display:flex}.program-filter__summary::-webkit-details-marker{display:none}.program-filter__summary-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.program-filter__chevron{border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);opacity:.75;flex-shrink:0;width:.45rem;height:.45rem;margin-top:-.15rem;transform:rotate(-45deg)}.program-filter__panel{border-top:1px solid var(--border);flex-direction:column;gap:.45rem;padding:.5rem .65rem .65rem;display:flex}.program-filter__search{border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;box-sizing:border-box;border-radius:6px;width:100%;padding:.45rem .55rem;font-size:.88rem}.program-filter__toolbar{flex-wrap:wrap;gap:.35rem;display:flex}.btn--compact{padding:.35rem .65rem;font-size:.82rem}.program-filter__list{flex-direction:column;gap:.15rem;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.program-filter__option{cursor:pointer;border-radius:4px;align-items:flex-start;gap:.5rem;padding:.25rem .15rem;font-size:.88rem;line-height:1.35;display:flex}.program-filter__option:hover{background:var(--bg)}.program-filter__option input{flex-shrink:0;margin-top:.2rem}.program-filter__option-label{word-break:break-word;flex:1;min-width:0}.program-filter__empty,.program-filter__hint{color:var(--muted);margin:0;font-size:.82rem}.program-block{margin-bottom:2rem}.program-block__title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.15rem;font-weight:600}.section-date-block{margin-bottom:1.5rem}.section-date-block:last-child{margin-bottom:0}.section-date-block__title{color:var(--muted);letter-spacing:-.01em;margin:0 0 .65rem;font-size:.95rem;font-weight:600}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.card__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.card__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35}.card__link{flex-shrink:0;font-size:.85rem}.card__badges{flex-wrap:wrap;gap:.35rem;display:flex}.badge{border:1px solid var(--border);border-radius:6px;padding:.2rem .45rem;font-size:.72rem;font-weight:500}.badge--muted{opacity:.95}.badge--ok{background:#22c55e1f;border-color:#22c55e73}.badge--warn{background:#eab3081f;border-color:#eab30873}.badge--bad{background:#ef44441f;border-color:#ef444473}.card__generated{flex-direction:column;gap:.5rem;padding-top:.15rem;display:flex}.card__gen-block{color:var(--text);margin:0;font-size:.85rem;line-height:1.45}.card__gen-block--stacked .card__gen-label{display:block}.card__gen-block--stacked .card__gen-value{margin-top:.25rem;display:block}.card__gen-block--multiline .card__gen-value{white-space:pre-wrap;word-break:break-word}.card__gen-label{color:var(--muted);font-weight:600}.card__gen-value{font-weight:400}.card__meta{color:var(--muted);margin:0;font-size:.8rem}.card__error{color:var(--danger);background:#ef444414;border-radius:8px;margin:0;padding:.5rem .6rem;font-size:.85rem}.card__expand{flex-direction:column;gap:.5rem;display:flex}.card__transcript{border:1px solid var(--border);background:var(--bg);white-space:pre-wrap;word-break:break-word;border-radius:8px;max-height:320px;margin:0;padding:.65rem .75rem;font-size:.78rem;line-height:1.45;overflow:auto}
