
/* AI Review Assistant v2.0.1 */
.ara-app {
  --ara-card: rgba(255,255,255,.92);
  --ara-text: #1f2933;
  --ara-muted: #697386;
  --ara-accent: #d97706;
  --ara-accent-2: #f59e0b;
  --ara-accent-dark: #92400e;
  --ara-line: rgba(31,41,51,.09);
  --ara-cta-bg: linear-gradient(135deg, #1f2937, #111827);
  --ara-cta-text: #fff;
  --ara-font: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ara-radius: 26px;
  --ara-card-shadow: 0 14px 38px rgba(23, 31, 44, .06);
  max-width: 560px;
  margin: 0 auto;
  padding: 18px 16px 40px;
  color: var(--ara-text);
  font-family: var(--ara-font);
  background:
    radial-gradient(circle at 20% 0%, rgba(251,191,36,.20), transparent 38%),
    linear-gradient(180deg, #fffaf1 0%, #f7f1e7 100%);
  border-radius: 28px;
}

.ara-style-premium_warm {
  --ara-font: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ara-text: #1f2933;
  --ara-muted: #697386;
  --ara-accent: #d97706;
  --ara-accent-2: #f59e0b;
  --ara-accent-dark: #92400e;
  --ara-card: rgba(255,255,255,.92);
  --ara-cta-bg: linear-gradient(135deg, #1f2937, #111827);
  background:
    radial-gradient(circle at 20% 0%, rgba(251,191,36,.20), transparent 38%),
    linear-gradient(180deg, #fffaf1 0%, #f7f1e7 100%);
}

.ara-style-minimal_clean {
  --ara-font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --ara-text: #111827;
  --ara-muted: #6b7280;
  --ara-accent: #111827;
  --ara-accent-2: #374151;
  --ara-accent-dark: #111827;
  --ara-card: #ffffff;
  --ara-cta-bg: linear-gradient(135deg, #111827, #374151);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f8 100%);
}

.ara-style-resort_natural {
  --ara-font: "Zen Maru Gothic", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --ara-text: #12333b;
  --ara-muted: #55727a;
  --ara-accent: #0f766e;
  --ara-accent-2: #14b8a6;
  --ara-accent-dark: #115e59;
  --ara-card: rgba(255,255,255,.90);
  --ara-cta-bg: linear-gradient(135deg, #0f766e, #134e4a);
  background:
    radial-gradient(circle at 12% 0%, rgba(45,212,191,.20), transparent 35%),
    linear-gradient(180deg, #f0fdfa 0%, #eef7f3 100%);
}

.ara-style-japanese_calm {
  --ara-font: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --ara-text: #2b2520;
  --ara-muted: #71675f;
  --ara-accent: #9a3412;
  --ara-accent-2: #c2410c;
  --ara-accent-dark: #7c2d12;
  --ara-card: rgba(255,255,255,.90);
  --ara-cta-bg: linear-gradient(135deg, #3f2f26, #1c1917);
  background:
    radial-gradient(circle at 20% 0%, rgba(180,83,9,.13), transparent 38%),
    linear-gradient(180deg, #fbf7f0 0%, #f2ece3 100%);
}

.ara-style-dark_luxury {
  --ara-font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --ara-text: #f9fafb;
  --ara-muted: #cbd5e1;
  --ara-accent: #f59e0b;
  --ara-accent-2: #fbbf24;
  --ara-accent-dark: #fbbf24;
  --ara-line: rgba(255,255,255,.14);
  --ara-card: rgba(17,24,39,.86);
  --ara-cta-bg: linear-gradient(135deg, #f59e0b, #b45309);
  --ara-cta-text: #111827;
  background:
    radial-gradient(circle at 20% 0%, rgba(245,158,11,.20), transparent 38%),
    linear-gradient(180deg, #111827 0%, #030712 100%);
}

.ara-app * { box-sizing: border-box; }

.ara-hero { padding: 24px 8px 18px; }

.ara-logo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.ara-logo {
  display: block;
  max-width: 148px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ara-kicker {
  color: var(--ara-accent-dark);
  letter-spacing: .10em;
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ara-hero h1 {
  font-size: clamp(27px, 7.6vw, 38px);
  line-height: 1.18;
  letter-spacing: -.035em;
  margin: 0 0 13px;
  font-weight: 900;
}

.ara-style-japanese_calm .ara-hero h1 {
  letter-spacing: -.015em;
  font-weight: 700;
}

.ara-hero p {
  margin: 0;
  color: var(--ara-muted);
  font-size: 14.5px;
  line-height: 1.85;
  font-weight: 500;
}

.ara-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ara-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid var(--ara-line);
  background: rgba(255,255,255,.58);
  border-radius: 999px;
  font-size: 12px;
  color: var(--ara-muted);
  font-weight: 700;
}

.ara-style-dark_luxury .ara-badges span { background: rgba(255,255,255,.08); }

.ara-form { display: grid; gap: 18px; }

.ara-card,
.ara-result {
  position: relative;
  background: var(--ara-card);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--ara-radius);
  padding: 22px 18px;
  box-shadow: var(--ara-card-shadow);
  backdrop-filter: blur(10px);
}

.ara-style-dark_luxury .ara-card,
.ara-style-dark_luxury .ara-result { border-color: rgba(255,255,255,.12); }

.ara-step {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: var(--ara-muted);
  opacity: .48;
  font-weight: 900;
  letter-spacing: .04em;
}

.ara-card h2,
.ara-result h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 42px 18px 0;
  letter-spacing: -.02em;
  font-weight: 900;
}

.ara-style-japanese_calm .ara-card h2,
.ara-style-japanese_calm .ara-result h2 { font-weight: 700; }

.ara-tags { display: flex; flex-wrap: wrap; gap: 10px; }

.ara-tag {
  appearance: none;
  border: 1px solid rgba(146,64,14,.15);
  background: rgba(255,255,255,.88);
  color: var(--ara-text);
  min-height: 50px;
  padding: 12px 17px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
  box-shadow: 0 5px 16px rgba(23,31,44,.04);
  touch-action: manipulation;
  font-family: var(--ara-font);
}

.ara-style-dark_luxury .ara-tag {
  background: rgba(255,255,255,.08);
  color: #f9fafb;
  border-color: rgba(255,255,255,.16);
}

.ara-tag:active { transform: scale(.97); }

.ara-tag.is-selected {
  background: linear-gradient(135deg, var(--ara-accent-2), var(--ara-accent));
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(217,119,6,.22);
}

.ara-style-dark_luxury .ara-tag.is-selected { color: #111827; }

.ara-text-input,
.ara-result-text {
  width: 100%;
  min-height: 88px;
  resize: vertical;
  border: 1px solid var(--ara-line);
  border-radius: 18px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 1.65;
  background: rgba(255,255,255,.84);
  color: var(--ara-text);
  font-family: var(--ara-font);
}

.ara-style-dark_luxury .ara-text-input,
.ara-style-dark_luxury .ara-result-text {
  background: rgba(255,255,255,.08);
  color: #f9fafb;
}

.ara-text-input:focus,
.ara-result-text:focus {
  outline: 3px solid rgba(245,158,11,.2);
  border-color: rgba(217,119,6,.42);
}

.ara-main-cta {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 58px;
  padding: 16px 20px;
  background: var(--ara-cta-bg);
  color: var(--ara-cta-text);
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(17,24,39,.22);
  cursor: pointer;
  transition: transform .14s ease, opacity .14s ease;
  touch-action: manipulation;
  font-family: var(--ara-font);
}

.ara-main-cta:active { transform: translateY(1px) scale(.99); }
.ara-main-cta[disabled] { opacity: .62; cursor: wait; }

.ara-result { margin-top: 20px; }
.ara-result-head { display: flex; align-items: flex-start; justify-content: space-between; }
.ara-result-text { min-height: 150px; }

.ara-result-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.ara-copy,
.ara-google {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  font-family: var(--ara-font);
}

.ara-copy {
  border: 1px solid var(--ara-line);
  background: rgba(255,255,255,.82);
  color: var(--ara-text);
}

.ara-google { border: 0; background: #2563eb; color: #fff; }

.ara-small-note {
  margin: 12px 0 0;
  color: var(--ara-muted);
  font-size: 12px;
  line-height: 1.6;
}

.ara-footer {
  text-align: center;
  color: var(--ara-muted);
  font-size: 12px;
  line-height: 1.7;
  padding: 24px 8px 0;
}

.ara-footer a {
  display: inline-block;
  margin-top: 8px;
  color: var(--ara-accent-dark);
  font-weight: 800;
}

.ara-error {
  border-color: rgba(220,38,38,.35) !important;
  box-shadow: 0 0 0 3px rgba(220,38,38,.08);
}

@media (min-width: 768px) {
  .ara-app {
    max-width: 620px;
    padding: 24px 22px 48px;
  }
}


/* v2.0.2 button visibility / style-set linkage */
.ara-app {
  --ara-google-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
  --ara-google-text: #ffffff;
  --ara-copy-bg: rgba(255,255,255,.86);
  --ara-copy-text: var(--ara-text);
}

.ara-style-premium_warm {
  --ara-google-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
  --ara-google-text: #ffffff;
}

.ara-style-minimal_clean {
  --ara-google-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
  --ara-google-text: #ffffff;
}

.ara-style-resort_natural {
  --ara-google-bg: linear-gradient(135deg, #0284c7, #0369a1);
  --ara-google-text: #ffffff;
}

.ara-style-japanese_calm {
  --ara-google-bg: linear-gradient(135deg, #1f2937, #111827);
  --ara-google-text: #ffffff;
}

.ara-style-dark_luxury {
  --ara-google-bg: linear-gradient(135deg, #3b82f6, #2563eb);
  --ara-google-text: #ffffff;
  --ara-copy-bg: rgba(255,255,255,.08);
  --ara-copy-text: #f9fafb;
}

.ara-copy {
  border: 1px solid var(--ara-line) !important;
  background: var(--ara-copy-bg) !important;
  color: var(--ara-copy-text) !important;
}

.ara-google {
  border: 0 !important;
  background: var(--ara-google-bg) !important;
  color: var(--ara-google-text) !important;
  box-shadow: 0 10px 24px rgba(37,99,235,.22) !important;
}

.ara-google:link,
.ara-google:visited,
.ara-google:hover,
.ara-google:focus,
.ara-google:active {
  color: var(--ara-google-text) !important;
  text-decoration: none !important;
}

.ara-copy:link,
.ara-copy:visited,
.ara-copy:hover,
.ara-copy:focus,
.ara-copy:active {
  color: var(--ara-copy-text) !important;
  text-decoration: none !important;
}


/* v2.0.3 mobile tag layout fix */
.ara-tags {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.ara-tag {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.35 !important;
  min-height: 52px !important;
  padding: 10px 12px !important;
  font-size: 14.5px !important;
}

.ara-tag[data-value="広島市内と思えなかった"],
.ara-tag[data-value="スタッフが親切だった"],
.ara-tag[data-value="子供が楽しそうだった"] {
  grid-column: span 2;
}

@media (max-width: 380px) {
  .ara-card {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ara-tags {
    gap: 9px !important;
  }

  .ara-tag {
    font-size: 13.8px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media (min-width: 560px) {
  .ara-tags {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .ara-tag {
    width: auto !important;
    padding: 12px 17px !important;
    font-size: 15px !important;
  }

  .ara-tag[data-value="広島市内と思えなかった"],
  .ara-tag[data-value="スタッフが親切だった"],
  .ara-tag[data-value="子供が楽しそうだった"] {
    grid-column: auto;
  }
}


/* v2.0.4 centered logo */
.ara-logo-wrap {
  justify-content: center !important;
  text-align: center !important;
  margin-bottom: 22px !important;
}

.ara-logo {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 180px !important;
  max-height: 84px !important;
}

.ara-kicker,
.ara-hero h1,
.ara-hero p,
.ara-badges {
  text-align: center;
  justify-content: center;
}

.ara-badges {
  justify-content: center !important;
}
