@font-face {
  font-family: "Shop Noto Sans JP";
  src: url("assets/shop-os/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Shop Noto Sans JP";
  src: url("assets/shop-os/fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Shop Noto Sans JP";
  src: url("assets/shop-os/fonts/NotoSansJP-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Shop Noto Sans JP";
  src: url("assets/shop-os/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

:root {
  --ink: #17201f;
  --muted: #59615f;
  --green: #3f8f61;
  --deep-green: #2f754f;
  --soft-green: #dcefdc;
  --line: #e5ded2;
  --paper: #fffdf8;
  --warm: #f8efe3;
  --amber: #e8b955;
  --orange: #f39b2f;
  --red: #df4c44;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP",
    system-ui, sans-serif;
  font-weight: 800;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

/* Image-backed LP: exact visual match with transparent interaction layers. */
.lp-image-page {
  min-width: 1024px;
  overflow-x: auto;
  background: #f6efe3;
}

.lp-image-stage {
  position: relative;
  width: min(100vw, 1672px);
  aspect-ratio: 1672 / 941;
  margin: 0 auto;
  overflow: hidden;
  background: #fffaf3;
}

.lp-reference-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.lp-hit {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
}

.lp-hit:focus-visible {
  outline: 3px solid rgba(47, 117, 79, 0.85);
  outline-offset: 3px;
  background: rgba(63, 143, 97, 0.08);
}

.lp-hit-brand { left: 1.8%; top: 3.3%; width: 8.3%; height: 4.9%; }
.lp-hit-features { left: 29.4%; top: 3.5%; width: 3.9%; height: 3.6%; }
.lp-hit-plans { left: 34.3%; top: 3.5%; width: 6.1%; height: 3.6%; }
.lp-hit-cases { left: 41.3%; top: 3.5%; width: 6.1%; height: 3.6%; }
.lp-hit-faq { left: 49.1%; top: 3.5%; width: 7.5%; height: 3.6%; }
.lp-hit-login { left: 57.2%; top: 3.5%; width: 4.3%; height: 3.6%; }
.lp-hit-top-cta { left: 73.2%; top: 2.1%; width: 12.1%; height: 6.1%; }
.lp-hit-top-screen { left: 88.1%; top: 3.2%; width: 9.4%; height: 4.5%; }
.lp-hit-dashboard { left: 17.1%; top: 9.0%; width: 78.0%; height: 64.8%; border-radius: 24px; }
.lp-hit-main-cta { left: 4.2%; top: 87.8%; width: 21.1%; height: 7.0%; }
.lp-hit-main-screen { left: 28.1%; top: 88.6%; width: 10.2%; height: 5.3%; }

.lp-semantic-section {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-semantic-section h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
}

.lp-semantic-section p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

/* LP reference hero */
.lp-exact {
  min-width: 1180px;
  overflow-x: auto;
  background:
    radial-gradient(circle at 88% 20%, rgba(224, 204, 178, 0.55), transparent 380px),
    linear-gradient(115deg, #fffdf9 0%, #fffaf3 48%, #f2dfc3 100%);
}

.lp-ref-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 330px 1fr 448px;
  align-items: center;
  height: 96px;
  padding: 0 38px;
}

.lp-ref-brand {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.lp-ref-nav nav {
  display: flex;
  justify-content: center;
  gap: 0;
}

.lp-ref-nav nav a {
  position: relative;
  padding: 0 24px;
  color: #151b1a;
  font-size: 15px;
  font-weight: 900;
}

.lp-ref-nav nav a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #d7d0c6;
  transform: translateY(-50%);
}

.lp-ref-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 54px;
}

.lp-ref-primary {
  display: grid;
  place-items: center;
  width: 204px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--deep-green));
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.lp-ref-ghost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 46px;
  border-bottom: 2px solid #1d2523;
  font-size: 15px;
  font-weight: 950;
}

.lp-ref-ghost span {
  font-size: 30px;
  font-weight: 500;
}

.lp-ref-hero {
  position: relative;
  width: 1672px;
  min-height: 941px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 55%, rgba(255, 255, 255, 0.94), transparent 310px),
    linear-gradient(115deg, #fffdf9 0%, #fffaf3 48%, #f1dfc4 100%);
}

.lp-ref-hero::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 198px;
  z-index: 2;
  width: 240px;
  height: 500px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(184, 146, 95, 0.44), rgba(122, 83, 45, 0.26));
  box-shadow: 0 28px 72px rgba(82, 60, 35, 0.2);
  transform: rotate(7deg);
}

.botanical {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.botanical-left {
  left: -24px;
  top: 86px;
  width: 128px;
  height: 360px;
}

.botanical-bottom {
  left: 0;
  bottom: 105px;
  width: 180px;
  height: 210px;
}

.botanical i {
  position: absolute;
  display: block;
  width: 22px;
  height: 58px;
  border-radius: 60% 0 60% 0;
  background: linear-gradient(135deg, rgba(117, 146, 78, 0.65), rgba(198, 184, 125, 0.22));
  filter: blur(0.2px);
  transform: rotate(-36deg);
}

.botanical-left i:nth-child(1) { left: 0; top: 2px; transform: rotate(-62deg); }
.botanical-left i:nth-child(2) { left: 36px; top: 38px; transform: rotate(-48deg); }
.botanical-left i:nth-child(3) { left: 8px; top: 83px; transform: rotate(-40deg); }
.botanical-left i:nth-child(4) { left: 40px; top: 132px; transform: rotate(-32deg); }
.botanical-left i:nth-child(5) { left: 12px; top: 192px; transform: rotate(-42deg); }
.botanical-left i:nth-child(6) { left: 48px; top: 250px; transform: rotate(-30deg); }
.botanical-bottom i:nth-child(1) { left: 28px; bottom: 0; transform: rotate(44deg); }
.botanical-bottom i:nth-child(2) { left: 68px; bottom: 42px; transform: rotate(26deg); }
.botanical-bottom i:nth-child(3) { left: 108px; bottom: 83px; transform: rotate(20deg); }

.dry-flowers {
  position: absolute;
  left: 2px;
  top: 350px;
  z-index: 3;
  width: 190px;
  height: 235px;
  pointer-events: none;
}

.dry-flowers i {
  position: absolute;
  bottom: 8px;
  display: block;
  width: 1px;
  height: 145px;
  background: linear-gradient(#ceb071, #9d7741);
  opacity: 0.72;
  transform-origin: bottom center;
}

.dry-flowers i::before,
.dry-flowers i::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #cfb36f;
}

.dry-flowers i::before {
  left: -4px;
  top: -9px;
  width: 8px;
  height: 8px;
  box-shadow:
    -12px 18px 0 -1px #d8c28a,
    10px 30px 0 -2px #cba86a,
    -8px 46px 0 -2px #d7bd81;
}

.dry-flowers i::after {
  left: 6px;
  top: 24px;
  width: 7px;
  height: 7px;
  box-shadow:
    9px 24px 0 -2px #d8c28a,
    -11px 42px 0 -2px #caa66a;
}

.dry-flowers i:nth-child(1) { left: 46px; transform: rotate(-31deg); height: 150px; }
.dry-flowers i:nth-child(2) { left: 68px; transform: rotate(-21deg); height: 175px; }
.dry-flowers i:nth-child(3) { left: 88px; transform: rotate(-12deg); height: 160px; }
.dry-flowers i:nth-child(4) { left: 106px; transform: rotate(8deg); height: 172px; }
.dry-flowers i:nth-child(5) { left: 124px; transform: rotate(20deg); height: 154px; }
.dry-flowers i:nth-child(6) { left: 142px; transform: rotate(31deg); height: 135px; }

.award-block {
  position: absolute;
  left: 106px;
  top: 146px;
  z-index: 5;
  display: grid;
  grid-template-columns: 70px 192px 70px;
  align-items: center;
  text-align: center;
}

.award-block p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 950;
}

.award-block span {
  display: block;
  width: 92px;
  height: 1px;
  margin: 12px auto 10px;
  background: #c7a24a;
}

.award-block strong {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.award-block em {
  display: block;
  margin-top: 8px;
  color: #c29a39;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.18em;
}

.laurel {
  position: relative;
  width: 62px;
  height: 126px;
  border-left: 2px solid #c09a39;
  border-radius: 100% 0 0 100%;
  opacity: 0.95;
}

.laurel::before,
.laurel::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 21px;
  border-radius: 100% 0 100% 0;
  background: #c09a39;
  transform: rotate(35deg);
}

.laurel::before {
  left: 16px;
  top: 4px;
  box-shadow:
    -8px 20px 0 #c09a39,
    -12px 43px 0 #c09a39,
    -11px 67px 0 #c09a39,
    -2px 91px 0 #c09a39;
}

.laurel::after {
  left: 29px;
  top: 16px;
  transform: rotate(65deg);
  box-shadow:
    -5px 22px 0 #c09a39,
    -5px 46px 0 #c09a39,
    2px 71px 0 #c09a39;
}

.laurel.right {
  transform: scaleX(-1);
}

.booking-paper,
.receipt-paper,
.review-paper {
  position: absolute;
  z-index: 8;
  background: rgba(255, 249, 237, 0.92);
  box-shadow: 0 24px 60px rgba(69, 52, 29, 0.16);
  color: #1d2523;
}

.booking-paper {
  left: 158px;
  top: 346px;
  display: grid;
  gap: 9px;
  width: 235px;
  height: 196px;
  padding: 26px 28px 20px;
  background: #fff9ee;
  text-align: center;
  transform: rotate(-2.5deg);
}

.booking-paper::before {
  content: "";
  position: absolute;
  left: -28px;
  right: -34px;
  bottom: -24px;
  z-index: -1;
  height: 22px;
  border-radius: 4px 4px 10px 10px;
  background: linear-gradient(180deg, #c49968, #8d6338);
  box-shadow: 0 10px 22px rgba(93, 63, 32, 0.22);
  transform: rotate(1deg);
}

.booking-paper b {
  font-size: 18px;
}

.booking-paper strong {
  font-size: 21px;
  line-height: 1.45;
}

.booking-paper span,
.booking-paper small {
  color: #5d625e;
  font-size: 12px;
  line-height: 1.5;
}

.hero-dashboard-card {
  position: absolute;
  left: 324px;
  top: 108px;
  z-index: 4;
  display: grid;
  grid-template-columns: 178px 1fr;
  grid-template-rows: 34px 1fr;
  width: 1260px;
  height: 554px;
  overflow: hidden;
  border: 1px solid rgba(230, 222, 209, 0.9);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.91);
  box-shadow: 0 34px 95px rgba(79, 61, 37, 0.18);
  backdrop-filter: blur(12px);
  transform: rotate(3.4deg);
}

.browser-dots {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 18px;
  border-bottom: 1px solid rgba(229, 222, 210, 0.86);
}

.browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8dfd0;
}

.browser-dots span:nth-child(2) { background: #d7b552; }
.browser-dots span:nth-child(3) { background: #7a9b61; }

.hero-dashboard-card aside {
  padding: 17px 20px;
  border-right: 1px solid rgba(229, 222, 210, 0.86);
  background: rgba(245, 238, 225, 0.86);
}

.hero-dashboard-card aside b {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
}

.hero-dashboard-card aside i {
  position: relative;
  display: block;
  height: 31px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: transparent;
  font-style: normal;
}

.hero-dashboard-card aside i::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 1.5px solid #77806e;
  border-radius: 2px;
}

.hero-dashboard-card aside i::after {
  position: absolute;
  left: 30px;
  top: 8px;
  color: #4e564e;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-dashboard-card aside i:nth-child(2) {
  background: #edf5e8;
}

.hero-dashboard-card aside i:nth-child(2)::after { content: "ダッシュボード"; color: #43835e; }
.hero-dashboard-card aside i:nth-child(3)::after { content: "月次入力"; }
.hero-dashboard-card aside i:nth-child(4)::after { content: "利益漏れマップ"; }
.hero-dashboard-card aside i:nth-child(5)::after { content: "今月やること"; }
.hero-dashboard-card aside i:nth-child(6)::after { content: "改善文面生成"; }
.hero-dashboard-card aside i:nth-child(7)::after { content: "月次レポート"; }
.hero-dashboard-card aside i:nth-child(8)::after { content: "おすすめツール"; }

.hero-dashboard-card aside i:nth-child(2)::before {
  border-color: #43835e;
}

.dash-ui {
  padding: 13px 30px 18px;
}

.dash-ui-top,
.score-row,
.hero-map-title,
.impact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-ui-top h2 {
  margin: 0;
  font-size: 18px;
}

.dash-ui-top button {
  width: 118px;
  height: 34px;
  border: 1px solid #e4ded2;
  border-radius: 8px;
  background: #fffdf8;
  font-size: 12px;
  font-weight: 900;
}

.dash-ui-top span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #d6d0c4;
  border-radius: 50%;
}

.score-row {
  margin-top: 12px;
}

.score-row b {
  font-size: 15px;
}

.score-row a {
  color: #5d625e;
  font-size: 12px;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.hero-kpis article {
  min-height: 94px;
  padding: 12px 12px;
  border: 1px solid #e7dfd4;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.hero-kpis span,
.hero-kpis small {
  color: #4d5552;
  font-size: 11px;
}

.hero-kpis strong {
  display: block;
  margin: 8px 0 7px;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.hero-kpis em {
  color: #33845a;
  font-style: normal;
}

.hero-kpis i {
  color: #d85d38;
  font-style: normal;
}

.hero-map-title {
  margin-top: 16px;
}

.hero-map-title h3 {
  margin: 0;
  font-size: 16px;
}

.hero-map-title p {
  margin: 0;
  color: #4d5552;
  font-size: 11px;
}

.hero-map-title p span,
.legend span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 12px;
  border-radius: 50%;
  background: #6f9a56;
}

.hero-map-title p span:nth-of-type(2) { background: #e0a736; }
.hero-map-title p span:nth-of-type(3) { background: #d16c4d; }

.hero-flow {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 11px;
  margin-top: 10px;
}

.hero-flow div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.hero-flow div + div::before {
  content: "→";
  position: absolute;
  left: -15px;
  top: 34px;
  color: #b68a37;
  font-size: 14px;
}

.hero-flow i {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #dbeed2;
  color: #4f8e3f;
  font-style: normal;
}

.hero-flow .warn i { background: #ffe4aa; color: #d27a16; }
.hero-flow .bad i { background: #f6b6a9; color: #d84f40; }

.hero-flow b {
  font-size: 13px;
}

.hero-flow small {
  color: #4d5552;
  font-size: 10px;
  line-height: 1.35;
}

.impact-bar {
  height: 50px;
  margin-top: 13px;
  padding: 0 20px;
  border: 1px solid #f0ddb5;
  border-radius: 12px;
  background: #fff6e7;
}

.impact-bar p {
  margin: 0;
  color: #c76233;
  font-size: 13px;
}

.impact-bar span {
  color: #4d5552;
  font-size: 12px;
}

.impact-bar strong {
  color: #33845a;
  font-size: 26px;
}

.score-float {
  display: none;
}

.score-float span,
.score-float small {
  color: #dde0da;
  font-size: 12px;
}

.score-float strong {
  display: block;
  color: rgba(23, 32, 31, 0.12);
  font-size: 58px;
  line-height: 0.9;
}

.receipt-paper {
  right: 54px;
  top: 492px;
  width: 176px;
  min-height: 210px;
  padding: 28px 24px;
  transform: rotate(7deg);
}

.receipt-paper b,
.review-paper b {
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
}

.receipt-paper span,
.receipt-paper p,
.receipt-paper small {
  color: #646a67;
  font-size: 12px;
  line-height: 1.7;
}

.receipt-paper strong {
  display: block;
  margin: 12px 0;
  font-size: 13px;
}

.review-paper {
  right: 42px;
  bottom: 44px;
  width: 265px;
  min-height: 150px;
  padding: 25px 30px;
  transform: rotate(-9deg);
}

.review-paper span {
  color: #ad8431;
  letter-spacing: 0.08em;
}

.review-paper p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.lp-ref-copy {
  position: absolute;
  left: 72px;
  bottom: 48px;
  z-index: 9;
  width: 720px;
}

.lp-ref-copy h1 {
  margin: 0;
  font-size: 66px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
}

.lp-ref-copy em {
  color: var(--green);
  font-style: normal;
}

.lp-ref-copy p {
  margin: 22px 0 0;
  max-width: 710px;
  color: #5f6863;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 900;
}

.lp-ref-copy > div {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 26px;
}

.hero-main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  width: 350px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--deep-green));
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.hero-main-cta span,
.hero-sub-cta span {
  font-size: 28px;
  font-weight: 500;
}

.hero-sub-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  height: 56px;
  border-bottom: 2px solid #1d2523;
  font-size: 16px;
  font-weight: 950;
}

.feature-strip {
  position: absolute;
  left: 775px;
  bottom: 54px;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 20px;
}

.feature-strip article {
  min-height: 115px;
  padding-left: 22px;
  border-left: 1px solid #e3d7c8;
}

.feature-strip i {
  display: block;
  margin-bottom: 14px;
  font-size: 26px;
  font-style: normal;
}

.feature-strip b {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.feature-strip span {
  display: block;
  margin-top: 8px;
  color: #68706c;
  font-size: 12px;
  line-height: 1.6;
}

.below-section {
  min-height: 470px;
  padding: 110px 72px;
  background: #fffdf9;
}

.below-section h2 {
  margin: 0;
  font-size: 46px;
}

.below-section p {
  max-width: 740px;
  color: #5f6863;
  font-size: 18px;
  line-height: 1.8;
}

/* Dashboard reference */
.app-exact {
  min-width: 1536px;
  overflow: auto;
  background: #f6f7f9;
  font-family: "Shop Noto Sans JP", sans-serif;
  font-weight: 400;
}

.app-exact b,
.app-exact strong {
  font-weight: 600;
}

.fake-browser {
  position: relative;
  width: 1536px;
  height: 88px;
  background: #eef1f5;
  border-bottom: 1px solid #d8dde5;
  color: #18211f;
}

.window-controls {
  position: absolute;
  left: 18px;
  top: 14px;
  display: flex;
  gap: 10px;
}

.window-controls span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.window-controls span:nth-child(1) { background: #ff5f57; }
.window-controls span:nth-child(2) { background: #febc2e; }
.window-controls span:nth-child(3) { background: #28c840; }

.tab-title {
  position: absolute;
  left: 92px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 253px;
  height: 42px;
  padding: 0 12px;
  border-radius: 0 0 9px 9px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.tab-title i {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 18px;
  height: 14px;
  margin-top: 5px;
  border: 2px solid #13944b;
  border-top: 0;
  border-radius: 4px;
}

.tab-title i::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -7px;
  height: 7px;
  border: 2px solid #13944b;
  border-bottom: 0;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(90deg, transparent 30%, #13944b 31% 36%, transparent 37% 63%, #13944b 64% 69%, transparent 70%);
}

.tab-title b {
  flex: 0 0 auto;
  margin-left: auto;
  color: #656c74;
}

.browser-plus {
  position: absolute;
  left: 357px;
  top: 11px;
  color: #5e6872;
  font-size: 24px;
}

.browser-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  display: grid;
  grid-template-columns: 37px 37px 37px 1fr;
  align-items: center;
  gap: 4px;
  padding: 0 120px 0 12px;
}

.browser-bar span {
  color: #66707b;
  text-align: center;
  font-size: 24px;
}

.browser-bar b {
  height: 34px;
  padding: 8px 16px;
  border-radius: 18px;
  background: #fff;
  color: #202a2a;
  font-size: 14px;
  font-weight: 600;
}

.browser-icons {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #344045;
  font-size: 22px;
}

.browser-icons span:nth-child(2) {
  width: 26px;
  height: 26px;
  border: 1px solid #cfd5dc;
  border-radius: 50%;
  background: #fff;
}

.dashboard-app {
  display: grid;
  grid-template-columns: 244px 1292px;
  width: 1536px;
  height: 936px;
  min-height: 936px;
  background: #fff;
}

.dash-sidebar {
  position: relative;
  height: 936px;
  min-height: 936px;
  padding: 18px 15px 24px;
  border-right: 1px solid #d9dee6;
  background: #fff;
}

.dash-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 45px;
  color: #141c1a;
  font-size: 20px;
  font-weight: 400;
}

.dash-logo i {
  display: block;
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  margin-top: -3px;
  background: url("assets/shop-os/icons/brand.png") center / 37px 37px no-repeat;
}

.dash-logo i::before {
  display: none;
}

.dash-logo i::after {
  display: none;
}

.dash-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.dash-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 10px;
  border-radius: 7px;
  color: #2e373f;
  font-size: 14px;
  font-weight: 400;
}

.dash-sidebar nav a.active {
  background: #edf8ef;
  color: #138643;
  font-weight: 500;
}

.dash-sidebar nav i {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-left: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  font-size: 0;
  font-style: normal;
}

.dash-sidebar nav a:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/nav-1-v2.png"); }
.dash-sidebar nav a:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/nav-2-v2.png"); }
.dash-sidebar nav a:nth-child(3) i { background-image: url("assets/shop-os/icon-refresh/nav-3-v2.png"); }
.dash-sidebar nav a:nth-child(4) i { background-image: url("assets/shop-os/icon-refresh/nav-4-v2.png"); }
.dash-sidebar nav a:nth-child(5) i { background-image: url("assets/shop-os/icon-refresh/nav-5-v2.png"); }
.dash-sidebar nav a:nth-child(6) i { background-image: url("assets/shop-os/icon-refresh/nav-6-v2.png"); }
.dash-sidebar nav a:nth-child(7) i { background-image: url("assets/shop-os/icon-refresh/nav-7-v2.png"); }
.dash-sidebar nav a:nth-child(8) i { background-image: url("assets/shop-os/icon-refresh/nav-8-v2.png"); }
.dash-sidebar nav a:nth-child(9) i { background-image: url("assets/shop-os/icon-refresh/nav-9-v2.png"); }
.dash-sidebar nav a:nth-child(10) i { background-image: url("assets/shop-os/icon-refresh/nav-10-v2.png"); }
.dash-sidebar nav a:nth-child(11) i { background-image: url("assets/shop-os/icon-refresh/nav-11-v2.png"); }

.hint-box {
  position: absolute;
  left: 22px;
  right: 36px;
  bottom: 67px;
  min-height: 160px;
  padding: 18px 18px;
  border-radius: 15px;
  background: #fff6e4;
}

.hint-box b {
  font-size: 14px;
  font-weight: 700;
}

.hint-box p {
  margin: 16px 0 14px;
  color: #4d5560;
  font-size: 12px;
  line-height: 1.65;
}

.hint-box button {
  width: 145px;
  height: 33px;
  border: 1px solid #175fc3;
  border-radius: 5px;
  background: #fff;
  color: #175fc3;
  font-size: 12px;
  font-weight: 900;
}

.dash-main {
  width: 1292px;
  height: 936px;
  padding: 16px 38px 28px 20px;
  background: #fff;
}

.dash-top {
  position: relative;
  height: 94px;
}

.dash-top > div:first-child {
  margin-left: 30px;
}

.dash-top h1 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.dash-top h2 {
  margin: 22px 0 3px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.dash-top p {
  margin: 0;
  color: #4d5560;
  font-size: 13px;
}

.user-tools {
  position: absolute;
  right: 18px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-tools a,
.user-tools .user-guide {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 13px;
}

.user-tools a i,
.user-tools .user-guide i {
  display: block;
  width: 25px;
  height: 25px;
  background: url("assets/shop-os/icons/help-guide.png") center / 25px 25px no-repeat;
}

.notify {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  background: url("assets/shop-os/icon-refresh/notification-v2.png") center / 42px 42px no-repeat;
  font-size: 0;
}

.notify::before {
  display: none;
}

.notify::after {
  display: none;
}

.avatar {
  width: 42px;
  height: 42px;
  background: url("assets/shop-os/icon-refresh/profile-v2.png") center / 42px 42px no-repeat;
}

.profile-shortcut {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 2px 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.profile-shortcut:hover strong,
.profile-shortcut:focus-visible strong { color: #167a43; }
.profile-shortcut:focus-visible { border-radius: 5px; outline: 2px solid #9acfb0; outline-offset: 2px; }
.profile-shortcut em { color: #4d5560; font-size: 13px; font-style: normal; }

.user-tools strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.user-tools small {
  display: block;
  margin-top: 3px;
  color: #4d5560;
  font-size: 11px;
}

.period-select {
  position: absolute;
  right: 18px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.period-select b {
  color: #4d5560;
  font-size: 12px;
}

.period-select > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  border: 1px solid #d8dde5;
  border-radius: 5px;
  padding: 0 14px;
  background: #fff;
  color: #333b45;
  font-size: 12px;
  font-weight: 650;
}

.period-select > button i {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -2px;
  background: url("assets/shop-os/icons/period-calendar.png") center / 24px 24px no-repeat;
}

.period-select > button em {
  color: #505a64;
  font-size: 12px;
  font-style: normal;
}

.period-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 30;
  width: 228px;
  overflow: hidden;
  border: 1px solid #d9e1dc;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(29, 47, 37, 0.14);
}

.period-menu[hidden] { display: none !important; }
.period-menu > p { margin: 0; padding: 12px 14px 8px; color: #69736e; font-size: 10px; font-weight: 700; }
.period-menu__label { padding: 10px 14px 5px; border-top: 1px solid #edf0ed; color: #69736e; font-size: 10px; font-weight: 700; }
.period-menu button { width: 100%; border: 0; background: #fff; color: #26312a; text-align: left; }
.period-menu button:hover,
.period-menu button:focus-visible { background: #f3faf4; outline: 0; }
.period-menu__row { display: grid; grid-template-columns: 37px minmax(0, 1fr) auto; align-items: center; min-height: 45px; padding: 7px 14px; }
.period-menu__row span { color: #58936c; font-size: 10px; font-weight: 700; }
.period-menu__row strong { overflow: hidden; font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.period-menu__row em { color: #7a857e; font-size: 10px; font-style: normal; }
.period-menu__row.is-current { background: #f7fbf7; }
.period-menu__input { min-height: 43px; margin-top: 4px; padding: 0 14px; border-top: 1px solid #edf0ed !important; color: #167a43 !important; font-size: 12px; font-weight: 700; }

.score-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 34px;
}

.mobile-score-hero { display: none; }

.score-heading h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
}

.score-heading h3 span {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: 1px solid #9aa3ae;
  border-radius: 50%;
  color: #7f8893;
  font-size: 10px;
}

.score-heading p {
  display: none;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.metric-grid article {
  position: relative;
  height: 132px;
  padding: 13px 12px 24px 58px;
  overflow: hidden;
  border: 1px solid #dce2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 47, 62, 0.032);
}

.metric-grid i {
  position: absolute;
  left: 9px;
  top: 14px;
  display: block;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
}

.metric-grid article:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/metric-sales-v2.png"); }
.metric-grid article:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/metric-visits-v2.png"); }
.metric-grid article:nth-child(3) i { background-image: url("assets/shop-os/icon-refresh/metric-repeat-v2.png"); }
.metric-grid article:nth-child(4) i { background-image: url("assets/shop-os/icon-refresh/metric-open-slots-v2.png"); }
.metric-grid article:nth-child(5) i { background-image: url("assets/shop-os/icon-refresh/metric-cancel-v2.png"); }
.metric-grid article:nth-child(6) i { background-image: url("assets/shop-os/icon-refresh/metric-review-v2.png"); }

.metric-grid b {
  display: block;
  color: #37404a;
  font-size: 12px;
  font-weight: 500;
}

.metric-grid strong {
  display: block;
  margin-top: 2px;
  color: #111917;
  font-size: 23px;
  line-height: 1.05;
  white-space: nowrap;
  font-weight: 600;
}

.metric-grid article:first-child strong {
  font-size: 20px;
}

.metric-grid article:first-child {
  padding-right: 6px;
}

.metric-grid small {
  position: absolute;
  left: 13px;
  top: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4d5560;
  font-size: 11px;
}

.metric-grid small em {
  margin-left: -8px;
  color: #15964b;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

.metric-grid article:nth-child(2) small em,
.metric-grid article:nth-child(3) small em,
.metric-grid article:nth-child(4) small em,
.metric-grid article:nth-child(5) small em { color: #ee4038; }

.metric-grid article > span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 25px;
}

.metric-grid article > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(150deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 0 13px / 28px 15px no-repeat,
    linear-gradient(24deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 23px 10px / 32px 14px no-repeat,
    linear-gradient(155deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 52px 11px / 34px 13px no-repeat,
    linear-gradient(22deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 82px 9px / 35px 14px no-repeat,
    linear-gradient(156deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 114px 10px / 35px 13px no-repeat,
    linear-gradient(20deg, transparent calc(50% - 1px), #15964b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 146px 8px / 36px 14px no-repeat;
}

.metric-grid .orange > span::before {
  background:
    linear-gradient(150deg, transparent calc(50% - 1px), #ef8a19 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 0 13px / 30px 15px no-repeat,
    linear-gradient(24deg, transparent calc(50% - 1px), #ef8a19 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 27px 8px / 35px 16px no-repeat,
    linear-gradient(155deg, transparent calc(50% - 1px), #ef8a19 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 61px 10px / 38px 14px no-repeat,
    linear-gradient(21deg, transparent calc(50% - 1px), #ef8a19 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 96px 8px / 36px 14px no-repeat;
}

.metric-grid .red > span::before {
  background:
    linear-gradient(150deg, transparent calc(50% - 1px), #de3932 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 0 14px / 30px 15px no-repeat,
    linear-gradient(24deg, transparent calc(50% - 1px), #de3932 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 30px 12px / 35px 12px no-repeat,
    linear-gradient(155deg, transparent calc(50% - 1px), #de3932 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 65px 13px / 38px 13px no-repeat,
    linear-gradient(20deg, transparent calc(50% - 1px), #de3932 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 100px 10px / 42px 16px no-repeat;
}

.task-panel,
.input-panel,
.ai-panel,
.tools-panel {
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 47, 62, 0.032);
}

.leak-map-card {
  height: 190px;
  margin-top: 12px;
  padding: 0;
}

.card-head,
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-head h3,
.panel-head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}

.card-head h3 span {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: 1px solid #9aa3ae;
  border-radius: 50%;
  color: #7f8893;
  font-size: 10px;
}

.card-head button,
.panel-head a,
.ai-panel button,
.tools-panel button {
  display: inline-grid;
  place-items: center;
  min-height: 27px;
  border: 1px solid #cfe0fb;
  border-radius: 6px;
  padding: 0 10px;
  background: #f5f9ff;
  color: #1c65bd;
  font-size: 11px;
  font-weight: 700;
}

.leak-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 43px;
  margin-top: 3px;
  padding: 0 8px;
}

.leak-flow article {
  position: relative;
  display: block;
  height: 136px;
  padding: 0;
  border: 1px solid #9ad2a5;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fff9 0 45px, #fff 45px);
  text-align: center;
}

.leak-flow article + article::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 26px;
  width: 43px;
  height: 1px;
  background: #8b929c;
}

.leak-flow article + article::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 22px;
  border-left: 7px solid #8b929c;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.leak-flow .warn { border-color: #f2c270; background: linear-gradient(180deg, #fffaf0 0 45px, #fff 45px); }
.leak-flow .bad { border-color: #f2a5a0; background: linear-gradient(180deg, #fff8f7 0 45px, #fff 45px); }
.leak-flow .neutral { border-color: #cbd7ce; background: #fbfdfb; }

.leak-flow i {
  position: absolute;
  left: 19px;
  top: 8px;
  display: block;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px 38px;
  mix-blend-mode: multiply;
  image-rendering: auto;
  font-size: 0;
  font-style: normal;
}

.leak-flow article:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/flow-awareness-v2.png"); }
.leak-flow article:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/flow-before-v2.png"); }
.leak-flow article:nth-child(3) i { background-image: url("assets/shop-os/icon-refresh/flow-booking-v2.png"); }
.leak-flow article:nth-child(4) i { background-image: url("assets/shop-os/icon-refresh/flow-visit-v2.png"); }
.leak-flow article:nth-child(5) i { background-image: url("assets/shop-os/icon-refresh/metric-repeat-v2.png"); }
.leak-flow article:nth-child(6) i { background-image: url("assets/shop-os/icon-refresh/flow-review-v2.png"); }
.leak-flow article:nth-child(7) i { background-image: url("assets/shop-os/icon-refresh/flow-time-v2.png"); }

.leak-flow b {
  position: absolute;
  left: 67px;
  top: 16px;
  font-size: 12px;
  font-weight: 600;
}

.leak-flow em {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  min-height: 20px;
  border-radius: 999px;
  padding: 2px 12px;
  background: #cfe9cf;
  color: #138643;
  font-size: 10px;
  font-style: normal;
}

.leak-flow .warn em { background: #ffe5b9; color: #ad6610; }
.leak-flow .bad em { background: #ffd8d6; color: #d33c35; }
.leak-flow .neutral em { background: #eef3ef; color: #708077; }

.leak-flow p {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0;
  color: #4d5560;
  font-size: 10px;
  line-height: 1.25;
}

.leak-flow a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #175fc3;
  font-size: 10px;
}

.legend {
  margin: 4px 0 0 0;
  color: #4d5560;
  font-size: 11px;
}

.legend span:nth-of-type(1) { background: #70b879; }
.legend span:nth-of-type(2) { background: #f6c56d; }
.legend span:nth-of-type(3) { background: #f08c45; }
.legend span:nth-of-type(4) { background: #e74e46; }

.lower-panels {
  display: grid;
  grid-template-columns: 376px 368px 1fr;
  gap: 12px;
  margin-top: 12px;
}

.task-panel,
.input-panel,
.ai-panel {
  height: 238px;
  padding: 14px 16px;
  overflow: hidden;
}

.panel-head h3 em {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  margin-left: 8px;
  border-radius: 999px;
  padding: 0 12px;
  background: #dcefdc;
  color: #138643;
  font-size: 12px;
  font-style: normal;
}

.task-panel ul,
.input-panel ul {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.task-panel li,
.input-panel li {
  display: grid;
  align-items: center;
  min-height: 28px;
  border-bottom: 1px solid #edf0f4;
  color: #17201f;
  font-size: 12px;
  font-weight: 400;
}

.task-panel li b,
.input-panel li b,
  .ai-panel p,
  .tools-panel p {
  font-weight: 400;
}

.task-panel li {
  grid-template-columns: 20px 1fr auto 66px;
  gap: 8px;
}

.task-panel li i {
  width: 15px;
  height: 15px;
  border: 1px solid #8d96a1;
  border-radius: 3px;
}

.task-panel li em {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 19px;
  border: 1px solid #ffc7c4;
  border-radius: 999px;
  color: #de3932;
  font-size: 10px;
  font-style: normal;
}

.task-panel li:nth-child(n+2) em { border-color: #ffcf7c; color: #d17a16; }
.task-panel li span { color: #4d5560; text-align: right; }
.task-panel button,
.input-panel button {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #175fc3;
  font-size: 12px;
}

.input-panel li {
  grid-template-columns: 1fr auto;
}

.input-panel span { color: #138643; }
.input-panel em { color: #e27f21; font-style: normal; }
.input-panel strong { color: #de3932; }

.ai-panel ol {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.ai-panel li {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 5px 7px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
}

.ai-panel li i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #15964b;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.ai-panel p {
  margin: 0;
  color: #4d5560;
  font-size: 10px;
  line-height: 1.45;
}

.ai-panel .panel-head h3::first-letter {
  color: #9d46da;
}

.tools-panel {
  height: 154px;
  margin-top: 12px;
  padding: 10px 16px;
  overflow: hidden;
}

.tools-panel .panel-head h3 span {
  margin-left: 18px;
  color: #4d5560;
  font-size: 12px;
  font-weight: 800;
}

.tools-panel > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.tools-panel article {
  position: relative;
  display: block;
  min-height: 101px;
  padding: 0;
  border: 1px solid #dce2ea;
  border-radius: 10px;
}

.tools-panel article i {
  position: absolute;
  left: 6px;
  top: 5px;
  display: block;
  width: 78px;
  height: 78px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78px 78px;
}

.tools-panel article i::before,
.tools-panel article i::after {
  display: none;
}

.tools-panel article:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/tool-booking-v2.png"); }
.tools-panel article:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/tool-payment-v2.png"); }
.tools-panel article:nth-child(3) i { background-image: url("assets/shop-os/icon-refresh/tool-line-v2.png"); }

.tools-panel b {
  position: absolute;
  left: 86px;
  top: 8px;
  font-size: 15px;
  font-weight: 600;
}

.tools-panel p {
  position: absolute;
  left: 86px;
  right: 16px;
  top: 34px;
  margin: 0;
  color: #4d5560;
  font-size: 12px;
  line-height: 1.45;
}

.tools-panel button {
  position: absolute;
  right: 14px;
  top: 60px;
}

.tools-panel article:nth-child(2) button {
  display: none;
}

.tool-badge {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #ed7117;
  font-size: 10px;
  font-weight: 500;
}

/* Code-based workspace pages used by the app navigation. */
.app-exact.is-workspace .dashboard-app {
  height: auto;
  min-height: 936px;
  align-items: stretch;
}

.app-exact.is-workspace .dash-sidebar,
.app-exact.is-workspace .dash-main {
  height: auto;
  min-height: 936px;
}

.workspace-view[hidden],
[data-dashboard-block][hidden] {
  display: none !important;
}

.workspace-view {
  width: 1234px;
  margin-top: 20px;
  padding-bottom: 42px;
}

.workspace-intro,
.workspace-panel,
.form-panel,
.analysis-summary article,
.recommendation-grid article {
  border: 1px solid #dce2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 47, 62, 0.032);
}

.workspace-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  padding: 24px 28px;
  background: #fbfdfb;
}

.workspace-intro > div > span,
.workspace-panel > span,
.recommendation-grid em,
.followup-card > div > span,
.tool-note b {
  color: #158545;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.workspace-intro h3 {
  margin: 5px 0 4px;
  color: #17201f;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.workspace-intro p,
.workspace-panel p,
.form-panel-head p,
.form-footer p,
.tool-note p {
  margin: 0;
  color: #59636d;
  font-size: 13px;
  line-height: 1.65;
}

.workspace-button,
.workspace-icon-button,
.row-icon-button,
.check-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #cfe0fb;
  border-radius: 6px;
  padding: 0 13px;
  background: #f5f9ff;
  color: #1c65bd;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.workspace-button.primary {
  border-color: #178545;
  background: #178545;
  color: #fff;
}

.workspace-button.danger {
  border-color: #f1c3c0;
  background: #fff8f7;
  color: #d33c35;
}

.workspace-form {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.month-select-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px auto;
  align-items: end;
  gap: 16px;
  margin-top: 14px;
  padding: 17px 20px;
  border: 1px solid #dce8df;
  border-radius: 8px;
  background: #f7fbf7;
}

.month-select-panel > div > span,
.active-month-panel > div > span {
  display: block;
  color: #24804a;
  font-size: 11px;
  font-weight: 700;
}

.month-select-panel h4,
.active-month-panel h4 {
  margin: 4px 0 3px;
  color: #1c2b23;
  font-size: 17px;
  font-weight: 700;
}

.month-select-panel p,
.active-month-panel p {
  margin: 0;
  color: #647269;
  font-size: 12px;
  line-height: 1.55;
}

.month-select-panel label {
  display: grid;
  gap: 6px;
  color: #516056;
  font-size: 11px;
  font-weight: 700;
}

.month-select-panel input {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #cedbd1;
  border-radius: 6px;
  padding: 0 9px;
  background: #fff;
  color: #243229;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}

.month-select-panel input:focus-visible {
  outline: 0;
  border-color: #238a4d;
  box-shadow: 0 0 0 3px rgba(35, 138, 77, 0.12);
}

.active-month-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.form-panel {
  padding: 20px 24px 22px;
}

.form-panel-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f4;
}

.form-panel-head h4,
.workspace-panel h4,
.recommendation-grid h4 {
  margin: 0;
  color: #17201f;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
  color: #38414b;
  font-size: 12px;
  font-weight: 600;
}

.form-field > div {
  display: flex;
  align-items: center;
  height: 42px;
  overflow: hidden;
  border: 1px solid #d8dee7;
  border-radius: 6px;
  background: #fff;
}

.form-field input,
.compact-form input,
.compact-form select,
.task-add-form input,
.task-add-form select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17201f;
  font: inherit;
}

.form-field input {
  height: 100%;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 600;
}

.form-field em {
  padding-right: 10px;
  color: #68727c;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-radius: 8px;
  background: #f7fbf7;
}

.analysis-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.analysis-summary article {
  min-height: 122px;
  padding: 20px 22px;
}

.analysis-summary span,
.analysis-summary p {
  color: #59636d;
  font-size: 12px;
}

.analysis-summary strong {
  display: block;
  margin: 6px 0;
  color: #17201f;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
}

.analysis-summary strong small {
  color: #68727c;
  font-size: 13px;
  font-weight: 400;
}

.workspace-panel {
  margin-top: 14px;
  padding: 20px 24px;
}

.panel-title,
.followup-card,
.priority-panel,
.reset-panel,
.tool-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.panel-title p {
  margin-top: 4px;
}

.workspace-icon-button {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
}

.bar-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.bar-row {
  display: grid;
  grid-template-columns: 112px 1fr 90px;
  align-items: center;
  gap: 14px;
  color: #36404a;
  font-size: 13px;
}

.bar-row > div,
.goal-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef2f5;
}

.bar-row i,
.goal-track i {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: var(--tone, #178545);
}

.bar-row strong {
  color: #17201f;
  font-size: 13px;
  text-align: right;
  font-weight: 600;
}

.workspace-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.workspace-split .workspace-panel {
  min-height: 176px;
}

.workspace-panel.emphasis {
  background: #f5fbf5;
  border-color: #cbe5cf;
}

.workspace-panel.emphasis h4 {
  margin: 5px 0 8px;
}

.workspace-panel.emphasis .workspace-button {
  margin-top: 16px;
}

.insight-list,
.mini-steps,
.recommendation-grid ul {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.insight-list li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  color: #59636d;
  font-size: 13px;
}

.insight-list b {
  color: #178545;
  font-weight: 600;
}

.map-overview {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 22px;
  padding: 22px;
}

.map-score {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 235px;
  padding: 24px;
  border-radius: 8px;
  background: #f4faf4;
}

.map-score span,
.map-score p {
  color: #59636d;
  font-size: 12px;
}

.map-score strong {
  margin: 8px 0 3px;
  color: #178545;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
}

.map-score small {
  color: #59636d;
  font-size: 13px;
  font-weight: 400;
}

.map-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.map-step {
  position: relative;
  min-height: 112px;
  padding: 16px 14px 12px 42px;
  border: 1px solid #c8e2cd;
  border-radius: 8px;
  background: #fcfffc;
}

.map-step.warning { border-color: #f1d18e; background: #fffdf7; }
.map-step.danger { border-color: #f2b4ae; background: #fffafa; }
.map-step.neutral { border-color: #d3ddd5; background: #fbfdfb; }

.map-number {
  position: absolute;
  left: 13px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcefdc;
  color: #178545;
  font-size: 11px;
  font-weight: 600;
}

.map-step.warning .map-number { background: #ffe9be; color: #b66b12; }
.map-step.danger .map-number { background: #ffddd9; color: #d33c35; }
.map-step.neutral .map-number { background: #edf3ee; color: #718077; }

.map-step b {
  display: block;
  color: #17201f;
  font-size: 13px;
  font-weight: 600;
}

.map-step em {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #dcefdc;
  color: #178545;
  font-size: 10px;
  font-style: normal;
}

.map-step.warning em { background: #ffe9be; color: #b66b12; }
.map-step.danger em { background: #ffddd9; color: #d33c35; }
.map-step.neutral em { background: #edf3ee; color: #718077; }

.map-step p {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.45;
}

.map-step button {
  margin-top: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #1c65bd;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.priority-panel {
  background: #f7fbf7;
}

.priority-panel h4,
.followup-card h4 {
  margin: 5px 0;
}

.task-workspace {
  padding: 18px;
}

.task-workspace__head > span {
  color: #178545;
  font-size: 11px;
  font-weight: 700;
}

.task-workspace__head h4 {
  margin: 5px 0 4px;
  color: #17201f;
  font-size: 16px;
  font-weight: 700;
}

.task-workspace__head p {
  max-width: 780px;
  margin: 0;
  color: #68727c;
  font-size: 12px;
  line-height: 1.65;
}

.task-add-form,
.compact-form {
  display: grid;
  grid-template-columns: 1fr 128px auto;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0f4;
}

.task-workspace .task-add-form { margin-top: 16px; }

.compact-form {
  grid-template-columns: 1.1fr 1fr 160px auto;
}

.menu-form { grid-template-columns: 1.2fr 140px 120px auto; }

.task-add-form input,
.task-add-form select,
.compact-form input,
.compact-form select {
  height: 39px;
  border: 1px solid #d8dee7;
  border-radius: 6px;
  padding: 0 11px;
  background: #fff;
  font-size: 12px;
}

.task-list-full {
  display: grid;
}

.task-list-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 13px;
  padding: 10px 12px;
  border-radius: 7px;
  background: #f5f8f5;
}

.task-list-context b {
  color: #344139;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.task-list-context span {
  color: #748078;
  font-size: 11px;
  text-align: right;
}

.task-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 72px 58px 30px;
  align-items: center;
  gap: 12px;
  min-height: 59px;
  border-bottom: 1px solid #edf0f4;
}

.task-row.is-removal-pending { padding: 10px 0; }

.task-row.is-done b { color: #89929b; text-decoration: line-through; }

.check-button,
.row-icon-button {
  width: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  border-color: #acb5be;
  border-radius: 4px;
  background: #fff;
  color: #178545;
}

.row-action-button {
  min-height: 28px;
  padding: 0 7px;
  border: 1px solid #b8d8bf;
  border-radius: 5px;
  background: #f5fbf5;
  color: #167a3e;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.row-action-button:hover,
.row-action-button:focus-visible {
  border-color: #198849;
  background: #e7f5e9;
}

.row-icon-button {
  border: 0;
  background: transparent;
  color: #89929b;
  font-size: 18px;
}

.row-icon-button:disabled { cursor: not-allowed; opacity: 0.35; }

.task-row b,
.task-row small {
  display: block;
}

.task-row b { color: #17201f; font-size: 13px; font-weight: 500; }
.task-row small { margin-top: 2px; color: #68727c; font-size: 11px; }
.task-row em { justify-self: start; padding: 2px 8px; border: 1px solid #ffcf7c; border-radius: 999px; color: #ba7316; font-size: 10px; font-style: normal; }
.task-row .priority-最優先 { border-color: #ffc7c4; color: #d33c35; }

.task-remove-confirm {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid #efcfca;
  border-radius: 7px;
  background: #fff9f7;
}

.task-remove-confirm > span {
  min-width: 0;
  color: #7f403b;
  font-size: 11px;
  line-height: 1.5;
}

.task-remove-confirm > div { display: inline-flex; flex: 0 0 auto; gap: 8px; }

.task-remove-confirm button,
.app-toast button {
  min-height: 30px;
  border: 1px solid #c8d9cc;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  color: #267746;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.task-remove-confirm button[data-confirm-remove-task] {
  border-color: #d9655c;
  background: #d9655c;
  color: #fff;
}

.mini-steps { counter-reset: item; }
.mini-steps li { display: flex; align-items: center; gap: 10px; color: #4f5962; font-size: 13px; }
.mini-steps li::before { content: counter(item); counter-increment: item; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #dcefdc; color: #178545; font-size: 11px; font-weight: 600; }

.data-table { margin-top: 18px; }
.table-head,
.table-row { display: grid; align-items: center; }
.customer-table .table-head,
.customer-table .table-row { grid-template-columns: 1.6fr 0.7fr 0.8fr 0.8fr; }
.menu-table .table-head,
.menu-table .table-row { grid-template-columns: 1.5fr 0.85fr 0.65fr 0.85fr 1fr; }
.table-head { min-height: 34px; padding: 0 12px; border-bottom: 1px solid #dfe5ec; color: #68727c; font-size: 11px; }
.table-row { min-height: 55px; padding: 0 12px; border-bottom: 1px solid #edf0f4; color: #36404a; font-size: 12px; }
.table-row b { color: #17201f; font-weight: 500; }
.table-row small { display: block; margin-top: 2px; color: #68727c; font-size: 11px; }
.table-row strong { color: #178545; font-size: 13px; font-weight: 600; }
.table-row em { justify-self: start; padding: 3px 8px; border-radius: 999px; background: #eef3f7; color: #59636d; font-size: 10px; font-style: normal; }
.table-row .status-予約済み { background: #dcefdc; color: #178545; }
.table-row .status-フォロー候補 { background: #ffe9be; color: #b66b12; }
.table-row .status-30日経過 { background: #ffddd9; color: #d33c35; }

.followup-card { background: #fffbf4; border-color: #f0dfbc; }

.goal-panel { display: grid; gap: 24px; }
.goal-panel article { display: grid; grid-template-columns: 280px 1fr 46px; align-items: center; gap: 16px; }
.goal-panel article > div:first-child { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.goal-panel b { color: #17201f; font-size: 14px; font-weight: 600; }
.goal-panel span { color: #178545; font-size: 13px; font-weight: 600; }
.goal-panel span em { margin-left: 8px; color: #68727c; font-size: 11px; font-style: normal; font-weight: 400; }
.goal-panel small { color: #68727c; font-size: 11px; text-align: right; }

.recommendation-grid { display: grid; gap: 14px; margin-top: 14px; }
.recommendation-grid article { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 20px; min-height: 164px; padding: 20px; }
.tool-mark { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: #1eb35a; color: #fff; font-size: 22px; font-weight: 700; }
.tool-mark.payment { background: #e5f2e4; color: #178545; }
.tool-mark.line { background: #08b94d; font-size: 15px; }
.recommendation-grid h4 { margin: 3px 0 5px; }
.recommendation-grid p { max-width: 650px; }
.recommendation-grid ul { grid-template-columns: repeat(3, max-content); gap: 8px 16px; margin-top: 10px; }
.recommendation-grid li { color: #68727c; font-size: 11px; }
.recommendation-grid li::before { content: "✓"; margin-right: 5px; color: #178545; }
.tool-note { margin-top: 14px; background: #f8fbff; }

.comparison-panel { padding-bottom: 18px; }
.comparison-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.comparison-grid article { min-height: 104px; padding: 15px; border: 1px solid #e1e7ec; border-radius: 7px; background: #fbfcfd; }
.comparison-grid span { display: block; color: #68727c; font-size: 11px; }
.comparison-grid strong { display: block; margin: 7px 0 5px; color: #17201f; font-size: 19px; font-weight: 600; }
.comparison-grid em { display: block; color: #68727c; font-size: 11px; font-style: normal; }
.comparison-grid em.positive { color: #178545; }
.comparison-grid em.negative { color: #d33c35; }

.opportunity-panel { background: #fbfefb; }
.opportunity-list { display: grid; gap: 9px; margin-top: 18px; }
.opportunity-list > article { display: grid; grid-template-columns: 28px minmax(0, 1fr) 136px auto; align-items: center; gap: 14px; min-height: 88px; padding: 12px 14px; border: 1px solid #dce8de; border-radius: 7px; background: #fff; }
.opportunity-list > article > i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #dcefdc; color: #178545; font-size: 11px; font-style: normal; font-weight: 700; }
.opportunity-list span { color: #178545; font-size: 11px; font-weight: 700; }
.opportunity-list span em { margin-left: 6px; color: #78848d; font-size: 10px; font-style: normal; font-weight: 500; }
.opportunity-list h4 { margin: 3px 0; color: #17201f; font-size: 14px; font-weight: 600; }
.opportunity-list p { font-size: 11px; }
.opportunity-list strong { color: #178545; font-size: 16px; font-weight: 600; text-align: right; white-space: nowrap; }
.opportunity-list strong small { color: #68727c; font-size: 10px; font-weight: 400; }
.opportunity-list .opportunity-empty { grid-template-columns: 1fr auto; }
.opportunity-list .opportunity-empty > div { min-width: 0; }

.history-status { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f8fcf8; border-color: #d8eadb; }
.history-status h4 { margin: 5px 0; }
.history-status > div > span,
.history-note > span { color: #178545; font-size: 11px; font-weight: 700; }
.history-status > div > span { display: inline-block; padding: 3px 8px; border-radius: 999px; background: #dcefdc; }
.history-panel .panel-title { align-items: flex-start; }
.history-count { display: inline-flex; min-height: 26px; align-items: center; padding: 0 10px; border-radius: 999px; background: #eef5ef; color: #287a49; font-size: 11px; font-weight: 700; white-space: nowrap; }
.history-list { display: grid; margin-top: 18px; border-top: 1px solid #e5eaee; }
.history-list article { display: grid; grid-template-columns: minmax(0, 1fr) 126px 102px 62px auto; align-items: center; gap: 13px; min-height: 68px; padding: 0 12px; border-bottom: 1px solid #e5eaee; }
.history-list article.is-active { background: #f6fbf7; }
.history-list b { display: block; color: #17201f; font-size: 13px; font-weight: 600; }
.history-list small { display: block; margin-top: 4px; color: #68727c; font-size: 11px; }
.history-list strong { color: #178545; font-size: 14px; font-weight: 600; text-align: right; }
.history-list strong small { color: #68727c; font-size: 10px; font-weight: 400; }
.history-list em { justify-self: start; padding: 3px 8px; border-radius: 999px; background: #edf6ef; color: #287a49; font-size: 10px; font-style: normal; }
.history-list > article > span { color: #68727c; font-size: 11px; text-align: right; }
.history-open { min-height: 30px; border: 1px solid #cfe0d2; border-radius: 5px; padding: 0 9px; background: #fff; color: #187b43; font-size: 11px; font-weight: 700; white-space: nowrap; }
.history-open:hover:not(:disabled),
.history-open:focus-visible:not(:disabled) { border-color: #20884b; background: #f0f8f1; outline: 0; }
.history-open:disabled { border-color: #dce5de; background: #f2f5f2; color: #849087; cursor: default; }
.history-note { background: #fffdf5; border-color: #eee3c8; }
.history-note h4 { margin: 6px 0; }
.history-note .workspace-button { margin-top: 14px; }

.followup-queue .panel-title > strong { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff0d2; color: #af6a16; font-size: 14px; }
.followup-queue > div:last-child { display: grid; gap: 8px; margin-top: 17px; }
.followup-queue article { display: grid; grid-template-columns: minmax(0, 1fr) 88px auto; align-items: center; gap: 12px; min-height: 58px; padding: 10px 12px; border: 1px solid #f0e1c3; border-radius: 7px; background: #fffdf9; }
.followup-queue b { display: block; color: #17201f; font-size: 13px; font-weight: 600; }
.followup-queue article span { display: block; margin-top: 3px; color: #68727c; font-size: 11px; }
.followup-queue article em { justify-self: start; padding: 3px 8px; border-radius: 999px; background: #ffe9be; color: #a86713; font-size: 10px; font-style: normal; }
.queue-empty { padding: 6px 0; }

.profit-bridge > div:last-of-type { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr; align-items: stretch; gap: 10px; margin-top: 18px; }
.profit-bridge article { padding: 15px; border: 1px solid #e0e6eb; border-radius: 7px; background: #fbfcfd; }
.profit-bridge article.profit { border-color: #cbe5cf; background: #f4fbf4; }
.profit-bridge article span { display: block; color: #68727c; font-size: 11px; }
.profit-bridge article strong { display: block; margin-top: 7px; color: #17201f; font-size: 19px; font-weight: 600; }
.profit-bridge article.profit strong { color: #178545; }
.profit-bridge > div:last-of-type > i { display: grid; place-items: center; color: #83909a; font-size: 20px; font-style: normal; }
.profit-bridge > p { margin-top: 15px; font-size: 12px; }
.profit-bridge > p b { color: #178545; }

.loss-estimate { background: #fffcf5; border-color: #efe0bd; }
.loss-estimate h4 { margin: 5px 0 0; }
.loss-estimate > div:last-of-type { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 17px; }
.loss-estimate article { min-height: 96px; padding: 14px; border: 1px solid #f0e4ca; border-radius: 7px; background: #fff; }
.loss-estimate article b { display: block; color: #855d25; font-size: 11px; font-weight: 600; }
.loss-estimate article strong { display: block; margin: 6px 0 3px; color: #af6a16; font-size: 18px; font-weight: 600; }
.loss-estimate article p { font-size: 10px; }
.loss-estimate > .workspace-button { margin-top: 15px; }

.tool-decision { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #f4faf4; border-color: #cbe5cf; }
.tool-decision span { color: #178545; font-size: 11px; font-weight: 700; }
.tool-decision h4 { margin: 5px 0; }
.recommendation-grid article.is-recommended { border-color: #78aa83; background: #f7fcf7; box-shadow: 0 10px 22px rgba(46, 114, 65, 0.08); }

.playbook-panel { background: #fbfefb; border-color: #cfe4d2; }
.playbook-panel > .panel-title { align-items: flex-start; }
.playbook-panel > .panel-title > div > span { color: #178545; font-size: 11px; font-weight: 700; }
.playbook-panel > .panel-title h4 { margin: 5px 0 4px; }
.playbook-panel > .panel-title > strong { display: grid; justify-items: end; color: #178545; font-size: 19px; font-weight: 600; white-space: nowrap; }
.playbook-panel > .panel-title > strong small { color: #68727c; font-size: 10px; font-weight: 400; }
.playbook-list { display: grid; gap: 9px; margin-top: 18px; }
.playbook-item { overflow: hidden; border: 1px solid #dce6de; border-radius: 8px; background: #fff; }
.playbook-item.is-open { border-color: #79ab84; box-shadow: 0 8px 18px rgba(44, 106, 61, 0.07); }
.playbook-trigger { display: grid; grid-template-columns: minmax(0, 1fr) 28px; width: 100%; gap: 3px 12px; padding: 15px 17px; border: 0; background: #fff; color: inherit; text-align: left; cursor: pointer; }
.playbook-trigger > span { grid-column: 1; color: #178545; font-size: 10px; font-weight: 700; }
.playbook-trigger > b { grid-column: 1; color: #17201f; font-size: 14px; font-weight: 600; }
.playbook-trigger > small { grid-column: 1; color: #68727c; font-size: 11px; line-height: 1.5; }
.playbook-trigger > i { grid-column: 2; grid-row: 1 / 4; align-self: center; color: #68727c; font-size: 20px; font-style: normal; transition: transform 160ms ease; }
.playbook-item.is-open .playbook-trigger { background: #f6fbf6; }
.playbook-item.is-open .playbook-trigger > i { transform: rotate(180deg); color: #178545; }
.playbook-body { padding: 0 17px 17px; border-top: 1px solid #e3ece5; }
.playbook-body__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border-bottom: 1px solid #e3ece5; }
.playbook-body__toolbar > span { color: #5f7566; font-size: 11px; font-weight: 700; }
.playbook-goal { margin: 14px 0; padding: 11px 13px; border-left: 3px solid #3b9660; background: #f3faf4; }
.playbook-goal span { color: #178545; font-size: 10px; font-weight: 700; }
.playbook-goal p { margin-top: 3px; color: #33403a; font-size: 12px; }
.playbook-stage { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 20px; padding: 16px 0; border-top: 1px solid #edf1ee; }
.playbook-stage-head > span,
.playbook-action > span { color: #4f9367; font-size: 10px; font-weight: 700; }
.playbook-stage-head h4 { margin: 4px 0 5px; color: #17201f; font-size: 14px; font-weight: 600; }
.playbook-stage-head p { font-size: 12px; }
.playbook-action { padding: 14px; border: 1px solid #dfeae1; border-radius: 7px; background: #fff; }
.playbook-action h5 { margin: 4px 0 10px; color: #17201f; font-size: 13px; font-weight: 600; }
.playbook-script { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 11px 12px; border-radius: 6px; background: #f6f8fa; }
.playbook-script > div { min-width: 0; }
.playbook-script b { display: block; color: #59636d; font-size: 10px; font-weight: 700; }
.playbook-script p { margin-top: 4px; color: #3e4850; font-size: 11px; line-height: 1.65; }
.playbook-script .workspace-button { min-width: 86px; min-height: 31px; padding: 0 9px; font-size: 11px; }
.playbook-action > .workspace-button { margin-top: 10px; }
.playbook-close { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px; border: 0; padding: 0 6px; background: transparent; color: #237a45; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.playbook-close--top { margin: 0; border: 1px solid #b7d7bf; border-radius: 6px; padding: 0 10px; background: #fff; }
.playbook-close--bottom { margin: 14px 0 0 auto; }
.playbook-close:hover { color: #135f32; text-decoration: underline; }
.playbook-close i { font-size: 15px; font-style: normal; }
.playbook-empty { margin: 0; padding: 20px 4px 2px; color: #68727c; font-size: 12px; }

.settings-form { max-width: 940px; }
.reset-panel { max-width: 940px; background: #fffafa; border-color: #f1d7d4; }

.app-toast { position: fixed; left: 50%; bottom: 28px; z-index: 2000; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-width: 240px; max-width: calc(100vw - 32px); padding: 12px 18px; border-radius: 8px; background: #17201f; color: #fff; font-size: 13px; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity 160ms ease, transform 160ms ease; }
.app-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.app-toast.is-visible { pointer-events: auto; }
.app-toast button { border-color: #a8d8b4; background: transparent; color: #d9f2df; white-space: nowrap; }
.app-toast button:hover { background: rgba(255, 255, 255, 0.1); }

.app-utility-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 48px));
  margin: auto;
  border: 0;
  border-radius: 9px;
  padding: 0;
  background: transparent;
}

.app-utility-dialog::backdrop { background: rgba(21, 31, 27, 0.34); }
.app-utility-dialog__content { position: relative; overflow: auto; max-height: inherit; padding: 28px; border: 1px solid #dce7df; border-radius: 9px; background: #fff; box-shadow: 0 24px 70px rgba(27, 41, 34, 0.22); }
.app-utility-dialog__close { position: absolute; top: 13px; right: 13px; display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 5px; background: #f3f6f4; color: #52605a; font-size: 20px; line-height: 1; }
.app-utility-dialog__eyebrow { display: block; color: #46885d; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; }
.app-utility-dialog h3 { margin: 5px 38px 5px 0; color: #17201f; font-size: 22px; font-weight: 700; }
.app-utility-dialog__copy { margin: 0; color: #58645d; font-size: 13px; line-height: 1.7; }
.utility-steps { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid #e7eee9; }
.utility-steps li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; padding: 15px 0; border-bottom: 1px solid #e7eee9; }
.utility-steps > li > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #eaf5ed; color: #247b47; font-size: 11px; font-weight: 700; }
.utility-steps b,
.utility-callout b { color: #1d2a22; font-size: 13px; font-weight: 700; }
.utility-steps p,
.utility-callout p { margin: 4px 0 9px; color: #5b665f; font-size: 12px; line-height: 1.65; }
.utility-steps button,
.utility-callout button { min-height: 31px; border: 1px solid #c8dfcf; border-radius: 5px; padding: 0 10px; background: #f4fbf5; color: #207946; font-size: 11px; font-weight: 700; }
.utility-callout { margin-top: 20px; padding: 16px; border-left: 3px solid #5ca577; background: #f6fbf7; }
.utility-notices { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid #e7eee9; }
.utility-notices li { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 10px; padding: 14px 0; border-bottom: 1px solid #e7eee9; }
.utility-notices > li > span { padding-top: 2px; color: #4e9065; font-size: 10px; font-weight: 700; }
.utility-notices b { display: block; color: #29352d; font-size: 12px; font-weight: 600; line-height: 1.6; }
.utility-notices button { min-height: 29px; margin-top: 7px; border: 1px solid #c8dfcf; border-radius: 5px; padding: 0 9px; background: #f4fbf5; color: #207946; font-size: 11px; font-weight: 700; }

/* Landing page content after the generated hero. */
.lp-code-section,
.lp-final-cta,
.lp-footer-code {
  min-width: 1024px;
}

.lp-code-section {
  padding: 122px 48px;
  background: #fffdf9;
}

.lp-code-section:nth-of-type(even) {
  background: #f4f8f3;
}

.lp-section-inner {
  width: min(1200px, calc(100vw - 96px));
  margin: 0 auto;
}

.lp-section-heading {
  max-width: 620px;
}

.lp-section-heading > span,
.lp-final-cta span {
  color: #4d9264;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lp-section-heading h2,
.lp-final-cta h2 {
  margin: 12px 0 18px;
  color: #17201f;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 600;
}

.lp-section-heading p,
.lp-final-cta p {
  margin: 0;
  color: #5d6761;
  font-size: 16px;
  line-height: 1.9;
}

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.lp-feature-grid article,
.lp-case-grid article,
.lp-plan-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid #e4e5df;
  border-radius: 8px;
  background: #fff;
}

.lp-feature-number {
  color: #79a386;
  font-size: 13px;
  font-weight: 600;
}

.lp-feature-grid h3,
.lp-case-grid h3,
.lp-plan-grid h3 {
  margin: 30px 0 12px;
  color: #17201f;
  font-size: 22px;
  font-weight: 600;
}

.lp-feature-grid p,
.lp-case-grid p,
.lp-plan-grid p {
  margin: 0;
  color: #5d6761;
  font-size: 14px;
  line-height: 1.8;
}

.lp-feature-grid b,
.lp-case-grid b {
  display: inline-block;
  margin-top: 24px;
  color: #207543;
  font-size: 12px;
  font-weight: 600;
}

.lp-flow-section {
  background: #eef5ed !important;
}

.lp-flow-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 98px;
  align-items: center;
}

.lp-flow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d5e2d3;
}

.lp-flow-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #d5e2d3;
}

.lp-flow-list b {
  color: #4d9264;
  font-size: 16px;
  font-weight: 600;
}

.lp-flow-list h3 {
  margin: 0 0 4px;
  color: #17201f;
  font-size: 19px;
  font-weight: 600;
}

.lp-flow-list p {
  margin: 0;
  color: #5d6761;
  font-size: 14px;
}

.lp-plans {
  background: #fffdf9 !important;
}

.lp-section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.lp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.lp-plan-grid article {
  position: relative;
  min-height: 465px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lp-plan-grid article.is-focused {
  border-color: #74a383;
  box-shadow: 0 18px 40px rgba(43, 91, 59, 0.12);
  transform: translateY(-5px);
}

.lp-plan-grid article.featured {
  border: 2px solid #4f9367;
  background: #f7fcf7;
}

.lp-plan-grid article > span {
  color: #5d8f6d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-plan-grid h3 { margin-top: 18px; }

.lp-plan-grid strong {
  display: block;
  margin: 16px 0;
  color: #17201f;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.lp-plan-grid strong small {
  color: #66706a;
  font-size: 13px;
  font-weight: 400;
}

.lp-plan-grid ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.lp-plan-grid li {
  color: #445049;
  font-size: 13px;
}

.lp-plan-grid li::before {
  content: "✓";
  margin-right: 8px;
  color: #4f9367;
  font-weight: 700;
}

.lp-plan-grid a,
.lp-final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #2d7d4a;
  border-radius: 999px;
  padding: 0 22px;
  background: #2d7d4a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.lp-plan-grid article:not(.featured) a {
  border-color: #b9d2bf;
  background: #fff;
  color: #2d7d4a;
}

.lp-cases {
  background: #f7f2e9 !important;
}

.lp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.lp-case-grid article {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.78);
}

.case-label {
  display: grid;
  place-items: center;
  height: 96px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.case-label.salon { background: #6c9a7a; }
.case-label.beauty { background: #c98577; }
.case-label.studio { background: #6f94a6; }
.lp-case-grid h3 { margin-top: 22px; font-size: 19px; }

.lp-faq {
  background: #fffdf9 !important;
}

.lp-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 92px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid #dee3dc;
}

.faq-list details {
  border-bottom: 1px solid #dee3dc;
}

.faq-list summary {
  position: relative;
  padding: 20px 38px 20px 0;
  color: #17201f;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 17px; color: #4f9367; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 610px; margin: -3px 0 20px; color: #5d6761; font-size: 14px; line-height: 1.85; }

.lp-final-cta {
  display: grid;
  place-items: center;
  min-height: 490px;
  padding: 100px 48px;
  background: #1e4b34;
  text-align: center;
}

.lp-final-cta > div { max-width: 680px; }
.lp-final-cta span { color: #a9d9b4; }
.lp-final-cta h2 { color: #fffdf8; font-size: 48px; }
.lp-final-cta p { color: #dceee0; }
.lp-final-cta a { margin-top: 34px; background: #fffdf8; border-color: #fffdf8; color: #1e4b34; }
.lp-final-cta a b { margin-left: 16px; font-size: 19px; }

.lp-footer-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px max(48px, calc((100vw - 1200px) / 2));
  background: #173d2b;
  color: #dceee0;
  font-size: 13px;
}

.lp-footer-code > a { color: #fffdf8; font-size: 19px; font-weight: 600; text-decoration: none; }
.lp-footer-code span { color: #a9c8b0; }
.lp-footer-code nav { display: flex; gap: 22px; }
.lp-footer-code nav a { color: #dceee0; text-decoration: none; }

/* Keep the desktop workspace usable below the 1536px reference canvas. */
@media (min-width: 768px) and (max-width: 1535px) {
  .app-exact {
    min-width: 0;
    overflow-x: clip;
  }

  .dashboard-app,
  .app-exact.is-workspace .dashboard-app {
    width: 100%;
    grid-template-columns: clamp(220px, 17vw, 244px) minmax(0, 1fr);
  }

  .dash-main,
  .app-exact.is-workspace .dash-main {
    width: auto;
    min-width: 0;
    padding-right: clamp(20px, 2.5vw, 38px);
  }

  .workspace-view {
    width: 100%;
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .leak-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .leak-flow article + article::before,
  .leak-flow article + article::after {
    display: none;
  }

  .lower-panels,
  .tools-panel > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .task-panel,
  .input-panel,
  .ai-panel,
  .tools-panel {
    height: auto;
    min-height: 238px;
  }
}

@media (max-width: 1180px) {
  .lp-exact,
  .app-exact {
    min-width: 0;
  }

  .lp-ref-nav {
    position: relative;
    grid-template-columns: 1fr;
    height: auto;
    gap: 18px;
    padding: 20px;
  }

  .lp-ref-nav nav,
  .lp-ref-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lp-ref-hero {
    width: 100%;
    min-height: 920px;
  }

  .hero-dashboard-card {
    left: 5%;
    top: 250px;
    width: 90%;
    transform: none;
  }

  .booking-paper,
  .receipt-paper,
  .review-paper,
  .score-float,
  .award-block,
  .feature-strip,
  .botanical {
    display: none;
  }

  .lp-ref-copy {
    left: 24px;
    bottom: 36px;
    width: calc(100% - 48px);
  }

  .lp-ref-copy h1 {
    font-size: clamp(44px, 9vw, 68px);
  }

  .dashboard-app {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .fake-browser {
    display: none;
  }

  .dash-sidebar {
    height: auto;
    min-height: auto;
  }

  .dash-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hint-box {
    position: static;
    margin-top: 18px;
  }

  .metric-grid,
  .leak-flow,
  .lower-panels,
  .tools-panel > div:last-child {
    grid-template-columns: 1fr;
  }

  .leak-map-card,
  .task-panel,
  .input-panel,
  .ai-panel,
  .tools-panel {
    height: auto;
  }

  .leak-flow article + article::before,
  .leak-flow article + article::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .dashboard-app,
  .app-exact.is-workspace .dashboard-app {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .dash-sidebar,
  .app-exact.is-workspace .dash-sidebar {
    display: block;
    width: auto;
    min-height: 936px;
    padding: 18px 12px;
  }

  .dash-logo {
    justify-content: center;
  }

  .dash-logo span,
  .desktop-nav-label,
  .hint-box {
    display: none;
  }

  .dash-sidebar nav {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .dash-sidebar nav a {
    justify-content: center;
    height: 42px;
    padding: 0;
  }

  .dash-sidebar nav i {
    margin: 0;
  }

  .dash-main,
  .app-exact.is-workspace .dash-main {
    width: auto;
    min-width: 0;
    padding: 16px 24px 28px 18px;
  }

  .dash-top > div:first-child {
    margin-left: 0;
  }

  .user-tools,
  .period-select {
    right: 0;
  }

  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .leak-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .leak-flow article:nth-child(7) {
    grid-column: 1 / -1;
  }

  .lower-panels,
  .tools-panel > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-panel {
    grid-column: 1 / -1;
  }
}

/* Mobile reference implementation: the app becomes a focused four-tab workspace. */
.mobile-app-header,
.mobile-nav-label,
.lp-mobile-reference-image,
.mobile-route-hub {
  display: none;
}

.mobile-trend,
.mobile-dashboard-priority,
.mobile-flow-status,
.mobile-flow-copy {
  display: none;
}

/* Keep dashboard data readable as the desktop canvas narrows. */
@media (min-width: 1181px) and (max-width: 1279px) {
  .app-exact .metric-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .app-exact .leak-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .app-exact .leak-flow article + article::before,
  .app-exact .leak-flow article + article::after { display: none; }
  .app-exact .leak-flow article:nth-child(7) { grid-column: 1 / -1; }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .app-exact .metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .app-exact .leak-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .app-exact .leak-flow article + article::before,
  .app-exact .leak-flow article + article::after { display: none; }
}

@media (min-width: 1600px) {
  .app-exact .metric-grid strong,
  .app-exact .metric-grid article:first-child strong { font-size: 20px; }
}

@media (max-width: 767px) {
  html {
    background: #fff;
  }

  .app-exact {
    min-width: 0;
    overflow-x: clip;
    background: #fff;
  }

  .app-exact .fake-browser {
    display: none;
  }

  .dashboard-app,
  .app-exact.is-workspace .dashboard-app {
    display: block;
    width: 100%;
    min-height: 100dvh;
    height: auto;
    background: #fff;
  }

  .mobile-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    padding: max(7px, env(safe-area-inset-top)) 18px 6px;
    border-bottom: 1px solid #e2e6ea;
    background: #fff;
  }

  .mobile-app-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #078543;
    font-size: 17px;
    font-weight: 600;
  }

  .mobile-app-brand i {
    display: block;
    width: 32px;
    height: 32px;
    background: url("assets/shop-os/mobile-icons/header-brand-reference.png") center / 32px 32px no-repeat;
  }

  .mobile-app-actions {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .mobile-app-actions button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .mobile-app-actions i {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  .mobile-app-actions .mobile-notify { background-image: url("assets/shop-os/icon-refresh/notification-v2.png"); }
  .mobile-app-actions .mobile-avatar { background-image: url("assets/shop-os/icon-refresh/profile-v2.png"); }

  .app-exact.is-workspace .mobile-app-header {
    display: none;
  }

  .dash-sidebar,
  .app-exact.is-workspace .dash-sidebar {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 0 6px env(safe-area-inset-bottom);
    border: 0;
    border-top: 1px solid #dfe4e8;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -6px 20px rgba(28, 42, 38, 0.05);
  }

  .dash-sidebar .dash-logo,
  .dash-sidebar .hint-box {
    display: none;
  }

  .dash-sidebar nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 64px;
    margin: 0;
    gap: 0;
  }

  .dash-sidebar nav a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(5)):not(:nth-child(11)) {
    display: none;
  }

  .dash-sidebar nav a,
  .dash-sidebar nav a.active {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 64px;
    padding: 4px 0 13px;
    border-radius: 0;
    background: transparent;
    color: #66717a;
    font-size: 10px;
    font-weight: 500;
  }

  .dash-sidebar nav a.active,
  .dash-sidebar nav a.mobile-active {
    color: #0c8b47;
  }

  .dash-sidebar nav a.active::before,
  .dash-sidebar nav a.mobile-active::before {
    content: "";
    position: absolute;
    top: 0;
    width: 42px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #0c8b47;
  }

  .dash-sidebar nav i {
    width: 27px;
    height: 27px;
    margin: 0;
    background-size: 27px 27px;
  }

  .dash-sidebar nav a:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/nav-1-v2.png"); }
  .dash-sidebar nav a:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/nav-2-v2.png"); }
  .dash-sidebar nav a:nth-child(5) i { background-image: url("assets/shop-os/icon-refresh/nav-5-v2.png"); }
  .dash-sidebar nav a:nth-child(11) i { background-image: url("assets/shop-os/icon-refresh/nav-11-v2.png"); }

  .desktop-nav-label {
    display: none;
  }

  .mobile-nav-label {
    display: block;
    line-height: 1;
  }

  .dash-main,
  .app-exact.is-workspace .dash-main {
    width: 100%;
    min-height: 100dvh;
    height: auto;
    padding: 0 16px calc(96px + env(safe-area-inset-bottom));
    background: #fff;
  }

  .app-exact:not(.is-workspace) .dash-main {
    min-height: 0;
    padding-bottom: 0;
  }

  .dash-top {
    height: 91px;
    padding-top: 16px;
  }

  .dash-top > div:first-child {
    margin-left: 0;
  }

  .dash-top h1 {
    display: none;
  }

  .dash-top h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #17201f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin-left: 4px;
  }

  .dash-top h2::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("assets/shop-os/mobile-icons/greeting-sun-reference.png") center / 24px 24px no-repeat;
  }

  .dash-top p,
  .dash-top .user-tools {
    display: none;
  }

  .period-select {
    position: static;
    display: inline-flex;
    margin-top: 10px;
    margin-left: 4px;
  }

  .period-select b {
    display: none;
  }

  .period-select > button {
    height: 27px;
    border: 0;
    padding: 0;
    color: #3d474f;
    gap: 9px;
    font-size: 14px;
    font-weight: 500;
  }

  .period-select > button i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    background: url("assets/shop-os/mobile-icons/period-calendar-reference.png") center / 24px 24px no-repeat;
  }

  .period-select > button em {
    margin-left: -3px;
    font-size: 15px;
  }

  .period-select #appPeriod {
    font-size: 0;
  }

  .period-select #appPeriod::after {
    content: attr(data-mobile-period);
    font-size: 14px;
  }

  .period-menu {
    left: 0;
    right: auto;
    top: calc(100% + 9px);
    width: min(248px, calc(100vw - 40px));
  }

  .score-heading {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 17px;
  }

  .score-heading > h3,
  .score-heading > p {
    display: none;
  }

  .mobile-score-hero {
    position: relative;
    display: block;
    min-height: 184px;
    overflow: hidden;
    padding: 16px 15px;
    border: 1px solid #d1e4d5;
    border-radius: 12px;
    background: #f7fcf7;
  }

  .mobile-score-hero > span {
    display: block;
    color: #17201f;
    font-size: 12.5px;
    font-weight: 600;
  }

  .mobile-score-hero > span b {
    display: inline-grid;
    place-items: center;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    border: 1px solid #15964b;
    border-radius: 50%;
    color: #15964b;
    font-size: 10px;
  }

  .mobile-score-hero > div {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-top: 4px;
  }

  .mobile-score-hero strong {
    color: #0a9146;
    font-size: 69px;
    line-height: 1;
    font-weight: 600;
    transform: translate(1px, 0) scaleY(1.13);
    transform-origin: top left;
  }

  .mobile-score-hero em {
    color: #6b747c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    transform: translate(0, 7px) scale(1.03, 0.9);
    transform-origin: top left;
  }

  .mobile-score-hero p {
    display: block;
    max-width: 230px;
    margin: 18px 0 0;
    color: #3f4c48;
    font-size: 11.8px;
    line-height: 1.65;
    transform: translate(-1px, 3px);
  }

  .mobile-score-hero > i {
    position: absolute;
    right: 20px;
    top: 51px;
    display: block;
    width: 60px;
    height: 60px;
    background: url("assets/shop-os/icon-refresh/score-smile-v2.png") center / 64px 64px no-repeat;
    color: transparent;
    font-size: 0;
    font-style: normal;
    line-height: 1;
  }

  .mobile-score-hero > small {
    position: absolute;
    right: 12px;
    top: 109px;
    color: #078543;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-score-hero > i::before {
    display: none;
  }

  .mobile-score-hero > i::after {
    display: none;
  }

  .metric-grid {
    display: flex;
    width: calc(100% + 16px);
    margin: 0 -16px 15px;
    padding: 0 16px;
    gap: 11px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .metric-grid::-webkit-scrollbar,
  .leak-flow::-webkit-scrollbar {
    display: none;
  }

  .metric-grid article,
  .metric-grid article:first-child {
    position: relative;
    width: 110px;
    height: 154px;
    padding: 0;
    border-radius: 10px;
    flex: 0 0 110px;
  }

  .metric-grid article:not(:first-child) {
    width: 104px;
    flex-basis: 104px;
  }

  .metric-grid i {
    position: absolute;
    left: 50%;
    top: 36px;
    width: 48px;
    height: 48px;
    margin: 0;
    background-size: 48px 48px;
    transform: translateX(-50%);
  }

  .metric-grid article:nth-child(1) i { background-image: url("assets/shop-os/icon-refresh/metric-sales-v2.png"); }
  .metric-grid article:nth-child(2) i { background-image: url("assets/shop-os/icon-refresh/metric-visits-v2.png"); }
  .metric-grid article:nth-child(3) i { background-image: url("assets/shop-os/icon-refresh/metric-repeat-v2.png"); }

  .metric-grid b {
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    color: #078543;
    text-align: center;
    font-size: 11px;
  }

  .metric-grid strong,
  .metric-grid article:first-child strong {
    position: absolute;
    left: 0;
    right: 0;
    top: 98px;
    margin: 0;
    font-size: 19px;
    text-align: center;
  }

  .metric-grid article:first-child strong {
    font-size: 17px;
  }

  .metric-grid small {
    position: absolute;
    left: 0;
    right: 0;
    top: 126px;
    justify-content: center;
    gap: 5px;
    margin: 0;
    font-size: 9px;
  }

  .metric-grid small .desktop-trend {
    display: none;
  }

  .metric-grid small .mobile-trend {
    display: inline;
  }

  .metric-grid article:nth-child(1) .mobile-trend:last-of-type,
  .metric-grid article:nth-child(3) .mobile-trend:last-of-type {
    color: #15964b;
  }

  .metric-grid article:nth-child(2) .mobile-trend:last-of-type {
    color: #e75048;
  }

  .metric-grid small em {
    display: none;
  }

  .metric-grid small span:first-child {
    font-size: 0;
  }

  .metric-grid small span:first-child::after {
    content: "前月比";
    font-size: 9px;
  }

  .metric-grid small em {
    margin: 0;
    font-size: 10px;
  }

  .mobile-dashboard-priority {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    height: 100px;
    margin: 0 -2px 16px;
    padding: 13px 31px 13px 14px;
    border: 1px solid #ef6b63;
    border-radius: 10px;
    background: #fff;
  }

  .mobile-dashboard-priority > i {
    align-self: start;
    margin-top: 0;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: url("assets/shop-os/mobile-icons/priority-alert-reference.png") center / 40px 40px no-repeat;
    color: transparent;
    font-size: 0;
    font-style: normal;
    font-weight: 400;
  }

  .mobile-dashboard-priority span {
    color: #ef493f;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-dashboard-priority h3 {
    margin: 4px 0 5px;
    color: #17201f;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
  }

  .mobile-dashboard-priority > div {
    align-self: start;
    transform: none;
  }

  .mobile-dashboard-priority span,
  .mobile-dashboard-priority h3 {
    position: relative;
    top: -6px;
  }

  .mobile-dashboard-priority p {
    position: absolute;
    left: 14px;
    right: 12px;
    bottom: 16px;
    margin: 0;
    color: #4e5962;
    font-size: 9px;
    line-height: 1.45;
  }

  .mobile-dashboard-priority button {
    position: absolute;
    right: 12px;
    top: 28px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #ef493f;
    font-size: 31px;
    font-weight: 300;
  }

  .metric-grid article > span {
    display: none;
  }

  .leak-map-card {
    height: auto;
    margin-top: 0;
    padding: 8px 0 7px;
    border: 1px solid #dce2ea;
    border-radius: 10px;
  }

  .leak-map-card .card-head {
    padding: 0 12px;
  }

  .card-head h3,
  .panel-head h3 {
    font-size: 17px;
  }

  .leak-map-card .card-head h3 {
    color: #078543;
    font-size: 15px;
  }

  .leak-map-card .card-head h3 span {
    width: 13px;
    height: 13px;
    margin-left: 4px;
    border-color: #078543;
    color: #078543;
    font-size: 9px;
  }

  .leak-map-card .card-head button {
    border: 0;
    padding: 0;
    background: transparent;
    color: #078543;
    font-size: 0;
  }

  .leak-map-card .card-head button::after {
    content: "詳細を見る ›";
    font-size: 11px;
  }

  .leak-flow {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin-top: 6px;
    padding: 0 8px 4px;
    gap: 6px;
    overflow: visible;
  }

  .leak-flow article {
    height: 62px;
    border-radius: 9px;
    background: #fff;
  }

  .leak-flow article:nth-child(3),
  .leak-flow article:nth-child(4),
  .leak-flow article:nth-child(6) {
    display: none;
  }

  .leak-flow .warn { background: #fffdf9; }
  .leak-flow .bad { background: #fffafa; }
  .leak-flow .neutral { background: #fbfdfb; }

  .leak-flow article + article::before,
  .leak-flow article + article::after {
    display: none;
  }

  .leak-flow i {
    display: none;
  }

  .leak-flow b {
    left: 0;
    right: 0;
    top: 7px;
    text-align: center;
    font-size: 10px;
  }

  .leak-flow em {
    display: none;
  }

  .leak-flow p {
    display: none;
  }

  .mobile-flow-status,
  .mobile-flow-copy {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
  }

  .mobile-flow-status {
    top: 25px;
    color: #c98411;
    font-size: 10px;
    font-weight: 600;
  }

  .leak-flow .bad .mobile-flow-status { color: #ef493f; }
  .leak-flow .neutral .mobile-flow-status { color: #718077; }
  .leak-flow article:nth-child(7) .mobile-flow-status { color: #078543; }

  .mobile-flow-status::before {
    content: "●";
    margin-right: 3px;
  }

  .mobile-flow-copy {
    bottom: 5px;
    color: #555f67;
    font-size: 8px;
  }

  .leak-flow article + article::before {
    display: none;
  }

  .leak-flow article + article::after {
    display: block;
    left: -6px;
    top: 28px;
    border-left: 5px solid #8b929c;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .leak-flow a {
    display: none;
  }

  .legend {
    margin: 12px 10px 1px;
    font-size: 8px;
  }

  .lower-panels {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .app-exact:not(.is-workspace) .lower-panels,
  .app-exact:not(.is-workspace) .tools-panel {
    display: none;
  }

  .task-panel,
  .input-panel,
  .ai-panel,
  .tools-panel {
    height: auto;
    padding: 16px;
    border-radius: 10px;
  }

  .task-panel li,
  .input-panel li {
    min-height: 34px;
  }

  .task-panel li {
    grid-template-columns: 18px minmax(0, 1fr) auto;
  }

  .task-panel li span {
    display: none;
  }

  .ai-panel li {
    grid-template-columns: 22px 1fr;
    min-height: 50px;
  }

  .ai-panel li button {
    display: none;
  }

  .tools-panel > div:last-child {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tools-panel article {
    min-height: 88px;
  }

  .tools-panel article:nth-child(2) {
    display: none;
  }

  .tools-panel article i {
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
  }

  .tools-panel b,
  .tools-panel p {
    left: 76px;
  }

  .tools-panel p {
    right: 10px;
  }

  .tools-panel button {
    display: none;
  }

  .app-exact.is-workspace .dash-top {
    display: flex;
    align-items: center;
    height: 68px;
    padding: max(13px, env(safe-area-inset-top)) 0 8px;
    border-bottom: 1px solid #e2e6ea;
  }

  .app-exact.is-workspace .dash-top h1 {
    display: block;
    margin: 0;
    color: #17201f;
    font-size: 0;
    font-weight: 600;
  }

  .app-exact.is-workspace .dash-top h1::before {
    content: "‹";
    display: inline-block;
    margin-right: 10px;
    color: #66717a;
    font-size: 35px;
    font-weight: 400;
    line-height: 0;
    vertical-align: -4px;
  }

  .app-exact.is-workspace .dash-top h1::after {
    content: attr(data-mobile-title);
    color: #17201f;
    font-size: 20px;
    font-weight: 600;
  }

  .mobile-map-priority,
  .mobile-map-list,
  .mobile-map-task-link {
    display: none;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-intro,
  .app-exact.is-workspace[data-route="map"] .map-overview,
  .app-exact.is-workspace[data-route="map"] .priority-panel {
    display: none;
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-priority {
    display: grid;
    gap: 15px;
    margin: 12px 0 14px;
    padding: 19px 18px;
    border: 1px solid #f2c6c2;
    border-radius: 12px;
    background: #fffafa;
  }

  .mobile-map-priority span {
    color: #e75048;
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-map-priority h4 {
    margin: 5px 0 7px;
    color: #17201f;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 600;
  }

  .mobile-map-priority p {
    margin: 0;
    color: #59636d;
    font-size: 14px;
    line-height: 1.65;
  }

  .mobile-map-priority .workspace-button {
    width: 100%;
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-list {
    display: grid;
    gap: 10px;
  }

  .mobile-map-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 96px;
    padding: 14px;
    border: 1px solid #dce2ea;
    border-radius: 10px;
    background: #fff;
    color: #17201f;
    text-align: left;
  }

  .mobile-map-row i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e7f4e9;
    color: #168744;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
  }

.mobile-map-row.warning i { background: #fff0d5; color: #bd7410; }
.mobile-map-row.danger i { background: #ffe1de; color: #df4c44; }
.mobile-map-row.neutral i { background: #edf3ee; color: #718077; }
  .mobile-map-row b { margin-right: 10px; font-size: 16px; font-weight: 600; }
  .mobile-map-row em { color: #bd7410; font-size: 13px; font-style: normal; font-weight: 600; }
.mobile-map-row.danger em { color: #df4c44; }
.mobile-map-row.good em { color: #168744; }
.mobile-map-row.neutral em { color: #718077; }
  .mobile-map-row p { margin: 5px 0 0; color: #59636d; font-size: 12px; line-height: 1.5; }
  .mobile-map-row > span { color: #7b858d; font-size: 29px; font-weight: 300; }

  .app-exact.is-workspace[data-route="map"] .mobile-map-task-link {
    display: grid;
    grid-template-columns: 1fr auto 16px;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 58px;
    margin-top: 12px;
    padding: 0 16px;
    border: 1px solid #d2e4d6;
    border-radius: 10px;
    background: #f8fcf8;
    color: #17201f;
    text-align: left;
  }

  .mobile-map-task-link span { font-size: 15px; font-weight: 600; }
  .mobile-map-task-link strong { color: #158545; font-size: 20px; font-weight: 600; }
  .mobile-map-task-link em { color: #748077; font-size: 25px; font-style: normal; }

  .app-exact.is-workspace .dash-top h2,
  .app-exact.is-workspace .period-select {
    display: none;
  }

  .workspace-view {
    width: 100%;
    margin-top: 0;
    padding: 12px 0 20px;
  }

  .workspace-intro {
    min-height: 0;
    margin-bottom: 14px;
    padding: 4px 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .workspace-intro > div > span,
  .workspace-intro h3 {
    display: none;
  }

  .workspace-intro p {
    color: #59636d;
    font-size: 13px;
    line-height: 1.6;
  }

  .workspace-button,
  .workspace-icon-button,
  .row-icon-button,
  .check-button {
    min-height: 38px;
    border-radius: 7px;
    padding: 0 12px;
    font-size: 12px;
  }

  .workspace-intro > .workspace-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .workspace-form,
  .workspace-panel,
  .analysis-summary article,
  .recommendation-grid article {
    border-radius: 10px;
  }

  .form-panel {
    padding: 0;
    border-radius: 10px;
  }

  .form-panel + .form-panel {
    margin-top: 12px;
  }

  .form-panel-head {
    padding: 15px 16px;
    border-bottom: 1px solid #e4e9eb;
    background: #f8fcf8;
  }

  .form-panel-head h4 {
    font-size: 18px;
  }

  .form-panel-head p {
    display: none;
  }

  .form-grid {
    display: block;
    padding: 0 14px;
  }

  .form-field {
    display: grid;
    grid-template-columns: minmax(86px, 0.8fr) minmax(0, 1.4fr);
    align-items: center;
    gap: 12px;
    min-height: 64px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #edf0f2;
  }

  .form-field:last-child {
    border-bottom: 0;
  }

  .form-field > span {
    margin: 0;
    color: #242d31;
    font-size: 15px;
    font-weight: 500;
  }

  .form-field > div {
    position: relative;
  }

  .form-field input {
    height: 44px;
    padding: 0 40px 0 10px;
    border: 1px solid #cfd8df;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
  }

  .form-field em {
    right: 11px;
    color: #2a3237;
    font-size: 14px;
  }

  .form-field small {
    display: none;
  }

  .form-footer {
    display: grid;
    gap: 12px;
    padding: 18px 0 2px;
  }

  .form-footer p {
    font-size: 12px;
  }

  .form-footer .workspace-button {
    width: 100%;
  }

  .month-select-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 10px;
    padding: 14px;
    border-radius: 9px;
  }

  .month-select-panel > div {
    grid-column: 1 / -1;
  }

  .month-select-panel h4,
  .active-month-panel h4 {
    font-size: 16px;
  }

  .month-select-panel p,
  .active-month-panel p {
    font-size: 11px;
  }

  .month-select-panel label {
    min-width: 142px;
  }

  .month-select-panel .workspace-button {
    min-width: 0;
    padding: 0 10px;
  }

  .active-month-panel {
    display: grid;
    gap: 12px;
  }

  .active-month-panel .workspace-button {
    width: 100%;
  }

  .workspace-panel,
  .chart-panel,
  .map-overview,
  .task-workspace,
  .goal-panel,
  .recommendation-grid article {
    padding: 16px;
  }

  .analysis-summary,
  .workspace-split,
  .recommendation-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .analysis-summary article {
    min-height: 104px;
    padding: 16px;
  }

  .analysis-summary article strong {
    font-size: 29px;
  }

  .chart-panel .panel-title {
    gap: 10px;
  }

  .chart-panel .panel-title p {
    font-size: 12px;
  }

  .bar-row {
    grid-template-columns: 66px 1fr auto;
    gap: 8px;
  }

  .map-overview {
    display: block;
  }

  .map-score {
    margin-bottom: 14px;
  }

  .map-steps {
    grid-template-columns: 1fr;
  }

  .map-step {
    min-height: 110px;
  }

  .priority-panel,
  .reset-panel {
    display: grid;
    gap: 14px;
  }

  .priority-panel .workspace-button,
  .reset-panel .workspace-button {
    width: 100%;
  }

  .task-add-form,
  .compact-form,
  .menu-form {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .task-add-form input,
  .task-add-form select,
  .compact-form input,
  .compact-form select {
    min-height: 43px;
  }

  .task-row {
    grid-template-columns: 28px minmax(0, 1fr) auto 52px 26px;
    gap: 8px;
    padding: 12px 0;
  }

  .row-action-button {
    min-height: 28px;
    padding: 0 5px;
    font-size: 10px;
  }

  .data-table {
    width: 100%;
    overflow-x: auto;
  }

  .customer-table,
  .menu-table {
    min-width: 570px;
  }

  .customer-table {
    min-width: 0;
    overflow: visible;
  }

  .customer-table .table-head {
    display: none;
  }

  .customer-table .table-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    min-height: 66px;
    padding: 0;
  }

  .customer-table .table-row span:first-of-type {
    display: none;
  }

  .customer-table .table-row span:nth-of-type(2) {
    color: #59636d;
    font-size: 11px;
  }

  .customer-table .table-row span:nth-of-type(2)::before {
    content: "次回 ";
    color: #89929b;
  }

  .menu-table {
    min-width: 0;
    overflow: visible;
  }

  .menu-table .table-head {
    display: none;
  }

  .menu-table .table-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 12px;
    min-height: 78px;
    padding: 10px 0;
  }

  .menu-table .table-row b {
    grid-column: 1;
    grid-row: 1;
  }

  .menu-table .table-row span:first-of-type {
    grid-column: 2;
    grid-row: 1;
    color: #17201f;
    font-weight: 600;
  }

  .menu-table .table-row span:nth-of-type(2),
  .menu-table .table-row span:nth-of-type(3) {
    color: #68727c;
    font-size: 11px;
  }

  .menu-table .table-row span:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .menu-table .table-row span:nth-of-type(2)::before {
    content: "所要 ";
    color: #89929b;
  }

  .menu-table .table-row span:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
  }

  .menu-table .table-row span:nth-of-type(3)::before {
    content: "予約 ";
    color: #89929b;
  }

  .menu-table .table-row strong {
    grid-column: 1 / -1;
    grid-row: 3;
    color: #178545;
    font-size: 11px;
    text-align: left;
  }

  .menu-table .table-row strong::before {
    content: "時間あたり売上 ";
    color: #89929b;
    font-weight: 400;
  }

  .goal-panel article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .goal-panel article > div:first-child {
    display: flex;
  }

  .goal-panel small {
    text-align: left;
  }

  .recommendation-grid article {
    grid-template-columns: 60px 1fr;
    gap: 13px;
    min-height: 0;
  }

  .recommendation-grid article .workspace-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .recommendation-grid ul {
    grid-template-columns: 1fr;
  }

  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .comparison-grid article {
    min-height: 94px;
    padding: 13px;
  }

  .comparison-grid strong {
    font-size: 17px;
  }

  .opportunity-list > article,
  .opportunity-list .opportunity-empty {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
  }

  .opportunity-list > article > strong {
    grid-column: 2;
    text-align: left;
  }

  .opportunity-list > article > .workspace-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .opportunity-list .opportunity-empty > .workspace-button {
    grid-column: 1 / -1;
  }

  .history-status,
  .tool-decision {
    display: grid;
    gap: 13px;
  }

  .playbook-panel > .panel-title {
    display: grid;
    gap: 7px;
  }

  .playbook-panel > .panel-title > strong {
    justify-items: start;
  }

  .playbook-trigger {
    padding: 14px;
  }

  .playbook-body {
    padding: 0 14px 14px;
  }

  .playbook-stage {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .playbook-action {
    padding: 13px;
  }

  .playbook-script {
    display: grid;
    gap: 10px;
  }

  .playbook-script .workspace-button,
  .playbook-action > .workspace-button {
    width: 100%;
  }

  .playbook-close--bottom {
    width: 100%;
    margin-top: 12px;
    border: 1px solid #cfe1d3;
    border-radius: 7px;
    background: #fff;
  }

  .history-status .workspace-button,
  .tool-decision .workspace-button {
    width: 100%;
  }

  .history-panel .panel-title {
    display: grid;
    gap: 8px;
  }

  .history-count {
    justify-self: start;
  }

  .history-list article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    min-height: 0;
    padding: 13px 0;
  }

  .history-list strong,
  .history-list > article > span {
    text-align: right;
  }

  .history-list em {
    grid-column: 1;
  }

  .history-list > article > span {
    grid-column: 2;
  }

  .history-open {
    grid-column: 1 / -1;
    width: 100%;
  }

  .followup-queue .panel-title {
    align-items: flex-start;
  }

  .followup-queue article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
  }

  .followup-queue article .workspace-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .profit-bridge > div:last-of-type {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .profit-bridge > div:last-of-type > i {
    width: 24px;
    height: 14px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .loss-estimate > div:last-of-type {
    grid-template-columns: 1fr;
  }

  .loss-estimate > .workspace-button {
    width: 100%;
  }

  .settings-form {
    max-width: none;
  }

  .mobile-route-hub {
    display: block;
    margin: 14px 0;
    padding: 16px;
    border: 1px solid #dce2ea;
    border-radius: 10px;
    background: #fff;
  }

  .mobile-route-hub h4 {
    margin: 0 0 12px;
    color: #17201f;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-route-hub > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-route-hub button {
    min-height: 42px;
    border: 1px solid #dfe7e1;
    border-radius: 7px;
    background: #f8fcf8;
    color: #287a49;
    font-size: 12px;
    font-weight: 600;
  }

  .app-toast {
    bottom: calc(88px + env(safe-area-inset-bottom));
    min-width: 0;
    max-width: calc(100% - 32px);
    font-size: 12px;
  }

  .app-utility-dialog { width: calc(100vw - 28px); max-height: calc(100vh - 48px); }
  .app-utility-dialog__content { padding: 24px 18px 18px; border-radius: 10px; }
  .app-utility-dialog h3 { font-size: 19px; }

  /* The LP keeps its generated hero image, then continues as code-based mobile sections. */
  .lp-image-page {
    min-width: 0;
    overflow-x: clip;
    background: #fffdf8;
  }

  .lp-image-stage {
    width: 100%;
    aspect-ratio: 853 / 1812;
    background: #fffaf3;
  }

  .lp-reference-image {
    display: none;
  }

  .lp-mobile-reference-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
  }

  .lp-hit-features,
  .lp-hit-plans,
  .lp-hit-cases,
  .lp-hit-faq,
  .lp-hit-login,
  .lp-hit-top-screen,
  .lp-hit-main-cta,
  .lp-hit-main-screen {
    display: none;
  }

  .lp-hit-brand {
    left: 4%;
    top: 1.4%;
    width: 56%;
    height: 5.5%;
  }

  .lp-hit-top-cta {
    left: 6%;
    top: 34%;
    width: 56%;
    height: 6%;
  }

  .lp-hit-dashboard {
    left: 24%;
    top: 43%;
    width: 65%;
    height: 43%;
  }

  .lp-code-section,
  .lp-final-cta,
  .lp-footer-code {
    min-width: 0;
  }

  .lp-code-section {
    padding: 74px 24px;
  }

  .lp-section-inner {
    width: 100%;
  }

  .lp-section-heading {
    max-width: none;
  }

  .lp-section-heading > span,
  .lp-final-cta span {
    font-size: 11px;
  }

  .lp-section-heading h2,
  .lp-final-cta h2 {
    margin: 11px 0 14px;
    font-size: 30px;
    line-height: 1.42;
    font-weight: 600;
  }

  .lp-section-heading p,
  .lp-final-cta p {
    font-size: 14px;
    line-height: 1.8;
  }

  .lp-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .lp-feature-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 10px;
    min-height: 0;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #e0e4de;
    border-radius: 0;
    background: transparent;
  }

  .lp-feature-number {
    grid-row: 1 / span 3;
    padding-top: 1px;
    font-size: 20px;
  }

  .lp-feature-grid h3,
  .lp-case-grid h3,
  .lp-plan-grid h3 {
    margin: 0 0 7px;
    font-size: 20px;
  }

  .lp-feature-grid h3,
  .lp-feature-grid p,
  .lp-feature-grid b {
    grid-column: 2;
  }

  .lp-feature-grid p,
  .lp-case-grid p,
  .lp-plan-grid p {
    font-size: 13px;
    line-height: 1.75;
  }

  .lp-feature-grid b {
    margin-top: 10px;
  }

  .lp-flow-layout,
  .lp-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lp-flow-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .lp-flow-list li {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .lp-flow-list b {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #4d9264;
    border-radius: 50%;
    font-size: 15px;
  }

  .lp-flow-list h3 {
    font-size: 18px;
  }

  .lp-flow-list p {
    font-size: 13px;
    line-height: 1.65;
  }

  .lp-plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .lp-plan-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .lp-plan-grid article.featured {
    order: -1;
  }

  .lp-plan-grid strong {
    margin: 12px 0;
    font-size: 42px;
  }

  .lp-plan-grid ul {
    margin: 18px 0 22px;
  }

  .lp-plan-grid a {
    width: 100%;
  }

  .lp-case-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .lp-case-grid article {
    display: grid;
    grid-template-columns: 62px 1fr;
    column-gap: 14px;
    min-height: 0;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #dfdcd4;
    border-radius: 0;
    background: transparent;
  }

  .case-label {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    font-size: 0;
  }

  .lp-case-grid h3 {
    margin: 0 0 7px;
  }

  .lp-case-grid p,
  .lp-case-grid b {
    grid-column: 2;
  }

  .lp-case-grid b {
    margin-top: 10px;
  }

  .lp-faq {
    padding-top: 74px;
    padding-bottom: 64px;
  }

  .faq-list summary {
    padding: 17px 30px 17px 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .faq-list summary::after {
    top: 14px;
    font-size: 23px;
  }

  .faq-list details p {
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 1.75;
  }

  .lp-final-cta {
    min-height: 318px;
    padding: 58px 24px;
  }

  .lp-final-cta h2 {
    color: #fffdf8;
    font-size: 31px;
  }

  .lp-final-cta a {
    width: 100%;
    min-height: 52px;
    margin-top: 26px;
  }

  .lp-footer-code {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 28px 24px calc(30px + env(safe-area-inset-bottom));
    background: #173d2b;
  }

  .lp-footer-code > a {
    font-size: 18px;
  }

  .lp-footer-code nav {
    flex-wrap: wrap;
    gap: 12px 18px;
    font-size: 12px;
  }

  /* Screen-specific mobile layouts are kept separate from the desktop workspace. */
  .app-exact.is-workspace .dash-top {
    position: relative;
    height: 58px;
    margin: 0 -16px;
    padding: 0 16px;
    border-bottom: 1px solid #e2e6ea;
  }

  .app-exact.is-workspace .dash-top h1 {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .app-exact.is-workspace .dash-top > div:first-child {
    position: absolute;
    inset: 0;
    width: auto;
    margin: 0;
  }

  .app-exact.is-workspace .dash-top h1::after {
    display: inline-block;
    font-size: 17px;
    line-height: 58px;
  }

  .app-exact.is-workspace[data-route="input"] .dash-top h1::before {
    position: absolute;
    left: 18px;
    top: 13px;
    margin: 0;
    font-size: 33px;
    line-height: 1;
  }

  .app-exact.is-workspace[data-route="map"] .dash-top h1::before {
    display: none;
  }

  .app-exact.is-workspace .dash-sidebar {
    height: 74px;
    padding-bottom: 0;
  }

  .app-exact.is-workspace .dash-sidebar nav,
  .app-exact.is-workspace .dash-sidebar nav a,
  .app-exact.is-workspace .dash-sidebar nav a.active {
    height: 74px;
  }

  .app-exact.is-workspace .dash-sidebar nav a,
  .app-exact.is-workspace .dash-sidebar nav a.active {
    padding: 4px 0 5px;
  }

  .app-exact.is-workspace .dash-sidebar nav a.active::before,
  .app-exact.is-workspace .dash-sidebar nav a.mobile-active::before {
    width: 64px;
  }

  .app-exact.is-workspace[data-route="input"] .dash-main,
  .app-exact.is-workspace[data-route="map"] .dash-main {
    min-height: 100dvh;
    padding-bottom: 0;
  }

  .app-exact.is-workspace[data-route="input"] .dash-sidebar nav a:nth-child(2) i {
    background-image: url("assets/shop-os/mobile-icons/nav-input-active-reference.png");
  }

  .app-exact.is-workspace[data-route="map"] .dash-sidebar nav a:nth-child(5) i {
    background-image: url("assets/shop-os/mobile-icons/nav-improvements-active-reference.png");
  }

  .app-exact.is-workspace[data-route="map"] .dash-sidebar nav a.mobile-active::before {
    width: 72px;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-view {
    padding: 19px 0 0;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-intro {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-intro p {
    margin: 0;
    color: #313b42;
    font-size: 12px;
    line-height: 1.5;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-intro .workspace-button {
    position: fixed;
    z-index: 1100;
    top: 10px;
    right: 16px;
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #078543;
    font-size: 0;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-intro .workspace-button::after {
    content: attr(data-mobile-label);
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-input-progress {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    height: 28px;
    margin-bottom: 10px;
  }

  .mobile-input-progress span {
    color: #1f292e;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-input-progress b {
    color: #078543;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-input-progress i {
    position: relative;
    display: block;
    height: 8px;
    margin-left: 8px;
    overflow: hidden;
    border-radius: 9px;
    background: #eaf5ed;
  }

  .mobile-input-progress i::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--input-progress, 65%);
    border-radius: inherit;
    background: #078543;
  }

  .app-exact.is-workspace[data-route="input"] .workspace-form {
    display: block;
    margin: 0;
  }

  .app-exact.is-workspace[data-route="input"] .form-panel {
    overflow: hidden;
    border: 1px solid #dce2ea;
    border-radius: 8px;
    background: #fff;
  }

  .app-exact.is-workspace[data-route="input"] .form-panel + .form-panel {
    margin-top: 13px;
  }

  .app-exact.is-workspace[data-route="input"] .form-panel-head {
    display: flex;
    align-items: center;
    height: 43px;
    padding: 0 11px;
    gap: 8px;
    border-bottom: 1px solid #dfe8e2;
    background: #f7fcf8;
  }

  .app-exact.is-workspace[data-route="input"] .form-panel-head i {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 0;
    background: center / 24px 24px no-repeat;
    transform: translateX(-2px);
  }

  .app-exact.is-workspace[data-route="input"] .form-sales .form-panel-head i { background-image: url("assets/shop-os/mobile-icons/input-sales-reference.png"); }
  .app-exact.is-workspace[data-route="input"] .form-bookings .form-panel-head i { background-image: url("assets/shop-os/mobile-icons/input-bookings-reference.png"); }
  .app-exact.is-workspace[data-route="input"] .form-costs .form-panel-head i { background-image: url("assets/shop-os/mobile-icons/input-costs-reference.png"); }

  .app-exact.is-workspace[data-route="input"] .form-panel-head h4 {
    margin: 0;
    color: #078543;
    font-size: 16px;
    font-weight: 600;
  }

  .app-exact.is-workspace[data-route="input"] .form-grid {
    margin: 0;
    padding: 0 12px;
  }

  .app-exact.is-workspace[data-route="input"] .form-field {
    grid-template-columns: 134px minmax(0, 1fr);
    gap: 12px;
    min-height: 54px;
    padding: 0;
  }

  .app-exact.is-workspace[data-route="input"] .form-bookings .form-field,
  .app-exact.is-workspace[data-route="input"] .form-costs .form-field {
    min-height: 46px;
  }

  .app-exact.is-workspace[data-route="input"] .form-costs .form-field {
    min-height: 45px;
  }

  .app-exact.is-workspace[data-route="input"] .form-costs .form-panel-head {
    height: 38px;
  }

  .app-exact.is-workspace[data-route="input"] .form-field > span {
    font-size: 13px;
    font-weight: 500;
  }

  .app-exact.is-workspace[data-route="input"] .form-field > div {
    display: grid;
    grid-template-columns: 156px auto;
    align-items: center;
    gap: 12px;
  }

  .app-exact.is-workspace[data-route="input"] .form-field input {
    width: 156px;
    height: 37px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 19px;
    font-weight: 500;
  }

  .app-exact.is-workspace[data-route="input"] .form-field em {
    position: static;
    color: #1f292e;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }

  .app-exact.is-workspace[data-route="input"] .field-reviews,
  .app-exact.is-workspace[data-route="input"] .field-inquiryHours {
    display: none;
  }

  .app-exact.is-workspace[data-route="input"] .form-footer {
    padding: 14px 0 0;
  }

  .app-exact.is-workspace[data-route="input"] .form-footer p {
    margin: 0;
    color: #4e5962;
    font-size: 12px;
  }

  .app-exact.is-workspace[data-route="input"] .form-footer .workspace-button {
    display: none;
  }

  .mobile-map-heading {
    display: none;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-view {
    margin-left: 1px;
    margin-right: 1px;
    padding: 18px 0 0;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-intro {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-intro > div {
    display: none;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-intro .workspace-button {
    position: fixed;
    z-index: 1100;
    top: 9px;
    right: 16px;
    display: grid;
    min-height: 39px;
    width: 100px;
    padding: 0;
    border: 1px solid #078543;
    border-radius: 6px;
    background: #fff;
    color: #078543;
    font-size: 0;
    font-weight: 600;
  }

  .app-exact.is-workspace[data-route="map"] .workspace-intro .workspace-button::after {
    content: attr(data-mobile-label);
    font-size: 15px;
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-heading {
    display: block;
    margin: 0 0 11px;
    color: #078543;
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-map-heading span {
    display: inline-grid;
    place-items: center;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    border: 1px solid #078543;
    border-radius: 50%;
    color: #078543;
    font-size: 10px;
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-priority {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 0;
    min-height: 200px;
    margin: 0 0 21px;
    padding: 19px 14px 16px;
    border-color: #dce5e5;
    border-radius: 8px;
    background: #f8fcf8;
  }

  .mobile-map-priority > i {
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 21px;
    background: url("assets/shop-os/icon-refresh/flow-awareness-v2.png") center / 52px 52px no-repeat;
    transform: translateX(-3px);
  }

  .mobile-map-priority > div {
    padding-top: 0;
    transform: translateY(1px);
  }

  .mobile-map-priority span {
    color: #ef4038;
    font-size: 13px;
  }

  .mobile-map-priority h4 {
    margin: 6px 0 7px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
  }

  .mobile-map-priority p {
    font-size: 15px;
    line-height: 1.55;
  }

  .mobile-map-priority .workspace-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    margin-top: 13px;
    border-radius: 6px;
    font-size: 17px;
    transform: translateY(2px);
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-list {
    position: relative;
    display: grid;
    gap: 16px;
  }

  .mobile-map-row {
    position: relative;
    grid-template-columns: 36px minmax(0, 1fr) 16px;
    align-items: start;
    gap: 15px;
    min-height: 82px;
    padding: 11px;
    border-radius: 8px;
  }

  .mobile-map-row i {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    margin-top: 3px;
    font-size: 18px;
  }

  .mobile-map-row:not(:last-child) i::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 16px;
    top: 34px;
    width: 3px;
    height: 48px;
    background: #d8dee3;
  }

  .mobile-map-row b {
    margin-right: 9px;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-map-row div {
    margin-top: 3px;
  }

  .mobile-map-row em {
    font-size: 15px;
  }

  .mobile-map-row p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
  }

  .mobile-map-row > span {
    align-self: center;
    font-size: 31px;
  }

  .app-exact.is-workspace[data-route="map"] .mobile-map-task-link {
    grid-template-columns: 23px 1fr auto 15px;
    gap: 9px;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 13px;
    border-radius: 7px;
  }

  .mobile-map-task-link i {
    display: block;
    width: 23px;
    height: 23px;
    background: url("assets/shop-os/icon-refresh/nav-5-v2.png") center / 27px 27px no-repeat;
  }

  .mobile-map-task-link span { font-size: 14px; }
  .mobile-map-task-link strong { font-size: 17px; }
  .mobile-map-task-link em { font-size: 23px; }
}

@media (min-width: 768px) {
  .mobile-map-heading,
  .mobile-map-priority,
  .mobile-map-list,
  .mobile-map-task-link { display: none; }
}

/* The generated hero is intentionally kept intact. Only its navigation and CTAs
   are real link layers, so the dashboard and fixed explanatory copy stay visual. */
.oslp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.oslp-image-hero { isolation: isolate; }

/* The linked labels are rebuilt in HTML over a textless version of the reference. */
.oslp-link-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 1672px;
  height: 88px;
  transform: scale(min(1, calc(100vw / 1672px)));
  transform-origin: left top;
}

.oslp-link-brand { position: absolute; top: 27px; left: 38px; color: #17201f; font-size: 34px; font-weight: 700; line-height: 1; }
.oslp-link-nav { position: absolute; top: 0; left: 476px; display: flex; align-items: center; height: 88px; }
.oslp-link-nav a { position: relative; padding: 0 21px; color: #1a2220; font-size: 14px; font-weight: 600; }
.oslp-link-nav a + a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 17px; background: #d8d0c4; transform: translateY(-50%); }
.oslp-link-actions { position: static; }
.oslp-link-login { position: absolute; top: 0; left: 954px; display: inline-flex; align-items: center; height: 88px; color: #1b2422; font-size: 14px; font-weight: 600; white-space: nowrap; }
.oslp-link-top-cta,
.oslp-link-main-cta { display: inline-flex; align-items: center; justify-content: center; background: #3f8f61; color: #fff; font-weight: 700; }
.oslp-link-top-cta { position: absolute; top: 19px; left: 1224px; width: 205px; height: 56px; border-radius: 999px; font-size: 17px; }
.oslp-link-screen { position: absolute; top: 21px; left: 1480px; display: inline-flex; align-items: center; justify-content: space-between; width: 163px; height: 44px; border-bottom: 1px solid #202624; color: #19211f; font-size: 14px; font-weight: 600; white-space: nowrap; }
.oslp-link-screen b { font-size: 25px; font-weight: 400; line-height: 1; }

.oslp-link-hero-actions { position: absolute; top: 0; left: 0; z-index: 5; width: 1672px; height: 941px; pointer-events: none; transform: scale(min(1, calc(100vw / 1672px))); transform-origin: left top; }
.oslp-link-main-cta { position: absolute; top: 826px; left: 70px; justify-content: flex-start; width: 350px; height: 65px; padding-left: 92px; gap: 42px; border-radius: 999px; font-size: 21px; pointer-events: auto; }
.oslp-link-main-cta b { font-size: 28px; font-weight: 400; }.oslp-link-main-screen { position: absolute; top: 832px; left: 470px; display: inline-flex; align-items: center; justify-content: space-between; width: 151px; height: 51px; padding: 0 2px 0 8px; border-bottom: 1px solid #202624; color: #19211f; font-size: 16px; font-weight: 600; pointer-events: auto; }.oslp-link-main-screen b { font-size: 27px; font-weight: 400; }
.oslp-mobile-link-cta { display: none; }

.oslp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1110px, 100%);
  margin: 62px auto 0;
}

.oslp-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 456px;
  padding: 30px;
  border: 1px solid #dfe5df;
  border-radius: 10px;
  background: #fff;
}

.oslp-plan-card.is-featured {
  border: 2px solid #158546;
  background: #f8fcf7;
  box-shadow: 0 17px 35px rgba(42, 110, 65, .1);
}

.oslp-plan-card header > span {
  color: #4b9365;
  font-size: 11px;
  font-weight: 700;
}

.oslp-plan-card h3 {
  margin: 13px 0 12px;
  color: #18221e;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 27px;
  font-weight: 600;
}

.oslp-plan-card strong {
  display: block;
  color: #087a43;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
}

.oslp-plan-card strong small {
  margin-left: 6px;
  color: #3f4c45;
  font-family: "Shop Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.oslp-plan-card > p {
  min-height: 48px;
  margin: 21px 0 0;
  color: #59655d;
  font-size: 13px;
  line-height: 1.8;
}

.oslp-plan-card ul {
  display: grid;
  gap: 11px;
  margin: 23px 0 25px;
  padding: 0;
  list-style: none;
}

.oslp-plan-card li { color: #344139; font-size: 13px; line-height: 1.5; }
.oslp-plan-card li::before { content: "✓"; margin-right: 9px; color: #108345; font-weight: 700; }

.oslp-plan-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 50px;
  margin-top: auto;
  border: 1px solid #9bc9a8;
  border-radius: 8px;
  background: #fff;
  color: #087a43;
  font-size: 14px;
  font-weight: 600;
}

.oslp-plan-card.is-featured a { border-color: #087a43; background: #087a43; color: #fff; }
.oslp-plan-card a b { font-size: 21px; font-weight: 400; }
.oslp-plan-disclaimer { margin: 24px 0 0; color: #737c76; font-size: 12px; text-align: center; }

/* -------------------------------------------------------------------------- */
/* Landing page: code-first translation of the desktop and mobile references. */
/* -------------------------------------------------------------------------- */

.lp-code-page {
  min-width: 0;
  overflow-x: clip;
  background: #fffdf8;
  color: #1c2524;
  font-family: "Shop Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.lp-code-page *,
.lp-code-page *::before,
.lp-code-page *::after { box-sizing: border-box; }

.lp-code-page a { text-decoration: none; }
.lp-code-page button { font: inherit; }
.lp-code-page main { display: block; }
.oslp-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  width: min(100%, 1672px);
  height: 96px;
  padding: 0 38px;
  color: #17201f;
  transform: translateX(-50%);
}

.oslp-brand { font-size: 34px; font-weight: 700; letter-spacing: 0; }
.oslp-nav { display: flex; justify-content: center; align-items: center; }
.oslp-nav a { position: relative; padding: 0 21px; font-size: 14px; font-weight: 600; }
.oslp-nav a + a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 17px; background: #d8d0c4; transform: translateY(-50%); }
.oslp-header-actions { display: flex; align-items: center; gap: 28px; }
.oslp-login { font-size: 14px; font-weight: 600; white-space: nowrap; }
.oslp-header-cta,
.oslp-primary-cta { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; background: #2f8756; color: #fff; font-weight: 700; box-shadow: 0 12px 24px rgba(40, 113, 71, .14); }
.oslp-header-cta { width: 205px; height: 56px; font-size: 17px; }
.oslp-screen-link { display: inline-flex; align-items: center; gap: 29px; min-width: 128px; height: 43px; border-bottom: 1px solid #1d2523; font-size: 14px; font-weight: 600; white-space: nowrap; }
.oslp-screen-link b { font-size: 25px; font-weight: 400; line-height: 1; }
.oslp-menu-button,
.oslp-mobile-menu { display: none; }

.oslp-hero { position: relative; min-height: 941px; overflow: hidden; background: #fffdf8; isolation: isolate; }
.oslp-hero-background { position: absolute; inset: 0; z-index: -2; background: #fffaf2 url("assets/shop-os/lp-hero-scene-v2.png") center / cover no-repeat; }
.oslp-hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.1), rgba(255,253,248,0) 55%, rgba(255,253,248,.08)); }

.oslp-award { position: absolute; z-index: 4; left: max(6%, calc(50% - 735px)); top: 148px; display: grid; grid-template-columns: 54px 180px 54px; align-items: center; text-align: center; }
.oslp-award p { margin: 0; font-size: 14px; line-height: 1.5; font-weight: 700; }
.oslp-award span { display: block; width: 90px; height: 1px; margin: 10px auto; background: #c4a04c; }
.oslp-award strong { display: block; font-size: 13px; line-height: 1.6; font-weight: 500; }
.oslp-award em { display: block; margin-top: 7px; color: #bd9433; font-size: 13px; font-style: normal; letter-spacing: 0; }
.oslp-laurel { width: 48px; height: 112px; border-left: 2px solid #c3a04b; border-radius: 100% 0 0 100%; opacity: .92; }
.oslp-laurel::before, .oslp-laurel::after { content: ""; position: absolute; width: 8px; height: 21px; border-radius: 100% 0 100% 0; background: #c3a04b; transform: rotate(38deg); }
.oslp-laurel::before { margin: 3px 0 0 12px; box-shadow: -8px 20px #c3a04b, -11px 44px #c3a04b, -10px 68px #c3a04b, -2px 91px #c3a04b; }
.oslp-laurel::after { margin: 15px 0 0 25px; transform: rotate(65deg); box-shadow: -5px 22px #c3a04b, -5px 46px #c3a04b, 2px 70px #c3a04b; }
.oslp-laurel-right { transform: scaleX(-1); }
.oslp-booking-note { position: absolute; z-index: 4; left: max(8%, calc(50% - 650px)); top: 346px; display: grid; gap: 8px; width: 236px; min-height: 195px; padding: 27px 26px 19px; background: #fff9ee; box-shadow: 0 22px 45px rgba(71, 52, 28, .16); text-align: center; transform: rotate(-3deg); }
.oslp-booking-note::after { content: ""; position: absolute; z-index: -1; left: -20px; right: -27px; bottom: -20px; height: 20px; border-radius: 3px 3px 8px 8px; background: linear-gradient(#c59968, #845b32); transform: rotate(1.5deg); }
.oslp-booking-note b { font-size: 17px; }
.oslp-booking-note strong { font-size: 19px; font-weight: 600; }
.oslp-booking-note span, .oslp-booking-note small { color: #5f645f; font-size: 11px; line-height: 1.6; }

.oslp-dashboard { position: absolute; z-index: 3; top: 105px; left: 26%; display: grid; grid-template-columns: 166px 1fr; grid-template-rows: 32px 1fr; width: min(70%, 1160px); height: 555px; overflow: hidden; border: 1px solid #e6ded1; border-radius: 24px; background: rgba(255,253,248,.96); box-shadow: 0 34px 72px rgba(79, 59, 31, .18); transform: rotate(3.2deg); transform-origin: 50% 50%; }
.oslp-dash-browser { grid-column: 1 / -1; display: flex; align-items: center; gap: 7px; padding-left: 16px; border-bottom: 1px solid #e9e1d7; }
.oslp-dash-browser i { width: 9px; height: 9px; border-radius: 50%; background: #e9e0d0; }
.oslp-dash-browser i:nth-child(2) { background: #d4b256; }.oslp-dash-browser i:nth-child(3) { background: #79a066; }
.oslp-dash-side { padding: 15px 16px; border-right: 1px solid #e5ded3; background: #faf5ec; }
.oslp-dash-side > b { display: block; margin: 0 0 12px; color: #2a3330; font-size: 13px; font-weight: 700; }
.oslp-dash-side span { display: flex; align-items: center; gap: 9px; height: 31px; margin-bottom: 6px; padding: 0 8px; border-radius: 6px; color: #6a726e; font-size: 12px; white-space: nowrap; }
.oslp-dash-side span.is-active { background: #edf5e9; color: #468760; }.oslp-dash-side em { font-style: normal; font-size: 10px; font-weight: 500; }
.oslp-dash-content { min-width: 0; padding: 13px 22px 16px; }
.oslp-dash-top { display: flex; align-items: center; gap: 17px; }.oslp-dash-top h2 { flex: 1; margin: 0; font-size: 16px; font-weight: 700; }.oslp-dash-top button { width: 112px; height: 30px; border: 1px solid #e6dfd4; border-radius: 7px; background: #fff; color: #4c544e; font-size: 10px; }.oslp-dash-top span { display: grid; place-items: center; width: 20px; color: #3a433e; font-size: 15px; }
.oslp-dash-score { display: flex; align-items: center; gap: 16px; margin-top: 14px; }.oslp-dash-score b { font-size: 13px; }.oslp-dash-score a { color: #616b64; font-size: 10px; }
.oslp-dash-kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; margin-top: 9px; }.oslp-dash-kpis article { min-width: 0; min-height: 91px; padding: 11px; border: 1px solid #e9e2d8; border-radius: 10px; background: rgba(255,255,255,.78); }.oslp-dash-kpis span, .oslp-dash-kpis small { color: #555e59; font-size: 9px; line-height: 1.4; }.oslp-dash-kpis strong { display: block; margin: 7px 0; color: #1b2523; font-size: 18px; line-height: 1; font-weight: 600; white-space: nowrap; }.oslp-dash-kpis strong span { font-size: 12px; }.oslp-dash-kpis em { color: #358159; font-style: normal; }.oslp-dash-kpis i { color: #d45f36; font-style: normal; }
.oslp-dash-map { margin-top: 15px; }.oslp-dash-map > div:first-child { display: flex; justify-content: space-between; align-items: center; }.oslp-dash-map h3 { margin: 0; font-size: 13px; }.oslp-dash-map > div:first-child p { margin: 0; color: #606963; font-size: 9px; }.oslp-dash-map > div:first-child i { display: inline-block; width: 8px; height: 8px; margin: 0 3px 0 10px; border-radius: 50%; background: #75a052; }.oslp-dash-map > div:first-child i:nth-of-type(2) { background: #e7aa34; }.oslp-dash-map > div:first-child i:nth-of-type(3) { background: #d5684d; }
.oslp-dash-map ol { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 6px; margin: 10px 0 0; padding: 0; list-style: none; }.oslp-dash-map li { position: relative; display: grid; justify-items: center; gap: 5px; min-width: 0; text-align: center; }.oslp-dash-map li + li::before { content: "→"; position: absolute; left: -9px; top: 22px; color: #b8944b; font-size: 11px; }.oslp-dash-map li > img, .oslp-basket { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #daeccf; color: #4c913d; object-fit: 23px; padding: 9px; }.oslp-dash-map li.warn > img, .oslp-dash-map li.warn .oslp-basket { background: #ffe6ad; color: #d3831b; }.oslp-dash-map li.bad > img { background: #f7b9ae; }.oslp-dash-map li b { color: #2a3230; font-size: 11px; }.oslp-dash-map li small { color: #5f6762; font-size: 8px; line-height: 1.4; }
.oslp-impact { display: flex; align-items: center; justify-content: space-between; min-height: 46px; margin-top: 13px; padding: 0 14px; border: 1px solid #f0ddb4; border-radius: 10px; background: #fff6e7; }.oslp-impact p { margin: 0; color: #c46536; font-size: 10px; }.oslp-impact p b { font-weight: 700; }.oslp-impact span { color: #59615c; font-size: 10px; }.oslp-impact strong { margin-left: 8px; color: #398359; font-size: 19px; font-weight: 600; }

.oslp-hero-copy { position: absolute; z-index: 7; left: max(4.5%, calc(50% - 765px)); bottom: 45px; width: 690px; }.oslp-hero-copy h1, .oslp-section-heading h2, .oslp-final h2 { margin: 0; font-family: "Hiragino Mincho ProN", "Yu Mincho", "Hiragino Serif", serif; font-weight: 600; letter-spacing: 0; }.oslp-hero-copy h1 { color: #202522; font-size: 61px; line-height: 1.14; }.oslp-hero-copy h1 em { color: #2f8756; font-style: normal; }.oslp-hero-copy p { margin: 18px 0 0; color: #303835; font-size: 16px; font-weight: 500; letter-spacing: 0; }.oslp-hero-copy > div { display: flex; align-items: center; gap: 46px; margin-top: 26px; }.oslp-primary-cta { gap: 44px; width: 350px; height: 64px; font-size: 21px; }.oslp-primary-cta b { font-size: 27px; font-weight: 400; }.oslp-text-cta { display: inline-flex; align-items: center; gap: 38px; min-width: 150px; height: 48px; border-bottom: 1px solid #1b2422; font-size: 16px; font-weight: 600; }.oslp-text-cta b { font-size: 25px; font-weight: 400; }
.oslp-hero-benefits { position: absolute; z-index: 6; right: max(2.4%, calc(50% - 800px)); bottom: 42px; display: grid; grid-template-columns: repeat(4, 138px); gap: 16px; }.oslp-hero-benefits article { min-height: 117px; padding-left: 18px; border-left: 1px solid #ddd5c8; }.oslp-hero-benefits i { display: block; min-height: 29px; margin-bottom: 9px; color: #18201e; font-size: 24px; font-style: normal; }.oslp-hero-benefits b { display: block; color: #202723; font-size: 12px; line-height: 1.55; font-weight: 700; }.oslp-hero-benefits span { display: block; margin-top: 6px; color: #63706a; font-size: 10px; line-height: 1.6; }

.oslp-section { padding: 130px 30px; background: #fffdf8; }.oslp-section-heading { max-width: 920px; }.oslp-heading-centered { margin: 0 auto; text-align: center; }.oslp-section-heading > span, .oslp-final > div > span { color: #087a43; font-size: 13px; font-weight: 700; letter-spacing: 0; }.oslp-section-heading h2 { margin-top: 18px; color: #202522; font-size: 47px; line-height: 1.48; }.oslp-features { padding-bottom: 122px; background: #fffdf8; }.oslp-feature-list { width: min(860px, 100%); margin: 65px auto 0; }.oslp-feature-list article { display: grid; grid-template-columns: 94px 98px 1fr; align-items: center; min-height: 156px; border-bottom: 1px solid #d7ddd7; }.oslp-feature-list article:first-child { border-top: 1px solid #d7ddd7; }.oslp-round-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: #eef6ec; }.oslp-round-icon img { width: 44px; height: 44px; object-fit: contain; }.oslp-feature-list > article > b { color: #087a43; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 43px; font-weight: 500; }.oslp-feature-list article > div:last-child { padding-left: 29px; border-left: 1px solid #b8c4ba; }.oslp-feature-list h3 { margin: 0 0 9px; color: #222825; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 30px; font-weight: 600; }.oslp-feature-list p { margin: 0; color: #3e4944; font-size: 16px; line-height: 1.75; }
.oslp-flow { background: linear-gradient(116deg, #eef6ef, #f9fbf7 58%, #eaf3ec); }.oslp-flow .oslp-section-heading { max-width: 760px; }.oslp-step-list { position: relative; display: grid; gap: 35px; width: min(760px, 100%); margin: 70px auto 0; padding: 0; list-style: none; }.oslp-step-list::before { content: ""; position: absolute; left: 31px; top: 61px; bottom: 62px; width: 1px; border-left: 1px dashed #46a467; }.oslp-step-list li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 31px; align-items: start; }.oslp-step-list li > b { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; border: 1.5px solid #178848; border-radius: 50%; background: #f7fbf6; color: #168547; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 30px; font-weight: 500; }.oslp-step-list h3 { margin: 6px 0 7px; color: #087a43; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 30px; font-weight: 600; }.oslp-step-list p { margin: 0; color: #33413b; font-size: 16px; line-height: 1.8; }
.oslp-plans-code { background: #fffdf8; }.oslp-plan-featured { width: min(860px, 100%); margin: 64px auto 0; overflow: hidden; border: 2px solid #168747; border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 20px 45px rgba(40, 111, 65, .07); }.oslp-plan-featured header { padding: 33px 42px 26px; background: linear-gradient(120deg, #f5fbf4, #fffdf9 70%); }.oslp-plan-featured header > span { display: block; color: #087a43; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 32px; font-weight: 600; }.oslp-plan-featured header strong { display: block; margin-top: 7px; color: #087a43; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 76px; line-height: 1; font-weight: 500; }.oslp-plan-featured header small { margin-left: 9px; color: #25312b; font-family: "Shop Noto Sans JP", sans-serif; font-size: 23px; font-weight: 500; }.oslp-plan-featured ul { display: grid; gap: 15px; margin: 0; padding: 31px 55px 25px; border-top: 1px solid #a3c8ad; list-style: none; text-align: left; }.oslp-plan-featured li { color: #29352f; font-size: 16px; }.oslp-plan-featured li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 12px; border: 1px solid #198849; border-radius: 50%; color: #118144; font-size: 12px; }.oslp-plan-featured > a { display: flex; justify-content: center; align-items: center; gap: 46px; height: 65px; margin: 0 28px; border-radius: 9px; background: #087a43; color: #fff; font-size: 20px; font-weight: 600; }.oslp-plan-featured > a b { font-size: 27px; font-weight: 400; }.oslp-plan-featured > small { display: block; padding: 21px; color: #677069; font-size: 13px; }.oslp-plan-notes { display: flex; justify-content: center; gap: 25px; margin-top: 23px; color: #657068; font-size: 13px; }.oslp-plan-notes span::before { content: "✓"; margin-right: 6px; color: #138448; }
.oslp-cases-code { background: #fffdf8; }.oslp-case-list { width: min(930px, 100%); margin: 62px auto 0; }.oslp-case-list article { display: grid; grid-template-columns: 120px 1fr; gap: 37px; min-height: 150px; padding: 26px 0 25px; border-bottom: 1px solid #dedad1; }.oslp-case-list article:first-child { border-top: 0; }.oslp-case-list article::before { content: ""; grid-row: 1; width: 12px; height: 112px; margin: 0 0 0 10px; background: #83ba90; }.oslp-case-list article > img { grid-column: 1; grid-row: 1; align-self: center; width: 62px; height: 62px; margin-left: 30px; object-fit: contain; }.oslp-case-list article > div { grid-column: 2; grid-row: 1; }.oslp-case-list h3 { margin: 0 0 10px; color: #087a43; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 31px; font-weight: 600; }.oslp-case-list p { margin: 0; color: #26312c; font-size: 16px; line-height: 1.8; }.oslp-case-list article.is-beauty::before { background: #eaa89c; }.oslp-case-list article.is-beauty h3 { color: #e6715e; }.oslp-case-list article.is-school::before { background: #a9c8d1; }.oslp-case-list article.is-school h3 { color: #277281; }
.oslp-faq-code { padding-top: 132px; padding-bottom: 110px; background: #fff; }.oslp-faq-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; width: min(1200px, 100%); margin: 0 auto; }.oslp-faq-wrap .oslp-section-heading h2 { font-size: 46px; }.oslp-faq-list { border-top: 1px solid #dce0dd; }.oslp-faq-list details { border-bottom: 1px solid #dce0dd; }.oslp-faq-list summary { position: relative; padding: 26px 45px 26px 0; color: #1d2522; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }.oslp-faq-list summary::-webkit-details-marker { display: none; }.oslp-faq-list summary::after { content: "+"; position: absolute; top: 17px; right: 3px; color: #118043; font-size: 32px; font-weight: 400; }.oslp-faq-list details[open] summary::after { content: "−"; }.oslp-faq-list p { margin: -3px 36px 24px 0; color: #4b5851; font-size: 14px; line-height: 1.9; }
.oslp-final { display: grid; place-items: center; min-height: 450px; padding: 90px 30px; background: #08733e; color: #fff; text-align: center; }.oslp-final > div { max-width: 1040px; }.oslp-final > div > span { color: #d4edda; }.oslp-final h2 { margin-top: 18px; color: #fffdf7; font-size: 47px; line-height: 1.4; }.oslp-final p { margin: 17px 0 0; color: #e2f2e4; font-size: 18px; }.oslp-final a { display: inline-flex; justify-content: center; align-items: center; gap: 60px; width: 410px; height: 66px; margin-top: 33px; border-radius: 8px; background: #fffdf8; color: #08703c; font-size: 20px; font-weight: 600; }.oslp-final a b { font-size: 28px; font-weight: 400; }
.oslp-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 113px; padding: 0 max(38px, calc((100vw - 1440px) / 2)); background: #fffdf8; color: #53605a; }.oslp-footer > a { display: inline-flex; align-items: center; gap: 11px; color: #087a43; font-size: 20px; font-weight: 700; }.oslp-footer > a img { width: 34px; height: 34px; object-fit: contain; }.oslp-footer nav { display: flex; gap: 26px; }.oslp-footer nav a { position: relative; color: #59635e; font-size: 13px; }.oslp-footer nav a + a::before { content: ""; position: absolute; left: -13px; top: 3px; width: 1px; height: 14px; background: #b7bab6; }.oslp-footer small { justify-self: end; color: #59635e; font-size: 12px; }

@media (max-width: 1180px) and (min-width: 768px) {
  .oslp-header { grid-template-columns: 160px 1fr auto; padding: 0 26px; }.oslp-nav a { padding: 0 10px; font-size: 12px; }.oslp-header-actions { gap: 16px; }.oslp-header-cta { width: 166px; height: 49px; font-size: 14px; }.oslp-screen-link { display: none; }.oslp-dashboard { left: 22%; width: 74%; }.oslp-hero-copy { left: 38px; bottom: 35px; }.oslp-hero-copy h1 { font-size: 51px; }.oslp-hero-benefits { right: 26px; grid-template-columns: repeat(4, 112px); gap: 10px; }.oslp-booking-note, .oslp-award { display: none; }
  .oslp-dash-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .oslp-dash-kpis article:nth-child(n + 4) { display: none; }
}

@media (max-width: 767px) {
  .lp-code-page { background: #fffdf8; }.oslp-header { position: absolute; display: flex; justify-content: space-between; width: 100%; height: 82px; padding: 0 24px; transform: none; left: 0; }.oslp-brand { display: inline-flex; align-items: center; color: #087b43; font-size: 24px; letter-spacing: .01em; }.oslp-brand::before { content: ""; display: inline-block; width: 37px; height: 37px; margin-right: 10px; background: url("assets/shop-os/icons/brand.png") center / contain no-repeat; }.oslp-nav, .oslp-header-actions { display: none; }.oslp-menu-button { display: grid; gap: 6px; width: 39px; padding: 0; border: 0; background: transparent; cursor: pointer; }.oslp-menu-button i { display: block; width: 34px; height: 3px; border-radius: 3px; background: #1b2725; transition: transform .18s ease, opacity .18s ease; }.oslp-menu-button[aria-expanded="true"] i:nth-child(1) { transform: translateY(9px) rotate(45deg); }.oslp-menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }.oslp-menu-button[aria-expanded="true"] i:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }.oslp-mobile-menu { position: absolute; top: 72px; left: 18px; right: 18px; z-index: 25; display: grid; gap: 0; overflow: hidden; max-height: 0; border: 1px solid transparent; border-radius: 10px; background: rgba(255,253,248,.98); box-shadow: 0 16px 40px rgba(48,44,33,.15); opacity: 0; pointer-events: none; transition: max-height .2s ease, opacity .2s ease, border-color .2s ease; }.oslp-mobile-menu.is-open { max-height: 350px; border-color: #e4ded3; opacity: 1; pointer-events: auto; }.oslp-mobile-menu a { padding: 17px 18px; border-bottom: 1px solid #eee7db; color: #24302b; font-size: 14px; font-weight: 600; }.oslp-mobile-menu a:last-child { border-bottom: 0; }
  .oslp-hero { min-height: 828px; background: #fffdf8; }.oslp-hero-background { background-image: url("assets/shop-os/lp-hero-mobile-scene-v2.png"); background-position: center top; background-size: cover; }.oslp-hero-background::after { background: linear-gradient(180deg, rgba(255,253,248,.08), rgba(255,253,248,.01)); }.oslp-award, .oslp-booking-note, .oslp-hero-benefits { display: none; }
  .oslp-hero-copy { top: 123px; bottom: auto; left: 24px; width: calc(100% - 48px); }.oslp-hero-copy h1 { font-size: 34px; line-height: 1.5; letter-spacing: 0; }.oslp-hero-copy p { margin-top: 19px; font-size: 16px; line-height: 1.8; letter-spacing: 0; }.oslp-hero-copy > div { display: block; margin-top: 23px; }.oslp-primary-cta { gap: 55px; width: min(100%, 320px); height: 62px; font-size: 20px; }.oslp-text-cta { display: none; }
  .oslp-dashboard { top: 405px; left: 50%; display: block; width: min(82%, 360px); height: 400px; border-radius: 16px; box-shadow: 0 17px 32px rgba(72,57,33,.16); transform: translateX(-50%); }.oslp-dash-browser, .oslp-dash-side { display: none; }.oslp-dash-content { padding: 17px 14px 12px; }.oslp-dash-top { gap: 10px; }.oslp-dash-top h2::before { content: "☼"; margin-right: 8px; color: #0b8d49; font-family: sans-serif; }.oslp-dash-top h2 { font-size: 12px; }.oslp-dash-top button { width: 102px; height: 26px; border: 0; background: transparent; color: #2b352f; font-size: 11px; text-align: left; }.oslp-dash-top span { font-size: 0; }.oslp-dash-top span:first-of-type::after { content: "♢"; color: #28312d; font-size: 17px; }.oslp-dash-top span:last-child { width: 36px; height: 36px; border: 1px solid #e5e3dc; border-radius: 50%; background: url("assets/shop-os/icon-refresh/profile-v2.png") center / contain no-repeat; }.oslp-dash-score { display: block; margin-top: 17px; padding: 13px 13px 11px; border: 1px solid #d9e8d9; border-radius: 9px; background: #f8fcf8; }.oslp-dash-score b { display: block; font-size: 13px; }.oslp-dash-score b::after { content: "61 /100"; display: block; margin-top: 2px; color: #0b8d49; font-size: 38px; line-height: 1.2; font-weight: 600; }.oslp-dash-score a { display: block; margin-top: 1px; font-size: 11px; line-height: 1.5; }.oslp-dash-score a::before { content: "キャンセル対策と再来店の案内を強化すると、スコアの改善につながります。"; }.oslp-dash-score a { font-size: 0; }.oslp-dash-score a::before { color: #3f4a44; font-size: 11px; }.oslp-dash-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 12px; overflow: hidden; }.oslp-dash-kpis article { min-height: 92px; padding: 9px 6px; text-align: center; }.oslp-dash-kpis article:nth-child(n+4) { display: none; }.oslp-dash-kpis span { color: #078b45; font-size: 10px; font-weight: 700; }.oslp-dash-kpis strong { margin: 8px 0 7px; font-size: 17px; }.oslp-dash-kpis strong span { color: #28322d; font-size: 11px; font-weight: 400; }.oslp-dash-kpis small { font-size: 9px; }.oslp-dash-map { margin-top: 11px; }.oslp-dash-map > div:first-child, .oslp-dash-map ol { display: none; }.oslp-impact { display: grid; grid-template-columns: 38px 1fr 12px; min-height: 68px; margin-top: 0; padding: 9px 8px; border-color: #f06c5c; background: #fff; }.oslp-impact p { grid-column: 2; color: #313a36; font-size: 11px; line-height: 1.45; }.oslp-impact p::before { content: "今月最初に直すこと\A キャンセル前日の案内を固定する\A"; white-space: pre; color: #e94f43; font-size: 12px; font-weight: 700; }.oslp-impact p b { display: none; }.oslp-impact p::after { content: "キャンセル防止の一言案内で、無断キャンセルを減らしましょう。"; color: #59635e; font-size: 9px; }.oslp-impact > span { grid-column: 3; grid-row: 1; align-self: center; color: #f04e42; font-size: 0; }.oslp-impact > span::after { content: "›"; font-size: 29px; }.oslp-impact::before { content: "!"; display: grid; place-items: center; grid-column: 1; grid-row: 1; width: 35px; height: 35px; border-radius: 50%; background: #ff5c4b; color: #fff; font-size: 25px; font-weight: 700; }.oslp-impact strong { display: none; }
  .oslp-section { padding: 80px 27px; }.oslp-section-heading h2 { margin-top: 15px; font-size: 24px; line-height: 1.55; }.oslp-section-heading > span, .oslp-final > div > span { font-size: 11px; letter-spacing: 0; }.oslp-features { padding-top: 76px; }.oslp-feature-list { margin-top: 34px; }.oslp-feature-list article { grid-template-columns: 76px 58px 1fr; min-height: 138px; }.oslp-round-icon { width: 62px; height: 62px; }.oslp-round-icon img { width: 38px; height: 38px; }.oslp-feature-list > article > b { font-size: 29px; }.oslp-feature-list article > div:last-child { padding-left: 16px; }.oslp-feature-list h3 { margin-bottom: 6px; font-size: 24px; }.oslp-feature-list p { font-size: 13px; line-height: 1.65; }.oslp-feature-list br { display: none; }
  .oslp-flow { padding-top: 68px; padding-bottom: 76px; }.oslp-step-list { gap: 25px; margin-top: 42px; }.oslp-step-list::before { left: 26px; top: 53px; bottom: 55px; }.oslp-step-list li { grid-template-columns: 54px 1fr; gap: 22px; }.oslp-step-list li > b { width: 54px; height: 54px; font-size: 25px; }.oslp-step-list h3 { margin: 3px 0 7px; font-size: 24px; }.oslp-step-list p { font-size: 13px; line-height: 1.75; }.oslp-step-list br { display: none; }
  .oslp-plans-code { padding-top: 72px; }.oslp-plan-featured { margin-top: 35px; border-radius: 11px; }.oslp-plan-featured header { padding: 22px 18px 18px; }.oslp-plan-featured header > span { font-size: 27px; }.oslp-plan-featured header strong { font-size: 59px; }.oslp-plan-featured header small { font-size: 18px; }.oslp-plan-featured ul { gap: 13px; padding: 23px 28px 20px; }.oslp-plan-featured li { font-size: 13px; }.oslp-plan-featured li::before { width: 18px; height: 18px; margin-right: 9px; }.oslp-plan-featured > a { height: 58px; margin: 0 15px; border-radius: 8px; font-size: 17px; }.oslp-plan-featured > small { padding: 17px 10px; font-size: 11px; }.oslp-plan-notes { display: grid; gap: 8px; margin-top: 17px; text-align: center; font-size: 11px; }
  .oslp-cases-code { padding-top: 74px; }.oslp-case-list { margin-top: 33px; }.oslp-case-list article { grid-template-columns: 76px 1fr; gap: 13px; min-height: 133px; padding: 18px 0; }.oslp-case-list article::before { width: 8px; height: 92px; margin-left: 0; }.oslp-case-list article > img { width: 49px; height: 49px; margin-left: 12px; }.oslp-case-list h3 { margin: 1px 0 8px; font-size: 24px; }.oslp-case-list p { font-size: 13px; line-height: 1.75; }
  .oslp-faq-code { padding-top: 72px; padding-bottom: 67px; }.oslp-faq-wrap { display: block; width: 100%; }.oslp-faq-wrap .oslp-section-heading h2 { font-size: 31px; }.oslp-faq-list { margin-top: 30px; }.oslp-faq-list summary { padding: 18px 35px 18px 0; font-size: 13px; line-height: 1.65; }.oslp-faq-list summary::after { top: 10px; font-size: 27px; }.oslp-faq-list p { margin: -1px 8px 18px 0; font-size: 12px; line-height: 1.75; }
  .oslp-final { min-height: 315px; padding: 53px 24px; }.oslp-final h2 { margin-top: 15px; font-size: 30px; line-height: 1.5; }.oslp-final p { margin-top: 13px; font-size: 13px; line-height: 1.7; }.oslp-final a { gap: 48px; width: 100%; height: 59px; margin-top: 24px; border-radius: 8px; font-size: 18px; }.oslp-footer { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 18px; min-height: 166px; padding: 25px 24px; text-align: center; }.oslp-footer > a { font-size: 18px; }.oslp-footer > a img { width: 31px; height: 31px; }.oslp-footer nav { gap: 20px; }.oslp-footer nav a { font-size: 11px; }.oslp-footer nav a + a::before { left: -10px; }.oslp-footer small { justify-self: center; font-size: 11px; }
}

/* The mobile hero reference already carries the feature lead-in at its foot. */
@media (max-width: 767px) {
  .oslp-image-hero .lp-mobile-reference-image { object-position: top center; }
  .oslp-link-header,
  .oslp-link-hero-actions { display: none; }

  .oslp-mobile-link-cta {
    position: absolute;
    z-index: 5;
    left: 6.67%;
    top: 33.8%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 54.6%;
    height: 6%;
    padding-left: 42px;
    gap: 32px;
    border-radius: 10px;
    background: #087d43;
    box-shadow: 0 7px 13px rgba(22, 78, 44, .18);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }

  .oslp-mobile-link-cta b { font-size: 22px; font-weight: 400; }
  .oslp-features { padding-top: 28px; }
  .oslp-features > .oslp-section-heading { display: none; }
  .oslp-features .oslp-feature-list { margin-top: 0; }

  .oslp-plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .oslp-plan-card {
    min-height: 0;
    padding: 23px 20px;
    border-radius: 9px;
  }

  .oslp-plan-card h3 { margin: 9px 0 10px; font-size: 24px; }
  .oslp-plan-card strong { font-size: 39px; }
  .oslp-plan-card > p { min-height: 0; margin-top: 14px; font-size: 12px; }
  .oslp-plan-card ul { gap: 9px; margin: 17px 0 20px; }
  .oslp-plan-card li { font-size: 12px; }
  .oslp-plan-card a { min-height: 48px; font-size: 13px; }
  .oslp-plan-disclaimer { margin-top: 18px; font-size: 11px; }
}

/* Product UI refinement: one calm operating surface, with a clear action hierarchy. */
.app-exact {
  background: #f5f7f5;
  color: #1d2924;
  font-family: "Shop Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.app-exact button,
.app-exact a {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.app-exact button:active,
.app-exact a:active { transform: translateY(1px); }

.app-exact button:focus-visible,
.app-exact a:focus-visible {
  outline: 3px solid rgba(32, 137, 78, 0.28);
  outline-offset: 2px;
}

.desktop-priority-card { display: none; }

@media (min-width: 768px) {
  .app-exact .dashboard-app,
  .app-exact.is-workspace .dashboard-app {
    width: 100%;
    min-height: 100dvh;
    height: auto;
    grid-template-columns: 232px minmax(0, 1fr);
    align-items: start;
    background: #f5f7f5;
  }

  .app-exact .dash-sidebar,
  .app-exact.is-workspace .dash-sidebar {
    position: sticky;
    top: 0;
    align-self: start;
    width: auto;
    min-height: 100dvh;
    height: 100dvh;
    overflow-y: auto;
    padding: 22px 14px 18px;
    border-right: 1px solid #dfe7e1;
    background: #fff;
  }

  .app-exact .dash-logo {
    gap: 9px;
    height: 42px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 600;
  }

  .app-exact .dash-logo i { width: 34px; height: 34px; background-size: 34px 34px; }
  .app-exact .dash-sidebar nav { gap: 3px; margin-top: 22px; }

  .app-exact .dash-sidebar nav a {
    height: 40px;
    gap: 10px;
    padding: 0 11px;
    border-radius: 7px;
    color: #53615a;
    font-size: 13px;
    font-weight: 500;
  }

  .app-exact .dash-sidebar nav a:hover { background: #f2f7f3; color: #167a43; }

  .app-exact .dash-sidebar nav a.active {
    background: #e8f4eb;
    color: #147640;
    font-weight: 700;
  }

  .app-exact .dash-sidebar nav i { width: 26px; height: 26px; margin-left: -1px; background-size: 30px 30px; }

  .app-exact .hint-box {
    position: static;
    min-height: 0;
    margin: 28px 7px 0;
    padding: 15px 14px 14px;
    border: 1px solid #dfeadf;
    border-radius: 10px;
    background: #f5f9f4;
  }

  .app-exact .hint-box b { color: #274035; font-size: 12px; }
  .app-exact .hint-box p { margin: 10px 0 12px; color: #637168; font-size: 11px; line-height: 1.65; }
  .app-exact .hint-box button { width: 100%; height: 32px; border-color: #a7c9ae; border-radius: 6px; background: #fff; color: #177643; font-size: 11px; font-weight: 700; }

  .app-exact .dash-main,
  .app-exact.is-workspace .dash-main {
    width: auto;
    min-width: 0;
    min-height: 100dvh;
    height: auto;
    padding: 24px clamp(26px, 3vw, 52px) 54px;
    background: #f5f7f5;
  }

  .app-exact .dash-top { height: 94px; }
  .app-exact .dash-top > div:first-child { margin-left: 0; }
  .app-exact .dash-top h1 { color: #25322c; font-size: 14px; font-weight: 700; }
  .app-exact .dash-top h2 { margin: 16px 0 5px; color: #17231d; font-size: 22px; font-weight: 700; letter-spacing: 0; }
  .app-exact .dash-top p { color: #68756d; font-size: 12px; font-weight: 500; }
  .app-exact .user-tools { right: 0; gap: 12px; }
  .app-exact .user-tools .user-guide { color: #5d6a63; font-size: 12px; font-weight: 600; }
  .app-exact .period-select { right: 0; bottom: 2px; }
  .app-exact .period-select b { color: #738078; font-size: 11px; font-weight: 600; }
  .app-exact .period-select > button { height: 36px; border-color: #d5e0d8; border-radius: 7px; background: #fff; color: #35423b; font-weight: 600; }

  .app-exact .desktop-priority-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 162px auto;
    align-items: center;
    gap: 28px;
    min-height: 130px;
    margin: 4px 0 25px;
    padding: 22px 24px;
    border: 1px solid #bddcc4;
    border-left: 5px solid #178545;
    border-radius: 12px;
    background: #fbfefb;
    box-shadow: 0 12px 28px rgba(39, 91, 54, 0.06);
  }

  .app-exact .desktop-priority-copy > span {
    color: #1b8246;
    font-size: 11px;
    font-weight: 700;
  }

  .app-exact .desktop-priority-copy h3 {
    margin: 5px 0 4px;
    color: #17231d;
    font-size: 21px;
    font-weight: 700;
  }

  .app-exact .desktop-priority-copy p {
    margin: 0;
    color: #637168;
    font-size: 12px;
    line-height: 1.65;
  }

  .app-exact .desktop-priority-score {
    min-width: 0;
    padding-left: 24px;
    border-left: 1px solid #dbe8dd;
  }

  .app-exact .desktop-priority-score > span,
  .app-exact .desktop-priority-score em {
    display: block;
    color: #6d7a72;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
  }

  .app-exact .desktop-priority-score strong {
    display: block;
    margin: 2px 0 3px;
    color: #147640;
    font-size: 33px;
    line-height: 1.1;
    font-weight: 700;
  }

  .app-exact .desktop-priority-score strong small { color: #68756d; font-size: 13px; font-weight: 600; }
  .app-exact .desktop-priority-card .workspace-button { min-width: 108px; min-height: 40px; }

  .app-exact.is-workspace .desktop-priority-card { display: none; }

  .app-exact .score-heading {
    height: auto;
    margin: 0 0 10px;
  }

  .app-exact .score-heading h3 { color: #25322c; font-size: 15px; font-weight: 700; }
  .app-exact .score-heading h3 span { width: 15px; height: 15px; border-color: #b4c1b9; color: #6c7a72; }

  .app-exact .metric-grid { gap: 12px; margin-top: 0; }

  .app-exact .metric-grid article {
    height: 112px;
    padding: 15px 14px 13px 56px;
    overflow: visible;
    border: 1px solid #dfe7e1;
    border-top-width: 3px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
  }

  .app-exact .metric-grid article.green { border-top-color: #3d9b62; }
  .app-exact .metric-grid article.orange { border-top-color: #e7a531; }
  .app-exact .metric-grid article.red { border-top-color: #e2635b; }
  .app-exact .metric-grid i { left: 11px; top: 13px; width: 38px; height: 38px; background-size: 40px 40px; }
  .app-exact .metric-grid b { color: #56645c; font-size: 11px; font-weight: 700; }
  .app-exact .metric-grid strong,
  .app-exact .metric-grid article:first-child strong { margin-top: 5px; color: #17231d; font-size: 22px; font-weight: 700; }
  .app-exact .metric-grid small { left: 14px; top: auto; bottom: 13px; gap: 7px; color: #6c7971; font-size: 10px; font-weight: 500; }
  .app-exact .metric-grid small em { margin-left: 0; color: #21864b; font-size: 13px; }
  .app-exact .metric-grid article:nth-child(2) small em,
  .app-exact .metric-grid article:nth-child(3) small em,
  .app-exact .metric-grid article:nth-child(4) small em,
  .app-exact .metric-grid article:nth-child(5) small em { color: #d66a32; }
  .app-exact .metric-grid article > span { display: none; }

  .app-exact .leak-map-card {
    height: auto;
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #dfe7e1;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  .app-exact .card-head h3,
  .app-exact .panel-head h3 { color: #25322c; font-size: 16px; font-weight: 700; }

  .app-exact .card-head button,
  .app-exact .panel-head a,
  .app-exact .ai-panel button,
  .app-exact .tools-panel button,
  .app-exact .workspace-button {
    min-height: 34px;
    border-color: #acd0b6;
    border-radius: 7px;
    background: #fff;
    color: #177843;
    font-weight: 700;
  }

  .app-exact .card-head button:hover,
  .app-exact .panel-head a:hover,
  .app-exact .ai-panel button:hover,
  .app-exact .tools-panel button:hover,
  .app-exact .workspace-button:hover { border-color: #178545; background: #edf8ef; }
  .app-exact .workspace-button.primary { border-color: #178545; background: #178545; color: #fff; box-shadow: 0 7px 14px rgba(23, 133, 69, 0.14); }
  .app-exact .workspace-button.primary:hover { background: #116d36; }

  .app-exact .leak-flow { gap: 18px; margin-top: 18px; padding: 0; }
  .app-exact .leak-flow article { height: 148px; border-radius: 9px; background: #fbfefb; }
  .app-exact .leak-flow .warn { background: #fffdf8; }
  .app-exact .leak-flow .bad { background: #fffafa; }
  .app-exact .leak-flow .neutral { background: #fbfdfb; }
  .app-exact .leak-flow article + article::before { left: -18px; top: 27px; width: 18px; }
  .app-exact .leak-flow article + article::after { left: -6px; top: 23px; }
  .app-exact .leak-flow i { left: 10px; top: 8px; width: 37px; height: 37px; background-size: 40px 40px; }
  .app-exact .leak-flow b { left: 52px; top: 17px; color: #293830; font-size: 11px; font-weight: 700; }
  .app-exact .leak-flow em { top: 56px; min-height: 19px; padding: 2px 9px; font-weight: 600; }
  .app-exact .leak-flow p { top: 83px; color: #66736b; font-size: 10px; line-height: 1.35; }
  .app-exact .leak-flow a { bottom: 9px; color: #187944; font-size: 10px; font-weight: 700; }
  .app-exact .legend { margin-top: 11px; color: #748078; font-size: 10px; }

  .app-exact .lower-panels { grid-template-columns: 1.1fr 1fr 1.08fr; gap: 14px; margin-top: 24px; }

  .app-exact .task-panel,
  .app-exact .input-panel,
  .app-exact .ai-panel,
  .app-exact .tools-panel {
    border-color: #dfe7e1;
    border-radius: 12px;
    box-shadow: none;
  }

  .app-exact .task-panel,
  .app-exact .input-panel,
  .app-exact .ai-panel { height: 250px; padding: 17px; }

  .app-exact .task-panel li,
  .app-exact .input-panel li { border-bottom-color: #edf1ee; color: #344139; font-size: 11px; }
  .app-exact .task-panel li b { font-weight: 600; }
  .app-exact .task-panel li span { color: #7a867f; font-size: 10px; }
  .app-exact .task-panel li em { border-radius: 5px; font-weight: 600; }
  .app-exact .task-panel button,
  .app-exact .input-panel button { color: #177843; font-size: 11px; font-weight: 700; }
  .app-exact .ai-panel li { border-color: #e3ece5; border-radius: 7px; background: #fbfefb; }
  .app-exact .ai-panel p { color: #526058; font-size: 10px; }

  .app-exact .tools-panel { height: 166px; margin-top: 14px; padding: 15px 17px; }
  .app-exact .tools-panel .panel-head h3 span { color: #718078; font-size: 11px; font-weight: 500; }
  .app-exact .tools-panel > div:last-child { gap: 12px; margin-top: 10px; }
  .app-exact .tools-panel article { min-height: 105px; border-color: #e0e8e2; border-radius: 8px; background: #fbfefb; }
  .app-exact .tools-panel article i { left: 7px; top: 8px; width: 64px; height: 64px; background-size: 68px 68px; }
  .app-exact .tools-panel b { left: 76px; top: 12px; color: #25322c; font-size: 13px; font-weight: 700; }
  .app-exact .tools-panel p { left: 76px; right: 12px; top: 34px; color: #65736b; font-size: 10px; line-height: 1.45; }
  .app-exact .tools-panel button { right: 12px; top: 70px; min-height: 26px; padding: 0 8px; font-size: 10px; }
  .app-exact .tools-panel article:nth-child(2) button { display: inline-grid; }
  .app-exact .tool-badge { right: 12px; top: 11px; color: #c47a17; font-size: 9px; }

  .app-exact .workspace-view { width: 100%; margin-top: 10px; padding-bottom: 46px; }

  .app-exact .workspace-intro {
    min-height: 92px;
    padding: 10px 0 18px;
    border: 0;
    border-bottom: 1px solid #dce6de;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .app-exact .workspace-intro h3 { margin: 4px 0 5px; color: #17231d; font-size: 24px; font-weight: 700; }
  .app-exact .workspace-intro p { color: #68756d; font-size: 12px; }
  .app-exact .workspace-intro > div > span { color: #178545; font-size: 10px; letter-spacing: .04em; }

  .app-exact .workspace-panel,
  .app-exact .form-panel,
  .app-exact .analysis-summary article,
  .app-exact .recommendation-grid article {
    border-color: #dfe7e1;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 68, 48, 0.035);
  }

  .app-exact .workspace-panel { padding: 22px 24px; }
  .app-exact .form-panel { padding: 20px 24px 22px; }
  .app-exact .panel-title { gap: 20px; }
  .app-exact .form-panel-head { border-bottom-color: #e8eeea; }
  .app-exact .form-panel-head h4,
  .app-exact .workspace-panel h4,
  .app-exact .recommendation-grid h4 { color: #223129; font-weight: 700; }
  .app-exact .workspace-panel p,
  .app-exact .form-panel-head p,
  .app-exact .form-footer p { color: #69766f; }
  .app-exact .form-field > div { border-color: #d5e1d8; border-radius: 7px; background: #fcfdfc; }
  .app-exact .form-field > div:focus-within { border-color: #238a4d; box-shadow: 0 0 0 3px rgba(35, 138, 77, 0.1); }
  .app-exact .form-footer { border-radius: 10px; background: #f1f7f2; }
  .app-exact .analysis-summary article { min-height: 130px; padding: 21px 22px; }
  .app-exact .analysis-summary strong { color: #17231d; font-weight: 700; }
  .app-exact .comparison-grid article { border-color: #dfe7e1; border-radius: 8px; background: #fbfdfb; }
  .app-exact .opportunity-panel { background: #fbfefb; }
  .app-exact .opportunity-list > article { border-color: #dce8de; border-radius: 8px; }
  .app-exact .playbook-panel { border-color: #bcdac2; background: #fbfefb; }
  .app-exact .playbook-item { border-color: #d9e7dc; border-radius: 9px; }
  .app-exact .playbook-item.is-open { border-color: #63a774; box-shadow: 0 8px 18px rgba(29, 111, 55, 0.07); }
  .app-exact .playbook-trigger { padding: 17px 18px; }
  .app-exact .playbook-trigger > b { font-size: 15px; }
  .app-exact .task-row { border-bottom-color: #e8efea; }
  .app-exact .row-action-button { border-color: #acd0b6; background: #f4faf5; color: #177843; }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .app-exact .dashboard-app,
  .app-exact.is-workspace .dashboard-app { grid-template-columns: 78px minmax(0, 1fr); }

  .app-exact .dash-sidebar,
  .app-exact.is-workspace .dash-sidebar { padding: 18px 10px; }
  .app-exact .dash-logo { justify-content: center; padding: 0; }
  .app-exact .dash-logo span,
  .app-exact .desktop-nav-label,
  .app-exact .hint-box { display: none; }
  .app-exact .dash-sidebar nav { margin-top: 20px; gap: 6px; }
  .app-exact .dash-sidebar nav a { justify-content: center; height: 42px; padding: 0; }
  .app-exact .dash-sidebar nav i { margin: 0; }

  .app-exact .dash-main,
  .app-exact.is-workspace .dash-main { padding: 20px 26px 40px; }
  .app-exact .dash-top { height: 100px; }
  .app-exact .dash-top h2 { font-size: 20px; }
  .app-exact .user-tools { gap: 8px; }
  .app-exact .user-tools .user-guide,
  .app-exact .profile-shortcut strong,
  .app-exact .profile-shortcut em { display: none; }
  .app-exact .profile-shortcut { gap: 0; }
  .app-exact .period-select { gap: 6px; }
  .app-exact .period-select b { display: none; }

  .app-exact .desktop-priority-card {
    grid-template-columns: minmax(0, 1fr) 128px 102px;
    gap: 14px;
    min-height: 122px;
    padding: 20px;
  }

  .app-exact .desktop-priority-copy h3 { font-size: 19px; }
  .app-exact .desktop-priority-card .workspace-button { min-width: 0; padding: 0 10px; }
  .app-exact .desktop-priority-score { padding-left: 14px; }
  .app-exact .desktop-priority-score strong { font-size: 30px; }
  .app-exact .desktop-priority-score em { font-size: 9px; }

  .app-exact .metric-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .app-exact .metric-grid article { min-width: 0; }
  .app-exact .metric-grid strong,
  .app-exact .metric-grid article:first-child strong { font-size: 20px; }

  .app-exact .lower-panels,
  .app-exact .tools-panel > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-exact .ai-panel { grid-column: 1 / -1; }
  .app-exact .tools-panel { height: auto; }
  .app-exact .tools-panel article { min-height: 108px; }

  .app-exact .workspace-intro h3 { font-size: 22px; }
  .app-exact .workspace-panel,
  .app-exact .form-panel { padding: 20px; }
  .app-exact .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-exact .playbook-stage { grid-template-columns: 1fr; gap: 12px; }
  .app-exact .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-exact .opportunity-list > article { grid-template-columns: 28px minmax(0, 1fr) auto; }
  .app-exact .opportunity-list > article > .workspace-button { grid-column: 2 / -1; justify-self: start; }
}

@media (max-width: 767px) {
  .desktop-priority-card { display: none !important; }

  .task-workspace__head h4 { font-size: 15px; }
  .task-workspace__head p { font-size: 11px; }

  .task-list-context {
    display: grid;
    gap: 5px;
    padding: 10px;
  }

  .task-list-context span { text-align: left; }

  .task-remove-confirm {
    display: grid;
    gap: 10px;
    padding: 11px;
  }

  .task-remove-confirm > div { display: grid; grid-template-columns: 1fr 1fr; }
  .task-remove-confirm button { width: 100%; }

  .app-toast {
    width: calc(100vw - 28px);
    min-width: 0;
    justify-content: space-between;
    padding: 11px 13px;
    font-size: 12px;
  }
}

/* KPIの色は事業上の良し悪しではなく、前月からの増減だけで統一する。 */
.app-exact .metric-grid article.trend-up {
  border-color: #238a4d;
}

.app-exact .metric-grid article.trend-down {
  border-color: #d9524a;
}

.app-exact .metric-grid article.trend-flat {
  border-color: #6f7d75;
}

.app-exact .metric-grid article.trend-up small .desktop-trend:nth-child(2),
.app-exact .metric-grid article.trend-up small .mobile-trend:last-of-type,
.app-exact .metric-grid article.trend-up small em {
  color: #238a4d;
}

.app-exact .metric-grid article.trend-down small .desktop-trend:nth-child(2),
.app-exact .metric-grid article.trend-down small .mobile-trend:last-of-type,
.app-exact .metric-grid article.trend-down small em {
  color: #d9524a;
}

.app-exact .metric-grid article.trend-flat small .desktop-trend:nth-child(2),
.app-exact .metric-grid article.trend-flat small .mobile-trend:last-of-type,
.app-exact .metric-grid article.trend-flat small em {
  color: #6f7d75;
}

@media (max-width: 767px) {
  .app-exact .metric-grid small em {
    display: inline;
    margin-left: 2px;
  }
}

.app-exact .kpi-trend-legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6f7d75;
  font-size: 10px;
  font-weight: 600;
}

.app-exact .kpi-trend-legend b,
.app-exact .kpi-trend-legend i {
  font-style: normal;
}

.app-exact .kpi-trend-legend b { color: #238a4d; }
.app-exact .kpi-trend-legend i { color: #d9524a; }

@media (max-width: 767px) {
  .app-exact .kpi-trend-legend { display: none; }
}

html.shop-os-production-boot body.app-exact:not(.is-app-ready) .dashboard-app {
  visibility: hidden;
}

.shop-os-auth-gate {
  display: none;
  place-items: center;
  min-height: 100vh;
  padding: 36px 24px;
  background: #f4f8f4;
}

body.is-auth-gated .shop-os-auth-gate {
  display: grid !important;
}

body.is-auth-gated .dashboard-app { display: none; }

.shop-os-auth-gate__panel {
  width: min(100%, 480px);
  padding: 42px;
  border: 1px solid #d7e4d9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 75, 47, 0.08);
}

.shop-os-auth-gate__brand,
.shop-os-legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #11773f;
  font-size: 18px;
  font-weight: 750;
}

.shop-os-auth-gate__brand img,
.shop-os-legal-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.shop-os-auth-gate__panel > span {
  display: block;
  margin-top: 36px;
  color: #168148;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
}

.shop-os-auth-gate h1 {
  margin: 10px 0 12px;
  color: #18251e;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0;
}

.shop-os-auth-gate__panel > p {
  margin: 0;
  color: #637168;
  font-size: 14px;
  line-height: 1.7;
}

.shop-os-auth-gate form {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.shop-os-auth-gate form label {
  color: #405048;
  font-size: 12px;
  font-weight: 700;
}

.shop-os-auth-gate input {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #cbd9ce;
  border-radius: 7px;
  color: #1e2c24;
  font: inherit;
}

.shop-os-auth-gate input:focus {
  outline: 0;
  border-color: #238a4d;
  box-shadow: 0 0 0 3px rgba(35, 138, 77, 0.12);
}

.shop-os-auth-gate form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: #148345;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.shop-os-auth-gate form button:disabled { cursor: wait; opacity: .62; }
.shop-os-auth-gate form button b { font-size: 20px; font-weight: 500; }

.shop-os-auth-gate__message {
  min-height: 24px;
  margin-top: 12px !important;
  color: #56655c !important;
  font-size: 12px !important;
}

.shop-os-auth-gate__message[data-tone="success"] { color: #147940 !important; }
.shop-os-auth-gate__message[data-tone="error"] { color: #c74941 !important; }

.shop-os-auth-gate small {
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e3ece5;
  color: #758179;
  font-size: 11px;
  line-height: 1.65;
}

.shop-os-auth-gate nav {
  display: flex;
  gap: 16px;
  margin-top: 17px;
}

.shop-os-auth-gate nav a,
.shop-os-legal-footer a {
  color: #4e6f5a;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.app-sync-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid #d8e4da;
  border-radius: 5px;
  color: #6f7d75;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

.app-sync-status.is-synced { border-color: #b9d7c1; background: #f4fbf5; color: #147940; }
.app-sync-status.is-saving { border-color: #ead49e; background: #fffaf0; color: #a46c13; }
.app-sync-status.is-error { border-color: #ebc0bc; background: #fff7f6; color: #c74941; }

.customer-safety-note {
  margin: 12px 0 15px;
  color: #758179;
  font-size: 11px;
  line-height: 1.6;
}

.account-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}

.account-panel > div > span {
  color: #168148;
  font-size: 11px;
  font-weight: 700;
}

.account-panel h4 { margin: 5px 0 3px; }
.account-panel p { margin: 0; }

.shop-os-legal-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background: #f6f9f6;
  color: #26342b;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.shop-os-legal-shell {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
  padding: 56px 0 72px;
}

.shop-os-legal-eyebrow {
  margin: 44px 0 8px;
  color: #168148;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .07em;
}

.shop-os-legal-shell h1 {
  margin: 0 0 30px;
  color: #17241c;
  font-size: 32px;
  line-height: 1.35;
}

.shop-os-legal-shell > p,
.shop-os-legal-shell section p,
.shop-os-legal-list dd {
  color: #59695f;
  font-size: 14px;
  line-height: 1.9;
}

.shop-os-legal-shell section {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #dfe9e1;
}

.shop-os-legal-shell h2 {
  margin: 0 0 9px;
  color: #27362c;
  font-size: 17px;
}

.shop-os-legal-shell section p { margin: 0; }
.shop-os-legal-shell a { color: #167a43; text-decoration: underline; text-underline-offset: 3px; }

.shop-os-legal-list {
  margin: 0;
  border-top: 1px solid #dfe9e1;
}

.shop-os-legal-list > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid #dfe9e1;
}

.shop-os-legal-list dt { color: #405047; font-size: 13px; font-weight: 700; }
.shop-os-legal-list dd { margin: 0; }
.shop-os-legal-updated { margin-top: 34px !important; color: #77847c !important; font-size: 12px !important; }

.shop-os-legal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: auto;
  padding: 24px;
  border-top: 1px solid #dfe9e1;
  background: #fff;
  color: #78867d;
  font-size: 11px;
}

@media (max-width: 767px) {
  .shop-os-auth-gate { align-items: start; padding: 18px; }
  .shop-os-auth-gate__panel { margin: 0; padding: 30px 22px; box-shadow: none; }
  .shop-os-auth-gate__panel > span { margin-top: 28px; }
  .shop-os-auth-gate h1 { font-size: 25px; }
  .app-sync-status { display: none; }
  .account-panel { align-items: start; flex-direction: column; gap: 13px; }
  .shop-os-legal-shell { width: min(100% - 36px, 760px); padding: 32px 0 48px; }
  .shop-os-legal-eyebrow { margin-top: 34px; }
  .shop-os-legal-shell h1 { font-size: 27px; }
  .shop-os-legal-list > div { grid-template-columns: 1fr; gap: 6px; }
}
