.psk-wrap,
.psk-landing,
.psk-section,
.psk-contact {
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;
}

.psk-register {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 46px 48px 42px;
  border: 1px solid rgba(210, 220, 233, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
}

.psk-register .psk-section-head {
  margin-bottom: 30px;
  text-align: center;
}

.psk-register .psk-section-title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.08;
}

.psk-register .psk-section-copy {
  margin: 0 auto;
  max-width: 560px;
  color: #64748b;
}

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

.psk-register-form label {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-weight: 700;
}

.psk-register-form label span {
  font-size: 14px;
  line-height: 1.2;
}

.psk-register-form input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .16s ease, box-shadow .16s ease;
}

.psk-register-form input:focus {
  border-color: var(--psk-primary, #0059b3);
  box-shadow: 0 0 0 4px rgba(0, 89, 179, .12);
  outline: none;
}

.psk-register-hint {
  margin: -2px 0 0;
  padding: 13px 14px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.psk-register-hint code {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 6px 9px;
  border-radius: 9px;
  background: #eef6ff;
  color: var(--psk-primary, #0059b3);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12.5px;
  overflow-wrap: anywhere;
}

.psk-register-form .psk-wide {
  grid-column: 1 / -1;
}

.psk-register-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fef2f2;
  color: #991b1b;
  font-weight: 700;
}

.psk-register-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.psk-register-submit {
  width: min(330px, 100%);
  min-height: 50px;
  justify-content: center;
}

.psk-register-login {
  color: var(--psk-primary, #0059b3);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .psk-register {
    padding: 34px 18px 30px;
    border-radius: 18px;
  }

  .psk-register-form {
    grid-template-columns: 1fr;
  }

  .psk-register-actions {
    display: grid;
    gap: 12px;
  }

  .psk-register-submit {
    width: 100%;
  }
}

.psk-wrap *,
.psk-landing *,
.psk-section *,
.psk-contact * {
  box-sizing: border-box;
}

.psk-wrap .screen-reader-text,
.psk-landing .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.psk-wrap,
.psk-landing {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.psk-wrap {
  background: var(--psk-bg, #f7f9fb);
  color: #111827;
  padding: 64px 18px;
  overflow: hidden;
}

.psk-landing {
  background: var(--psk-bg, #f7f9fb);
  color: #111827;
  padding: 64px 18px;
  overflow: hidden;
}

.psk-hero,
.psk-steps,
.psk-section,
.psk-contact {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.psk-wrap > .psk-section,
.psk-wrap > .psk-contact {
  margin-top: 0;
}

.psk-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}

.psk-logo {
  display: block;
  max-width: 180px;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 16px;
}

.psk-badge,
.psk-section-head span,
.psk-contact span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 89, 179, .1);
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.psk-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  color: #0b1220;
}

.psk-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

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

.psk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease;
}

.psk-btn-main {
  background: var(--psk-primary, #0059b3);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 89, 179, .22);
}

.psk-btn-light {
  background: #fff;
  color: #0b1220;
  border: 1px solid #e5e7eb;
}

.psk-btn:hover {
  transform: translateY(-2px);
}

.psk-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.psk-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 89, 179, .14);
  border-radius: 999px;
  background: rgba(0, 89, 179, .08);
  color: var(--psk-primary, #0059b3);
  text-decoration: none;
  transition: transform .22s ease, background .22s ease;
}

.psk-socials a:hover {
  background: rgba(0, 89, 179, .14);
  transform: translateY(-2px);
}

.psk-socials svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.psk-profile-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  backdrop-filter: blur(18px);
}

.psk-profile-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 26px;
  background: #e5e7eb;
}

.psk-profile-card div {
  padding: 20px 8px 4px;
}

.psk-profile-card span {
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 800;
}

.psk-profile-card h2 {
  margin: 7px 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.psk-profile-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.psk-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.psk-steps div,
.psk-model-card,
.psk-file-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.psk-steps div {
  padding: 26px;
}

.psk-steps b {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 13px;
  margin-bottom: 18px;
}

.psk-steps h3 {
  margin: 0;
  font-size: 20px;
}

.psk-steps p {
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.6;
}

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

.psk-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.psk-section-head span {
  margin-left: auto;
  margin-right: auto;
}

.psk-section-head h2,
.psk-contact h2 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.psk-section-head p,
.psk-contact p {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.psk-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.psk-model-carousel {
  position: relative;
}

.psk-model-track {
  display: grid;
  grid-auto-columns: calc((100% - (18px * (var(--psk-model-desktop-slides, 3) - 1))) / var(--psk-model-desktop-slides, 3));
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.psk-model-track::-webkit-scrollbar {
  display: none;
}

.psk-model-track .psk-model-card {
  scroll-snap-align: start;
}

.psk-model-carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 89, 179, .24);
  transform: translateY(-50%);
}

.psk-model-carousel-prev {
  left: -18px;
}

.psk-model-carousel-next {
  right: -18px;
}

.psk-model-carousel-btn:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.psk-model-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.psk-model-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.psk-model-carousel-dots button.is-active {
  width: 24px;
  background: var(--psk-primary, #0059b3);
}

.psk-model-card {
  overflow: hidden;
}

.psk-model-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e5e7eb;
}

.psk-model-body {
  padding: 22px;
}

.psk-model-body h3 {
  margin: 0;
  font-size: 24px;
}

.psk-model-body p {
  color: #6b7280;
  line-height: 1.6;
}

.psk-price {
  color: var(--psk-primary, #0059b3) !important;
  font-weight: 800;
}

.psk-colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.psk-colour-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 7px 10px;
  text-decoration: none;
  color: #111827;
  font-size: 13px;
  background: #fff;
}

.psk-colour-list span {
  width: 14px;
  height: 14px;
  border-radius: 99px;
  border: 1px solid rgba(0, 0, 0, .12);
}

.psk-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.psk-card-actions a {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.psk-card-actions .psk-share {
  background: var(--psk-primary, #0059b3);
  color: #fff;
}

.psk-file-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.psk-file-card {
  display: block;
  padding: 22px;
  text-decoration: none;
  color: #111827;
}

.psk-file-card b {
  display: block;
  font-size: 18px;
}

.psk-file-card span {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background: #eef2ff;
  color: var(--psk-primary, #0059b3);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
}

.psk-file-card p {
  color: #6b7280;
  line-height: 1.6;
}

.psk-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  background: linear-gradient(135deg, var(--psk-primary, #0059b3), #003f80);
  border-radius: 34px;
  padding: 34px;
  color: #fff;
}

.psk-contact h2 {
  color: #fff;
}

.psk-contact p {
  color: rgba(255, 255, 255, .78);
}

.psk-contact span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.psk-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--psk-primary, #0059b3);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.psk-empty {
  padding: 24px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  text-align: center;
  color: #64748b;
}

.psk-viewer {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.psk-viewer-wrap {
  padding-top: 42px;
}

.psk-viewer-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.psk-viewer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.psk-viewer-note {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.psk-viewer-invalid {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
}

.psk-book {
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
}

.psk-book-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.psk-book-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.psk-book-status {
  min-width: 160px;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.psk-book-control,
.psk-book-edge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: 800;
}

.psk-book-control {
  width: 42px;
  height: 42px;
}

.psk-book-zoom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.psk-book-zoom span {
  min-width: 44px;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.psk-book-zoom-btn,
.psk-book-zoom-fit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.psk-book-zoom-fit {
  padding: 0 12px;
}

.psk-book-control:disabled,
.psk-book-edge:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.psk-book-stage {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding: 22px 68px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .75), rgba(229, 231, 235, .9)),
    #e5e7eb;
}

.psk-book-zoomed .psk-book-stage {
  cursor: grab;
  touch-action: pan-x pan-y;
}

.psk-book-zoomed .psk-book-spread {
  width: max-content;
}

.psk-book-spread {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: opacity .18s ease, transform .22s ease;
}

.psk-book-page,
.psk-book-image-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  background: #fff;
}

.psk-book-page:first-child {
  border-radius: 16px;
  box-shadow: none;
}

.psk-book-page-right {
  border-left: 1px solid #d1d5db;
  border-radius: 0 16px 16px 0;
  box-shadow: inset 10px 0 24px rgba(15, 23, 42, .08);
}

.psk-book-page-right,
.psk-book-page-right[hidden] {
  display: none !important;
}

.psk-book-page canvas,
.psk-book-image-page img {
  display: block;
  max-width: none;
  max-height: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.psk-book-image-page {
  width: 100%;
  min-height: 62vh;
  border-radius: 16px;
}

.psk-book-image-page img {
  max-width: 100%;
  height: auto;
}

.psk-book-edge {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.psk-book-edge-prev {
  left: 14px;
}

.psk-book-edge-next {
  right: 14px;
}

.psk-book-loading .psk-book-page {
  opacity: .72;
}

.psk-book-slide-next {
  opacity: .6;
  transform: translateX(-18px);
}

.psk-book-slide-prev {
  opacity: .6;
  transform: translateX(18px);
}

.psk-book-dragging {
  cursor: grabbing;
}

.psk-popup[hidden] {
  display: none !important;
}

.psk-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.psk-popup-open {
  opacity: 1;
  pointer-events: auto;
}

.psk-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .58);
  backdrop-filter: blur(7px);
}

.psk-popup-dialog {
  position: relative;
  width: min(430px, 100%);
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 26px;
  background: #fff;
  color: #0b1220;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
  transform: translateY(14px) scale(.98);
  transition: transform .18s ease;
}

.psk-popup-open .psk-popup-dialog {
  transform: translateY(0) scale(1);
}

.psk-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.psk-popup-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 89, 179, .1);
  color: var(--psk-primary, #0059b3);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}

.psk-popup-dialog h2 {
  margin: 0;
  max-width: calc(100% - 34px);
  color: #0b1220;
  font-size: 30px;
  line-height: 1.12;
}

.psk-popup-dialog p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.psk-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 89, 179, .25);
}

.psk-popup-lock {
  overflow: hidden;
}

.psk-navi {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 7px;
  bottom: 22px;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
}

.psk-navi-right {
  right: 18px;
}

.psk-navi-left {
  left: 18px;
}

.psk-navi-center_right {
  top: 50%;
  right: 18px;
  bottom: auto;
  transform: translateY(-50%);
}

.psk-navi-center_left {
  top: 50%;
  bottom: auto;
  left: 18px;
  transform: translateY(-50%);
}

.psk-navi-bottom_center {
  right: auto;
  bottom: 22px;
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}

.psk-navi a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 7px 12px 7px 8px;
  border-radius: 15px;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.psk-navi a:hover,
.psk-navi a:focus-visible {
  background: #f1f5f9;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  outline: none;
  transform: translateY(-1px);
}

.psk-navi a:active {
  transform: scale(.98);
}

.psk-navi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 89, 179, .22);
}

.psk-navi-icon svg {
  width: 18px;
  height: 18px;
}

.psk-navi-label {
  font-size: inherit;
  color: inherit;
}

.psk-navi-style-compact {
  gap: 7px;
}

.psk-navi-style-compact .psk-navi-link,
.psk-navi-style-icon_buttons .psk-navi-link {
  position: relative;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 16px;
  background: transparent;
}

.psk-navi-style-compact .psk-navi-icon,
.psk-navi-style-icon_buttons .psk-navi-icon {
  width: 36px;
  height: 36px;
}

.psk-navi-style-compact .psk-navi-label {
  position: absolute;
  right: calc(100% + 10px);
  display: block;
  width: max-content;
  max-width: 180px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(15, 23, 42, .96);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}

.psk-navi-style-compact.psk-navi-left .psk-navi-label,
.psk-navi-style-compact.psk-navi-center_left .psk-navi-label {
  right: auto;
  left: calc(100% + 10px);
  transform: translateX(-6px);
}

.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-label {
  right: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 6px);
}

.psk-navi-style-compact .psk-navi-link:hover .psk-navi-label,
.psk-navi-style-compact .psk-navi-link:focus-visible .psk-navi-label {
  opacity: 1;
  transform: translateX(0);
}

.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-link:hover .psk-navi-label,
.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-link:focus-visible .psk-navi-label {
  transform: translate(-50%, 0);
}

.psk-navi-style-icon_buttons .psk-navi-label {
  display: none;
}

/* Breakdance compatibility: keep plugin typography and colors inside shortcode output only. */
.psk-landing,
.psk-wrap,
.psk-landing h1,
.psk-landing h2,
.psk-landing h3,
.psk-landing p,
.psk-landing a,
.psk-landing span,
.psk-landing b,
.psk-wrap h1,
.psk-wrap h2,
.psk-wrap h3,
.psk-wrap p,
.psk-wrap a,
.psk-wrap span,
.psk-wrap b {
  font-family: Inter, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
  letter-spacing: 0 !important;
}

.psk-landing .psk-hero-title,
.psk-landing .psk-profile-name,
.psk-landing .psk-step-title,
.psk-landing .psk-section-title,
.psk-landing .psk-model-title,
.psk-wrap .psk-section-title,
.psk-wrap .psk-model-title,
.psk-wrap .psk-file-title {
  color: #0b1220 !important;
}

.psk-landing .psk-hero-subtitle,
.psk-landing .psk-profile-copy,
.psk-landing .psk-step-copy,
.psk-landing .psk-section-copy,
.psk-landing .psk-model-copy,
.psk-landing .psk-file-copy,
.psk-wrap .psk-section-copy,
.psk-wrap .psk-model-copy,
.psk-wrap .psk-file-copy {
  color: #6b7280 !important;
}

.psk-landing .psk-viewer-note,
.psk-wrap .psk-viewer-note {
  color: #6b7280 !important;
}

.psk-landing .psk-badge,
.psk-landing .psk-overline,
.psk-landing .psk-section-label,
.psk-wrap .psk-section-label {
  background: rgba(0, 89, 179, .1) !important;
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-btn,
.psk-wrap .psk-btn,
.psk-landing .psk-action-link,
.psk-wrap .psk-action-link {
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.psk-landing .psk-btn-main,
.psk-wrap .psk-btn-main {
  background: var(--psk-primary, #0059b3) !important;
  border-color: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-btn-light,
.psk-wrap .psk-btn-light {
  background: #fff !important;
  border-color: #e5e7eb !important;
  color: #0b1220 !important;
}

.psk-landing .psk-social-link,
.psk-wrap .psk-social-link,
.psk-landing .psk-price,
.psk-wrap .psk-price {
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-step-number,
.psk-wrap .psk-step-number {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-colour-list a,
.psk-wrap .psk-colour-list a,
.psk-landing .psk-card-actions a,
.psk-wrap .psk-card-actions a {
  text-decoration: none !important;
}

.psk-landing .psk-card-actions .psk-share,
.psk-wrap .psk-card-actions .psk-share {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-model-carousel-btn,
.psk-wrap .psk-model-carousel-btn {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-landing .psk-model-carousel-dots button,
.psk-wrap .psk-model-carousel-dots button {
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-landing .psk-contact,
.psk-wrap .psk-contact {
  color: #fff !important;
}

.psk-landing .psk-contact-label,
.psk-wrap .psk-contact-label {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
}

.psk-landing .psk-contact-title,
.psk-wrap .psk-contact-title {
  color: #fff !important;
}

.psk-landing .psk-contact-copy,
.psk-wrap .psk-contact-copy {
  color: rgba(255, 255, 255, .78) !important;
}

.psk-landing .psk-contact-link,
.psk-wrap .psk-contact-link {
  background: #fff !important;
  color: var(--psk-primary, #0059b3) !important;
  border-color: #fff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-landing .psk-navi-link,
.psk-wrap .psk-navi-link {
  background: transparent !important;
  color: #0f172a !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-landing .psk-navi-link:hover,
.psk-wrap .psk-navi-link:hover,
.psk-landing .psk-navi-link:focus-visible,
.psk-wrap .psk-navi-link:focus-visible {
  background: #f1f5f9 !important;
}

.psk-landing .psk-popup-dialog,
.psk-wrap .psk-popup-dialog {
  font-family: Inter, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
}

.psk-landing .psk-popup-kicker,
.psk-wrap .psk-popup-kicker {
  background: rgba(0, 89, 179, .1) !important;
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-popup-dialog h2,
.psk-wrap .psk-popup-dialog h2 {
  color: #0b1220 !important;
}

.psk-landing .psk-popup-dialog p,
.psk-wrap .psk-popup-dialog p {
  color: #4b5563 !important;
}

.psk-landing .psk-popup-cta,
.psk-wrap .psk-popup-cta {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-wrap .psk-book-control,
.psk-wrap .psk-book-edge {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-wrap .psk-book-zoom-btn,
.psk-wrap .psk-book-zoom-fit {
  background: #fff !important;
  color: #111827 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  .psk-hero,
  .psk-steps {
    grid-template-columns: 1fr;
  }

  .psk-profile-card {
    max-width: 520px;
    margin: auto;
  }

  .psk-model-grid,
  .psk-file-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 767px) {
  .psk-wrap,
  .psk-landing {
    padding: 30px 12px 132px;
  }

  .psk-viewer-wrap {
    padding: 5px 5px 98px;
  }

  .psk-hero {
    gap: 22px;
    text-align: center;
  }

  .psk-logo {
    max-width: 132px;
    max-height: 72px;
    margin: 0 auto 12px;
  }

  .psk-badge {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .psk-hero h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.08;
  }

  .psk-hero p {
    max-width: 340px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .psk-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .psk-btn {
    min-height: 44px;
    padding: 11px 18px;
    width: 100%;
    font-size: 14px;
  }

  .psk-socials {
    justify-content: center;
    gap: 18px;
    margin-top: 16px;
  }

  .psk-profile-card {
    margin-top: 4px;
    border-radius: 28px;
    padding: 14px;
  }

  .psk-profile-card > img {
    border-radius: 22px;
    aspect-ratio: 1 / 1.12;
  }

  .psk-profile-card div {
    text-align: center;
  }

  .psk-model-grid,
  .psk-file-grid {
    grid-template-columns: 1fr;
  }

  .psk-model-track {
    grid-auto-columns: calc((100% - (12px * (var(--psk-model-mobile-slides, 1) - 1))) / var(--psk-model-mobile-slides, 1));
    gap: 12px;
    padding-bottom: 14px;
  }

  .psk-model-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .psk-model-carousel-prev {
    left: 4px;
  }

  .psk-model-carousel-next {
    right: 4px;
  }

  .psk-section {
    margin-top: 48px;
  }

  .psk-contact {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    border-radius: 26px;
    padding: 24px;
  }

  .psk-contact a {
    width: 100%;
  }

  .psk-viewer-head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .psk-viewer .psk-section-label {
    display: none;
  }

  .psk-viewer .psk-section-title {
    font-size: 27px;
    line-height: 1.06;
  }

  .psk-viewer .psk-section-copy {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .psk-viewer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: stretch;
  }

  .psk-viewer-actions .psk-btn {
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .psk-viewer-note {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .psk-book {
    border-radius: 18px;
  }

  .psk-book-toolbar {
    gap: 10px;
    padding: 8px;
  }

  .psk-book-pager {
    gap: 14px;
    padding: 8px;
    border-top: 1px solid #e5e7eb;
  }

  .psk-book-status {
    min-width: 120px;
    font-size: 12px;
  }

  .psk-book-control {
    width: 38px;
    height: 38px;
  }

  .psk-book-zoom {
    justify-content: center;
    margin-left: 0;
  }

  .psk-book-zoom-btn,
  .psk-book-zoom-fit {
    height: 34px;
    min-width: 34px;
    font-size: 13px;
  }

  .psk-book-stage {
    padding: 5px;
    width: 100%;
    touch-action: pan-y;
  }

  .psk-book-zoomed .psk-book-stage {
    overflow: auto;
    touch-action: pan-x pan-y;
  }

  .psk-book-spread {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .psk-book-single .psk-book-spread {
    width: 100%;
    max-width: 100%;
  }

  .psk-book-zoomed .psk-book-spread,
  .psk-book-zoomed.psk-book-single .psk-book-spread {
    width: max-content;
    max-width: none;
  }

  .psk-book-page,
  .psk-book-image-page {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border-radius: 14px;
    box-shadow: none;
  }

  .psk-book-zoomed .psk-book-page,
  .psk-book-zoomed .psk-book-image-page {
    width: max-content;
    max-width: none;
  }

  .psk-book-page:first-child,
  .psk-book-page-right {
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .psk-book-page-right,
  .psk-book-page-right[hidden] {
    display: none !important;
  }

  .psk-book-page canvas,
  .psk-book-image-page img {
    max-width: none;
    max-height: none;
  }

  .psk-book-image-page img {
    max-width: 100%;
  }

  .psk-book-edge {
    display: none;
  }

  .psk-mobile-bottom_bar {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    flex-direction: row;
    justify-content: space-between;
    transform: none;
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(226, 232, 240, .96);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  }

  .psk-mobile-bottom_bar a {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 56px;
    padding: 7px 3px;
    border-radius: 18px;
    color: #0f172a;
    font-size: 11px;
    line-height: 1.05;
    text-align: center;
    background: transparent;
    box-shadow: none;
  }

  .psk-mobile-bottom_bar .psk-navi-icon {
    width: 32px;
    height: 32px;
    border-radius: 13px;
  }

  .psk-mobile-bottom_bar .psk-navi-icon svg {
    width: 17px;
    height: 17px;
  }

  .psk-mobile-bottom_bar .psk-navi-label {
    position: static;
    display: block;
    max-width: 100%;
    padding: 0;
    background: transparent;
    color: #0f172a;
    font-size: 10.5px;
    line-height: 1.08;
    white-space: normal;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    overflow-wrap: anywhere;
  }

  .psk-mobile-floating {
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    transform: none;
  }

  .psk-mobile-floating .psk-navi-label {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
    color: #0f172a;
    white-space: normal;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .psk-popup {
    align-items: center;
    padding: 12px;
  }

  .psk-popup-dialog {
    padding: 24px 20px 20px;
    border-radius: 24px;
  }

  .psk-popup-dialog h2 {
    font-size: 26px;
  }
}
