/* ============================================================
   BestReview legal.css — 法務ページ共通スタイル
   利用規約 / 免責事項 / プライバシーポリシー / ガイドライン
   お問い合わせ / 削除依頼
   ============================================================ */

/* ── 法務ページ全体レイアウト ── */
.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px 60px;
}

/* ── ページヘッダー ── */
.legal-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.legal-hero::after {
  content: '';
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,.03);
  border-radius: 50%;
}
.legal-hero-icon {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.legal-hero-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.legal-hero-sub {
  font-size: .84rem;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
}
.legal-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.75);
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 10px;
}

/* ── 信頼バッジバー ── */
.trust-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .76rem;
  color: #166534;
  font-weight: 600;
}
.trust-bar-item::before {
  content: '✓';
  font-weight: 900;
  color: #16a34a;
}

/* ── 目次（TOC） ── */
.legal-toc {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 28px;
}
.legal-toc-title {
  font-size: .8rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.legal-toc-list li a {
  font-size: .8rem;
  color: #3b82f6;
  text-decoration: none;
  padding: 2px 0;
  display: block;
}
.legal-toc-list li a:hover { text-decoration: underline; }
.legal-toc-list li::before {
  content: '§ ';
  color: #94a3b8;
  font-size: .72rem;
}

/* ── セクション ── */
.legal-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 26px 28px;
  margin-bottom: 16px;
  scroll-margin-top: 80px;
}
.legal-section + .legal-section { margin-top: 0; }

.legal-section-num {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 4px;
  margin-bottom: 8px;
  letter-spacing: .04em;
}
.legal-section-title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
}
.legal-section-title .ls-icon {
  font-size: 1.1rem;
}
.legal-body {
  font-size: .86rem;
  color: #374151;
  line-height: 1.85;
}
.legal-body p { margin-bottom: 12px; }
.legal-body p:last-child { margin-bottom: 0; }
.legal-body ul, .legal-body ol {
  padding-left: 20px;
  margin-bottom: 12px;
}
.legal-body li { margin-bottom: 5px; }
.legal-body strong { color: #0f172a; font-weight: 700; }

/* ── 禁止事項ボックス ── */
.prohibited-box {
  background: #fef2f2;
  border: 1px solid #fecdd3;
  border-left: 4px solid #dc2626;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 14px 0;
}
.prohibited-box-title {
  font-size: .82rem;
  font-weight: 900;
  color: #991b1b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.prohibited-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.prohibited-list li {
  font-size: .8rem;
  color: #7f1d1d;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.5;
}
.prohibited-list li::before {
  content: '✗';
  color: #dc2626;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── 推奨事項ボックス ── */
.recommended-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #16a34a;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 14px 0;
}
.recommended-box-title {
  font-size: .82rem;
  font-weight: 900;
  color: #166534;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.recommended-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.recommended-list li {
  font-size: .8rem;
  color: #14532d;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.5;
}
.recommended-list li::before {
  content: '✓';
  color: #16a34a;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── 例示ボックス（良い例・悪い例） ── */
.example-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}
.example-bad, .example-good {
  border-radius: 8px;
  padding: 12px 14px;
}
.example-bad {
  background: #fef2f2;
  border: 1px solid #fecdd3;
}
.example-good {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}
.example-label {
  font-size: .68rem;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.example-bad .example-label  { color: #dc2626; }
.example-good .example-label { color: #16a34a; }
.example-text {
  font-size: .78rem;
  line-height: 1.55;
  color: #374151;
  font-style: italic;
}
@media (max-width: 600px) {
  .example-pair { grid-template-columns: 1fr; }
}

/* ── 注意ハイライトボックス ── */
.info-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0;
  font-size: .82rem;
  color: #1e40af;
  line-height: 1.65;
}
.warning-box {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 4px solid #f97316;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0;
  font-size: .82rem;
  color: #9a3412;
  line-height: 1.65;
}
.warning-box strong, .info-box strong {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

/* ── フォーム共通スタイル ── */
.legal-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label {
  font-size: .82rem;
  font-weight: 700;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-label .required {
  background: #dc2626;
  color: #fff;
  font-size: .62rem;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 700;
}
.form-label .optional {
  background: #94a3b8;
  color: #fff;
  font-size: .62rem;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 700;
}
.form-input, .form-select, .form-textarea {
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: .88rem;
  font-family: inherit;
  color: #0f172a;
  background: #fff;
  transition: border-color .18s, box-shadow .18s;
  width: 100%;
  box-sizing: border-box;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.12);
}
.form-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.65;
}
.form-hint {
  font-size: .74rem;
  color: #64748b;
  line-height: 1.5;
}
.form-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.form-submit-btn {
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  color: #fff;
  font-weight: 900;
  font-size: .96rem;
  padding: 14px 40px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: all .18s;
  font-family: inherit;
  letter-spacing: .02em;
}
.form-submit-btn:hover {
  background: linear-gradient(135deg, #1e293b, #1e40af);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(15,23,42,.25);
}
.form-submit-note {
  font-size: .72rem;
  color: #64748b;
  text-align: center;
}

/* ── チェックボックス同意 ── */
.form-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
}
.form-agree input[type="checkbox"] {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: #0f172a;
  cursor: pointer;
}
.form-agree-text {
  font-size: .8rem;
  color: #374151;
  line-height: 1.6;
}
.form-agree-text a {
  color: #3b82f6;
  text-decoration: underline;
}

/* ── 完了メッセージ ── */
.form-success {
  display: none;
  background: #f0fdf4;
  border: 2px solid #16a34a;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}
.form-success-icon { font-size: 2.8rem; margin-bottom: 10px; }
.form-success-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #166534;
  margin-bottom: 6px;
}
.form-success-sub {
  font-size: .82rem;
  color: #166534;
  line-height: 1.6;
}

/* ── 法務ページ ナビパンくず ── */
.legal-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  color: #64748b;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.legal-nav a { color: #3b82f6; text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-nav .sep { color: #cbd5e1; }

/* ── 法務リンク集（ページ末尾） ── */
.legal-links-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.legal-links-bar a {
  font-size: .76rem;
  color: #64748b;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: all .15s;
}
.legal-links-bar a:hover {
  color: #0f172a;
  border-color: #94a3b8;
}

/* ── 更新日バッジ ── */
.last-updated {
  font-size: .72rem;
  color: #94a3b8;
  text-align: right;
  margin-bottom: 6px;
}

/* ── モバイル対応 ── */
@media (max-width: 600px) {
  .legal-page { padding: 16px 14px 40px; }
  .legal-hero { padding: 22px 18px; }
  .legal-hero-title { font-size: 1.3rem; }
  .legal-section { padding: 18px 16px; }
  .trust-bar { padding: 10px 14px; }
}

/* ============================================================
   投稿ページ強化 — 承認制・安全UI
   ============================================================ */

/* ── 投稿前 安全宣言バナー ── */
.post-safety-banner {
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 20px;
  color: #fff;
}
.psb-title {
  font-size: .92rem;
  font-weight: 900;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.psb-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.psb-item {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: .74rem;
  color: rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ── 承認フロー説明 ── */
.approval-flow {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 6px;
}
.af-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 80px;
}
.af-step-num {
  width: 26px;
  height: 26px;
  background: #f97316;
  color: #fff;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.af-step-label {
  font-size: .66rem;
  color: #9a3412;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.af-arrow {
  color: #f97316;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ── NGワードリアルタイム警告 ── */
.ng-warning {
  display: none;
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 6px;
  font-size: .78rem;
  color: #991b1b;
  font-weight: 600;
  align-items: center;
  gap: 6px;
}
.ng-warning.show {
  display: flex;
}

/* ── スパム対策カウンター表示 ── */
.char-counter {
  font-size: .72rem;
  color: #64748b;
  text-align: right;
  margin-top: 3px;
}
.char-counter.warn { color: #f97316; }
.char-counter.over { color: #dc2626; font-weight: 700; }

/* ── 削除依頼 タイプ選択カード ── */
.removal-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
.removal-type-card {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all .18s;
  text-align: center;
}
.removal-type-card:hover,
.removal-type-card.selected {
  border-color: #0f172a;
  background: #f8fafc;
}
.removal-type-card.selected {
  background: #0f172a;
}
.removal-type-card.selected .rtc-title,
.removal-type-card.selected .rtc-sub {
  color: #fff;
}
.rtc-icon { font-size: 1.6rem; margin-bottom: 6px; }
.rtc-title { font-size: .84rem; font-weight: 700; color: #0f172a; margin-bottom: 3px; }
.rtc-sub   { font-size: .72rem; color: #64748b; line-height: 1.4; }

/* ── 対応状況バッジ ── */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}
.status-badge.pending  { background: #fff7ed; color: #c2410c; border: 1px solid #fed7aa; }
.status-badge.review   { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.status-badge.done     { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }

/* ============================================================
   法務ページ拡張スタイル（Session 2追加分）
   ============================================================ */

/* ── ヒーローセクション拡張 ── */
.legal-hero {
  background: linear-gradient(135deg, #0a0a0f 0%, #0f172a 50%, #1e293b 100%);
  padding: 60px 0 48px;
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.legal-hero-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--accent-blue, #00d4ff);
  text-transform: uppercase;
  margin-bottom: 14px;
  background: rgba(0,212,255,.08);
  border: 1px solid rgba(0,212,255,.2);
  padding: 4px 14px;
  border-radius: 20px;
}
.legal-hero-desc {
  font-size: .95rem;
  color: rgba(255,255,255,.65);
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 0;
}
.legal-hero-desc a { color: var(--accent-blue, #00d4ff); }
.legal-hero-meta {
  font-size: .78rem;
  color: rgba(255,255,255,.4);
  margin-top: 14px;
}

/* ── 信頼バッジバー（ダークテーマ対応版） ── */
.trust-bar {
  background: rgba(255,255,255,.03);
  border-top: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 12px 0;
  margin-bottom: 0;
}
.trust-bar-inner {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.trust-bar .trust-bar-item {
  color: rgba(255,255,255,.6);
  font-size: .76rem;
  font-weight: 600;
}
.trust-bar .trust-bar-item::before {
  content: '✓';
  color: #00d4ff;
  font-weight: 900;
  margin-right: 4px;
}

/* ── レイアウト：メイン＋サイドバー ── */
.legal-page {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  max-width: 1100px;
  padding: 40px 20px 80px;
  align-items: start;
}
@media (max-width: 860px) {
  .legal-page {
    grid-template-columns: 1fr;
  }
  .legal-sidebar { order: -1; }
}

.legal-main { min-width: 0; }

/* ── セクション（ダークテーマ対応版） ── */
.legal-section {
  background: var(--bg-card, #0f0f14);
  border: 1px solid var(--border, rgba(255,255,255,.07));
  border-radius: 14px;
  padding: 28px 30px;
  margin-bottom: 16px;
  scroll-margin-top: 80px;
}
.legal-section-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary, #f0f0f0);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border, rgba(255,255,255,.07));
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-num {
  display: inline-block;
  background: var(--accent-blue, #00d4ff);
  color: #000;
  font-size: .68rem;
  font-weight: 900;
  padding: 2px 10px;
  border-radius: 4px;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.legal-body {
  font-size: .88rem;
  color: var(--text-secondary, rgba(255,255,255,.7));
  line-height: 1.85;
}
.legal-body p { margin-bottom: 14px; }
.legal-body p:last-child { margin-bottom: 0; }
.legal-list {
  padding-left: 0;
  margin: 10px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-list li {
  padding-left: 18px;
  position: relative;
  font-size: .87rem;
  color: var(--text-secondary, rgba(255,255,255,.7));
  line-height: 1.7;
}
.legal-list li::before {
  content: '•';
  position: absolute;
  left: 4px;
  color: var(--accent-blue, #00d4ff);
  font-weight: 900;
}

/* ── 目次（ダークテーマ） ── */
.legal-toc {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.legal-toc-title {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-secondary, rgba(255,255,255,.5));
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.legal-toc-list li::before { content: none; }
.legal-toc-list li a {
  font-size: .82rem;
  color: var(--accent-blue, #00d4ff);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  opacity: .85;
  transition: opacity .15s;
}
.legal-toc-list li a:hover { opacity: 1; text-decoration: underline; }
.legal-toc-list li { counter-increment: toc; }
.legal-toc-list li a::before {
  content: counter(toc, decimal-leading-zero) ".";
  font-size: .72rem;
  color: var(--text-muted, rgba(255,255,255,.3));
  font-weight: 700;
  min-width: 24px;
}

/* ── 情報ボックス（ダークテーマ） ── */
.info-box {
  background: rgba(0,212,255,.06);
  border: 1px solid rgba(0,212,255,.2);
  border-left: 3px solid var(--accent-blue, #00d4ff);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0;
  font-size: .84rem;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
}
.info-box strong {
  color: var(--accent-blue, #00d4ff);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.warning-box {
  background: rgba(249,115,22,.06);
  border: 1px solid rgba(249,115,22,.25);
  border-left: 3px solid #f97316;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0;
  font-size: .84rem;
  color: rgba(255,200,100,.9);
  line-height: 1.7;
}
.warning-box strong {
  color: #f97316;
  font-weight: 700;
}

/* ── 禁止事項ボックス（ダークテーマ） ── */
.prohibited-box {
  background: rgba(220,38,38,.06);
  border: 1px solid rgba(220,38,38,.25);
  border-left: 3px solid #dc2626;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 14px 0;
}
.prohibited-box-title {
  font-size: .85rem;
  font-weight: 800;
  color: #f87171;
  margin-bottom: 12px;
}
.prohibited-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prohibited-list li {
  font-size: .83rem;
  color: rgba(255,200,200,.8);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
  padding-left: 0;
}
.prohibited-list li::before {
  content: '✗';
  color: #dc2626;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.prohibited-detail {
  display: block;
  font-size: .76rem;
  color: rgba(255,255,255,.4);
  margin-top: 2px;
}

/* ── 推奨事項ボックス（ダークテーマ） ── */
.recommended-box {
  background: rgba(0,255,136,.04);
  border: 1px solid rgba(0,255,136,.2);
  border-left: 3px solid #00ff88;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 14px 0;
}
.recommended-box-title {
  font-size: .85rem;
  font-weight: 800;
  color: #4ade80;
  margin-bottom: 12px;
}
.recommended-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recommended-list li {
  font-size: .83rem;
  color: rgba(200,255,220,.8);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
  padding-left: 0;
}
.recommended-list li::before {
  content: '✓';
  color: #00ff88;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.recommended-detail {
  display: block;
  font-size: .76rem;
  color: rgba(255,255,255,.4);
  margin-top: 2px;
}

/* ── 例示ボックス（ダークテーマ） ── */
.example-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
}
@media (max-width: 600px) { .example-pair { grid-template-columns: 1fr; } }
.example-bad {
  background: rgba(220,38,38,.06);
  border: 1px solid rgba(220,38,38,.2);
  border-radius: 10px;
  padding: 14px 16px;
}
.example-good {
  background: rgba(0,255,136,.04);
  border: 1px solid rgba(0,255,136,.15);
  border-radius: 10px;
  padding: 14px 16px;
}
.example-label {
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.example-bad .example-label  { color: #f87171; }
.example-good .example-label { color: #4ade80; }
.example-text {
  font-size: .82rem;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  font-style: italic;
}
.example-reason {
  font-size: .74rem;
  color: rgba(255,255,255,.4);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.06);
}

/* ── 投稿前安全宣言バナー（guidlinesページ用） ── */
.post-safety-banner {
  background: linear-gradient(135deg, #0a0a0f, #0f172a);
  border: 1px solid rgba(0,212,255,.15);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 0;
}
.psb-title {
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
.psb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 500px) { .psb-grid { grid-template-columns: 1fr; } }
.psb-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.psb-icon { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }
.psb-text {
  font-size: .82rem;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
}
.psb-text strong { color: #fff; display: block; margin-bottom: 2px; }

/* ── 承認フロー（ダークテーマ） ── */
.approval-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  background: rgba(249,115,22,.06);
  border: 1px solid rgba(249,115,22,.2);
  border-radius: 12px;
  padding: 24px 20px;
  margin: 16px 0;
}
.af-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 70px;
}
.af-step-num {
  width: 28px; height: 28px;
  background: #f97316;
  color: #fff;
  border-radius: 50%;
  font-size: .72rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.af-step-icon { font-size: 1.4rem; line-height: 1; }
.af-step-label { font-size: .76rem; font-weight: 700; color: rgba(255,200,100,.9); text-align: center; }
.af-step-desc  { font-size: .68rem; color: rgba(255,255,255,.45); text-align: center; }
.af-step-final .af-step-num { background: #00d4ff; color: #000; }
.af-arrow { color: #f97316; font-size: 1.2rem; line-height: 2; }

/* ── フォーム共通（ダークテーマ） ── */
.legal-form-wrap {
  background: var(--bg-card, #0f0f14);
  border: 1px solid var(--border, rgba(255,255,255,.07));
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.legal-form { display: flex; flex-direction: column; gap: 0; }
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: .83rem;
  font-weight: 700;
  color: var(--text-primary, #f0f0f0);
  margin-bottom: 8px;
}
.form-input, .form-select-styled {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  color: var(--text-primary, #f0f0f0);
  font-size: .88rem;
  font-family: inherit;
  transition: border-color .18s, box-shadow .18s;
  outline: none;
}
.form-input:focus, .form-select-styled:focus {
  border-color: var(--accent-blue, #00d4ff);
  box-shadow: 0 0 0 3px rgba(0,212,255,.1);
}
.form-input::placeholder { color: rgba(255,255,255,.25); }
.form-input option, .form-select-styled option { background: #1a1a2e; }

/* ── チェックボックス同意（ダークテーマ） ── */
.form-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
}
.form-agree input[type="checkbox"] {
  width: 16px; height: 16px;
  flex-shrink: 0; margin-top: 2px;
  accent-color: var(--accent-blue, #00d4ff);
}
.form-agree span {
  font-size: .83rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

/* ── 送信ボタン ── */
.form-submit-btn {
  background: var(--accent-blue, #00d4ff);
  color: #000;
  font-weight: 800;
  font-size: .95rem;
  font-family: inherit;
  padding: 14px 44px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .02em;
}
.form-submit-btn:hover {
  background: #33ddff;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,212,255,.3);
}

/* ── 送信完了メッセージ ── */
.form-success {
  background: rgba(0,255,136,.05);
  border: 1px solid rgba(0,255,136,.25);
  border-radius: 14px;
  padding: 36px;
  text-align: center;
}
.form-success-icon  { font-size: 3rem; margin-bottom: 12px; }
.form-success-title { font-size: 1.2rem; font-weight: 900; color: #4ade80; margin-bottom: 10px; }
.form-success-desc  { font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.8; }

/* ── 削除依頼タイプ選択カード ── */
.removal-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.removal-type-card {
  background: rgba(255,255,255,.03);
  border: 2px solid rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 16px 14px;
  cursor: pointer;
  transition: all .18s;
  text-align: center;
}
.removal-type-card:hover {
  border-color: rgba(0,212,255,.4);
  background: rgba(0,212,255,.05);
}
.removal-type-card.active {
  border-color: var(--accent-blue, #00d4ff);
  background: rgba(0,212,255,.08);
}
.rtc-icon  { font-size: 1.8rem; margin-bottom: 8px; }
.rtc-title { font-size: .84rem; font-weight: 700; color: var(--text-primary, #f0f0f0); margin-bottom: 4px; }
.rtc-desc  { font-size: .72rem; color: rgba(255,255,255,.45); line-height: 1.4; }

/* ── サイドバー ── */
.legal-sidebar { display: flex; flex-direction: column; gap: 20px; }
.legal-sidebar-card {
  background: var(--bg-card, #0f0f14);
  border: 1px solid var(--border, rgba(255,255,255,.07));
  border-radius: 14px;
  overflow: hidden;
}
.legal-sidebar-card-title {
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 12px 16px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-secondary, rgba(255,255,255,.5));
  letter-spacing: .06em;
  text-transform: uppercase;
}
.legal-sidebar-nav {
  list-style: none;
  padding: 10px 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.legal-sidebar-nav a {
  display: block;
  padding: 9px 12px;
  font-size: .84rem;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  border-radius: 8px;
  transition: all .15s;
}
.legal-sidebar-nav a:hover { background: rgba(255,255,255,.05); color: #fff; }
.legal-sidebar-nav a.active {
  background: rgba(0,212,255,.1);
  color: var(--accent-blue, #00d4ff);
  font-weight: 700;
}
.legal-trust-list {
  list-style: none;
  padding: 14px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-trust-list li {
  font-size: .82rem;
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 0;
}
.legal-sidebar-cta {
  background: linear-gradient(135deg, #021a10, #031f14);
  border: 1px solid rgba(6,199,85,.2);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}
.legal-sidebar-cta p {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 12px;
  line-height: 1.6;
}
.legal-cta-btn {
  display: inline-block;
  background: #06C755;
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .2s;
}
.legal-cta-btn:hover { background: #05b34a; transform: translateY(-1px); }

/* ── モバイル対応（追加分） ── */
@media (max-width: 600px) {
  .legal-page { padding: 24px 16px 60px; gap: 20px; }
  .legal-hero { padding: 44px 16px 36px; }
  .legal-hero-title { font-size: 1.6rem; }
  .legal-section { padding: 20px 18px; }
  .removal-type-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-form-wrap { padding: 22px 18px; }
}
