:root {
  --bg: #ffffff;
  --card: #ffffff;
  --line: #e8e8e8;
  --text: #171717;
  --muted: #6b6b6b;
  --accent: #171717;
  --gold: #171717;
  --red: #c62828;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: var(--text);
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}
a { color: var(--accent); text-decoration: none; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 16px 64px; }
.hero {
  position: relative;
  min-height: 320px;
  margin: 0 -16px 28px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 38%;
  filter: brightness(.88);
}
.hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 20px 24px;
  background: linear-gradient(transparent, #ffffff 62%);
}
.kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 8px;
}
.hero h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -.04em;
  color: #171717;
  text-shadow: none;
}
.hero p {
  margin: 8px 0 0;
  color: #444444;
  font-size: 15px;
  line-height: 1.55;
  max-width: 28em;
}
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #ffffff;
  border: 0;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}
.btn.gray { background: #f4f4f4; color: var(--text); border: 1px solid var(--line); }
.lead {
  font-size: 17px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 28px;
  max-width: 36em;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 16px 16px;
}
.card h2 {
  margin: 0 0 8px;
  font-size: 16px;
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.demo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  background: var(--card);
  overflow: hidden;
}
.demo .card {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 14px;
}
.demo .card:last-child { border-bottom: 0; }
.demo .card .v { grid-column: 2; grid-row: 1 / span 2; margin: 0; text-align: right; }
.demo .card .k { color: var(--muted); font-size: 12px; }
.demo .card .v { font-size: 22px; font-weight: 800; margin-top: 6px; letter-spacing: -.03em; }
.demo .card .v.eta { font-size: 18px; }
.demo .up { color: #171717; }
.demo .down { color: #888888; }
.demo .muted { color: var(--muted); font-weight: 600; }
.demo .hint { color: var(--muted); font-size: 12px; margin-top: 4px; }
.note-inline { color: var(--muted); font-size: 13px; line-height: 1.55; margin: -4px 0 14px; }
.must-ask {
  color: #ff3b3b;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 14px;
}
.latest-fix {
  margin: 0 0 20px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  color: #444444;
  font-size: 14px;
  line-height: 1.65;
}
.latest-fix b {
  color: #171717;
  margin-right: 6px;
}
.topnav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.topnav a { color: var(--muted); font-size: 13px; font-weight: 700; }
.topnav a:last-child { margin-left: auto; color: var(--accent); }
.ad-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 16px 0;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid #c43c3c;
  border-radius: 10px;
  color: #171717;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.ad-kicker {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #c43c3c;
  border: 1px solid #c43c3c;
  border-radius: 4px;
  padding: 2px 6px;
}
.ad-body { flex: 1; font-size: 13px; line-height: 1.4; color: #444444; }
.ad-body b { color: #171717; }
.ad-go {
  flex: 0 0 auto;
  background: #c43c3c;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 6px 12px;
}
.loot-board {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.loot-board li,
.shot-loot-board li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #f7f7f7;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 8px 8px;
  text-align: center;
  position: relative;
  min-height: 120px;
  box-sizing: border-box;
  flex: 0 0 92px;
  width: 92px;
}
.loot-board img,
.shot-loot-board img {
  width: 48px;
  height: 48px;
  image-rendering: pixelated;
  object-fit: contain;
}
.loot-board .qty,
.shot-loot-board .qty {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 4px;
}
.loot-board .qty.plus { color: var(--gold); }
.loot-board .qty.up,
.shot-loot-board .qty.up { color: #171717; }
.loot-board .nm,
.shot-loot-board .nm {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  margin-top: 4px;
  min-height: 2.6em;
  word-break: keep-all;
}
.mail {
  margin-top: 8px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 18px;
}
.mail p { color: #444444; font-size: 14px; line-height: 1.65; margin: 0 0 12px; }
.mail-addr { font-size: 18px !important; font-weight: 800; }
.ask { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.price {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
.price .card b { color: var(--gold); font-size: 26px; }
.price .card .unit { color: var(--muted); font-size: 13px; font-weight: 400; }
.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 28px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.fee-table th,
.fee-table td {
  text-align: left;
  padding: 12px 14px;
  font-size: 14px;
  border-bottom: 1px solid var(--line);
}
.fee-table th {
  color: var(--muted);
  font-weight: 700;
  background: #f7f7f7;
}
.fee-table td { color: #444444; }
.fee-table tr:last-child td { border-bottom: 0; }
.fee-table td:last-child { font-weight: 800; color: var(--gold); }
.steps { counter-reset: n; margin: 0; padding: 0; list-style: none; }
.steps li {
  position: relative;
  padding: 12px 0 12px 42px;
  border-bottom: 1px solid var(--line);
  color: #444444;
  line-height: 1.55;
  font-size: 14px;
}
.steps li::before {
  counter-increment: n;
  content: counter(n);
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4f4f4;
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot {
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.foot a { margin-right: 8px; }
.legal-wrap { padding-top: 24px; }
.legal-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 16px;
}
.legal-jump a {
  font-weight: 800;
  font-size: 14px;
}
.legal-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 28px;
}
.legal {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px 18px 8px;
  margin: 0 0 20px;
}
.legal h1 {
  margin: 0 0 16px;
  font-size: 22px;
}
.legal h2 {
  margin: 18px 0 8px;
  font-size: 15px;
  color: var(--gold);
}
.legal p, .legal li {
  color: #444444;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.legal ul { margin: 0 0 12px; padding-left: 18px; }
.changelog {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 0 0 28px;
  overflow: hidden;
}
.changelog > summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.changelog > summary::-webkit-details-marker { display: none; }
.changelog > summary::after {
  content: "보기";
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}
.changelog[open] > summary {
  border-bottom: 1px solid var(--line);
}
.changelog[open] > summary::after { content: "닫기"; }
.changelog-note {
  margin: 12px 18px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.updates {
  margin: 0;
  padding: 8px 18px 16px 36px;
  color: #444444;
  font-size: 14px;
  line-height: 1.75;
}
.updates li { margin: 0 0 8px; }
.updates a { color: var(--gold); }
.updates .kind {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 1px 6px;
  border-radius: 999px;
  margin-right: 4px;
  vertical-align: 1px;
}
.updates .kind.bug { background: #fdecec; color: #c62828; }
.updates .kind.up { background: #f4f4f4; color: #171717; }
.loot-board .qty.down,
.shot-loot-board .qty.down { color: #888888; }
.shot-tabs { margin-bottom: 28px; }
.shot-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  border: 2px solid var(--accent);
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  padding: 14px 16px;
  border-radius: 4px;
  margin: 0 0 14px;
  box-shadow: none;
}
.shot-hint b { color: var(--accent); }
.shot-hint-finger {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  animation: shot-point 1s ease-in-out infinite;
}
@keyframes shot-point {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}
.shot-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.shot-tabbar button {
  background: #f7f7f7;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(212,180,106,.25);
}
.shot-tabbar button.on {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
  box-shadow: none;
}
.shot-tabs .shot { display: none; margin: 0; }
.shot-tabs .shot.on { display: block; }
.shot figcaption {
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.shot-app {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 12px 16px;
  box-shadow: none;
}
.shot-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.shot-nav span {
  background: #f7f7f7;
  color: var(--muted);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.shot-nav span.on { background: var(--accent); color: #ffffff; }
.shot-pair, .shot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.shot-grid.four { grid-template-columns: 1fr 1fr; }
.shot-card {
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 12px 10px;
}
.shot-card .k { color: var(--muted); font-size: 11px; }
.shot-card .v { font-size: 20px; font-weight: 800; margin-top: 4px; letter-spacing: -.03em; }
.shot-card .h { color: var(--muted); font-size: 11px; margin-top: 4px; }
.shot-card .v.up { color: #171717; }
.shot-card .v.down { color: #888888; }
.shot-h3 { margin: 12px 4px 4px; font-size: 15px; font-weight: 800; }
.shot-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0 4px 10px; }
.shot-legend { display: flex; gap: 14px; margin: 4px 4px 8px; font-size: 12px; color: var(--muted); }
.shot-legend .lg::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  margin-right: 6px;
  vertical-align: -1px;
}
.shot-legend .adena::before { background: #d4a574; }
.shot-legend .exp::before { background: #7eb6d9; }
.shot-chart { display: block; width: 100%; height: 120px; background: #f7f7f7; border-radius: 8px; }
.shot-axis { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; margin: 4px 4px 0; }
.shot-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.shot-tr {
  display: grid;
  grid-template-columns: 1.4fr .9fr .8fr;
  gap: 6px;
  padding: 8px 10px;
  font-size: 12px;
  border-top: 1px solid var(--line);
  color: #444444;
}
.shot-tr.head { border-top: 0; color: var(--muted); font-size: 11px; background: #f7f7f7; }
.shot-tr.on { background: #fafafa; }
.shot-tr .up { color: #171717; }
.shot-expand {
  padding: 10px;
  background: #f7f7f7;
  border-top: 1px solid var(--line);
}
.shot-expand .shot-h3 { margin: 0 0 8px; }
.shot-expand .shot-col-t { margin-top: 0; }
.shot-loot { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.shot-phone-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  font-size: 15px;
  margin: 0 0 10px;
}
.shot-phone-hint span { animation: shot-point 1s ease-in-out infinite; }
.shot-phone-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 0 0 14px;
}
.shot-phone-tabs button {
  background: #f7f7f7;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}
.shot-phone-tabs button.on {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.shot-phone-view { display: none; }
.shot-phone-view.on { display: block; }
.shot-phone-bar span { cursor: pointer; }
.shot-table-phone .shot-tr { grid-template-columns: 1fr 1fr 1fr; font-size: 11px; }
.shot-phone-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 8px;
}
.shot-phone {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border: 8px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}
.shot-phone-cap {
  height: 18px;
  background: #f4f4f4;
  position: relative;
}
.shot-phone-cap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 72px;
  height: 6px;
  margin-left: -36px;
  background: #2a3832;
  border-radius: 99px;
}
.shot-app-phone {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 10px 10px 0;
}
.shot-phone-head {
  margin: 0 4px 12px;
}
.shot-phone-brand {
  font-weight: 800;
  font-size: 15px;
}
.shot-phone-who {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}
.shot-phone-bar {
  display: flex;
  margin: 14px -10px 0;
  border-top: 1px solid var(--line);
  background: #f7f7f7;
}
.shot-phone-bar span {
  flex: 1;
  text-align: center;
  padding: 12px 4px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.shot-phone-bar span.on { color: var(--accent); }
.shot-app-phone .shot-loot-board li {
  flex: 0 0 84px;
  width: 84px;
  min-height: 110px;
}
.shot-col-t { margin: 0 0 8px; font-size: 13px; font-weight: 800; min-height: 1.4em; }
.shot-loot-board {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: none;
}
.shot-loot-board li {
  flex: 0 0 92px;
  width: 92px;
  min-height: 120px;
}
.cr-toast {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
  padding: 14px 14px 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(16px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.cr-toast.on { transform: translateY(0); opacity: 1; }
.cr-toast-icon { flex: 0 0 auto; font-size: 20px; line-height: 1; }
.cr-toast-body { flex: 1; min-width: 0; }
.cr-toast-title { font-weight: 800; font-size: 14px; color: #171717; }
.cr-toast-sub { color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 2px; }
.cr-toast-go {
  flex: 0 0 auto;
  background: var(--accent);
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
.cr-toast-close {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  padding: 4px 6px;
  cursor: pointer;
}
@media (min-width: 720px) {
  .cr-toast { left: auto; right: 24px; bottom: 24px; max-width: 380px; }
}
@media (min-width: 720px) {
  .hero { margin: 0 0 36px; border-radius: 0 0 24px 24px; }
  .hero, .hero img { height: 380px; min-height: 380px; }
  .hero-text { padding: 36px 8px 32px; }
  .hero h1 { font-size: 44px; }
  .grid { grid-template-columns: 1fr 1fr 1fr; }
  .price { grid-template-columns: 1fr 1fr; }
  .demo { grid-template-columns: repeat(3, 1fr); }
  .shot-grid.four { grid-template-columns: repeat(4, 1fr); }
  .shot-loot { grid-template-columns: 1fr 1fr; }
  .shot-loot-board {
    display: flex;
    grid-template-columns: none;
  }
}
