:root {
  --guide-bg: #070b12;
  --guide-bg-soft: #0f1529;
  --guide-panel: rgba(10, 16, 31, 0.58);
  --guide-panel-strong: rgba(13, 21, 39, 0.64);
  --guide-panel-elevated: rgba(16, 24, 43, 0.66);
  --guide-border: rgba(171, 191, 222, 0.16);
  --guide-border-strong: rgba(171, 191, 222, 0.26);
  --guide-text: #f5f7fb;
  --guide-text-muted: #a9b6cb;
  --guide-text-soft: #8190ab;
  --guide-cyan: #67e8f9;
  --guide-gold: #f3c165;
  --guide-indigo: #6e83ff;
  --guide-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  --guide-shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.24);
  --guide-radius-xl: 28px;
  --guide-radius-lg: 22px;
  --guide-radius-md: 18px;
  --guide-radius-sm: 12px;
  --guide-topbar-height: 66px;
  --guide-sidebar-top: 106px;
  --guide-font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --guide-font-reading: "Pretendard", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --guide-page-width: 1320px;
  --guide-section-block-gap: 22px;
  --guide-translucent-card: rgba(255, 255, 255, 0.045);
  --guide-translucent-sheet: rgba(10, 16, 31, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body.guide-body {
  margin: 0;
  min-height: 100vh;
  color: var(--guide-text);
  font-family: var(--guide-font-reading);
  position: relative;
  isolation: isolate;
  z-index: 0;
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(251, 191, 36, 0.14), transparent 24%),
    radial-gradient(circle at bottom, rgba(45, 212, 191, 0.12), transparent 34%),
    linear-gradient(180deg, #040714 0%, #07101f 48%, #081120 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.guide-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 7, 20, 0.28) 0%, rgba(4, 7, 20, 0.12) 32%, rgba(4, 7, 20, 0.26) 100%);
  backdrop-filter: blur(8px) saturate(110%);
  -webkit-backdrop-filter: blur(8px) saturate(110%);
}

.guide-topbar,
main,
.guide-mobile-jump {
  position: relative;
  z-index: 1;
}

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

img {
  display: block;
  max-width: 100%;
}

main,
section,
article,
aside,
figure {
  position: relative;
}

[data-guide-section] {
  scroll-margin-top: 120px;
}

.guide-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 12px 24px;
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  background: rgba(4, 8, 18, 0.52);
  border-bottom: 1px solid rgba(171, 191, 222, 0.12);
}

.guide-topbar__inner,
.guide-hero__inner,
.guide-layout,
.guide-footer__inner {
  width: min(calc(100% - 32px), var(--guide-page-width));
  margin: 0 auto;
}

.guide-topbar__inner {
  min-height: calc(var(--guide-topbar-height) - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: nowrap;
  overflow: visible;
}

.guide-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 0 1 auto;
}

.guide-brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(103, 232, 249, 0.14);
}

.guide-brand__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.guide-brand__text strong,
.guide-brand__text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guide-brand__text strong,
.guide-topbar__cta,
.guide-section__header h2,
.guide-card__head h3,
.guide-hero h1,
.guide-mini-card__label,
.guide-sidebar__eyebrow,
.guide-section__eyebrow,
.guide-eyebrow {
  font-family: var(--guide-font-display);
}

.guide-brand__text strong {
  font-size: 1.08rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.guide-brand__text span {
  font-size: 0.74rem;
  color: var(--guide-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.guide-topbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
}

.guide-topbar__language-anchor,
.guide-topbar__language-anchor .guide-page-language-shell {
  position: relative;
  z-index: 31;
  min-width: 0;
  width: fit-content;
}

.guide-page-language-shell {
  display: inline-flex;
}

.guide-page-language-overlay[hidden],
.guide-page-language-panel[hidden] {
  display: none !important;
}

.guide-page-language-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6, 10, 18, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
}

.guide-page-language-panel {
  position: fixed;
  left: 50%;
  top: calc(var(--guide-topbar-height) + 8px);
  transform: translateX(-50%);
  width: min(338px, calc(100vw - 2rem));
  max-height: min(68vh, 560px);
  z-index: 151;
  border: 1px solid rgba(184, 198, 239, 0.18);
  border-radius: 22px;
  padding: 0.9rem;
  background:
    linear-gradient(180deg, rgba(15, 22, 37, 0.96), rgba(9, 14, 27, 0.97));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.72rem;
  overflow: hidden;
}

.guide-page-language-panel:focus-visible {
  outline: 2px solid rgba(185, 214, 255, 0.9);
  outline-offset: 2px;
}

.guide-page-language-panel__head {
  display: grid;
  gap: 0.18rem;
  padding: 0.08rem 0.14rem 0;
}

.guide-page-language-panel__title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f4f7ff;
  font-family: var(--guide-font-display);
}

.guide-page-language-panel__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.3;
  color: rgba(191, 204, 234, 0.8);
}

.guide-page-language-list {
  list-style: none;
  margin: 0;
  padding: 0.12rem;
  display: grid;
  gap: 0.18rem;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 255, 0.9) rgba(18, 25, 43, 0.94);
}

.guide-page-language-list::-webkit-scrollbar {
  width: 6px;
}

.guide-page-language-list::-webkit-scrollbar-track {
  background: rgba(18, 25, 43, 0.94);
  border-radius: 999px;
}

.guide-page-language-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(184, 198, 255, 0.95), rgba(132, 150, 255, 0.88));
  border-radius: 999px;
  border: 2px solid rgba(18, 25, 43, 0.94);
}

.guide-page-language-option {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #eef3ff;
  padding: 0.76rem 0.82rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  text-align: start;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.guide-page-language-option:hover {
  transform: translateX(2px);
  border-color: rgba(188, 206, 255, 0.24);
  background: rgba(137, 165, 255, 0.12);
  color: #ffffff;
}

.guide-page-language-option:focus-visible {
  outline: 2px solid rgba(189, 214, 255, 0.9);
  outline-offset: 1px;
}

.guide-page-language-option.is-current,
.guide-page-language-option[disabled] {
  cursor: default;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(191, 205, 242, 0.14);
  color: rgba(228, 235, 255, 0.72);
  filter: saturate(0.46);
  transform: none;
}

.guide-page-language-option__flag {
  width: 1.2rem;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

.guide-page-language-option__copy {
  min-width: 0;
  flex: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 0.34rem;
  flex-wrap: wrap;
}

.guide-page-language-option__native {
  color: #eef3ff;
}

.guide-page-language-option__english {
  font-size: 0.8rem;
  color: rgba(191, 204, 234, 0.74);
}

.guide-page-language-option__status {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(195, 208, 255, 0.76);
}

.guide-page-language-trigger {
  --guide-language-icon-gap: 0.28rem;
  min-height: 40px;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(171, 191, 222, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(114, 91, 184, 0.96) 0%, rgba(85, 59, 150, 0.98) 54%, rgba(132, 87, 25, 0.96) 100%);
  color: #f8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--guide-language-icon-gap);
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(23, 13, 42, 0.34), inset 0 -2px 0 rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.guide-page-language-trigger:hover,
.guide-page-language-trigger:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 28px rgba(20, 12, 40, 0.38), inset 0 -2px 0 rgba(255, 255, 255, 0.1);
  outline: none;
}

.guide-page-language-trigger[aria-expanded="true"] {
  color: #ffffff;
  border-color: rgba(188, 206, 255, 0.48);
}

.guide-page-language-trigger__globe,
.guide-page-language-trigger__globe-svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.guide-page-language-trigger__globe-svg {
  stroke: currentColor;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-page-language-trigger__label {
  display: none;
}

.guide-page-language-trigger__caret,
.guide-page-language-trigger__caret svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: none;
}

.guide-page-language-trigger__caret svg {
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-page-language-trigger__caret {
  margin-inline-start: 2px;
}

.guide-topbar__language-anchor .guide-page-language-shell.is-arming .guide-page-language-trigger__caret {
  animation: topbar-download-stab 0.58s ease-in-out 1;
}

.guide-page-language-modal-open {
  overflow: hidden;
}

.guide-topbar__link,
.guide-topbar__cta,
.guide-sidebar__cta {
  min-height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.02rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.guide-topbar__link {
  color: var(--guide-text-muted);
  border: 1px solid rgba(171, 191, 222, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.guide-topbar__link:hover,
.guide-topbar__link:focus-visible,
.guide-topbar__cta:hover,
.guide-topbar__cta:focus-visible,
.guide-sidebar__cta:hover,
.guide-sidebar__cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(171, 191, 222, 0.3);
  outline: none;
}

.guide-topbar__download-anchor {
  display: inline-flex;
}

.guide-topbar__download-anchor,
.guide-topbar__download-anchor .topbar-download-shell {
  position: relative;
  z-index: 31;
  min-width: 0;
  width: fit-content;
}

.guide-topbar__download-anchor .topbar-download-trigger {
  --topbar-download-icon-gap: 0.28rem;
  min-height: 40px;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(171, 191, 222, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(114, 91, 184, 0.96) 0%, rgba(85, 59, 150, 0.98) 54%, rgba(132, 87, 25, 0.96) 100%);
  color: #f8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--topbar-download-icon-gap);
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(23, 13, 42, 0.34), inset 0 -2px 0 rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}

.guide-topbar__download-anchor .topbar-download-trigger:hover,
.guide-topbar__download-anchor .topbar-download-trigger:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  outline: none;
  box-shadow: 0 16px 28px rgba(20, 12, 40, 0.38), inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.guide-topbar__download-anchor .topbar-download-trigger__label {
  display: none;
}

.guide-topbar__download-anchor .topbar-download-trigger__icons {
  gap: 0.3rem;
}

.guide-topbar__download-anchor .topbar-download-trigger__chevrons {
  display: inline-flex;
}

.guide-topbar__download-anchor .topbar-download-trigger__system-svg,
.guide-topbar__download-anchor .topbar-download-trigger__system-computer,
.guide-topbar__download-anchor .topbar-download-trigger__chevrons-svg {
  width: 16px;
  height: 16px;
}

.guide-topbar__download-anchor .topbar-download-panel {
  width: min(300px, calc(100vw - 32px)) !important;
}

.guide-topbar__download-anchor .topbar-download-option {
  white-space: nowrap;
}

.guide-topbar__download-anchor .topbar-download-option__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guide-topbar__download-anchor .topbar-download-overlay[hidden],
.guide-topbar__download-anchor .topbar-download-panel[hidden],
.guide-topbar__download-anchor .topbar-download-modal[hidden] {
  display: none !important;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"] .topbar-download-modal[hidden] {
  display: none !important;
}

.guide-topbar__download-anchor .topbar-download-overlay {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"].is-modal-open .topbar-download-overlay,
.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"].is-modal-closing .topbar-download-overlay {
  background: rgba(7, 12, 24, 0.86);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"] .topbar-download-modal {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  min-height: 100dvh !important;
  z-index: 260 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  pointer-events: none !important;
  transform: scale(0.97) !important;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"] .topbar-download-overlay {
  height: 100vh !important;
  min-height: 100dvh !important;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"].is-modal-open .topbar-download-modal {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto !important;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"].is-modal-closing .topbar-download-modal {
  opacity: 0 !important;
  transform: scale(0.975) !important;
  pointer-events: none !important;
}

.guide-topbar__download-anchor .topbar-download-shell[data-platform="mobile"] .topbar-download-modal-card {
  width: min(420px, calc(100% - 48px)) !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.guide-topbar__cta,
.guide-sidebar__cta {
  color: #08101d;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--guide-cyan), var(--guide-gold));
  box-shadow: 0 16px 32px rgba(89, 178, 213, 0.18);
}

.guide-topbar__cta:hover,
.guide-topbar__cta:focus-visible,
.guide-sidebar__cta:hover,
.guide-sidebar__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(89, 178, 213, 0.24);
  outline: none;
}

.guide-mobile-jump {
  display: none;
  position: sticky;
  top: calc(var(--guide-topbar-height) + 8px);
  z-index: 22;
  width: min(calc(100% - 32px), var(--guide-page-width));
  margin: 12px auto 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(171, 191, 222, 0.14);
  background: var(--guide-panel-elevated);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  box-shadow: var(--guide-shadow-soft);
}

.guide-mobile-jump__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  color: var(--guide-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.guide-mobile-jump__select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(171, 191, 222, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--guide-text);
  font: inherit;
}

.guide-hero {
  padding: 48px 24px 28px;
}

.guide-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 26px;
  align-items: stretch;
}

.guide-hero__copy,
.guide-hero__meta {
  padding: 32px;
  border-radius: var(--guide-radius-xl);
  border: 1px solid var(--guide-border);
  box-shadow: var(--guide-shadow);
}

.guide-hero__copy {
  background:
    radial-gradient(circle at top right, rgba(110, 131, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(13, 20, 37, 0.32) 0%, rgba(9, 15, 28, 0.34) 100%);
}

.guide-hero__meta {
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(13, 20, 37, 0.32) 0%, rgba(9, 15, 28, 0.34) 100%);
  display: grid;
  gap: 16px;
}

.guide-eyebrow,
.guide-section__eyebrow,
.guide-sidebar__eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--guide-cyan);
}

.guide-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.35rem, 5.3vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.guide-hero__lead,
.guide-section__header p,
.guide-card__head p,
.guide-callout p,
.guide-mini-card p,
.guide-pill-card p,
.guide-footer,
.guide-detail-list,
.guide-checklist,
.guide-steps,
.guide-subsection-grid p,
.guide-support-note {
  color: var(--guide-text-muted);
}

.guide-hero__lead {
  margin: 20px 0 0;
  max-width: 58ch;
  font-size: 1.03rem;
  line-height: 1.78;
}

.guide-callout {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(103, 232, 249, 0.16);
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.05), rgba(243, 193, 101, 0.04)),
    var(--guide-translucent-card);
}

.guide-callout__title,
.guide-mini-card__label {
  margin: 0 0 8px;
  font-size: 0.84rem;
  color: var(--guide-text);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.guide-callout p:last-child,
.guide-mini-card p:last-child,
.guide-pill-card p:last-child,
.guide-card__head p:last-child,
.guide-section__header p:last-child {
  margin-bottom: 0;
}

.guide-mini-card {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(171, 191, 222, 0.12);
  background: var(--guide-translucent-card);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 0 24px 96px;
}

.guide-sidebar {
  position: sticky;
  top: var(--guide-sidebar-top);
  display: grid;
  gap: 18px;
}

.guide-sidebar__card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--guide-border);
  background: var(--guide-panel);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  box-shadow: var(--guide-shadow-soft);
}

.guide-sidebar__card--accent {
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.64) 0%, rgba(10, 16, 31, 0.58) 100%);
}

.guide-sidebar__card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
}

.guide-sidebar__cta {
  margin-top: 16px;
  width: 100%;
}

.guide-toc {
  display: grid;
  gap: 6px;
}

.guide-toc a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--guide-text-muted);
  font-size: 0.95rem;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.guide-toc a.is-sub {
  padding-inline-start: 24px;
  font-size: 0.88rem;
  color: var(--guide-text-soft);
}

.guide-toc a:hover,
.guide-toc a:focus-visible {
  color: var(--guide-text);
  border-color: rgba(171, 191, 222, 0.16);
  background: var(--guide-translucent-card);
  outline: none;
  transform: translateX(2px);
}

.guide-toc a.is-active {
  color: var(--guide-text);
  border-color: rgba(103, 232, 249, 0.26);
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.08), rgba(243, 193, 101, 0.06)),
    var(--guide-translucent-card);
}

.guide-content {
  display: grid;
  gap: 56px;
}

.guide-section__header {
  margin-bottom: 22px;
}

.guide-section__header h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.guide-section__header p {
  max-width: 78ch;
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.8;
}

.guide-card,
.guide-shot {
  margin: 0;
  padding: 28px;
  border-radius: var(--guide-radius-lg);
  border: 1px solid var(--guide-border);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.52) 0%, rgba(10, 16, 31, 0.56) 100%);
  box-shadow: var(--guide-shadow-soft);
}

.guide-card__head {
  margin-bottom: 18px;
}

.guide-card__head h3,
.guide-subsection-grid h4,
.guide-steps h4 {
  margin: 0;
  color: var(--guide-text);
  letter-spacing: -0.03em;
}

.guide-card__head h3 {
  font-size: 1.44rem;
}

.guide-card__head p {
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.72;
}

.guide-section > .guide-card + .guide-card,
.guide-section > .guide-card + .guide-grid,
.guide-section > .guide-grid + .guide-card,
.guide-section > .guide-grid + .guide-grid,
.guide-section > .guide-card + .guide-shot,
.guide-section > .guide-shot + .guide-card,
.guide-section > .guide-shot + .guide-grid {
  margin-top: var(--guide-section-block-gap);
}

.guide-checklist,
.guide-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  line-height: 1.75;
}

.guide-checklist > li,
.guide-detail-list > li {
  position: relative;
  padding-inline-start: 1.2rem;
}

.guide-checklist > li::before,
.guide-detail-list > li::before {
  content: "•";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 0.9rem;
  height: 1.75em;
  display: grid;
  place-items: center;
  color: rgba(228, 237, 255, 0.82);
  font-size: 1.02em;
  line-height: 1;
}

.guide-checklist strong,
.guide-detail-list strong {
  color: var(--guide-text);
}

.guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: step;
}

.guide-steps li {
  position: relative;
  padding: 20px 20px 20px 68px;
  border-radius: 18px;
  border: 1px solid rgba(171, 191, 222, 0.12);
  background: var(--guide-translucent-card);
}

.guide-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #08101d;
  font-family: var(--guide-font-display);
  font-size: 0.98rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--guide-cyan), var(--guide-gold));
}

html[dir="rtl"] body.guide-body {
  direction: rtl;
}

html[dir="rtl"] .guide-page-language-option {
  flex-direction: row-reverse;
}

html[dir="rtl"] .guide-page-language-option:hover {
  transform: translateX(-2px);
}

html[dir="rtl"] .guide-toc a:hover,
html[dir="rtl"] .guide-toc a:focus-visible {
  transform: translateX(-2px);
}

html[dir="rtl"] .guide-steps li::before {
  inset-inline-start: auto;
  right: 20px;
}

.guide-steps p,
.guide-subsection-grid p {
  margin: 8px 0 0;
  line-height: 1.76;
}

.guide-grid {
  display: grid;
  gap: 22px;
}

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

.guide-pill-grid,
.guide-subsection-grid {
  display: grid;
  gap: 16px;
}

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

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

.guide-pill-card,
.guide-subsection-grid > div {
  padding: 18px 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(171, 191, 222, 0.12);
  background: var(--guide-translucent-card);
}

.guide-pill-card strong,
.guide-subsection-grid h4 {
  display: block;
  color: var(--guide-text);
  font-size: 1rem;
}

.guide-inline-label,
.guide-pill-card strong.guide-inline-label,
.guide-subsection-grid h4.guide-inline-label {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.guide-inline-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  stroke: currentColor;
  fill: none;
}

.guide-shot {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-shot__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  max-width: 100%;
  object-fit: cover;
}

.guide-mobile-jump,
.guide-sidebar {
  z-index: 16;
}

.coala-guide-pretext-surface {
  position: relative;
}

.coala-guide-pretext-fill {
  display: block !important;
  width: 100% !important;
}

.coala-guide-pretext-source,
.coala-guide-pretext-render {
  display: block;
  width: 100%;
}

.coala-guide-pretext-source {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.coala-guide-pretext-render {
  position: relative;
  pointer-events: none;
}

.coala-guide-pretext-line {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: pre;
  transform-origin: top left;
  will-change: transform;
}

.coala-guide-actor-layer {
  position: fixed;
  inset: 0;
  z-index: 12;
  pointer-events: none;
  overflow: hidden;
}

.coala-guide-route-layer,
.coala-guide-route-marker,
.coala-guide-actor {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.coala-guide-route-layer {
  inset: 0;
}

.coala-guide-route-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(245, 241, 231, 0.95), rgba(244, 231, 200, 0.72));
  box-shadow:
    0 0 0 1px rgba(69, 45, 24, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.12);
  transform-origin: center center;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.coala-guide-route-dot.is-hidden {
  opacity: 0;
}

.coala-guide-route-marker {
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.coala-guide-route-marker.is-visible {
  opacity: 1;
}

.coala-guide-route-marker__inner {
  position: absolute;
  inset: 0;
  transform: scale(0.18) rotate(-14deg);
  transform-origin: center center;
}

.coala-guide-route-marker.is-visible .coala-guide-route-marker__inner {
  animation: guide-route-marker-pop 460ms cubic-bezier(0.18, 1.12, 0.2, 1) both;
}

.coala-guide-route-marker__line {
  position: absolute;
  inset: 0;
}

.coala-guide-route-marker__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 12px;
  margin-left: -23px;
  margin-top: -6px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 216, 120, 0.98), rgba(244, 114, 182, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 5px 20px rgba(244, 114, 182, 0.32);
}

.coala-guide-route-marker__line:first-child::before {
  transform: rotate(36deg);
}

.coala-guide-route-marker__line:last-child::before {
  transform: rotate(-38deg);
}

.coala-guide-actor {
  width: 108px;
  height: 132px;
  transform: translate3d(-200vw, -200vh, 0);
  filter:
    drop-shadow(0 16px 26px rgba(15, 23, 42, 0.18))
    drop-shadow(0 5px 12px rgba(45, 212, 191, 0.12));
}

.coala-guide-actor.is-flipped .coala-guide-actor-sprite {
  transform: scaleX(-1);
}

.coala-guide-actor-sprite {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  transform-origin: center center;
  image-rendering: pixelated;
}

@keyframes guide-route-marker-pop {
  0% {
    transform: scale(0.14) rotate(-18deg);
    opacity: 0;
  }

  62% {
    transform: scale(1.24) rotate(11deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.guide-section--closing {
  padding-bottom: 6px;
}

.guide-callout--closing {
  margin-top: 0;
}

.guide-footer {
  padding: 0 24px 34px;
  position: relative;
  z-index: 40;
}

.guide-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border-radius: 22px;
  border: 1px solid rgba(171, 191, 222, 0.12);
  background: var(--guide-panel);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}

.guide-footer__inner p {
  margin: 0;
}

.guide-footer__links {
  display: inline-flex;
  gap: 18px;
  flex-wrap: wrap;
}

.guide-footer__links a {
  color: var(--guide-text-muted);
}

.guide-footer__links a:hover,
.guide-footer__links a:focus-visible {
  color: var(--guide-text);
  outline: none;
}

@media (max-width: 1140px) {
  .guide-hero__inner,
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
    order: -1;
  }

  .guide-pill-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .guide-mobile-jump {
    display: block;
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    top: auto;
    transform: translateX(-50%);
    margin: 0;
    z-index: 45;
    width: min(calc(100% - 16px), var(--guide-page-width));
  }

  .guide-sidebar {
    display: none;
  }

  .guide-grid--two,
  .guide-subsection-grid {
    grid-template-columns: 1fr;
  }

  main {
    padding-bottom: 84px;
  }
}

@media (max-width: 720px) {
  .guide-topbar {
    padding: 11px 16px;
  }

  .guide-topbar__inner,
  .guide-hero__inner,
  .guide-layout,
  .guide-footer__inner {
    width: min(calc(100% - 16px), var(--guide-page-width));
  }

  .guide-topbar__actions {
    width: auto;
    justify-content: flex-end;
  }

  .guide-topbar__link,
  .guide-topbar__download-anchor {
    flex: 0 0 auto;
  }

  .guide-topbar__link,
  .guide-topbar__cta {
    flex: none;
  }

  .guide-topbar__inner {
    gap: 8px;
  }

  .guide-topbar__actions {
    gap: 6px;
  }

  .guide-brand {
    gap: 9px;
  }

  .guide-brand img {
    width: 34px;
    height: 34px;
  }

  .guide-brand__text strong {
    font-size: 0.95rem;
  }

  .guide-brand__text span {
    font-size: 0.62rem;
  }

  .guide-topbar__download-anchor .topbar-download-trigger {
    min-height: 32px;
    padding: 0.38rem 0.56rem;
  }

  .guide-topbar__download-anchor .topbar-download-trigger__system-svg,
  .guide-topbar__download-anchor .topbar-download-trigger__system-computer,
  .guide-topbar__download-anchor .topbar-download-trigger__chevrons-svg {
    width: 14px;
    height: 14px;
    transform: scale(0.9);
  }

  .guide-hero {
    padding: 24px 16px 20px;
  }

  .guide-layout,
  .guide-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .guide-hero__copy,
  .guide-hero__meta,
  .guide-card,
  .guide-sidebar__card,
  .guide-footer__inner {
    padding: 22px;
  }

  .guide-steps li {
    padding: 18px 18px 18px 62px;
  }

}

@media (max-width: 520px) {
  .guide-brand__text span {
    display: none;
  }

  .guide-page-language-trigger {
    min-height: 32px;
    padding: 0.38rem 0.56rem;
  }

  .guide-page-language-trigger__globe,
  .guide-page-language-trigger__globe-svg,
  .guide-page-language-trigger__caret,
  .guide-page-language-trigger__caret svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 360px) {
  .guide-topbar {
    padding: 8px 12px;
  }

  .guide-topbar__inner,
  .guide-hero__inner,
  .guide-layout,
  .guide-footer__inner {
    width: min(calc(100% - 12px), var(--guide-page-width));
  }

  .guide-topbar__inner {
    gap: 8px;
  }

  .guide-topbar__actions {
    gap: 6px;
  }

  .guide-brand img {
    width: 32px;
    height: 32px;
  }

  .guide-brand__text strong {
    font-size: 0.9rem;
  }

  .guide-topbar__download-anchor .topbar-download-trigger {
    min-height: 32px;
    padding: 0.38rem 0.46rem;
  }

  .guide-topbar__download-anchor .topbar-download-trigger__system-svg,
  .guide-topbar__download-anchor .topbar-download-trigger__system-computer,
  .guide-topbar__download-anchor .topbar-download-trigger__chevrons-svg {
    width: 14px;
    height: 14px;
    transform: scale(0.85);
  }
}
