.oa-panel { display: grid; gap: 24px; min-width: 0; }
.oa-panel > * { min-width: 0; }
.oa-sync, .oa-reauthorize { padding: 20px; border: 1px solid var(--ui-line); border-radius: var(--ui-radius); background: var(--ui-surface); }
.oa-sync h3, .oa-reauthorize h3 { margin: 0 0 12px; font-size: 16px; }
.oa-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 12px; }
.oa-status { font-weight: 600; line-height: 1.7; }
.oa-sync caption { text-align: left; padding: 12px 0; font-weight: 600; }
.oa-sync table { min-width: 0; table-layout: fixed; }
.oa-sync :is(th,td) { white-space: normal; overflow-wrap: anywhere; }
.oa-sync :is(th,td):first-child { position: static; min-width: 0; }
.oa-sync :is(th,td):last-child { text-align: left; }
.oa-sync td { vertical-align: top; }
.oa-sub { display: block; color: var(--ui-muted); margin-top: 6px; font-size: 12px; overflow-wrap: anywhere; }
.oa-sync summary { cursor: pointer; }
.oa-accounts { list-style: none; padding: 0; margin: 12px 0; max-height: 360px; overflow-y: auto; }
.oa-accounts li { padding: 8px 0; border-bottom: 1px solid var(--ui-line); }
.oa-sync :focus-visible { outline: 2px solid var(--ui-accent); outline-offset: 3px; }
