:root {
  --bg: #f5f7f2;
  --ink: #112c25;
  --muted: #62716b;
  --line: #dbe5df;
  --panel: #ffffff;
  --green: #137a5b;
  --green-2: #e5f4ec;
  --blue: #3468a0;
  --gold: #b47a10;
  --red: #b13b3b;
  --shadow: 0 12px 30px rgba(22, 61, 51, .08);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", "Yu Gothic UI", "Meiryo", sans-serif;
}

button, input, select { font: inherit; }
button { cursor: pointer; }

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px 1fr;
}

.sidebar {
  background: #163d33;
  color: #eef7f3;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #f7c85c;
  color: #163d33;
  font-weight: 800;
  border-radius: 8px;
}

.brand-name { font-weight: 800; font-size: 20px; }
.brand-sub { color: #a9bab2; font-size: 12px; text-transform: uppercase; }

.nav { display: grid; gap: 8px; }
.nav-item {
  border: 0;
  color: #d8e7e0;
  background: transparent;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  text-align: left;
  padding: 10px;
  border-radius: 8px;
}
.nav-item span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #f0c36a;
}
.nav-item.active,
.nav-item:hover { background: rgba(255,255,255,.08); color: #fff; }

.filter-stack { display: grid; gap: 14px; }
.filter-stack label { display: grid; gap: 6px; color: #b8c8c1; font-size: 12px; }
.filter-stack select {
  width: 100%;
  background: #22302a;
  color: #f8fbfa;
  border: 1px solid #33453e;
  border-radius: 8px;
  padding: 10px;
}

.workspace { padding: 24px; overflow: hidden; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
h1, h2, p { margin: 0; }
h1 { font-size: 28px; letter-spacing: 0; }
.topbar p, .panel-head p, .empty-detail p { color: var(--muted); }
.top-actions { display: flex; align-items: center; gap: 10px; }

.search {
  width: min(420px, 42vw);
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  box-shadow: var(--shadow);
}
.search span { color: var(--muted); }
.search input {
  height: 44px;
  border: 0;
  outline: 0;
  min-width: 0;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.install-button { color: var(--green); font-weight: 900; font-size: 20px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.parallel-note {
  border: 1px solid #e7c88c;
  background: #fff7e8;
  color: #7e4b13;
  border-radius: 8px;
  padding: 10px 12px;
  margin: -4px 0 16px;
  font-size: 13px;
  line-height: 1.5;
}
.metric {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.metric span { color: var(--muted); font-size: 12px; }
.metric strong { display: block; margin-top: 8px; font-size: 24px; }

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 16px;
  align-items: start;
}
.inventory-panel, .detail-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.panel-head {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}
.segmented {
  display: inline-grid;
  grid-auto-flow: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.segmented button {
  border: 0;
  background: #fff;
  padding: 8px 12px;
  color: var(--muted);
}
.segmented button.active { background: var(--green); color: #fff; }

.product-list {
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.product-row {
  width: 100%;
  display: grid;
  grid-template-columns: 58px minmax(180px, 1fr) 110px 110px 120px;
  gap: 12px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 12px 16px;
  text-align: left;
}
.product-row:hover, .product-row.active { background: #f8fbfa; }
.thumb {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, #dce7e2, #f6ead1);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #66736d;
  font-weight: 800;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-title { font-weight: 700; line-height: 1.35; }
.product-meta { color: var(--muted); font-size: 12px; margin-top: 4px; }
.money { text-align: right; font-variant-numeric: tabular-nums; }
.money b { display: block; }
.money span { color: var(--muted); font-size: 12px; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--green-2);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}
.badge.sold { background: #f5e7e7; color: var(--red); }
.badge.listed { background: #e6eef7; color: var(--blue); }
.badge.hold { background: #fff1d6; color: var(--gold); }

.detail-panel {
  position: sticky;
  top: 24px;
  min-height: 520px;
  overflow: hidden;
}
.empty-detail {
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
  padding: 28px;
}
.empty-mark { font-size: 42px; color: var(--green); }
.detail-hero {
  min-height: 156px;
  background: linear-gradient(135deg, #20342d, #4b705f);
  color: #fff;
  padding: 18px;
  display: flex;
  align-items: flex-end;
}
.detail-hero h2 { font-size: 20px; line-height: 1.35; }
.detail-body { padding: 16px; display: grid; gap: 16px; }
.kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.kv div {
  background: #f7f9f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}
.kv span { color: var(--muted); font-size: 12px; display: block; }
.kv b { display: block; margin-top: 6px; }
.links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.links a {
  color: #fff;
  background: var(--green);
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
}
.links a.disabled {
  background: #c8d1cc;
  pointer-events: none;
}
.notes {
  color: var(--muted);
  line-height: 1.6;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.warning {
  border: 1px solid #f1c5a6;
  background: #fff4ea;
  color: #8d4410;
  border-radius: 8px;
  padding: 10px;
  line-height: 1.5;
}
.loading, .error {
  padding: 34px;
  color: var(--muted);
}

.entry-form {
  padding: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.entry-form label {
  display: grid;
  gap: 6px;
}
.entry-form label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.entry-form .wide { grid-column: 1 / -1; }
.entry-form input,
.entry-form select,
.entry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  outline: none;
  background: #fff;
}
.entry-form textarea { resize: vertical; }
.entry-form input:focus,
.entry-form select:focus,
.entry-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(29, 107, 85, .12);
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.primary-button {
  border: 0;
  background: var(--green);
  color: #fff;
  border-radius: 8px;
  padding: 11px 18px;
  font-weight: 800;
}
#formStatus { color: var(--muted); }

.analytics-list { display: grid; }
.analytics-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 90px 140px 160px;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
.analytics-row span,
.analytics-row small { color: var(--muted); }
.analytics-row strong {
  text-align: right;
  color: var(--green);
}

.sync-view {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.sync-card, .sync-guide, .migration-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.sync-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.sync-card-head p, .sync-guide p, .migration-card p { color: var(--muted); line-height: 1.6; margin-top: 4px; }
.sync-icon, .migration-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green-2);
  color: var(--green);
  font-weight: 800;
  font-size: 20px;
}
.sync-card dl { margin: 14px 0 0; display: grid; gap: 0; }
.sync-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.sync-card dl div:last-child { border-bottom: 0; }
.sync-card dt { color: var(--muted); font-size: 12px; }
.sync-card dd { margin: 0; word-break: break-word; font-variant-numeric: tabular-nums; }
.issue-count { color: var(--red); font-weight: 800; }
.migration-card { margin: 18px; display: grid; gap: 12px; align-content: start; min-height: 320px; }

.capture-form { padding: 16px; display: grid; gap: 14px; }
.capture-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 2px;
}
.capture-intro h3 { margin: 3px 0 4px; font-size: 20px; }
.capture-intro p { color: var(--muted); line-height: 1.5; font-size: 13px; }
.capture-kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.offline-status { display: inline-block; margin-top: 9px; color: #8d4410; font-size: 12px; font-weight: 700; }
.cloud-status { display: inline-block; color: var(--green); font-size: 12px; font-weight: 800; }
.cloud-login { display: flex; gap: 8px; }
.cloud-login input { min-width: 0; flex: 1; border: 1px solid var(--line); border-radius: 8px; padding: 10px; }
.camera-button {
  display: grid;
  place-items: center;
  min-width: 112px;
  min-height: 72px;
  padding: 10px;
  border: 1px solid #9fc6b7;
  border-radius: 8px;
  background: var(--green-2);
  color: var(--green);
  font-weight: 800;
  text-align: center;
}
.camera-button input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.capture-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.capture-preview.empty {
  min-height: 112px;
  place-items: center;
  border: 1px dashed #bbcbc4;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}
.capture-preview figure { position: relative; margin: 0; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: #e8eeeb; }
.capture-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.capture-preview figure button {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 32, 28, .82);
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.capture-actions { display: flex; align-items: center; gap: 12px; min-height: 38px; }
.capture-actions span, .capture-submit-row span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.secondary-button {
  border: 1px solid #9fc6b7;
  background: #fff;
  color: var(--green);
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 800;
}
.secondary-button:disabled, .primary-button:disabled { opacity: .6; cursor: wait; }
.error-text { color: var(--red) !important; }
.profit-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #20342d;
  border-radius: 8px;
  background: #20342d;
  color: #fff;
}
.profit-check div { min-height: 82px; display: grid; align-content: center; gap: 5px; padding: 14px; background: #20342d; }
.profit-check div + div { background: #29463b; }
.profit-check span { color: #c0d8ce; font-size: 12px; }
.profit-check strong { font-size: 23px; font-variant-numeric: tabular-nums; }
.profit-check small { grid-column: 1 / -1; padding: 9px 14px; background: #16231e; color: #c0d8ce; font-size: 12px; line-height: 1.45; }
.capture-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.capture-grid label { display: grid; gap: 6px; }
.capture-grid label span { color: var(--muted); font-size: 12px; font-weight: 700; }
.capture-grid .wide { grid-column: 1 / -1; }
.capture-grid input, .capture-grid select, .capture-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  outline: none;
  background: #fff;
}
.capture-grid textarea { resize: vertical; }
.capture-grid input:focus, .capture-grid select:focus, .capture-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29, 107, 85, .12); }
.capture-submit-row { border-top: 1px solid var(--line); padding-top: 14px; }
.capture-history { display: grid; }
.capture-history-head { display: grid; gap: 3px; padding: 16px; border-bottom: 1px solid var(--line); }
.capture-history-head span { color: var(--muted); font-size: 12px; }
.capture-history-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.capture-history-row img, .capture-history-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.capture-history-thumb { display: grid; place-items: center; background: var(--green-2); color: var(--green); font-weight: 800; }
.capture-history-row div { min-width: 0; display: grid; gap: 3px; }
.capture-history-row b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.capture-history-row span, .capture-history-row small { color: var(--muted); font-size: 11px; }
.draft-promote { justify-self: start; margin-top: 5px; border: 1px solid #9fc6b7; border-radius: 6px; background: #fff; color: var(--green); padding: 5px 8px; font-size: 11px; font-weight: 800; }

.prep-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(220px, 1fr));
  gap: 12px;
  padding: 14px;
  overflow-x: auto;
}
.prep-column {
  min-width: 220px;
  background: #f7f9f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.prep-column header {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.prep-column header span,
.prep-column header small {
  color: var(--muted);
  font-size: 12px;
}
.prep-cards {
  display: grid;
  gap: 8px;
  padding: 10px;
  max-height: calc(100vh - 310px);
  overflow: auto;
}
.prep-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
  display: grid;
  gap: 6px;
}
.prep-card:hover { border-color: var(--green); }
.prep-card b {
  line-height: 1.35;
  font-size: 13px;
}
.prep-card span,
.prep-card small,
.empty-column {
  color: var(--muted);
  font-size: 12px;
}
.prep-card.stale {
  border-color: #e7a66f;
  background: #fff8f1;
}
.status-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.status-form label {
  display: grid;
  gap: 6px;
}
.status-form label span,
.status-form small {
  color: var(--muted);
  font-size: 12px;
}
.status-form select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

@media (max-width: 1050px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar {
    position: sticky;
    top: 0;
    z-index: 4;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nav { grid-template-columns: repeat(6, 1fr); }
  .filter-stack { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .detail-panel { position: static; }
}

@media (max-width: 720px) {
  .sidebar { padding: 10px 12px; gap: 10px; }
  .brand { gap: 9px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 18px; }
  .nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .nav-item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 2px;
    padding: 9px 6px;
    font-size: 13px;
    white-space: nowrap;
  }
  .nav-item span { width: 24px; height: 24px; }
  .workspace { padding: 14px; }
  .topbar { align-items: stretch; flex-direction: column; }
  .top-actions { width: 100%; }
  .search { width: 100%; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-stack { grid-template-columns: 1fr; }
  .product-row {
    grid-template-columns: 50px minmax(0, 1fr);
  }
  .product-row .money, .product-row .badge-wrap { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .capture-intro { align-items: stretch; flex-direction: column; }
  .camera-button { min-height: 48px; }
  .capture-grid { grid-template-columns: 1fr; }
  .capture-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .capture-actions { align-items: flex-start; flex-direction: column; }
  .cloud-login { flex-direction: column; }
  .cloud-login .secondary-button { width: 100%; }
  .capture-submit-row { align-items: stretch; flex-direction: column; }
  .capture-submit-row .primary-button { width: 100%; min-height: 48px; }
  .analytics-row { grid-template-columns: 1fr; }
  .prep-board { grid-template-columns: repeat(6, 220px); }
  .status-form { grid-template-columns: 1fr; }
  .sync-card dl div { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 720px) {
  body { background: #f5f7f2; }
  .app-shell { display: block; min-height: 100dvh; }
  .sidebar {
    position: static;
    min-height: 72px;
    padding: 13px 16px;
    background: #163d33;
    box-shadow: 0 4px 18px rgba(17, 44, 37, .18);
  }
  .brand { gap: 10px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .brand-name { font-size: 17px; letter-spacing: 0; }
  .brand-sub { display: none; }
  .filter-stack { display: none !important; }
  .nav {
    position: fixed;
    z-index: 20;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 7px 4px max(7px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #dbe5df;
    box-shadow: 0 -7px 22px rgba(17, 44, 37, .08);
    backdrop-filter: blur(14px);
  }
  .nav-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 27px auto;
    justify-items: center;
    gap: 1px;
    padding: 4px 1px;
    border-radius: 10px;
    color: #60736a;
    font-size: 10px;
    line-height: 1.15;
    white-space: normal;
  }
  .nav-item span { width: 26px; height: 26px; color: currentColor; font-size: 17px; }
  .nav-item b { overflow: hidden; max-width: 100%; text-overflow: ellipsis; }
  .nav-item.active { background: #e5f4ec; color: #137a5b; }
  .workspace { padding: 18px 14px 90px; overflow: visible; }
  .topbar { align-items: center; flex-direction: row; margin-bottom: 16px; }
  .topbar h1 { font-size: 24px; }
  .topbar p { display: inline-flex; margin-top: 4px; color: #137a5b; font-size: 11px; font-weight: 800; }
  .top-actions { width: auto; gap: 8px; }
  .search { display: none; }
  .icon-button { width: 40px; height: 40px; border-radius: 12px; box-shadow: none; }
  .metrics { gap: 8px; }
  body[data-view="purchase"] .metrics,
  body[data-view="purchase"] .parallel-note,
  body[data-view="purchase"] .topbar p { display: none !important; }
  .content-grid { display: block; }
  .inventory-panel,
  .detail-panel {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .product-list { max-height: none; overflow: visible; }
  .panel-head { padding: 0 2px 12px; border: 0; }
  .panel-head h2 { font-size: 15px; }
  .detail-panel { min-height: 0; margin-top: 18px; }
  .capture-form {
    gap: 16px;
    padding: 18px;
    border: 1px solid #dbe5df;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .capture-intro { gap: 12px; padding: 0; }
  .capture-intro h3 { font-size: 22px; line-height: 1.25; }
  .capture-intro p { font-size: 13px; }
  .camera-button {
    min-height: 88px;
    border-color: #9fceb9;
    background: #e5f4ec;
    border-radius: 8px;
    font-size: 16px;
  }
  .cloud-login {
    gap: 8px;
    padding: 12px;
    border: 1px solid #cce5d8;
    border-radius: 8px;
    background: #f5fbf7;
  }
  .cloud-login input { min-height: 44px; border-radius: 8px; background: #fff; }
  .cloud-login .secondary-button { min-height: 44px; border-radius: 8px; }
  .capture-preview.empty { min-height: 98px; border-radius: 8px; background: #fafcfb; }
  .capture-actions { gap: 8px; }
  .secondary-button { min-height: 44px; border-radius: 8px; }
  .profit-check { border-radius: 8px; }
  .profit-check div { min-height: 88px; padding: 15px; }
  .profit-check strong { font-size: 26px; }
  .capture-grid { gap: 14px; }
  .capture-grid input,
  .capture-grid select,
  .capture-grid textarea { min-height: 46px; border-radius: 8px; font-size: 16px; }
  .capture-grid textarea { min-height: 96px; }
  .capture-submit-row {
    position: sticky;
    bottom: 66px;
    z-index: 3;
    margin: 0 -4px;
    padding: 14px 4px 4px;
    border-top: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 28%);
  }
  .capture-submit-row .primary-button { min-height: 54px; border-radius: 8px; font-size: 16px; box-shadow: 0 8px 18px rgba(19, 122, 91, .22); }
  .capture-history { overflow: hidden; border: 1px solid #dbe5df; border-radius: 8px; background: #fff; }
  .capture-history-head { padding: 14px; }
  .capture-history-row { padding: 12px 14px; }
}
