body.dtr-public-shell.beginner-guide-page {
  background: linear-gradient(180deg, var(--navy, #081016) 0%, var(--navy2, #0e1a20) 54%, var(--navy, #081016) 100%);
}

.guide-wrap {
  width: min(1040px, 100% - 48px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.guide-hero {
  padding: 72px 0 42px;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
}

.guide-eyebrow {
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 10px;
  color: var(--accent, #f2b84b);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-weight: 700;
}

.guide-hero h1 {
  max-width: 820px;
  font-family: var(--font-d, 'Bebas Neue', sans-serif);
  font-size: clamp(46px, 7vw, 78px);
  line-height: .95;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text, #f6f1e6);
  margin: 0 0 18px;
}

.guide-hero h1 span,
.guide-section h2 span {
  color: var(--accent, #f2b84b);
}

.guide-sub {
  max-width: 700px;
  color: var(--text2, #c6d2d8);
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 11px;
  color: var(--muted, #8798a0);
}

.guide-pill {
  border: 1px solid var(--aborder, rgba(242,184,75,.28));
  background: var(--adim, rgba(242,184,75,.12));
  color: var(--accent, #f2b84b);
  border-radius: 999px;
  padding: 5px 10px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
  padding: 46px 0 72px;
}

.guide-article {
  min-width: 0;
}

.guide-section {
  margin: 0 0 46px;
}

.guide-section h2 {
  font-family: var(--font-d, 'Bebas Neue', sans-serif);
  font-size: clamp(31px, 4.5vw, 46px);
  line-height: 1;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--text, #f6f1e6);
  margin: 0 0 14px;
  scroll-margin-top: 110px;
}

.guide-section h3 {
  color: var(--accent, #f2b84b);
  font-size: 20px;
  margin: 26px 0 10px;
}

.guide-section p,
.guide-section li {
  color: var(--text2, #c6d2d8);
  font-size: 16px;
  line-height: 1.75;
}

.guide-section p {
  margin: 0 0 16px;
}

.guide-section strong {
  color: var(--text, #f6f1e6);
}

.guide-section a,
.guide-section a:visited,
.guide-card a,
.guide-card a:visited,
.guide-callout a,
.guide-callout a:visited {
  color: var(--accent, #f2b84b);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(242,184,75,.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.guide-section a:hover,
.guide-section a:focus,
.guide-card a:hover,
.guide-card a:focus,
.guide-callout a:hover,
.guide-callout a:focus {
  color: #ffd36a;
  text-decoration-color: #ffd36a;
}

html[data-theme="light"] .guide-section a,
html[data-theme="light"] .guide-section a:visited,
html[data-theme="light"] .guide-card a,
html[data-theme="light"] .guide-card a:visited,
html[data-theme="light"] .guide-callout a,
html[data-theme="light"] .guide-callout a:visited {
  color: #8f5b00;
  text-decoration-color: rgba(143,91,0,.45);
}

html[data-theme="light"] .guide-section a:hover,
html[data-theme="light"] .guide-section a:focus,
html[data-theme="light"] .guide-card a:hover,
html[data-theme="light"] .guide-card a:focus,
html[data-theme="light"] .guide-callout a:hover,
html[data-theme="light"] .guide-callout a:focus {
  color: #6f4500;
  text-decoration-color: #6f4500;
}

.guide-section ul,
.guide-section ol {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.guide-section li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 12px;
}

.guide-section li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent, #f2b84b);
}

.guide-card,
.guide-callout,
.guide-sidebar {
  border: 1px solid var(--border, rgba(246,241,230,.07));
  background: rgba(255,255,255,.03);
  border-radius: 8px;
}

.guide-callout {
  border-color: var(--aborder, rgba(242,184,75,.28));
  background: var(--adim, rgba(242,184,75,.12));
  padding: 22px;
  margin: 26px 0;
}

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

.guide-steps {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.guide-card {
  padding: 18px 20px;
}

.guide-card h3 {
  margin: 0 0 8px;
}

.guide-card p {
  margin-bottom: 0;
}

.guide-sidebar {
  position: sticky;
  top: 118px;
  padding: 20px;
}

.guide-sidebar h2 {
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--muted, #8798a0);
  margin: 0 0 14px;
}

.guide-sidebar-group {
  margin: 0 0 16px;
}

.guide-sidebar-group h3 {
  font-family: var(--font-m, 'DM Mono', monospace);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--accent, #f2b84b);
  margin: 16px 0 4px;
}

.guide-sidebar a {
  display: block;
  color: var(--text2, #c6d2d8);
  text-decoration: none;
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border, rgba(246,241,230,.07));
}

.guide-sidebar a:hover,
.guide-sidebar a.active {
  color: var(--accent, #f2b84b);
}

.guide-cta {
  border: 1px solid var(--aborder, rgba(242,184,75,.28));
  background: linear-gradient(135deg, rgba(242,184,75,.14), rgba(255,255,255,.03));
  border-radius: 10px;
  padding: 28px;
  margin-top: 20px;
}

.guide-cta h2 {
  font-family: var(--font-d, 'Bebas Neue', sans-serif);
  font-size: 38px;
  line-height: 1;
  margin: 0 0 10px;
  color: var(--text, #f6f1e6);
}

.guide-cta p {
  color: var(--text2, #c6d2d8);
  margin: 0 0 18px;
}

.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 6px;
  background: linear-gradient(135deg,var(--accent, #f2b84b),var(--accent2, #ffd166));
  color: #2a1a05;
  text-decoration: none;
  font-weight: 800;
}

.guide-button,
.guide-button:visited,
.guide-section a.guide-button,
.guide-section a.guide-button:visited,
.guide-card a.guide-button,
.guide-card a.guide-button:visited,
.guide-callout a.guide-button,
.guide-callout a.guide-button:visited,
.guide-cta a.guide-button,
.guide-cta a.guide-button:visited {
  color: #241603 !important;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

.guide-button:hover,
.guide-button:focus,
.guide-section a.guide-button:hover,
.guide-section a.guide-button:focus,
.guide-card a.guide-button:hover,
.guide-card a.guide-button:focus,
.guide-callout a.guide-button:hover,
.guide-callout a.guide-button:focus,
.guide-cta a.guide-button:hover,
.guide-cta a.guide-button:focus {
  color: #120b02 !important;
  text-decoration: none !important;
}

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

.guide-related a {
  color: var(--text, #f6f1e6);
  text-decoration: none;
}

.guide-related p {
  color: var(--muted, #8798a0);
  font-size: 14px;
  margin: 6px 0 0;
}

.guide-faq {
  border-top: 1px solid var(--border, rgba(246,241,230,.07));
  padding: 18px 0;
}

.guide-faq h3 {
  margin: 0 0 8px;
  color: var(--text, #f6f1e6);
}

html[data-theme="light"] body.dtr-public-shell.beginner-guide-page .guide-card,
html[data-theme="light"] body.dtr-public-shell.beginner-guide-page .guide-sidebar {
  background: rgba(255,253,250,.58);
}

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

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

  .guide-article {
    order: 1;
  }

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

@media (max-width: 640px) {
  .guide-wrap {
    width: min(100% - 32px, 1040px);
  }

  .guide-hero {
    padding-top: 50px;
  }
}
