.tpot-grid{--tpot-text:#1a1a1a;--tpot-text-muted:#8a8a8a;--tpot-border:rgba(0, 0, 0, 0.08);--tpot-accent:#1a1a1a;--tpot-today-bg:rgba(0, 0, 0, 0.03);--tpot-closed-color:#c0392b;max-width:480px;font-family:'Google Sans','Product Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.6;color:var(--tpot-text);border-top:1px solid var(--tpot-border);border-bottom:1px solid var(--tpot-border)}.tpot-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--tpot-border)}.tpot-row:last-child{border-bottom:0}.tpot-row.tpot-today{background:var(--tpot-today-bg);padding:12px 16px;margin:0 -16px;border-radius:6px;border-bottom-color:#fff0}.tpot-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--tpot-accent);margin-right:8px;flex-shrink:0;animation:tpot-pulse 2.5s ease-in-out infinite}@keyframes tpot-pulse{0%,100%{opacity:1}50%{opacity:.3}}.tpot-day{display:flex;align-items:center;font-weight:400;font-size:14px}.tpot-row.tpot-today .tpot-day{font-weight:600}.tpot-times{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.tpot-sep{margin:0 2px;color:var(--tpot-text-muted)}.tpot-closed-label{color:var(--tpot-closed-color);font-style:italic;font-size:14px}.tpot-row.tpot-closed .tpot-day{color:var(--tpot-text-muted)}.tpot-notes{margin-top:14px;padding-top:14px;border-top:1px solid var(--tpot-border);font-size:13px;color:var(--tpot-text-muted);line-height:1.5;font-style:italic}@media (max-width:520px){.tpot-grid{font-size:14px}.tpot-row.tpot-today{padding:11px 12px;margin:0 -12px}}.tpot-compact{--tpot-c-text:rgba(255, 255, 255, 0.5);--tpot-c-today:rgba(255, 255, 255, 0.95);--tpot-c-closed:#e07065;--tpot-c-border:rgba(255, 255, 255, 0.08);--tpot-c-dot:currentColor;font-family:'Google Sans','Product Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:13px;line-height:1.5;color:var(--tpot-c-text);max-width:260px}.tpot-c-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid var(--tpot-c-border)}.tpot-c-row:last-child{border-bottom:0}.tpot-c-row.tpot-c-today{color:var(--tpot-c-today)}.tpot-c-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--tpot-c-dot);margin-right:5px;flex-shrink:0;animation:tpot-pulse 2.5s ease-in-out infinite}.tpot-c-day{display:flex;align-items:center;font-size:13px}.tpot-c-row.tpot-c-today .tpot-c-day{font-weight:600}.tpot-c-times{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.tpot-c-sep{margin:0 1px;opacity:.5}.tpot-c-row.tpot-c-closed .tpot-c-times{color:var(--tpot-c-closed);font-style:italic}.tpot-c-row.tpot-c-closed .tpot-c-day{opacity:.4}.tpot-c-notes{margin-top:8px;padding-top:8px;border-top:1px solid var(--tpot-c-border);font-size:11px;opacity:.6;font-style:italic;line-height:1.4}