:root {
  --mk-bg: #f5f7fb;
  --mk-bg-strong: #edf2f7;
  --mk-surface: #ffffff;
  --mk-surface-soft: #f8fafc;
  --mk-ink: #0b1220;
  --mk-muted: #516070;
  --mk-line: #d9e1ec;
  --mk-line-strong: #c5cedb;
  --mk-blue: #183b73;
  --mk-blue-strong: #0b2548;
  --mk-gold: #c89b3c;
  --mk-gold-soft: #fff4d8;
  --mk-green: #168a5b;
  --mk-red: #c63f3f;
  --mk-shadow: 0 22px 70px rgba(15, 23, 42, 0.12);
  color-scheme: light;
  font-family: Inter, Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Product-company homepage: PIXGOM should read as boxed software. */
.product-company-site {
  background: #f6f9fd;
  color: #10223d;
}

.product-company-site .product-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: #dbe6f4;
  box-shadow: 0 18px 50px rgba(16, 34, 61, 0.08);
}

.product-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 72px;
}

.product-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #dbe8f7;
  border-radius: 32px;
  background: #edf6ff;
  box-shadow: 0 30px 90px rgba(31, 91, 160, 0.16);
  isolation: isolate;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, 0.98) 0%, rgba(246, 250, 255, 0.94) 34%, rgba(246, 250, 255, 0.64) 52%, rgba(246, 250, 255, 0) 78%),
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.38));
  pointer-events: none;
}

.product-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 56%);
  padding: 76px 0 64px 64px;
}

.product-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e9f3ff;
  color: #2f80ff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
}

.product-hero h1,
.product-section h2 {
  margin: 0;
  color: #10223d;
  letter-spacing: 0;
}

.product-hero h1 {
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.13;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: normal;
}

.product-hero p,
.product-section p {
  color: #4c5d73;
  line-height: 1.78;
}

.product-hero-copy > p:not(.product-kicker) {
  margin: 24px 0 0;
  max-width: 500px;
  font-size: 20px;
  font-weight: 600;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-price-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid #dbe6f4;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(31, 91, 160, 0.1);
}

.product-price-strip div {
  padding: 18px 20px;
  border-right: 1px solid #dbe6f4;
}

.product-price-strip div:last-child {
  border-right: 0;
}

.product-price-strip dt {
  margin: 0 0 6px;
  color: #708198;
  font-weight: 800;
  font-size: 13px;
}

.product-price-strip dd {
  margin: 0;
  color: #10223d;
  font-size: 22px;
  font-weight: 900;
}

.product-price-strip dd span,
.product-lineup-card small {
  color: #7a8798;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.product-section {
  margin-top: 72px;
}

.product-section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.product-section h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.24;
  word-break: keep-all;
  overflow-wrap: normal;
}

.product-lineup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-lineup-card,
.product-buy-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid #dbe6f4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 91, 160, 0.08);
}

.product-lineup-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-lineup-card.is-featured {
  border-color: #2f80ff;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.product-lineup-card .pg2-logo {
  width: 44px;
  height: 44px;
}

.product-lineup-card p {
  margin: 2px 0 0;
  color: #668097;
  font-weight: 800;
  font-size: 13px;
}

.product-lineup-card h3 {
  margin: 0;
  color: #10223d;
  font-size: 24px;
}

.product-lineup-card strong {
  min-height: 52px;
  color: #10223d;
  line-height: 1.45;
}

.product-lineup-card a,
.product-support-links a {
  margin-top: auto;
  color: #2f80ff;
  font-weight: 900;
  text-decoration: none;
}

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 38px;
  align-items: center;
  padding: 44px;
  border: 1px solid #dbe6f4;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 66px rgba(31, 91, 160, 0.08);
}

.product-check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-check-list li {
  position: relative;
  padding-left: 30px;
  color: #243852;
  font-weight: 700;
}

.product-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #30d46b;
  box-shadow: 0 0 0 5px rgba(48, 212, 107, 0.15);
}

.product-package-panel {
  overflow: hidden;
  border-radius: 26px;
  background: #eff7ff;
}

.product-package-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.pg2-package img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  border-radius: 20px;
}

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

.product-buy-grid article {
  min-height: 220px;
}

.product-buy-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eaf3ff;
  color: #2f80ff;
  font-weight: 900;
}

.product-buy-grid h3 {
  margin: 24px 0 10px;
  color: #10223d;
  font-size: 24px;
}

.product-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 44px;
  border-radius: 28px;
  background: #10223d;
  color: #fff;
}

.product-support h2,
.product-support p {
  color: #fff;
}

.product-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-support-links a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  background: #fff;
  color: #10223d;
}

@media (max-width: 900px) {
  .product-shell {
    width: min(100% - 28px, 680px);
    padding-top: 18px;
  }

  .product-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    background: #edf6ff;
  }

  .product-hero::before {
    background: linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(246, 250, 255, 0.82));
  }

  .product-hero-image {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 9;
    order: 2;
    object-position: center;
  }

  .product-hero-copy {
    width: auto;
    padding: 30px 22px 4px;
  }

  .product-hero h1 {
    font-size: 34px;
  }

  .product-hero-copy > p:not(.product-kicker) {
    margin-top: 18px;
    font-size: 16px;
  }

  .product-price-strip,
  .product-lineup-grid,
  .product-buy-grid,
  .product-split {
    grid-template-columns: 1fr;
  }

  .product-price-strip div {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid #dbe6f4;
  }

  .product-price-strip dd {
    font-size: 22px;
  }

  .product-price-strip div:last-child {
    border-bottom: 0;
  }

  .product-lineup-card,
  .product-buy-grid article {
    min-height: 0;
  }

  .product-split {
    padding: 26px 20px;
  }

  .product-support {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 22px;
  }
}

@media (max-width: 480px) {
  .product-hero h1 {
    font-size: 34px;
  }

  .product-actions .pg2-btn,
  .product-support-links a {
    width: 100%;
  }
}

/* PIXGOM public site v2 */
:root {
  --pg2-bg: #f4f8fc;
  --pg2-surface: #ffffff;
  --pg2-soft: #f7fbff;
  --pg2-blue: #2f80ff;
  --pg2-blue-dark: #0e3570;
  --pg2-navy: #10233f;
  --pg2-text: #233754;
  --pg2-muted: #6f7f94;
  --pg2-line: #d7e4f2;
  --pg2-green: #2bd36f;
  --pg2-shadow: 0 24px 70px rgba(16, 35, 63, 0.12);
  --pg2-radius-xl: 34px;
  --pg2-radius-lg: 24px;
  --pg2-radius-md: 16px;
}

body.pg2-site,
body.pg2-auth {
  margin: 0;
  min-width: 320px;
  color: var(--pg2-navy);
  background:
    radial-gradient(circle at 8% -8%, rgba(47, 128, 255, 0.14), transparent 34rem),
    radial-gradient(circle at 90% 0%, rgba(43, 211, 111, 0.13), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, var(--pg2-bg) 46rem, #edf4fb 100%);
  color-scheme: light;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.pg2-site a,
.pg2-auth a {
  color: inherit;
  text-decoration: none;
}

.pg2-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(215, 228, 242, 0.84);
  backdrop-filter: blur(18px);
}

.pg2-brand,
.pg2-auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.pg2-logo {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #cfe0f3;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #eaf4ff);
  box-shadow: inset 0 -8px 18px rgba(47, 128, 255, 0.08);
}

.pg2-logo::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: linear-gradient(135deg, #1f73ff, #47a0ff);
}

.pg2-logo::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--pg2-green);
  box-shadow: 0 0 0 4px #fff;
}

.pg2-brand strong,
.pg2-auth-brand strong {
  display: block;
  color: var(--pg2-navy);
  font-size: 18px;
  line-height: 1;
}

.pg2-brand small,
.pg2-auth-brand small {
  display: block;
  margin-top: 4px;
  color: var(--pg2-muted);
  font-size: 12px;
  font-weight: 700;
}

.pg2-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--pg2-text);
  font-size: 14px;
  font-weight: 800;
}

.pg2-nav a:hover,
.pg2-nav a[aria-current="page"] {
  color: var(--pg2-blue);
}

.pg2-menu {
  display: none;
  min-height: 44px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--pg2-navy);
  font-weight: 900;
}

.pg2-btn,
.pg2-nav-cta,
.button.button-primary,
.button.button-secondary,
.kakao-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.pg2-btn-primary,
.pg2-nav-cta,
.button.button-primary {
  color: #fff;
  border-color: var(--pg2-blue);
  background: linear-gradient(135deg, #1f73ff, #2f80ff);
  box-shadow: 0 14px 28px rgba(47, 128, 255, 0.22);
}

.pg2-btn-secondary,
.button.button-secondary,
.kakao-button {
  color: var(--pg2-navy);
  border-color: var(--pg2-line);
  background: #fff;
}

.pg2-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 54px 24px 86px;
}

.pg2-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid #cfe0f3;
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--pg2-blue);
  font-size: 13px;
  font-weight: 900;
}

.pg2-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.88fr);
  gap: 44px;
  align-items: center;
  min-height: 548px;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-xl);
  background:
    radial-gradient(circle at 88% 28%, rgba(47, 128, 255, 0.18), transparent 17rem),
    linear-gradient(135deg, #ffffff 0%, #f2f8ff 54%, #ffffff 100%);
  box-shadow: var(--pg2-shadow);
}

.pg2-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 620px;
  height: 260px;
  border: 5px solid rgba(47, 128, 255, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-14deg);
  pointer-events: none;
}

.pg2-hero h1,
.pg2-page-hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--pg2-navy);
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.pg2-lead,
.pg2-page-hero p,
.pg2-section-head p,
.pg2-card p,
.pg2-product-copy p,
.pg2-auth-card p {
  color: var(--pg2-muted);
  line-height: 1.72;
}

.pg2-lead {
  max-width: 580px;
  margin: 24px 0 0;
  font-size: 19px;
}

.pg2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pg2-text-link {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  margin-top: 12px;
  color: var(--pg2-blue);
  font-weight: 900;
}

.pg2-text-link::after {
  content: "→";
  margin-left: 8px;
}

.pg2-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pg2-hero-tags span,
.pg2-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--pg2-line);
  border-radius: 999px;
  background: #fff;
  color: var(--pg2-text);
  font-size: 13px;
  font-weight: 800;
}

.pg2-orbit-card {
  position: relative;
  z-index: 1;
  min-height: 310px;
  padding: 36px;
  border: 1px solid var(--pg2-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(47, 128, 255, 0.14);
}

.pg2-orbit-card .pg2-logo {
  width: 126px;
  height: 126px;
  border-radius: 34px;
  margin: 0 auto 28px;
}

.pg2-orbit-card .pg2-logo::before {
  left: 42px;
  top: 52px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.pg2-orbit-card .pg2-logo::after {
  right: -8px;
  top: 25px;
  width: 42px;
  height: 42px;
}

.pg2-orbit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pg2-orbit-list span {
  min-height: 44px;
  padding: 12px;
  border: 1px solid var(--pg2-line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  color: var(--pg2-text);
  font-weight: 800;
}

.pg2-section {
  margin-top: 76px;
}

.pg2-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.pg2-section-head h2,
.pg2-product-copy h2,
.pg2-auth-card h1 {
  margin: 0;
  color: var(--pg2-navy);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

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

.pg2-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
}

.pg2-card h3 {
  margin: 16px 0 8px;
  color: var(--pg2-navy);
  font-size: 22px;
}

.pg2-mini-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.pg2-product-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px 280px;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-xl);
  background:
    linear-gradient(135deg, #ffffff 0%, #edf7ff 58%, #ffffff 100%);
  box-shadow: var(--pg2-shadow);
}

.pg2-package {
  position: relative;
  width: min(100%, 260px);
  min-height: 310px;
  margin: 0 auto;
  padding: 46px 24px 28px;
  border: 1px solid var(--pg2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(16, 35, 63, 0.14);
  text-align: center;
}

.pg2-package::before {
  content: "";
  position: absolute;
  left: 30px;
  right: -34px;
  top: -34px;
  height: 34px;
  background: #eef5fc;
  border: 1px solid var(--pg2-line);
  transform: skewX(-42deg);
  transform-origin: bottom left;
}

.pg2-package::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -1px;
  width: 34px;
  height: 100%;
  background: #dfeaf6;
  border: 1px solid var(--pg2-line);
  transform: skewY(-42deg);
  transform-origin: top left;
}

.pg2-package .pg2-logo {
  width: 92px;
  height: 92px;
  border-radius: 28px;
  margin: 0 auto 30px;
}

.pg2-package .pg2-logo::before {
  left: 31px;
  top: 38px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.pg2-package .pg2-logo::after {
  right: -6px;
  top: 18px;
  width: 30px;
  height: 30px;
}

.pg2-package strong {
  display: block;
  font-size: 25px;
  color: var(--pg2-navy);
}

.pg2-package span {
  display: block;
  margin-top: 12px;
  color: var(--pg2-blue);
  font-weight: 900;
}

.pg2-price-card {
  padding: 28px;
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
}

.pg2-price-card h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.pg2-price-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 15px 0;
  border-top: 1px solid var(--pg2-line);
}

.pg2-price-row span {
  color: var(--pg2-muted);
  font-weight: 800;
}

.pg2-price-row strong {
  color: var(--pg2-navy);
  font-size: 24px;
}

.pg2-price-row small {
  margin-left: 8px;
  color: var(--pg2-muted);
  font-size: 12px;
}

.pg2-command-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
}

.pg2-filter-panel,
.pg2-command-panel,
.pg2-flow-panel,
.pg2-auth-card {
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.06);
}

.pg2-filter-panel {
  padding: 22px;
}

.pg2-filter-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
}

.pg2-filter-panel button,
.pg2-filter-panel a {
  display: block;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--pg2-text);
  font: inherit;
  font-weight: 800;
  text-align: left;
  padding: 0 14px;
  cursor: pointer;
}

.pg2-filter-panel button.is-active {
  color: #fff;
  border-color: var(--pg2-blue);
  background: var(--pg2-blue);
}

.pg2-command-panel {
  overflow: hidden;
}

.pg2-command-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--pg2-line);
  background: var(--pg2-soft);
}

.pg2-command-toolbar input {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  padding: 0 16px;
  background: #fff;
  color: var(--pg2-navy);
  font: inherit;
}

.pg2-command-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 120px 110px;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--pg2-line);
}

.pg2-command-row code {
  color: var(--pg2-blue);
  font-weight: 900;
}

.pg2-command-row strong {
  color: var(--pg2-navy);
}

.pg2-command-row p {
  margin: 4px 0 0;
  color: var(--pg2-muted);
  line-height: 1.5;
}

.pg2-flow-hero {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-xl);
  background: #fff;
  box-shadow: var(--pg2-shadow);
}

.pg2-phone {
  width: 220px;
  min-height: 410px;
  margin: 0 auto;
  padding: 26px 18px;
  border: 2px solid #cfe0f3;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 35, 63, 0.16);
}

.pg2-phone-screen {
  min-height: 330px;
  padding: 22px;
  border: 1px solid var(--pg2-line);
  border-radius: 24px;
  background: var(--pg2-soft);
}

.pg2-phone-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.pg2-phone-list span {
  min-height: 38px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  background: #fff;
}

.pg2-checklist {
  display: grid;
  gap: 16px;
}

.pg2-checklist li,
.pg2-step-list li {
  list-style: none;
}

.pg2-checklist li {
  position: relative;
  padding-left: 34px;
  color: var(--pg2-text);
  font-weight: 800;
}

.pg2-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 10px;
  border-left: 4px solid var(--pg2-green);
  border-bottom: 4px solid var(--pg2-green);
  transform: rotate(-45deg);
}

.pg2-step-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pg2-step-line li {
  padding: 22px;
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-md);
  background: #fff;
}

.pg2-step-line span,
.pg2-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--pg2-blue);
  font-weight: 900;
}

.pg2-page-hero {
  padding: 64px 0 42px;
}

.pg2-page-hero h1 {
  max-width: 900px;
}

.pg2-page-hero p {
  max-width: 760px;
  font-size: 19px;
}

.pg2-final {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 76px;
  padding: 34px;
  border-radius: var(--pg2-radius-lg);
  background: var(--pg2-navy);
  color: #fff;
}

.pg2-final h2 {
  margin: 0;
  font-size: 32px;
}

.pg2-final p {
  color: #cbd8e8;
}

.pg2-footer {
  border-top: 1px solid var(--pg2-line);
  background: #fff;
}

.pg2-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 24px;
  color: var(--pg2-muted);
  font-weight: 800;
}

.pg2-footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pg2-auth {
  min-height: 100vh;
}

.pg2-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 24px 78px;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 24px 78px;
}

.auth-shell > .auth-brand {
  position: sticky;
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 18px 20px;
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.08);
}

.pg2-auth-card {
  padding: clamp(24px, 4vw, 42px);
}

.auth-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 35, 63, 0.06);
}

.pg2-auth-card form {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.auth-card form {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.pg2-auth-card label,
.pg2-auth-card fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--pg2-text);
  font-weight: 800;
}

.auth-card label,
.auth-card fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--pg2-text);
  font-weight: 800;
}

.pg2-auth-card input,
.pg2-auth-card textarea,
.pg2-auth-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
  color: var(--pg2-navy);
  font: inherit;
}

.auth-card input,
.auth-card textarea,
.auth-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
  color: var(--pg2-navy);
  font: inherit;
}

.pg2-auth-card textarea {
  min-height: 110px;
  padding-top: 12px;
}

.auth-card textarea {
  min-height: 110px;
  padding-top: 12px;
}

.pg2-auth-card fieldset {
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-md);
  padding: 18px;
}

.auth-card fieldset {
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-md);
  padding: 18px;
}

.pg2-auth-side {
  display: grid;
  gap: 18px;
}

.pg2-auth-note {
  padding: 24px;
  border: 1px solid var(--pg2-line);
  border-radius: var(--pg2-radius-lg);
  background: #fff;
}

.pg2-auth-note h2,
.pg2-auth-note h3 {
  margin: 0 0 12px;
}

.check-row,
.consent-list {
  display: grid;
  gap: 10px;
}

.check-row {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-status {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid var(--pg2-line);
  border-radius: 12px;
  background: var(--pg2-soft);
  color: var(--pg2-text);
  font-family: inherit;
}

@media (max-width: 920px) {
  .pg2-header {
    align-items: flex-start;
  }

  .pg2-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pg2-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--pg2-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--pg2-shadow);
  }

  .pg2-header.nav-open .pg2-nav {
    display: flex;
  }

  .pg2-nav a,
  .pg2-nav .nav-logout {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

  .pg2-hero,
  .pg2-product-band,
  .pg2-flow-hero,
  .pg2-auth-shell,
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-shell > .auth-brand {
    position: static;
  }

  .pg2-card-grid,
  .pg2-step-line {
    grid-template-columns: 1fr;
  }

  .pg2-command-shell {
    grid-template-columns: 1fr;
  }

  .pg2-command-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pg2-section-head,
  .pg2-final,
  .pg2-footer-inner {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pg2-shell {
    padding: 34px 14px 60px;
  }

  .pg2-header {
    padding: 14px;
  }

  .pg2-hero {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .pg2-hero h1,
  .pg2-page-hero h1 {
    font-size: 36px;
  }

  .pg2-orbit-list,
  .pg2-product-band {
    grid-template-columns: 1fr;
  }

  .pg2-phone {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--mk-bg);
  color: var(--mk-ink);
}

body.marketing-site,
body.marketing-auth {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% -10%, rgba(200, 155, 60, 0.15), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--mk-bg) 44rem, #eef3f8 100%);
  color: var(--mk-ink);
  letter-spacing: 0;
}

body.marketing-site a,
body.marketing-auth a {
  color: inherit;
  text-decoration: none;
}

.external-browser-notice {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--mk-line);
  background: #fff8e5;
  color: #4b3a0a;
}

.external-browser-notice[hidden] {
  display: none;
}

.external-browser-notice button,
.mk-button,
.button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.mk-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(217, 225, 236, 0.72);
  backdrop-filter: blur(18px);
}

.mk-brand,
.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: var(--mk-ink);
}

.mk-brand img,
.auth-brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.mk-brand span,
.auth-brand span {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.05;
}

.mk-brand small,
.auth-brand small {
  color: var(--mk-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mk-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--mk-muted);
  font-size: 14px;
  font-weight: 800;
}

.mk-nav a:hover,
.mk-nav a[aria-current="page"],
.mk-nav .nav-logout:hover {
  color: var(--mk-blue-strong);
}

.mk-nav .nav-cta,
.mk-primary,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--mk-blue-strong), var(--mk-blue));
  box-shadow: 0 12px 26px rgba(24, 59, 115, 0.24);
}

.mk-nav .nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
}

.mk-nav .nav-logout {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--mk-muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mk-secondary,
.button-secondary,
.kakao-button {
  color: var(--mk-blue-strong);
  background: #fff;
  border: 1px solid var(--mk-line-strong);
}

.mk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mk-menu-toggle {
  display: none;
  min-height: 44px;
  border: 1px solid var(--mk-line);
  border-radius: 10px;
  background: #fff;
  color: var(--mk-blue-strong);
  font-weight: 900;
}

.mk-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 80px;
}

.mk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 48px;
  align-items: center;
  padding: 46px 0 34px;
}

.mk-kicker {
  margin: 0 0 14px;
  color: var(--mk-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mk-hero h1,
.mk-page-hero h1 {
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.mk-lead,
.mk-page-hero p,
.mk-section-head p,
.mk-card p,
.mk-final p {
  color: var(--mk-muted);
  line-height: 1.72;
}

.mk-lead {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 18px;
}

.mk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mk-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.mk-proof span,
.mk-chip,
.mk-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--mk-line);
  border-radius: 999px;
  background: #fff;
  color: var(--mk-blue-strong);
  font-size: 13px;
  font-weight: 900;
}

.mk-panel {
  border: 1px solid var(--mk-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mk-shadow);
}

.mk-console-card {
  overflow: hidden;
}

.mk-console-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--mk-line);
  background: linear-gradient(135deg, #0b1220, #183b73);
  color: #fff;
}

.mk-console-top strong {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mk-console-top img {
  width: 28px;
  height: 28px;
}

.mk-console-body {
  padding: 20px;
}

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

.mk-metric,
.mk-row,
.mk-command-row {
  border: 1px solid var(--mk-line);
  border-radius: 16px;
  background: var(--mk-surface-soft);
}

.mk-metric {
  padding: 16px;
}

.mk-metric span {
  color: var(--mk-muted);
  font-size: 12px;
  font-weight: 800;
}

.mk-metric strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
}

.mk-status-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.mk-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.mk-badge.good {
  color: #0d6844;
  background: #e9f8f1;
  border-color: #bdebd7;
}

.mk-badge.warn {
  color: #815b00;
  background: #fff5d9;
  border-color: #f2d487;
}

.mk-badge.neutral {
  color: #4b5b6b;
  background: #eef3f8;
}

.mk-section {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--mk-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}

.mk-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.mk-section-head h2,
.mk-final h2,
.auth-card h1 {
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.mk-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

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

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

.mk-card {
  padding: 22px;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: #fff;
}

.mk-card h3 {
  margin: 12px 0 8px;
  font-size: 19px;
}

.mk-card ul,
.mk-price-card ul,
.auth-next-card,
.start-journey ol {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mk-card li,
.mk-price-card li {
  margin-top: 9px;
  color: var(--mk-muted);
}

.mk-card li::before,
.mk-price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--mk-green);
  font-weight: 900;
}

.mk-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mk-gold-soft);
  color: #8a6519;
  font-weight: 900;
}

.mk-command-table {
  display: grid;
  gap: 10px;
}

.mk-command-row {
  display: grid;
  grid-template-columns: 160px 1fr 100px;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}

.mk-command-row code {
  font-weight: 900;
  color: var(--mk-blue-strong);
}

.mk-command-row p {
  margin: 0;
  color: var(--mk-muted);
}

.mk-command-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 16px;
}

.mk-command-toolbar div[role="list"] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mk-command-toolbar input,
.mk-command-toolbar button,
.auth-card input,
.auth-card textarea,
.auth-card select,
.console-login-form input {
  min-height: 46px;
  border: 1px solid var(--mk-line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--mk-ink);
  padding: 0 14px;
  font: inherit;
}

.mk-command-toolbar button {
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.mk-command-toolbar button.is-active {
  border-color: var(--mk-blue);
  background: #edf4ff;
  color: var(--mk-blue-strong);
}

.mk-price-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 0.8fr;
  gap: 18px;
}

.mk-price-card {
  padding: 26px;
  border: 1px solid var(--mk-line);
  border-radius: 22px;
  background: #fff;
}

.mk-price-card.featured {
  border-color: rgba(200, 155, 60, 0.72);
  box-shadow: 0 18px 48px rgba(200, 155, 60, 0.2);
}

.mk-price {
  margin: 10px 0;
  color: var(--mk-blue-strong);
  font-size: 34px;
  font-weight: 950;
}

.mk-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mk-final {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--mk-blue-strong), #173f7c);
  color: #fff;
}

.mk-final p,
.mk-final .mk-kicker,
.mk-final h2 {
  color: #fff;
}

.mk-final .mk-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  background: #fff;
  color: var(--mk-blue-strong);
}

.mk-page-hero {
  max-width: 900px;
  padding: 36px 0 18px;
}

.mk-footer {
  border-top: 1px solid var(--mk-line);
  background: #fff;
}

.mk-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px;
  color: var(--mk-muted);
}

.mk-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

body.marketing-auth {
  background:
    radial-gradient(circle at 15% 0, rgba(24, 59, 115, 0.12), transparent 25rem),
    linear-gradient(180deg, #ffffff, #eef3f8);
}

.auth-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 640px);
  gap: 32px;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.auth-brand {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--mk-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--mk-shadow);
}

.auth-card,
.start-journey,
.auth-next-card,
.auth-account-card,
.apply-success-card,
.consent-list,
.check-row,
.pg-auth-note-grid {
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: #fff;
}

.auth-card {
  padding: 30px;
  box-shadow: var(--mk-shadow);
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--mk-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-card p,
.auth-card small,
.auth-links a {
  color: var(--mk-muted);
  line-height: 1.66;
}

.pg-auth-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
  padding: 12px;
  background: var(--mk-surface-soft);
}

.pg-auth-note-grid span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--mk-blue-strong);
  font-size: 12px;
  font-weight: 900;
}

.start-journey,
.auth-next-card,
.auth-account-card,
.apply-success-card {
  padding: 18px;
  margin: 18px 0;
}

.start-journey li {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 9px;
  color: var(--mk-muted);
}

.start-journey span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef3f8;
  color: var(--mk-blue);
  font-size: 12px;
  font-weight: 900;
}

.start-journey .is-active span {
  background: var(--mk-blue);
  color: #fff;
}

.auth-card form,
.application-inquiry-form {
  display: grid;
  gap: 14px;
}

.apply-room-purpose {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: var(--mk-surface-soft);
}

.apply-room-purpose legend {
  padding: 0 8px;
  color: var(--mk-blue-strong);
  font-weight: 900;
}

.auth-card label {
  display: grid;
  gap: 7px;
  color: var(--mk-blue-strong);
  font-size: 14px;
  font-weight: 800;
}

.auth-card textarea {
  min-height: 110px;
  padding-top: 12px;
  resize: vertical;
}

.check-row {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 10px !important;
  align-items: start;
  padding: 13px;
}

.check-row input {
  min-height: auto;
  margin-top: 2px;
}

.consent-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.form-status {
  white-space: pre-wrap;
  color: var(--mk-blue-strong);
  background: var(--mk-surface-soft);
  border: 1px solid var(--mk-line);
  border-radius: 14px;
  padding: 14px;
  overflow-x: auto;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.apply-success-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.apply-success-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--mk-line);
  padding-bottom: 8px;
}

.empty-state {
  color: var(--mk-muted);
  border: 1px dashed var(--mk-line-strong);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 0 18px;
}

.market-hero-copy {
  min-width: 0;
}

.market-hero h1 {
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.market-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
  margin-top: 28px;
  padding: 10px;
  border: 2px solid var(--mk-blue-strong);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11, 37, 72, 0.16);
}

.market-search-box label {
  display: grid;
  gap: 6px;
}

.market-search-box span {
  padding-left: 4px;
  color: var(--mk-muted);
  font-size: 12px;
  font-weight: 900;
}

.market-search-box input {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: var(--mk-surface-soft);
  color: var(--mk-ink);
  padding: 0 14px;
  font: inherit;
  font-weight: 700;
}

.market-search-box button {
  min-height: 64px;
  align-self: end;
  border: 0;
  border-radius: 12px;
  background: var(--mk-blue-strong);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.market-quick-links,
.market-shortcuts,
.market-price-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.market-quick-links a,
.market-shortcuts a,
.market-price-summary article {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 15px;
  border: 1px solid var(--mk-line);
  border-radius: 16px;
  background: #fff;
  color: var(--mk-blue-strong);
}

.market-quick-links strong,
.market-shortcuts strong,
.market-price-summary strong {
  color: var(--mk-ink);
  font-size: 19px;
  font-weight: 950;
}

.market-quick-links span,
.market-shortcuts p,
.market-price-summary small,
.market-price-summary span {
  margin: 0;
  color: var(--mk-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.market-hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mk-shadow);
}

.market-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.market-panel {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--mk-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

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

.market-panel-head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

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

.market-shortcuts span {
  color: var(--mk-gold);
  font-size: 12px;
  font-weight: 950;
}

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

.market-command-list article {
  display: grid;
  grid-template-columns: 130px 150px 1fr 92px;
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid var(--mk-line);
  border-radius: 14px;
  background: #fff;
}

.market-command-list code,
.market-command-card code {
  color: var(--mk-blue-strong);
  font-weight: 950;
}

.market-command-list strong,
.market-command-card strong {
  color: var(--mk-ink);
}

.market-command-list p,
.market-command-card p {
  margin: 0;
  color: var(--mk-muted);
}

.market-command-list span {
  justify-self: end;
  min-width: 72px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef3f8;
  color: var(--mk-blue-strong);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.market-page-hero {
  max-width: none;
  padding: 34px;
  border: 1px solid var(--mk-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.market-search-panel {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--mk-line);
  border-radius: 20px;
  background: #fff;
}

.market-search-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--mk-muted);
}

.market-search-title strong {
  color: var(--mk-ink);
}

.market-search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.market-search-controls label {
  display: grid;
  gap: 6px;
  color: var(--mk-blue-strong);
  font-size: 13px;
  font-weight: 900;
}

.market-search-controls input {
  min-height: 46px;
  border: 1px solid var(--mk-line-strong);
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
}

.market-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.market-filter-buttons button {
  min-height: 46px;
  border: 1px solid var(--mk-line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--mk-blue-strong);
  padding: 0 15px;
  font-weight: 900;
  cursor: pointer;
}

.market-filter-buttons button.is-active {
  border-color: var(--mk-blue);
  background: #edf4ff;
}

.market-list-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.market-list-layout .empty-state {
  grid-column: 2;
}

.market-side-filter {
  position: sticky;
  top: 88px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: #fff;
}

.market-side-filter strong {
  color: var(--mk-ink);
}

.market-side-filter span,
.market-side-filter a {
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 10px;
  background: var(--mk-surface-soft);
  color: var(--mk-muted);
  font-size: 13px;
  font-weight: 800;
}

.market-side-filter a {
  color: var(--mk-blue-strong);
  background: #edf4ff;
}

.market-command-results {
  display: grid;
  gap: 12px;
}

.market-command-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: #fff;
}

.market-command-card[hidden] {
  display: none !important;
}

.market-command-card > div {
  display: grid;
  gap: 6px;
}

.market-command-card dl,
.market-compare-table div[role="row"] {
  margin: 0;
}

.market-command-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.market-command-card dl div {
  padding: 12px;
  border-radius: 12px;
  background: var(--mk-surface-soft);
}

.market-command-card dt {
  color: var(--mk-muted);
  font-size: 12px;
  font-weight: 900;
}

.market-command-card dd {
  margin: 5px 0 0;
  color: var(--mk-ink);
  font-weight: 900;
}

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

.market-price-summary article {
  min-height: 112px;
  border-color: rgba(200, 155, 60, 0.52);
}

.market-price-summary strong {
  font-size: 30px;
}

.market-compare-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  background: #fff;
}

.market-compare-table div[role="row"] {
  display: grid;
  grid-template-columns: 150px repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mk-line);
}

.market-compare-table div[role="row"]:first-child {
  border-top: 0;
}

.market-compare-table span,
.market-compare-table strong {
  padding: 16px;
  border-left: 1px solid var(--mk-line);
}

.market-compare-table span:first-child,
.market-compare-table strong:first-child {
  border-left: 0;
}

.market-compare-head {
  background: var(--mk-blue-strong);
  color: #fff;
  font-weight: 900;
}

.market-compare-head span {
  color: #fff;
}

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

.market-apply-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.market-apply-summary span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--mk-line);
  border-radius: 14px;
  background: var(--mk-surface-soft);
  color: var(--mk-muted);
  font-size: 13px;
  font-weight: 800;
}

.market-apply-summary strong {
  color: var(--mk-blue-strong);
  font-size: 20px;
}

@media (max-width: 900px) {
  .mk-header {
    margin: 0;
    padding: 14px 18px;
  }

  .mk-menu-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
  }

  .mk-nav {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--mk-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--mk-shadow);
  }

  .mk-header.nav-open .mk-nav {
    display: flex;
  }

  .mk-nav a {
    padding: 13px 12px;
  }

  .mk-hero,
  .market-hero,
  .auth-shell,
  .mk-final {
    grid-template-columns: 1fr;
  }

  .auth-brand {
    position: static;
  }

  .mk-card-grid,
  .mk-card-grid.three,
  .mk-card-grid.two,
  .mk-price-grid,
  .mk-price-grid.compact,
  .mk-flow {
    grid-template-columns: 1fr;
  }

  .market-list-layout,
  .market-search-controls {
    grid-template-columns: 1fr;
  }

  .market-list-layout .empty-state {
    grid-column: auto;
  }

  .market-side-filter {
    position: static;
  }

  .mk-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .mk-shell,
  .auth-shell {
    padding: 28px 16px 58px;
  }

  .mk-hero {
    padding-top: 20px;
    gap: 28px;
  }

  .mk-hero h1,
  .mk-page-hero h1 {
    font-size: 36px;
  }

  .mk-lead {
    font-size: 16px;
  }

  .mk-proof,
  .market-quick-links,
  .market-shortcuts,
  .market-price-summary,
  .market-apply-summary,
  .mk-metrics,
  .pg-auth-note-grid,
  .mk-command-toolbar,
  .mk-command-row,
  .market-search-box,
  .market-command-list article,
  .market-command-card,
  .market-command-card dl,
  .market-compare-table div[role="row"] {
    grid-template-columns: 1fr;
  }

  .market-search-box button {
    min-height: 48px;
  }

  .market-compare-section,
  .market-compare-table {
    display: none;
  }

  .market-command-list span {
    justify-self: start;
  }

  .market-compare-table span,
  .market-compare-table strong {
    border-left: 0;
    border-top: 1px solid var(--mk-line);
  }

  .market-compare-table div[role="row"] > :first-child {
    border-top: 0;
    background: var(--mk-surface-soft);
    font-weight: 900;
  }

  .mk-section,
  .auth-card,
  .mk-final {
    padding: 22px;
    border-radius: 18px;
  }

  .mk-actions,
  .auth-links {
    flex-direction: column;
  }

  .mk-button,
  .button {
    width: 100%;
  }

  .mk-footer-inner {
    flex-direction: column;
  }
}

/* App-connected public homepage */
body.app-connected-site {
  --app-primary: #2f80ff;
  --app-primary-dark: #1756d4;
  --app-accent: #30d46b;
  --app-bg: #f3f7fb;
  --app-surface: #ffffff;
  --app-soft: #e8eff8;
  --app-ink: #121d2b;
  --app-line: #cbd5e1;
  --app-night: #071626;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--app-bg) 46rem, #e8eff8 100%);
}

.app-ops-shell {
  max-width: 1220px;
}

.app-ops-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: stretch;
  padding: 52px 0 18px;
}

.app-ops-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
}

.app-ops-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.app-ops-copy .mk-lead {
  max-width: 620px;
}

.app-ops-actions,
.app-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.app-connected-site .mk-primary,
.app-connected-site .button-primary,
.app-connected-site .nav-cta {
  background: linear-gradient(180deg, var(--app-primary), var(--app-primary-dark));
  color: #fff;
  box-shadow: 0 14px 32px rgba(47, 128, 255, 0.25);
}

.app-connected-site .mk-secondary,
.app-connected-site .button-secondary {
  border: 1px solid var(--app-line);
  background: #fff;
  color: var(--app-ink);
}

.app-phone-panel,
.app-estimator,
.app-bridge-flow,
.app-command-board,
.app-proof-panel {
  border: 1px solid var(--app-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 80px rgba(18, 29, 43, 0.1);
}

.app-phone-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  padding: 18px;
}

.app-phone-top {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: var(--app-night);
  color: #fff;
}

.app-phone-top img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 18px;
  background: #0f1b2a;
}

.app-phone-top strong,
.app-phone-top span {
  display: block;
}

.app-phone-top span {
  margin-top: 4px;
  color: #b8c6d8;
  font-size: 13px;
}

.app-phone-top b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(48, 212, 107, 0.16);
  color: var(--app-accent);
  font-size: 13px;
}

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

.app-status-grid span {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: var(--app-soft);
}

.app-status-grid small {
  color: #516070;
  font-weight: 800;
}

.app-status-grid strong {
  color: var(--app-ink);
  font-size: 20px;
}

.app-monitor-preview {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  padding: 12px 8px 0;
}

.app-estimator {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 0;
  overflow: hidden;
  margin-top: 20px;
}

.app-estimator-form,
.app-estimate-summary {
  padding: 30px;
}

.app-estimator-form {
  display: grid;
  gap: 22px;
}

.app-section-title h2,
.app-estimate-summary h2 {
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

.app-section-title p {
  margin: 10px 0 0;
  color: var(--mk-muted);
}

.app-estimator fieldset {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.app-estimator legend {
  color: var(--app-ink);
  font-size: 16px;
  font-weight: 900;
}

.app-stepper {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 8px;
  max-width: 340px;
  padding: 8px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: var(--app-soft);
}

.app-stepper button,
.app-stepper output {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: var(--app-ink);
  font-size: 20px;
  font-weight: 900;
}

.app-stepper output {
  display: grid;
  place-items: center;
}

.app-stepper input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.app-purpose-options,
.app-feature-checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

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

.app-purpose-options label,
.app-feature-checks label {
  min-width: 0;
}

.app-purpose-options input,
.app-feature-checks input {
  position: absolute;
  opacity: 0;
}

.app-purpose-options span,
.app-feature-checks span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  background: #fff;
  color: var(--app-ink);
  font-weight: 900;
  text-align: center;
}

.app-purpose-options input:checked + span,
.app-feature-checks input:checked + span {
  border-color: rgba(47, 128, 255, 0.6);
  background: #eaf3ff;
  color: var(--app-primary-dark);
  box-shadow: inset 0 0 0 1px rgba(47, 128, 255, 0.24);
}

.app-estimate-summary {
  display: grid;
  gap: 18px;
  align-content: start;
  border-left: 1px solid var(--app-line);
  background: linear-gradient(180deg, #071626, #0f1b2a);
  color: #fff;
}

.app-estimate-summary .mk-kicker,
.app-estimate-summary h2 {
  color: #fff;
}

.app-total {
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.app-estimate-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.app-estimate-summary dl div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(203, 213, 225, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.app-estimate-summary dt {
  color: #9eb0c6;
  font-size: 12px;
  font-weight: 900;
}

.app-estimate-summary dd {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.app-bridge-flow,
.app-command-board,
.app-proof-panel {
  margin-top: 24px;
  padding: 30px;
}

.app-bridge-flow ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.app-bridge-flow li {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: var(--app-soft);
}

.app-bridge-flow li span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--app-primary);
  color: #fff;
  font-weight: 900;
}

.app-bridge-flow li p {
  margin: 0;
  color: var(--mk-muted);
}

.app-command-table {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.app-command-table a {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 92px;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  background: #fff;
}

.app-command-table code {
  color: var(--app-primary-dark);
  font-weight: 900;
}

.app-command-table span {
  justify-self: end;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--app-soft);
  color: var(--app-ink);
  font-weight: 900;
}

.app-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #071626, #123d76);
  color: #fff;
}

.app-proof-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1.08;
}

.app-proof-panel p {
  color: #c8d6e6;
}

.app-proof-panel img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .app-ops-hero,
  .app-estimator,
  .app-proof-panel {
    grid-template-columns: 1fr;
  }

  .app-ops-copy {
    min-height: auto;
  }

  .app-estimate-summary {
    border-left: 0;
    border-top: 1px solid var(--app-line);
  }

  .app-purpose-options,
  .app-feature-checks,
  .app-bridge-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .app-ops-hero {
    padding-top: 20px;
  }

  .app-ops-copy h1 {
    font-size: 38px;
  }

  .app-phone-panel,
  .app-estimator,
  .app-bridge-flow,
  .app-command-board,
  .app-proof-panel {
    border-radius: 22px;
  }

  .app-estimator-form,
  .app-estimate-summary,
  .app-bridge-flow,
  .app-command-board,
  .app-proof-panel {
    padding: 22px;
  }

  .app-phone-top,
  .app-status-grid,
  .app-purpose-options,
  .app-feature-checks,
  .app-bridge-flow ol,
  .app-command-table a {
    grid-template-columns: 1fr;
  }

  .app-phone-top {
    text-align: center;
  }

  .app-phone-top img {
    justify-self: center;
  }

  .app-command-table span {
    justify-self: start;
  }
}

/* PIXGOM inner screens refresh: auth/apply pages */
:root {
  --pixgom-inner-ink: #17120c;
  --pixgom-inner-muted: #6d6255;
  --pixgom-inner-line: rgba(23, 18, 12, 0.14);
  --pixgom-inner-soft: #fff8e8;
  --pixgom-inner-card: rgba(255, 255, 255, 0.92);
  --pixgom-inner-yellow: #ffdf1b;
  --pixgom-inner-blue: #2f80ff;
  --pixgom-inner-shadow: 0 24px 70px rgba(35, 27, 13, 0.12);
}

body.auth-page.marketing-auth.app-connected-site {
  min-height: 100vh;
  color: var(--pixgom-inner-ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 223, 27, 0.34), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(47, 128, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #fffdf6 0%, #fff7df 45%, #f7fbff 100%);
}

body.auth-page.marketing-auth.app-connected-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 18, 12, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 18, 12, 0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent 76%);
}

body.auth-page.marketing-auth.app-connected-site .auth-shell {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 32px));
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 18px;
  margin: 0 auto;
  padding: 34px 0;
}

body.auth-page.marketing-auth.app-connected-site .auth-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 12px;
  color: var(--pixgom-inner-ink);
  text-decoration: none;
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(23, 18, 12, 0.08);
  backdrop-filter: blur(14px);
}

body.auth-page.marketing-auth.app-connected-site .auth-brand img {
  width: 38px;
  height: 38px;
  border: 2px solid var(--pixgom-inner-ink);
  border-radius: 12px;
  background: var(--pixgom-inner-yellow);
}

body.auth-page.marketing-auth.app-connected-site .auth-brand strong {
  display: block;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-weight: 950;
}

body.auth-page.marketing-auth.app-connected-site .auth-brand small {
  display: block;
  margin-top: 2px;
  color: var(--pixgom-inner-muted);
  font-size: 12px;
  font-weight: 800;
}

body.auth-page.marketing-auth.app-connected-site .auth-card,
body.auth-page.marketing-auth.app-connected-site .auth-next-card,
body.auth-page.marketing-auth.app-connected-site .auth-account-card,
body.auth-page.marketing-auth.app-connected-site .apply-success-card,
body.auth-page.marketing-auth.app-connected-site .start-journey {
  color: var(--pixgom-inner-ink);
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 28px;
  background: var(--pixgom-inner-card);
  box-shadow: var(--pixgom-inner-shadow);
  backdrop-filter: blur(18px);
}

body.auth-page.marketing-auth.app-connected-site .auth-card {
  padding: clamp(24px, 5vw, 38px);
}

body.auth-page.marketing-auth.app-connected-site .section-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  color: #0f5132;
  border: 1px solid rgba(15, 81, 50, 0.15);
  border-radius: 999px;
  background: #f0fff7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

body.auth-page.marketing-auth.app-connected-site .auth-card h1,
body.auth-page.marketing-auth.app-connected-site .apply-success-card h2 {
  margin: 0;
  color: var(--pixgom-inner-ink);
  font-size: clamp(30px, 7vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.07em;
  font-weight: 950;
}

body.auth-page.marketing-auth.app-connected-site .auth-card p,
body.auth-page.marketing-auth.app-connected-site .auth-card small,
body.auth-page.marketing-auth.app-connected-site .auth-links a,
body.auth-page.marketing-auth.app-connected-site .auth-next-card,
body.auth-page.marketing-auth.app-connected-site .start-journey,
body.auth-page.marketing-auth.app-connected-site .form-status {
  color: var(--pixgom-inner-muted);
  line-height: 1.66;
}

body.auth-page.marketing-auth.app-connected-site .pg-auth-note-grid,
body.auth-page.marketing-auth.app-connected-site .market-apply-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

body.auth-page.marketing-auth.app-connected-site .pg-auth-note-grid span,
body.auth-page.marketing-auth.app-connected-site .market-apply-summary span {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 13px;
  color: var(--pixgom-inner-ink);
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

body.auth-page.marketing-auth.app-connected-site .market-apply-summary strong {
  color: var(--pixgom-inner-ink);
  font-size: 19px;
}

body.auth-page.marketing-auth.app-connected-site .start-journey {
  padding: 16px;
  background: rgba(255, 250, 235, 0.82);
  box-shadow: 0 12px 28px rgba(23, 18, 12, 0.06);
}

body.auth-page.marketing-auth.app-connected-site .start-journey strong {
  color: var(--pixgom-inner-ink);
}

body.auth-page.marketing-auth.app-connected-site .start-journey li span {
  color: var(--pixgom-inner-ink);
  background: var(--pixgom-inner-yellow);
  border: 1px solid var(--pixgom-inner-ink);
}

body.auth-page.marketing-auth.app-connected-site .start-journey li.is-active {
  color: var(--pixgom-inner-ink);
}

body.auth-page.marketing-auth.app-connected-site form {
  margin-top: 22px;
}

body.auth-page.marketing-auth.app-connected-site .auth-card label,
body.auth-page.marketing-auth.app-connected-site .auth-card fieldset {
  color: var(--pixgom-inner-ink);
  font-weight: 900;
}

body.auth-page.marketing-auth.app-connected-site .auth-card input,
body.auth-page.marketing-auth.app-connected-site .auth-card textarea,
body.auth-page.marketing-auth.app-connected-site .auth-card select {
  min-height: 52px;
  color: var(--pixgom-inner-ink);
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.auth-page.marketing-auth.app-connected-site .button,
body.auth-page.marketing-auth.app-connected-site .kakao-button,
body.auth-page.marketing-auth.app-connected-site .google-button {
  min-height: 52px;
  border-radius: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.auth-page.marketing-auth.app-connected-site .button:hover,
body.auth-page.marketing-auth.app-connected-site .kakao-button:hover,
body.auth-page.marketing-auth.app-connected-site .google-button:hover {
  transform: translateY(-1px);
}

body.auth-page.marketing-auth.app-connected-site .button.button-primary {
  color: var(--pixgom-inner-ink);
  border: 2px solid var(--pixgom-inner-ink);
  background: var(--pixgom-inner-yellow);
  box-shadow: 0 6px 0 var(--pixgom-inner-ink), 0 18px 30px rgba(23, 18, 12, 0.14);
}

body.auth-page.marketing-auth.app-connected-site .kakao-button {
  color: var(--pixgom-inner-ink);
  border: 2px solid #251b00;
  background: #fee500;
  box-shadow: 0 4px 0 #251b00;
}

body.auth-page.marketing-auth.app-connected-site .google-button {
  color: var(--pixgom-inner-ink);
  border: 2px solid var(--pixgom-inner-line);
  background: #fff;
  box-shadow: 0 4px 0 rgba(23, 18, 12, 0.14);
}

body.auth-page.marketing-auth.app-connected-site .button.button-secondary,
body.auth-page.marketing-auth.app-connected-site .auth-links a {
  color: var(--pixgom-inner-ink);
  border-color: var(--pixgom-inner-line);
  background: rgba(255, 255, 255, 0.76);
}

body.auth-page.marketing-auth.app-connected-site .form-status {
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

body.auth-page.marketing-auth.app-connected-site .auth-links {
  gap: 9px;
}

body.auth-page.marketing-auth.app-connected-site .auth-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--pixgom-inner-line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 560px) {
  body.auth-page.marketing-auth.app-connected-site .auth-shell {
    width: min(100% - 24px, 520px);
    align-content: start;
    padding-top: 18px;
  }

  body.auth-page.marketing-auth.app-connected-site .auth-card {
    border-radius: 24px;
  }

  body.auth-page.marketing-auth.app-connected-site .pg-auth-note-grid,
  body.auth-page.marketing-auth.app-connected-site .market-apply-summary {
    grid-template-columns: 1fr;
  }
}

/* PIXGOM Figma inner layout v2 */
body.auth-page.pixgom-inner.app-connected-site {
  --inner-bg: #faf8f3;
  --inner-ink: #17100c;
  --inner-muted: #5e6878;
  --inner-line: #e5d8c1;
  --inner-yellow: #ffdd00;
  --inner-blue: #2f7cf6;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 221, 0, 0.20), transparent 24rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.76), rgba(250, 248, 243, 0.94)),
    #faf8f3;
  color: var(--inner-ink);
}

body.auth-page.pixgom-inner.app-connected-site::before {
  opacity: 0.28;
}

body.auth-page.pixgom-inner.app-connected-site .auth-shell {
  width: min(1200px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 404px;
  grid-template-rows: 76px minmax(500px, 1fr) auto;
  column-gap: clamp(42px, 7vw, 88px);
  row-gap: 22px;
  align-items: center;
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand {
  grid-column: 1 / -1;
  grid-row: 1;
  width: fit-content;
  margin: 0;
  align-self: end;
  color: var(--inner-ink);
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand img {
  width: 46px;
  height: 46px;
  border: 3px solid #130e0a;
  border-radius: 15px;
  box-shadow: 3px 4px 0 #130e0a;
}

.inner-hero-copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 620px;
  align-self: center;
  animation: inner-slide-up 560ms cubic-bezier(.2,.8,.2,1) both;
}

.inner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid #d6dee9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #0055b8;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(30, 48, 76, 0.08);
}

.inner-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #42dd8a;
  box-shadow: 0 0 0 6px rgba(66, 221, 138, 0.16);
}

.inner-hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 28px 0 18px;
  color: var(--inner-ink);
  font-size: clamp(56px, 6.8vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.inner-hero-copy mark {
  display: block;
  width: min(420px, 80%);
  height: 18px;
  margin-top: -31px;
  margin-bottom: 30px;
  background: var(--inner-yellow);
  box-shadow: 8px 8px 0 rgba(255, 221, 0, 0.28);
}

.inner-hero-copy p {
  max-width: 580px;
  margin: 0;
  color: #233246;
  font-size: 18px;
  line-height: 1.82;
  font-weight: 760;
  word-break: keep-all;
}

.inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.inner-primary,
.inner-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 3px solid #130e0a;
  border-radius: 16px;
  color: #130e0a;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 5px 6px 0 #130e0a;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.inner-primary {
  background: var(--inner-yellow);
}

.inner-secondary {
  background: #fffdf8;
}

.inner-primary:hover,
.inner-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 7px 8px 0 #130e0a;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  max-width: 404px;
  margin: 0;
  padding: 26px;
  border: 3px solid #130e0a;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 12px 14px 0 #130e0a, 0 26px 80px rgba(16, 24, 40, 0.13);
  animation: inner-card-in 640ms cubic-bezier(.2,.8,.2,1) 90ms both;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card::before {
  content: '';
  display: block;
  width: 72px;
  height: 8px;
  margin: -8px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffdd00, #2f7cf6 54%, #42dd8a);
}

body.auth-page.pixgom-inner.app-connected-site .auth-card .section-kicker {
  margin-bottom: 10px;
  color: #0055b8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card h1 {
  margin: 0 0 10px;
  color: var(--inner-ink);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 950;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card > p {
  margin-bottom: 19px;
  color: var(--inner-muted);
  font-size: 14px;
  line-height: 1.65;
  word-break: keep-all;
}

body.auth-page.pixgom-inner.app-connected-site .form-group label,
body.auth-page.pixgom-inner.app-connected-site .form-label {
  color: #202c3d;
  font-size: 12px;
  font-weight: 900;
}

body.auth-page.pixgom-inner.app-connected-site .form-group input,
body.auth-page.pixgom-inner.app-connected-site .form-group textarea,
body.auth-page.pixgom-inner.app-connected-site .form-group select,
body.auth-page.pixgom-inner.app-connected-site input[type='email'],
body.auth-page.pixgom-inner.app-connected-site input[type='password'],
body.auth-page.pixgom-inner.app-connected-site input[type='text'],
body.auth-page.pixgom-inner.app-connected-site textarea {
  min-height: 48px;
  border: 1px solid #d7dfeb;
  border-radius: 14px;
  background: #f8fbff;
  color: #172033;
  font-weight: 760;
}

body.auth-page.pixgom-inner.app-connected-site .button,
body.auth-page.pixgom-inner.app-connected-site button[type='submit'] {
  min-height: 50px;
  border: 2px solid #130e0a;
  border-radius: 15px;
  font-weight: 950;
  box-shadow: 4px 5px 0 #130e0a;
}

body.auth-page.pixgom-inner.app-connected-site .button-primary,
body.auth-page.pixgom-inner.app-connected-site button[type='submit'] {
  background: var(--inner-yellow);
  color: #130e0a;
}

body.auth-page.pixgom-inner.app-connected-site .kakao-button {
  background: #fee500;
  color: #130e0a;
}

body.auth-page.pixgom-inner.app-connected-site .google-button {
  background: #fff;
  color: #202c3d;
}

body.auth-page.pixgom-inner.app-connected-site .start-journey {
  display: none;
}

.inner-shortcuts {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 42px;
}

.inner-step-card {
  min-height: 92px;
  padding: 18px 19px;
  border: 1px solid #d7dfeb;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #19263a;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(30, 48, 76, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.inner-step-card:hover {
  transform: translateY(-3px);
  border-color: #130e0a;
  box-shadow: 0 20px 50px rgba(30, 48, 76, 0.14);
}

.inner-step-card span {
  display: block;
  color: #2f7cf6;
  font-size: 12px;
  font-weight: 950;
}

.inner-step-card strong {
  display: block;
  margin-top: 7px;
  color: #121b2b;
  font-size: 17px;
  font-weight: 950;
}

.inner-step-card small {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
  font-weight: 760;
}

@keyframes inner-slide-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes inner-card-in {
  from { opacity: 0; transform: translateY(22px) rotate(0.4deg); }
  to { opacity: 1; transform: translateY(0) rotate(0deg); }
}

@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site .auth-shell {
    width: min(100% - 28px, 480px);
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
    padding: 18px 0 34px;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-brand,
  .inner-hero-copy,
  body.auth-page.pixgom-inner.app-connected-site .auth-card,
  .inner-shortcuts {
    grid-column: 1;
    grid-row: auto;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-brand {
    position: sticky;
    top: 0;
    z-index: 4;
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 11px 14px 13px;
    background: rgba(250, 248, 243, 0.94);
    border-bottom: 1px solid #eadfcd;
    backdrop-filter: blur(14px);
  }

  .inner-hero-copy h1 {
    margin-top: 22px;
    font-size: clamp(48px, 15vw, 68px);
    letter-spacing: -0.08em;
  }

  .inner-hero-copy mark {
    width: 78%;
    height: 15px;
    margin-top: -25px;
    margin-bottom: 24px;
  }

  .inner-hero-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .inner-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 26px;
  }

  .inner-primary,
  .inner-secondary {
    width: 100%;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card {
    max-width: none;
    padding: 22px;
    border-radius: 24px;
    box-shadow: 7px 8px 0 #130e0a;
  }

  .inner-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 8px;
  }

  .inner-step-card {
    min-height: 84px;
    padding: 15px;
    border-radius: 17px;
  }
}

@media (max-width: 430px) {
  .inner-shortcuts {
    grid-template-columns: 1fr 1fr;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card h1 {
    font-size: 30px;
  }
}

/* PIXGOM Figma SVG step icons */
body.auth-page.pixgom-inner.app-connected-site .inner-step-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-areas:
    "icon num"
    "icon title"
    "icon desc";
  column-gap: 12px;
  align-items: center;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-icon {
  grid-area: icon;
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 14px;
  background: #0b1020;
  display: block;
  object-fit: contain;
  filter: none;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-card > span {
  grid-area: num;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-card > strong {
  grid-area: title;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-card > small {
  grid-area: desc;
}

/* PIXGOM screen cohesion v3 */
body.auth-page.pixgom-inner.app-connected-site {
  --fig-bg: #faf8f3;
  --fig-ink: #0b1020;
  --fig-muted: #62748e;
  --fig-soft: #90a1b9;
  --fig-line: rgba(0, 0, 0, 0.05);
  --fig-yellow: #ffd400;
  background: #faf8f3 !important;
  color: var(--fig-ink);
}

body.auth-page.pixgom-inner.app-connected-site .auth-shell {
  width: min(1200px, calc(100% - 32px));
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) 420px;
  grid-template-rows: 64px minmax(500px, 1fr) auto;
  column-gap: clamp(48px, 8vw, 104px);
  row-gap: 24px;
  padding: 0 40px 40px;
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand,
.inner-console-brand {
  gap: 8px !important;
  color: var(--fig-ink) !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand img {
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand strong {
  color: var(--fig-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.auth-page.pixgom-inner.app-connected-site .auth-brand small {
  margin-left: 6px;
  color: var(--fig-muted);
  font-size: 10px;
  font-weight: 500;
}

.inner-kicker {
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(11, 16, 32, 0.08) !important;
  background: #ffffff !important;
  color: #314158 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.inner-kicker span {
  width: 6px !important;
  height: 6px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 4px rgba(0, 212, 146, 0.16) !important;
}

.inner-hero-copy h1 {
  max-width: 520px;
  margin: 18px 0 14px !important;
  color: var(--fig-ink) !important;
  font-size: clamp(42px, 5.2vw, 64px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.05em !important;
  font-weight: 850 !important;
}

.inner-hero-copy mark {
  width: min(310px, 78%) !important;
  height: 16px !important;
  margin-top: -26px !important;
  margin-bottom: 28px !important;
  background: rgba(255, 212, 0, 0.7) !important;
  box-shadow: none !important;
}

.inner-hero-copy p {
  max-width: 520px;
  color: #45556c !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
}

.inner-hero-actions {
  gap: 10px !important;
  margin-top: 26px !important;
}

.inner-primary,
.inner-secondary,
body.auth-page.pixgom-inner.app-connected-site .button,
body.auth-page.pixgom-inner.app-connected-site button[type='submit'] {
  min-height: 52px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.inner-primary,
body.auth-page.pixgom-inner.app-connected-site .button-primary,
body.auth-page.pixgom-inner.app-connected-site button[type='submit'] {
  border: 0 !important;
  background: #0b1020 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 12px rgba(11, 16, 32, 0.28) !important;
}

.inner-secondary,
body.auth-page.pixgom-inner.app-connected-site .google-button {
  border: 1px solid rgba(11, 16, 32, 0.15) !important;
  background: #ffffff !important;
  color: #0b1020 !important;
}

body.auth-page.pixgom-inner.app-connected-site .kakao-button {
  border: 0 !important;
  background: #fee500 !important;
  color: #0b1020 !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card {
  max-width: 420px !important;
  padding: 28px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px -46px rgba(11, 16, 32, 0.36) !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card::before {
  display: none !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card .section-kicker {
  color: var(--fig-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card h1 {
  color: var(--fig-ink) !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
}

body.auth-page.pixgom-inner.app-connected-site .auth-card > p {
  color: var(--fig-muted) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.auth-page.pixgom-inner.app-connected-site .form-group input,
body.auth-page.pixgom-inner.app-connected-site .form-group textarea,
body.auth-page.pixgom-inner.app-connected-site .form-group select,
body.auth-page.pixgom-inner.app-connected-site input[type='email'],
body.auth-page.pixgom-inner.app-connected-site input[type='password'],
body.auth-page.pixgom-inner.app-connected-site input[type='text'],
body.auth-page.pixgom-inner.app-connected-site textarea {
  min-height: 48px !important;
  border: 1px solid rgba(11, 16, 32, 0.12) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: var(--fig-ink) !important;
  font-weight: 500 !important;
}

.inner-shortcuts {
  gap: 12px !important;
  padding-bottom: 26px !important;
}

.inner-step-card {
  min-height: 64px !important;
  padding: 13px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) !important;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-card {
  grid-template-columns: 36px minmax(0, 1fr) !important;
}

body.auth-page.pixgom-inner.app-connected-site .inner-step-icon {
  box-sizing: border-box !important;
  width: 36px !important;
  height: 36px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: #0b1020 !important;
  object-fit: contain !important;
}

.inner-step-card span {
  color: var(--fig-soft) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.inner-step-card strong {
  color: var(--fig-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.inner-step-card small {
  color: var(--fig-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site .auth-shell {
    width: min(100% - 28px, 480px) !important;
    grid-template-columns: 1fr !important;
    padding: 0 0 28px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-brand {
    min-height: 64px !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
  }

  .inner-hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  .inner-shortcuts {
    grid-template-columns: 1fr !important;
  }
}

/* PIXGOM design polish v4 */
body.auth-page.pixgom-inner.app-connected-site {
  background: #faf8f3 !important;
}

body.auth-page.pixgom-inner.app-connected-site::before,
body.auth-page.pixgom-inner.app-connected-site::after {
  opacity: 0 !important;
  display: none !important;
}

@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site .auth-shell {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    align-items: start !important;
    gap: 18px !important;
    padding: 0 0 30px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-brand {
    min-height: 58px !important;
    align-self: start !important;
  }

  .inner-hero-copy {
    max-width: 100% !important;
    padding-top: 10px !important;
  }

  .inner-kicker {
    min-height: 28px !important;
    font-size: 10px !important;
  }

  .inner-hero-copy h1 {
    max-width: 100% !important;
    margin: 18px 0 12px !important;
    font-size: clamp(36px, 10.5vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .inner-hero-copy mark {
    width: min(310px, 86%) !important;
    height: 13px !important;
    margin-top: -22px !important;
    margin-bottom: 22px !important;
  }

  .inner-hero-copy p {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.66 !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  .inner-hero-actions {
    margin-top: 20px !important;
  }

  .inner-primary,
  .inner-secondary {
    min-height: 50px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card {
    margin-top: 2px !important;
    padding: 24px !important;
    border-radius: 22px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card h1 {
    font-size: 28px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card > p {
    font-size: 13px !important;
  }

  .inner-shortcuts {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 430px) {
  .inner-hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card {
    padding: 22px !important;
  }
}

/* PIXGOM direct check fixes v1 */
@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site .auth-brand {
    width: auto !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-shell {
    padding-top: 18px !important;
  }

  .inner-hero-copy {
    padding-top: 4px !important;
  }
}

/* PIXGOM Figma inner redesign v4 */
.inner-product-visual {
  display: none;
}

body.auth-page.pixgom-inner.app-connected-site .pg-auth-note-grid {
  display: none !important;
}

@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site .auth-shell {
    width: min(100% - 28px, 390px) !important;
    gap: 16px !important;
  }

  .inner-product-visual {
    display: block;
    position: relative;
    width: 100%;
    height: 192px;
    margin: 0 auto 4px;
  }

  .inner-product-glow {
    position: absolute;
    inset: 12px 42px 8px;
    border-radius: 40px;
    background: radial-gradient(circle at 50% 40%, rgba(255, 212, 0, 0.18), transparent 62%);
    filter: blur(18px);
  }

  .inner-mini-box {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 118px;
    height: 154px;
    padding: 17px 16px 14px;
    border-radius: 10px;
    background: linear-gradient(154deg, #0b1020 8%, #161b35 58%, #0b1020 92%);
    box-shadow: 0 28px 48px -20px rgba(11, 16, 32, 0.45), 0 10px 20px -10px rgba(11, 16, 32, 0.3);
    transform: translateX(-50%) rotate(-3deg);
    color: #ffffff;
    overflow: hidden;
  }

  .inner-mini-corner {
    position: absolute;
    right: -10px;
    top: -12px;
    width: 42px;
    height: 42px;
    background: #ffd400;
    transform: rotate(45deg);
  }

  .inner-mini-kicker {
    position: relative;
    color: rgba(255, 212, 0, 0.9);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.4px;
  }

  .inner-mini-title {
    position: relative;
    margin-top: 5px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .inner-mini-line {
    width: 30px;
    height: 2px;
    margin-top: 9px;
    border-radius: 99px;
    background: #ffd400;
  }

  .inner-mini-copy {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    line-height: 1.35;
  }

  .inner-mini-bars {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 34px;
  }

  .inner-mini-bars i,
  .inner-mini-bars b,
  .inner-mini-bars em {
    display: block;
    height: 5px;
    margin-top: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
  }

  .inner-mini-bars i {
    width: 10px;
    height: 10px;
    background: #ffd400;
  }

  .inner-mini-bars b { width: 44px; }
  .inner-mini-bars em { width: 58px; }

  .inner-mini-foot {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.42);
    font-size: 7px;
    font-weight: 600;
  }

  .inner-mini-badge,
  .inner-mini-version {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    background: #ffffff;
    color: #314158;
    font-size: 10px;
    font-weight: 600;
    box-shadow: 0 6px 10px rgba(15, 23, 42, 0.12);
  }

  .inner-mini-badge-left {
    left: 48px;
    top: 24px;
  }

  .inner-mini-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00bc7d;
    box-shadow: 0 0 0 4px rgba(0, 212, 146, 0.14);
  }

  .inner-mini-version {
    right: 42px;
    top: 18px;
    background: #ffd400;
    color: #0b1020;
    font-size: 9px;
    font-weight: 800;
  }

  .inner-hero-copy {
    padding-top: 0 !important;
  }

  .inner-hero-copy h1 {
    margin-top: 10px !important;
    font-size: clamp(32px, 9.4vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .inner-hero-copy mark {
    height: 12px !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
  }

  .inner-hero-copy p {
    font-size: 14px !important;
    line-height: 1.66 !important;
  }

  .inner-hero-actions {
    margin-top: 20px !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card {
    margin-top: 8px !important;
    padding: 24px !important;
    box-shadow: 0 24px 70px -46px rgba(11, 16, 32, 0.36) !important;
  }

  body.auth-page.pixgom-inner.app-connected-site .auth-card h1 {
    font-size: 26px !important;
  }

  .inner-shortcuts {
    display: none !important;
  }
}

/* PIXGOM exact CI alignment v6 */
body.pixgom-detail-page {
  --pixgom-bg: #faf8f3;
  --pixgom-ink: #0b1020;
  --pixgom-muted: #62748e;
  --pixgom-soft: #90a1b9;
  --pixgom-line: rgba(0, 0, 0, 0.05);
  --pixgom-yellow: #ffd400;
  --pixgom-green: #00bc7d;
  background: var(--pixgom-bg) !important;
  color: var(--pixgom-ink) !important;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
  letter-spacing: -0.025em;
}

body.pixgom-detail-page .inner-app-shell,
body.pixgom-detail-page .inner-auth-shell,
body.pixgom-detail-page .auth-shell,
body.pixgom-detail-page .apply-shell,
body.pixgom-detail-page main {
  width: min(100% - 28px, 390px) !important;
  max-width: 390px !important;
  margin: 0 auto !important;
  padding: 18px 0 32px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  background: transparent !important;
}

body.pixgom-detail-page .inner-brand,
body.pixgom-detail-page .auth-brand,
body.pixgom-detail-page .brand {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--pixgom-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.pixgom-detail-page .inner-brand img,
body.pixgom-detail-page .auth-brand img,
body.pixgom-detail-page .brand img,
body.pixgom-detail-page img.brand-mark {
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  object-fit: contain !important;
  content: url("assets/pixgom-symbol-bear.svg") !important;
}

body.pixgom-detail-page .inner-brand strong,
body.pixgom-detail-page .auth-brand strong,
body.pixgom-detail-page .brand strong,
body.pixgom-detail-page .brand-name {
  color: var(--pixgom-ink) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.pixgom-detail-page .inner-brand small,
body.pixgom-detail-page .auth-brand small,
body.pixgom-detail-page .brand small,
body.pixgom-detail-page .brand-version {
  display: inline !important;
  margin-left: 2px !important;
  color: var(--pixgom-muted) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

body.pixgom-detail-page .inner-product-visual {
  position: relative !important;
  display: block !important;
  width: 260px !important;
  height: 190px !important;
  margin: 2px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  animation: pixgomExactProductIn 560ms cubic-bezier(.2,.8,.2,1) both !important;
}

body.pixgom-detail-page .inner-product-visual > * {
  display: none !important;
}

body.pixgom-detail-page .inner-product-visual::before {
  content: "BRIDGE · APP\A PIXGOM\A 카카오 오픈채팅\A 운영자 도구\A\A ●  ━━━━━\A    ━━━━━━━\A\A v1.0.25";
  white-space: pre-line;
  position: absolute;
  left: 68px;
  top: 18px;
  width: 124px;
  height: 168px;
  box-sizing: border-box;
  padding: 18px 15px;
  border-radius: 11px;
  background: linear-gradient(152deg, #0b1020 8%, #161b35 58%, #0b1020 92%);
  color: #ffffff;
  font-size: 8px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 28px 48px -20px rgba(11,16,32,.45), 0 10px 20px -10px rgba(11,16,32,.3);
  transform: rotate(-3deg) skewX(-2deg);
}

body.pixgom-detail-page .inner-product-visual::after {
  content: "";
  position: absolute;
  left: 160px;
  top: -2px;
  width: 42px;
  height: 42px;
  background: var(--pixgom-yellow);
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

body.pixgom-detail-page .inner-product-visual .inner-product-status,
body.pixgom-detail-page .bridge-status,
body.pixgom-detail-page .inner-kicker,
body.pixgom-detail-page .auth-kicker,
body.pixgom-detail-page .eyebrow,
body.pixgom-detail-page .badge {
  width: fit-content !important;
  min-height: 30px !important;
  padding: 7px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid rgba(11,16,32,.08) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #314158 !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-kicker::before,
body.pixgom-detail-page .auth-kicker::before,
body.pixgom-detail-page .eyebrow::before,
body.pixgom-detail-page .badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pixgom-green);
  box-shadow: 0 0 0 5px rgba(0,188,125,.14);
  flex: 0 0 auto;
}

body.pixgom-detail-page h1,
body.pixgom-detail-page .inner-title,
body.pixgom-detail-page .auth-title {
  max-width: 350px !important;
  margin: 14px 0 0 !important;
  color: var(--pixgom-ink) !important;
  font-size: clamp(34px, 10vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
  font-weight: 850 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page h1 mark,
body.pixgom-detail-page .highlight,
body.pixgom-detail-page .inner-highlight {
  display: inline !important;
  padding: 0 .02em !important;
  background: linear-gradient(to top, rgba(255,212,0,.70) 34%, transparent 34%) !important;
  color: inherit !important;
}

body.pixgom-detail-page .inner-lead,
body.pixgom-detail-page .auth-lead,
body.pixgom-detail-page .lead,
body.pixgom-detail-page p {
  max-width: 350px !important;
  color: #45556c !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-primary,
body.pixgom-detail-page .auth-submit,
body.pixgom-detail-page button[type="submit"],
body.pixgom-detail-page .button-primary,
body.pixgom-detail-page .cta.primary {
  width: 100% !important;
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--pixgom-ink) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 12px rgba(11,16,32,.28) !important;
}

body.pixgom-detail-page .inner-secondary,
body.pixgom-detail-page .auth-secondary,
body.pixgom-detail-page .social-button,
body.pixgom-detail-page .button-secondary,
body.pixgom-detail-page .cta.secondary,
body.pixgom-detail-page a.button {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(11,16,32,.15) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--pixgom-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.pixgom-detail-page .auth-card,
body.pixgom-detail-page .apply-card,
body.pixgom-detail-page .inner-panel,
body.pixgom-detail-page .form-card,
body.pixgom-detail-page form {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 24px !important;
  border: 1px solid var(--pixgom-line) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px -46px rgba(11,16,32,.36) !important;
}

body.pixgom-detail-page input,
body.pixgom-detail-page textarea,
body.pixgom-detail-page select {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid rgba(11,16,32,.10) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: var(--pixgom-ink) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .pg-auth-note-grid,
body.pixgom-detail-page .inner-shortcuts,
body.pixgom-detail-page .inner-console-shortcuts,
body.pixgom-detail-page .decor-grid,
body.pixgom-detail-page .old-visual {
  display: none !important;
}

@keyframes pixgomExactProductIn {
  from { opacity: 0; transform: translateY(16px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* PIXGOM home-aligned detail screens v7 */
body.pixgom-detail-page {
  --home-bg: #faf8f3;
  --home-ink: #0b1020;
  --home-muted: #62748e;
  --home-soft: #90a1b9;
  --home-line: rgba(0, 0, 0, 0.05);
  --home-yellow: #ffd400;
  --home-green: #00bc7d;
  background: var(--home-bg) !important;
  color: var(--home-ink) !important;
}

body.pixgom-detail-page .inner-app-shell,
body.pixgom-detail-page .inner-auth-shell,
body.pixgom-detail-page .auth-shell,
body.pixgom-detail-page .apply-shell,
body.pixgom-detail-page main {
  width: min(100% - 28px, 390px) !important;
  max-width: 390px !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  padding: 18px 0 32px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 18px !important;
  background: transparent !important;
}

body.pixgom-detail-page .inner-brand,
body.pixgom-detail-page .auth-brand,
body.pixgom-detail-page .brand {
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-brand img,
body.pixgom-detail-page .auth-brand img,
body.pixgom-detail-page .brand img,
body.pixgom-detail-page img.brand-mark {
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  object-fit: contain !important;
  content: url("assets/pixgom-symbol-bear.svg") !important;
}

body.pixgom-detail-page .inner-brand strong,
body.pixgom-detail-page .auth-brand strong,
body.pixgom-detail-page .brand strong,
body.pixgom-detail-page .brand-name {
  color: var(--home-ink) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.pixgom-detail-page .inner-brand small,
body.pixgom-detail-page .auth-brand small,
body.pixgom-detail-page .brand small,
body.pixgom-detail-page .brand-version {
  display: inline !important;
  margin-left: 2px !important;
  color: var(--home-muted) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

body.pixgom-detail-page .inner-product-visual {
  position: relative !important;
  display: block !important;
  width: 260px !important;
  height: 190px !important;
  margin: 2px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: radial-gradient(circle at 50% 50%, rgba(255, 212, 0, .18), transparent 62%) !important;
  box-shadow: none !important;
  overflow: visible !important;
  animation: pixgomHomeProductIn 620ms cubic-bezier(.2,.8,.2,1) both !important;
}

body.pixgom-detail-page .inner-product-visual > * {
  display: none !important;
}

body.pixgom-detail-page .inner-product-visual::before {
  content: "BRIDGE · APP\A PIXGOM\A 카카오 오픈채팅\A 운영자 도구\A\A ●  ━━━━━\A    ━━━━━━━\A\A v1.0.25";
  white-space: pre-line;
  position: absolute;
  z-index: 2;
  left: 70px;
  top: 18px;
  width: 124px;
  height: 168px;
  box-sizing: border-box;
  padding: 18px 15px;
  border-radius: 11px;
  background: linear-gradient(152deg, #0b1020 8%, #161b35 58%, #0b1020 92%);
  color: #ffffff;
  font-size: 8px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 28px 48px -20px rgba(11,16,32,.45), 0 10px 20px -10px rgba(11,16,32,.3);
  transform: rotate(-2.65deg) skewX(-2.65deg);
}

body.pixgom-detail-page .inner-product-visual::after {
  content: "브릿지 연결됨";
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 34px;
  min-width: 88px;
  height: 30px;
  box-sizing: border-box;
  padding: 7px 11px 0 26px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: radial-gradient(circle at 17px 15px, var(--home-green) 0 3px, transparent 4px), #ffffff;
  color: #314158;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  box-shadow: 0 6px 20px -6px rgba(15,23,42,.18);
}

body.pixgom-detail-page .inner-kicker,
body.pixgom-detail-page .auth-kicker,
body.pixgom-detail-page .eyebrow,
body.pixgom-detail-page .badge {
  width: fit-content !important;
  min-height: 30px !important;
  padding: 7px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid rgba(11,16,32,.08) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #314158 !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-kicker::before,
body.pixgom-detail-page .auth-kicker::before,
body.pixgom-detail-page .eyebrow::before,
body.pixgom-detail-page .badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--home-green);
  box-shadow: 0 0 0 5px rgba(0,188,125,.14);
  flex: 0 0 auto;
}

body.pixgom-detail-page h1,
body.pixgom-detail-page .inner-title,
body.pixgom-detail-page .auth-title {
  max-width: 350px !important;
  margin: 14px 0 0 !important;
  color: var(--home-ink) !important;
  font-size: clamp(34px, 10vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
  font-weight: 850 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page h1 mark,
body.pixgom-detail-page .highlight,
body.pixgom-detail-page .inner-highlight {
  display: inline !important;
  padding: 0 .02em !important;
  background: linear-gradient(to top, rgba(255,212,0,.70) 34%, transparent 34%) !important;
  color: inherit !important;
}

body.pixgom-detail-page .inner-lead,
body.pixgom-detail-page .auth-lead,
body.pixgom-detail-page .lead,
body.pixgom-detail-page p {
  max-width: 350px !important;
  color: #45556c !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-actions,
body.pixgom-detail-page .auth-actions,
body.pixgom-detail-page .page-actions,
body.pixgom-detail-page .actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
}

body.pixgom-detail-page .inner-primary,
body.pixgom-detail-page .auth-submit,
body.pixgom-detail-page button[type="submit"],
body.pixgom-detail-page .button-primary,
body.pixgom-detail-page .cta.primary {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 12px rgba(11,16,32,.28) !important;
}

body.pixgom-detail-page .inner-secondary,
body.pixgom-detail-page .auth-secondary,
body.pixgom-detail-page .social-button,
body.pixgom-detail-page .button-secondary,
body.pixgom-detail-page .cta.secondary,
body.pixgom-detail-page a.button {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(11,16,32,.15) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--home-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.pixgom-detail-page .auth-card,
body.pixgom-detail-page .apply-card,
body.pixgom-detail-page .inner-panel,
body.pixgom-detail-page .form-card,
body.pixgom-detail-page form {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 24px !important;
  border: 1px solid var(--home-line) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px -46px rgba(11,16,32,.36) !important;
}

body.pixgom-detail-page input,
body.pixgom-detail-page textarea,
body.pixgom-detail-page select {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid rgba(11,16,32,.10) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: var(--home-ink) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .pg-auth-note-grid,
body.pixgom-detail-page .inner-shortcuts,
body.pixgom-detail-page .inner-console-shortcuts,
body.pixgom-detail-page .decor-grid,
body.pixgom-detail-page .old-visual {
  display: none !important;
}

@keyframes pixgomHomeProductIn {
  from { opacity: 0; transform: translateY(16px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* PIXGOM home baseline repair v8 */
body.pixgom-detail-page .inner-product-visual {
  position: relative !important;
  display: block !important;
  width: 350px !important;
  max-width: 100% !important;
  height: 240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.pixgom-detail-page .inner-product-visual::before,
body.pixgom-detail-page .inner-product-visual::after {
  content: none !important;
  display: none !important;
}

body.pixgom-detail-page .inner-product-visual > * {
  display: block !important;
}

body.pixgom-detail-page .inner-product-glow {
  position: absolute !important;
  inset: 24px 22px 0 !important;
  border-radius: 40px !important;
  background: linear-gradient(to bottom, rgba(255, 212, 0, .15), rgba(255, 212, 0, 0)) !important;
  filter: blur(28px) !important;
}

body.pixgom-detail-page .inner-mini-box {
  position: absolute !important;
  left: 124px !important;
  top: 5px !important;
  width: 170px !important;
  height: 230px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: linear-gradient(152deg, #0b1020 8%, #161b35 58%, #0b1020 92%) !important;
  box-shadow: 0 30px 50px -20px rgba(11,16,32,.45), 0 10px 20px -10px rgba(11,16,32,.3) !important;
  transform: rotate(-2.65deg) skewX(-2.65deg) !important;
  color: #fff !important;
  z-index: 2 !important;
}

body.pixgom-detail-page .inner-mini-box::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: .5 !important;
  background: linear-gradient(108deg, transparent 37%, rgba(255,255,255,.08) 50%, transparent 63%) !important;
}

body.pixgom-detail-page .inner-mini-corner {
  position: absolute !important;
  right: -24px !important;
  top: -24px !important;
  width: 48px !important;
  height: 48px !important;
  background: #ffd400 !important;
  transform: rotate(45deg) !important;
  z-index: 1 !important;
}

body.pixgom-detail-page .inner-mini-kicker,
body.pixgom-detail-page .inner-mini-title,
body.pixgom-detail-page .inner-mini-line,
body.pixgom-detail-page .inner-mini-copy,
body.pixgom-detail-page .inner-mini-bars,
body.pixgom-detail-page .inner-mini-foot {
  position: absolute !important;
  z-index: 2 !important;
}

body.pixgom-detail-page .inner-mini-kicker {
  left: 16px !important;
  top: 18px !important;
  color: rgba(255,212,0,.9) !important;
  font-size: 9px !important;
  line-height: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
}

body.pixgom-detail-page .inner-mini-title {
  left: 16px !important;
  top: 42px !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 25px !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}

body.pixgom-detail-page .inner-mini-line {
  left: 16px !important;
  top: 78px !important;
  width: 30px !important;
  height: 1px !important;
  background: #ffd400 !important;
}

body.pixgom-detail-page .inner-mini-copy {
  left: 16px !important;
  top: 92px !important;
  width: 116px !important;
  color: rgba(255,255,255,.7) !important;
  font-size: 10px !important;
  line-height: 12.5px !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-mini-bars {
  left: 16px !important;
  top: 145px !important;
  width: 100px !important;
  height: 44px !important;
}

body.pixgom-detail-page .inner-mini-bars i,
body.pixgom-detail-page .inner-mini-bars b,
body.pixgom-detail-page .inner-mini-bars em {
  position: absolute !important;
  display: block !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.18) !important;
}

body.pixgom-detail-page .inner-mini-bars i {
  left: 0 !important;
  top: 0 !important;
  width: 12px !important;
  height: 12px !important;
  background: rgba(255,212,0,.9) !important;
}

body.pixgom-detail-page .inner-mini-bars b {
  left: 18px !important;
  top: 3px !important;
  width: 45px !important;
  height: 6px !important;
}

body.pixgom-detail-page .inner-mini-bars em {
  left: 18px !important;
  top: 19px !important;
  width: 60px !important;
  height: 6px !important;
  background: rgba(255,255,255,.25) !important;
}

body.pixgom-detail-page .inner-mini-foot {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: rgba(255,255,255,.4) !important;
  font-size: 8px !important;
  line-height: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .05em !important;
}

body.pixgom-detail-page .inner-mini-badge-left {
  position: absolute !important;
  left: 43px !important;
  top: 37px !important;
  z-index: 4 !important;
  min-width: 144px !important;
  height: 48px !important;
  padding: 13px 16px 0 38px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,.05) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #314158 !important;
  box-shadow: 0 6px 20px -6px rgba(15,23,42,.18) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
  transform: none !important;
  white-space: nowrap !important;
}

body.pixgom-detail-page .inner-mini-badge-left span {
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 7px rgba(0,188,125,.13) !important;
}

body.pixgom-detail-page .inner-mini-version {
  position: absolute !important;
  right: 31px !important;
  top: 20px !important;
  z-index: 5 !important;
  min-width: 86px !important;
  height: 38px !important;
  padding: 10px 12px 0 !important;
  border-radius: 14px !important;
  background: #ffd400 !important;
  color: #0b1020 !important;
  box-shadow: 0 4px 14px -4px rgba(255,212,0,.6) !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 850 !important;
  text-align: center !important;
}

body.pixgom-detail-page .inner-hero-copy,
body.pixgom-detail-page .inner-console-hero {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-hero-copy h1,
body.pixgom-detail-page .inner-console-hero h1 {
  max-width: 350px !important;
  margin: 12px 0 0 !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 33.6px !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-copy mark,
body.pixgom-detail-page .inner-console-hero mark {
  display: block !important;
  width: 262px !important;
  max-width: 78% !important;
  height: 10px !important;
  margin: -11px 0 18px !important;
  background: rgba(255,212,0,.7) !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-hero-copy p,
body.pixgom-detail-page .inner-console-hero p {
  margin: 0 !important;
  max-width: 350px !important;
  color: #45556c !important;
  font-size: 13.5px !important;
  line-height: 22.3px !important;
  font-weight: 400 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .start-journey,
body.pixgom-detail-page .pg-auth-note-grid,
body.pixgom-detail-page .market-apply-summary,
body.pixgom-detail-page .auth-next-card,
body.pixgom-detail-page [data-auth-mode] {
  display: none !important;
}

body.pixgom-detail-page .auth-card,
body.pixgom-detail-page .console-login-panel {
  padding: 24px !important;
  border: 1px solid rgba(0,0,0,.05) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px -46px rgba(11,16,32,.36) !important;
}

body.pixgom-detail-page .auth-card .section-kicker {
  width: fit-content !important;
  min-height: 30px !important;
  margin: 0 0 18px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(11,16,32,.08) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #314158 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 700 !important;
}

body.pixgom-detail-page .auth-card h1,
body.pixgom-detail-page .console-login-panel h1 {
  margin: 0 0 12px !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -.03em !important;
  font-weight: 850 !important;
}

body.pixgom-detail-page .auth-card > p,
body.pixgom-detail-page .console-login-panel p {
  margin: 0 0 20px !important;
  color: #62748e !important;
  font-size: 14px !important;
  line-height: 23px !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .auth-card form,
body.pixgom-detail-page .console-login-form {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 12px !important;
}

body.pixgom-detail-page .auth-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

body.pixgom-detail-page .auth-links a {
  min-height: 34px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(11,16,32,.1) !important;
  border-radius: 999px !important;
  color: #314158 !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.pixgom-inner-console .console-app-shell.buyer-react-console::before,
body.pixgom-inner-console .console-app-shell.buyer-react-console::after {
  content: none !important;
  display: none !important;
}

body.pixgom-inner-console .console-app-shell.buyer-react-console {
  width: min(100% - 28px, 390px) !important;
  max-width: 390px !important;
  padding: 18px 0 32px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

/* PIXGOM strict home parity v9 */
body.pixgom-detail-page {
  background: #faf8f3 !important;
}

body.pixgom-detail-page .auth-shell,
body.pixgom-detail-page .console-app-shell.buyer-react-console,
body.pixgom-detail-page .console-app-shell {
  width: min(100%, 390px) !important;
  max-width: 390px !important;
  margin: 0 auto !important;
  padding: 0 20px 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  background: transparent !important;
}

body.pixgom-detail-page .auth-brand,
body.pixgom-detail-page .inner-console-brand {
  width: calc(100% + 40px) !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 -20px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
  background: rgba(250,248,243,.86) !important;
  color: #0b1020 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .auth-brand::after,
body.pixgom-detail-page .inner-console-brand::after {
  content: "☰" !important;
  margin-left: auto !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.pixgom-detail-page .auth-brand img,
body.pixgom-detail-page .inner-console-brand img {
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  object-fit: contain !important;
  content: url("assets/pixgom-symbol-bear.svg") !important;
}

body.pixgom-detail-page .auth-brand strong,
body.pixgom-detail-page .inner-console-brand strong {
  color: #0b1020 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

body.pixgom-detail-page .auth-brand small,
body.pixgom-detail-page .inner-console-brand small {
  display: none !important;
}

body.pixgom-detail-page .inner-product-visual {
  position: relative !important;
  display: block !important;
  width: 350px !important;
  max-width: 100% !important;
  height: 240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  order: 1 !important;
}

body.pixgom-detail-page .inner-product-visual::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 40px 24px 24px !important;
  border-radius: 40px !important;
  background: linear-gradient(to bottom, rgba(255,212,0,.15), transparent) !important;
  filter: blur(28px) !important;
}

body.pixgom-detail-page .inner-product-visual::after {
  content: "!출석 · 자동응답" !important;
  position: absolute !important;
  z-index: 6 !important;
  right: 15px !important;
  bottom: 14px !important;
  min-width: 100px !important;
  height: 27px !important;
  box-sizing: border-box !important;
  padding: 6px 10px 0 !important;
  border-radius: 14px !important;
  background: #0b1020 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: 0 10px 30px -10px rgba(15,23,42,.45) !important;
}

body.pixgom-detail-page .inner-product-visual > * {
  display: block !important;
}

body.pixgom-detail-page .inner-product-glow {
  display: none !important;
}

body.pixgom-detail-page .inner-mini-box {
  position: absolute !important;
  left: 106px !important;
  top: 8px !important;
  width: 170px !important;
  height: 230px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: linear-gradient(152deg, #0b1020 8%, #161b35 58%, #0b1020 92%) !important;
  color: #fff !important;
  box-shadow: 0 30px 50px -20px rgba(11,16,32,.45), 0 10px 20px -10px rgba(11,16,32,.3) !important;
  transform: rotate(-2.65deg) skewX(-2.65deg) !important;
  z-index: 2 !important;
}

body.pixgom-detail-page .inner-mini-box::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: .5 !important;
  background: linear-gradient(108deg, transparent 37%, rgba(255,255,255,.08) 50%, transparent 63%) !important;
}

body.pixgom-detail-page .inner-mini-corner {
  position: absolute !important;
  right: -24px !important;
  top: -24px !important;
  z-index: 2 !important;
  width: 48px !important;
  height: 48px !important;
  background: #ffd400 !important;
  transform: rotate(45deg) !important;
}

body.pixgom-detail-page .inner-mini-kicker,
body.pixgom-detail-page .inner-mini-title,
body.pixgom-detail-page .inner-mini-line,
body.pixgom-detail-page .inner-mini-copy,
body.pixgom-detail-page .inner-mini-bars,
body.pixgom-detail-page .inner-mini-foot {
  position: absolute !important;
  z-index: 3 !important;
}

body.pixgom-detail-page .inner-mini-kicker {
  left: 16px !important;
  top: 18px !important;
  color: rgba(255,212,0,.9) !important;
  font-size: 9px !important;
  line-height: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
}

body.pixgom-detail-page .inner-mini-title {
  left: 16px !important;
  top: 42px !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 25px !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}

body.pixgom-detail-page .inner-mini-line {
  left: 16px !important;
  top: 78px !important;
  width: 30px !important;
  height: 1px !important;
  background: #ffd400 !important;
}

body.pixgom-detail-page .inner-mini-copy {
  left: 16px !important;
  top: 92px !important;
  width: 116px !important;
  color: rgba(255,255,255,.7) !important;
  font-size: 10px !important;
  line-height: 12.5px !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-mini-bars {
  left: 16px !important;
  top: 145px !important;
  width: 100px !important;
  height: 44px !important;
}

body.pixgom-detail-page .inner-mini-bars i,
body.pixgom-detail-page .inner-mini-bars b,
body.pixgom-detail-page .inner-mini-bars em {
  position: absolute !important;
  display: block !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.18) !important;
}

body.pixgom-detail-page .inner-mini-bars i {
  left: 0 !important;
  top: 0 !important;
  width: 12px !important;
  height: 12px !important;
  background: rgba(255,212,0,.9) !important;
}

body.pixgom-detail-page .inner-mini-bars b {
  left: 18px !important;
  top: 3px !important;
  width: 45px !important;
  height: 6px !important;
}

body.pixgom-detail-page .inner-mini-bars em {
  left: 18px !important;
  top: 19px !important;
  width: 60px !important;
  height: 6px !important;
  background: rgba(255,255,255,.25) !important;
}

body.pixgom-detail-page .inner-mini-foot {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: rgba(255,255,255,.4) !important;
  font-size: 8px !important;
  line-height: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .05em !important;
}

body.pixgom-detail-page .inner-mini-badge-left {
  position: absolute !important;
  left: 44px !important;
  top: 42px !important;
  z-index: 5 !important;
  min-width: 120px !important;
  height: 30px !important;
  box-sizing: border-box !important;
  padding: 7px 11px 0 26px !important;
  border: 1px solid rgba(0,0,0,.05) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #314158 !important;
  box-shadow: 0 6px 20px -6px rgba(15,23,42,.18) !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
  transform: none !important;
  white-space: nowrap !important;
}

body.pixgom-detail-page .inner-mini-badge-left span {
  position: absolute !important;
  left: 11px !important;
  top: 12px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 6px rgba(0,188,125,.14) !important;
}

body.pixgom-detail-page .inner-mini-version {
  position: absolute !important;
  right: 16px !important;
  top: 8px !important;
  z-index: 5 !important;
  min-width: 55px !important;
  height: 18px !important;
  box-sizing: border-box !important;
  padding: 3px 7px 0 !important;
  border-radius: 7px !important;
  background: #ffd400 !important;
  color: #0b1020 !important;
  box-shadow: 0 4px 14px -4px rgba(255,212,0,.6) !important;
  font-size: 9px !important;
  line-height: 12px !important;
  font-weight: 850 !important;
  text-align: center !important;
}

body.pixgom-detail-page .inner-hero-copy,
body.pixgom-detail-page .inner-console-hero {
  order: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-kicker {
  min-height: 29px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.7) !important;
  border: 1px solid rgba(0,0,0,.1) !important;
  color: #314158 !important;
  font-size: 11px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
}

body.pixgom-detail-page .inner-kicker span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 6px rgba(0,188,125,.14) !important;
}

body.pixgom-detail-page .inner-hero-copy h1,
body.pixgom-detail-page .inner-console-hero h1 {
  max-width: 350px !important;
  margin: 12px 0 0 !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 33.6px !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-copy mark,
body.pixgom-detail-page .inner-console-hero mark {
  display: block !important;
  width: 262px !important;
  max-width: 78% !important;
  height: 10px !important;
  margin: -11px 0 18px !important;
  background: rgba(255,212,0,.7) !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-hero-copy p,
body.pixgom-detail-page .inner-console-hero p {
  margin: 0 !important;
  max-width: 350px !important;
  color: #45556c !important;
  font-size: 13.5px !important;
  line-height: 22.3px !important;
  font-weight: 400 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-actions {
  order: 3 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

body.pixgom-detail-page .inner-primary,
body.pixgom-detail-page .inner-secondary {
  min-height: 52px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

body.pixgom-detail-page .auth-card,
body.pixgom-detail-page .console-login-panel {
  order: 4 !important;
  margin-top: 12px !important;
}

/* PIXGOM Figma Home Parity v10 */
body.pixgom-detail-page {
  background: #faf8f3 !important;
  color: #0b1020 !important;
}

body.pixgom-detail-page .auth-shell,
body.pixgom-detail-page .console-app-shell,
body.pixgom-detail-page .console-app-shell.buyer-react-console {
  width: min(100%, 390px) !important;
  max-width: 390px !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  padding: 0 20px 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  background: transparent !important;
  overflow: visible !important;
}

body.pixgom-detail-page .auth-brand,
body.pixgom-detail-page .inner-console-brand {
  order: 0 !important;
  width: calc(100% + 40px) !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 -20px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
  background: rgba(250,248,243,.86) !important;
  color: #0b1020 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.pixgom-detail-page .auth-brand::after,
body.pixgom-detail-page .inner-console-brand::after {
  content: "☰" !important;
  margin-left: auto !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body.pixgom-detail-page .auth-brand img,
body.pixgom-detail-page .inner-console-brand img {
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

body.pixgom-detail-page .auth-brand strong,
body.pixgom-detail-page .inner-console-brand strong {
  color: #0b1020 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

body.pixgom-detail-page .auth-brand small,
body.pixgom-detail-page .inner-console-brand small {
  display: none !important;
}

body.pixgom-detail-page .inner-product-visual {
  order: 1 !important;
  position: relative !important;
  display: block !important;
  width: 350px !important;
  max-width: 100% !important;
  height: 240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-product-visual::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 40px 24px 24px !important;
  border-radius: 40px !important;
  background: linear-gradient(to bottom, rgba(255,212,0,.15), transparent) !important;
  filter: blur(28px) !important;
}

body.pixgom-detail-page .inner-product-visual::after {
  content: "!출석 · 자동응답" !important;
  position: absolute !important;
  z-index: 8 !important;
  right: 0 !important;
  bottom: 14px !important;
  width: auto !important;
  min-width: 100px !important;
  height: 27px !important;
  padding: 6px 10px 0 !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  background: #0b1020 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: 0 10px 30px -10px rgba(15,23,42,.45) !important;
}

body.pixgom-detail-page .inner-product-visual > * {
  display: block !important;
}

body.pixgom-detail-page .inner-product-glow {
  display: none !important;
}

body.pixgom-detail-page .inner-mini-box {
  position: absolute !important;
  left: 124px !important;
  top: 8px !important;
  z-index: 2 !important;
  width: 170px !important;
  height: 230px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: linear-gradient(152deg, #0b1020 8%, #161b35 58%, #0b1020 92%) !important;
  color: #fff !important;
  box-shadow: 0 30px 50px -20px rgba(11,16,32,.45), 0 10px 20px -10px rgba(11,16,32,.3) !important;
  transform: rotate(-2.65deg) skewX(-2.65deg) !important;
}

body.pixgom-detail-page .inner-mini-box::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: .5 !important;
  background: linear-gradient(108deg, transparent 37%, rgba(255,255,255,.08) 50%, transparent 63%) !important;
}

body.pixgom-detail-page .inner-mini-corner {
  position: absolute !important;
  right: -24px !important;
  top: -24px !important;
  z-index: 3 !important;
  width: 48px !important;
  height: 48px !important;
  background: #ffd400 !important;
  transform: rotate(45deg) !important;
}

body.pixgom-detail-page .inner-mini-kicker,
body.pixgom-detail-page .inner-mini-title,
body.pixgom-detail-page .inner-mini-line,
body.pixgom-detail-page .inner-mini-copy,
body.pixgom-detail-page .inner-mini-bars,
body.pixgom-detail-page .inner-mini-foot {
  position: absolute !important;
  z-index: 4 !important;
}

body.pixgom-detail-page .inner-mini-kicker {
  left: 16px !important;
  top: 18px !important;
  color: rgba(255,212,0,.9) !important;
  font-size: 9px !important;
  line-height: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
}

body.pixgom-detail-page .inner-mini-title {
  left: 16px !important;
  top: 42px !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 25px !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}

body.pixgom-detail-page .inner-mini-line {
  left: 16px !important;
  top: 78px !important;
  width: 30px !important;
  height: 1px !important;
  background: #ffd400 !important;
}

body.pixgom-detail-page .inner-mini-copy {
  left: 16px !important;
  top: 92px !important;
  width: 116px !important;
  color: rgba(255,255,255,.7) !important;
  font-size: 10px !important;
  line-height: 12.5px !important;
  font-weight: 500 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-mini-bars {
  left: 16px !important;
  top: 145px !important;
  width: 100px !important;
  height: 44px !important;
}

body.pixgom-detail-page .inner-mini-bars i,
body.pixgom-detail-page .inner-mini-bars b,
body.pixgom-detail-page .inner-mini-bars em {
  position: absolute !important;
  display: block !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.18) !important;
}

body.pixgom-detail-page .inner-mini-bars i {
  left: 0 !important;
  top: 0 !important;
  width: 12px !important;
  height: 12px !important;
  background: rgba(255,212,0,.9) !important;
}

body.pixgom-detail-page .inner-mini-bars b {
  left: 18px !important;
  top: 3px !important;
  width: 45px !important;
  height: 6px !important;
}

body.pixgom-detail-page .inner-mini-bars em {
  left: 18px !important;
  top: 19px !important;
  width: 60px !important;
  height: 6px !important;
  background: rgba(255,255,255,.25) !important;
}

body.pixgom-detail-page .inner-mini-foot {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: rgba(255,255,255,.4) !important;
  font-size: 8px !important;
  line-height: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .05em !important;
}

body.pixgom-detail-page .inner-mini-badge-left {
  position: absolute !important;
  left: 43px !important;
  top: 42px !important;
  z-index: 7 !important;
  min-width: 120px !important;
  height: 30px !important;
  box-sizing: border-box !important;
  padding: 7px 11px 0 26px !important;
  border: 1px solid rgba(0,0,0,.05) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #314158 !important;
  box-shadow: 0 6px 20px -6px rgba(15,23,42,.18) !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
  white-space: nowrap !important;
  transform: none !important;
}

body.pixgom-detail-page .inner-mini-badge-left span {
  position: absolute !important;
  left: 11px !important;
  top: 12px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 6px rgba(0,188,125,.14) !important;
}

body.pixgom-detail-page .inner-mini-version {
  position: absolute !important;
  right: 16px !important;
  top: 8px !important;
  z-index: 7 !important;
  min-width: 55px !important;
  height: 18px !important;
  box-sizing: border-box !important;
  padding: 3px 7px 0 !important;
  border-radius: 7px !important;
  background: #ffd400 !important;
  color: #0b1020 !important;
  box-shadow: 0 4px 14px -4px rgba(255,212,0,.6) !important;
  font-size: 9px !important;
  line-height: 12px !important;
  font-weight: 850 !important;
  text-align: center !important;
}

body.pixgom-detail-page .inner-hero-copy,
body.pixgom-detail-page .inner-console-hero {
  order: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-kicker {
  min-height: 29px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(0,0,0,.1) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.7) !important;
  color: #314158 !important;
  font-size: 11px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
}

body.pixgom-detail-page .inner-kicker span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #00bc7d !important;
  box-shadow: 0 0 0 6px rgba(0,188,125,.14) !important;
}

body.pixgom-detail-page .inner-hero-copy h1,
body.pixgom-detail-page .inner-console-hero h1 {
  max-width: 350px !important;
  margin: 12px 0 0 !important;
  color: #0b1020 !important;
  font-size: 28px !important;
  line-height: 33.6px !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-copy mark,
body.pixgom-detail-page .inner-console-hero mark {
  display: block !important;
  width: 262px !important;
  max-width: 78% !important;
  height: 10px !important;
  margin: -11px 0 18px !important;
  background: rgba(255,212,0,.7) !important;
  box-shadow: none !important;
}

body.pixgom-detail-page .inner-hero-copy p,
body.pixgom-detail-page .inner-console-hero p {
  margin: 0 !important;
  max-width: 350px !important;
  color: #45556c !important;
  font-size: 13.5px !important;
  line-height: 22.3px !important;
  font-weight: 400 !important;
  word-break: keep-all !important;
}

body.pixgom-detail-page .inner-hero-actions {
  order: 3 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

body.pixgom-detail-page .inner-primary,
body.pixgom-detail-page .inner-secondary {
  min-height: 52px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

body.pixgom-detail-page .auth-card,
body.pixgom-detail-page .console-login-panel {
  order: 4 !important;
  margin-top: 12px !important;
}
/* PIXGOM icon/header parity v11 */
body.pixgom-detail-page .auth-brand img,
body.pixgom-detail-page .inner-console-brand img {
  content: url("/assets/pixgom-symbol-bear.svg");
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

body.pixgom-detail-page .auth-brand,
body.pixgom-detail-page .inner-console-brand {
  min-height: 56px;
  gap: 10px;
}

body.pixgom-detail-page .auth-brand small,
body.pixgom-detail-page .inner-console-brand small {
  color: #6b7280;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

body.pixgom-detail-page .inner-mini-badge,
body.pixgom-detail-page .inner-mini-version,
body.pixgom-detail-page .inner-mini-chat-badge,
body.pixgom-detail-page .inner-kicker {
  border-color: rgba(15, 23, 42, .10);
  box-shadow: 0 12px 28px rgba(11, 16, 32, .10);
}

body.pixgom-detail-page .inner-mini-badge span,
body.pixgom-detail-page .inner-kicker span,
body.pixgom-detail-page .inner-mini-chat-badge span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 0 6px rgba(52, 211, 153, .14);
}

body.pixgom-detail-page .inner-mini-chat-badge {
  position: absolute;
  right: 16px;
  bottom: 23px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 90px;
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px 999px 999px 8px;
  color: #ffffff;
  background: #0b1020;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

body.pixgom-detail-page .inner-step-card {
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
}

body.pixgom-detail-page .inner-step-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 15px;
  background: transparent;
  object-fit: contain;
  box-shadow: 0 10px 20px rgba(11, 16, 32, .12);
}

body.pixgom-detail-page .inner-step-card > span {
  color: #6b7280;
}

body.pixgom-detail-page .inner-step-card > strong {
  color: #0b1020;
}

body.pixgom-detail-page .inner-primary::after,
body.pixgom-detail-page .button-primary::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("/assets/pixgom-icon-arrow.svg") center / contain no-repeat;
}

body.pixgom-detail-page .inner-secondary[href*="install"]::before,
body.pixgom-detail-page a[href*="install"].inner-secondary::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url("/assets/pixgom-icon-install-action.svg") center / contain no-repeat;
}

@media (max-width: 860px) {
  body.auth-page.pixgom-inner.app-connected-site.pixgom-detail-page .auth-shell {
    width: 100% !important;
    max-width: 480px;
    padding: 0 20px 34px !important;
    gap: 16px !important;
    box-sizing: border-box;
  }

  body.auth-page.pixgom-inner.app-connected-site.pixgom-detail-page .auth-shell > .auth-brand {
    position: sticky !important;
    top: 0;
    z-index: 30;
    display: flex !important;
    align-items: center;
    width: 100vw !important;
    min-height: 56px !important;
    height: 56px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 10px 20px !important;
    box-sizing: border-box;
    background: rgba(250, 248, 243, .96);
    border-bottom: 1px solid rgba(229, 216, 193, .84);
    backdrop-filter: blur(14px);
  }

  body.auth-page.pixgom-inner.app-connected-site.pixgom-detail-page .auth-shell > .auth-brand::after {
    content: "";
    width: 24px;
    height: 18px;
    margin-left: auto;
    background: linear-gradient(#0b1020, #0b1020) 0 0 / 24px 3px no-repeat,
      linear-gradient(#0b1020, #0b1020) 0 7px / 24px 3px no-repeat,
      linear-gradient(#0b1020, #0b1020) 0 14px / 24px 3px no-repeat;
    border-radius: 3px;
  }

  body.auth-page.pixgom-inner.app-connected-site.pixgom-detail-page .inner-product-visual {
    margin-top: 0 !important;
  }

  body.pixgom-detail-console .inner-console-brand {
    min-height: 56px !important;
    height: 56px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box;
  }

  body.pixgom-detail-page .inner-mini-chat-badge {
    right: 14px;
    bottom: 24px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 11px;
  }

  body.pixgom-detail-page .inner-step-icon {
    width: 42px;
    height: 42px;
  }

  body.pixgom-detail-page .inner-step-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }
}

/* PIXGOM product visual parity v12 - reuse home product box */
body.pixgom-detail-page .home-product-visual {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

body.pixgom-detail-page .home-product-visual .visual-stage {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pixgom-detail-page .home-product-visual .glow {
  position: absolute;
  inset: 40px 24px 24px;
  border-radius: 40px;
  background: linear-gradient(to bottom, rgba(255, 212, 0, .15), transparent);
  filter: blur(28px);
}

body.pixgom-detail-page .home-product-visual .product-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  transform: scale(.9);
  animation: productIn .7s cubic-bezier(.22, 1, .36, 1) both;
}

body.pixgom-detail-page .home-product-visual .float-label {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0, 0, 0, .05);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -.025em;
  white-space: nowrap;
  animation: labelIn .5s ease both;
}

body.pixgom-detail-page .home-product-visual .float-label.bridge {
  left: 4px;
  top: 8px;
  min-height: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: white;
  color: #314158;
  box-shadow: 0 6px 20px -6px rgba(15, 23, 42, .18);
  animation-delay: .4s;
}

body.pixgom-detail-page .home-product-visual .float-label.reply {
  right: 0;
  bottom: 14px;
  min-width: auto;
  min-height: auto;
  padding: 6px 10px;
  border-radius: 14px;
  background: #0B1020;
  color: white;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, .45);
  animation-delay: .6s;
}

body.pixgom-detail-page .home-product-visual .float-label.version {
  right: 16px;
  top: 0;
  min-height: auto;
  padding: 4px 7px;
  border-radius: 7px;
  background: #FFD400;
  color: #0B1020;
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 4px 14px -4px rgba(255, 212, 0, .6);
  animation-delay: .8s;
}

body.pixgom-detail-page .home-product-visual .dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #34D399;
  flex: 0 0 auto;
}

body.pixgom-detail-page .home-product-visual .dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #34D399;
  animation: ping 1.6s cubic-bezier(0, 0, .2, 1) infinite;
}

body.pixgom-detail-page .home-product-visual .box-outer {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: boxFloat 4.8s ease-in-out infinite;
}

body.pixgom-detail-page .home-product-visual .box-core {
  position: relative;
  width: 170px;
  height: 230px;
  transform: rotateX(8deg) rotateY(-18deg) rotate(-2.65deg) skewX(-2.65deg);
  transform-style: preserve-3d;
}

body.pixgom-detail-page .home-product-visual .box-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #0B1020 0%, #1A1F3A 50%, #0B1020 100%);
  transform: translateX(13px) rotateY(90deg);
  transform-origin: left center;
}

body.pixgom-detail-page .home-product-visual .box-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #1A1F3A 0%, #2A3158 50%, #1A1F3A 100%);
  transform: translateY(-13px) rotateX(90deg);
  transform-origin: center bottom;
}

body.pixgom-detail-page .home-product-visual .box-front {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(152deg, #0B1020 8%, #161B35 58%, #0B1020 92%);
  box-shadow: 0 30px 50px -20px rgba(11, 16, 32, .45), 0 10px 20px -10px rgba(11, 16, 32, .3);
}

body.pixgom-detail-page .home-product-visual .box-front::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  mix-blend-mode: screen;
  background: linear-gradient(108deg, transparent 37%, rgba(255, 255, 255, .08) 50%, transparent 63%);
}

body.pixgom-detail-page .home-product-visual .box-front::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 48px;
  height: 48px;
  background: #FFD400;
  transform: rotate(45deg);
}

body.pixgom-detail-page .home-product-visual .box-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.pixgom-detail-page .home-product-visual .box-kicker {
  color: rgba(255, 212, 0, .9);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
}

body.pixgom-detail-page .home-product-visual .box-title {
  margin-top: 4px;
  color: white;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.025em;
}

body.pixgom-detail-page .home-product-visual .box-line {
  width: 30px;
  height: 1px;
  margin-top: 8px;
  background: #FFD400;
}

body.pixgom-detail-page .home-product-visual .box-desc {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 1.25;
}

body.pixgom-detail-page .home-product-visual .chat-lines {
  display: grid;
  gap: 6px;
}

body.pixgom-detail-page .home-product-visual .chat-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.pixgom-detail-page .home-product-visual .chat-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .4);
}

body.pixgom-detail-page .home-product-visual .chat-dot.yellow {
  background: rgba(255, 212, 0, .9);
}

body.pixgom-detail-page .home-product-visual .chat-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
}

body.pixgom-detail-page .home-product-visual .chat-bar.a { width: 45px; }
body.pixgom-detail-page .home-product-visual .chat-bar.b { width: 60px; margin-left: 16px; background: rgba(255, 255, 255, .25); }
body.pixgom-detail-page .home-product-visual .chat-bar.c { width: 38px; }

body.pixgom-detail-page .home-product-visual .box-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .05em;
}

body.pixgom-detail-page .home-product-visual .ground-shadow {
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 150px;
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .25);
  filter: blur(12px);
  transform: translateX(-50%);
}

body.pixgom-detail-page .home-product-visual .inner-mini-chat-badge {
  display: none;
}

/* PIXGOM Inner Screens Figma Reference v13 */
body.pixgom-inner-reference {
  --inner-ink: #080d1f;
  --inner-muted: #5b6678;
  --inner-soft: #f5f6f8;
  --inner-line: rgba(8, 13, 31, .10);
  --inner-yellow: #ffd51f;
  --inner-green: #26d092;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 213, 31, .18), transparent 34%),
    linear-gradient(180deg, #fbfaf6 0%, #f8f6ef 100%) !important;
  color: var(--inner-ink) !important;
}

body.pixgom-inner-reference .inner-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: min(1120px, calc(100% - 64px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(8, 13, 31, .06);
  background: rgba(251, 250, 246, .88);
  backdrop-filter: blur(16px);
}

body.pixgom-inner-reference .inner-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  color: var(--inner-ink);
  text-decoration: none;
}

body.pixgom-inner-reference .inner-site-brand img {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  object-fit: contain;
}

body.pixgom-inner-reference .inner-site-brand strong,
body.pixgom-inner-reference .inner-site-brand small {
  display: block;
}

body.pixgom-inner-reference .inner-site-brand strong {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.035em;
}

body.pixgom-inner-reference .inner-site-brand small {
  margin-top: 4px;
  color: #6a7485;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
}

body.pixgom-inner-reference .inner-site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

body.pixgom-inner-reference .inner-site-nav a {
  color: #263246;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
}

body.pixgom-inner-reference .inner-site-action {
  min-width: 96px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--inner-ink);
  border-radius: 999px;
  color: var(--inner-ink);
  background: #fffdf7;
  box-shadow: 0 5px 0 var(--inner-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-decoration: none;
}

@media (min-width: 861px) {
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-shell {
    width: min(1120px, calc(100% - 64px)) !important;
    max-width: 1120px !important;
    min-height: calc(100svh - 72px) !important;
    margin: 0 auto !important;
    padding: 56px 0 38px !important;
    display: grid !important;
    grid-template-columns: minmax(460px, 560px) minmax(360px, 420px) !important;
    grid-template-rows: minmax(480px, auto) auto !important;
    align-items: center !important;
    column-gap: 112px !important;
    row-gap: 28px !important;
    overflow: visible !important;
    background: transparent !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-product-visual {
    display: none !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 560px !important;
    margin: 0 !important;
    padding: 0 !important;
    order: initial !important;
  }

  body.pixgom-inner-reference.pixgom-detail-page .inner-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 34px !important;
    padding: 8px 15px !important;
    border: 1px solid rgba(8, 13, 31, .08) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .72) !important;
    color: #354258 !important;
    box-shadow: 0 14px 34px rgba(8, 13, 31, .08) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
  }

  body.pixgom-inner-reference.pixgom-detail-page .inner-kicker span {
    width: 9px !important;
    height: 9px !important;
    border-radius: 999px !important;
    background: var(--inner-green) !important;
    box-shadow: 0 0 0 7px rgba(38, 208, 146, .14) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-copy h1 {
    max-width: 560px !important;
    margin: 22px 0 0 !important;
    color: var(--inner-ink) !important;
    font-size: clamp(50px, 5.2vw, 66px) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: -.07em !important;
    word-break: keep-all !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-copy mark {
    display: block !important;
    width: min(382px, 78%) !important;
    height: 14px !important;
    margin: -18px 0 28px !important;
    background: rgba(255, 213, 31, .72) !important;
    box-shadow: none !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-copy p {
    max-width: 530px !important;
    margin: 0 !important;
    color: var(--inner-muted) !important;
    font-size: 16px !important;
    line-height: 1.82 !important;
    font-weight: 600 !important;
    word-break: keep-all !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-actions {
    width: auto !important;
    margin-top: 28px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-primary,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-secondary {
    min-height: 48px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    border: 2px solid var(--inner-ink) !important;
    box-shadow: 0 5px 0 var(--inner-ink) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -.04em !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-primary {
    color: #fff !important;
    background: var(--inner-ink) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-secondary {
    color: var(--inner-ink) !important;
    background: #fffdf8 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: 100% !important;
    max-width: 420px !important;
    max-height: calc(100svh - 160px) !important;
    margin: 0 !important;
    padding: 28px !important;
    overflow: auto !important;
    border: 1px solid rgba(8, 13, 31, .08) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 32px 90px -54px rgba(8, 13, 31, .58) !important;
    order: initial !important;
  }

  body.auth-page.pixgom-inner-apply.pixgom-inner-reference .auth-card {
    max-height: calc(100svh - 130px) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card .section-kicker {
    width: fit-content !important;
    min-height: 30px !important;
    margin: 0 0 16px !important;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    background: #f4f6fa !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card h1 {
    margin: 0 0 10px !important;
    color: var(--inner-ink) !important;
    font-size: 31px !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: -.06em !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card > p,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card > small {
    margin: 0 0 18px !important;
    color: var(--inner-muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .pg-auth-note-grid,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .start-journey,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .market-apply-summary,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-next-card {
    display: none !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card form {
    display: grid !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card label:not(.check-row),
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card fieldset {
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(8, 13, 31, .08) !important;
    border-radius: 18px !important;
    background: var(--inner-soft) !important;
    color: #39465a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card input,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card textarea,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card select {
    min-height: 30px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--inner-ink) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card textarea {
    min-height: 84px !important;
    padding-top: 4px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .consent-list {
    display: grid !important;
    gap: 8px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .consent-list .check-row,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .apply-room-purpose .check-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    padding: 10px 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #4d596d !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .consent-list input,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .apply-room-purpose input[type="radio"] {
    width: 16px !important;
    min-height: 16px !important;
    margin: 1px 0 0 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .button,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .button-primary,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .kakao-button,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .google-button {
    min-height: 50px !important;
    border-radius: 999px !important;
    border: 2px solid var(--inner-ink) !important;
    box-shadow: 0 6px 0 var(--inner-ink) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    letter-spacing: -.045em !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .button-primary {
    color: #fff !important;
    background: var(--inner-ink) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .kakao-button {
    color: var(--inner-ink) !important;
    background: var(--inner-yellow) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .google-button {
    color: var(--inner-ink) !important;
    background: #fff !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .form-status {
    max-height: 170px !important;
    overflow: auto !important;
    border-radius: 18px !important;
    background: #f6f7fa !important;
    color: #374154 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px 14px !important;
    margin-top: 18px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-links a {
    color: #49566a !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-shortcuts {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

body.pixgom-inner-reference.pixgom-detail-page .inner-step-card {
  min-height: 82px !important;
  padding: 16px !important;
  border: 1px solid rgba(8, 13, 31, .08) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 18px 48px -34px rgba(8, 13, 31, .45) !important;
  text-decoration: none !important;
}

body.pixgom-inner-reference.pixgom-detail-page .inner-step-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  background: #080d1f !important;
  box-shadow: 0 14px 28px rgba(8, 13, 31, .14) !important;
}

@media (max-width: 860px) {
  body.pixgom-inner-reference .inner-site-header {
    width: 100% !important;
    min-height: 68px !important;
    padding: 0 24px !important;
    grid-template-columns: auto 1fr auto !important;
    gap: 12px !important;
  }

  body.pixgom-inner-reference .inner-site-nav,
  body.pixgom-inner-reference .inner-site-action {
    display: none !important;
  }

  body.pixgom-inner-reference .inner-site-header::after {
    content: "";
    width: 24px;
    height: 18px;
    background:
      linear-gradient(var(--inner-ink), var(--inner-ink)) 0 0 / 24px 3px no-repeat,
      linear-gradient(var(--inner-ink), var(--inner-ink)) 0 7px / 24px 3px no-repeat,
      linear-gradient(var(--inner-ink), var(--inner-ink)) 0 14px / 24px 3px no-repeat;
    border-radius: 999px;
  }

  body.pixgom-inner-reference .inner-site-brand small {
    display: none !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-shell {
    width: 100% !important;
    max-width: 480px !important;
    min-height: auto !important;
    margin: 0 auto !important;
    padding: 0 20px 34px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    background: transparent !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-product-visual {
    display: block !important;
    order: 1 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-hero-copy {
    order: 2 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card {
    order: 3 !important;
    margin-top: 4px !important;
    padding: 22px !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid rgba(8, 13, 31, .08) !important;
    box-shadow: 0 28px 72px -46px rgba(8, 13, 31, .42) !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-shortcuts {
    order: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-bottom: 0 !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card .pg-auth-note-grid,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card .start-journey,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card .market-apply-summary,
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-card .auth-next-card {
    display: none !important;
  }
}

@media (max-width: 430px) {
  body.auth-page.pixgom-inner-reference.pixgom-detail-page .auth-shell {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.auth-page.pixgom-inner-reference.pixgom-detail-page .inner-shortcuts {
    grid-template-columns: 1fr !important;
  }
}
