/*
 * ポイ活ライフ 正本 UI
 *
 * Visual source of truth:
 *   正本.html
 *   SHA-256 9cedd4d6b698b1ac345f4908f52cce7c0dc18b5c97a1b55877c0ea48e8448e44
 *   2026-08-17
 *
 * The selectors and dimensions below deliberately mirror the standalone
 * canonical file. WordPress data/API bindings stay in the PHP/JS layer.
 */

@font-face {
  font-family: "Lato PKN";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../img/canonical-master/lato-regular.woff") format("woff");
}

body.pkn-canonical {
  --pkn-master-deep: #073f44;
  --pkn-master-green: #067052;
  --pkn-master-mint: #31c4a7;
  --pkn-master-yellow: #f8ca36;
  --pkn-master-red: #e83a4f;
  --pkn-master-bg: #f5fbf8;
  --pkn-master-border: #dce9e5;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  color: var(--pkn-master-deep);
  background: var(--pkn-master-bg);
  font-family: "Lato PKN", Lato, -apple-system, BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: normal;
  line-height: normal;
  overflow-wrap: normal;
}

body.pkn-canonical *,
body.pkn-canonical *::before,
body.pkn-canonical *::after {
  box-sizing: border-box;
}

body.pkn-canonical [hidden] {
  display: none !important;
}

body.pkn-canonical a {
  color: var(--pkn-master-green);
  text-decoration: none;
}

body.pkn-canonical a:hover {
  color: var(--pkn-master-deep);
}

body.pkn-canonical button,
body.pkn-canonical input,
body.pkn-canonical select,
body.pkn-canonical textarea {
  font: inherit;
}

body.pkn-canonical button,
body.pkn-canonical input,
body.pkn-canonical select {
  min-height: 44px;
}

body.pkn-canonical button {
  -webkit-tap-highlight-color: transparent;
}

body.pkn-canonical :focus-visible {
  outline: 3px solid #a9e6d6;
  outline-offset: 2px;
}

body.pkn-canonical .tnum {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

body.pkn-canonical .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.pkn-canonical > .skip-link {
  position: fixed !important;
  z-index: 2000;
  top: -100px !important;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--pkn-master-deep);
  border-radius: 8px;
}

body.pkn-canonical > .skip-link:focus,
body.pkn-canonical > .skip-link:focus-visible {
  top: 8px !important;
}

/* The disclosure strip is the single production-only visual exception. */
body.pkn-canonical .pkn-disclosure-bar {
  position: relative !important;
  z-index: 1200;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100%;
  height: 26px;
  min-height: 26px;
  padding: 4px 12px;
  overflow: hidden;
  color: #d8efea;
  background: #052f33;
  border: 0;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

body.pkn-canonical .pkn-disclosure-bar a {
  color: #fff;
  font-weight: 700;
}

body.pkn-canonical .app-stage {
  display: flex;
  height: calc(100vh - 26px);
  height: calc(100dvh - 26px);
  min-height: 0;
  justify-content: center;
  overflow: hidden;
  background: var(--pkn-master-bg);
  font-family: inherit;
}

body.pkn-canonical .app-shell {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 414px;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 64px minmax(0, 1fr) calc(76px + env(safe-area-inset-bottom));
  grid-template-areas: "head" "main" "side";
  background: #fff;
}

/* JIN theme typography must not replace the canonical app typeface. */
body.pkn-canonical .app-shell h1,
body.pkn-canonical .app-shell h2,
body.pkn-canonical .app-shell h3,
body.pkn-canonical .app-shell h4,
body.pkn-canonical .app-shell h5,
body.pkn-canonical .app-shell h6,
body.pkn-canonical .app-shell strong,
body.pkn-canonical .app-shell b {
  font-family: inherit !important;
}

body.pkn-canonical .app-shell h1,
body.pkn-canonical .app-shell h2,
body.pkn-canonical .app-shell h3,
body.pkn-canonical .app-shell h4,
body.pkn-canonical .app-shell h5,
body.pkn-canonical .app-shell h6,
body.pkn-canonical .brand-header {
  letter-spacing: normal !important;
}

body.pkn-canonical .brand-header {
  position: static !important;
  z-index: auto;
  display: flex;
  width: 100%;
  height: 64px;
  min-height: 64px;
  padding: calc(8px + env(safe-area-inset-top)) 18px 10px;
  grid-area: head;
  align-items: center;
  gap: 10px;
  background: var(--pkn-master-yellow);
  border: 0;
  border-bottom: 1px solid rgba(7, 63, 68, 0.08);
  box-shadow: none;
}

body.pkn-canonical .brand-header .pkn-header-inner {
  display: contents;
}

body.pkn-canonical .brand-wordmark {
  display: flex;
  width: 210px;
  height: 44px;
  min-height: 44px;
  flex: 0 0 210px;
  align-items: center;
  gap: 1px;
  overflow: hidden;
}

body.pkn-canonical .brand-wordmark__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

body.pkn-canonical .pkn-master-account {
  position: relative;
  display: flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  margin-left: auto;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-deep);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 63, 68, 0.08);
  border-radius: 50%;
  line-height: 0;
}

/* Keep the canonical line icons independent from theme icon fonts/fill rules. */
body.pkn-canonical .pkn-master-search-submit svg,
body.pkn-canonical .pkn-master-filter-button svg,
body.pkn-canonical .pkn-master-account svg {
  display: block;
  fill: none !important;
  stroke: currentColor !important;
  transform: none !important;
}
body.pkn-canonical .pkn-master-search-submit svg,
body.pkn-canonical .pkn-master-search-submit svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
body.pkn-canonical .pkn-master-filter-button svg,
body.pkn-canonical .pkn-master-filter-button svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
body.pkn-canonical .pkn-master-account svg,
body.pkn-canonical .pkn-master-account svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.pkn-canonical .pkn-master-account__status {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  width: 13px;
  height: 13px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--pkn-master-green);
  border: 2px solid var(--pkn-master-yellow);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

body.pkn-canonical .app-scroll {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  grid-area: main;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background: var(--pkn-master-bg);
}

body.pkn-canonical .app-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.pkn-canonical .tab-bar {
  position: static !important;
  z-index: auto;
  display: flex !important;
  width: 100%;
  min-height: calc(76px + env(safe-area-inset-bottom));
  padding: 0 6px env(safe-area-inset-bottom);
  grid-area: side;
  grid-template-columns: none;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--pkn-master-border);
  box-shadow: 0 -4px 16px rgba(7, 63, 68, 0.06);
}

body.pkn-canonical .tab-bar > .pkn-bn-item {
  display: flex;
  min-width: 0;
  min-height: 64px;
  padding: 6px 2px;
  flex: 1 1 25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #7c9a93;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
}

body.pkn-canonical .nav-character-icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  filter: none;
  transform: none;
}

body.pkn-canonical .tab-bar .pkn-bn-label {
  overflow: hidden;
  max-width: 100%;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.pkn-canonical .offer-character-icon {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  background-image: var(--offer-icon-standard);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
}

body.pkn-canonical .offer-character-icon[data-offer-icon="credit"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-credit-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-credit-512x512.png"); }
body.pkn-canonical .offer-character-icon[data-offer-icon="bank"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-bank-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-bank-512x512.png"); }
body.pkn-canonical .offer-character-icon[data-offer-icon="shopping"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-shopping-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-shopping-512x512.png"); }
body.pkn-canonical .offer-character-icon[data-offer-icon="app"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-app-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-app-512x512.png"); }
body.pkn-canonical .offer-character-icon[data-offer-icon="travel"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-travel-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-travel-512x512.png"); }
body.pkn-canonical .offer-character-icon[data-offer-icon="service"] { --offer-icon-standard: url("../img/offers/FINAL-offer-B-service-58x58.png"); --offer-icon-high: url("../img/offers/FINAL-offer-B-service-512x512.png"); }

@media (min-resolution: 1.5dppx) {
  body.pkn-canonical .offer-character-icon { background-image: var(--offer-icon-high); }
}

body.pkn-canonical .offer-character-icon--trend {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

body.pkn-canonical .offer-character-icon--record {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 12px;
}

body.pkn-canonical .offer-character-icon--detail {
  width: 68px;
  height: 68px;
  background-image: var(--offer-icon-high);
  border-radius: 17px;
}

body.pkn-canonical .home-referral-icon {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  background-image: url("../img/referral/FINAL-referral-code-A-gift_64px.png");
  background-image: image-set(url("../img/referral/FINAL-referral-code-A-gift_64px.png") 1x, url("../img/referral/FINAL-referral-code-A-gift_128px.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.pkn-canonical .pkn-master-plan-icon {
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}

body.pkn-canonical .pkn-master-plan-icon img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

body.pkn-canonical .ui-icon-button {
  display: inline-flex;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

body.pkn-canonical .screen-state {
  padding: 20px 16px;
  text-align: center;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(7, 63, 68, 0.04);
}

body.pkn-canonical .screen-state-icon {
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-green);
  background: #e6f7f0;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}

body.pkn-canonical .screen-state-icon.error {
  color: var(--pkn-master-red);
  background: #fce7ea;
}

body.pkn-canonical .screen-state-title {
  color: var(--pkn-master-deep);
  font-size: 14px;
  font-weight: 900;
}

body.pkn-canonical .screen-state-copy {
  margin-top: 5px;
  color: #7c9a93;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.65;
}

body.pkn-canonical .state-spinner {
  width: 36px;
  height: 36px;
  margin: 2px auto 12px;
  border: 4px solid #e6f7f0;
  border-top-color: var(--pkn-master-mint);
  border-radius: 50%;
  animation: pkn-master-spin 0.8s linear infinite;
}

@keyframes pkn-master-spin { to { transform: rotate(360deg); } }

body.pkn-canonical .pkn-master-screen {
  width: 100%;
  max-width: 100%;
  padding: 16px 16px 28px;
}

body.pkn-canonical .pkn-master-section-title {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 8px;
  color: var(--pkn-master-deep);
  font-size: 16px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-section-title::before {
  width: 4px;
  height: 18px;
  flex: 0 0 4px;
  content: "";
  background: var(--pkn-master-mint);
  border-radius: 2px;
}

body.pkn-canonical .pkn-master-section-copy {
  margin: 5px 0 0 12px;
  color: #7c9a93;
  font-size: 11px;
  font-weight: 500;
}

body.pkn-canonical .pkn-master-search-row {
  display: flex;
  margin-top: 12px;
  align-items: center;
  gap: 8px;
}

body.pkn-canonical .pkn-master-search-box {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  padding: 0 8px;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(7, 63, 68, 0.05);
}

body.pkn-canonical .pkn-master-search-box > svg,
body.pkn-canonical .pkn-master-search-submit svg {
  width: 20px;
  height: 20px;
  color: var(--pkn-master-mint);
}

body.pkn-canonical .pkn-master-search-box > svg {
  margin: 0 10px 0 4px;
  flex: 0 0 20px;
}

body.pkn-canonical .pkn-master-search-submit {
  display: flex;
  width: 40px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-mint);
  background: transparent;
  border: 0;
  cursor: pointer;
}

body.pkn-canonical .pkn-master-search-box input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 8px 0 0;
  color: var(--pkn-master-deep);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

body.pkn-canonical .pkn-master-filter-button {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-green);
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 12px;
  cursor: pointer;
}

body.pkn-canonical .pkn-master-filter-button[aria-expanded="true"] {
  color: #fff;
  background: var(--pkn-master-green);
  border-color: var(--pkn-master-green);
}

body.pkn-canonical .pkn-master-filter-panel {
  margin-top: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4edea;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(7, 63, 68, 0.06);
}

body.pkn-canonical .pkn-master-filter-panel[hidden] { display: none; }

body.pkn-canonical .pkn-master-filter-panel--in-card {
  margin-right: -14px;
  margin-bottom: -14px;
  margin-left: -14px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

body.pkn-canonical .pkn-master-filter-head {
  display: flex;
  min-height: 38px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f9fcfb;
  border-bottom: 1px solid #edf4f1;
}
body.pkn-canonical .pkn-master-filter-head > strong { color: var(--pkn-master-deep); font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-filter-clear { min-height: 32px; padding: 4px 0; color: var(--pkn-master-green); background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-filter-section + .pkn-master-filter-section { border-top: 1px solid #edf4f1; }
body.pkn-canonical .pkn-master-filter-section-toggle {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  align-items: center;
  gap: 10px;
  color: var(--pkn-master-deep);
  text-align: left;
  background: #fff;
  border: 0;
  cursor: pointer;
}
body.pkn-canonical .pkn-master-filter-section-icon { display: flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; color: var(--pkn-master-green); background: #e6f7f0; border-radius: 9px; }
body.pkn-canonical .pkn-master-filter-section-icon.is-site { color: #8a6a00; background: #fdf0bd; }
body.pkn-canonical .pkn-master-filter-section-icon.is-range { color: var(--pkn-master-red); background: #fce7ea; }
body.pkn-canonical .pkn-master-filter-section-icon svg { display: block; width: 15px; height: 15px; fill: none !important; stroke: currentColor !important; stroke-width: 2 !important; stroke-linecap: round !important; stroke-linejoin: round !important; }
body.pkn-canonical .pkn-master-filter-section-copy { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-filter-section-copy > strong { display: block; color: var(--pkn-master-deep); font-size: 12px; font-weight: 900; }
body.pkn-canonical .pkn-master-filter-section-copy > small { display: block; margin-top: 2px; overflow: hidden; color: #7c9a93; font-size: 10px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
body.pkn-canonical .pkn-master-filter-count { display: inline-flex; min-width: 22px; height: 22px; min-height: 22px; padding: 0 7px; flex: 0 0 auto; align-items: center; justify-content: center; color: #fff; background: var(--pkn-master-deep); border-radius: 999px; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-filter-chevron { flex: 0 0 auto; color: var(--pkn-master-mint); font-size: 13px; font-weight: 900; transition: transform .16s ease; }
body.pkn-canonical .pkn-master-filter-section-toggle[aria-expanded="true"] .pkn-master-filter-chevron { transform: rotate(180deg); }
body.pkn-canonical .pkn-master-filter-section-body { padding: 10px 12px 12px; background: #fbfdfc; border-top: 1px solid #edf4f1; }
body.pkn-canonical .pkn-master-filter-section-tools { display: flex; min-height: 28px; margin: -2px 0 7px; align-items: center; justify-content: space-between; gap: 8px; color: #7c9a93; font-size: 10px; font-weight: 500; }
body.pkn-canonical .pkn-master-filter-section-tools button { min-height: 28px; padding: 2px; color: var(--pkn-master-green); background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-range-grid { display: grid; grid-template-columns: minmax(0,1fr) 18px minmax(0,1fr); align-items: center; gap: 7px; }
body.pkn-canonical .pkn-master-range-field { position: relative; }
body.pkn-canonical .pkn-master-range-field input { width: 100%; height: 40px; min-height: 40px; padding: 0 30px 0 10px; color: var(--pkn-master-deep); background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 11px; outline: 0; font-size: 12px; font-weight: 700; }
body.pkn-canonical .pkn-master-range-field > span:last-child { position: absolute; top: 50%; right: 9px; color: #7c9a93; font-size: 10px; font-weight: 700; transform: translateY(-50%); }
body.pkn-canonical .pkn-master-range-separator { color: #7c9a93; text-align: center; font-size: 12px; font-weight: 700; }
body.pkn-canonical .pkn-master-filter-active-dot { position: absolute; top: 6px; right: 6px; width: 8px; height: 8px; min-height: 8px; background: var(--pkn-master-red); border: 1.5px solid #fff; border-radius: 50%; }
body.pkn-canonical .pkn-master-filter-active-dot[hidden] { display: none; }

body.pkn-canonical .pkn-master-filter-group {
  padding: 12px;
  border-top: 1px solid #edf4f1;
}

body.pkn-canonical .pkn-master-filter-group:first-child { border-top: 0; }

body.pkn-canonical .pkn-master-filter-label {
  display: block;
  margin-bottom: 8px;
  color: var(--pkn-master-deep);
  font-size: 11px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.pkn-canonical .pkn-master-chip {
  min-height: 32px;
  padding: 6px 12px;
  color: #4e6b64;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

body.pkn-canonical .pkn-master-chip.is-active,
body.pkn-canonical .pkn-master-chip[aria-pressed="true"] {
  color: #fff;
  background: var(--pkn-master-green);
  border-color: var(--pkn-master-green);
}

body.pkn-canonical .pkn-master-site-chip { display: inline-flex; align-items: center; gap: 5px; }
body.pkn-canonical .pkn-master-site-chip input { width: 14px; height: 14px; min-height: 0; margin: 0; accent-color: currentColor; }
body.pkn-canonical .pkn-master-site-chip.is-active input { accent-color: #fff; }

body.pkn-canonical .pkn-master-offers .pkn-cat-wrap .pkn-cat-btn {
  min-height: 32px;
  padding: 6px 12px;
  color: #4e6b64;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

body.pkn-canonical .pkn-master-offers .pkn-cat-wrap .pkn-cat-btn.is-active,
body.pkn-canonical .pkn-master-offers .pkn-cat-wrap .pkn-cat-btn[aria-pressed="true"] {
  color: #fff;
  background: var(--pkn-master-green);
  border-color: var(--pkn-master-green);
}

body.pkn-canonical .home-plan-grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.pkn-canonical .plan-card {
  display: flex;
  width: 100%;
  min-height: 72px;
  padding: 11px;
  align-items: center;
  gap: 10px;
  color: var(--pkn-master-deep);
  text-align: left;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(7, 63, 68, 0.05);
  cursor: pointer;
}

body.pkn-canonical .plan-card__label {
  min-width: 0;
  flex: 1;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

body.pkn-canonical .plan-card__arrow {
  color: var(--pkn-master-mint);
  font-size: 17px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-trend-table,
body.pkn-canonical .offer-list-table {
  overflow: hidden;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(7, 63, 68, 0.06);
}

body.pkn-canonical-offers .pkn-offers-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.pkn-canonical-offers .pkn-offers-page > .pkn-v2-offers-head,
body.pkn-canonical-offers .pkn-offers-page > .pkn-mobile-filter,
body.pkn-canonical-offers .pkn-offers-page > .pkn-search-body,
body.pkn-canonical-offers .pkn-offers-page > .pkn-oc-stickybar {
  display: none !important;
}

body.pkn-canonical .pkn-master-trend-row {
  display: flex;
  min-height: 70px;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  color: inherit;
  border-bottom: 1px solid #edf4f1;
}

body.pkn-canonical .pkn-master-trend-row:last-child { border-bottom: 0; }

body.pkn-canonical .pkn-master-trend-rank {
  display: flex;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  color: #8a6a00;
  background: #fdf0bd;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-trend-row:nth-child(2) .pkn-master-trend-rank { color: #4e6b64; background: #e7efec; }
body.pkn-canonical .pkn-master-trend-row:nth-child(n+3) .pkn-master-trend-rank { color: #9b5b2d; background: #f4e5d7; }

body.pkn-canonical .home-feature-card {
  position: relative;
  min-height: 0;
  padding: 18px 16px 6px;
  overflow: hidden;
  background: linear-gradient(160deg, #e6f7f0, #fff);
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 20px;
}

body.pkn-canonical .home-feature-character {
  display: none;
  position: absolute;
  object-fit: contain;
}

body.pkn-canonical .home-feature-list {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 250px;
  padding-bottom: 14px;
  flex-direction: column;
  gap: 12px;
}

body.pkn-canonical .pkn-master-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

body.pkn-canonical .pkn-master-feature-row strong {
  line-height: 20.6667px;
}

body.pkn-canonical .pkn-master-feature-icon {
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 12px;
}

body.pkn-canonical .pkn-master-feature-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

body.pkn-canonical .home-blog-navigation {
  margin-top: 28px;
}

body.pkn-canonical .home-blog-navigation__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.pkn-canonical .home-blog-navigation__all {
  display: inline-flex;
  min-height: 44px;
  margin-top: -10px;
  padding: 10px 0 10px 10px;
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  color: var(--pkn-master-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.pkn-canonical .home-blog-navigation__grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.pkn-canonical .home-blog-navigation__card {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 84px;
  padding: 11px 10px;
  grid-template-columns: 30px minmax(0, 1fr) 9px;
  align-items: center;
  gap: 8px;
  color: var(--pkn-master-deep);
  text-align: left;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(7, 63, 68, 0.05);
  text-decoration: none;
}

body.pkn-canonical .home-blog-navigation__card:hover {
  color: var(--pkn-master-deep);
  border-color: #a9dcd0;
  box-shadow: 0 5px 14px rgba(7, 63, 68, 0.09);
}

body.pkn-canonical .home-blog-navigation__card:focus-visible,
body.pkn-canonical .home-blog-navigation__all:focus-visible {
  outline: 3px solid rgba(49, 196, 167, 0.35);
  outline-offset: 2px;
}

body.pkn-canonical .home-blog-navigation__icon {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-green);
  background: #e6f7f0;
  border-radius: 9px;
}

body.pkn-canonical .home-blog-navigation__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

body.pkn-canonical .home-blog-navigation__copy {
  min-width: 0;
}

body.pkn-canonical .home-blog-navigation__copy strong,
body.pkn-canonical .home-blog-navigation__copy small {
  display: block;
}

body.pkn-canonical .home-blog-navigation__copy strong {
  color: var(--pkn-master-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

body.pkn-canonical .home-blog-navigation__copy small {
  margin-top: 4px;
  color: #7c9a93;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

body.pkn-canonical .home-blog-navigation__chevron {
  color: var(--pkn-master-mint);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

body.pkn-canonical .offer-list-table {
  border-width: 1px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(7, 63, 68, 0.04);
}

body.pkn-canonical .offer-list-item {
  background: #fff;
  border-bottom: 1px solid #e7efec;
}

body.pkn-canonical .offer-list-item:last-child { border-bottom: 0; }

body.pkn-canonical .offer-list-row {
  display: flex;
  min-height: 72px;
  padding: 11px 11px 9px;
  align-items: center;
  gap: 11px;
  color: inherit;
  cursor: pointer;
}

body.pkn-canonical .offer-icon-rail {
  display: flex;
  align-self: stretch;
  margin: -11px 0 -9px -11px;
  padding: 7px 6px 6px;
  flex: 0 0 74px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fff;
}

body.pkn-canonical .offer-icon-rail .offer-character-icon {
  width: 58px;
  height: 58px;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}

body.pkn-canonical .offer-icon-rail-label {
  max-width: 66px;
  overflow: hidden;
  color: var(--pkn-master-green);
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.pkn-canonical .offer-compare-toggle {
  display: flex;
  width: 100%;
  min-height: 46px;
  padding: 7px 12px 7px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #055f4a;
  text-align: left;
  background: #eef8f4;
  border: 0;
  cursor: pointer;
  transition: background 0.16s ease;
}

body.pkn-canonical .offer-compare-toggle[aria-expanded="true"] { background: #e2f4ec; }

body.pkn-canonical .offer-compare-toggle__copy {
  display: flex;
  min-width: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 7px;
}

body.pkn-canonical .offer-compare-toggle__label {
  color: #055f4a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

body.pkn-canonical .offer-compare-toggle__hint {
  color: #4e6b64;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

body.pkn-canonical .offer-compare-toggle__chevron {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--pkn-master-green);
  background: #fff;
  border: 1px solid #cfe3dd;
  border-radius: 9px;
  box-shadow: 0 1px 3px rgba(7, 63, 68, 0.08);
}

body.pkn-canonical .offer-compare-toggle__chevron::before {
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.16s ease;
}

body.pkn-canonical .offer-compare-toggle[aria-expanded="true"] .offer-compare-toggle__chevron {
  color: #fff;
  background: #075d58;
  border-color: #075d58;
}

body.pkn-canonical .offer-compare-toggle[aria-expanded="true"] .offer-compare-toggle__chevron::before {
  transform: translateY(2px) rotate(225deg);
}

body.pkn-canonical .pkn-master-compare-rows {
  padding: 5px 10px 7px;
  background: var(--pkn-master-bg);
  border-top: 1px solid var(--pkn-master-border);
}

body.pkn-canonical .pkn-master-compare-rows[hidden] { display: none; }

body.pkn-canonical .pkn-master-compare-row {
  display: flex;
  min-height: 39px;
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-bottom: 1px solid #e4edea;
}

body.pkn-canonical .route-title-block { margin: 4px 0 16px; }

body.pkn-canonical .route-beta {
  display: inline-flex;
  margin-left: 7px;
  padding: 2px 7px;
  align-items: center;
  color: #53736b;
  vertical-align: 3px;
  background: #edf4f1;
  border: 1px solid #d7e5e0;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
}

body.pkn-canonical .route-form-grid {
  padding: 12px 15px 13px;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(7, 63, 68, 0.06);
}

body.pkn-canonical .pkn-master-route-label {
  display: block;
  margin: 0 0 4px;
  color: #7c9a93;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

body.pkn-canonical .pkn-master-route-select {
  display: flex;
  width: 100%;
  min-height: 46px;
  padding: 7px 11px;
  align-items: center;
  gap: 9px;
  color: var(--pkn-master-deep);
  text-align: left;
  background: #f9fcfb;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 11px;
  cursor: pointer;
}

body.pkn-canonical .pkn-master-point-logo {
  display: inline-flex;
  width: 30px;
  height: 30px;
  min-height: 0;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: var(--pkn-master-green);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

body.pkn-canonical .pkn-master-point-logo.is-small {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border-radius: 6px;
  font-size: 7px;
}

body.pkn-canonical .pkn-master-route-selected {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.pkn-canonical .pkn-master-route-chevron {
  flex: 0 0 auto;
  color: var(--pkn-master-mint);
  font-size: 10px;
  font-weight: 900;
}

body.pkn-canonical .route-destination { margin-top: 9px; }

body.pkn-canonical .route-form-submit {
  position: relative;
  width: 100%;
  min-height: 46px;
  margin-top: 11px;
  padding: 9px 14px;
  color: #fff;
  background: var(--pkn-master-green);
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

body.pkn-canonical .route-form-grid[aria-busy="true"] .route-form-submit {
  color: transparent;
  pointer-events: none;
}

body.pkn-canonical .route-form-grid[aria-busy="true"] .route-form-submit::after {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  content: "";
  border: 3px solid rgba(255,255,255,.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pkn-master-spin .8s linear infinite;
}

body.pkn-canonical .pkn-master-route-condition {
  margin: 0 2px 10px;
  padding: 9px 11px;
  overflow: hidden;
  color: var(--pkn-master-green);
  background: #e6f7f0;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.pkn-canonical .pkn-master-route-results-head {
  display: flex;
  margin: 0 2px 12px;
  align-items: center;
  gap: 8px;
}

body.pkn-canonical .pkn-master-section-bar {
  width: 4px;
  height: 18px;
  flex: 0 0 4px;
  background: var(--pkn-master-mint);
  border-radius: 2px;
}

body.pkn-canonical .pkn-master-route-results-head h2 {
  margin: 0;
  color: var(--pkn-master-deep);
  font-size: 15px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-route-sort-form { margin-left: auto; }
body.pkn-canonical .pkn-master-route-sort-form label { position: relative; display: block; }
body.pkn-canonical .pkn-master-route-sort-form select {
  height: 32px;
  min-height: 32px;
  padding: 0 27px 0 9px;
  appearance: none;
  color: var(--pkn-master-green);
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}
body.pkn-canonical .pkn-master-route-sort-form label > span:last-child { position: absolute; top: 50%; right: 9px; color: var(--pkn-master-mint); font-size: 9px; pointer-events: none; transform: translateY(-50%); }

body.pkn-canonical .route-result-notice {
  margin: 0 2px 12px;
  padding: 8px 10px;
  color: #4e746a;
  background: #e7f7f1;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

body.pkn-canonical .route-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

body.pkn-canonical .route-result-rail-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--pkn-master-border);
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(7, 63, 68, 0.05);
}

body.pkn-canonical .route-result-rail-card.is-best { border-color: var(--pkn-master-mint); }

body.pkn-canonical .route-best-badge {
  position: absolute;
  top: -1px;
  left: 100px;
  z-index: 2;
  padding: 3px 12px;
  color: #fff;
  background: var(--pkn-master-mint);
  border-radius: 0 0 8px 8px;
  font-size: 10px;
  font-weight: 900;
}

body.pkn-canonical .route-result-click {
  position: relative;
  min-height: 138px;
  padding: 16px 14px 46px 100px;
}

body.pkn-canonical .route-result-rail-card.is-best .route-result-click { padding-top: 35px; }

body.pkn-canonical .route-result-left-rail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: flex;
  width: 88px;
  min-height: 138px;
  padding-top: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  background: #f4faf7;
  pointer-events: none;
}

body.pkn-canonical .route-result-rate-icon {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: contain;
}

body.pkn-canonical .route-result-left-rate-label { margin-top: 3px; color: #7c9a93; font-size: 8px; font-weight: 800; line-height: 1.2; }
body.pkn-canonical .route-result-left-rate { color: var(--pkn-master-green); font-size: 18px; font-weight: 900; line-height: 1.15; }
body.pkn-canonical .route-result-left-rate.is-unavailable {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

body.pkn-canonical .pkn-master-route-path {
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

body.pkn-canonical .pkn-master-route-hop {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  padding: 4px 10px 4px 5px;
  align-items: center;
  flex: 0 1 auto;
  gap: 5px;
  color: var(--pkn-master-deep);
  background: #e6f7f0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: left;
}

body.pkn-canonical .pkn-master-route-hop > span:last-child { min-width: 0; }
body.pkn-canonical .pkn-master-route-arrow { flex: 0 0 auto; color: var(--pkn-master-mint); font-weight: 900; }

body.pkn-canonical .route-result-main-metrics { display: flex; gap: 24px; }
body.pkn-canonical .route-result-main-metrics > span { display: block; }
body.pkn-canonical .route-result-main-metrics small { display: block; color: #7c9a93; font-size: 10px; font-weight: 700; }
body.pkn-canonical .route-result-main-metrics strong { display: block; margin-top: 1px; color: var(--pkn-master-deep); font-size: 20px; font-style: normal; font-weight: 900; }
body.pkn-canonical .route-result-main-metrics strong.is-warning { color: #d87817; font-size: 14px; line-height: 29px; }
body.pkn-canonical .route-result-main-metrics em { font-size: 11px; font-style: normal; }

body.pkn-canonical .route-result-attention {
  display: block;
  margin-top: 8px;
  color: #d87817;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

body.pkn-canonical .route-result-toggle {
  position: absolute;
  right: 14px;
  bottom: 15px;
  z-index: 2;
  display: inline-flex;
  padding: 4px 2px;
  align-items: center;
  gap: 3px;
  color: var(--pkn-master-mint);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
}

body.pkn-canonical .route-result-toggle:focus-visible { outline: 3px solid rgba(49,196,167,.35); outline-offset: 2px; }
body.pkn-canonical .route-result-caret { display: inline-block; transition: transform .2s; }
body.pkn-canonical .route-result-toggle[aria-expanded="true"] .route-result-caret { transform: rotate(180deg); }

body.pkn-canonical .route-result-detail[hidden] { display: none !important; }
body.pkn-canonical .route-result-detail {
  position: relative;
  z-index: 2;
  margin-left: 88px;
  padding-bottom: 12px;
  background: #f5fbf8;
  border-top: 1px solid #edf4f1;
}

body.pkn-canonical .route-result-detail-heading { margin: 0; padding: 12px 16px 4px; color: var(--pkn-master-deep); font-size: 11px; font-weight: 900; }
body.pkn-canonical .route-result-detail-heading.is-legs { padding-top: 14px; padding-bottom: 7px; }
body.pkn-canonical .pkn-master-route-total { margin: 0; }
body.pkn-canonical .pkn-master-route-total > div { display: flex; min-height: 42px; padding: 10px 16px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf4f1; }
body.pkn-canonical .pkn-master-route-total dt { color: #7c9a93; font-size: 12px; }
body.pkn-canonical .pkn-master-route-total dd { margin: 0; color: var(--pkn-master-deep); font-size: 13px; font-weight: 700; text-align: right; }

body.pkn-canonical .route-leg-list {
  position: relative;
  display: grid;
  padding: 0 12px 0 40px;
  gap: 10px;
}

body.pkn-canonical .route-leg-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  padding: 9px 10px;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 12px;
}

body.pkn-canonical .route-leg-card.is-warning { border-color: #f1d8b6; }

body.pkn-canonical .route-leg-card::before {
  position: absolute;
  top: 19px;
  left: -26px;
  z-index: 2;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  content: "";
  background: #fff;
  border: 3px solid var(--pkn-master-mint);
  border-radius: 50%;
}

body.pkn-canonical .route-leg-card:not(:last-child)::after {
  position: absolute;
  top: 29px;
  left: -17px;
  z-index: 1;
  width: 2px;
  height: calc(100% + 10px);
  content: "";
  background: var(--pkn-master-mint);
}

body.pkn-canonical .route-leg-copy { min-width: 0; flex: 1; }
body.pkn-canonical .route-leg-title { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 5px; }
body.pkn-canonical .route-leg-logos { display: inline-flex; align-items: center; gap: 4px; color: var(--pkn-master-mint); font-size: 13px; font-weight: 900; }
body.pkn-canonical .route-leg-title strong { min-width: 0; color: #4e6b64; font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
body.pkn-canonical .route-leg-amount { display: block; margin-top: 3px; color: #4e6b64; font-size: 9px; font-weight: 700; line-height: 1.4; }
body.pkn-canonical .route-leg-check { display: inline-flex; padding: 2px 7px; color: #b56a16; background: #fff7e9; border: 1px solid #f1d8b6; border-radius: 999px; font-size: 9px; font-weight: 900; line-height: 1.2; }
body.pkn-canonical .route-leg-detail-button { min-height: 32px; padding: 8px 12px; flex: 0 0 auto; color: #fff; background: var(--pkn-master-deep); border: 0; border-radius: 9px; cursor: pointer; font-family: inherit; font-size: 11px; font-weight: 700; }

body.pkn-canonical .route-leg-overlay[hidden] { display: none !important; }
body.pkn-canonical .route-leg-overlay {
  position: fixed;
  inset: var(--pkn-detail-overlay-top, 90px) 0 calc(76px + env(safe-area-inset-bottom));
  z-index: 1750;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(7,63,68,.5);
}

body.pkn-canonical .route-leg-panel { width: 100%; max-width: 340px; max-height: 100%; overflow-y: auto; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(7,63,68,.35); }
body.pkn-canonical .route-leg-panel__head { display: flex; min-height: 56px; padding: 12px 14px 12px 18px; align-items: center; justify-content: space-between; gap: 10px; background: var(--pkn-master-deep); }
body.pkn-canonical .route-leg-panel__head strong { display: inline-flex; min-width: 0; align-items: center; gap: 7px; color: #fff; font-size: 15px; font-weight: 900; }
body.pkn-canonical .route-leg-panel__head .ui-icon-button { color: #fff; background: rgba(255,255,255,.1); font-size: 18px; }
body.pkn-canonical .route-leg-panel__arrow { color: var(--pkn-master-mint); }
body.pkn-canonical .route-leg-panel__summary { display: flex; padding: 13px 18px 8px; align-items: center; flex-wrap: wrap; gap: 6px; background: #fff; }
body.pkn-canonical .route-leg-panel__summary > strong { color: var(--pkn-master-green); font-size: 13px; font-weight: 900; }
body.pkn-canonical .route-leg-panel__summary > small { display: block; width: 100%; margin-top: -2px; color: #4e6b64; font-size: 11px; font-weight: 700; }
body.pkn-canonical .route-leg-panel__rows { margin: 0; }
body.pkn-canonical .route-leg-panel__rows > div { display: flex; min-height: 46px; padding: 11px 18px; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #edf4f1; }
body.pkn-canonical .route-leg-panel__rows dt { color: #7c9a93; font-size: 12px; font-weight: 500; }
body.pkn-canonical .route-leg-panel__rows dd { margin: 0; color: var(--pkn-master-deep); font-size: 14px; font-weight: 700; text-align: right; }
body.pkn-canonical .route-leg-panel__note { padding: 14px 18px; background: #f5fbf8; }
body.pkn-canonical .route-leg-panel__note > strong { display: block; margin-bottom: 4px; color: var(--pkn-master-green); font-size: 11px; font-weight: 900; }
body.pkn-canonical .route-leg-panel__note p { margin: 0; color: #4e6b64; font-size: 12px; font-weight: 500; line-height: 1.7; }
body.pkn-canonical .route-leg-panel__note small { display: block; margin-top: 8px; color: #7c9a93; font-size: 10px; font-weight: 700; line-height: 1.45; }
body.pkn-canonical .route-official-link { display: inline-flex; margin-top: 10px; color: var(--pkn-master-green); font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }
body.pkn-canonical .route-leg-panel__foot { padding: 12px 18px 16px; background: #f5fbf8; }
body.pkn-canonical .route-leg-panel__foot button { width: 100%; min-height: 44px; padding: 10px; color: var(--pkn-master-green); background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 11px; cursor: pointer; font-family: inherit; font-size: 13px; font-weight: 700; }

body.pkn-canonical .pkn-master-state-button { min-height: 44px; margin-top: 13px; padding: 0 16px; color: #fff; background: var(--pkn-master-deep); border: 0; border-radius: 11px; cursor: pointer; font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-route-note { margin: 10px 3px 0; color: #9bb1aa; font-size: 9px; font-weight: 600; line-height: 1.55; }

body.pkn-canonical .route-picker-overlay[hidden] { display: none !important; }
body.pkn-canonical .route-picker-overlay {
  position: fixed;
  inset: var(--pkn-detail-overlay-top, 90px) 0 calc(76px + env(safe-area-inset-bottom));
  z-index: 1600;
  display: flex;
  padding: 18px 14px 0;
  align-items: flex-end;
  background: rgba(7,63,68,.42);
}
body.pkn-canonical .route-picker-panel { width: 100%; max-height: 100%; padding: 9px 14px 14px; overflow-y: auto; background: #fff; border-radius: 22px 22px 0 0; box-shadow: 0 -12px 36px rgba(7,63,68,.18); }
body.pkn-canonical .sheet-handle { display: block; width: 38px; height: 4px; margin: 0 auto 11px; background: #c8d9d4; border-radius: 99px; }
body.pkn-canonical .route-picker-head { display: flex; margin-bottom: 5px; align-items: center; justify-content: space-between; }
body.pkn-canonical .route-picker-head strong { color: var(--pkn-master-deep); font-size: 15px; }
body.pkn-canonical .route-picker-head .ui-icon-button { color: var(--pkn-master-deep); background: var(--pkn-master-bg); font-size: 20px; }
body.pkn-canonical .route-picker-options button { display: flex; width: 100%; min-height: 54px; padding: 7px 9px; align-items: center; gap: 11px; color: var(--pkn-master-deep); text-align: left; background: #fff; border: 0; border-bottom: 1px solid #edf4f1; cursor: pointer; font-size: 13px; font-weight: 800; }
body.pkn-canonical .route-picker-options button > span:nth-child(2) { min-width: 0; flex: 1; }
body.pkn-canonical .route-picker-options button > span:last-child { visibility: hidden; color: var(--pkn-master-green); font-size: 15px; font-weight: 900; }
body.pkn-canonical .route-picker-options button[aria-pressed="true"] > span:last-child { visibility: visible; }

body.pkn-canonical .detail-panel {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--pkn-master-bg);
}

body.pkn-canonical-offer_detail .app-scroll {
  padding: 0;
  overflow: hidden;
}

body.pkn-canonical-offer_detail .app-scroll > .pkn-master-detail-page {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

body.pkn-canonical .pkn-master-detail-page {
  position: relative;
  display: flex;
  min-height: 100%;
  justify-content: flex-end;
  background: rgba(7,63,68,.18);
}

body.pkn-canonical .detail-panel__header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  min-height: 64px;
  padding: 10px 18px;
  align-items: center;
  gap: 12px;
  background: var(--pkn-master-yellow);
  border-bottom: 1px solid rgba(7, 63, 68, 0.08);
}

body.pkn-canonical .detail-panel__header > span {
  color: var(--pkn-master-deep);
  font-size: 15px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-detail-back {
  color: var(--pkn-master-deep);
  background: transparent;
  font-size: 28px;
  font-weight: 900;
}

body.pkn-canonical .detail-panel__body { padding: 16px; }

body.pkn-canonical .detail-card {
  padding: 14px;
  background: #fff;
  border: 1px solid #e4edea;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(7, 63, 68, 0.05);
}

body.pkn-canonical .pkn-master-detail-summary {
  display: flex;
  align-items: center;
  gap: 13px;
}

body.pkn-canonical .pkn-master-detail-summary > div { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-detail-summary h1 { margin: 0; color: var(--pkn-master-deep); font-size: 17px; font-weight: 900; line-height: 1.35; }
body.pkn-canonical .pkn-master-detail-chips { display: flex; margin-top: 7px; flex-wrap: wrap; gap: 6px; }
body.pkn-canonical .pkn-master-detail-chips span { padding: 3px 8px; color: var(--pkn-master-green); background: #e6f7f0; border-radius: 6px; font-size: 10px; font-weight: 800; }
body.pkn-canonical .pkn-master-detail-chips span:nth-child(2) { color: #8a6a00; background: #fdf0bd; }
body.pkn-canonical .pkn-master-detail-chips span.is-ended { color: #a42d3a; background: #fce7ea; }

body.pkn-canonical .pkn-master-detail-warning { margin-top: 12px; }

body.pkn-canonical .pkn-master-detail-heading {
  display: flex;
  margin: 18px 0 9px;
  align-items: center;
  gap: 8px;
}
body.pkn-canonical .pkn-master-detail-heading > span { width: 4px; height: 16px; flex: 0 0 4px; background: var(--pkn-master-mint); border-radius: 2px; }
body.pkn-canonical .pkn-master-detail-heading h2 { margin: 0; color: var(--pkn-master-deep); font-size: 14px; font-weight: 900; }
body.pkn-canonical .pkn-master-detail-heading small { margin-left: auto; color: #7c9a93; font-size: 9px; font-weight: 700; }

body.pkn-canonical .pkn-master-market h3 { margin: 14px 0 9px; color: var(--pkn-master-deep); font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-market-stats { display: grid; overflow: hidden; grid-template-columns: repeat(4,1fr); background: #f9fbfa; border: 1px solid #e4edea; border-radius: 12px; }
body.pkn-canonical .pkn-master-market-stats > div { padding: 9px 5px; text-align: center; border-right: 1px solid #e4edea; }
body.pkn-canonical .pkn-master-market-stats > div:last-child { border-right: 0; }
body.pkn-canonical .pkn-master-market-stats small { display: block; color: #7c9a93; font-size: 9px; font-weight: 800; }
body.pkn-canonical .pkn-master-market-stats strong { display: block; margin-top: 3px; font-size: 16px; font-weight: 900; white-space: nowrap; }
body.pkn-canonical .pkn-master-market-stats strong.is-high { color: var(--pkn-master-red); }
body.pkn-canonical .pkn-master-market-stats strong.is-avg { color: #275e9e; }
body.pkn-canonical .pkn-master-market-stats strong.is-low { color: var(--pkn-master-green); }
body.pkn-canonical .pkn-master-market-stats strong.is-spread { color: #e87820; }
body.pkn-canonical .pkn-master-market-stats em { font-size: 9px; font-style: normal; }
body.pkn-canonical .pkn-master-chart-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
body.pkn-canonical .pkn-master-chart-meta span { color: #7c9a93; font-size: 10px; font-weight: 700; }
body.pkn-canonical .pkn-master-chart-meta strong { margin-left: 7px; color: var(--pkn-master-deep); font-size: 18px; font-weight: 900; }
body.pkn-canonical .pkn-master-chart-meta small { color: #7c9a93; font-size: 9px; font-weight: 700; }
body.pkn-canonical .pkn-master-history-selector { display: flex; margin: 9px 0 10px; padding: 3px; gap: 4px; overflow-x: auto; background: #eef4f2; border-radius: 10px; scrollbar-width: none; }
body.pkn-canonical .pkn-master-history-selector::-webkit-scrollbar { display: none; }
body.pkn-canonical .pkn-master-history-selector button { min-height: 30px; padding: 5px 10px; flex: 0 0 auto; color: #4e6b64; background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 800; }
body.pkn-canonical .pkn-master-history-selector button.is-active,
body.pkn-canonical .pkn-master-history-selector button[aria-pressed="true"] { color: #fff; background: var(--pkn-master-green); border-color: var(--pkn-master-green); }
body.pkn-canonical .pkn-master-history-chart { display: block; width: 100%; height: 130px; margin-top: 4px; }
body.pkn-canonical .pkn-master-chart-range { display: flex; margin-top: 4px; justify-content: space-between; color: #9bb1aa; font-size: 9px; font-weight: 700; }
body.pkn-canonical .pkn-master-chart-range strong { color: inherit; font-size: inherit; font-weight: 800; }
body.pkn-canonical .pkn-master-history-period { display: flex; margin-top: 10px; justify-content: center; gap: 7px; }
body.pkn-canonical .pkn-master-history-period button { min-width: 58px; min-height: 31px; padding: 5px 9px; color: #7c9a93; background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 800; }
body.pkn-canonical .pkn-master-history-period button.is-active,
body.pkn-canonical .pkn-master-history-period button[aria-pressed="true"] { color: var(--pkn-master-green); background: #e6f7f0; border-color: #a9e6d6; }
body.pkn-canonical .pkn-master-history-empty { min-height: 90px; margin-top: 7px; padding: 24px 12px; color: #7c9a93; text-align: center; background: #f9fcfb; border: 1px dashed var(--pkn-master-border); border-radius: 10px; font-size: 11px; font-weight: 800; }
body.pkn-canonical .pkn-master-history-note { display: flex; margin-top: 13px; padding: 11px 12px; align-items: center; gap: 10px; background: #fffdf6; border: 1.5px solid #f2d990; border-radius: 12px; }
body.pkn-canonical .pkn-master-history-note > span { flex: 0 0 auto; font-size: 20px; }
body.pkn-canonical .pkn-master-history-note > div { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-history-note small { display: block; color: #8a6a00; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-history-note strong { display: block; margin-top: 1px; color: var(--pkn-master-red); font-size: 21px; font-weight: 900; }
body.pkn-canonical .pkn-master-history-note p { margin: 2px 0 0; color: #7c6e49; font-size: 9px; font-weight: 600; line-height: 1.45; }
body.pkn-canonical .pkn-master-recommendation { display: flex; padding: 11px 12px; align-items: center; gap: 10px; background: #fffdf6; border-color: #f2d990; }
body.pkn-canonical .pkn-master-recommendation > div { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-recommendation__heading { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
body.pkn-canonical .pkn-master-history-note .pkn-master-recommendation__heading small { color: #8a6a00; font-size: 10px; }
body.pkn-canonical .pkn-master-ai-analysis-badge { display: inline-flex; min-height: 22px; padding: 2px 8px; align-items: center; color: var(--pkn-master-green); background: #e9f8f3; border: 1.5px solid #9ddfce; border-radius: 999px; font-size: 9px; font-weight: 900; line-height: 1; }
body.pkn-canonical .pkn-master-history-note strong.pkn-master-recommendation__value { margin-top: 5px; color: var(--pkn-master-red); }
body.pkn-canonical .pkn-master-recommendation > div > p { margin-top: 3px; color: #7c6e49; font-size: 9px; line-height: 1.45; }
body.pkn-canonical .pkn-master-recommendation-method { margin-top: 6px; color: #4e6b64; font-size: 10px; }
body.pkn-canonical .pkn-master-recommendation-method summary { width: max-content; min-height: 28px; padding: 6px 0; color: var(--pkn-master-green); cursor: pointer; font-weight: 900; }
body.pkn-canonical .pkn-master-recommendation-method p { max-width: 56em; margin: 2px 0 0; color: #4e6b64; font-size: 9px; font-weight: 600; line-height: 1.6; }
body.pkn-canonical .pkn-master-historical-reference { align-items: center; background: #fffdf6; border-color: #f2d990; }
body.pkn-canonical .pkn-master-historical-reference > .pkn-master-historical-reference__icon { display: block; width: auto; height: auto; margin: 0; color: var(--pkn-master-deep); background: transparent; border: 0; border-radius: 0; font-size: 20px; font-weight: 900; line-height: 1; }
body.pkn-canonical .pkn-master-historical-reference__heading { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
body.pkn-canonical .pkn-master-history-note .pkn-master-historical-reference__heading small { color: #8a6a00; font-size: 10px; letter-spacing: .02em; }
body.pkn-canonical .pkn-master-history-note strong.pkn-master-historical-reference__value { margin-top: 5px; color: var(--pkn-master-red); font-size: 21px; line-height: 1.2; }
body.pkn-canonical .pkn-master-historical-reference > div > p { margin-top: 3px; color: #7c6e49; font-size: 9px; line-height: 1.45; }
body.pkn-canonical .pkn-master-historical-reference__facts { display: flex; margin-top: 8px; flex-wrap: wrap; gap: 6px; }
body.pkn-canonical .pkn-master-historical-reference__facts span { display: inline-flex; min-height: 25px; padding: 5px 8px; align-items: center; color: #7c6e49; background: #fff; border: 1px solid #f2d990; border-radius: 999px; font-size: 9px; font-weight: 800; line-height: 1.35; }
body.pkn-canonical .pkn-master-inline-state { margin-top: 13px; padding: 14px; box-shadow: none; }
body.pkn-canonical .pkn-master-inline-state .screen-state-icon { width: 38px; height: 38px; font-size: 17px; }

body.pkn-canonical .pkn-master-register-card { margin-top: 12px; }
body.pkn-canonical .pkn-master-register-card h2 { margin: 0; color: var(--pkn-master-deep); font-size: 13px; font-weight: 900; }
body.pkn-canonical .pkn-master-register-card p { margin: 3px 0 0; color: #7c9a93; font-size: 10px; font-weight: 600; line-height: 1.5; }
body.pkn-canonical .pkn-master-register-card button { width: 100%; margin-top: 10px; padding: 10px 12px; color: #fff; background: var(--pkn-master-green); border: 0; border-radius: 11px; cursor: pointer; font-size: 12px; font-weight: 900; }

body.pkn-canonical .pkn-master-detail-sites { overflow: hidden; background: #fff; border: 1px solid #e4edea; border-radius: 14px; }
body.pkn-canonical .pkn-master-site-row { border-bottom: 1px solid #edf4f1; }
body.pkn-canonical .pkn-master-site-row:last-child { border-bottom: 0; }
body.pkn-canonical .pkn-master-site-row > summary { display: flex; width: 100%; min-height: 56px; padding: 12px; align-items: center; gap: 9px; cursor: pointer; list-style: none; }
body.pkn-canonical .pkn-master-site-row > summary::-webkit-details-marker { display: none; }
body.pkn-canonical .pkn-master-site-rank { display: flex; width: 24px; height: 24px; flex: 0 0 24px; align-items: center; justify-content: center; color: var(--pkn-master-deep); background: #f0f5f3; border-radius: 50%; font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-site-logo { display: flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; color: #fff; background: var(--pkn-master-green); border-radius: 9px; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-site-row > summary > strong { min-width: 0; flex: 1; overflow: hidden; color: var(--pkn-master-deep); font-size: 13px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
body.pkn-canonical .pkn-master-best-label { padding: 2px 5px; color: #9b6800; background: #fdf0bd; border-radius: 5px; font-size: 8px; font-weight: 900; }
body.pkn-canonical .pkn-master-site-points { color: var(--pkn-master-red); font-size: 16px; font-weight: 900; white-space: nowrap; }
body.pkn-canonical .pkn-master-site-chevron { color: var(--pkn-master-green); font-size: 12px; font-weight: 900; transition: transform .16s ease; }
body.pkn-canonical .pkn-master-site-row[open] > summary .pkn-master-site-chevron { transform: rotate(180deg); }
body.pkn-canonical .pkn-master-site-detail { padding: 12px; background: #fbfdfc; border-top: 1px solid #edf4f1; }
body.pkn-canonical .pkn-master-site-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
body.pkn-canonical .pkn-master-site-facts > div { padding: 8px 9px; background: #fff; border: 1px solid #e4eeeb; border-radius: 9px; }
body.pkn-canonical .pkn-master-site-facts small { display: block; color: #7c9a93; font-size: 8px; font-weight: 800; }
body.pkn-canonical .pkn-master-site-facts strong { display: block; margin-top: 2px; color: var(--pkn-master-deep); font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-condition-card { margin-top: 8px; padding: 9px 10px; background: #fff; border: 1px solid #e4eeeb; border-radius: 9px; }
body.pkn-canonical .pkn-master-condition-card > small { display: block; color: var(--pkn-master-green); font-size: 9px; font-weight: 900; }
body.pkn-canonical .pkn-master-condition-card p { max-height: 220px; margin: 3px 0 0; overflow-y: auto; color: #4e6b64; font-size: 11px; font-weight: 600; line-height: 1.55; }
body.pkn-canonical .pkn-master-condition-card a { display: inline-block; margin-top: 7px; font-size: 9px; font-weight: 900; }
body.pkn-canonical .pkn-master-first-user,
body.pkn-canonical .pkn-master-existing-user { margin-top: 9px; padding: 9px; border-radius: 10px; }
body.pkn-canonical .pkn-master-first-user { background: #fff7f1; border: 1px solid #f6d2b4; }
body.pkn-canonical .pkn-master-existing-user { background: #f2fbf7; border: 1px solid #cfe9df; }
body.pkn-canonical .pkn-master-first-user > strong { color: #c94b00; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-existing-user > strong { color: var(--pkn-master-green); font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-first-user > p,
body.pkn-canonical .pkn-master-existing-user > p { margin: 2px 0 0; color: #5d7c72; font-size: 9px; font-weight: 600; line-height: 1.45; }
body.pkn-canonical .pkn-master-detail-note { margin: 10px 3px 0; color: #9bb1aa; font-size: 9px; font-weight: 600; line-height: 1.55; }

body.pkn-canonical .pkn-master-state-button { display: inline-flex; align-items: center; justify-content: center; }

body.pkn-canonical dialog.myreg-overlay {
  position: fixed;
  inset: 0;
  z-index: 1700;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  justify-content: center;
  background: rgba(7,63,68,.42);
  border: 0;
}
body.pkn-canonical dialog.myreg-overlay[open] { display: flex; }
body.pkn-canonical dialog.myreg-overlay::backdrop { background: transparent; }
body.pkn-canonical .myreg-panel { width: 100%; max-height: 92%; margin: 0; padding: 15px 16px 18px; overflow-y: auto; background: #fff; border: 0; border-radius: 22px 22px 0 0; box-shadow: 0 -8px 24px rgba(7,63,68,.12); }
body.pkn-canonical .pkn-master-myreg-head { display: flex; align-items: center; gap: 8px; }
body.pkn-canonical .pkn-master-myreg-head h2 { margin: 0; color: var(--pkn-master-deep); font-size: 15px; font-weight: 900; }
body.pkn-canonical .pkn-master-myreg-head button { margin-left: auto; color: #7c9a93; background: var(--pkn-master-bg); font-size: 18px; }
body.pkn-canonical .pkn-master-myreg-offer { margin: 4px 0 0; color: #7c9a93; font-size: 10px; font-weight: 600; }
body.pkn-canonical .pkn-master-myreg-field { display: block; margin-top: 12px; }
body.pkn-canonical .pkn-master-myreg-field > span { display: block; color: var(--pkn-master-deep); font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-myreg-field > span em { color: var(--pkn-master-red); font-style: normal; }
body.pkn-canonical .pkn-master-myreg-field > span small { color: #9bb1aa; font-weight: 600; }
body.pkn-canonical .pkn-master-myreg-field > input,
body.pkn-canonical .pkn-master-myreg-field > select,
body.pkn-canonical .pkn-master-myreg-field > textarea { width: 100%; margin-top: 6px; padding: 9px 12px; color: var(--pkn-master-deep); background: #fff; border: 1.5px solid #a9e6d6; border-radius: 10px; font-size: 12px; font-weight: 700; }
body.pkn-canonical .pkn-master-myreg-field > textarea { min-height: 70px; resize: vertical; }
body.pkn-canonical .pkn-master-myreg-field > small { display: block; margin-top: 4px; color: #7c9a93; font-size: 9px; line-height: 1.45; }
body.pkn-canonical .pkn-master-status-buttons { display: grid; margin-top: 7px; grid-template-columns: repeat(3,1fr); gap: 6px; }
body.pkn-canonical .pkn-master-status-buttons button { min-height: 38px; padding: 5px; color: #647f78; background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-status-buttons button[aria-pressed="true"] { color: #fff; background: var(--pkn-master-green); border-color: var(--pkn-master-green); }
body.pkn-canonical .pkn-master-myreg-save { width: 100%; margin-top: 12px; padding: 12px; color: #fff; background: var(--pkn-master-green); border: 0; border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 900; }
body.pkn-canonical .pkn-master-myreg-cancel { width: 100%; margin-top: 2px; padding: 9px; color: var(--pkn-master-green); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; }
body.pkn-canonical .pkn-master-myreg-note { margin: 4px 0 0; color: #7c9a93; font-size: 9px; text-align: center; }

body.pkn-canonical .detail-site-cta {
  display: grid;
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  padding: 9px 10px;
  grid-template-columns: minmax(0, 1fr) 15px;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: left;
  background: var(--pkn-master-green);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

body.pkn-canonical .detail-site-cta--register { background: #d94c08; }
body.pkn-canonical .detail-site-cta--offer { background: var(--pkn-master-green); }
body.pkn-canonical .detail-site-cta__label { min-width: 0; text-align: center; line-height: 1.35; }
body.pkn-canonical .detail-site-cta__arrow { text-align: right; font-size: 13px; }

body.pkn-canonical .month-seg {
  display: flex;
  padding: 3px;
  gap: 3px;
  background: #edf4f1;
  border-radius: 11px;
}

body.pkn-canonical .month-seg button {
  min-height: 36px;
  padding: 6px 13px;
  flex: 1;
  color: #647f78;
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

body.pkn-canonical .month-seg button.is-active,
body.pkn-canonical .month-seg button[aria-pressed="true"] {
  color: var(--pkn-master-green);
  background: #fff;
  box-shadow: 0 1px 4px rgba(7, 63, 68, 0.1);
}

body.pkn-canonical .pkn-master-mypage { position: relative; min-height: 100%; }
body.pkn-canonical .pkn-master-mypage-body { width: 100%; }

body.pkn-canonical .mypage-gate {
  display: flex;
  min-height: calc(100% - 4px);
  padding: 18px;
  align-items: center;
  justify-content: center;
  background: rgba(239,248,244,.2);
}

body.pkn-canonical .pkn-master-gate-card {
  width: 100%;
  max-width: 344px;
  padding: 22px 20px 20px;
  text-align: center;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(7,63,68,.24);
  backdrop-filter: blur(16px);
}

body.pkn-canonical .pkn-master-gate-icon { display: flex; width: 48px; height: 48px; margin: 0 auto 12px; align-items: center; justify-content: center; color: var(--pkn-master-green); background: #e6f7f0; border-radius: 50%; }
body.pkn-canonical .pkn-master-gate-card h1 { margin: 0; color: var(--pkn-master-deep); font-size: 19px; font-weight: 900; line-height: 1.35; }
body.pkn-canonical .pkn-master-gate-card > p { max-width: 268px; margin: 7px auto 16px; color: #647f78; font-size: 12px; font-weight: 700; line-height: 1.7; }
body.pkn-canonical .pkn-master-gate-login,
body.pkn-canonical .pkn-master-gate-signup { display: flex; width: 100%; height: 48px; align-items: center; justify-content: center; color: #fff; background: var(--pkn-master-green); border-radius: 13px; font-size: 14px; font-weight: 900; box-shadow: 0 8px 18px rgba(6,112,82,.22); }
body.pkn-canonical .pkn-master-gate-signup { height: 44px; margin-top: 8px; color: var(--pkn-master-green); background: #fff; border: 1px solid #a9dace; box-shadow: none; font-size: 13px; }
body.pkn-canonical .pkn-master-gate-card > small { display: block; margin-top: 11px; color: #7c9a93; font-size: 9px; font-weight: 700; line-height: 1.55; }

body.pkn-canonical .pkn-master-points-card { padding: 13px 18px 15px; background: linear-gradient(155deg,#0c4b44,#083a38); border-radius: 20px; box-shadow: 0 12px 26px rgba(7,63,68,.28); }
body.pkn-canonical .pkn-master-points-card .month-seg { display: grid; margin-bottom: 14px; padding: 4px; grid-template-columns: 1fr 1fr; gap: 6px; background: rgba(255,255,255,.08); border-radius: 12px; }
body.pkn-canonical .pkn-master-points-card .month-seg button { color: #d2e6df; background: transparent; }
body.pkn-canonical .pkn-master-points-card .month-seg button[aria-pressed="true"] { color: var(--pkn-master-deep); background: #fff; }
body.pkn-canonical .pkn-master-points-card > small { color: #8fc2b4; font-size: 11px; font-weight: 800; }
body.pkn-canonical .pkn-master-points-total { margin-top: 3px; line-height: 1.05; }
body.pkn-canonical .pkn-master-points-total strong { color: #fff; font-size: 38px; font-weight: 900; }
body.pkn-canonical .pkn-master-points-total span { margin-left: 4px; color: var(--pkn-master-yellow); font-size: 16px; font-weight: 900; }
body.pkn-canonical .pkn-master-points-divider { height: 1px; margin: 12px 0 10px; background: rgba(255,255,255,.14); }
body.pkn-canonical .pkn-master-points-stats { display: flex; }
body.pkn-canonical .pkn-master-points-stats > div { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-points-stats > div + div { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.14); }
body.pkn-canonical .pkn-master-points-stats small { display: block; color: #8fc2b4; font-size: 10px; font-weight: 800; }
body.pkn-canonical .pkn-master-points-stats strong { display: inline-block; margin-top: 3px; color: #fff; font-size: 19px; font-weight: 900; }
body.pkn-canonical .pkn-master-points-stats strong.is-yellow { color: var(--pkn-master-yellow); }
body.pkn-canonical .pkn-master-points-stats span { color: #fff; font-size: 10px; font-weight: 700; }

body.pkn-canonical .pkn-master-mypage-title { margin: 20px 0 12px; }
body.pkn-canonical .pkn-master-mypage-search-card { margin: 0 0 12px; padding: 14px; background: #fff; border: 1px solid #e4edea; border-radius: 14px; box-shadow: 0 1px 2px rgba(7,63,68,.05); }
body.pkn-canonical .pkn-master-mypage-search-card .pkn-master-filter-panel { margin-right: -14px; margin-bottom: -14px; margin-left: -14px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; box-shadow: none; }
body.pkn-canonical .pkn-master-check-chip { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
body.pkn-canonical .pkn-master-check-chip input { width: 14px; height: 14px; min-height: 0; accent-color: var(--pkn-master-green); }
body.pkn-canonical .pkn-master-range { display: grid; grid-template-columns: minmax(0,1fr) 18px minmax(0,1fr); align-items: center; gap: 7px; }
body.pkn-canonical .pkn-master-range label { position: relative; }
body.pkn-canonical .pkn-master-range input { width: 100%; height: 40px; padding: 0 30px 0 10px; color: var(--pkn-master-deep); background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 11px; font-size: 12px; font-weight: 700; }
body.pkn-canonical .pkn-master-range label > span:last-child { position: absolute; top: 50%; right: 9px; color: #7c9a93; font-size: 10px; font-weight: 700; transform: translateY(-50%); }
body.pkn-canonical .pkn-master-range i { color: #7c9a93; font-size: 12px; font-style: normal; font-weight: 700; text-align: center; }

body.pkn-canonical .pkn-master-records-head { display: flex; margin: 18px 2px 10px; align-items: center; gap: 8px; }
body.pkn-canonical .pkn-master-records-head h2 { margin: 0; color: var(--pkn-master-deep); font-size: 15px; font-weight: 900; }
body.pkn-canonical .pkn-master-records-head > span[data-record-count] { margin-left: auto; color: #7c9a93; font-size: 10px; font-weight: 700; }
body.pkn-canonical .pkn-master-records-head label { position: relative; flex: 0 0 auto; }
body.pkn-canonical .pkn-master-records-head select { height: 32px; min-height: 32px; padding: 0 27px 0 9px; appearance: none; color: var(--pkn-master-green); background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 9px; cursor: pointer; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-master-records-head label > span:last-child { position: absolute; top: 50%; right: 9px; color: var(--pkn-master-mint); font-size: 9px; pointer-events: none; transform: translateY(-50%); }

body.pkn-canonical .m-status-row { display: flex; margin-bottom: 10px; align-items: center; gap: 7px; }
body.pkn-canonical .m-status-row > button { display: inline-flex !important; min-height: 32px; padding: 6px 11px; align-items: center; justify-content: center; color: #647f78; background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 900; }
body.pkn-canonical .m-status-row > button[aria-pressed="true"] { color: #fff; background: var(--pkn-master-green); border-color: var(--pkn-master-green); }

body.pkn-canonical .pkn-master-record-state:empty,
body.pkn-canonical .pkn-master-record-state[hidden] { display: none; }
body.pkn-canonical .pkn-master-record-state { margin: 4px 0 10px; }
body.pkn-canonical .pkn-master-record-table { overflow: hidden; margin-top: 4px; background: #fff; border: 1px solid var(--pkn-master-border); border-radius: 14px; box-shadow: 0 1px 2px rgba(7,63,68,.05); }
body.pkn-canonical .pkn-master-record-table[hidden] { display: none; }
body.pkn-canonical .pkn-master-record-name-head { min-width: 0; flex: 1; color: #9bb1aa; font-size: 11px; font-weight: 900; letter-spacing: .4px; }
body.pkn-canonical .mypage-judge-col { width: 62px; flex: 0 0 62px; color: #9bb1aa; font-size: 11px; font-weight: 900; text-align: right; }
body.pkn-canonical .mypage-point-col { width: 76px; flex: 0 0 76px; color: #9bb1aa; font-size: 11px; font-weight: 900; text-align: right; }
body.pkn-canonical .mypage-arrow-col { width: 14px; flex: 0 0 14px; }
body.pkn-canonical button.mypage-table-row { width: 100%; color: inherit; text-align: left; background: #fff; border: 0; }
body.pkn-canonical .mypage-table-row:last-child { border-bottom: 0; }
body.pkn-canonical .pkn-master-record-main { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-record-main > span { display: flex; align-items: center; gap: 6px; }
body.pkn-canonical .pkn-master-record-main i { width: 6px; height: 6px; flex: 0 0 6px; background: #d87817; border-radius: 50%; }
body.pkn-canonical .mypage-table-row.is-approved .pkn-master-record-main i { background: var(--pkn-master-green); }
body.pkn-canonical .mypage-table-row.is-rejected .pkn-master-record-main i { background: var(--pkn-master-red); }
body.pkn-canonical .pkn-master-record-main strong { min-width: 0; overflow: hidden; color: var(--pkn-master-deep); font-size: 13px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
body.pkn-canonical .pkn-master-record-main > small { display: block; margin-top: 3px; padding-left: 12px; overflow: hidden; color: #7c9a93; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
body.pkn-canonical .pkn-master-record-main em { color: #d87817; font-style: normal; font-weight: 900; }
body.pkn-canonical .mypage-table-row.is-approved .pkn-master-record-main em { color: var(--pkn-master-green); }
body.pkn-canonical .mypage-table-row.is-rejected .pkn-master-record-main em { color: var(--pkn-master-red); }
body.pkn-canonical .mypage-table-row .mypage-judge-col { color: #4e6b64; font-weight: 800; }
body.pkn-canonical .mypage-table-row .mypage-point-col { color: var(--pkn-master-deep); font-size: 16px; font-weight: 900; }
body.pkn-canonical .mypage-table-row .mypage-arrow-col { color: #c3d3cd; font-size: 13px; font-weight: 900; text-align: right; }

body.pkn-canonical dialog.record-overlay {
  position: fixed;
  inset: 0;
  z-index: 1750;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 22px;
  align-items: center;
  justify-content: center;
  background: rgba(7,40,38,.55);
  border: 0;
}
body.pkn-canonical dialog.record-overlay[open] { display: flex; }
body.pkn-canonical dialog.record-overlay::backdrop { background: transparent; }
body.pkn-canonical .record-panel { width: 100%; max-width: 640px; max-height: 86%; margin: 0; padding: 20px; overflow-y: auto; background: #fff; border: 0; border-radius: 22px; box-shadow: 0 24px 60px rgba(7,63,68,.4); }
body.pkn-canonical .pkn-master-record-dialog-head { display: flex; margin-bottom: 15px; align-items: center; gap: 11px; }
body.pkn-canonical .pkn-master-record-dialog-head > div { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-master-record-dialog-head h2 { margin: 0; color: var(--pkn-master-deep); font-size: 16px; font-weight: 900; }
body.pkn-canonical .pkn-master-record-dialog-head p { margin: 2px 0 0; overflow: hidden; color: #7c9a93; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
body.pkn-canonical .pkn-master-record-dialog-head button { color: #7c9a93; background: var(--pkn-master-bg); font-size: 18px; }
body.pkn-canonical .pkn-master-record-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.pkn-canonical [data-actual-points-field][hidden],
body.pkn-canonical [data-rejected-reason-field][hidden] { display: none; }
body.pkn-canonical .pkn-master-record-actions { display: flex; margin-top: 14px; align-items: center; justify-content: space-between; gap: 10px; }
body.pkn-canonical .pkn-master-record-actions > span { display: flex; gap: 7px; }
body.pkn-canonical .pkn-master-record-actions button { min-height: 40px; padding: 8px 12px; color: var(--pkn-master-green); background: #fff; border: 1.5px solid var(--pkn-master-border); border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-record-actions button.is-delete { color: var(--pkn-master-red); border-color: #f2c1c8; }
body.pkn-canonical .pkn-master-record-actions button.is-save { color: #fff; background: var(--pkn-master-green); border-color: var(--pkn-master-green); }

body.pkn-canonical .mypage-table-head,
body.pkn-canonical .mypage-table-row {
  display: flex;
  align-items: center;
}

body.pkn-canonical .mypage-table-head {
  padding: 12px 16px;
  background: #f4f8f6;
  border-bottom: 1px solid #e4edea;
}

body.pkn-canonical .mypage-table-row {
  padding: 13px 16px;
  border-bottom: 1px solid #eef3f1;
  cursor: pointer;
}

body.pkn-canonical .mypage-icon-rail {
  margin: -13px 10px -13px -16px;
  padding: 7px 6px 6px;
  flex-basis: 74px;
}

body.pkn-canonical .mypage-icon-rail .offer-character-icon {
  width: 58px;
  height: 58px;
}

body.pkn-canonical .mypage-rail-head {
  display: flex;
  align-self: stretch;
  margin: -12px 10px -12px -16px;
  padding: 0 6px;
  flex: 0 0 74px;
  align-items: center;
  justify-content: center;
  color: #7c9a93;
  border-right: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

body.pkn-canonical .pkn-footer,
body.pkn-canonical .pkn-legal-nav,
body.pkn-canonical .pkn-v2-trust,
body.pkn-canonical .pkn-mm,
body.pkn-canonical .pkn-mm-btn,
body.pkn-canonical .pkn-oc-stickybar,
body.pkn-canonical .pkn-nav,
body.pkn-canonical .pkn-hdr-right {
  display: none !important;
}

@media (max-width: 339.98px) {
  body.pkn-canonical .plan-card__arrow { margin-left: -10px; }
}

@media (max-width: 360px) {
  body.pkn-canonical .brand-wordmark {
    width: 210px;
    height: 44px;
    flex-basis: 210px;
  }

}

@media (min-width: 415px) {
  body.pkn-canonical .app-shell {
    border-right: 1px solid var(--pkn-master-border);
    border-left: 1px solid var(--pkn-master-border);
  }
}

@media (max-width: 879.98px) {
  /* Disclosure + yellow header share the document scroll flow; only the bottom tabs stay fixed. */
  body.pkn-canonical {
    padding-bottom: 0 !important;
    overflow-x: visible;
    overflow-y: auto;
  }

  body.pkn-canonical .app-stage {
    display: block;
    height: auto;
    min-height: calc(100vh - 26px);
    min-height: calc(100dvh - 26px);
    overflow: visible;
  }

  body.pkn-canonical .app-shell {
    display: block;
    height: auto;
    min-height: calc(100vh - 26px);
    min-height: calc(100dvh - 26px);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    overflow: visible;
  }

  body.pkn-canonical .brand-header { position: relative !important; }

  body.pkn-canonical .app-scroll {
    min-height: calc(100vh - 166px);
    min-height: calc(100dvh - 166px);
    overflow: visible;
    overscroll-behavior: auto;
  }

  body.pkn-canonical .tab-bar {
    position: fixed !important;
    z-index: 1100;
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(100%, 414px);
    transform: translateX(-50%);
  }

  /* 正本のルート画面はスマホ・タブレットで左右16pxを必ず残す。 */
  body.pkn-canonical #page-exchange.pkn-master-screen {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 16px 16px 28px !important;
  }
}

@media (min-width: 600px) and (max-width: 879.98px) {
  body.pkn-canonical .app-shell {
    max-width: 720px;
  }

  body.pkn-canonical .app-scroll > * {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  body.pkn-canonical .tab-bar { width: min(100%, 720px); }

  body.pkn-canonical .home-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body.pkn-canonical .offer-list-table { border-radius: 16px; }

  body.pkn-canonical .offer-list-row {
    min-height: 78px;
    padding: 13px 18px 11px;
  }

  body.pkn-canonical .offer-character-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  body.pkn-canonical .offer-character-icon--trend,
  body.pkn-canonical .offer-character-icon--record {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  body.pkn-canonical .offer-character-icon--detail {
    width: 76px;
    height: 76px;
    border-radius: 19px;
  }

  body.pkn-canonical .offer-icon-rail {
    margin: -13px 0 -11px -18px;
    padding: 8px 7px 7px;
    flex-basis: 88px;
  }

  body.pkn-canonical .offer-icon-rail .offer-character-icon {
    width: 66px;
    height: 66px;
    border-radius: 0;
  }

  body.pkn-canonical .mypage-icon-rail {
    margin: -15px 12px -15px -20px;
    padding: 8px 7px 7px;
    flex-basis: 88px;
  }

  body.pkn-canonical .mypage-icon-rail .offer-character-icon {
    width: 66px;
    height: 66px;
  }

  body.pkn-canonical .mypage-rail-head {
    margin: -12px 12px -12px -20px;
    padding: 0 7px;
    flex-basis: 88px;
  }

  body.pkn-canonical .offer-list-table { border-radius: 16px; }
  body.pkn-canonical .mypage-table-head,
  body.pkn-canonical .mypage-table-row { padding-right: 20px; padding-left: 20px; }
}

@media (min-width: 880px) {
  body.pkn-canonical { background: #fff; }

  body.pkn-canonical .app-stage {
    padding: 0;
    align-items: stretch;
    background: #fff;
  }

  body.pkn-canonical .app-shell {
    width: 100%;
    max-width: none;
    height: 100%;
    grid-template-columns: 240px minmax(0, 1fr);
    grid-template-rows: 68px minmax(0, 1fr);
    grid-template-areas: "side head" "side main";
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.pkn-canonical .brand-header {
    height: 68px;
    min-height: 68px;
    padding: 0 30px;
    border-radius: 0;
  }

  body.pkn-canonical .brand-wordmark {
    width: 280px;
    height: 54px;
    flex-basis: 280px;
  }

  body.pkn-canonical .app-scroll {
    position: relative;
    padding: 12px 36px 48px;
  }

  body.pkn-canonical .app-scroll > * {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  body.pkn-canonical .pkn-master-screen { padding: 22px 20px 32px; }

  body.pkn-canonical .tab-bar {
    display: flex !important;
    width: 240px;
    height: 100%;
    min-height: 0;
    padding: 3px 14px 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    background: var(--pkn-master-deep);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.pkn-canonical .tab-bar > .pkn-bn-item {
    min-height: 62px;
    padding: 12px 16px;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    color: #e7f2ed;
    border-radius: 14px;
  }

  body.pkn-canonical .tab-bar > .pkn-bn-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
  }

  body.pkn-canonical .tab-bar > .pkn-bn-item.is-active,
  body.pkn-canonical .tab-bar > .pkn-bn-item.is-active:hover {
    color: var(--pkn-master-deep);
    background: var(--pkn-master-yellow);
  }

  body.pkn-canonical .tab-bar .nav-character-icon {
    flex: 0 0 34px;
    opacity: 1;
  }

  body.pkn-canonical .tab-bar .pkn-bn-label { font-size: 15px; }

  body.pkn-canonical .home-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body.pkn-canonical .home-feature-card {
    min-height: 190px;
    padding: 22px 190px 12px 22px;
  }

  body.pkn-canonical .home-feature-character {
    right: 28px;
    bottom: 6px;
    display: block;
    width: auto;
    height: min(178px, calc(100% - 12px));
    max-height: 178px;
  }

  body.pkn-canonical .route-form-grid {
    display: grid;
    padding: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 190px;
    align-items: end;
    column-gap: 18px;
  }

  body.pkn-canonical .route-form-grid .route-destination { margin-top: 0; }
  body.pkn-canonical .route-form-grid .route-form-submit { margin-top: 0; }

  body.pkn-canonical .route-result-click { min-height: 146px; padding-left: 114px; }
  body.pkn-canonical .route-result-left-rail { width: 102px; min-height: 146px; }
  body.pkn-canonical .route-result-rate-icon { width: 66px; height: 66px; flex-basis: 66px; }
  body.pkn-canonical .route-result-left-rate { font-size: 19px; }
  body.pkn-canonical .route-best-badge { left: 114px; }

  body.pkn-canonical .mypage-judge-col { width: 110px; flex-basis: 110px; font-size: 12px; }
  body.pkn-canonical .mypage-point-col { width: 112px; flex-basis: 112px; }
  body.pkn-canonical .mypage-arrow-col { width: 26px; flex-basis: 26px; }

  body.pkn-canonical .pkn-master-detail-page {
    padding: 24px;
    align-items: center;
    justify-content: center;
  }

  body.pkn-canonical .detail-panel {
    width: min(760px, 100%);
    max-height: 100%;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(7,63,68,.24);
  }

  body.pkn-canonical .detail-panel__body { padding: 22px 26px 30px; }

  body.pkn-canonical dialog.myreg-overlay.pc-main-overlay,
  body.pkn-canonical dialog.record-overlay.pc-main-overlay,
  body.pkn-canonical .route-picker-overlay.pc-main-overlay {
    top: 26px;
    right: 0;
    bottom: 0;
    left: 240px;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
  }

  body.pkn-canonical .route-leg-overlay.pc-main-overlay {
    top: 26px;
    right: 0;
    bottom: 0;
    left: 240px;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
  }

  body.pkn-canonical dialog.myreg-overlay { padding: 24px; align-items: center; }
  body.pkn-canonical .myreg-panel { max-width: 540px; border-radius: 20px; box-shadow: 0 24px 60px rgba(7,63,68,.28); }
  body.pkn-canonical .route-picker-overlay { padding: 28px; align-items: center; justify-content: center; }
  body.pkn-canonical .route-picker-panel { max-width: 540px; border-radius: 20px; box-shadow: 0 24px 60px rgba(7,63,68,.30); }
  body.pkn-canonical .route-picker-panel .sheet-handle { display: none; }
  body.pkn-canonical .route-leg-overlay { padding: 28px; align-items: center; justify-content: center; }
}

@media (min-width: 1180px) {
  body.pkn-canonical .home-feature-list { display: grid; max-width: 620px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  body.pkn-canonical *,
  body.pkn-canonical *::before,
  body.pkn-canonical *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* v3.53.20 audit closure: legacy-layout isolation and exact interaction states. */
body.pkn-canonical .pkn-canonical-stage {
  margin: 0 !important;
}

body.pkn-canonical .pkn-results-list.offer-list-table,
body.pkn-canonical .pkn-results-list.offer-list,
body.pkn-canonical .pkn-list.offer-list {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  grid-template-columns: none !important;
  column-count: 1 !important;
}

body.pkn-canonical .offer-list-item,
body.pkn-canonical .offer-list-row,
body.pkn-canonical .offer-list-row > span {
  min-width: 0;
  max-width: 100%;
}

body.pkn-canonical .offer-list-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  break-inside: avoid;
}

body.pkn-canonical .pkn-master-market,
body.pkn-canonical .pkn-master-market-stats,
body.pkn-canonical .pkn-master-market-stats > div,
body.pkn-canonical .pkn-master-detail-sites,
body.pkn-canonical .pkn-master-site-row,
body.pkn-canonical .pkn-master-site-row > summary {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body.pkn-canonical .pkn-master-market-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.pkn-canonical .pkn-master-site-row > summary > strong {
  min-width: 0;
}

body.pkn-canonical .pkn-master-points-card .month-seg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.pkn-canonical .pkn-master-points-card .month-seg .pc-only-seg {
  display: none;
}

body.pkn-canonical .pkn-master-manual-register {
  display: flex;
  width: 100%;
  min-height: 44px;
  margin: 0 0 10px;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  color: var(--pkn-master-green);
  background: #fff;
  border: 1.5px dashed #8bcfbe;
  border-radius: 11px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-record-detail-list {
  display: grid;
  margin: 0;
  overflow: hidden;
  grid-template-columns: 1fr;
  background: #fbfdfc;
  border: 1px solid #e4edea;
  border-radius: 12px;
}

body.pkn-canonical .pkn-master-record-detail-list > div {
  display: grid;
  min-width: 0;
  padding: 9px 11px;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  border-bottom: 1px solid #edf4f1;
}

body.pkn-canonical .pkn-master-record-detail-list > div:last-child { border-bottom: 0; }
body.pkn-canonical .pkn-master-record-detail-list dt { color: #7c9a93; font-size: 10px; font-weight: 800; }
body.pkn-canonical .pkn-master-record-detail-list dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--pkn-master-deep); font-size: 11px; font-weight: 800; }

body.pkn-canonical .pkn-master-record-edit-open {
  width: 100%;
  min-height: 42px;
  margin-top: 11px;
  color: var(--pkn-master-green);
  background: #fff;
  border: 1.5px solid #a9dace;
  border-radius: 10px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-status-actions {
  display: grid;
  margin-top: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

body.pkn-canonical .pkn-master-status-actions button {
  min-width: 0;
  min-height: 40px;
  padding: 6px 3px;
  color: #647f78;
  background: #fff;
  border: 1.5px solid var(--pkn-master-border);
  border-radius: 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

body.pkn-canonical .pkn-master-status-actions button[aria-pressed="true"] { color: #fff; background: var(--pkn-master-green); border-color: var(--pkn-master-green); }
body.pkn-canonical .pkn-master-status-actions button.is-delete { color: var(--pkn-master-red); border-color: #f2c1c8; }

body.pkn-canonical .pkn-master-anonymous-preview {
  position: absolute;
  inset: 16px;
  z-index: 0;
  overflow: hidden;
  opacity: .7;
  filter: blur(7px);
  pointer-events: none;
  transform: scale(.98);
}

body.pkn-canonical .mypage-gate { position: relative; overflow: hidden; }
body.pkn-canonical .mypage-gate .pkn-master-gate-card { position: relative; z-index: 1; }
body.pkn-canonical .pkn-master-gate-sample { min-height: 40px; margin-top: 7px; padding: 6px 13px; color: var(--pkn-master-green); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 900; }
body.pkn-canonical .pkn-master-mypage.is-sample-visible .mypage-gate { min-height: 0; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 12px; overflow: visible; }
body.pkn-canonical .pkn-master-mypage.is-sample-visible .pkn-master-anonymous-preview { position: relative; inset: auto; z-index: 2; width: 100%; overflow: visible; opacity: 1; filter: none; pointer-events: auto; transform: none; }
body.pkn-canonical .pkn-master-mypage.is-sample-visible .pkn-master-gate-card { z-index: 3; margin: 0 auto; padding: 10px 14px; border-radius: 14px; }
body.pkn-canonical .pkn-master-mypage.is-sample-visible .pkn-master-gate-card > :not(.pkn-master-gate-sample) { display: none; }

/* MYP-MOBILE-SEARCH-ICON-FILL-01: keep the mypage search glyph line-only despite theme SVG fills. */
body.pkn-canonical .pkn-master-mypage-search-card .pkn-master-search-box > svg,
body.pkn-canonical .pkn-master-mypage-search-card .pkn-master-search-box > svg circle,
body.pkn-canonical .pkn-master-mypage-search-card .pkn-master-search-box > svg path {
  fill: none !important;
  stroke: #31C4A7 !important;
  stroke-width: 2.4px !important;
  transform: none !important;
}
body.pkn-canonical .pkn-master-mypage-search-card .pkn-master-search-box > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

body.pkn-canonical [data-pkn-busy="1"],
body.pkn-canonical [aria-busy="true"] { cursor: progress; }
body.pkn-canonical button:disabled,
body.pkn-canonical input:disabled,
body.pkn-canonical select:disabled,
body.pkn-canonical textarea:disabled { opacity: .55; cursor: not-allowed; }

body.pkn-canonical .route-form-grid[aria-busy="true"] .route-form-submit {
  color: #fff;
  opacity: .55;
  cursor: not-allowed;
}
body.pkn-canonical .route-form-grid[aria-busy="true"] .route-form-submit::after { display: none; }

body.pkn-canonical .route-picker-panel {
  display: flex;
  max-height: min(100%, 720px);
  padding: 9px 0 0;
  flex-direction: column;
  overflow: hidden;
}
body.pkn-canonical .route-picker-panel > .sheet-handle { flex: 0 0 auto; }
body.pkn-canonical .route-picker-head { position: sticky; top: 0; z-index: 2; min-height: 52px; margin: 0; padding: 4px 14px 8px; flex: 0 0 auto; background: #fff; border-bottom: 1px solid #edf4f1; }
body.pkn-canonical .route-picker-options { min-height: 0; padding: 0 14px 14px; overflow-y: auto; overscroll-behavior: contain; }

body.pkn-canonical .pkn-master-point-logo[data-point-key="pex"] { background: #0A66C2; }
body.pkn-canonical .pkn-master-point-logo[data-point-key="paypay_point"],
body.pkn-canonical .pkn-master-point-logo[data-point-key="paypay_money_light"] { background: #FF0033; }

body.pkn-canonical .route-result-main-metrics strong.is-warning {
  max-width: 120px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Offer detail loaded over the preserved offer-list state. */
body.pkn-canonical .pkn-offer-detail-overlay {
  position: fixed;
  inset: var(--pkn-detail-overlay-top, 90px) 0 calc(76px + env(safe-area-inset-bottom));
  z-index: 1550;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  background: rgba(7,63,68,.42);
}

body.pkn-canonical .pkn-offer-detail-overlay > .pkn-master-detail-page {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: calc(100% - 44px);
  max-height: calc(100% - 44px);
  background: transparent;
}

body.pkn-canonical .pkn-offer-detail-overlay .detail-panel {
  height: 100%;
  max-height: 100%;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -12px 36px rgba(7,63,68,.22);
}
body.pkn-canonical .pkn-offer-detail-overlay .detail-panel__header { justify-content: center; }
body.pkn-canonical .pkn-offer-detail-overlay .pkn-master-detail-back { position: absolute; top: 10px; right: 18px; }

@media (max-width: 599.98px) {
  body.pkn-canonical .route-result-click { padding-bottom: 30px; }
  body.pkn-canonical .pkn-offer-detail-overlay .detail-panel__header { padding: 14px 18px; justify-content: flex-start; }
  body.pkn-canonical .pkn-offer-detail-overlay .pkn-master-detail-back { position: static; color: #073f44; font-size: 28px; font-weight: 900; }
  body.pkn-canonical .pkn-offer-detail-overlay .detail-panel__header > span { color: #073f44; text-align: left; font-size: 15px; font-weight: 900; }
}

body.pkn-canonical.pkn-detail-overlay-open { overflow: hidden; }

body.pkn-canonical .pkn-detail-overlay-loading {
  display: grid;
  width: min(340px, calc(100% - 28px));
  margin: auto;
  padding: 22px;
  place-items: center;
  gap: 10px;
  color: var(--pkn-master-deep);
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7,63,68,.2);
  font-size: 12px;
}
body.pkn-canonical .pkn-detail-overlay-loading button,
body.pkn-canonical .pkn-detail-overlay-loading a { min-height: 40px; padding: 8px 13px; color: #fff; background: var(--pkn-master-green); border: 0; border-radius: 9px; font-size: 11px; font-weight: 900; }

body.pkn-canonical .pkn-master-registration-candidates { margin-top: 11px; padding: 10px; background: #fff8e8; border: 1px solid #f2d990; border-radius: 10px; }
body.pkn-canonical .pkn-master-registration-candidates > strong { display: block; margin-bottom: 6px; color: #8a6a00; font-size: 10px; }
body.pkn-canonical .pkn-master-registration-candidates label { display: block; padding: 7px 2px; color: #4e6b64; font-size: 10px; font-weight: 700; line-height: 1.5; }
body.pkn-canonical .pkn-master-registration-complete { align-self: flex-end; padding: 26px 18px; text-align: center; }
body.pkn-canonical .pkn-master-registration-complete h2 { margin: 0; color: var(--pkn-master-deep); font-size: 18px; }
body.pkn-canonical .pkn-master-registration-complete p { margin: 7px 0 14px; color: #647f78; font-size: 11px; line-height: 1.65; }
body.pkn-canonical .pkn-master-registration-complete .pkn-master-myreg-save { display: flex; align-items: center; justify-content: center; }

/* Standalone referral screen from the canonical design, using production config. */
body.pkn-canonical-referral_codes .app-shell {
  grid-template-rows: 64px minmax(0, 1fr);
  grid-template-areas: "head" "main";
}
body.pkn-canonical-referral_codes .brand-header { padding-right: 12px; padding-left: 12px; }
body.pkn-canonical .pkn-referral-back { display: grid; width: 44px; height: 44px; min-width: 44px; min-height: 44px; flex: 0 0 44px; place-items: center; color: var(--pkn-master-deep); background: rgba(255,255,255,.62); border-radius: 50%; font-size: 28px; font-weight: 900; line-height: 1; }
body.pkn-canonical .pkn-referral-header-title { margin: 0; color: var(--pkn-master-deep); font-size: 16px; font-weight: 900; }
body.pkn-canonical-referral_codes .app-scroll { padding: 0; background: #fff; }
body.pkn-canonical-referral_codes .app-scroll > * { max-width: none; }
body.pkn-canonical .pkn-referral-screen { position: relative; width: 100%; min-height: 100%; padding-bottom: 26px; background: #fff; }
body.pkn-canonical .pkn-referral-hero { display: flex; min-height: 142px; padding: 24px 22px 26px; align-items: center; gap: 14px; background: linear-gradient(160deg,#0c4b44,#083a38); }
body.pkn-canonical .pkn-referral-hero__copy { min-width: 0; flex: 1; }
body.pkn-canonical .pkn-referral-hero__copy > strong { color: #fff; font-size: 22px; font-weight: 900; line-height: 1.45; }
body.pkn-canonical .pkn-referral-hero__copy > strong span { color: var(--pkn-master-yellow); }
body.pkn-canonical .pkn-referral-hero__copy p { margin: 8px 0 0; color: #a9e6d6; font-size: 11px; font-weight: 700; line-height: 1.6; }
body.pkn-canonical .pkn-referral-hero__mascot { width: 92px; height: 92px; flex: 0 0 92px; overflow: hidden; background: var(--pkn-master-yellow); border: 3px solid rgba(255,255,255,.82); border-radius: 50%; }
body.pkn-canonical .pkn-referral-hero__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/referral/FINAL-referral-code-A-gift_128px.png");
  background-image: image-set(url("../img/referral/FINAL-referral-code-A-gift_128px.png") 1x, url("../img/referral/FINAL-referral-code-A-gift_512px.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.pkn-canonical .pkn-referral-steps { display: flex; margin: 0; padding: 16px 16px 4px; gap: 4px; list-style: none; }
body.pkn-canonical .pkn-referral-steps li { min-width: 0; flex: 1; color: #4e6b64; text-align: center; font-size: 10px; font-weight: 800; line-height: 1.5; }
body.pkn-canonical .pkn-referral-step-visual { position: relative; display: block; width: 70px; height: 70px; margin: 0 auto 7px; }
body.pkn-canonical .pkn-referral-step-visual b { position: absolute; top: -4px; left: -4px; z-index: 1; display: grid; width: 24px; height: 24px; place-items: center; color: var(--pkn-master-deep); background: var(--pkn-master-yellow); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(7,63,68,.14); font-size: 11px; }
body.pkn-canonical .pkn-referral-step-character { display: block; width: 70px; height: 70px; background-color: #f4faf7; background-repeat: no-repeat; background-position: center; background-size: contain; border-radius: 18px; }
body.pkn-canonical .pkn-referral-step-character[data-referral-step="open"] { background-image: url("../img/referral/steps/FINAL-A_1-open-link_64px.png"); background-image: image-set(url("../img/referral/steps/FINAL-A_1-open-link_64px.png") 1x, url("../img/referral/steps/FINAL-A_1-open-link_512px.png") 2x); }
body.pkn-canonical .pkn-referral-step-character[data-referral-step="register"] { background-image: url("../img/referral/steps/FINAL-A_2-register_64px.png"); background-image: image-set(url("../img/referral/steps/FINAL-A_2-register_64px.png") 1x, url("../img/referral/steps/FINAL-A_2-register_512px.png") 2x); }
body.pkn-canonical .pkn-referral-step-character[data-referral-step="benefit"] { background-image: url("../img/referral/steps/FINAL-A_3-get-benefit_64px.png"); background-image: image-set(url("../img/referral/steps/FINAL-A_3-get-benefit_64px.png") 1x, url("../img/referral/steps/FINAL-A_3-get-benefit_512px.png") 2x); }
body.pkn-canonical .pkn-referral-step-label { display: block; white-space: nowrap; }
body.pkn-canonical .pkn-referral-cards { padding: 12px 16px 4px; }
body.pkn-canonical .pkn-referral-card { margin-bottom: 12px; padding: 14px; background: #fff; border: 1px solid var(--pkn-master-border); border-radius: 14px; box-shadow: 0 3px 10px rgba(7,63,68,.06); }
body.pkn-canonical .pkn-referral-card__head { display: flex; align-items: center; gap: 11px; }
body.pkn-canonical .pkn-referral-card__mark { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: #fff; background: var(--pkn-referral-color, var(--pkn-master-green)); border-radius: 12px; font-size: 15px; font-weight: 900; }
body.pkn-canonical .pkn-referral-card__head h3 { margin: 0; color: var(--pkn-master-deep); font-size: 15px; font-weight: 900; }
body.pkn-canonical .pkn-referral-card__head div > span { display: inline-block; margin-top: 3px; padding: 2px 8px; color: var(--pkn-master-green); background: #e6f7f0; border-radius: 6px; font-size: 10px; font-weight: 900; }
body.pkn-canonical .pkn-referral-card__description { margin: 11px 0 0; color: #4e6b64; font-size: 11px; font-weight: 600; line-height: 1.7; }
body.pkn-canonical .pkn-referral-card__register { display: flex; min-height: 46px; margin-top: 11px; padding: 9px 13px; align-items: center; justify-content: center; gap: 5px; color: #fff; background: var(--pkn-master-green); border-radius: 11px; box-shadow: 0 5px 13px rgba(6,112,82,.18); font-size: 12px; font-weight: 900; }
body.pkn-canonical .pkn-referral-card__register:hover { color: #fff; background: #055f46; }
body.pkn-canonical .pkn-referral-card__note { margin: 7px 0 0; color: #9bb1aa; text-align: center; font-size: 9px; font-weight: 800; }
body.pkn-canonical .pkn-referral-card__code { display: flex; min-width: 0; margin-top: 10px; padding-top: 11px; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; border-top: 1px dashed #e4edea; }
body.pkn-canonical .pkn-referral-card__code span { color: #7c9a93; font-size: 10px; font-weight: 700; }
body.pkn-canonical .pkn-referral-card__code strong { color: var(--pkn-master-deep); font-size: 12px; font-weight: 900; letter-spacing: .5px; user-select: all; }
body.pkn-canonical .pkn-referral-card__code button { min-width: 44px; min-height: 44px; padding: 0; color: var(--pkn-master-green); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 900; text-decoration: underline; }
body.pkn-canonical .pkn-referral-card__article { display: block; margin-top: 5px; color: var(--pkn-master-green); text-align: center; font-size: 9px; font-weight: 800; }
body.pkn-canonical .pkn-referral-disclosure { margin: 12px 16px 0; padding: 11px 12px; color: #7c6e49; background: #fffdf6; border: 1px solid #f2d990; border-radius: 10px; font-size: 9px; font-weight: 600; line-height: 1.6; }
body.pkn-canonical .pkn-referral-notice { position: fixed; left: 50%; bottom: calc(18px + env(safe-area-inset-bottom)); z-index: 1800; width: max-content; max-width: calc(100vw - 24px); padding: 9px 14px; color: #fff; text-align: center; white-space: normal; background: rgba(7,63,68,.94); border-radius: 999px; transform: translateX(-50%); font-size: 11px; font-weight: 900; line-height: 1.45; }

@media (max-width: 399.98px) {
  body.pkn-canonical .pkn-master-market-stats strong { font-size: 13px; }
  body.pkn-canonical .pkn-master-market-stats small { font-size: 8px; }
  body.pkn-canonical .offer-list-row { gap: 8px; }
  body.pkn-canonical .offer-list-row > span[style*="width:91px"] { width: 78px !important; flex-basis: 78px !important; }
}

@media (min-width: 880px) {
  body.pkn-canonical .home-blog-navigation__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.pkn-canonical .pkn-master-points-card .month-seg { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.pkn-canonical .pkn-master-points-card .month-seg .pc-only-seg { display: block; }
  body.pkn-canonical .pkn-offer-detail-overlay { position: absolute; inset: 0 0 0 240px; padding: 24px; align-items: center; justify-content: center; }
  body.pkn-canonical .pkn-offer-detail-overlay > .pkn-master-detail-page { width: min(760px, 100%); height: min(760px, 100%); max-height: 100%; padding: 0; }
  body.pkn-canonical .pkn-offer-detail-overlay .detail-panel { width: 100%; max-height: 100%; border-radius: 22px; box-shadow: 0 18px 48px rgba(7,63,68,.24); }
  body.pkn-canonical .pkn-master-registration-complete { align-self: center; }
  body.pkn-canonical-referral_codes .app-shell { max-width: none; grid-template-columns: minmax(0, 1fr); grid-template-rows: 68px minmax(0, 1fr); grid-template-areas: "head" "main"; }
  body.pkn-canonical-referral_codes .brand-header { border-radius: 0; }
  body.pkn-canonical .pkn-referral-steps { padding-top: 18px; padding-bottom: 6px; }
  body.pkn-canonical .pkn-referral-step-visual { width: 76px; height: 76px; }
  body.pkn-canonical .pkn-referral-step-character { width: 76px; height: 76px; border-radius: 19px; }
  body.pkn-canonical .pkn-referral-steps li { font-size: 11px; }
  body.pkn-canonical .pkn-referral-cards { padding-right: 28px; padding-left: 28px; }
  body.pkn-canonical .pkn-referral-card { display: grid; min-height: 132px; margin-bottom: 0; padding: 14px 16px; grid-template-columns: 210px minmax(210px, 1fr) 285px; grid-template-areas: "head desc action" "head desc note" "head article code"; align-items: center; gap: 0 20px; border-width: 0 1px 1px; border-radius: 0; box-shadow: none; }
  body.pkn-canonical .pkn-referral-card:first-child { border-top-width: 1px; border-radius: 14px 14px 0 0; }
  body.pkn-canonical .pkn-referral-card:last-child { border-radius: 0 0 14px 14px; }
  body.pkn-canonical .pkn-referral-card__head { grid-area: head; }
  body.pkn-canonical .pkn-referral-card__description { grid-area: desc; margin-top: 0; }
  body.pkn-canonical .pkn-referral-card__register { min-height: 42px; margin-top: 0; grid-area: action; align-self: end; box-shadow: none; }
  body.pkn-canonical .pkn-referral-card__note { grid-area: note; align-self: start; }
  body.pkn-canonical .pkn-referral-card__code { margin-top: 6px; padding-top: 6px; grid-area: code; }
  body.pkn-canonical .pkn-referral-card__article { grid-area: article; text-align: left; }
  body.pkn-canonical .pkn-referral-disclosure { margin-right: 28px; margin-left: 28px; }
}
