/* SaaS工場 フロント共通キット用の最小スタイル */
html[data-guard="pending"] body, html[data-guard="denied"] body { visibility: hidden; }

.saaskit-loading, .saaskit-empty, .saaskit-error { padding: 16px; border-radius: 8px; font-size: 14px; }
.saaskit-loading { color: #555; background: #f4f5f7; }
.saaskit-empty { color: #555; background: #fafafa; border: 1px dashed #ccc; }
.saaskit-error { color: #8a1c1c; background: #fdecec; border: 1px solid #f3b4b4; }
.saaskit-error-msg { margin: 0 0 8px; }

.saaskit-btn { display: inline-block; margin: 4px 8px 0 0; padding: 8px 14px; border: 1px solid #888; border-radius: 6px; background: #fff; color: #222; font-size: 14px; text-decoration: none; cursor: pointer; }
.saaskit-btn[disabled], button[aria-busy="true"] { opacity: .55; cursor: progress; }

[data-result="pending"] { color: #555; }
[data-result="success"] { color: #1b6e2e; }
[data-result="failure"] { color: #8a1c1c; }
[data-result="needs_review"] { color: #7a4d00; background: #fff4d6; padding: 6px 8px; border-radius: 6px; font-weight: 600; }

.saaskit-fatal { position: fixed; inset: 0; z-index: 2147483647; background: rgba(255,255,255,.97); padding: 48px 24px; text-align: center; visibility: visible; }
.saaskit-fatal h2 { font-size: 20px; margin: 0 0 12px; }
.saaskit-fatal-detail { color: #777; font-size: 12px; }
