:root {
  color-scheme: light;
  --ink: #1f252b;
  --muted: #68727c;
  --line: #e2e6ea;
  --paper: #f5f7f9;
  --panel: #ffffff;
  --teal: #12375d;
  --teal-dark: #0e243d;
  --coral: #c53d33;
  --mustard: #c08b20;
  --sage: #e8f0f7;
  --shadow: 0 24px 70px rgba(22, 31, 42, 0.13);
  --miniho-phone-width: 430px;
  --miniho-preview-width: 390px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 28%, rgba(18, 55, 93, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 38%, rgba(18, 55, 93, 0.08) 0 1px, transparent 1px),
    linear-gradient(120deg, #f8fafb, #eef3f7);
  background-size: 14px 14px, 18px 18px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.auth-shell {
  align-items: start;
  background:
    radial-gradient(circle at 17px 17px, rgba(37, 99, 235, 0.09) 1px, transparent 1.25px) 0 0 / 24px 24px,
    linear-gradient(115deg, #ffffff 0%, #ffffff 48%, #eef6ff 100%);
  gap: 36px;
  grid-template-columns: minmax(0, 720px) minmax(520px, 560px);
  max-width: 1440px;
  padding: 34px 46px 30px;
  width: 100%;
}

.auth-brand {
  display: grid;
  gap: 28px;
  max-width: none;
}

.auth-logo-frame {
  margin: 0;
  max-height: 72px;
  max-width: 260px;
  width: fit-content;
}

.auth-logo {
  max-height: 72px;
  object-position: left center;
  width: 250px;
}

.auth-brand h1 {
  color: #0f172a;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.42;
  margin: 0;
  max-width: 720px;
}

.auth-brand h1 span {
  color: #1d5fd7;
}

.auth-brand p:not(.eyebrow) {
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.auth-proof-block {
  display: grid;
  gap: 28px;
}

.auth-comparison {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 322px 22px 322px;
  width: 720px;
}

.auth-compare-panel {
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 18px;
}

.auth-compare-panel.is-miniho {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
}

.auth-compare-panel h2 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 12px;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 41px;
}

.auth-compare-panel h2 span {
  align-items: center;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.auth-compare-panel.is-miniho h2 span {
  background: #1d5fd7;
  color: #fff;
  font-size: 14px;
}

.auth-compare-body {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 150px 1fr;
}

.auth-compare-body img {
  display: block;
  height: 244px;
  justify-self: center;
  object-fit: contain;
  width: auto;
}

.auth-compare-body ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.auth-compare-body li {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}

.auth-compare-body li::before {
  color: #475569;
  content: "×";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.is-miniho .auth-compare-body li::before {
  color: #1d5fd7;
  content: "✓";
}

.auth-compare-arrow {
  align-self: center;
  color: #0f172a;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.auth-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -8px;
  width: 720px;
}

.auth-reasons article {
  align-items: center;
  border-left: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 22px;
  text-align: center;
}

.auth-reasons article:first-child {
  border-left: 0;
}

.auth-reasons img {
  filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.22));
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.auth-reasons strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
}

.auth-reasons span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.auth-card {
  align-self: start;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  margin-top: 64px;
  padding: 42px;
  width: 560px;
}

.auth-tabs {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin: 4px 0 30px;
  padding: 10px;
}

.auth-tabs button {
  border-radius: 8px;
  color: #0f172a;
  font-size: 21px;
  font-weight: 900;
  min-height: 64px;
}

.auth-tabs button.active {
  background: #fff;
  border: 1px solid #dbe4f0;
  box-shadow: 0 9px 18px rgba(15, 23, 42, 0.13);
  color: #1d5fd7;
}

.auth-form {
  gap: 12px;
}

.auth-form .field {
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
}

.auth-form input,
.auth-form select {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #0f172a;
  min-height: 46px;
  padding: 10px 15px;
}

.auth-submit {
  align-items: center;
  background: #1d5fd7;
  border-radius: 8px;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: center;
  min-height: 58px;
  padding: 12px 18px;
}

.app-auth-assurance {
  display: grid;
  gap: 22px;
  margin: 6px 0 2px;
}

.app-auth-assurance p {
  color: #0f172a;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 1px;
  line-height: 1.35;
  margin: 0;
  min-height: 54px;
  padding: 5px 0;
}

.app-auth-assurance p::before {
  background: #1d5fd7;
  content: "";
  grid-row: 1 / span 2;
  height: 28px;
  margin-top: 8px;
  width: 28px;
  -webkit-mask: var(--assurance-icon) center / contain no-repeat;
  mask: var(--assurance-icon) center / contain no-repeat;
}

.app-auth-assurance p:nth-child(1)::before {
  --assurance-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27%23000%27%20d%3D%27M20%207h-2.18A3%203%200%200%200%2012%205.77%203%203%200%200%200%206.18%207H4a1%201%200%200%200-1%201v4h1v9a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1v-9h1V8a1%201%200%200%200-1-1Zm-5-3a1%201%200%201%201%200%202h-2c.17-1.17.84-2%202-2ZM9%204c1.16%200%201.83.83%202%202H9a1%201%200%201%201%200-2ZM5%209h6v2H5V9Zm1%204h5v7H6v-7Zm12%207h-5v-7h5v7Zm1-9h-6V9h6v2Z%27/%3E%3C/svg%3E");
}

.app-auth-assurance p:nth-child(2)::before {
  --assurance-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27%23000%27%20d%3D%27M4%204h16a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202h-5v2h2a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2h2v-2H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2Zm0%202v10h16V6H4Zm7%2012v2h2v-2h-2Z%27/%3E%3C/svg%3E");
}

.app-auth-assurance p:nth-child(3)::before {
  --assurance-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27%23000%27%20d%3D%27M12%202%2020%205.5v6.2c0%205-3.4%209.6-8%2010.3-4.6-.7-8-5.3-8-10.3V5.5L12%202Zm0%202.18L6%206.8v4.9c0%203.9%202.47%207.53%206%208.27%203.53-.74%206-4.37%206-8.27V6.8l-6-2.62Zm3.7%205.53a1%201%200%200%201%200%201.41l-4.23%204.23a1%201%200%200%201-1.41%200L8.3%2013.59A1%201%200%201%201%209.7%2012.17l1.06%201.06%203.53-3.52a1%201%200%200%201%201.41%200Z%27/%3E%3C/svg%3E");
}

.app-auth-assurance strong {
  color: #0f172a;
  font-size: 15px;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.35;
}

.app-auth-assurance span {
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.4;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.app-shell {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 28px;
}

[hidden] {
  display: none !important;
}

.auth-shell {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(620px, 746px) minmax(500px, 560px);
  justify-content: center;
  margin: 0 auto;
  min-height: 100vh;
  padding: 42px;
  width: min(1390px, 100%);
}

.onboarding-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 28px;
}

.onboarding-card {
  background: #fff;
  border: 1px solid rgba(230, 235, 239, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-width: 840px;
  padding: 32px;
  width: 100%;
}

.onboarding-card h1 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 12px;
}

.onboarding-card > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

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

.auth-brand {
  max-width: 660px;
}

.auth-logo-frame {
  margin-bottom: 22px;
  width: min(360px, 78vw);
}

.auth-logo {
  display: block;
  height: auto;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.auth-brand h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 18px;
}

.auth-brand p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.auth-card {
  background: #fff;
  border: 1px solid rgba(230, 235, 239, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.auth-tabs {
  background: #f1f4f7;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 22px;
  padding: 6px;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 500;
  min-height: 44px;
}

.auth-tabs button.active {
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 48, 44, 0.12);
  color: var(--teal-dark);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.google-auth {
  align-items: center;
  background: #fff;
  border: 1px solid #747775;
  border-radius: 999px;
  color: #1f1f1f;
  cursor: pointer;
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  position: relative;
  transition: background-color 0.15s, box-shadow 0.15s;
}

.google-auth:hover {
  background: #f8fafd;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.18);
}

.google-auth:focus-visible {
  outline: 3px solid rgba(66, 133, 244, 0.28);
  outline-offset: 2px;
}

.google-mark {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.auth-divider {
  align-items: center;
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr;
}

.auth-divider::before,
.auth-divider::after {
  background: #e2e6ea;
  content: "";
  height: 1px;
}

.auth-submit {
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  min-height: 50px;
}

.auth-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

.workspace {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(230, 235, 239, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: calc(100vh - 56px);
  overflow: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}

.topbar-actions {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.topbar-logo-frame {
  border-radius: 10px;
  overflow: visible;
  width: min(430px, 72vw);
}

.topbar-logo {
  display: block;
  height: auto;
  margin-right: auto;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.topbar-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.view-tabs {
  align-items: center;
  background: #f1f4f7;
  border: 1px solid #dce3e9;
  border-radius: 999px;
  display: flex;
  gap: 4px;
  min-height: 42px;
  padding: 4px;
}

.view-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  min-height: 32px;
  padding: 0 13px;
}

.view-tabs button.active {
  background: #fff;
  color: var(--teal-dark);
  box-shadow: 0 6px 14px rgba(34, 48, 44, 0.1);
}

.account-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e0e6;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  padding: 6px 6px 6px 14px;
}

.account-chip span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 400;
}

.account-chip button {
  background: #eef2f5;
  border: 0;
  border-radius: 999px;
  color: var(--teal-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  min-height: 32px;
  padding: 0 12px;
}

.topbar::before {
  background: var(--teal-dark);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.eyebrow {
  color: var(--teal);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 0;
}

.status-pill {
  align-items: center;
  background: #f3f6f8;
  border: 1px solid #d9e0e6;
  border-radius: 999px;
  color: var(--teal-dark);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.status-save {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  max-width: 520px;
}

.status-label {
  white-space: nowrap;
}

.status-save p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.status-dot {
  background: var(--teal);
  border-radius: 999px;
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  min-height: calc(100vh - 172px);
}

.editor-panel {
  padding: 30px 32px 36px;
}

.panel-heading h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.panel-heading p {
  color: var(--muted);
  margin-bottom: 22px;
}

.current-plan-card {
  align-items: center;
  background: #f1f4f7;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px;
}

.current-plan-card.stacked {
  align-items: stretch;
  display: grid;
  gap: 12px;
}

.current-plan-card.stacked p {
  color: var(--muted);
  margin: 0;
}

.billing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.login-setting-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.login-settings {
  display: grid;
  gap: 15px;
}

.settings-accordion.mypage-settings-accordion[open] {
  gap: 15px;
  padding-bottom: 15px;
}

.mypage-settings-accordion {
  margin-top: 12px;
}

.mypage-settings-accordion .field-row,
.mypage-settings-accordion .url-field-grid,
.mypage-settings-accordion .login-setting-actions {
  gap: 15px;
}

.mypage-profile-settings .url-field-grid {
  margin-bottom: 15px;
}

.mypage-settings-accordion .form-note {
  margin: 0;
}

.mypage-settings-accordion > :not(summary) {
  margin-top: 0;
}

.cover-settings {
  display: grid;
  gap: 12px;
}

.cover-settings[open] {
  gap: 12px;
  padding-bottom: 14px;
}

.logout-area {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.logout-button {
  background: #fff;
  border: 1px solid #cfd9dc;
  border-radius: 8px;
  color: var(--teal-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  padding: 0 18px;
}

.danger-button {
  background: #fff4f2;
  border: 1px solid #ecc7c1;
  border-radius: 999px;
  color: #a83027;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  min-height: 34px;
  padding: 0 16px;
}

.current-plan-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.current-plan-card strong {
  color: var(--teal-dark);
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.plan-state {
  display: none;
}

.small-link-button {
  align-self: center;
  background: #fff;
  border: 1px solid #cfd9dc;
  border-radius: 999px;
  color: var(--teal-dark);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  min-height: 34px;
  padding: 0 16px;
  width: auto;
}

.text-link-button {
  background: transparent;
  border: 0;
  color: #2563eb;
  cursor: pointer;
  font-size: 13px;
  justify-self: start;
  padding: 0;
  text-decoration: underline;
}

.url-help {
  background: #f6f8fb;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.url-help p,
.feature-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.url-help strong {
  color: var(--teal-dark);
  font-size: inherit;
}

.dns-box {
  background: #152636;
  border-radius: 8px;
  color: #edf6f2;
  display: grid;
  gap: 8px;
  padding: 13px;
}

#customDomainBox .dns-box {
  margin-top: 10px;
}

#domainHelpToggle {
  margin-top: 7px;
  margin-bottom: 15px;
}

.dns-box span {
  color: #aebcc6;
  font-size: 12px;
}

.dns-box code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
}

.feature-locked input,
.feature-locked select,
.feature-locked button,
.feature-locked .dns-box {
  opacity: 0.58;
  pointer-events: none;
}

.feature-locked > summary {
  color: #8a949d;
  cursor: not-allowed;
  pointer-events: none;
}

.feature-locked .feature-note {
  background: #fff8e8;
  border: 1px solid #efd9a5;
  border-radius: 8px;
  color: #865414;
  padding: 10px 12px;
}

.mypage-view {
  min-height: calc(100vh - 172px);
}

.analytics-view,
.admin-view {
  min-height: calc(100vh - 172px);
}

.mypage-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.mypage-side {
  background: #f6f8fa;
  border-left: 1px solid var(--line);
  padding: 30px;
}

.public-url-card {
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 16px;
}

.public-url-card > span {
  color: var(--muted);
  font-size: 13px;
}

.public-url-card strong {
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.module-entitlement-card {
  gap: 14px;
}

.module-select-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-select-row label {
  align-items: center;
  background: #f7fafb;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 10px;
}

.module-feature-grid,
.module-empty-pages {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-feature-card,
.module-empty-card {
  background: #f8fafc;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.module-feature-card > span,
.module-empty-card > span {
  color: var(--muted);
  font-size: 12px;
}

.module-feature-card h3,
.module-empty-card h3 {
  font-size: 15px;
  margin: 0;
}

.module-feature-card p,
.module-empty-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.module-feature-card.is-enabled,
.module-empty-card.is-enabled {
  background: #f0fbf8;
  border-color: rgba(16, 150, 137, 0.35);
}

.module-feature-card.is-enabled > span,
.module-empty-card.is-enabled > span {
  color: var(--teal-dark);
}

.module-feature-card.is-locked,
.module-empty-card.is-locked {
  opacity: 0.66;
}

.module-empty-card button {
  background: #e8eef3;
  border: 0;
  border-radius: 8px;
  color: #60707d;
  font: inherit;
  padding: 9px 10px;
}

.merchant-stripe-settings[open] {
  display: grid;
  gap: 12px;
}

.merchant-stripe-settings.is-locked {
  opacity: 0.76;
}

.merchant-stripe-status {
  align-items: center;
  background: #f8fbfd;
  border: 1px solid #e5edf3;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.merchant-stripe-status span {
  color: #6b7a86;
  font-size: 12px;
  font-weight: 800;
}

.merchant-stripe-status strong {
  color: #16354f;
  font-size: 13px;
}

.reservation-settings[open] {
  display: grid;
  gap: 12px;
}

.reservation-settings.is-locked {
  opacity: 0.76;
}

.reservation-hours-grid,
.reservation-menu-list,
.reservation-booking-list {
  display: grid;
  gap: 10px;
}

.reservation-slot-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reservation-slot-list button {
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  color: #16354f;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 40px;
  padding: 9px 8px;
}

.reservation-slot-list button.is-selected {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.reservation-notification-editor {
  background: #f8fbfd;
  border: 1px solid #e5edf3;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.reservation-template-grid {
  display: grid;
  gap: 10px;
}

.reservation-hour-row {
  align-items: center;
  background: #f8fbfd;
  border: 1px solid #e5edf3;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px 24px 1fr 1fr;
  padding: 10px;
}

.reservation-menu-card,
.reservation-booking-card {
  background: #f8fafc;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 12px;
}

.reservation-menu-card span,
.reservation-booking-card span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.reservation-menu-card p,
.reservation-booking-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.reservation-status-actions {
  display: flex;
  gap: 8px;
}

.reservation-status-actions button {
  border: 1px solid #dce3e9;
  border-radius: 8px;
  padding: 8px 10px;
}

.reservation-booking-manager {
  background: #f8fbfd;
  border: 1px solid #e5edf3;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.reservation-manager-head,
.reservation-calendar-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.reservation-view-toggle {
  background: #edf4f8;
  border-radius: 999px;
  display: flex;
  gap: 4px;
  padding: 4px;
}

.reservation-view-toggle button,
.reservation-calendar-head button {
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 32px;
  padding: 0 12px;
}

.reservation-view-toggle button.active {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.reservation-today-summary {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reservation-today-summary div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 10px;
}

.reservation-today-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.reservation-today-summary strong {
  color: var(--teal-dark);
  font-size: 18px;
}

.reservation-filter-row {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.reservation-calendar-section {
  display: grid;
  gap: 12px;
}

.reservation-calendar-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.reservation-calendar-weekday {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.reservation-calendar-day {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: var(--teal-dark);
  cursor: pointer;
  display: grid;
  gap: 3px;
  min-height: 54px;
  padding: 8px 5px;
  text-align: left;
}

.reservation-calendar-day strong {
  color: var(--teal);
  font-size: 11px;
}

.reservation-calendar-day.has-booking {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 115, 0.18);
}

.reservation-calendar-day.is-selected {
  background: #eaf6f5;
  border-color: var(--teal-dark);
}

.reservation-calendar-day.is-today span {
  text-decoration: underline;
}

.reservation-calendar-day.is-empty {
  background: transparent;
  border: 0;
  min-height: 54px;
}

.reservation-day-bookings {
  display: grid;
  gap: 8px;
}

@media (max-width: 760px) {
  .reservation-manager-head,
  .reservation-calendar-head {
    align-items: stretch;
    flex-direction: column;
  }

  .reservation-view-toggle {
    width: 100%;
  }

  .reservation-view-toggle button {
    flex: 1;
  }

  .reservation-today-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-filter-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }
}

.reservation-public-form {
  display: grid;
  gap: 10px;
}

[data-plan="standard"] .module-select-row,
[data-plan="gold"] .module-select-row {
  display: none;
}

.qr-card-layout {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: var(--qr-size, 118px) minmax(0, 1fr);
}

.qr-preview {
  align-items: center;
  aspect-ratio: 1;
  background: var(--qr-bg-color, #ffffff);
  border: 1px solid #dce3e9;
  border-radius: 8px;
  color: var(--teal-dark);
  display: grid;
  font-size: 13px;
  font-weight: 600;
  justify-items: center;
  padding: 10px;
  width: var(--qr-size, 118px);
}

.qr-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(7, 1fr);
  height: 100%;
  width: 100%;
}

.qr-cell {
  background: transparent;
  border-radius: 2px;
}

.qr-cell.is-dark {
  background: var(--qr-dark-color, #12375d);
}

.qr-style-controls {
  gap: 12px;
  margin: 12px 0;
}

.domain-check-box,
.account-data-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agreement-list {
  display: grid;
  gap: 10px;
}

.agreement-list div {
  background: #f8fafb;
  border: 1px solid #e3e9ee;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.agreement-list span {
  color: var(--muted);
  font-size: 12px;
}

.agreement-list strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}

.trial-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dce3e9;
  border-left: 5px solid var(--coral);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 16px;
}

.trial-label {
  color: var(--coral);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.trial-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.trial-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 0;
}

.analytics-toolbar {
  align-items: end;
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 15px;
  grid-template-columns: minmax(180px, 220px) minmax(260px, 360px) minmax(0, 1fr);
  margin-bottom: 16px;
  padding: 16px;
}

.analytics-date-range {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-date-range.hidden {
  display: none;
}

.analytics-toolbar p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.analytics-summary-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.analytics-card,
.analytics-panel {
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  padding: 16px;
}

.analytics-card {
  display: grid;
  gap: 7px;
}

.analytics-card span,
.analytics-panel-heading span {
  color: var(--muted);
  font-size: 12px;
}

.analytics-card strong {
  color: var(--teal-dark);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.analytics-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.analytics-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.analytics-pro-grid {
  margin-bottom: 0;
}

.analytics-panel-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.plan-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 9px;
}

.plan-badge.standard {
  background: #eef3f7;
  color: #41515f;
}

.plan-badge.pro {
  background: #e6f4f1;
  color: var(--teal-dark);
}

.analytics-panel h3 {
  font-size: 16px;
  margin: 0;
}

.analytics-list {
  display: grid;
  gap: 10px;
}

.analytics-list div {
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.analytics-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.analytics-list strong {
  color: #26333c;
  font-size: 13px;
  font-weight: 500;
}

.analytics-list span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 600;
}

.admin-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-grid {
  align-items: start;
}

.admin-url-banner {
  align-items: center;
  background: #f4fbfa;
  border: 1px solid #cfe8e3;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  margin-bottom: 16px;
  padding: 16px;
}

.admin-url-banner span,
.admin-security-strip span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.admin-url-banner strong {
  color: var(--teal-dark);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.admin-url-banner p {
  color: #52616d;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.admin-login-gate {
  align-items: start;
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  margin-bottom: 16px;
  padding: 18px;
}

.admin-login-copy h3 {
  color: #26333c;
  font-size: 22px;
  margin: 14px 0 8px;
}

.admin-login-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.admin-password-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-password-rules span {
  background: #f6f9fb;
  border: 1px solid #edf1f4;
  border-radius: 999px;
  color: #41515f;
  font-size: 12px;
  padding: 7px 10px;
}

.admin-login-form {
  background: #f8fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.admin-login-form .admin-2fa-field {
  margin-top: 10px;
}

.admin-dashboard-content {
  display: block;
}

.admin-security-strip {
  background: #0e243d;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
  padding: 14px;
}

.admin-security-strip span {
  color: rgba(255, 255, 255, 0.7);
}

.admin-security-strip strong {
  color: #fff;
  font-size: 15px;
}

.admin-security-strip select {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  min-height: 38px;
}

.admin-security-strip option {
  color: #26333c;
}

.admin-permission-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.admin-permission-grid div {
  background: #f6f9fb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 11px 12px;
}

.admin-permission-grid strong {
  color: #26333c;
  font-size: 13px;
}

.admin-permission-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.admin-table {
  border: 1px solid #edf1f4;
  border-radius: 8px;
  overflow: hidden;
}

.admin-table-row {
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.3fr 0.9fr 0.9fr auto;
  min-height: 48px;
  padding: 10px 12px;
}

.admin-table-row:last-child {
  border-bottom: 0;
}

.admin-table-head {
  background: #f6f9fb;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.admin-table-row span {
  color: #26333c;
  font-size: 13px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  padding: 6px 9px;
}

.admin-status.active {
  background: #e6f4f1;
  color: var(--teal-dark);
}

.admin-status.warning {
  background: #fff4df;
  color: #a65f00;
}

.admin-status.muted {
  background: #eef3f7;
  color: #596773;
}

.admin-detail-list {
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  margin-bottom: 14px;
  overflow: hidden;
}

.admin-detail-list div {
  align-items: start;
  border-bottom: 1px solid #edf1f4;
  display: grid;
  gap: 12px;
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 10px 12px;
}

.admin-detail-list div:last-child {
  border-bottom: 0;
}

.admin-detail-list span {
  color: var(--muted);
  font-size: 12px;
}

.admin-detail-list strong {
  color: #26333c;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-template-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.admin-template-grid span {
  background: #f6f9fb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  color: #26333c;
  font-size: 13px;
  padding: 10px 12px;
}

.ops-check-grid,
.admin-notice-history {
  display: grid;
  gap: 10px;
}

.ops-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ops-check-grid div,
.admin-notice-history div,
.admin-notice-count {
  background: #f6f9fb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 11px 12px;
}

.ops-check-grid strong,
.admin-notice-history strong,
.admin-notice-count strong {
  color: #26333c;
  font-size: 13px;
}

.ops-check-grid span,
.admin-notice-history span,
.admin-notice-count span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.admin-notice-lead {
  margin-bottom: 12px;
}

.admin-notification-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 12px;
}

.admin-notification-options label {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  color: #41515f;
  display: inline-flex;
  font-size: 12px;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
}

.admin-notification-options input {
  accent-color: var(--teal);
}

.admin-notice-count {
  margin-bottom: 12px;
}

.admin-notice-history {
  margin-top: 12px;
}

.admin-chat-inbox {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-chat-row {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  color: #26333c;
  cursor: pointer;
  display: grid;
  gap: 8px 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 10px 12px;
  text-align: left;
}

.admin-chat-row.unread {
  background: #f4fbfa;
  border-color: #cfe8e3;
}

.admin-chat-row strong,
.admin-chat-row small,
.admin-chat-row time {
  min-width: 0;
}

.admin-chat-row strong {
  font-size: 13px;
}

.admin-chat-row small {
  color: var(--muted);
  font-size: 12px;
  grid-column: 2 / 4;
  line-height: 1.45;
}

.admin-chat-row time {
  color: var(--muted);
  font-size: 11px;
}

.admin-read-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  min-width: 44px;
  padding: 6px 9px;
}

.admin-read-badge.unread {
  background: #dcfce7;
  color: #15803d;
}

.admin-read-badge.read {
  background: #eef3f7;
  color: #596773;
}

.admin-chat-detail {
  background: #f8fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.admin-chat-bubble {
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.55;
  max-width: 86%;
  padding: 10px 12px;
}

.admin-chat-bubble.user {
  background: #fff;
  border: 1px solid #e0e6eb;
  color: #26333c;
}

.admin-chat-bubble.owner {
  align-self: end;
  background: var(--teal-dark);
  color: #fff;
  justify-self: end;
}

.admin-login-history {
  margin-top: 2px;
}

.analytics-chart-summary {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.analytics-chart-summary strong {
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 600;
}

.analytics-chart-summary span {
  background: #e6f4f1;
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 9px;
}

.analytics-chart {
  align-items: end;
  background: #f6f9fb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(var(--analytics-bars, 7), minmax(0, 1fr));
  height: 220px;
  padding: 36px 16px 34px;
  position: relative;
}

.analytics-chart-grid {
  bottom: 34px;
  display: grid;
  left: 16px;
  position: absolute;
  right: 16px;
  top: 36px;
  z-index: 0;
}

.analytics-chart-grid span {
  border-top: 1px dashed #d9e2e8;
}

.analytics-bar {
  align-items: center;
  align-self: end;
  display: grid;
  gap: 6px;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  justify-items: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.analytics-bar strong {
  color: #41515f;
  font-size: 11px;
  font-weight: 600;
}

.analytics-bar span {
  align-self: end;
  background: linear-gradient(180deg, #18a3a8, #12375d);
  border-radius: 0;
  display: block;
  height: var(--bar-height);
  min-height: 18px;
  width: 100%;
}

.analytics-bar em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.analytics-lock-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.analytics-pro-feature {
  position: relative;
}

.analytics-pro-feature.analytics-locked {
  background: #fbfcfd;
}

.analytics-pro-feature.analytics-locked > :not(.analytics-panel-heading) {
  filter: blur(4px);
  opacity: 0.48;
  pointer-events: none;
  user-select: none;
}

.analytics-pro-feature.analytics-locked::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dce3e9;
  border-radius: 999px;
  color: var(--teal-dark);
  content: "プロプランで解放";
  display: flex;
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  min-height: 34px;
  padding: 0 13px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
}

.trial-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.trial-actions button,
.paywall-card button {
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  min-height: 42px;
  padding: 0 14px;
}

.trial-actions button:first-child {
  background: #eef2f5;
  color: var(--teal-dark);
}

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

.feature-action-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 14px;
}

.feature-tool-card {
  align-content: start;
  background: #fff;
  border: 1px solid #e0e7ec;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.feature-tool-card h3 {
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px;
}

.feature-tool-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.template-duplicate-card {
  grid-column: 1 / -1;
}

.template-select-hidden {
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.template-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.template-option {
  appearance: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid #dce7ea;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: 12px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.template-option:hover,
.template-option.is-selected {
  border-color: rgba(28, 150, 136, 0.55);
  box-shadow: 0 14px 28px rgba(34, 74, 80, 0.11);
  transform: translateY(-1px);
}

.template-option.is-selected {
  background: linear-gradient(180deg, #ffffff 0%, #eefbf8 100%);
}

.template-phone {
  background: #f2f7f7;
  border: 1px solid #d7e5e7;
  border-radius: 18px;
  box-shadow: inset 0 0 0 4px #ffffff;
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 26px 18px 16px;
  position: relative;
}

.template-phone::before {
  background: #d7e5e7;
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 44px;
}

.template-phone span {
  border-radius: 999px;
  display: block;
  min-height: 13px;
}

.template-phone span:nth-child(1) {
  width: 72%;
}

.template-phone span:nth-child(2) {
  width: 100%;
}

.template-phone span:nth-child(3) {
  width: 86%;
}

.template-phone-salon span {
  background: linear-gradient(90deg, #8ddbd0, #f6a7b4);
}

.template-phone-clinic span {
  background: linear-gradient(90deg, #8fc6ff, #9fdcc5);
}

.template-phone-creator span {
  background: linear-gradient(90deg, #ffc565, #9bd4d0);
}

.template-copy {
  display: grid;
  gap: 4px;
}

.template-copy strong {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.template-copy small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.template-duplicate-button {
  justify-self: start;
}

.check-result-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-result-list li {
  align-items: start;
  background: #f8fafb;
  border: 1px solid #e2e9ed;
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  font-size: 12px;
  gap: 4px;
  line-height: 1.45;
  padding: 10px 12px;
}

.check-result-list li strong {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 600;
}

.check-result-list li.is-warning {
  background: #fff8ee;
  border-color: #f4c98b;
}

.check-result-list li.is-ok {
  background: #f1fbf6;
  border-color: #bce7cf;
}

.field-row {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.field-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-row {
  gap: 12px;
}

.settings-row {
  grid-template-columns: 1fr;
}

.url-field-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upload-pair {
  align-items: start;
  gap: 15px;
}

.avatar-upload-editor {
  display: grid;
  gap: 10px;
  padding-bottom: 0;
}

.avatar-upload-editor .upload-pair,
.avatar-upload-editor .login-setting-actions {
  gap: 10px;
}

.avatar-upload-editor .form-note {
  margin: 0;
}

.avatar-display-field {
  margin-bottom: 10px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span,
.bar-editor legend {
  color: #3d4952;
  font-size: 13px;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  background: #fff;
  border: 1px solid #cfd9dc;
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  outline: 0;
  padding: 12px 13px;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.field textarea {
  resize: vertical;
}

#tagline {
  min-height: 132px;
}

.field-help {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(18, 55, 93, 0.12);
}

.bar-editor,
.page-editor,
.settings-accordion {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 2px 0 0;
  padding: 0 14px;
}

.bar-editor legend,
.page-editor legend {
  padding: 0 8px;
}

.my-profile-editor {
  display: grid;
  gap: 10px;
  padding-bottom: 0;
}

.my-profile-editor .field-row,
.my-profile-editor .login-setting-actions {
  gap: 10px;
}

.my-profile-editor .login-setting-actions,
.my-profile-editor .form-note {
  margin: 0;
}

.settings-accordion.basic-info-settings[open],
.settings-accordion.basic-avatar-settings[open],
.settings-accordion.basic-profile-settings[open] {
  gap: 15px;
  padding-bottom: 15px;
}

.basic-info-settings .field-row,
.basic-avatar-settings .field-row,
.basic-avatar-settings .login-setting-actions,
.basic-profile-settings .field-row,
.basic-profile-settings .login-setting-actions {
  gap: 15px;
}

.basic-profile-settings .field-row.two {
  grid-template-columns: minmax(0, 1fr);
}

.basic-profile-settings > .field,
.basic-profile-settings > .field-row,
.basic-profile-settings > .login-setting-actions,
.basic-profile-settings > .form-note {
  width: 100%;
}

.basic-profile-settings .field {
  min-width: 0;
}

.basic-profile-settings .login-setting-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.basic-profile-settings .login-setting-actions .small-link-button {
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

.basic-profile-settings .form-note {
  background: #f8fafb;
  border: 1px solid #e2e9ed;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 12px;
}

.basic-profile-settings .field span,
.basic-profile-settings .form-note {
  overflow-wrap: anywhere;
}

.basic-profile-settings .field input,
.basic-profile-settings .field textarea {
  max-width: 100%;
  min-width: 0;
}

.basic-profile-settings textarea {
  line-height: 1.65;
}

.basic-profile-settings > .field:last-child {
  margin-bottom: 0;
}

.basic-info-settings > :not(summary),
.basic-avatar-settings > :not(summary) {
  margin-top: 0;
}

.settings-accordion {
  display: grid;
  gap: 0;
}

.cover-settings > .field:first-of-type {
  margin-bottom: 0;
}

.cover-settings > .login-setting-actions {
  margin-top: 10px;
}

#coverImageStatus {
  margin-bottom: 0;
}

#coverImageStatus + .cover-text-grid {
  margin-top: 15px;
}

.settings-accordion summary {
  align-items: center;
  color: #26333c;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 20px;
  list-style: none;
  min-height: 20px;
  padding: 10px 0;
}

.settings-accordion summary::-webkit-details-marker {
  display: none;
}

.settings-accordion summary::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  height: 8px;
  margin-left: 12px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 8px;
}

.settings-accordion[open] summary {
  margin-bottom: 0;
}

.settings-accordion[open] {
  padding-bottom: 10px;
}

.home-text-settings[open] {
  gap: 18px;
  padding-bottom: 18px;
}

.home-text-settings[open] summary {
  margin-bottom: 0;
}

.settings-accordion[open] summary::after {
  transform: rotate(225deg);
}

.settings-accordion.hours-settings[open] {
  gap: 14px;
  padding-bottom: 15px;
}

.hours-settings > :not(summary) {
  margin-top: 0;
}

.hours-settings .field-row,
.hours-settings .weekly-hours-editor {
  gap: 12px;
}

.hours-settings .form-note {
  margin: 0;
}

.cover-text-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cover-text-group {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.cover-settings .cover-text-group .field-row {
  gap: 12px;
}

.cover-settings > .field-row.three {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  gap: 14px;
  margin-top: 10px;
  padding: 14px;
}

.cover-settings > .field-row.three .field {
  grid-template-rows: auto auto 18px;
}

.cover-settings > .field-row.three .font-sample {
  display: block;
  min-height: 18px;
}

.cover-settings > .field-row.three .cover-sample-spacer {
  visibility: hidden;
}

.cover-settings .field-help,
.cover-settings .font-sample {
  margin: 0;
}

.home-text-settings .cover-text-group {
  gap: 14px;
  padding: 16px;
}

.home-text-settings .cover-text-group + .cover-text-group {
  margin-top: 10px;
}

.home-text-settings .field-row {
  gap: 14px;
}

.home-text-settings .field-row.four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 14px;
}

.menu-page-settings[open],
.home-menu-settings[open],
.site-design-settings[open],
.bottom-nav-settings[open] {
  gap: 0;
  padding-bottom: var(--menu-page-editor-spacing, 18px);
}

.sns-link-settings[open] {
  gap: 14px;
  padding-bottom: 14px;
}

.sns-platform-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sns-platform-card {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.sns-platform-card > strong {
  color: #26333c;
  font-size: 13px;
  font-weight: 500;
}

.menu-page-settings[open] summary,
.home-menu-settings[open] summary,
.site-design-settings[open] summary,
.bottom-nav-settings[open] summary {
  margin-bottom: 0;
}

.menu-page-settings[open] > .setting-part,
.home-menu-settings[open] > .setting-part,
.site-design-settings[open] > .setting-part,
.bottom-nav-settings[open] > .setting-part {
  margin-top: 14px;
}

.menu-page-settings .field-row,
.home-menu-settings .field-row,
.site-design-settings .field-row,
.bottom-nav-settings .field-row {
  gap: 15px;
}

.setting-part {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.setting-part .additional-menu-items {
  margin-top: 0;
}

.service-basic-settings[open] > .service-editor-list {
  margin-top: 18px;
}

.article-basic-settings[open],
.article-detail-settings[open] {
  gap: 18px;
  padding-bottom: 18px;
}

.article-basic-settings[open] > .service-editor-list,
.article-detail-settings[open] > .service-detail-intro,
.article-detail-settings[open] > .service-editor-list {
  margin-top: 0;
}

.article-basic-settings[open] > .service-editor-list {
  padding-top: 2px;
}

.article-basic-settings .service-editor-list,
.article-detail-settings .service-editor-list {
  gap: 18px;
}

.article-basic-settings .setting-group-title {
  margin: 0;
  padding: 0 2px;
}

.article-basic-settings .field-row {
  gap: 16px;
}

.article-basic-settings .form-note,
.article-detail-settings .form-note {
  margin: 0;
}

.setting-group-title {
  color: #26333c;
  font-size: 13px;
  font-weight: 500;
}

.service-editor-list {
  display: grid;
  gap: 15px;
  margin-top: 12px;
}

.additional-menu-items {
  display: grid;
  gap: 15px;
}

.service-item-editor {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  display: grid;
  gap: 0;
  padding: 0 18px;
}

.service-item-editor summary {
  color: #26333c;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 14px 0;
}

.service-item-editor summary::-webkit-details-marker {
  display: none;
}

.service-item-editor[open] {
  gap: 15px;
  padding-bottom: 17px;
}

.service-item-editor[open] > :not(summary) {
  margin-top: 0;
}

.service-item-editor .login-setting-actions {
  gap: 10px;
}

.service-item-editor textarea {
  min-height: 104px;
}

.service-item-editor textarea[id^="serviceDetail"] {
  min-height: 156px;
}

.article-item-editor,
.article-detail-editor {
  padding-left: 18px;
  padding-right: 18px;
}

.article-detail-editor {
  padding-left: 10px;
  padding-right: 10px;
}

.article-item-editor[open],
.article-detail-editor[open] {
  gap: 17px;
  padding-bottom: 20px;
}

.article-detail-editor[open] {
  gap: 10px;
  padding-bottom: 10px;
}

.article-item-editor summary,
.article-detail-editor summary {
  padding-bottom: 15px;
  padding-top: 15px;
}

.article-detail-editor summary {
  padding-bottom: 10px;
  padding-top: 10px;
}

.article-item-editor .field {
  gap: 9px;
}

.article-detail-editor .field {
  gap: 10px;
}

.article-detail-editor textarea[id^="articleDetail"] {
  min-height: 156px;
}

.service-detail-block-tools {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.service-detail-block-list {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.service-item-editor[open] > .service-detail-block-list {
  margin-top: 10px;
}

.service-detail-block-list:empty {
  display: none;
}

.feature-editor-grid {
  display: grid;
  gap: 15px;
}

.service-detail-block-editor {
  background: #f8fafb;
  border: 1px solid #dce4e8;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px 15px 15px;
}

.service-detail-block-heading {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.service-detail-block-heading strong {
  color: #26333c;
  font-size: 13px;
  font-weight: 500;
}

.service-block-image-preview {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #edf3f4;
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  justify-content: center;
  overflow: hidden;
}

.service-block-image-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.plan-detail {
  background: #152636;
  border-radius: 8px;
  color: #edf6f2;
  margin-top: 22px;
  padding: 18px;
}

.plan-detail h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.plan-detail ul {
  color: #cbd9d5;
  line-height: 1.7;
  margin: 0;
  padding-left: 20px;
}

.preview-panel {
  align-items: flex-start;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    #172533;
  background-size: 16px 16px, auto;
  display: flex;
  justify-content: center;
  padding: 30px;
}

.device {
  background: #10171c;
  border-radius: 42px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  padding: 12px;
  width: min(var(--miniho-preview-width), calc(100vw - 32px));
}

@media (min-width: 981px) {
  .preview-panel {
    height: calc(100vh - var(--preview-fixed-top, 20px) - 20px);
    position: fixed;
    right: max(28px, calc((100vw - 1400px) / 2 + 58px));
    top: var(--preview-fixed-top, 20px);
    width: calc(var(--miniho-preview-width) + 70px);
    z-index: 10;
  }
}

.phone-screen {
  background: #f8fafb;
  border-radius: 32px;
  height: 740px;
  overflow: hidden;
  position: relative;
}

.preview-home-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce4e8;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(16, 23, 28, 0.14);
  color: var(--teal-dark);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 16px;
  width: 38px;
  z-index: 5;
}

.mini-site {
  background-color: #f8fafb;
  background-image:
    linear-gradient(
      rgba(var(--site-bg-rgb, 255, 255, 255), var(--site-bg-strength, 0.1)),
      rgba(var(--site-bg-rgb, 255, 255, 255), var(--site-bg-strength, 0.1))
    ),
    linear-gradient(
      rgba(248, 250, 251, var(--site-bg-image-cover-opacity, 1)),
      rgba(248, 250, 251, var(--site-bg-image-cover-opacity, 1))
    ),
    var(--site-bg-image, none);
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100%;
  overflow: auto;
  padding-bottom: 104px;
  position: relative;
  scrollbar-width: none;
  --font-scale: 1;
}

.mini-site::before {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: var(--site-bg-image-opacity, 0.35);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.mini-site::-webkit-scrollbar {
  display: none;
}

.phone-page {
  display: none;
  position: relative;
  z-index: 1;
}

.phone-page.active {
  display: block;
}

.phone-page[data-page="home"].active {
  display: flex;
  flex-direction: column;
}

.virtual-page {
  min-height: 100%;
  padding: 64px 0 96px;
}

.virtual-header {
  padding: 0 22px 8px;
}

.virtual-header h2 {
  font-size: calc(28px * var(--font-scale));
  line-height: 1.15;
  margin-bottom: 10px;
}

#previewMenuTitle {
  color: var(--menu-page-title-color, #1f252b);
  font-family: var(--menu-page-title-family, inherit);
  font-size: calc(var(--menu-page-title-size, 28px) * var(--font-scale));
}

#allServicesPageTitle {
  color: var(--all-services-title-color, #1f252b);
  font-family: var(--all-services-title-family, inherit);
  font-size: calc(var(--all-services-title-size, 28px) * var(--font-scale));
  font-weight: var(--all-services-title-weight, 600);
}

#allServicesPageLead {
  color: var(--all-services-lead-color, var(--muted));
  font-family: var(--all-services-lead-family, inherit);
  font-size: calc(var(--all-services-lead-size, 14px) * var(--font-scale));
  font-weight: var(--all-services-lead-weight, 400);
}

#allFeaturesPageTitle {
  color: var(--all-features-title-color, #1f252b);
  font-family: var(--all-features-title-family, inherit);
  font-size: calc(var(--all-features-title-size, 28px) * var(--font-scale));
  font-weight: var(--all-features-title-weight, 600);
}

#allFeaturesPageLead {
  color: var(--all-features-lead-color, var(--muted));
  font-family: var(--all-features-lead-family, inherit);
  font-size: calc(var(--all-features-lead-size, 14px) * var(--font-scale));
  font-weight: var(--all-features-lead-weight, 400);
}

#allArticlesPageTitle {
  color: var(--all-articles-title-color, #1f252b);
  font-family: var(--all-articles-title-family, inherit);
  font-size: calc(var(--all-articles-title-size, 28px) * var(--font-scale));
  font-weight: var(--all-articles-title-weight, 600);
}

#allArticlesPageLead {
  color: var(--all-articles-lead-color, var(--muted));
  font-family: var(--all-articles-lead-family, inherit);
  font-size: calc(var(--all-articles-lead-size, 14px) * var(--font-scale));
  font-weight: var(--all-articles-lead-weight, 400);
}

.virtual-header p:last-child {
  color: var(--muted);
  font-size: calc(14px * var(--font-scale));
  line-height: 1.65;
}

.cover-art {
  height: 206px;
  overflow: hidden;
}

.cover-photo {
  background:
    linear-gradient(90deg, rgba(7, 28, 48, 0.68), rgba(18, 55, 93, 0.22)),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 360 210' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='210' fill='%23d9e3ec'/%3E%3Cpath d='M31 72h94v94H31zM138 44h78v122h-78zM229 82h94v84h-94z' fill='%23b9c9d8'/%3E%3Cpath d='M46 90h10v10H46zm18 0h10v10H64zm18 0h10v10H82zm18 0h10v10h-10zm54-24h9v9h-9zm17 0h9v9h-9zm17 0h9v9h-9zm57 34h10v10h-10zm18 0h10v10h-10zm18 0h10v10h-10z' fill='%23ffffff' opacity='.82'/%3E%3Cpath d='M0 166h360v44H0z' fill='%2396aabd'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.cover-photo.has-custom-cover .glass-bottle,
.cover-photo.has-custom-cover .product-card {
  display: none;
}

.cover-copy {
  display: grid;
  gap: 5px;
}

.cover-copy-inside {
  bottom: 58px;
  color: #fff;
  left: 22px;
  max-height: 112px;
  max-width: calc(100% - 44px);
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
  width: calc(100% - 44px);
  z-index: 2;
}

.cover-copy p {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.cover-copy strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.cover-copy.order-catchcopy-first p {
  order: 1;
}

.cover-copy.order-catchcopy-first strong {
  order: 2;
}

.cover-copy.order-company-first strong {
  order: 1;
}

.cover-copy.order-company-first p {
  order: 2;
}

.cover-copy.align-center {
  text-align: center;
}

.cover-copy.align-right {
  text-align: right;
}

.cover-copy.color-navy {
  color: var(--teal-dark);
}

.cover-copy.color-black {
  color: #1f252b;
}

.cover-copy.color-white {
  color: #fff;
}

.cover-copy.color-gray { color: #68727c; }
.cover-copy.color-red { color: #c53d33; }
.cover-copy.color-orange { color: #d97706; }
.cover-copy.color-yellow { color: #ca8a04; }
.cover-copy.color-green { color: #15803d; }
.cover-copy.color-blue { color: #2563eb; }
.cover-copy.color-purple { color: #7c3aed; }
.cover-copy.color-pink { color: #db2777; }
.cover-copy.color-brown { color: #92400e; }

.cover-copy-text.color-navy { color: var(--teal-dark); }
.cover-copy-text.color-black { color: #1f252b; }
.cover-copy-text.color-white { color: #fff; }
.cover-copy-text.color-gray { color: #68727c; }
.cover-copy-text.color-red { color: #c53d33; }
.cover-copy-text.color-orange { color: #d97706; }
.cover-copy-text.color-yellow { color: #ca8a04; }
.cover-copy-text.color-green { color: #15803d; }
.cover-copy-text.color-blue { color: #2563eb; }
.cover-copy-text.color-purple { color: #7c3aed; }
.cover-copy-text.color-pink { color: #db2777; }
.cover-copy-text.color-brown { color: #92400e; }

.cover-copy.font-gothic {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.font-sample.font-gothic {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.cover-copy.font-rounded {
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, sans-serif;
}

.font-sample.font-rounded {
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, sans-serif;
}

.cover-copy.font-mincho {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
}

.font-sample.font-mincho {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
}

.cover-copy.font-modern {
  font-family: Avenir, "Helvetica Neue", Arial, ui-sans-serif, sans-serif;
}

.font-sample.font-modern {
  font-family: Avenir, "Helvetica Neue", Arial, ui-sans-serif, sans-serif;
}

.cover-copy.font-serif,
.font-sample.font-serif {
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;
}

.cover-copy.font-classic,
.font-sample.font-classic {
  font-family: Baskerville, "Times New Roman", "Yu Mincho", serif;
}

.cover-copy.font-clean,
.font-sample.font-clean {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
}

.cover-copy.font-bold,
.font-sample.font-bold {
  font-family: Impact, "Arial Black", "Hiragino Sans", sans-serif;
  letter-spacing: 0;
}

.cover-copy.font-elegant,
.font-sample.font-elegant {
  font-family: Optima, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.cover-copy.font-pop,
.font-sample.font-pop {
  font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}

.font-sample {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.color-sample {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.color-sample span {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.color-select-wrap {
  display: block;
  position: relative;
}

.color-select-wrap select {
  appearance: none;
  padding-right: 38px;
}

.color-select-wrap::after {
  border-bottom: 1.5px solid #56626b;
  border-right: 1.5px solid #56626b;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 8px;
}

.cover-copy p.catchcopy-size-xxs {
  font-size: 10px;
}

.cover-copy p.catchcopy-size-xs {
  font-size: 11px;
}

.cover-copy p.catchcopy-size-small {
  font-size: 12px;
}

.cover-copy p.catchcopy-size-standard {
  font-size: 13px;
}

.cover-copy p.catchcopy-size-medium {
  font-size: 15px;
}

.cover-copy p.catchcopy-size-large {
  font-size: 17px;
}

.cover-copy p.catchcopy-size-xl {
  font-size: 19px;
}

.cover-copy p.catchcopy-size-xxl {
  font-size: 21px;
}

.cover-copy p.catchcopy-size-xxxl {
  font-size: 24px;
}

.cover-copy p.catchcopy-size-max {
  font-size: 28px;
}

.cover-copy strong.company-size-xxs {
  font-size: 14px;
}

.cover-copy strong.company-size-xs {
  font-size: 16px;
}

.cover-copy strong.company-size-small {
  font-size: 18px;
}

.cover-copy strong.company-size-standard {
  font-size: 21px;
}

.cover-copy strong.company-size-medium {
  font-size: 24px;
}

.cover-copy strong.company-size-large {
  font-size: 28px;
}

.cover-copy strong.company-size-xl {
  font-size: 32px;
}

.cover-copy strong.company-size-xxl {
  font-size: 34px;
}

.glass-bottle {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px 20px 16px 16px;
  bottom: 26px;
  height: 96px;
  position: absolute;
  right: 64px;
  width: 54px;
}

.glass-bottle::before {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px 8px 0 0;
  content: "";
  height: 26px;
  left: 15px;
  position: absolute;
  top: -23px;
  width: 24px;
}

.product-card {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  bottom: 22px;
  height: 72px;
  left: 46px;
  position: absolute;
  transform: rotate(-5deg);
  width: 118px;
}

.profile-block {
  padding: 0 22px;
  transform: translateY(-34px);
}

.profile-block.has-cover-copy {
  margin-top: 18px;
  transform: none;
}

.avatar {
  align-items: center;
  background: #fff;
  border: 4px solid #f8fafb;
  border-radius: 999px;
  color: var(--teal);
  display: flex;
  font-size: 28px;
  font-weight: 500;
  height: 76px;
  justify-content: center;
  margin-bottom: 12px;
  width: 76px;
}

.avatar img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.avatar.is-invisible {
  opacity: 0;
  pointer-events: none;
}

#editorView.is-basic .advanced-only,
#editorView.is-advanced .basic-only {
  display: none;
}

#editorView.is-advanced .settings-row {
  display: none;
}

.category {
  color: var(--industry-text-color, var(--coral));
  font-family: var(--industry-font-family, inherit);
  font-size: calc(var(--industry-font-size, 12px) * var(--font-scale));
  font-weight: var(--industry-font-weight, 500);
  margin-bottom: 8px;
}

.profile-block h2 {
  color: var(--title-text-color, #1f252b);
  font-family: var(--title-font-family, inherit);
  font-size: calc(var(--title-font-size, 28px) * var(--font-scale));
  font-weight: var(--title-font-weight, 600);
  line-height: 1.1;
  margin-bottom: 10px;
}

.profile-block p:last-child {
  color: var(--tagline-text-color, #56626b);
  font-family: var(--tagline-font-family, inherit);
  font-size: calc(var(--tagline-font-size, 15px) * var(--font-scale));
  font-weight: var(--tagline-font-weight, 400);
  line-height: 1.65;
  margin-bottom: -12px;
}

.primary-action {
  align-items: center;
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: calc(15px * var(--font-scale));
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  margin: 0 22px 14px;
  min-height: 52px;
  padding: 0 18px;
}

.primary-action.compact {
  margin: 14px 0 0;
  min-height: 46px;
}

.home-menu-button {
  width: 100%;
}

.action-page {
  display: grid;
  gap: 12px;
}

.action-page strong {
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.action-page span,
.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: anywhere;
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-chat-form {
  gap: 12px;
}

.mini-chat-thread {
  background: #f7fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.mini-chat-bubble {
  border-radius: 14px;
  font-size: calc(12px * var(--font-scale));
  line-height: 1.45;
  max-width: 88%;
  padding: 9px 11px;
}

.mini-chat-bubble.owner {
  background: #fff;
  border: 1px solid #e0e6eb;
  color: #4a565f;
}

.mini-chat-bubble.visitor {
  background: var(--teal-dark);
  color: #fff;
  justify-self: end;
}

.link-list {
  display: grid;
  gap: 10px;
}

.hamburger-menu-list {
  display: grid;
  gap: 12px;
}

.hamburger-menu-button {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 64px;
  padding: 12px 13px;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  width: 100%;
}

.hamburger-menu-button:hover {
  border-color: #cfd9dc;
  box-shadow: 0 8px 18px rgba(16, 23, 28, 0.08);
  transform: translateY(-1px);
}

.hamburger-menu-icon {
  align-items: center;
  background: #eef4f5;
  border-radius: 8px;
  color: var(--teal-dark);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.hamburger-menu-icon svg {
  height: 20px;
  width: 20px;
}

.hamburger-menu-button strong,
.hamburger-menu-button small {
  display: block;
}

.hamburger-menu-button strong {
  font-size: calc(14px * var(--font-scale));
  font-weight: 500;
  line-height: 1.35;
}

.hamburger-menu-button small {
  color: var(--muted);
  font-size: calc(12px * var(--font-scale));
  line-height: 1.45;
  margin-top: 2px;
}

.link-row {
  align-items: center;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  color: var(--teal-dark);
  display: flex;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 13px;
}

.link-row span {
  color: var(--muted);
  font-size: 12px;
}

.profile-page-card {
  display: grid;
  gap: 14px;
}

.access-page-card {
  display: grid;
  gap: 14px;
}

.access-page-card span {
  color: var(--muted);
  display: block;
  font-size: calc(12px * var(--font-scale));
  margin-bottom: 5px;
}

.access-page-card strong {
  color: var(--teal-dark);
  display: block;
  font-size: calc(15px * var(--font-scale));
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.access-page-card p {
  color: #4f5d66;
  font-size: calc(13px * var(--font-scale));
  line-height: 1.65;
  margin: 0;
  white-space: pre-line;
}

.access-info-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hours-section,
.hours-page-card {
  display: grid;
  gap: 12px;
}

.weekly-hours-list {
  display: grid;
  gap: 8px;
}

.weekly-hours-list.compact {
  gap: 7px;
}

.weekly-hours-item {
  align-items: center;
  background: #f8fafb;
  border: 1px solid #e2eaee;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px 32px minmax(0, 1fr);
  min-height: 42px;
  padding: 8px 10px;
}

.weekly-hours-item.mode-time-only {
  grid-template-columns: 32px minmax(0, 1fr);
}

.weekly-hours-item.mode-mark-only {
  grid-template-columns: 32px 32px;
  justify-content: start;
}

.weekly-hours-day {
  color: #2f3b43;
  font-size: calc(13px * var(--font-scale));
  font-weight: 600;
  margin: 0;
}

.weekly-hours-mark {
  align-items: center;
  border-radius: 999px;
  display: flex;
  font-size: calc(13px * var(--font-scale));
  font-weight: 700;
  height: 24px;
  justify-content: center;
  margin: 0;
  width: 24px;
}

.weekly-hours-item.is-open .weekly-hours-mark {
  background: rgba(28, 150, 136, 0.12);
  color: var(--teal-dark);
}

.weekly-hours-item.is-closed .weekly-hours-mark {
  background: rgba(231, 93, 80, 0.12);
  color: #c84639;
}

.weekly-hours-item strong {
  color: #2f3b43;
  font-size: calc(13px * var(--font-scale));
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.hours-page-note {
  color: var(--muted);
  font-size: calc(12px * var(--font-scale));
  line-height: 1.6;
  margin: 0;
}

.map-embed-frame {
  aspect-ratio: 4 / 3;
  background: #edf3f4;
  border: 1px solid #dfe7ec;
  border-radius: 8px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.map-embed-frame::before {
  align-items: center;
  color: var(--muted);
  content: "";
  display: flex;
  font-size: 12px;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 0;
}

.map-embed-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-access-section {
  gap: 12px;
}

.home-access-section h3 {
  margin-bottom: 0;
}

.home-access-section .map-embed-frame {
  aspect-ratio: 16 / 9;
  min-height: 132px;
}

.home-access-actions {
  display: grid;
  gap: 10px;
}

.home-access-actions .primary-action,
.home-access-actions .section-more-button {
  justify-content: center;
  margin-top: 0;
  width: 100%;
}

.profile-page-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
}

.profile-page-image {
  align-items: center;
  background: #edf3f4;
  border-radius: 999px;
  color: var(--teal-dark);
  display: flex;
  font-size: calc(22px * var(--font-scale));
  font-weight: 600;
  height: 74px;
  justify-content: center;
  overflow: hidden;
  width: 74px;
}

.profile-page-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profile-page-head span,
.profile-detail-list span,
.profile-contact-grid span {
  color: var(--muted);
  display: block;
  font-size: calc(12px * var(--font-scale));
  margin-bottom: 4px;
}

.profile-page-head strong {
  color: #1f252b;
  display: block;
  font-size: calc(20px * var(--font-scale));
  line-height: 1.35;
}

.profile-contact-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-contact-grid a {
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  color: #1f252b;
  min-width: 0;
  padding: 11px 12px;
}

.profile-contact-grid strong {
  display: block;
  font-size: calc(12px * var(--font-scale));
  overflow-wrap: anywhere;
}

.profile-detail-list {
  display: grid;
  gap: 14px;
}

.profile-detail-list p {
  color: #4a565f;
  font-size: calc(14px * var(--font-scale));
  line-height: 1.7;
  margin: 0;
  white-space: pre-line;
}

.icon-calendar {
  border: 2px solid currentColor;
  border-radius: 5px;
  height: 18px;
  position: relative;
  width: 18px;
}

.icon-calendar::before {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

.quick-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 22px 18px;
}

.home-menu-section .quick-actions {
  margin: 10px 0 0;
}

.quick-actions a {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  color: #2f3b43;
  display: flex;
  font-size: calc(14px * var(--font-scale));
  font-weight: 400;
  justify-content: center;
  min-height: 44px;
}

.content-section,
.chat-box {
  background: #fff;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  margin: 0 22px 16px;
  padding: 16px;
}

#homeSnsSection {
  background: rgba(var(--home-sns-section-bg-rgb, 255, 255, 255), var(--home-sns-section-bg-strength, 1));
  border-color: rgba(var(--home-sns-section-border-rgb, 224, 230, 235), var(--home-sns-section-border-strength, 1));
  border-width: var(--home-sns-section-border-width, 1px);
  border-radius: var(--home-sns-section-radius, 8px);
}

#homeMenuSection {
  background: rgba(var(--home-menu-section-bg-rgb, 255, 255, 255), var(--home-menu-section-bg-strength, 1));
  border-color: rgba(var(--home-menu-section-border-rgb, 224, 230, 235), var(--home-menu-section-border-strength, 1));
  border-width: var(--home-menu-section-border-width, 1px);
  border-radius: var(--home-menu-section-radius, 8px);
}

#homeServiceSection {
  background: rgba(var(--home-service-section-bg-rgb, 255, 255, 255), var(--home-service-section-bg-strength, 1));
  border-color: rgba(var(--home-service-section-border-rgb, 224, 230, 235), var(--home-service-section-border-strength, 1));
  border-width: var(--home-service-section-border-width, 1px);
  border-radius: var(--home-service-section-radius, 8px);
}

#homeFeatureSection {
  background: rgba(var(--home-feature-section-bg-rgb, 255, 255, 255), var(--home-feature-section-bg-strength, 1));
  border-color: rgba(var(--home-feature-section-border-rgb, 224, 230, 235), var(--home-feature-section-border-strength, 1));
  border-width: var(--home-feature-section-border-width, 1px);
  border-radius: var(--home-feature-section-radius, 8px);
}

#homeAchievementSection {
  background: rgba(var(--home-achievement-section-bg-rgb, 255, 255, 255), var(--home-achievement-section-bg-strength, 1));
  border-color: rgba(var(--home-achievement-section-border-rgb, 224, 230, 235), var(--home-achievement-section-border-strength, 1));
  border-width: var(--home-achievement-section-border-width, 1px);
  border-radius: var(--home-achievement-section-radius, 8px);
}

#homeArticleSection {
  background: rgba(var(--home-article-section-bg-rgb, 255, 255, 255), var(--home-article-section-bg-strength, 1));
  border-color: rgba(var(--home-article-section-border-rgb, 224, 230, 235), var(--home-article-section-border-strength, 1));
  border-width: var(--home-article-section-border-width, 1px);
  border-radius: var(--home-article-section-radius, 8px);
}

#homeHoursSection {
  background: rgba(var(--home-message-section-bg-rgb, 255, 255, 255), var(--home-message-section-bg-strength, 1));
  border-color: rgba(var(--home-message-section-border-rgb, 224, 230, 235), var(--home-message-section-border-strength, 1));
  border-width: var(--home-message-section-border-width, 1px);
  border-radius: var(--home-message-section-radius, 8px);
}

#homeAccessSection {
  background: rgba(var(--home-message-section-bg-rgb, 255, 255, 255), var(--home-message-section-bg-strength, 1));
  border-color: rgba(var(--home-message-section-border-rgb, 224, 230, 235), var(--home-message-section-border-strength, 1));
  border-width: var(--home-message-section-border-width, 1px);
  border-radius: var(--home-message-section-radius, 8px);
}

#chatBox {
  background: rgba(var(--home-message-section-bg-rgb, 255, 255, 255), var(--home-message-section-bg-strength, 1));
  border-color: rgba(var(--home-message-section-border-rgb, 224, 230, 235), var(--home-message-section-border-strength, 1));
  border-width: var(--home-message-section-border-width, 1px);
  border-radius: var(--home-message-section-radius, 8px);
}

.mini-site.has-site-background-image .content-section,
.mini-site.has-site-background-image .chat-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1.5px);
}

.content-section h3,
.chat-box h3 {
  font-size: calc(16px * var(--font-scale));
  margin-bottom: 12px;
}

.home-menu-section h3 {
  color: var(--home-menu-title-color, #1f252b);
  font-size: calc(var(--home-menu-title-size, 16px) * var(--font-scale));
  font-weight: var(--home-menu-title-weight, 500);
  text-align: var(--home-menu-title-align, left);
}

.home-sns-section {
  display: grid;
  gap: 12px;
}

.home-sns-section h3 {
  font-size: calc(15px * var(--font-scale));
  margin: 0;
}

.home-sns-links {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.weekly-hours-editor {
  background: #fbfcfd;
  border: 1px solid #e4ebef;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.weekly-hours-row {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(118px, 0.8fr) minmax(0, 1.2fr);
  padding: 12px;
}

.weekly-hours-row strong {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 600;
}

.weekly-hours-row select,
.weekly-hours-row input {
  min-height: 40px;
}

.home-sns-links.is-wide {
  grid-template-columns: 1fr;
}

.home-sns-links.is-square.count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.home-sns-links.is-square.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-sns-links.is-square.count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-sns-links.is-square.count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-sns-link {
  align-items: center;
  background: rgba(var(--sns-button-bg-rgb, 255, 255, 255), var(--sns-button-bg-strength, 1));
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  color: #1f252b;
  display: grid;
  gap: 5px;
  justify-items: center;
  min-height: 62px;
  padding: 8px 4px;
}

.home-sns-links.is-wide .home-sns-link {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-items: start;
  min-height: 48px;
  padding: 0 13px;
}

.home-sns-link svg {
  color: var(--sns-icon-color, currentColor);
  height: 22px;
  width: 22px;
}

.home-sns-link span {
  display: block;
  font-size: calc(10px * var(--font-scale));
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-sns-links.is-wide .home-sns-link span {
  font-size: calc(13px * var(--font-scale));
  text-align: left;
}

.menu-list {
  display: grid;
  gap: var(--menu-list-gap, 10px);
}

.menu-list.expanded {
  gap: var(--menu-list-gap, 12px);
}

.menu-list div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.menu-list.expanded div {
  align-items: flex-start;
  border-bottom: 1px solid #edf1f4;
  padding-bottom: var(--menu-item-padding-y, 0px);
  padding-top: var(--menu-item-padding-y, 0px);
}

.menu-list.expanded div:last-child {
  border-bottom: 0;
  padding-bottom: var(--menu-item-padding-y, 0px);
}

.home-menu-section .menu-list div {
  padding-bottom: var(--menu-item-padding-y, 0px);
  padding-top: var(--menu-item-padding-y, 0px);
}

.menu-list strong {
  color: var(--menu-item-text-color, #1f252b);
  font-size: calc(var(--menu-item-font-size, 14px) * var(--font-scale));
  font-weight: var(--menu-item-font-weight, 600);
}

.menu-list span {
  color: var(--menu-detail-text-color, var(--muted));
  flex: 0 0 auto;
  font-size: calc(var(--menu-detail-font-size, 13px) * var(--font-scale));
  font-weight: var(--menu-detail-font-weight, 400);
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list.compact {
  gap: 12px;
}

.service-card {
  background: #f8fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: 12px;
}

.service-list.compact .service-card {
  padding: 10px;
}

.service-thumb {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #edf3f4;
  border-radius: 8px;
  color: var(--teal-dark);
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.service-card-body {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.service-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.achievement-zoom-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.achievement-zoom-trigger img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-card h4 {
  font-size: calc(14px * var(--font-scale));
  line-height: 1.35;
  margin: 0;
}

.service-card p {
  color: var(--muted);
  font-size: calc(12px * var(--font-scale));
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-detail-button {
  background: var(--service-button-bg, var(--teal));
  border: 0;
  border-radius: 8px;
  color: var(--service-button-text-color, #fff);
  cursor: pointer;
  font-size: calc(13px * var(--font-scale));
  font-weight: 500;
  margin-top: 4px;
  min-height: 46px;
  padding: 0 16px;
  width: 100%;
}

.section-more-button {
  justify-self: center;
  margin-top: 2px;
}

.feature-list {
  display: grid;
  gap: 10px;
}

.feature-card {
  align-items: flex-start;
  background: #f8fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 12px;
}

.feature-card > span {
  align-items: center;
  background: #e5f2f1;
  border-radius: 999px;
  color: var(--teal-dark);
  display: flex;
  font-size: calc(12px * var(--font-scale));
  font-weight: 600;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.feature-card h4 {
  font-size: calc(14px * var(--font-scale));
  line-height: 1.35;
  margin: 0 0 4px;
}

.feature-card p {
  color: var(--muted);
  font-size: calc(12px * var(--font-scale));
  line-height: 1.6;
  margin: 0;
}

.article-detail-button {
  background: var(--article-button-bg, var(--teal));
  color: var(--article-button-text-color, #fff);
}

.achievement-detail-button {
  background: var(--achievement-button-bg, var(--teal));
  color: var(--achievement-button-text-color, #fff);
}

.achievement-image-modal {
  align-items: center;
  background: rgba(8, 15, 20, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: absolute;
  z-index: 20;
}

.achievement-image-modal img {
  background: #fff;
  border-radius: 10px;
  max-height: 88%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.achievement-image-modal-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 999px;
  color: #1f252b;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

.service-detail-content {
  display: grid;
  gap: 16px;
}

.service-detail-image {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: #edf3f4;
  border-radius: 8px;
  color: var(--teal-dark);
  display: flex;
  font-size: 34px;
  font-weight: 500;
  justify-content: center;
  overflow: hidden;
}

.service-detail-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-detail-content p {
  color: #4a565f;
  font-size: calc(14px * var(--font-scale));
  line-height: 1.75;
  margin: 0;
  white-space: pre-line;
}

.service-detail-extra-blocks {
  display: grid;
  gap: 15px;
}

.service-detail-extra-text {
  background: #f8fafb;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  padding: 12px 13px;
}

.service-detail-extra-image {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #edf3f4;
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: calc(12px * var(--font-scale));
  justify-content: center;
  overflow: hidden;
}

.service-detail-extra-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-inquiry-button {
  margin-top: 4px;
  width: 100%;
}

.chat-box {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.chat-box p {
  color: var(--muted);
  font-size: calc(13px * var(--font-scale));
  line-height: 1.55;
  margin-bottom: 0;
}

.chat-box button {
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  min-height: 38px;
  padding: 0 14px;
}

.bottom-nav {
  background: rgba(var(--bottom-nav-bg-rgb, 255, 255, 255), var(--bottom-nav-bg-strength, 0.96));
  border-color: rgba(var(--bottom-nav-border-rgb, 224, 230, 235), var(--bottom-nav-border-strength, 0.6));
  border-radius: 8px;
  border-style: solid;
  border-width: var(--bottom-nav-border-width, 1px);
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 70px;
  left: 14px;
  position: absolute;
  right: 14px;
  width: calc(100% - 28px);
  box-shadow: 0 12px 28px rgba(16, 23, 28, 0.12);
  z-index: 3;
}

.bottom-nav button {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(var(--bottom-nav-text-rgb, 90, 99, 104), var(--bottom-nav-text-strength, 1));
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: var(--bottom-nav-text-weight, 400);
  gap: 3px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 7px 2px 6px;
  text-align: center;
}

.bottom-nav button span {
  display: block;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-nav svg {
  color: rgba(var(--bottom-nav-icon-rgb, 90, 99, 104), var(--bottom-nav-icon-strength, 1));
  flex: 0 0 auto;
  height: 20px;
  stroke-width: var(--bottom-nav-icon-width, 2.2);
  width: 20px;
}

.bottom-nav button.social-nav {
  color: rgba(var(--bottom-nav-text-rgb, 90, 99, 104), var(--bottom-nav-text-strength, 1));
}

.bottom-nav button.social-nav svg {
  color: var(--nav-brand-color, rgba(var(--bottom-nav-icon-rgb, 90, 99, 104), var(--bottom-nav-icon-strength, 1)));
}

.bottom-nav button.featured {
  color: rgba(var(--bottom-nav-text-rgb, 90, 99, 104), var(--bottom-nav-text-strength, 1));
}

.locked {
  filter: grayscale(1);
  opacity: 0.45;
}

button.locked {
  cursor: not-allowed;
}

.hidden {
  display: none;
}

.order-hidden {
  display: none !important;
}

.bottom-nav.is-empty {
  display: none;
}

.is-locked .editor-form,
.is-locked .plan-detail {
  filter: blur(2px);
  pointer-events: none;
  user-select: none;
}

.paywall-modal {
  align-items: center;
  background: rgba(12, 22, 32, 0.55);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.paywall-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  max-width: 520px;
  padding: 28px;
}

.paywall-card h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.paywall-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.modal-actions .danger-button,
.modal-actions .small-link-button {
  min-height: 42px;
}

.product-cancel-card {
  max-height: calc(100vh - 40px);
  overflow: auto;
  width: min(560px, 100%);
}

.modal-form-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.modal-form-grid label {
  display: grid;
  gap: 7px;
}

.modal-form-grid label > span {
  color: #1f2937;
  font-size: 13px;
  font-weight: 800;
}

.modal-form-grid input,
.modal-form-grid select,
.modal-form-grid textarea {
  border: 1px solid #dce3e9;
  border-radius: 8px;
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
}

.modal-form-grid textarea {
  resize: vertical;
}

.modal-form-grid .modal-check-row {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 10px 12px;
}

.modal-form-grid .modal-check-row input {
  min-height: auto;
  padding: 0;
  width: 18px;
}

.modal-warning-list {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 12px;
}

.modal-warning-list p {
  color: #92400e;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.paywall-modal.hidden {
  display: none;
}

.app-support-chat {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 60;
}

.app-support-chat-toggle {
  position: relative;
  align-items: center;
  background: var(--teal-dark);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(12, 37, 43, 0.24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  min-height: 50px;
  padding: 10px 14px 10px 16px;
}

.app-support-chat-toggle span {
  font-size: 13px;
  font-weight: 700;
}

.app-support-chat-toggle strong {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.app-support-chat-badge {
  background: #ffdd66;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #26333c;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  min-width: 34px;
  padding: 5px 7px;
  position: absolute;
  right: -8px;
  top: -9px;
}

.app-support-chat-badge.hidden {
  display: none;
}

.app-support-chat-panel {
  background: #fff;
  border: 1px solid #dce3e9;
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(14, 36, 61, 0.2);
  bottom: 64px;
  display: grid;
  gap: 12px;
  padding: 14px;
  position: absolute;
  right: 0;
  width: min(340px, calc(100vw - 32px));
}

.app-support-chat-panel.hidden {
  display: none;
}

.app-support-chat-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.app-support-chat-head strong,
.app-support-chat-head span {
  display: block;
}

.app-support-chat-head strong {
  color: #26333c;
  font-size: 15px;
}

.app-support-chat-head span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 2px;
}

.app-support-chat-head button {
  background: #f1f5f7;
  border: 1px solid #e0e6eb;
  border-radius: 999px;
  color: #596773;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.app-support-chat-thread {
  background: #f7fafb;
  border: 1px solid #edf1f4;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.app-support-chat-thread p {
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  max-width: 88%;
  padding: 9px 11px;
}

.app-support-chat-thread .owner {
  background: #fff;
  border: 1px solid #e0e6eb;
  color: #4a565f;
}

.app-support-chat-thread .visitor {
  background: var(--teal-dark);
  color: #fff;
  justify-self: end;
}

.app-support-chat-form {
  display: grid;
  gap: 9px;
}

.app-support-chat-form input,
.app-support-chat-form textarea {
  border: 1px solid #dce3e9;
  border-radius: 8px;
  font: inherit;
  min-height: 40px;
  padding: 10px 11px;
}

.app-support-chat-form button {
  background: var(--teal-dark);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
}

.app-support-chat-form span {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .app-shell {
    padding: 0;
  }

  .workspace {
    border-radius: 0;
    min-height: 100vh;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .topbar-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .view-tabs {
    justify-content: stretch;
  }

  .view-tabs button {
    flex: 1;
  }

  .account-chip,
  .status-pill,
  .status-save {
    justify-content: space-between;
    justify-items: stretch;
    max-width: none;
    width: 100%;
  }

  .status-save p {
    text-align: left;
  }

  .mypage-grid {
    grid-template-columns: 1fr;
  }

  .mypage-side {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 20px;
  }

  .analytics-toolbar,
  .analytics-summary-grid,
  .analytics-grid,
  .admin-summary-grid,
  .admin-url-banner,
  .admin-login-gate,
  .admin-security-strip,
  .admin-permission-grid,
  .ops-check-grid {
    grid-template-columns: 1fr;
  }

  .analytics-date-range {
    grid-template-columns: 1fr;
  }

  .admin-table-row {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .admin-detail-list div {
    grid-template-columns: 1fr;
  }

  .admin-template-grid {
    grid-template-columns: 1fr;
  }

  .trial-card {
    align-items: stretch;
    flex-direction: column;
  }

  .current-plan-card {
    align-items: stretch;
    flex-direction: column;
  }

  .current-plan-card p {
    text-align: left;
  }

  .trial-actions {
    flex-wrap: wrap;
  }

  .builder-grid {
    grid-template-columns: 1fr;
  }

  .editor-panel {
    padding: 24px 20px;
  }

  .preview-panel {
    align-items: center;
    min-height: 820px;
    padding: 26px 16px;
  }

  .app-support-chat {
    bottom: 16px;
    right: 16px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 30px;
  }

  .auth-logo-frame {
    margin-bottom: 16px;
    width: min(300px, 82vw);
  }

  .field-row,
  .field-row.four,
  .field-row.three,
  .field-row.two,
  .cover-text-grid,
  .feature-action-grid,
  .template-gallery,
  .qr-card-layout,
  .sns-platform-grid,
  .weekly-hours-row,
  .url-field-grid {
    grid-template-columns: 1fr;
  }

  .module-select-row,
  .module-feature-grid,
  .module-empty-pages {
    grid-template-columns: 1fr;
  }

  .plan-switch {
    grid-template-columns: 1fr;
  }

  .phone-screen {
    height: 700px;
  }
}

/* Final auth screen layout used by /app/ entry. Kept late in the file so legacy auth styles do not win the cascade. */
.auth-shell {
  align-items: start;
  background:
    radial-gradient(circle at 17px 17px, rgba(37, 99, 235, 0.09) 1px, transparent 1.25px) 0 0 / 24px 24px,
    linear-gradient(115deg, #ffffff 0%, #ffffff 48%, #eef6ff 100%);
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 800px) 600px;
  margin: 0 auto;
  max-width: 1536px;
  min-height: 100vh;
  padding: 34px 46px 30px;
  width: 100%;
}

.auth-brand {
  display: grid;
  gap: 28px;
  max-width: none;
}

.auth-logo-frame {
  margin: 0;
  max-height: 72px;
  max-width: 260px;
  width: fit-content;
}

.auth-logo {
  display: block;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  width: 250px;
}

.auth-brand h1 {
  color: #0f172a;
  font-size: 46px;
  font-weight: 950;
  line-height: 1.42;
  margin: 0;
  max-width: 746px;
}

.auth-brand h1 span {
  color: #1d5fd7;
}

.auth-brand p:not(.eyebrow) {
  color: #0f172a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 746px;
}

.auth-proof-block {
  display: grid;
  gap: 28px;
}

.auth-comparison {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: 340px 26px 340px;
  width: 746px;
}

.auth-compare-panel {
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 18px;
}

.auth-compare-panel.is-miniho {
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
}

.auth-compare-panel h2 {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  gap: 12px;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 41px;
}

.auth-compare-panel h2 span {
  align-items: center;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.auth-compare-panel.is-miniho h2 span {
  background: #1d5fd7;
  color: #fff;
  font-size: 14px;
}

.auth-compare-body {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 150px 1fr;
}

.auth-compare-body img {
  display: block;
  height: 244px;
  justify-self: center;
  object-fit: contain;
  width: auto;
}

.auth-compare-body ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.auth-compare-body li {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}

.auth-compare-body li::before {
  color: #475569;
  content: "x";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.is-miniho .auth-compare-body li::before {
  color: #1d5fd7;
  content: "✓";
}

.auth-compare-arrow {
  align-self: center;
  color: #0f172a;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.auth-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -8px;
  width: 746px;
}

.auth-reasons article {
  align-items: center;
  border-left: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 22px;
  text-align: center;
}

.auth-reasons article:first-child {
  border-left: 0;
}

.auth-reasons img {
  filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.22));
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.auth-reasons strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
}

.auth-reasons span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.auth-card {
  align-self: start;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.11);
  margin-top: 28px;
  padding: 42px;
  width: 100%;
}

.auth-tabs {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin: 4px 0 30px;
  padding: 10px;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #0f172a;
  cursor: pointer;
  font-size: 21px;
  font-weight: 900;
  min-height: 64px;
}

.auth-tabs button.active {
  background: #fff;
  border: 1px solid #dbe4f0;
  box-shadow: 0 9px 18px rgba(15, 23, 42, 0.13);
  color: #1d5fd7;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-form.hidden,
.hidden.auth-form {
  display: none;
}

.auth-form .field {
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
}

.auth-form input,
.auth-form select {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #0f172a;
  min-height: 46px;
  padding: 10px 15px;
}

.auth-submit {
  align-items: center;
  background: #1d5fd7;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: center;
  min-height: 58px;
  padding: 12px 18px;
}

.app-auth-assurance {
  display: grid;
  gap: 22px;
  margin: 6px 0 2px;
}

.app-auth-assurance p {
  color: #0f172a;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  line-height: 1.35;
  margin: 0;
  min-height: 54px;
  padding: 5px 0;
  row-gap: 1px;
}

.app-auth-assurance p::before {
  background: #1d5fd7;
  content: "";
  grid-row: 1 / span 2;
  height: 28px;
  margin-top: 8px;
  width: 28px;
  -webkit-mask: var(--assurance-icon) center / contain no-repeat;
  mask: var(--assurance-icon) center / contain no-repeat;
}

.app-auth-assurance strong {
  color: #0f172a;
  font-size: 15px;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.35;
}

.app-auth-assurance span {
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .auth-shell {
    gap: 28px;
    grid-template-columns: 1fr;
    max-width: 900px;
    padding: 28px 22px 90px;
  }

  .auth-card {
    margin-top: 0;
    width: 100%;
  }

  .auth-comparison,
  .auth-reasons {
    width: 100%;
  }

  .auth-comparison {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .auth-shell {
    background:
      radial-gradient(circle at 14px 14px, rgba(37, 99, 235, 0.08) 1px, transparent 1.2px) 0 0 / 22px 22px,
      linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%);
    gap: 22px;
    padding: 18px 16px 58px;
  }

  .auth-logo-frame {
    max-width: 220px;
  }

  .auth-logo {
    max-height: 58px;
    width: 220px;
  }

  .auth-brand {
    gap: 18px;
  }

  .auth-brand h1 {
    font-size: 30px;
    line-height: 1.42;
  }

  .auth-brand p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.72;
  }

  .auth-proof-block {
    gap: 18px;
  }

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

  .auth-compare-panel {
    border-radius: 8px;
    min-height: 0;
    padding: 10px;
  }

  .auth-compare-panel h2 {
    font-size: 13px;
    gap: 6px;
    margin-bottom: 8px;
    min-height: 32px;
  }

  .auth-compare-panel h2 span {
    font-size: 12px;
    height: 18px;
    width: 18px;
  }

  .auth-compare-body {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .auth-compare-body img {
    height: 136px;
    max-width: 100%;
  }

  .auth-compare-body ul {
    gap: 7px;
  }

  .auth-compare-body li {
    font-size: 11px;
    padding-left: 15px;
  }

  .auth-compare-arrow {
    font-size: 24px;
  }

  .auth-reasons {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .auth-reasons article {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    gap: 5px;
    padding: 14px 0;
  }

  .auth-reasons article:first-child {
    border-top: 0;
  }

  .auth-reasons img {
    height: 34px;
    width: 34px;
  }

  .auth-reasons strong {
    font-size: 15px;
  }

  .auth-reasons span {
    font-size: 13px;
  }

  .auth-card {
    border-radius: 12px;
    padding: 20px;
  }

  .auth-tabs {
    margin-bottom: 22px;
    padding: 6px;
  }

  .auth-tabs button {
    font-size: 16px;
    min-height: 48px;
  }

  .google-auth {
    font-size: 14px;
    min-height: 46px;
  }

  .app-auth-assurance {
    gap: 14px;
  }

  .app-auth-assurance p {
    column-gap: 12px;
    min-height: 50px;
  }

  .auth-submit {
    font-size: 15px;
  }
}
