﻿:root {
  color-scheme: light;
  --coral: #f26b5e;
  --coral-2: #ff8a6a;
  --orange: #f59e3e;
  --yellow: #ffc94a;
  --peach: #fff4ef;
  --bg: #fffaf6;
  --ink: #1f1b1a;
  --text: #52504d;
  --muted: #8c8884;
  --line: #efe3dc;
  --white: #fff;
  --green: #5db989;
  --shadow: 0 24px 80px rgba(31, 27, 26, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(239, 227, 220, 0.9);
  background: rgba(255, 255, 255, 100);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; font-weight: 900; }
.brand img { display: block; width: 132px; height: auto; }
.nav { display: flex; align-items: center; gap: 24px; color: var(--text); font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--coral), var(--coral-2)); box-shadow: 0 10px 24px rgba(242, 107, 94, 0.28); font-weight: 800; white-space: nowrap; cursor: pointer; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.button-secondary { color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(31, 27, 26, 0.06); }
.button-light { color: var(--coral); background: var(--white); box-shadow: none; }
.button-outline-light { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,0.45); box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 92px 0 76px;
  background:
    linear-gradient(90deg, rgba(255,250,246,0.99) 0%, rgba(255,250,246,0.96) 38%, rgba(255,250,246,0.78) 54%, rgba(255,250,246,0.2) 77%, rgba(255,250,246,0.08) 100%),
    url("./assets/hero-generated.png") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(255,250,246,0), var(--bg));
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 6px 18px rgba(31, 27, 26, 0.05); font-size: 13px; font-weight: 800; }
.hero-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 60px); line-height: 1.18; letter-spacing: -0.035em; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.25; letter-spacing: -0.025em; }
h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.35; }
h4 { margin: 22px 0 8px; font-size: 15px; color: var(--coral); }
p { color: var(--text); }
.hero-lead { max-width: 650px; margin-bottom: 34px; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.trust-list { display: flex; gap: 22px; flex-wrap: wrap; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-list li::before { content: "âœ“"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 12px; }

.hero-stage { position: relative; min-height: 570px; }
.product-window { position: absolute; left: 0; bottom: -86px; width: min(460px, 78%); overflow: hidden; border: 1px solid rgba(239,227,220,0.86); border-radius: 22px; background: rgba(255,255,255,0.9); box-shadow: 0 30px 80px rgba(31,27,26,0.16); backdrop-filter: blur(14px); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #f8f5f2; }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff6159; }
.window-bar span:nth-child(2) { background: #ffbd2e; }
.window-bar span:nth-child(3) { background: #28ca42; }
.window-bar b { margin-left: 8px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.product-layout { display: grid; grid-template-columns: 132px 1fr; min-height: 330px; }
.product-layout aside { display: grid; align-content: start; gap: 8px; padding: 18px 12px; border-right: 1px solid var(--line); background: #fafafa; font-size: 12px; }
.mock-logo { display: block; width: 92px; height: auto; margin: -6px 0 10px; }
.product-layout aside span { padding: 7px 10px; border-radius: 8px; color: var(--muted); font-weight: 700; }
.product-layout aside .active { color: var(--coral); background: rgba(242,107,94,0.1); }
.product-main { padding: 18px; }
.product-head { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 16px; }
.product-head small { display: block; color: var(--muted); font-size: 11px; }
.product-head b { font-size: 17px; }
.product-head button { border: 0; border-radius: 10px; padding: 10px 14px; color: #fff; background: var(--coral); font-weight: 800; }
.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.score-row div { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
.score-row b { display: block; color: var(--coral); font-size: 26px; line-height: 1; }
.score-row span { color: var(--muted); font-size: 11px; }
.post-list { display: grid; gap: 10px; }
.post-list span { height: 46px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(90deg, #fff3ed, #fff); }
.floating-card { display: none; position: absolute; z-index: 4; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.92); box-shadow: 0 16px 44px rgba(31,27,26,0.14); }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-card b { display: block; margin: 4px 0; font-size: 17px; }
.floating-card span { color: var(--green); font-size: 12px; font-weight: 800; }
.card-analysis { right: 8px; top: 86px; width: 210px; }
.card-schedule { right: 12px; bottom: 48px; width: 180px; }

.hero-metrics { padding: 0 0 72px; background: var(--bg); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,0.82); box-shadow: 0 18px 50px rgba(31,27,26,0.08); }
.metrics-grid article { padding: 30px 24px; text-align: center; border-left: 1px solid var(--line); }
.metrics-grid article:first-child { border-left: 0; }
.metrics-grid span { color: var(--coral); font-size: clamp(40px, 5vw, 58px); font-weight: 900; line-height: 1; }
.metrics-grid p { margin: 8px 0 0; font-weight: 800; }

.section { padding: 96px 0; }
.section-head { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.eyebrow { margin-bottom: 8px; color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.problems, .steps, .platforms, .pricing, .faq { background: var(--white); }
.problem-grid, .step-grid, .platform-cards, .case-grid, .plan-grid { display: grid; gap: 24px; }
.problem-grid { grid-template-columns: repeat(2, 1fr); }
.step-grid, .platform-cards, .case-grid, .plan-grid { grid-template-columns: repeat(3, 1fr); }
.problem-grid article, .step-grid article, .platform-cards article, .case-grid article, .plan-grid article, .feature-grid > article, .faq details { border: 1px solid var(--line); border-radius: 22px; background: var(--bg); box-shadow: 0 12px 36px rgba(31,27,26,0.06); }
.problem-grid article, .step-grid article, .platform-cards article, .case-grid article, .plan-grid article { padding: 30px; }
.card-title { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.card-title span, .step-num { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--coral); background: #ffe5de; font-weight: 900; }
ul { margin: 0; padding-left: 1.1em; color: var(--text); }
li + li { margin-top: 8px; }
.solution-line { margin: 34px 0 0; padding: 28px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--coral), var(--orange)); text-align: center; font-size: 22px; font-weight: 900; box-shadow: 0 14px 34px rgba(242,107,94,0.24); }
.about {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 201, 74, 0.2), transparent 34%),
    linear-gradient(180deg, var(--bg), #fff);
}
.about-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,244,239,0.9)),
    radial-gradient(circle at 20% 20%, rgba(242,107,94,0.14), transparent 34%);
  box-shadow: var(--shadow);
}
.about-panel::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -180px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,107,94,0.16), transparent 66%);
  pointer-events: none;
}
.about-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  column-gap: 58px;
  align-items: end;
  margin-bottom: 38px;
}
.about-intro .eyebrow {
  grid-column: 1 / -1;
}
.about-tag {
  grid-column: 1 / -1;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid rgba(242,107,94,0.2);
  border-radius: 999px;
  color: var(--coral);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.about-intro h2 {
  margin-bottom: 0;
  max-width: 560px;
  font-size: clamp(34px, 4vw, 50px);
}
.about-intro p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
}
.about-system {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}
.flow-node {
  position: relative;
  min-height: 136px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 10px 28px rgba(31,27,26,0.06);
}
.flow-node:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 2;
  width: 13px;
  height: 2px;
  background: var(--coral);
}
.flow-node span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}
.flow-node b {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.2;
}
.flow-node small {
  color: var(--muted);
  font-weight: 700;
}
.about-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.about-bottom p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
}
.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-highlights article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  text-align: center;
}
.about-highlights b {
  display: block;
  color: var(--coral);
  font-size: 34px;
  line-height: 1;
}
.about-highlights span {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature-grid > article { padding: 0; overflow: hidden; background: var(--white); }
.feature-grid > article:first-child, .feature-grid > article:nth-child(4), .feature-grid > article:nth-child(7) { grid-column: span 2; }
.feature-grid > article > h3,
.feature-grid > article > h4,
.feature-grid > article > p,
.feature-grid > article > ul {
  margin-left: 32px;
  margin-right: 32px;
}
.feature-grid > article > h3 {
  margin-top: 28px;
}
.feature-grid > article > ul:last-child {
  margin-bottom: 32px;
}
.feature-grid p { font-size: 15px; }
.features { background: var(--bg); }

.feature-showcase {
  display: grid;
  grid-template-columns: 190px 1fr;
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.showcase-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: #fffaf6;
}
.showcase-sidebar img {
  width: 126px;
  margin: 0 0 14px;
}
.showcase-sidebar span {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.showcase-sidebar .active {
  color: var(--coral);
  background: #fff0e8;
}
.showcase-main {
  padding: 28px;
}
.showcase-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf6;
}
.showcase-toolbar small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.showcase-toolbar b {
  font-size: 16px;
}
.showcase-toolbar button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}
.research-list,
.analysis-box,
.generated-box,
.calendar-box {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.showcase-label {
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.research-list article {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: #fffaf6;
}
.research-list article + article {
  margin-top: 8px;
}
.research-list span {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}
.research-list b {
  color: var(--coral);
}
.analysis-box {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
}
.analysis-box .showcase-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.score-ring {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 12px solid #ffe1d6;
  border-top-color: var(--coral);
  border-radius: 50%;
  color: var(--coral);
  font-size: 30px;
  font-weight: 900;
}
.analysis-box ul {
  padding-left: 1em;
  font-size: 13px;
}
.generated-box p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
}
.generated-box span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}
.calendar-box {
  grid-column: span 2;
}
.mini-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.mini-week b,
.mini-week span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 12px;
  background: #fffaf6;
  font-size: 12px;
}
.mini-week span {
  min-height: 58px;
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 800;
}
.mini-week span:nth-of-type(1),
.mini-week span:nth-of-type(4) {
  color: #fff;
  background: var(--coral);
}

.feature-showcase {
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 201, 74, 0.2), transparent 32%),
    linear-gradient(135deg, #fff, #fff5ef);
}
.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
  border-right: 1px solid var(--line);
}
.showcase-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  letter-spacing: 0;
}
.showcase-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.showcase-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.showcase-platforms span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}
.showcase-platforms img {
  width: 16px;
  height: 16px;
}
.showcase-device {
  padding: clamp(18px, 3vw, 34px);
}
.showcase-browser {
  overflow: hidden;
  border: 1px solid rgba(31,27,26,0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31,27,26,0.12);
}
.browser-bar {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  gap: 7px;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #fffaf6;
}
.browser-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f26b5e;
}
.browser-bar i:nth-child(2) { background: #ffc94a; }
.browser-bar i:nth-child(3) { background: #3bc98b; }
.browser-bar span {
  justify-self: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.product-shell {
  display: grid;
  grid-template-columns: 148px 1fr;
  min-height: 520px;
}
.product-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 14px;
  border-right: 1px solid var(--line);
  background: #fffdfb;
}
.product-nav img {
  width: 112px;
  margin-bottom: 14px;
}
.product-nav b {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-nav span {
  padding: 10px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.product-nav .active {
  color: var(--coral);
  background: #fff0e8;
}
.product-main {
  padding: 18px;
  background: #fffaf6;
}
.product-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.product-header small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-header strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
.product-header button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.workflow-steps span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.workflow-steps .active {
  color: #fff;
  border-color: var(--coral);
  background: var(--coral);
}
.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  gap: 12px;
}
.post-feed,
.analysis-panel,
.draft-panel,
.schedule-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.post-feed {
  grid-row: span 2;
}
.panel-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.panel-title b {
  font-size: 14px;
}
.panel-title em {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--coral);
  background: #fff0e8;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.post-feed article {
  display: grid;
  grid-template-columns: 24px 1fr 34px;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffaf6;
}
.post-feed article + article {
  margin-top: 10px;
}
.post-feed img {
  width: 20px;
  height: 20px;
}
.post-feed article b {
  display: block;
  font-size: 13px;
  line-height: 1.45;
}
.post-feed article small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.post-feed article strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: var(--coral);
}
.analysis-panel {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
}
.analysis-panel .panel-title {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.insight-score {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(var(--coral) 82%, #ffe1d6 0);
}
.insight-score span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  color: var(--coral);
  font-size: 28px;
  font-weight: 900;
}
.insight-score small {
  display: none;
}
.analysis-panel ul {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.55;
}
.draft-panel p {
  margin: 0 0 12px;
  padding: 14px;
  border-radius: 14px;
  background: #fffaf6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
.draft-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.draft-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--coral);
  background: #fff0e8;
  font-size: 10px;
  font-weight: 900;
}
.schedule-panel {
  grid-column: 1 / -1;
}
.schedule-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.schedule-week span {
  display: grid;
  gap: 8px;
  min-height: 72px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffaf6;
  font-size: 12px;
  font-weight: 900;
}
.schedule-week small {
  align-self: end;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
}
.product-browser {
  background: #f8f8f8;
}
.capture-shell {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 560px;
  background: #fff;
}
.capture-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 10px;
  border-right: 1px solid #e8e8e8;
  background: #fff;
}
.capture-nav img {
  width: 106px;
  margin: 0 auto 10px;
}
.capture-nav b {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.2;
}
.capture-nav span {
  padding: 9px 10px;
  border-radius: 8px;
  color: #555;
  font-size: 11px;
  font-weight: 800;
}
.capture-nav .active {
  color: #d80d2f;
  background: #fde8ed;
}
.capture-main {
  min-width: 0;
  padding: 20px;
  background: #fff;
}
.capture-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.capture-top strong {
  font-size: 18px;
}
.capture-top small {
  color: #555;
  font-size: 13px;
  font-weight: 800;
}
.capture-top button,
.prompt-card button {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #d80d2f;
  font-weight: 900;
}
.capture-top button {
  min-height: 38px;
  padding: 0 16px;
}
.capture-filter {
  display: grid;
  grid-template-columns: 92px 104px 1fr 72px;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.capture-filter span,
.capture-filter em {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  background: #fff;
  color: #222;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.capture-filter em {
  color: #fff;
  border-color: #111;
  background: #111;
  text-align: center;
}
.capture-table {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.capture-head,
.capture-table article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 72px 44px;
  gap: 12px;
  align-items: center;
}
.capture-head {
  padding: 12px 14px;
  background: #f6f6f6;
  color: #555;
  font-size: 11px;
  font-weight: 900;
}
.capture-table article {
  padding: 13px 14px;
  border-top: 1px solid #ececec;
}
.status-pill {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 8px;
  color: #4353e8;
  background: #eef0ff;
  font-size: 11px;
  font-weight: 900;
}
.status-pill.muted {
  color: #666;
  background: #f0f0f0;
}
.capture-table p {
  overflow: hidden;
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.capture-table b {
  color: #444;
  font-size: 12px;
}
.capture-table small {
  color: #444;
  font-size: 12px;
  font-weight: 900;
}
.capture-montage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
}
.capture-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
}
.detail-card {
  grid-row: span 2;
}
.thread-copy {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid #f4a0ad;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.75;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.metric-row span {
  padding: 9px 8px;
  border-radius: 8px;
  background: #f4f4f4;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.result-grid span {
  padding: 9px;
  border-radius: 8px;
  background: #f4f4f4;
  color: #666;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
}
.result-grid b {
  color: #111;
  font-size: 11px;
}
.prompt-card {
  position: relative;
  padding-bottom: 54px;
}
.prompt-card pre {
  overflow: hidden;
  max-height: 116px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
  white-space: pre-wrap;
}
.prompt-card button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 32px;
  padding: 0 14px;
}
.feature-grid > article {
  padding: 30px;
  overflow: visible;
  background: var(--white);
}
.feature-analysis-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  grid-template-areas:
    "title title"
    "intro intro"
    "copy visual";
  column-gap: 30px;
  row-gap: 18px;
  align-items: start;
}
.feature-analysis-card > h3 {
  grid-area: title;
}
.feature-analysis-card > p {
  grid-area: intro;
  margin-bottom: 4px;
}
.feature-copy {
  grid-area: copy;
}
.feature-grid .feature-visual {
  display: none;
}
.feature-analysis-card .feature-visual {
  display: block;
  grid-area: visual;
  align-self: start;
  position: sticky;
  top: 120px;
  min-height: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.feature-writing-card .feature-visual,
.feature-media-card .feature-visual,
.feature-grid .visual-knowledge,
.feature-grid .visual-workspace {
  display: block;
  position: relative;
  min-height: 0;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.knowledge-screenshot {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}
.knowledge-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 55% 18%;
}
.workspace-visual {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  min-height: 330px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,250,246,0.98)),
    radial-gradient(circle at 90% 6%, rgba(242,107,94,0.12), transparent 32%);
}
.workspace-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
}
.workspace-sidebar img {
  width: 104px;
}
.workspace-select {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 9px;
  font-size: 11px;
}
.workspace-menu {
  display: grid;
  gap: 6px;
}
.workspace-menu span {
  padding: 8px 9px;
  border-radius: 8px;
  color: #555;
  font-size: 11px;
  font-weight: 800;
}
.workspace-menu .active {
  color: #d80d2f;
  background: #fde8ed;
}
.workspace-dropdown {
  position: absolute;
  left: 42px;
  top: 104px;
  z-index: 3;
  display: grid;
  width: 190px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31,27,26,0.14);
}
.workspace-dropdown span {
  padding: 11px 14px;
  color: #222;
  font-size: 12px;
  font-weight: 800;
}
.workspace-dropdown .active {
  color: #d80d2f;
  background: #fde8ed;
}
.workspace-panel {
  align-self: stretch;
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
}
.workspace-panel p {
  margin: 0 0 18px;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
.workspace-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.workspace-stat-grid span {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 12px;
  border-radius: 12px;
  background: #fffaf6;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.workspace-stat-grid b {
  color: var(--coral);
  font-size: 22px;
  line-height: 1;
}
.feature-dashboard-card {
  grid-column: span 2;
}
.dashboard-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.dashboard-content section {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffaf6;
}
.dashboard-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  border-top: 0;
  color: var(--coral);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.dashboard-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.dashboard-content li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}
.dashboard-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
.feature-dashboard-card .feature-visual {
  display: block;
  position: relative;
  min-height: 0;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.dashboard-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 18px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,250,246,0.98)),
    radial-gradient(circle at 92% 8%, rgba(255,201,74,0.14), transparent 30%);
}
.dashboard-main,
.dashboard-side {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.account-card,
.schedule-card,
.dashboard-side section {
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31,27,26,0.05);
}
.account-card {
  display: grid;
  grid-template-columns: 54px 1fr 92px;
  gap: 14px;
  align-items: center;
}
.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e6e8ee;
}
.account-card b {
  display: block;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.account-card strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.account-card small {
  display: block;
  margin-top: 6px;
  color: #00a65a;
  font-size: 11px;
  font-weight: 900;
}
.dashboard-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.dashboard-title b {
  font-size: 15px;
}
.dashboard-title em {
  padding: 5px 9px;
  border-radius: 999px;
  color: #d80d2f;
  background: #ffe8ee;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.schedule-list {
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 12px;
}
.schedule-list article {
  display: grid;
  grid-template-columns: 74px 58px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border-top: 1px solid #ececec;
}
.schedule-list article:first-child {
  border-top: 0;
}
.schedule-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.schedule-list b {
  color: #7e22ff;
  font-size: 12px;
}
.schedule-list p {
  overflow: hidden;
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-side p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
.usage-card dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  margin: 0;
}
.usage-card dt,
.usage-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}
.usage-card dd {
  color: #111;
}
.generation-visual {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,250,246,0.98)),
    radial-gradient(circle at 94% 6%, rgba(242,107,94,0.12), transparent 32%);
}
.generation-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.generation-top b {
  display: block;
  font-size: 16px;
}
.generation-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.generation-top button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #111;
  background: #fff;
  font-weight: 900;
}
.generation-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 12px;
}
.feature-writing-card .generation-grid {
  grid-template-columns: 1fr;
}
.feature-writing-card .knowledge-list article:nth-of-type(2) {
  display: none;
}
.feature-writing-card .prompt-editor pre {
  height: 162px;
}
.knowledge-list,
.prompt-editor {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
}
.knowledge-list article {
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
}
.knowledge-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}
.knowledge-tags span,
.platform-row span,
.post-type-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ddffed;
  color: #009b54;
  font-size: 11px;
  font-weight: 900;
}
.knowledge-tags span:first-child {
  color: #245fff;
  background: #e8efff;
}
.knowledge-list article b {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.knowledge-list article p {
  overflow: hidden;
  margin: 6px 0 0;
  color: #555;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.platform-row,
.post-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.platform-row span,
.post-type-row span {
  border: 1px solid #e8e8e8;
  color: #444;
  background: #fff;
}
.platform-row .active,
.post-type-row .active {
  color: #d80d2f;
  border-color: #ffb7c2;
  background: #ffe8ee;
}
.prompt-editor pre {
  overflow: hidden;
  height: 190px;
  margin: 0 0 12px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  white-space: pre-wrap;
}
.prompt-editor button {
  float: right;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #d80d2f;
  font-weight: 900;
}
.media-generation-visual {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,250,246,0.98)),
    radial-gradient(circle at 96% 8%, rgba(255,201,74,0.16), transparent 32%);
}
.media-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.media-top b {
  display: block;
  font-size: 16px;
}
.media-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.media-top button {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #d80d2f;
  font-weight: 900;
}
.media-preview-grid {
  display: grid;
  gap: 12px;
}
.image-prompt-card,
.reel-board {
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
}
.image-prompt-card p {
  margin: 0 0 12px;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}
.image-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.image-tiles span {
  min-height: 74px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,0.8), transparent 22%),
    linear-gradient(135deg, #ffd8cf, #fff0e8 52%, #cdebd9);
}
.image-tiles span:nth-child(2) {
  background:
    radial-gradient(circle at 42% 30%, rgba(255,255,255,0.75), transparent 20%),
    linear-gradient(135deg, #e6f0ff, #fff0e8 60%, #ffd9a8);
}
.image-tiles span:nth-child(3) {
  background:
    radial-gradient(circle at 58% 26%, rgba(255,255,255,0.78), transparent 20%),
    linear-gradient(135deg, #ffe7b8, #fff6ef 55%, #f3c6d4);
}
.reel-board article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid #f0f0f0;
}
.reel-board article span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #d80d2f;
  background: #ffe8ee;
  font-size: 11px;
  font-weight: 900;
}
.reel-board article b {
  font-size: 12px;
}
.reel-board article small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}
.media-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}
.media-timeline i {
  height: 8px;
  border-radius: 999px;
  background: var(--coral);
}
.media-timeline i:nth-child(2) { background: #ffc94a; }
.media-timeline i:nth-child(3) { background: #20b97a; }
.media-timeline b {
  padding: 6px 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}
.benchmark-visual {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,246,0.96)),
    radial-gradient(circle at 92% 8%, rgba(255,201,74,0.18), transparent 30%);
}
.benchmark-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.benchmark-top b {
  display: block;
  font-size: 16px;
}
.benchmark-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.benchmark-top em {
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  background: #9c1cf0;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.follower-chart {
  position: relative;
  overflow: hidden;
  height: 132px;
  margin-bottom: 12px;
  padding: 12px 14px 22px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
}
.chart-grid {
  position: absolute;
  inset: 16px 14px 30px;
  background-image:
    linear-gradient(to right, rgba(154,160,176,0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154,160,176,0.14) 1px, transparent 1px);
  background-size: 72px 38px;
}
.follower-chart svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 92px;
}
.chart-labels {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #9097a6;
  font-size: 11px;
  font-weight: 800;
}
.benchmark-panels {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}
.benchmark-table,
.positioning-card,
.collection-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
}
.benchmark-table {
  grid-row: span 2;
}
.benchmark-table article {
  display: grid;
  grid-template-columns: 30px 1fr 70px;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
.benchmark-table article span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #009b54;
  background: #dbffe9;
  font-size: 12px;
  font-weight: 900;
}
.benchmark-table article:nth-of-type(3) span {
  color: #555;
  background: #f0f0f0;
}
.benchmark-table article p {
  overflow: hidden;
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.benchmark-table article p em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 999px;
  color: #d80d2f;
  background: #ffe8ee;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.benchmark-table article:nth-of-type(2) p em {
  color: #009b54;
  background: #ddffed;
}
.benchmark-table article:nth-of-type(3) p em {
  color: #245fff;
  background: #e8efff;
}
.benchmark-table article b {
  color: #444;
  font-size: 12px;
  text-align: right;
}
.positioning-card strong {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8a17e6;
  background: #f5e4ff;
  font-size: 12px;
}
.type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
}
.type-chips span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #555;
  font-size: 10px;
  font-weight: 900;
}
.type-chips span:nth-child(1) {
  color: #245fff;
  background: #e8efff;
}
.type-chips span:nth-child(2) {
  color: #d80d2f;
  background: #ffe8ee;
}
.type-chips span:nth-child(3) {
  color: #009b54;
  background: #ddffed;
}
.positioning-card p {
  margin: 0;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}
.collect-row {
  display: grid;
  grid-template-columns: 72px 1fr 38px;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid #f0f0f0;
}
.collect-row span {
  color: #666;
  font-size: 11px;
  font-weight: 800;
}
.collect-row b {
  font-size: 12px;
}
.collect-row small {
  display: grid;
  place-items: center;
  min-height: 22px;
  border-radius: 999px;
  color: #fff;
  background: #00b050;
  font-size: 10px;
  font-weight: 900;
}
.feature-grid > article > h3,
.feature-grid > article > h4,
.feature-grid > article > p,
.feature-grid > article > ul {
  margin-left: 0;
  margin-right: 0;
}
.feature-grid > article > h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.35;
}
.feature-grid > article > ul:last-child {
  margin-bottom: 0;
}
.feature-grid > article > p {
  color: var(--text);
  line-height: 1.9;
}
.feature-grid > article > h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--coral);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.feature-grid > article > ul {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.feature-grid > article > ul li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}
.feature-grid > article > ul li + li {
  margin-top: 0;
}
.feature-grid > article > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
.feature-copy h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--coral);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.feature-copy h4:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.feature-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.feature-copy ul li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}
.feature-copy ul li + li {
  margin-top: 0;
}
.feature-copy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.feature-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.88), transparent 26%),
    linear-gradient(135deg, #fff2eb, #fffaf6 55%, #ffe6dc);
}
.feature-visual::after {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(242,107,94,0.12);
}
.feature-screen,
.calendar-board,
.knowledge-board,
.workspace-board,
.report-board,
.media-story {
  position: absolute;
  inset: 20px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 16px 42px rgba(31,27,26,0.08);
}
.screen-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.screen-title b { font-size: 14px; }
.screen-title span {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--coral);
  background: var(--peach);
  font-size: 11px;
  font-weight: 900;
}
.analysis-post {
  display: grid;
  grid-template-columns: 18px 1fr auto 34px;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf6;
}
.analysis-post + .analysis-post { margin-top: 8px; }
.analysis-post b { display: block; font-size: 12px; line-height: 1.2; }
.analysis-post small { color: var(--muted); font-size: 10px; }
.analysis-post strong { color: var(--text); font-size: 12px; }
.analysis-post em {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #fff;
  background: var(--coral);
  font-style: normal;
  font-weight: 900;
}
.sns-dot { width: 16px; height: 16px; border-radius: 5px; background: var(--coral); }
.sns-dot.ig { background: radial-gradient(circle at 30% 110%, #feda75, #d62976 55%, #4f5bd5); }
.sns-dot.th { background: #000; }
.insight-panel {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--coral);
  background: #fff0e8;
}
.insight-panel b { display: block; font-size: 11px; }
.insight-panel span { color: var(--text); font-size: 10px; font-weight: 700; }
.source-card,
.generated-post,
.workspace-detail,
.report-note {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffaf6;
  font-size: 12px;
  font-weight: 800;
}
.arrow-down {
  width: 2px;
  height: 20px;
  margin: 8px auto;
  background: var(--coral);
}
.generated-post b { display: block; margin-bottom: 8px; font-size: 13px; }
.generated-post span { color: var(--coral); font-size: 11px; }
.media-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.scene-card {
  min-height: 92px;
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8bf8f, #f8dfb4 50%, #94bea4);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}
.scene-card span { display: block; font-size: 10px; font-weight: 900; opacity: 0.9; }
.scene-card b { display: block; margin-top: 26px; text-shadow: 0 1px 10px rgba(0,0,0,0.18); }
.timeline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.timeline i {
  height: 10px;
  border-radius: 999px;
  background: rgba(242,107,94,0.3);
}
.caption-chip {
  grid-column: 1 / -1;
  padding: 9px 12px;
  border-radius: 12px;
  color: var(--coral);
  background: #fff0e8;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.calendar-mini {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.calendar-mini span,
.calendar-mini b {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fffaf6;
  color: var(--muted);
  font-size: 10px;
}
.calendar-mini b {
  min-height: 58px;
  padding: 6px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
}
.calendar-mini b:nth-of-type(1),
.calendar-mini b:nth-of-type(4) {
  color: #fff;
  background: var(--coral);
}
.calendar-mini b:nth-of-type(3) { background: #fff0e8; color: var(--coral); }
.knowledge-board,
.workspace-board,
.report-board { display: grid; align-content: start; gap: 10px; }
.knowledge-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf6;
}
.knowledge-row b { color: var(--coral); font-size: 12px; }
.knowledge-row span { color: var(--text); font-size: 11px; font-weight: 800; }
.client-list {
  display: grid;
  gap: 8px;
}
.client-list span {
  padding: 10px 12px;
  border-radius: 12px;
  background: #fffaf6;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}
.client-list .active { color: var(--coral); background: #fff0e8; }
.workspace-detail small,
.report-note small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}
.report-board {
  grid-template-columns: 1fr 1fr;
}
.report-board .screen-title {
  grid-column: 1 / -1;
}
.report-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 92px;
}
.report-chart span {
  flex: 1;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, var(--coral), var(--orange));
}
.report-chart span:nth-child(1) { height: 38px; opacity: 0.55; }
.report-chart span:nth-child(2) { height: 56px; opacity: 0.72; }
.report-chart span:nth-child(3) { height: 76px; opacity: 0.9; }
.report-chart span:nth-child(4) { height: 92px; }

.platform-cards { margin-bottom: 28px; }
.platform-cards article { display: grid; justify-items: center; text-align: center; }
.platform-logo { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 14px; border-radius: 20px; }
.platform-logo img { width: 36px; height: 36px; display: block; }
.logo-threads, .logo-x { background: #000; }
.logo-threads img, .logo-x img { filter: invert(1); }
.logo-instagram { background: radial-gradient(circle at 30% 110%, #feda75 0 28%, #fa7e1e 42%, #d62976 60%, #962fbf 78%, #4f5bd5 100%); }
.logo-instagram img { filter: invert(1); }
.platform-table { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.platform-table [role="row"] { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); border-top: 1px solid var(--line); }
.platform-table [role="row"]:first-child { border-top: 0; }
.platform-table span, .platform-table b { padding: 18px; text-align: center; }
.platform-table span:first-child { text-align: left; }
.table-head { color: #fff; background: var(--coral); font-weight: 900; }
.platform-table b {
  font-size: 24px;
  line-height: 1;
}
.support-best { color: var(--coral); }
.support-good { color: var(--orange); }
.support-limited { color: var(--muted); }

.case-grid article {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.case-image {
  overflow: hidden;
  margin: -12px -12px 4px;
  border-radius: 18px;
  background: #f7eee8;
  aspect-ratio: 16 / 10;
}
.case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-grid article h3 {
  margin-bottom: 0;
}
.case-grid article p {
  margin-bottom: 0;
}

.faq-list { display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }
.faq details { padding: 0 26px; background: var(--bg); }
.faq summary { cursor: pointer; padding: 22px 0; font-weight: 900; }
.faq details p { margin: 0; padding-bottom: 22px; }
.pricing { display: none; }
.contact { color: #fff; background: linear-gradient(135deg, var(--coral), var(--orange)); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr); gap: 44px; align-items: center; }
.contact h2, .contact p, .contact .eyebrow { color: #fff; }
.contact-form { display: grid; gap: 12px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,0.18); }
.contact-form label { display: grid; gap: 6px; }
.contact-form span { color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(255,255,255,0.38); border-radius: 14px; color: #fff; background: rgba(255,255,255,0.13); }
.contact-form option { color: var(--ink); }
.footer { background: var(--ink); color: rgba(255,255,255,0.72); }
.footer-inner { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; padding: 28px 0; font-size: 14px; }

@media (max-width: 1040px) {
  .nav { display: none; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { background-position: 63% center; }
  .hero-stage { min-height: 520px; }
  .feature-grid, .problem-grid { grid-template-columns: 1fr; }
  .feature-grid > article:first-child, .feature-grid > article:nth-child(4), .feature-grid > article:nth-child(7), .feature-dashboard-card { grid-column: auto; }
  .about-intro, .about-bottom { grid-template-columns: 1fr; }
  .about-system { grid-template-columns: repeat(3, 1fr); }
  .about-highlights { grid-template-columns: 1fr 1fr 1fr; }
  .feature-showcase { grid-template-columns: 1fr; }
  .showcase-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr; }
  .post-feed { grid-row: auto; }
  .schedule-panel { grid-column: auto; }
  .capture-shell { grid-template-columns: 1fr; }
  .capture-nav { display: none; }
  .capture-montage { grid-template-columns: 1fr; }
  .detail-card { grid-row: auto; }
  .feature-analysis-card {
    grid-column: auto;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  }
  .dashboard-content,
  .dashboard-visual {
    grid-template-columns: 1fr;
  }
  .benchmark-panels { grid-template-columns: 1fr; }
  .benchmark-table { grid-row: auto; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1200px); }
  .brand img { width: 112px; }
  .button-small { min-height: 40px; padding: 0 14px; font-size: 13px; }
  .hero { min-height: auto; padding: 54px 0 42px; background: linear-gradient(180deg, rgba(255,250,246,0.96), rgba(255,250,246,0.84)), url("./assets/hero-generated.png") 66% top / auto 360px no-repeat; }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .hero-stage { min-height: auto; display: grid; gap: 18px; margin-top: 18px; }
  .product-window, .floating-card { position: static; width: auto; }
  .product-layout { grid-template-columns: 1fr; }
  .product-layout aside { display: none; }
  .floating-card { width: auto; }
  .metrics-grid, .step-grid, .platform-cards, .case-grid, .plan-grid { grid-template-columns: 1fr; }
  .metrics-grid article, .metrics-grid article:first-child { border-left: 0; border-top: 1px solid var(--line); }
  .metrics-grid article:first-child { border-top: 0; }
  .section { padding: 70px 0; }
  .about-panel { padding: 28px 18px; border-radius: 26px; }
  .about-system, .about-highlights { grid-template-columns: 1fr; }
  .flow-node:not(:last-child)::after { display: none; }
  .platform-table { font-size: 13px; }
  .platform-table span, .platform-table b { padding: 12px 8px; }
  .feature-showcase { border-radius: 26px; }
  .showcase-copy, .showcase-device { padding: 20px; }
  .showcase-platforms span { min-height: 38px; font-size: 12px; }
  .browser-bar span { justify-self: start; font-size: 10px; }
  .product-shell { grid-template-columns: 1fr; min-height: auto; }
  .product-nav { display: none; }
  .product-main { padding: 12px; }
  .product-header { align-items: stretch; flex-direction: column; }
  .product-header button { width: 100%; }
  .workflow-steps, .schedule-week { grid-template-columns: repeat(2, 1fr); }
  .analysis-panel { grid-template-columns: 1fr; }
  .insight-score { margin: 0 auto; }
  .post-feed article { grid-template-columns: 22px 1fr 30px; padding: 11px; }
  .capture-main { padding: 12px; }
  .capture-top { grid-template-columns: 1fr; }
  .capture-top button { width: 100%; }
  .capture-filter { grid-template-columns: repeat(2, 1fr); padding: 10px; }
  .capture-head { display: none; }
  .capture-table article { grid-template-columns: 72px 1fr; }
  .capture-table article b,
  .capture-table article small { display: none; }
  .metric-row,
  .result-grid { grid-template-columns: 1fr; }
  .feature-grid > article { padding: 24px 20px; }
  .feature-analysis-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "intro"
      "visual"
      "copy";
  }
  .feature-analysis-card .feature-visual {
    position: static;
    min-height: auto;
    margin: 0 0 24px;
  }
  .feature-writing-card .feature-visual,
  .feature-media-card .feature-visual,
  .feature-grid .visual-knowledge,
  .feature-grid .visual-workspace {
    margin-top: 20px;
  }
  .workspace-visual {
    grid-template-columns: 1fr;
  }
  .workspace-dropdown {
    left: 28px;
    top: 102px;
  }
  .workspace-stat-grid {
    grid-template-columns: 1fr;
  }
  .generation-grid { grid-template-columns: 1fr; }
  .generation-visual { padding: 16px; }
  .media-generation-visual { padding: 16px; }
  .dashboard-visual { padding: 16px; }
  .dashboard-content { gap: 10px; }
  .account-card,
  .schedule-list article {
    grid-template-columns: 1fr;
  }
  .account-card strong {
    font-size: 26px;
  }
  .prompt-editor pre { height: 168px; }
  .benchmark-visual { padding: 16px; }
  .follower-chart { height: 138px; padding: 10px 10px 20px; }
  .follower-chart svg { height: 96px; }
  .benchmark-table article {
    grid-template-columns: 28px 1fr;
  }
  .benchmark-table article b { display: none; }
  .collect-row { grid-template-columns: 1fr 34px; }
  .collect-row span { grid-column: 1 / -1; }
}

