/* ============================================================
   /export/ — AucKit 出品データ保存 のLP専用スタイル
   ============================================================
   色・余白は assets/style.css の CSS 変数に従う。
   ここで定義するのは、このページにしか出てこないモック(管理画面の再現)と
   その周辺だけ。共通クラス (.sect / .wrap / .btn / .detail-*) は再定義しない。

   モックに出す値はすべて架空のサンプル (サンプル商品A〜 / x123456789x /
   金額は500の倍数)。実データは一切載せないこと。
   ============================================================ */

/* ---- ヒーロー ---- */
.exicon { display: flex; align-items: center; gap: 15px; justify-content: center; margin-bottom: 34px; }
.exicon img { width: 68px; height: 68px; border-radius: 16px; display: block; }
.exicon__name { font-size: 19px; font-weight: 700; }
.exicon__sub { font-size: 12.5px; color: var(--text-mute); }

.exlead { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }
.exlead > * { min-width: 0; }
.exlead__points { margin: 0; padding: 0; list-style: none; }
.exlead__points li {
  position: relative; padding-left: 26px; margin-bottom: 22px;
  line-height: 1.75; color: var(--text-mid); font-size: 14.5px;
}
.exlead__points li:last-child { margin-bottom: 0; }
.exlead__points li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-bg); border: 2px solid var(--accent);
}
.exlead__points strong { display: block; font-size: 16px; color: var(--text); margin-bottom: 3px; }

.excta { text-align: center; margin-top: 48px; }
.excta__soon {
  display: inline-block; padding: 12px 24px; border-radius: 6px;
  background: #d3d1c7; color: #6a6a66; font-size: 15px; font-weight: 600;
}
.excta__note { margin-top: 12px; font-size: 13.5px; color: var(--text-mute); }

/* ---- 管理画面モック ---- */
.exmock {
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  background: #fff; box-shadow: 0 6px 22px rgba(20, 24, 40, .07);
}
.exmock__bar {
  height: 30px; background: #1f2430; color: #d7dbe4;
  display: flex; align-items: center; padding: 0 13px;
  font-size: 11.5px; font-weight: 700;
}
.exmock__body { padding: 15px 16px 17px; }
.exmock__row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.exmock__title { font-size: 15.5px; font-weight: 700; color: #1f2430; }
.exmock__meta { font-size: 11px; color: #8a93a5; }
.exmock__tabs { display: flex; gap: 6px; margin-top: 12px; }
.exmock__tab {
  font-size: 11px; font-weight: 700; padding: 5px 10px;
  border-radius: 6px; background: #f1f3f7; color: #77808f;
}
.exmock__tab.is-on { background: var(--accent); color: #fff; }
.exmock__opt {
  margin-top: 10px; border: 1.5px solid #e3e7ee; border-radius: 8px;
  padding: 9px 11px; display: flex; gap: 9px; align-items: flex-start;
}
.exmock__opt.is-on { border-color: var(--accent); background: #f2f7ff; }
.exmock__radio {
  width: 14px; height: 14px; border-radius: 50%; flex: 0 0 14px;
  border: 2px solid #c8cfdb; margin-top: 2px;
}
.exmock__opt.is-on .exmock__radio { border-color: var(--accent); background: radial-gradient(var(--accent) 0 3.5px, #fff 3.5px); }
.exmock__oname { font-size: 12.5px; font-weight: 800; color: #1f2430; }
.exmock__osub { font-size: 10.5px; color: #8a93a5; margin-top: 2px; }
.exmock__cta {
  margin-top: 12px; height: 34px; border-radius: 7px; background: var(--accent);
  color: #fff; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.exmock__note { margin-top: 9px; font-size: 10.5px; color: #8a93a5; line-height: 1.6; }
.exmock__warn {
  margin-top: 10px; background: #fffbeb; border: 1.5px solid #fde68a;
  border-radius: 7px; padding: 8px 10px;
  font-size: 10.5px; line-height: 1.6; color: #92400e; font-weight: 600;
}

/* 進捗バー */
.exbar { margin-top: 9px; height: 8px; border-radius: 99px; background: #eef1f6; overflow: hidden; }
.exbar > i { display: block; height: 100%; border-radius: 99px; background: var(--accent); }
.exfile { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0f2f6; }
.exfile__n { font-size: 11px; font-weight: 700; color: #39414f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exfile__s { font-size: 10.5px; color: #8a93a5; font-weight: 600; white-space: nowrap; }
.exfile__ok { font-size: 10px; font-weight: 800; color: var(--green); white-space: nowrap; }
.exfile__run { font-size: 10px; font-weight: 800; color: var(--accent); white-space: nowrap; }

/* 表形式のモック (HTML一覧) */
.extable { width: 100%; border-collapse: collapse; margin-top: 11px; }
.extable th {
  font-size: 10px; color: #8a93a5; font-weight: 700; text-align: left;
  padding: 0 0 7px; border-bottom: 1.5px solid #eef1f6;
}
.extable td { font-size: 11px; color: #39414f; font-weight: 600; padding: 6px 0; border-bottom: 1px solid #f4f6fa; }
.extable .num { text-align: right; font-variant-numeric: tabular-nums; }
.exthumb { width: 30px; height: 23px; border-radius: 3px; background: linear-gradient(135deg, #dbe6f7, #c9d6ee); }

/* 列チップ */
.exchips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.exchip {
  font-size: 10.5px; font-weight: 700; color: var(--accent);
  background: #eef5ff; border: 1.5px solid #9dc2f7; border-radius: 6px; padding: 5px 8px;
}
.exchip--off { color: #aeb6c3; background: #fafbfc; border-color: #e5e9f0; }

/* アカウントバー */
.exacct { border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 11px 14px; }
.exacct__row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.exacct__label { font-size: 11px; color: #77808f; }
.exacct__name { font-size: 14px; font-weight: 700; color: #1f2430; }
.exacct__btn { font-size: 11px; border: 1px solid var(--line); border-radius: 6px; padding: 3px 9px; color: var(--text-mid); }
.exacct__note { margin: 6px 0 0; font-size: 11px; color: var(--text-mute); line-height: 1.6; }
.exacct__file { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; }

/* ---- 機能セクション (図 + 説明の2カラム) ---- */
.exfeat { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 88px; }
.exfeat > * { min-width: 0; }
.exfeat:last-child { margin-bottom: 0; }
.exfeat--rev .exfeat__mock { order: 2; }
.exfeat__t { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 14px; line-height: 1.35; }
.exfeat__d { color: var(--text-mid); font-size: 15px; margin-bottom: 16px; }
.exfeat__list { list-style: none; margin: 0; padding: 0; }
.exfeat__list li { position: relative; padding-left: 18px; margin-bottom: 9px; font-size: 14px; color: var(--text-mid); line-height: 1.7; }
.exfeat__list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.exfeat__list strong { color: var(--text); font-weight: 600; }

/* ---- 比較表 ---- */
.excmp { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.excmp th, .excmp td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.excmp thead th { font-size: 13px; color: var(--text-mute); font-weight: 600; }
.excmp tbody th { font-weight: 600; width: 26%; }
.excmp td { color: var(--text-mid); }

/* ---- 所要時間 ---- */
.extime { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.extime__c { border: 1px solid var(--line); border-radius: 10px; padding: 20px; background: #fff; }
.extime__n { font-size: 13px; color: var(--text-mute); }
.extime__v { font-size: 27px; font-weight: 700; letter-spacing: -0.02em; margin: 6px 0 4px; }
.extime__s { font-size: 12.5px; color: var(--text-mute); line-height: 1.6; }

/* ---- 注意書き ---- */
.exnotice {
  border: 1px solid var(--line); background: var(--bg-alt);
  border-radius: 9px; padding: 16px 18px; font-size: 13.5px;
  color: var(--text-mid); line-height: 1.8;
}
.exfine { margin-top: 40px; font-size: 12px; color: var(--text-mute); line-height: 1.9; }

@media (max-width: 900px) {
  .exlead, .exfeat, .exfeat--rev { grid-template-columns: 1fr; gap: 28px; }
  .exfeat--rev .exfeat__mock { order: 0; }
  .extime { grid-template-columns: 1fr; }
}
