/* GMOサイン状況タブ（gmo-sign-section.ts）。ベースの表・ボタンは fm- を流用し、
   ここには本タブ固有の装飾のみ置く。プレフィックスは .gss- */

.gss-head-sub { margin: 4px 0 0; font-size: 12px; color: #6b7280; }
.gss-loading { padding: 40px; text-align: center; color: #6b7280; }
.gss-error { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; border-radius: 8px; padding: 14px; font-size: 14px; }
.gss-empty { background: #fff; border: 1px dashed #d1d5db; border-radius: 8px; padding: 32px; text-align: center; color: #6b7280; font-size: 14px; }

.gss-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.gss-summary { display: flex; gap: 8px; flex-wrap: wrap; }
.gss-chip { font-size: 12px; padding: 4px 10px; border-radius: 999px; background: #f3f4f6; color: #374151; }
.gss-chip-waiting { background: #fef3c7; color: #92400e; }
.gss-chip-expired { background: #fee2e2; color: #b91c1c; }
.gss-chip-done { background: #dcfce7; color: #166534; }
.gss-chip-dead { background: #f3f4f6; color: #6b7280; }
.gss-filter { border: 1px solid #d1d5db; border-radius: 6px; padding: 6px 10px; font-size: 13px; background: #fff; }
.gss-toolbar-right { display: flex; align-items: center; gap: 12px; }
.gss-include-test { font-size: 12px; color: #6b7280; display: inline-flex; align-items: center; gap: 4px; cursor: pointer; white-space: nowrap; }

.gss-table-scroll { overflow-x: auto; }

.gss-badge { display: inline-block; font-size: 12px; padding: 2px 8px; border-radius: 999px; white-space: nowrap; }
.gss-badge-waiting { background: #fef3c7; color: #92400e; }
.gss-badge-expired { background: #fee2e2; color: #b91c1c; font-weight: 600; }
.gss-badge-done { background: #dcfce7; color: #166534; }
.gss-badge-dead { background: #f3f4f6; color: #6b7280; }
.gss-badge-idle { background: #eef2ff; color: #4338ca; }

.gss-signer { margin-bottom: 4px; line-height: 1.7; }
.gss-signer:last-child { margin-bottom: 0; }
.gss-order { display: inline-block; width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; background: #e5e7eb; color: #374151; font-size: 11px; margin-right: 2px; }
.gss-reject { font-size: 12px; color: #b91c1c; margin-left: 22px; }

.gss-sub { font-size: 12px; color: #9ca3af; font-weight: normal; }
.gss-xid { font-size: 11px; color: #9ca3af; font-family: ui-monospace, SFMono-Regular, monospace; margin-top: 2px; }
.gss-due-expired { color: #b91c1c; font-weight: 600; white-space: nowrap; }
.gss-more { margin-top: 12px; display: flex; align-items: center; gap: 10px; }
