/* GOODSCOM 入稿アップローダー — 最小スタイル */

* { box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Yu Gothic", sans-serif;
  margin: 0;
  background: #f6f7f9;
  color: #222;
  line-height: 1.6;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 20px 80px;
}

h1 {
  font-size: 1.6rem;
  margin: 0 0 4px;
}

.subtitle {
  color: #666;
  margin: 0 0 24px;
  font-size: 0.95rem;
}

.intro p {
  margin: 0 0 8px;
}

.checklist {
  background: #fff7e6;
  border: 1px solid #f0d49a;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 16px 0 24px;
}

.checklist h2 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.checklist ul {
  margin: 0;
  padding-left: 1.2em;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.req {
  color: #c0392b;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 6px;
}

.opt {
  color: #888;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 6px;
}

.field input[type="text"],
.field input[type="email"],
.field select,
.field textarea {
  width: 100%;
  font-size: 1rem;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.field input[type="file"] {
  font-size: 0.95rem;
}

.hint {
  font-size: 0.85rem;
  color: #666;
  margin: 4px 0 0;
}

.notice {
  background: #fffdf5;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 20px;
  margin: 16px 0;
}

.notice h3 {
  font-size: 0.95rem;
  margin: 0 0 6px;
}

.notice ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 0.9rem;
}

.progress {
  margin: 16px 0;
}

.progress progress {
  width: 100%;
  height: 10px;
}

.error {
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 6px;
  padding: 10px 14px;
  margin: 12px 0;
  color: #b00020;
}

button[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #2d5fa8;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

button[type="submit"]:hover { background: #234c87; }
button[type="submit"]:disabled { background: #999; cursor: not-allowed; }

.complete-title {
  color: #1b7a3a;
}

.error-title {
  color: #b00020;
}

.complete-detail dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 16px;
  margin: 16px 0;
  font-size: 0.95rem;
}

.complete-detail dt {
  font-weight: 600;
  color: #555;
}
