table { border-collapse: collapse; width: 100%; max-width: 720px; background: var(--surface-color); }
th { background: var(--surface-subtle); }
th, td { border: 1px solid var(--border-color); padding: 8px; text-align: left; }
caption { text-align: left; margin-bottom: 8px; font-weight: 600; }
:focus { outline: 3px solid var(--focus-color); outline-offset: 2px; }
