:root{--timeline-ground:#F7F5FB;--timeline-card:#FFFFFF;--timeline-card-edge:transparent;--timeline-card-shadow:0 1px 2px rgba(22,19,26,0.05),0 2px 8px rgba(22,19,26,0.04);--timeline-gap-edge:#C9C3D3;--pill-tint:#F3EEFE;--pill-ink:#5B2BE0;--timeline-selected:oklch(0.965 0.03 310);--stretch-bg:#EFECF4}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--timeline-ground:#16131E;--timeline-card:#1C1922;--timeline-card-edge:#2E2839;--timeline-card-shadow:none;--timeline-gap-edge:#4A4358;--pill-tint:#2B2140;--pill-ink:#B79CFF;--timeline-selected:#2B2140;--stretch-bg:#241F2C}}:root[data-theme=dark]{--timeline-ground:#16131E;--timeline-card:#1C1922;--timeline-card-edge:#2E2839;--timeline-card-shadow:none;--timeline-gap-edge:#4A4358;--pill-tint:#2B2140;--pill-ink:#B79CFF;--timeline-selected:#2B2140;--stretch-bg:#241F2C}.tl-ground{background:var(--timeline-ground);margin:var(--space-3,12px) calc(-1 * var(--gutter, 16px)) 0;padding:0 var(--gutter,16px) 24px;--surface-day:var(--timeline-ground)}@media (min-width:768px){.tl-ground{margin:var(--space-3,12px) 0 0;padding:0 16px 24px;border-radius:22px}}.tl-ground .rail-node{box-shadow:0 0 0 1.5px var(--rail-covered),0 0 0 4.5px var(--timeline-ground)}.tl-ground .rail-node[data-gap]{box-shadow:0 0 0 3px var(--timeline-ground);background:var(--timeline-ground)}.tl-row{display:flex;gap:12px;align-items:flex-start;min-width:0;position:relative}.tl-row[data-cancelled]{opacity:.55}.tl-row[data-cancelled] .tl-title{text-decoration:line-through}.tl-card{flex:1 1;min-width:0;min-height:50px;display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:16px;background:var(--timeline-card);border:1px solid var(--timeline-card-edge);box-shadow:var(--timeline-card-shadow);color:var(--text-primary)}.tl-card[data-tentative]{border-style:dashed;border-color:var(--color-border-strong,var(--border))}.tl-tile{flex:0 0 30px;width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.tl-text{min-width:0;flex:1 1}.tl-title{font-size:15px;line-height:20px;font-weight:600;letter-spacing:-.2px}.tl-meta,.tl-title{text-wrap:pretty;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tl-meta{font-size:12px;line-height:17px;color:var(--text-tertiary)}.tl-doubt{color:var(--status-review)}.tl-time{flex:none;font-size:13px;color:var(--text-primary);white-space:nowrap;align-self:center}.tl-zone{font-size:11px;color:var(--text-tertiary)}.tl-dot{flex:0 0 7px;width:7px;height:7px;border-radius:999px;align-self:flex-start;margin-top:4px;background:var(--status-review-mark,var(--status-review))}.row-selected:has(.tl-row){background:none}.row-selected .tl-card{background:var(--timeline-selected);box-shadow:none}.tl-ground [data-day-header]{background:var(--timeline-ground)}.tint-pill{display:inline-flex;align-items:center;height:32px;padding:0 13px;border-radius:999px;border:none;background:var(--color-accent-subtle,var(--pill-tint));color:var(--accent);font:inherit;font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none;cursor:pointer}.tint-pill:hover{background:color-mix(in srgb,var(--accent) 14%,var(--color-accent-subtle,var(--pill-tint)));text-decoration:none}.hole-answers{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:6px;align-items:center}.hole-answer{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;font-size:13px;line-height:18px;font-weight:500;color:var(--text-tertiary);text-decoration:none;white-space:nowrap}.hole-answer:hover{color:var(--text-secondary)}.hole-answer:disabled{opacity:.6;cursor:default}.tl-gap{flex:1 1;min-width:0;border-radius:16px;border:1.5px dashed var(--timeline-gap-edge);padding:12px 14px;display:flex;flex-direction:column;gap:8px;color:var(--text-primary)}.tl-gap-title{font-size:15px;line-height:20px;font-weight:600;letter-spacing:-.2px}.tl-gap-body{font-size:13px;line-height:18px;color:var(--text-secondary);text-wrap:pretty}.tl-gap-terms{font-family:var(--font-mono);overflow-wrap:anywhere}.tl-gap-note,.tl-gap-terms{font-size:12px;line-height:16px;color:var(--text-tertiary)}.tl-sketch{flex:1 1;min-width:0;border-radius:16px;border:1px dashed var(--timeline-gap-edge);padding:11px 13px;display:flex;flex-direction:column;gap:9px;color:var(--text-tertiary)}.tl-sketch-head{display:flex;align-items:center;gap:10px}.tl-sketch-glyph{flex:none;opacity:.42;display:inline-flex}.tl-sketch-title{flex:1 1;min-width:0;font-size:15px;line-height:20px;font-weight:500;color:var(--text-tertiary)}.tl-sketch-clock{flex:none;font-family:var(--font-mono);font-size:13px;color:var(--text-tertiary)}.tl-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tl-card.row-fresh{animation-fill-mode:none}