:root {
  
  --rentl-orange: #ff5700;
  --rentl-orange-light: #ff884d;
  --rentl-orange-dark: #cc4600;

  
  --rentl-green: #2e933c;
  --rentl-green-light: #5cb86a;
  --rentl-green-dark: #1f6b2a;

  
  --rentl-wordmark-dot: var(--rentl-green);

  
  --rentl-green-accent: var(--rentl-green);

  
  --rentl-color-slate: #3a3d42;

  
  --rentl-color-heading: #1a1a1a;
  --rentl-color-text: #4a4a4a;
  --rentl-color-text-muted: #6b7280;
  --rentl-color-border: rgba(0, 0, 0, 0.10);
  --rentl-color-border-strong: rgba(0, 0, 0, 0.18);
  --rentl-color-surface: #ffffff;
  --rentl-color-surface-soft: #f8f9fa;
  --rentl-color-surface-raised: #ffffff;
  --rentl-color-surface-page: #f5f5f5;
  --rentl-color-focus: var(--rentl-orange);

  
  --rentl-color-available: #15803d;
  --rentl-color-available-bg: rgba(34, 197, 94, 0.12);
  --rentl-color-unavailable: #991b1b;
  --rentl-color-unavailable-bg: rgba(239, 68, 68, 0.12);
  --rentl-color-coming-soon: #1d4ed8;
  --rentl-color-coming-soon-bg: rgba(37, 99, 235, 0.12);

  
  --rentl-color-image-bg: #ffffff;

  --rentl-color-error: #dc2626;
  --rentl-color-error-bg: rgba(220, 38, 38, 0.08);

  
  --font-heading: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-wordmark: 'Baloo 2', var(--font-heading);
  --rentl-font-size-xs: 0.75rem;
  --rentl-font-size-sm: 0.875rem;
  --rentl-font-size-base: 1rem;
  --rentl-font-size-md: 1.125rem;
  --rentl-font-size-lg: 1.25rem;
  --rentl-font-size-xl: 1.5rem;
  --rentl-font-size-2xl: 2rem;
  --rentl-font-size-3xl: 2.5rem;
  --rentl-font-size-4xl: 3rem;
  --rentl-line-height-tight: 1.12;
  --rentl-line-height-heading: 1.18;
  --rentl-line-height-body: 1.65;

  
  --rentl-space-1: 0.25rem;
  --rentl-space-2: 0.5rem;
  --rentl-space-3: 0.75rem;
  --rentl-space-4: 1rem;
  --rentl-space-5: 1.25rem;
  --rentl-space-6: 1.5rem;
  --rentl-space-8: 2rem;
  --rentl-space-10: 2.5rem;
  --rentl-space-12: 3rem;
  --rentl-space-16: 4rem;
  --rentl-space-20: 5rem;
  --rentl-space-24: 6rem;

  
  --rentl-container-sm: 48rem;
  --rentl-container-md: 64rem;
  --rentl-container: 75rem;
  --rentl-container-wide: 85rem;
  --rentl-container-gutter: 2.5rem;
  --rentl-section-y: 6rem;
  --rentl-section-y-sm: 4rem;
  --rentl-section-y-lg: 8rem;
  --rentl-grid-gap: 1.5rem;

  
  --rentl-radius-xs: 0.25rem;
  --rentl-radius-sm: 0.375rem;
  --rentl-radius: 0.5rem;
  --rentl-radius-pill: 999px;

  
  --rentl-shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.07);
  --rentl-shadow-md: 0 16px 42px rgba(0, 0, 0, 0.10);
  --rentl-shadow-lg: 0 26px 70px rgba(0, 0, 0, 0.14);

  
  --rentl-transition-fast: 140ms ease;
  --rentl-transition: 200ms ease;
  --rentl-transition-slow: 320ms ease;
}


@media (prefers-color-scheme: dark) {
  :root {
    --rentl-color-heading: #f5f5f5;
    --rentl-color-text: #d1d1d1;
    --rentl-color-text-muted: #9ca3af;
    --rentl-color-border: rgba(255, 255, 255, 0.08);
    --rentl-color-border-strong: rgba(255, 255, 255, 0.30);
    --rentl-color-surface: #141414;
    --rentl-color-surface-soft: #1e1e1e;
    --rentl-color-surface-raised: #242424;
    --rentl-color-surface-page: #0f0f0f;
    --rentl-color-available: #4ade80;
    --rentl-color-unavailable: #f87171;
    --rentl-color-coming-soon: #60a5fa;
    --rentl-shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.35);
    --rentl-shadow-md: 0 16px 42px rgba(0, 0, 0, 0.50);
    --rentl-wordmark-dot: var(--rentl-green-light);
    --rentl-green-accent: var(--rentl-green-light);
  }
}


[data-theme="dark"] {
  --rentl-color-heading: #f5f5f5;
  --rentl-color-text: #d1d1d1;
  --rentl-color-text-muted: #9ca3af;
  --rentl-color-border: rgba(255, 255, 255, 0.08);
  --rentl-color-border-strong: rgba(255, 255, 255, 0.30);
  --rentl-color-surface: #141414;
  --rentl-color-surface-soft: #1e1e1e;
  --rentl-color-surface-raised: #242424;
  --rentl-color-surface-page: #0f0f0f;
  --rentl-color-available: #4ade80;
  --rentl-color-unavailable: #f87171;
  --rentl-color-coming-soon: #60a5fa;
  --rentl-shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.35);
  --rentl-shadow-md: 0 16px 42px rgba(0, 0, 0, 0.50);
  --rentl-wordmark-dot: var(--rentl-green-light);
  --rentl-green-accent: var(--rentl-green-light);
}


[data-theme="light"] {
  --rentl-color-heading: #1a1a1a;
  --rentl-color-text: #4a4a4a;
  --rentl-color-text-muted: #6b7280;
  --rentl-color-border: rgba(0, 0, 0, 0.10);
  --rentl-color-border-strong: rgba(0, 0, 0, 0.18);
  --rentl-color-surface: #ffffff;
  --rentl-color-surface-soft: #f8f9fa;
  --rentl-color-surface-raised: #ffffff;
  --rentl-color-surface-page: #f5f5f5;
  --rentl-color-available: #15803d;
  --rentl-color-unavailable: #991b1b;
  --rentl-color-coming-soon: #1d4ed8;
  --rentl-shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.07);
  --rentl-shadow-md: 0 16px 42px rgba(0, 0, 0, 0.10);
  --rentl-wordmark-dot: var(--rentl-green);
  --rentl-green-accent: var(--rentl-green);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--rentl-color-surface);
  color: var(--rentl-color-text);
  font-family: var(--font-body);
  line-height: var(--rentl-line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main {
  flex: 1 0 auto;
}

.rentl-footer {
  flex-shrink: 0;
}


body.post-type-archive-rentl_gear,
body.tax-rentl_category,
body.home {
  background-color: var(--rentl-color-surface-page);
}

img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: var(--rentl-orange);
  text-decoration: none;
  transition: color var(--rentl-transition-fast);
}


@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--rentl-orange-dark);
  }
}

ul,
ol {
  list-style: none;
}

::selection {
  background: rgba(255, 87, 0, 0.20);
  color: var(--rentl-color-heading);
}


:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--rentl-color-focus);
  outline-offset: 3px;
}


.rentl-skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--rentl-color-surface);
  color: var(--rentl-orange);
  font-weight: 700;
  border: 2px solid var(--rentl-orange);
  border-radius: var(--rentl-radius-sm);
  text-decoration: none;
  transition: top var(--rentl-transition-fast);
}

.rentl-skip-link:focus {
  top: 1rem;
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--rentl-color-heading);
  line-height: var(--rentl-line-height-heading);
  text-wrap: balance;
}

h1 {
  font-size: var(--rentl-font-size-4xl);
  line-height: var(--rentl-line-height-tight);
}

h2 {
  font-size: var(--rentl-font-size-3xl);
}

h3 {
  font-size: var(--rentl-font-size-2xl);
}

h4 {
  font-size: var(--rentl-font-size-xl);
}

h5 {
  font-size: var(--rentl-font-size-lg);
}

h6 {
  font-size: var(--rentl-font-size-md);
}

p {
  margin-bottom: var(--rentl-space-4);
}

p:last-child {
  margin-bottom: 0;
}


.rentl-eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--rentl-font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rentl-orange);
  display: block;
}


.rentl-lede {
  font-size: var(--rentl-font-size-md);
  line-height: 1.7;
  color: var(--rentl-color-text-muted);
}


.rentl-text-muted {
  color: var(--rentl-color-text-muted);
}


.rentl-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rentl-price__row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.rentl-price__amount {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-xl);
  line-height: 1;
  color: var(--rentl-orange);
}

.rentl-price__unit {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
}


.rentl-price__original {
  display: none;
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  text-decoration: line-through;
}

.rentl-price[data-sitewide-sale] .rentl-price__original {
  display: inline;
}


.rentl-price__hint,
.rentl-price__note {
  margin: 0;
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
}

.rentl-price__note {
  display: none;
}


.rentl-price__hint-link,
.rentl-price__unhint-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--rentl-orange);
  text-decoration: underline;
  cursor: pointer;
}

html[data-price-view="student"] .rentl-price__original {
  display: inline;
}

html[data-price-view="student"] .rentl-price__hint {
  display: none;
}

html[data-price-view="student"] .rentl-price__note {
  display: block;
}



.rentl-price-breakdown-wrap {
  display: grid;
  width: max-content;
}

.rentl-price-breakdown-wrap > .rentl-price-breakdown {
  grid-area: 1 / 1;
}


.rentl-price-breakdown--student {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

html[data-price-view="student"] .rentl-price-breakdown--regular {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

html[data-price-view="student"] .rentl-price-breakdown--student {
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

.rentl-price-breakdown__row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.rentl-price-breakdown__amount {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-xl);
  line-height: 1;
  color: var(--rentl-orange);
}

.rentl-price-breakdown__original {
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  text-decoration: line-through;
}

.rentl-price-breakdown__unit {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
}


.rentl-price-breakdown__note {
  margin: 8px 0 0;
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text);
}


.rentl-price-breakdown .rentl-price__hint {
  margin: 8px 0 0;
}

.rentl-price-breakdown__items {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--rentl-color-border);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rentl-price-breakdown__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
}


.rentl-price-breakdown__item--kit {
  color: var(--rentl-color-text);
  font-weight: 500;
}


.rentl-price-breakdown__item--total {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px solid var(--rentl-color-border);
  font-weight: 700;
  color: var(--rentl-color-text);
}

.rentl-price-breakdown__item--total span:last-child {
  color: var(--rentl-color-available);
}


.rentl-gear-card__meta .rentl-price__amount {
  font-size: var(--rentl-font-size-md);
}

.rentl-gear-card__meta .rentl-price__original {
  font-size: var(--rentl-font-size-xs);
}


[data-rentl-cart-line] .rentl-price__amount {
  font-size: var(--rentl-font-size-sm);
  font-weight: 400;
  font-family: var(--font-body);
  color: var(--rentl-color-text-muted);
}

[data-rentl-cart-line] .rentl-price__original {
  font-size: var(--rentl-font-size-xs);
}


@media (max-width: 639px) {
  h1 {
    font-size: var(--rentl-font-size-3xl);
  }

  h2 {
    font-size: var(--rentl-font-size-2xl);
  }

  h3 {
    font-size: var(--rentl-font-size-xl);
  }
}
.rentl-container {
  width: min(100% - var(--rentl-container-gutter) * 2, var(--rentl-container));
  margin-inline: auto;
}

.rentl-container--sm {
  max-width: var(--rentl-container-sm);
}

.rentl-container--md {
  max-width: var(--rentl-container-md);
}

.rentl-container--wide {
  max-width: var(--rentl-container-wide);
}


.rentl-section {
  padding-block: var(--rentl-section-y);
}

.rentl-section--sm {
  padding-block: var(--rentl-section-y-sm);
}

.rentl-section--lg {
  padding-block: var(--rentl-section-y-lg);
}


.rentl-grid {
  display: grid;
  gap: var(--rentl-grid-gap);
  grid-template-columns: 1fr;
}

.rentl-grid--2 {
  grid-template-columns: 1fr;
}

.rentl-grid--3 {
  grid-template-columns: 1fr;
}

.rentl-grid--4 {
  grid-template-columns: 1fr;
}


.rentl-grid--center {
  justify-content: center;
}

@media (min-width: 700px) {
  .rentl-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rentl-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rentl-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .rentl-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .rentl-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  
  #rentl-gear-grid {
    gap: 2.5rem;
  }
}


.rentl-stack {
  display: flex;
  flex-direction: column;
}

.rentl-stack > * + * {
  margin-top: var(--rentl-stack-gap, var(--rentl-space-4));
}

.rentl-stack--sm {
  --rentl-stack-gap: var(--rentl-space-2);
}

.rentl-stack--lg {
  --rentl-stack-gap: var(--rentl-space-8);
}


.rentl-flow > * + * {
  margin-top: var(--rentl-space-6);
}


.rentl-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rentl-space-3);
  align-items: center;
}

.rentl-cluster--center {
  justify-content: center;
}


.rentl-split {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-4);
}

.rentl-split > :last-child {
  margin-left: auto;
}


.rentl-gear-layout {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-8);
}

.rentl-gear-layout__content,
.rentl-gear-layout__sidebar {
  display: contents;
}


.rentl-gear-layout__gallery  { order: 1; min-width: 0; }
.rentl-gear-layout__identity { order: 2; }
.rentl-gear-layout__kit      { order: 3; }
.rentl-gear-layout__rentcard { order: 4; }
.rentl-gear-layout__tabs     { order: 5; min-width: 0; }
.rentl-gear-layout__related  { order: 6; }

@media (min-width: 700px) {
  
  .rentl-gear-layout {
    flex-direction: row;
    align-items: stretch;
    gap: var(--rentl-space-16);
  }

  .rentl-gear-layout__content,
  .rentl-gear-layout__sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--rentl-space-8);
    flex: 1 1 0;
    min-width: 0;
  }

  
  .rentl-gear-layout__rentcard {
    position: sticky;
    top: calc(var(--rentl-space-16) + 2rem);
    z-index: 3;
  }
}


.rentl-gear-layout__identity h1 {
  font-size: var(--rentl-font-size-2xl);
}


@media (max-width: 639px) {
  :root {
    --rentl-container-gutter: 1.5rem;
    --rentl-section-y: 2rem;
    --rentl-section-y-sm: 1.5rem;
    --rentl-section-y-lg: 3rem;
  }
}


.rentl-digest-layout {
  display: grid;
  
  grid-template-columns: minmax(0, 1fr);
  gap: var(--rentl-space-8);
  align-items: start;
}

@media (min-width: 1024px) {
  .rentl-digest-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}
.rentl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--rentl-space-2);
  min-height: 44px;
  padding: 0.78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--rentl-radius);
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-base);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--rentl-transition);
  white-space: nowrap;
}

.rentl-btn:active {
  transform: translateY(0);
}


.rentl-btn--orange {
  background-color: var(--rentl-orange);
  border-color: var(--rentl-orange);
  color: #ffffff;
}


.rentl-btn.is-hovering {
  transform: translateY(-1px);
  text-decoration: none;
}

.rentl-btn--orange.is-hovering {
  background-color: var(--rentl-orange-dark);
  border-color: var(--rentl-orange-dark);
  color: #ffffff;
}


.rentl-surprise-wrap {
  position: relative;
  display: inline-block;
}


.rentl-surprise-dust {
  position: absolute;
  inset: -16px;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.rentl-surprise-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
  padding: 8px 4px;
  margin: -8px -4px;
}

.rentl-surprise-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-md);
  
  color: var(--rentl-green-accent);
  letter-spacing: 0.01em;
  
  text-shadow:
    0 0 3px var(--rentl-color-surface-page),
    0 0 3px var(--rentl-color-surface-page),
    0 0 6px var(--rentl-color-surface-page);
  
  animation: rentl-surprise-text-shake 2.6s ease-in-out infinite;
}

@keyframes rentl-surprise-text-shake {
  0%, 63.5%, 100% { transform: translateX(0) rotate(0); }
  67.3% { transform: translateX(-2px) rotate(-3deg); }
  71.9% { transform: translateX(2px) rotate(3deg); }
  76.5% { transform: translateX(-1.5px) rotate(-2deg); }
  81.2% { transform: translateX(1.5px) rotate(2deg); }
  85.8% { transform: translateX(-1px) rotate(-1deg); }
}


.rentl-surprise-wrap.is-hovering .rentl-surprise-text {
  text-decoration: underline;
}


.rentl-dust-particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 184, 106, 0.95) 0%, rgba(46, 147, 60, 0.4) 55%, rgba(46, 147, 60, 0) 75%);
  animation-name: rentl-dust-drift;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}


@keyframes rentl-dust-drift {
  0% {
    transform: translate(0, 0) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: var(--dust-peak-o, 0.75);
  }
  80% {
    opacity: var(--dust-peak-o, 0.75);
  }
  100% {
    transform: translate(var(--dust-dx, 0), var(--dust-dy, 0)) scale(1);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rentl-surprise-dust {
    display: none;
  }
  .rentl-surprise-text {
    animation: none;
  }
}




.rentl-reward-chest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--rentl-space-3);
  margin-top: var(--rentl-space-6);
  padding: var(--rentl-space-6) 0;
  cursor: pointer;
}


.rentl-reward-chest[hidden] {
  display: none;
}

.rentl-reward-chest__stage {
  position: relative;
  width: 300px;
  height: 300px;
}


.rentl-reward-chest__dust {
  position: absolute;
  inset: -45px;
  pointer-events: none;
  z-index: 1;
}


.rentl-reward-chest__dust .rentl-dust-particle {
  background: radial-gradient(circle, rgba(255, 135, 50, 0.95) 0%, rgba(255, 87, 0, 0.4) 55%, rgba(255, 87, 0, 0) 75%);
}

.rentl-reward-chest__img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 300px;
  height: 300px;
  object-fit: contain;
  transition: opacity 380ms ease, transform 380ms ease;
}


.rentl-reward-chest__img--closed {
  animation: rentl-chest-rattle 1.5s ease-in-out infinite;
}


@keyframes rentl-chest-rattle {
  0%, 88%, 100% { transform: translate(11px, -28px) translateX(0) rotate(0); }
  90% { transform: translate(11px, -28px) translateX(-3px) rotate(-2deg); }
  92% { transform: translate(11px, -28px) translateX(3px) rotate(2deg); }
  94% { transform: translate(11px, -28px) translateX(-2px) rotate(-1deg); }
  96% { transform: translate(11px, -28px) translateX(2px) rotate(1deg); }
}

.rentl-reward-chest__img--open {
  opacity: 0;
  transform: scale(0.94);
}

.rentl-reward-chest.is-open .rentl-reward-chest__img--closed {
  animation: none;
  opacity: 0;
  
  transform: translate(11px, -28px) scale(1.05);
}

.rentl-reward-chest.is-open .rentl-reward-chest__img--open {
  opacity: 1;
  transform: scale(1);
}


.rentl-reward-chest__burst {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 180%;
  transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 244, 214, 0.95) 0deg 4deg,
    rgba(255, 224, 150, 0) 4deg 20deg
  );
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

@keyframes rentl-chest-burst {
  0% {
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4) rotate(25deg);
    opacity: 0;
  }
}

.rentl-reward-chest.is-open .rentl-reward-chest__burst {
  animation: rentl-chest-burst 700ms ease-out forwards;
}

.rentl-reward-chest__heading {
  margin: 0;
  font-size: var(--rentl-font-size-xl);
  font-weight: 700;
  color: var(--rentl-color-heading);
  opacity: 0;
  transition: opacity 300ms ease;
}

.rentl-reward-chest.is-open .rentl-reward-chest__heading {
  opacity: 1;
}

.rentl-reward-chest__label {
  font-weight: 700;
  margin: 0;
}

.rentl-reward-chest.is-open .rentl-reward-chest__label {
  display: none;
}

.rentl-reward-chest__result {
  margin: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}


.rentl-reward-chest__result-lead,
.rentl-reward-chest__result-trail {
  display: block;
  font-size: var(--rentl-font-size-md);
  font-weight: 700;
  color: var(--rentl-color-heading);
}

.rentl-reward-chest__result-amount {
  display: block;
  margin: var(--rentl-space-1) 0;
  font-size: var(--rentl-font-size-3xl);
  font-weight: 700;
  line-height: 1.15;
  color: var(--rentl-orange);
  
  text-transform: uppercase;
}


.rentl-reward-chest__result-note {
  display: block;
  margin-top: var(--rentl-space-3);
  font-size: var(--rentl-font-size-sm);
  font-weight: 400;
  color: var(--rentl-color-text-muted);
}

.rentl-reward-chest.is-open .rentl-reward-chest__result {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .rentl-reward-chest__img--closed {
    animation: none;
  }
  .rentl-reward-chest__burst {
    animation: none;
  }
}


body.rentl-reward-takeover {
  
  overflow-x: hidden;
}

html.rentl-reward-takeover {
  overflow-x: hidden;
}

body.rentl-reward-takeover .rentl-header,
body.rentl-reward-takeover .rentl-page-header,
body.rentl-reward-takeover .rentl-lede,
body.rentl-reward-takeover .rentl-footer,
body.rentl-reward-takeover .rentl-cookie-bar {
  display: none;
}

body.rentl-reward-takeover .rentl-stack {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rentl-ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  transform: scale(0);
  animation: rentl-ripple-expand 550ms ease-out forwards;
  pointer-events: none;
}

@keyframes rentl-ripple-expand {
  to {
    transform: scale(1);
    opacity: 0;
  }
}

.rentl-surprise-btn--popping {
  animation: rentl-surprise-btn-squish 300ms ease-out;
}

@keyframes rentl-surprise-btn-squish {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.92);
  }
  60% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}


.rentl-btn--green {
  background-color: var(--rentl-green);
  border-color: var(--rentl-green);
  color: #ffffff;
}


.rentl-btn--dark {
  background-color: var(--rentl-color-heading);
  border-color: var(--rentl-color-heading);
  color: var(--rentl-color-surface);
}


.rentl-btn--outline {
  background-color: var(--rentl-green);
  border-color: var(--rentl-green);
  color: #ffffff;
}


.rentl-btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: var(--rentl-orange);
}


.rentl-btn--soft {
  background-color: rgba(255, 87, 0, 0.08);
  border-color: var(--rentl-orange);
  color: var(--rentl-orange);
}


.rentl-btn--green.is-hovering {
  background-color: var(--rentl-green-dark);
  border-color: var(--rentl-green-dark);
  color: #ffffff;
}

.rentl-btn--dark.is-hovering {
  opacity: 0.88;
  color: var(--rentl-color-surface);
}

.rentl-btn--outline.is-hovering {
  background-color: #ffffff;
  border-color: var(--rentl-green);
  color: var(--rentl-green);
}

.rentl-btn--ghost.is-hovering {
  background-color: rgba(255, 87, 0, 0.08);
  color: var(--rentl-orange-dark);
}

.rentl-btn--soft.is-hovering {
  background-color: rgba(255, 87, 0, 0.14);
  border-color: var(--rentl-orange-dark);
  color: var(--rentl-orange-dark);
}


.rentl-btn--full {
  width: 100%;
}


.rentl-btn--icon {
  padding: 0.78rem;
  width: 44px;
}


.rentl-btn:disabled,
.rentl-btn[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}


@media (max-width: 480px) {
  .rentl-btn:not(.rentl-btn--icon):not(.rentl-btn--auto) {
    width: 100%;
  }
}


.rentl-btn--auto {
  width: auto;
}



.rentl-breadcrumbs {
  position: relative;
  padding-block: var(--rentl-space-3);
  border-bottom: 1px solid var(--rentl-color-border);
  background-color: var(--rentl-color-surface-soft);
}


.rentl-breadcrumbs::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rentl-color-surface-soft);
  z-index: -1;
}


.rentl-home-hero {
  overflow-x: clip;
  overflow-y: visible;
}


.rentl-home-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rentl-orange);
  z-index: -1;
}


.rentl-home-hero .rentl-hero-graphic {
  transform: scale(1.5);
  transform-origin: 50% 100%;
}


.rentl-home-hero .rentl-flex-overlay {
  top: -200px;
}

.rentl-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--rentl-space-2);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--rentl-font-size-sm);
}

.rentl-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: var(--rentl-space-2);
  margin: 0;
  padding: 0;
}

.rentl-breadcrumbs__item + .rentl-breadcrumbs__item::before {
  content: '/';
  color: var(--rentl-color-text-muted);
}

.rentl-breadcrumbs a,
.rentl-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  color: var(--rentl-color-text-muted);
  line-height: 1.2;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .rentl-breadcrumbs a:hover {
    color: var(--rentl-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.rentl-breadcrumbs__current {
  color: var(--rentl-color-heading);
  font-weight: 700;
}



.rentl-wordmark {
  font-family: var(--font-wordmark);
  font-weight: 800;
  font-size: var(--rentl-font-size-xl);
  color: var(--rentl-orange);
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .rentl-wordmark:hover {
    color: var(--rentl-orange-dark);
  }
}

.rentl-wordmark__dot {
  color: var(--rentl-wordmark-dot);
  font-size: 1.3em;
  line-height: 0;
}



.rentl-card {
  padding: var(--rentl-space-6);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius);
  background-color: var(--rentl-color-surface);
  box-shadow: var(--rentl-shadow-sm);
}

.rentl-card--soft {
  background-color: var(--rentl-color-surface-soft);
  box-shadow: none;
}

.rentl-card--raised {
  background-color: var(--rentl-color-surface-raised);
  box-shadow: var(--rentl-shadow-md);
}



.rentl-ledger {
  display: flex;
  flex-direction: column;
  font-variant-numeric: tabular-nums;
}

.rentl-ledger__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--rentl-space-4);
  padding: 3px 0;
}

.rentl-ledger__label {
  min-width: 0;
}

.rentl-ledger__sub {
  color: var(--rentl-color-text-muted);
  font-size: var(--rentl-font-size-xs);
}

.rentl-ledger__amt {
  flex-shrink: 0;
  white-space: nowrap;
}

.rentl-ledger__row--muted,
.rentl-ledger__row--muted .rentl-ledger__amt {
  color: var(--rentl-color-text-muted);
}

.rentl-ledger__row--credit,
.rentl-ledger__row--credit .rentl-ledger__amt {
  color: var(--rentl-color-available);
  font-weight: 600;
}

.rentl-ledger__row--rule {
  border-top: 1px solid var(--rentl-color-border);
  margin-top: var(--rentl-space-2);
  padding-top: var(--rentl-space-2);
}

.rentl-ledger__row--total {
  font-weight: 700;
  font-size: var(--rentl-font-size-md);
  color: var(--rentl-orange);
}

.rentl-ledger__row--total .rentl-ledger__amt {
  color: var(--rentl-orange);
}

.rentl-ledger__note {
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
  font-style: italic;
}



.rentl-gear-tabs {
  display: flex;
  gap: var(--rentl-space-6);
  border-bottom: 1px solid var(--rentl-color-border);
  overflow-x: auto;
}

.rentl-gear-tab {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: var(--rentl-font-size-base);
  font-weight: 600;
  color: var(--rentl-color-text-muted);
  padding: 0 0 var(--rentl-space-3);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color var(--rentl-transition-fast), border-color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-gear-tab:hover {
    color: var(--rentl-color-heading);
  }
}

.rentl-gear-tab.is-active {
  color: var(--rentl-orange);
  border-color: var(--rentl-orange);
}

.rentl-gear-panels {
  padding-top: var(--rentl-space-6);
}

.rentl-gear-panel {
  display: none;
}

.rentl-gear-panel.is-active {
  display: block;
}


.rentl-gear-description h4 {
  font-size: var(--rentl-font-size-xl);
  margin-top: var(--rentl-space-8);
  margin-bottom: var(--rentl-space-4);
}

.rentl-gear-description h4:first-child {
  margin-top: 0;
}

.rentl-gear-description p {
  margin: 0 0 var(--rentl-space-4);
}

.rentl-gear-description p strong {
  color: var(--rentl-color-heading);
}


.rentl-gear-description .lead {
  font-weight: 700;
  font-style: italic;
  color: var(--rentl-orange);
}

.rentl-gear-description ul {
  list-style: none;
  margin: 0 0 var(--rentl-space-4);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-2);
}

.rentl-gear-description li {
  display: flex;
  align-items: baseline;
  gap: var(--rentl-space-2);
}

.rentl-gear-description li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rentl-orange);
  flex-shrink: 0;
  transform: translateY(-3px);
}

.rentl-gear-description a {
  color: var(--rentl-orange);
  font-weight: 600;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .rentl-gear-description a:hover {
    text-decoration: underline;
  }
}

.rentl-gear-description iframe {
  border-radius: var(--rentl-radius);
  margin: var(--rentl-space-2) 0 var(--rentl-space-4);
}


.rentl-gear-description__callout {
  position: relative;
  background-color: rgba(46, 147, 60, 0.08);
  border: 1px solid var(--rentl-green);
  border-radius: var(--rentl-radius);
  padding: var(--rentl-space-5) var(--rentl-space-5) var(--rentl-space-5) calc(var(--rentl-space-5) + 26px);
  margin: 0 0 var(--rentl-space-4);
}

.rentl-gear-description__callout::before {
  content: "";
  position: absolute;
  left: var(--rentl-space-5);
  top: calc(var(--rentl-space-5) + 0.2em);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e933c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.rentl-gear-description__callout h4 {
  font-size: var(--rentl-font-size-md);
  margin: 0 0 var(--rentl-space-2);
}

.rentl-gear-description__callout p {
  margin: 0 0 var(--rentl-space-2);
  color: var(--rentl-color-heading);
}

.rentl-gear-description__callout p:last-child {
  margin-bottom: 0;
}


.rentl-device-notice {
  display: flex;
  align-items: flex-start;
  gap: var(--rentl-space-2);
  background-color: rgba(255, 87, 0, 0.08);
  border-radius: var(--rentl-radius);
  padding: var(--rentl-space-3) var(--rentl-space-4);
}

.rentl-device-notice__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.rentl-device-notice__text {
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text);
  margin: 0;
}


.rentl-gear-description__callout ul {
  margin: 0 0 var(--rentl-space-2);
}

.rentl-gear-description__callout li {
  display: block;
  position: relative;
  padding-left: 14px;
}

.rentl-gear-description__callout li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  transform: none;
  background: var(--rentl-green);
}

.rentl-gear-description__callout a {
  color: var(--rentl-green-dark);
  font-weight: 700;
}


.rentl-gear-description__callout li a {
  white-space: nowrap;
}



.rentl-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--rentl-space-1);
  padding: 0.2rem 0.6rem;
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius-pill);
  background-color: var(--rentl-color-surface);
  color: var(--rentl-orange);
  font-size: var(--rentl-font-size-xs);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.rentl-badge--available {
  background-color: var(--rentl-color-available-bg);
  border-color: transparent;
  color: var(--rentl-color-available);
}

.rentl-badge--unavailable {
  background-color: var(--rentl-color-unavailable-bg);
  border-color: transparent;
  color: var(--rentl-color-unavailable);
}

.rentl-badge--coming-soon {
  background-color: var(--rentl-color-coming-soon-bg);
  border-color: transparent;
  color: var(--rentl-color-coming-soon);
}


a.rentl-badge {
  padding: 0.5rem 1rem;
  font-size: var(--rentl-font-size-sm);
}

a.rentl-badge--active {
  background-color: var(--rentl-orange);
  border-color: var(--rentl-orange);
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  a.rentl-badge:hover {
    border-color: var(--rentl-orange);
    background-color: rgba(255, 87, 0, 0.06);
  }

  a.rentl-badge--active:hover {
    background-color: var(--rentl-orange);
    border-color: var(--rentl-orange);
    color: #ffffff;
  }
}


.rentl-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: 50%;
  background-color: var(--rentl-color-surface);
  color: var(--rentl-orange);
}

.rentl-social-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  a.rentl-social-icon:hover {
    background-color: var(--rentl-orange);
    border-color: var(--rentl-orange);
    color: #ffffff;
  }
}



.rentl-gear-card {
  position: relative;
  display: flex;
  flex-direction: column;
  
  border-radius: var(--rentl-radius);
  
  background-color: var(--rentl-color-surface-raised);
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--rentl-transition), transform var(--rentl-transition);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-gear-card:hover {
    box-shadow: var(--rentl-shadow-md);
    transform: translateY(-3px);
    color: inherit;
  }
}


.rentl-gear-card__title-link::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.rentl-gear-card__image {
  position: relative;
  
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: var(--rentl-color-image-bg);
  
  padding-top: var(--rentl-space-3);
}

.rentl-gear-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--rentl-transition-slow);
}


.rentl-gear-card__badges {
  position: absolute;
  top: var(--rentl-space-3);
  left: var(--rentl-space-3);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--rentl-space-2);
}


.rentl-gear-card__sale-badge {
  padding: 0.25rem 0.65rem;
  border-radius: var(--rentl-radius-pill);
  background-color: var(--rentl-orange);
  color: #ffffff;
  font-size: var(--rentl-font-size-xs);
  font-weight: 700;
  line-height: 1;
}


.rentl-favorite-btn {
  position: absolute;
  top: var(--rentl-space-3);
  right: var(--rentl-space-3);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--rentl-color-text-muted);
  cursor: pointer;
  transition: color var(--rentl-transition-fast), transform var(--rentl-transition-fast);
}

.rentl-favorite-btn:hover {
  color: var(--rentl-orange);
  transform: scale(1.08);
}

.rentl-favorite-btn[aria-pressed="true"] {
  color: var(--rentl-orange);
}

.rentl-favorite-btn[aria-pressed="true"] svg {
  fill: currentColor;
}

.rentl-favorite-btn--inline {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  font-size: var(--rentl-font-size-sm);
  font-weight: 700;
}

.rentl-favorite-btn--inline svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.rentl-favorite-btn--inline:hover {
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .rentl-gear-card:hover .rentl-gear-card__image img {
    transform: scale(1.04);
  }
}

.rentl-gear-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--rentl-color-image-bg);
  color: var(--rentl-orange);
}

.rentl-gear-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  
  padding: var(--rentl-space-5);
  gap: var(--rentl-space-3);
}

.rentl-gear-card__category {
  
}


.rentl-gear-card__title {
  font-family: var(--font-heading);
  font-size: var(--rentl-font-size-lg);
  font-weight: 700;
  color: var(--rentl-color-heading);
  line-height: var(--rentl-line-height-heading);
  margin: 0;
  min-height: calc(var(--rentl-line-height-heading) * var(--rentl-font-size-lg) * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rentl-gear-card__excerpt {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  line-height: var(--rentl-line-height-body);
  min-height: calc(var(--rentl-line-height-body) * var(--rentl-font-size-sm) * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rentl-gear-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--rentl-space-3);
  margin-top: auto;
}

.rentl-gear-card__cta {
  font-size: var(--rentl-font-size-sm);
  font-weight: 700;
  color: var(--rentl-green);
  transition: color var(--rentl-transition-fast);
}


@media (hover: hover) and (pointer: fine) {
  .rentl-gear-card:hover .rentl-gear-card__cta {
    color: var(--rentl-orange);
  }
}




.rentl-post-card {
  position: relative;
  aspect-ratio: 3 / 2;
  border: 1.5px solid rgba(0,0,0,0.14);
  border-radius: var(--rentl-radius);
  background-color: var(--rentl-color-surface-raised);
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--rentl-transition), transform var(--rentl-transition);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-post-card:hover {
    box-shadow: var(--rentl-shadow-md);
    transform: translateY(-3px);
    color: inherit;
  }
}


.rentl-post-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.rentl-post-card__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: var(--rentl-color-surface-soft);
}

.rentl-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--rentl-transition-slow);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-post-card:hover .rentl-post-card__image img {
    transform: scale(1.04);
  }
}

.rentl-post-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--rentl-color-surface-soft);
  color: var(--rentl-orange);
}

.rentl-post-card__badges {
  position: absolute;
  top: var(--rentl-space-3);
  left: var(--rentl-space-3);
  display: flex;
  flex-wrap: wrap;
  gap: var(--rentl-space-2);
  z-index: 2;
}

.rentl-post-card__badge {
  padding: 0.2rem 0.6rem;
  border-radius: var(--rentl-radius-pill);
  background-color: rgba(15, 15, 15, 0.6);
  color: #ff8a4d;
  font-size: var(--rentl-font-size-xs);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.rentl-post-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--rentl-space-10) var(--rentl-space-4) var(--rentl-space-4);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0));
}

.rentl-post-card__title {
  font-family: var(--font-heading);
  font-size: var(--rentl-font-size-md);
  font-weight: 700;
  color: #ffffff;
  line-height: var(--rentl-line-height-heading);
  margin: 0 0 var(--rentl-space-1);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rentl-post-card__meta {
  font-size: var(--rentl-font-size-xs);
  color: rgba(255, 255, 255, 0.78);
}

.rentl-post-card__meta a {
  
  position: relative;
  z-index: 2;
  color: inherit;
}



.rentl-prose h2 {
  margin-top: var(--rentl-space-10);
  margin-bottom: var(--rentl-space-3);
}

.rentl-prose h2:first-child {
  margin-top: 0;
}


body.single-post .rentl-prose h2 {
  font-size: var(--rentl-font-size-2xl);
}

body.single-post .rentl-prose h3 {
  font-size: var(--rentl-font-size-xl);
}

.rentl-prose p {
  margin-bottom: var(--rentl-space-4);
}

.rentl-prose ul {
  list-style: disc;
  padding-left: var(--rentl-space-6);
  margin-bottom: var(--rentl-space-4);
}

.rentl-prose li {
  margin-bottom: var(--rentl-space-2);
}

.rentl-prose strong {
  color: var(--rentl-color-heading);
}

.rentl-prose h3 {
  margin-top: var(--rentl-space-8);
  margin-bottom: var(--rentl-space-2);
}

.rentl-prose ol {
  list-style: decimal;
  padding-left: var(--rentl-space-6);
  margin-bottom: var(--rentl-space-4);
}

.rentl-prose a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rentl-prose blockquote {
  margin: var(--rentl-space-6) 0;
  padding: var(--rentl-space-2) var(--rentl-space-5);
  border-left: 3px solid var(--rentl-orange);
  font-style: italic;
  color: var(--rentl-color-text);
}

.rentl-prose blockquote p:last-child {
  margin-bottom: 0;
}

.rentl-prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--rentl-radius);
  margin-bottom: var(--rentl-space-2);
}

.rentl-prose figure {
  margin: var(--rentl-space-6) 0;
}

.rentl-prose figcaption {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  text-align: center;
}


.rentl-prose table,
.rentl-page-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.rentl-prose pre,
.rentl-page-content pre {
  max-width: 100%;
  overflow-x: auto;
}

.rentl-prose code,
.rentl-page-content code {
  overflow-wrap: break-word;
}



.rentl-share-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  border: none;
  background: none;
  padding: 0;
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-sm);
  font-weight: 700;
  color: var(--rentl-color-text-muted);
  cursor: pointer;
  transition: color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-share-link:hover {
    color: var(--rentl-orange);
  }
}

.rentl-share-link svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}


.rentl-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: opacity var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-share-icon:hover {
    opacity: 0.85;
  }
}

.rentl-share-icon svg {
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.rentl-share-icon--facebook {
  background-color: #1877f2;
}

.rentl-share-icon--messenger {
  background-color: #0084ff;
}




.rentl-cookie-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--rentl-space-3) var(--rentl-space-5);
  padding: var(--rentl-space-4) var(--rentl-space-5);
  background-color: var(--rentl-color-surface-raised);
  border-top: 1px solid var(--rentl-color-border);
  box-shadow: var(--rentl-shadow-md);
  z-index: 1000;
}

html:not([data-cookie-consent]) .rentl-cookie-bar {
  display: flex;
}

.rentl-cookie-bar__msg {
  font-size: var(--rentl-font-size-sm);
  line-height: var(--rentl-line-height-body);
  flex: 1 1 260px;
  min-width: 0;
  margin: 0;
  color: var(--rentl-color-text);
}

.rentl-cookie-bar__msg a {
  color: var(--rentl-orange);
  font-weight: 700;
}

.rentl-cookie-bar__actions {
  display: flex;
  gap: var(--rentl-space-2);
  flex-shrink: 0;
}


.rentl-btn--cookie-decline {
  background-color: transparent;
  border-color: var(--rentl-color-border-strong);
  color: var(--rentl-color-text);
}

.rentl-btn--cookie-decline.is-hovering {
  border-color: var(--rentl-color-text);
  color: var(--rentl-color-heading);
}




.rentl-oembed-placeholder {
  position: relative;
  
  aspect-ratio: var(--rentl-oembed-ratio, 16 / 9);
  max-width: 100%;
  cursor: pointer;
  background: #000;
  border-radius: var(--rentl-radius);
  overflow: hidden;
}

.rentl-oembed-placeholder__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rentl-oembed-placeholder__btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(0,0,0,0.55); color: #fff; border: 2px solid rgba(255,255,255,0.85);
  display: flex; align-items: center; justify-content: center;
  pointer-events: none; transition: background 0.2s ease;
}

.rentl-oembed-placeholder__btn svg { margin-left: 3px; }

.rentl-oembed-placeholder:hover .rentl-oembed-placeholder__btn { background: rgba(0,0,0,0.75); }


.rentl-oembed-placeholder iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}


.rentl-digest-sidebar-stack {
  position: sticky;
  top: var(--rentl-space-6);
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-8);
}


.rentl-digest-sidebar__cards {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-4);
}

.rentl-digest-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-3);
}

.rentl-digest-sidebar__item {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  color: inherit;
  text-decoration: none;
}


.rentl-digest-sidebar__item:not(:last-child) {
  padding-bottom: var(--rentl-space-3);
  border-bottom: 1px solid var(--rentl-color-border);
}


.rentl-digest-sidebar__thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: var(--rentl-radius-sm);
  overflow: hidden;
  background-color: var(--rentl-color-image-bg);
}


.rentl-digest-sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rentl-digest-sidebar__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rentl-digest-sidebar__title {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  color: var(--rentl-color-heading);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rentl-digest-sidebar__excerpt {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.rentl-kit-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--rentl-space-3);
}

@media (max-width: 640px) {
  .rentl-kit-items {
    
    grid-template-columns: minmax(0, 1fr);
  }
}


.rentl-kit-items__item {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  color: inherit;
  text-decoration: none;
  padding: var(--rentl-space-2);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius-sm);
  background-color: var(--rentl-color-surface-soft);
}



.rentl-kit-items__thumb {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: var(--rentl-radius-sm);
  overflow: hidden;
  background-color: var(--rentl-color-image-bg);
}

.rentl-kit-items__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.rentl-kit-items__item--unavailable {
  opacity: 0.55;
}


.rentl-kit-items__item--missing {
  border-style: dashed;
}

.rentl-kit-items__item--missing .rentl-kit-items__thumb {
  display: flex;
}

.rentl-kit-items__item--missing .rentl-kit-items__overlay {
  position: static;
  width: 100%;
  height: 100%;
}

.rentl-kit-items__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--rentl-color-unavailable);
  background-color: var(--rentl-color-unavailable-bg);
}

.rentl-kit-items__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rentl-kit-items__title {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  color: var(--rentl-color-heading);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rentl-kit-items__excerpt {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.rentl-upvote-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--rentl-color-text-muted);
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease;
}

.rentl-upvote-btn__icon path {
  fill: none;
  transition: fill 0.15s ease;
}


.rentl-upvote-btn.is-upvoted .rentl-upvote-btn__icon path {
  fill: var(--rentl-orange);
}

.rentl-upvote-btn.is-upvoted .rentl-upvote-btn__count {
  color: var(--rentl-orange);
}


.rentl-upvote-btn:hover:not(:disabled):not(.is-upvoted),
.rentl-upvote-btn:focus-visible:not(.is-upvoted) {
  color: var(--rentl-color-heading);
}

.rentl-upvote-btn:focus-visible {
  outline: 2px solid var(--rentl-orange);
  outline-offset: 3px;
  border-radius: var(--rentl-radius-xs);
}


.rentl-upvote-btn:disabled {
  cursor: default;
  opacity: 0.75;
}

.rentl-upvote-btn__count {
  min-width: 1ch;
  transition: color 0.15s ease;
}


.rentl-upvote-btn--top {
  order: -1;
}


.rentl-upvote-bottom {
  display: flex;
  justify-content: flex-start;
  padding: var(--rentl-space-4) 0;
}
label {
  display: block;
  margin-bottom: var(--rentl-space-2);
  color: var(--rentl-color-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-sm);
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea,
select {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0.7rem var(--rentl-space-4);
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius-sm);
  background-color: var(--rentl-color-surface);
  color: var(--rentl-color-text);
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-base);
  line-height: var(--rentl-line-height-body);
  transition: border-color var(--rentl-transition-fast), box-shadow var(--rentl-transition-fast);
  appearance: none;
  -webkit-appearance: none;
}


#rentl-start-date,
#rentl-end-date {
  cursor: pointer;
  background-color: var(--rentl-color-surface);
}


.flatpickr-months,
.flatpickr-months * {
  line-height: normal !important;
}


.flatpickr-calendar select,
.flatpickr-calendar input {
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  font-size: inherit !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--rentl-orange);
  box-shadow: 0 0 0 3px rgba(255, 87, 0, 0.15);
}

input::placeholder,
textarea::placeholder {
  color: var(--rentl-color-text-muted);
}


textarea {
  min-height: 9rem;
  resize: vertical;
  padding-top: var(--rentl-space-3);
}


select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}


input[type="checkbox"],
input[type="radio"] {
  min-height: unset;
  width: auto;
  accent-color: var(--rentl-orange);
}


.rentl-form-field {
  margin-bottom: var(--rentl-space-5);
}

.rentl-form-field:last-child {
  margin-bottom: 0;
}


.rentl-form-row {
  display: grid;
  gap: var(--rentl-space-4);
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .rentl-form-row--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}


.rentl-inline-search {
  display: flex;
  gap: var(--rentl-space-2);
  max-width: 480px;
  margin-bottom: var(--rentl-space-6);
}

.rentl-inline-search input[type="search"] {
  flex: 1;
}


.rentl-writer-social-row {
  display: flex;
  gap: var(--rentl-space-2);
  align-items: center;
  margin-bottom: var(--rentl-space-2);
}

.rentl-writer-social-row select {
  flex: 0 0 9.5rem;
  width: auto;
}

.rentl-writer-social-row input[type="url"] {
  flex: 1;
  min-width: 0;
}

.rentl-writer-social-row .rentl-writer-social-remove {
  flex: none;
}


.rentl-form-help {
  display: block;
  margin-top: var(--rentl-space-1);
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
}


.rentl-form-notice {
  display: block;
  margin-top: var(--rentl-space-2);
  padding: var(--rentl-space-3);
  background: var(--rentl-color-surface-soft);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius);
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text);
}


.rentl-form-error {
  display: block;
  margin-top: var(--rentl-space-1);
  font-size: var(--rentl-font-size-sm);
  font-weight: 700;
  color: var(--rentl-color-error);
}


input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: var(--rentl-color-error);
  box-shadow: 0 0 0 3px var(--rentl-color-error-bg);
}


.rentl-hp {
  display: none !important;
}


.rentl-form-response {
    margin-top: var(--rentl-space-4);
    padding: var(--rentl-space-4) var(--rentl-space-5);
    border-radius: var(--rentl-radius);
    font-size: var(--rentl-font-size-sm);
    font-weight: 600;
    display: none;
}

.rentl-form-response:not(:empty) {
    display: block;
}

.rentl-form-response--success {
    background: rgba(16, 185, 129, 0.10);
    border: 1px solid rgba(16, 185, 129, 0.30);
    color: var(--rentl-color-available);
}

.rentl-form-response--error {
    background: var(--rentl-color-error-bg);
    border: 1px solid rgba(220, 38, 38, 0.25);
    color: var(--rentl-color-error);
}




.rentl-pricing-survey-form,
.rentl-survey-form {
  --rentl-survey-indent: calc(26px + var(--rentl-space-3));
}

.rentl-survey-question {
  border: 0;
  margin: 0 0 var(--rentl-space-8);
  padding: 0;
  border-radius: var(--rentl-radius);
  transition: background-color var(--rentl-transition-fast);
}


.rentl-survey-question.is-invalid {
  padding: var(--rentl-space-4);
  margin-left: calc(var(--rentl-space-4) * -1);
  margin-right: calc(var(--rentl-space-4) * -1);
  background-color: var(--rentl-color-error-bg);
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.rentl-survey-question legend {
  display: flex;
  align-items: baseline;
  gap: var(--rentl-space-3);
  margin-bottom: var(--rentl-space-2);
  padding: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-md);
  color: var(--rentl-color-heading);
}

.rentl-survey-question__num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--rentl-orange);
  color: #ffffff;
  font-size: var(--rentl-font-size-sm);
  line-height: 26px;
  text-align: center;
  transition: background-color var(--rentl-transition-fast);
}

.rentl-survey-question.is-invalid .rentl-survey-question__num {
  background-color: var(--rentl-color-error);
}

.rentl-survey-question .rentl-form-help {
  margin-bottom: var(--rentl-space-3);
  margin-left: var(--rentl-survey-indent);
}


.rentl-survey-choices {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: var(--rentl-survey-indent);
}

.rentl-survey-choice {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  
  min-height: 38px;
  padding: var(--rentl-space-1) 0;
  cursor: pointer;
  width: fit-content;
}


.rentl-survey-choice span {
  transition: color var(--rentl-transition-fast);
}

.rentl-survey-choice:has(input:checked) span {
  color: var(--rentl-color-heading);
  font-weight: 600;
}


.rentl-survey-other {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-2);
  width: 100%;
}

.rentl-survey-other-text {
  display: none;
}

.rentl-survey-other:has(.rentl-survey-other-check:checked) .rentl-survey-other-text {
  display: block;
}


.rentl-survey-question textarea {
  margin-left: var(--rentl-survey-indent);
  width: calc(100% - var(--rentl-survey-indent));
}


.rentl-survey-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--rentl-space-2);
  margin-left: var(--rentl-survey-indent);
}

@media (min-width: 600px) {
  .rentl-survey-items {
    grid-template-columns: 1fr 1fr;
  }
}

.rentl-survey-item {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  padding: var(--rentl-space-3);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius-sm);
  cursor: pointer;
  transition: border-color var(--rentl-transition-fast), background-color var(--rentl-transition-fast);
}

.rentl-survey-item:has(input:checked) {
  border-color: var(--rentl-orange);
  background-color: rgba(255, 87, 0, 0.06);
}

.rentl-survey-item.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.rentl-survey-item__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rentl-survey-item__name {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  line-height: var(--rentl-line-height-tight);
}

.rentl-survey-item__link {
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-orange);
}


.rentl-survey-cue {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  width: fit-content;
  max-width: 100%;
  margin: 0 0 var(--rentl-space-3) var(--rentl-survey-indent);
  padding: var(--rentl-space-3);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius-sm);
  text-decoration: none;
  transition: border-color var(--rentl-transition-fast);
}

.rentl-survey-cue:hover,
.rentl-survey-cue:focus-visible {
  border-color: var(--rentl-orange);
}

.rentl-survey-cue__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rentl-survey-cue__name {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  line-height: var(--rentl-line-height-tight);
  color: var(--rentl-color-heading);
}

.rentl-survey-cue__link {
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-orange);
}


.rentl-survey-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--rentl-space-2);
  margin-top: var(--rentl-space-6);
}


.rentl-survey-submit-hint {
  margin: 0;
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
}

.rentl-survey-submit-hint__reward {
  color: var(--rentl-orange);
  font-weight: 600;
}


.rentl-toggle-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--rentl-space-3);
  padding: var(--rentl-space-2) var(--rentl-space-3);
  margin-bottom: 0; 
  background: var(--rentl-color-surface-soft);
  border-radius: var(--rentl-radius-sm);
  cursor: pointer;
}

.rentl-toggle-switch__label {
  font-weight: 500;
}

.rentl-toggle-switch__control {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  flex-shrink: 0;
}

.rentl-toggle-switch__control input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.rentl-toggle-switch__track {
  position: absolute;
  inset: 0;
  background: var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius-pill);
  transition: background var(--rentl-transition);
  pointer-events: none;
}

.rentl-toggle-switch__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform var(--rentl-transition);
  pointer-events: none;
}

.rentl-toggle-switch__control input:checked ~ .rentl-toggle-switch__track {
  background: var(--rentl-orange);
}

.rentl-toggle-switch__control input:checked ~ .rentl-toggle-switch__thumb {
  transform: translateX(16px);
}

.rentl-toggle-switch__control input:focus-visible ~ .rentl-toggle-switch__track {
  box-shadow: 0 0 0 3px rgba(255, 87, 0, 0.25);
}
.rentl-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: var(--rentl-space-4);
}


.rentl-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--rentl-space-6);
  padding-block: 1rem;
  padding-inline: var(--rentl-space-6);
  background-color: var(--rentl-color-surface);
  border-radius: var(--rentl-radius-pill);
  box-shadow: var(--rentl-shadow-md);
  transition: background-color var(--rentl-transition), box-shadow var(--rentl-transition);
}

@media (prefers-color-scheme: dark) {
  .rentl-header__inner {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(20, 20, 20, 0.85);
  }
}

[data-theme="dark"] .rentl-header__inner {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(20, 20, 20, 0.85);
}

[data-theme="light"] .rentl-header__inner {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: var(--rentl-color-surface);
}


.rentl-header__brand {
  flex-shrink: 0;
  font-size: var(--rentl-font-size-2xl);
}


.rentl-header__nav {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-6);
  margin-left: auto;
}

.rentl-header__nav a {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  color: var(--rentl-color-text);
  text-decoration: none;
  transition: color var(--rentl-transition-fast);
  white-space: nowrap;
}

.rentl-header__nav a[aria-current="page"] {
  color: var(--rentl-orange);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-header__nav a:hover {
    color: var(--rentl-orange);
  }
}


.rentl-header__nav .menu {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
}

.rentl-header__nav .menu-item a {
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  color: var(--rentl-color-text);
  text-decoration: none;
  transition: color var(--rentl-transition-fast);
}

.rentl-header__nav .current-menu-item > a {
  color: var(--rentl-orange);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-header__nav .menu-item a:hover {
    color: var(--rentl-orange);
  }
}


.rentl-header__nav-toggles {
  display: none;
}


.rentl-header__actions {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  flex-shrink: 0;
}


.rentl-theme-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  height: 40px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--rentl-radius-pill);
  background: var(--rentl-color-slate);
  cursor: pointer;
  flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
  .rentl-theme-toggle:hover {
    box-shadow: 0 0 0 3px rgba(255, 87, 0, 0.25);
  }
}


.rentl-theme-toggle__icon {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
}

.rentl-theme-toggle__icon svg {
  width: 18px;
  height: 18px;
}

.rentl-theme-toggle__icon--sun {
  left: 5px;
}

.rentl-theme-toggle__icon--moon {
  right: 5px;
}

.rentl-theme-toggle__thumb {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--rentl-transition);
}

.rentl-theme-toggle[data-current-theme="dark"] .rentl-theme-toggle__thumb {
  transform: translateX(40px);
}

.rentl-icon-sun {
  display: flex;
  color: var(--rentl-orange);
}

.rentl-icon-moon {
  display: none;
  color: var(--rentl-color-slate);
}

.rentl-theme-toggle[data-current-theme="dark"] .rentl-icon-sun {
  display: none;
}

.rentl-theme-toggle[data-current-theme="dark"] .rentl-icon-moon {
  display: flex;
}

.rentl-theme-toggle svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}


.rentl-price-toggle {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-2);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.rentl-price-toggle__label {
  font-size: var(--rentl-font-size-xs);
  font-weight: 600;
  color: var(--rentl-color-text-muted);
  transition: color var(--rentl-transition);
}

.rentl-price-toggle__track {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  background: var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius-pill);
  transition: background var(--rentl-transition);
}

.rentl-price-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform var(--rentl-transition);
}

.rentl-price-toggle[aria-pressed="true"] .rentl-price-toggle__track {
  background: var(--rentl-orange);
}

.rentl-price-toggle[aria-pressed="true"] .rentl-price-toggle__thumb {
  transform: translateX(16px);
}

.rentl-price-toggle[aria-pressed="true"] .rentl-price-toggle__label {
  color: var(--rentl-orange);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-price-toggle:hover .rentl-price-toggle__track {
    box-shadow: 0 0 0 3px rgba(255, 87, 0, 0.25);
  }
}


.rentl-user-menu {
  position: relative;
}

.rentl-user-menu__trigger {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius);
  background: transparent;
  color: var(--rentl-color-text);
  font-family: var(--font-body);
  font-size: var(--rentl-font-size-sm);
  font-weight: 600;
  cursor: pointer;
  transition: color var(--rentl-transition-fast), border-color var(--rentl-transition-fast), background-color var(--rentl-transition-fast);
  white-space: nowrap;
}

.rentl-user-menu[data-open="true"] .rentl-user-menu__trigger {
  color: var(--rentl-orange);
  border-color: var(--rentl-orange);
  background-color: rgba(255, 87, 0, 0.06);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-user-menu__trigger:hover {
    color: var(--rentl-orange);
    border-color: var(--rentl-orange);
    background-color: rgba(255, 87, 0, 0.06);
  }
}

.rentl-user-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 160px;
  background: var(--rentl-color-surface);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius);
  box-shadow: var(--rentl-shadow-md);
  z-index: 200;
  overflow: hidden;
}

.rentl-user-menu[data-open="true"] .rentl-user-menu__dropdown {
  display: block;
}

.rentl-user-menu__item {
  display: block;
  padding: 0.625rem 1rem;
  font-size: var(--rentl-font-size-sm);
  font-weight: 500;
  color: var(--rentl-color-text);
  text-decoration: none;
  transition: background-color var(--rentl-transition-fast), color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-user-menu__item:hover {
    background-color: var(--rentl-color-surface-raised);
    color: var(--rentl-orange);
  }
}

.rentl-user-menu__item--signout {
  color: var(--rentl-color-text-muted);
}


.rentl-cart-menu__trigger {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius);
  background: transparent;
  color: var(--rentl-color-text);
  cursor: pointer;
  transition: color var(--rentl-transition-fast), border-color var(--rentl-transition-fast), background-color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-cart-menu__trigger:hover {
    color: var(--rentl-orange);
    border-color: var(--rentl-orange);
    background-color: rgba(255, 87, 0, 0.06);
  }
}

.rentl-cart-menu__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: var(--rentl-orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
}


.rentl-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--rentl-color-border-strong);
  border-radius: var(--rentl-radius);
  background: transparent;
  color: var(--rentl-color-text);
  cursor: pointer;
  transition: color var(--rentl-transition-fast), border-color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-header__hamburger:hover {
    color: var(--rentl-orange);
    border-color: var(--rentl-orange);
  }
}

.rentl-header__hamburger svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}




@media (max-width: 768px) {
  .rentl-header__hamburger {
    display: flex;
  }

  .rentl-header__nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    background-color: var(--rentl-color-surface);
    border-radius: var(--rentl-radius);
    box-shadow: var(--rentl-shadow-md);
    padding: var(--rentl-space-4) var(--rentl-space-6);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--rentl-space-1);
    display: none;
  }

  .rentl-header[data-nav-open="true"] .rentl-header__nav {
    display: flex;
  }

  .rentl-header__nav .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--rentl-space-1);
    width: 100%;
  }

  .rentl-header__nav .menu-item {
    width: 100%;
  }

  .rentl-header__nav .menu-item a {
    display: block;
    padding: var(--rentl-space-3) 0;
    font-size: var(--rentl-font-size-base);
    border-bottom: 1px solid var(--rentl-color-border);
  }

  .rentl-header__actions .rentl-btn {
    display: none;
  }

  
  .rentl-header__inner {
    gap: var(--rentl-space-3);
    padding-inline: var(--rentl-space-4);
  }

  .rentl-header__actions {
    gap: var(--rentl-space-2);
  }

  .rentl-header__actions .rentl-theme-toggle,
  .rentl-header__actions .rentl-price-toggle {
    display: none;
  }

  
  .rentl-header__nav-toggles {
    display: flex;
    align-items: center;
    gap: var(--rentl-space-4);
    margin-top: var(--rentl-space-3);
    padding-top: var(--rentl-space-3);
    border-top: 1px solid var(--rentl-color-border);
  }

  .rentl-cart-menu__trigger,
  .rentl-user-menu__trigger {
    padding: 0.4rem 0.5rem;
  }

  

  
  .rentl-user-menu__trigger span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.rentl-footer {
  background-color: var(--rentl-color-surface-soft);
  border-top: 1px solid var(--rentl-color-border);
  padding-block: var(--rentl-section-y-sm);
}

.rentl-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--rentl-space-10);
}

@media (min-width: 768px) {
  .rentl-footer__inner {
    grid-template-columns: 2fr 1fr 1fr;
    align-items: start;
  }
}


.rentl-footer__brand {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-4);
}

.rentl-footer__tagline {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  line-height: var(--rentl-line-height-body);
  
  max-width: 34ch;
}


.rentl-footer__nav {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-3);
}

.rentl-footer__nav-heading {
  font-family: var(--font-heading);
  font-size: var(--rentl-font-size-sm);
  font-weight: 700;
  color: var(--rentl-color-heading);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--rentl-space-1);
}

.rentl-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: var(--rentl-space-2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.rentl-footer__nav a {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  text-decoration: none;
  transition: color var(--rentl-transition-fast);
}

@media (hover: hover) and (pointer: fine) {
  .rentl-footer__nav a:hover {
    color: var(--rentl-orange);
  }
}


.rentl-footer__bottom {
  margin-top: var(--rentl-space-10);
  padding-top: var(--rentl-space-6);
  border-top: 1px solid var(--rentl-color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--rentl-space-3);
}

.rentl-footer__copyright {
  font-size: var(--rentl-font-size-xs);
  color: var(--rentl-color-text-muted);
}
.rentl-flex-container {
  position: relative;
  z-index: 2;
  width: min(100% - var(--rentl-container-gutter) * 2, var(--rentl-container));
  margin-inline: auto;
}


.rentl-flex-container table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.rentl-flex-container pre {
  max-width: 100%;
  overflow-x: auto;
}

.rentl-flex-container code {
  overflow-wrap: break-word;
}

.rentl-section-block {
  position: relative;
}


.rentl-flex-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}


.rentl-hero-graphic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}



.rentl-flex-bg--surface {
  background-color: var(--rentl-color-surface);
}

.rentl-flex-bg--soft {
  background-color: var(--rentl-color-surface-soft);
}

.rentl-flex-bg--orange {
  background-color: var(--rentl-orange);
  color: #ffffff;
}

.rentl-flex-bg--orange h1,
.rentl-flex-bg--orange h2,
.rentl-flex-bg--orange h3,
.rentl-flex-bg--orange h4,
.rentl-flex-bg--orange h5,
.rentl-flex-bg--orange h6 {
  color: #ffffff;
}


.rentl-flex-bg--orange .rentl-btn--orange {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--rentl-orange);
}

.rentl-flex-bg--orange .rentl-btn--orange.is-hovering {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}


.rentl-flex-bg--orange .rentl-card .rentl-btn--orange {
  background-color: var(--rentl-orange);
  border-color: var(--rentl-orange);
  color: #ffffff;
}

.rentl-flex-bg--orange .rentl-card .rentl-btn--orange.is-hovering {
  background-color: var(--rentl-orange-dark);
  border-color: var(--rentl-orange-dark);
  color: #ffffff;
}


.rentl-flex-bg--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.rentl-flex-bg--image h1,
.rentl-flex-bg--image h2,
.rentl-flex-bg--image h3,
.rentl-flex-bg--image h4,
.rentl-flex-bg--image h5,
.rentl-flex-bg--image h6 {
  color: #ffffff;
}


.rentl-hero-graphic {
  color: var(--rentl-orange);
}

.rentl-flex-bg--orange .rentl-hero-graphic,
.rentl-flex-bg--image .rentl-hero-graphic {
  color: #ffffff;
}



.rentl-flex-pad--none {
  padding-block: 0;
}

.rentl-flex-pad--normal {
  padding-block: var(--rentl-section-y-sm);
}

.rentl-flex-pad--large {
  padding-block: var(--rentl-section-y);
}




.rentl-flex-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
}


.rentl-flex-hero__mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
}


.rentl-flex-bg--orange .rentl-flex-hero__mask {
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
}

.rentl-flex-bg--orange .rentl-flex-hero__mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 87, 0, 0.88);
  border-radius: 20px;
  filter: blur(24px);
  z-index: -2;
}

@media (max-width: 639px) {
  .rentl-flex-bg--orange .rentl-flex-hero__mask {
    padding: 28px 20px;
  }
}


.rentl-eyebrow + .rentl-flex-hero__headline {
  margin-top: var(--rentl-space-3);
}

.rentl-flex-hero__headline + .rentl-flex-hero__subtext {
  margin-top: var(--rentl-space-6);
}

.rentl-flex-hero__mask + .rentl-btn {
  margin-top: var(--rentl-space-10);
}

.rentl-flex-hero__headline {
  
  font-size: clamp(2rem, 5.5vw, 3.75rem);
  
  line-height: 1.25;
  color: inherit;
  margin: 0;
}


@media (max-width: 639px) {
  .rentl-flex-hero__headline {
    font-size: 2rem;
  }
}

.rentl-flex-hero__highlight {
  position: relative;
  background: none;
  color: var(--rentl-orange);
}


.rentl-flex-bg--orange .rentl-flex-hero__highlight,
.rentl-flex-bg--image .rentl-flex-hero__highlight {
  color: var(--rentl-green);
  padding: 0 0.2em;
}

.rentl-flex-bg--orange .rentl-flex-hero__highlight::before,
.rentl-flex-bg--image .rentl-flex-hero__highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.125em;
  bottom: 0.04em;
  background: #ffffff;
  border-radius: 0.12em;
  box-shadow: 0.06em 0.06em 0 var(--rentl-green-dark);
  z-index: -1;
}


.rentl-flex-hero .rentl-eyebrow {
  font-size: var(--rentl-font-size-sm);
}


.rentl-flex-bg--orange .rentl-eyebrow,
.rentl-flex-bg--image .rentl-eyebrow {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.rentl-flex-hero__subtext {
  font-size: var(--rentl-font-size-md);
  line-height: 1.7;
  color: inherit;
  opacity: 0.8;
  max-width: 520px;
  margin: 0;
}


@media (max-width: 639px) {
  .rentl-flex-hero__subtext {
    font-size: var(--rentl-font-size-base);
  }
}


.rentl-flex-bg--orange .rentl-flex-hero__subtext,
.rentl-flex-bg--image .rentl-flex-hero__subtext {
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}


.rentl-flex-hero .rentl-btn--orange {
  font-size: var(--rentl-font-size-lg);
}




.rentl-coming-soon-standalone .rentl-eyebrow {
  display: inline-block;
  background: #288335;
  color: #ffffff;
  padding: 7px 16px;
  border-radius: 999px;
  text-shadow: none;
}


.rentl-coming-soon__wordmark {
  display: block;
  text-align: center;
  font-family: var(--font-wordmark);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1;
  color: #ffffff;
  margin-bottom: 28px;
}

.rentl-coming-soon__wordmark .rentl-wordmark__dot {
  color: var(--rentl-green-light);
  font-size: 1.3em;
  line-height: 0;
}
.rentl-handbook-glance {
  display: grid;
  gap: var(--rentl-space-4);
}


.rentl-handbook-glance__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--rentl-space-4);
  padding: var(--rentl-space-2) 0;
  border-bottom: 1px solid var(--rentl-color-border);
  font-size: var(--rentl-font-size-sm);
}

.rentl-handbook-glance__label {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--rentl-color-heading);
  margin: 0;
}


.rentl-handbook-glance__action {
  display: grid;
  gap: var(--rentl-space-3);
  justify-items: start;
}


.rentl-handbook-glance__header {
  display: grid;
  gap: var(--rentl-space-1);
}

.rentl-handbook-glance__subhead {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  margin: 0;
}

.rentl-handbook-glance__group {
  display: grid;
  gap: var(--rentl-space-3);
}

.rentl-handbook-glance__group-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--rentl-font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--rentl-green);
  margin: 0;
}

.rentl-handbook-glance code,
.rentl-handbook-field__desc code,
.rentl-handbook-step__title code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.88em;
  background-color: var(--rentl-color-surface-soft);
  color: var(--rentl-orange-dark);
  padding: 0.15rem 0.45rem;
  border-radius: var(--rentl-radius-xs);
}

[data-theme="dark"] .rentl-handbook-glance code,
[data-theme="dark"] .rentl-handbook-field__desc code,
[data-theme="dark"] .rentl-handbook-step__title code {
  color: var(--rentl-orange-light);
}

.rentl-handbook-glance__order {
  border-top: 1px dashed var(--rentl-color-border-strong);
  padding-top: var(--rentl-space-4);
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text-muted);
  margin: 0;
}

.rentl-handbook-glance__order strong {
  color: var(--rentl-color-heading);
}


.rentl-handbook-part__head {
  display: flex;
  align-items: center;
  gap: var(--rentl-space-3);
  margin-bottom: var(--rentl-space-2);
}

.rentl-handbook-part__num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-orange);
  background-color: rgba(255, 87, 0, 0.08);
  border: 1px solid rgba(255, 87, 0, 0.18);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rentl-handbook-part__head h2 {
  margin: 0;
}

.rentl-handbook-part__sub {
  color: var(--rentl-color-text-muted);
  max-width: 52ch;
  margin: 0 0 var(--rentl-space-6) calc(2rem + var(--rentl-space-3));
}


.rentl-handbook-part__sub--wide {
  max-width: none;
}


.rentl-handbook-steps {
  list-style: none;
  margin: 0 0 0 calc(2rem + var(--rentl-space-3));
  padding-left: var(--rentl-space-6);
  border-left: 2px solid var(--rentl-color-border);
  display: grid;
  gap: var(--rentl-space-5);
}

.rentl-handbook-step {
  position: relative;
  counter-increment: rentl-handbook-step;
}

.rentl-handbook-steps {
  counter-reset: rentl-handbook-step;
}

.rentl-handbook-step::before {
  content: counter(rentl-handbook-step);
  position: absolute;
  left: calc(-1 * var(--rentl-space-6) - 0.75rem);
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--rentl-color-surface);
  border: 2px solid var(--rentl-color-border-strong);
  color: var(--rentl-color-text-muted);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--rentl-font-size-xs);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rentl-handbook-step__title {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--rentl-color-heading);
  margin: 0 0 0.2rem;
}

.rentl-handbook-step__hint {
  font-weight: 500;
  color: var(--rentl-color-text-muted);
}

.rentl-handbook-step p {
  font-size: var(--rentl-font-size-sm);
}


.rentl-handbook-fields {
  margin-top: var(--rentl-space-3);
  display: grid;
  gap: var(--rentl-space-4);
}

.rentl-handbook-field {
  display: grid;
  grid-template-columns: minmax(0, 11rem) 1fr;
  gap: 0.2rem var(--rentl-space-4);
  padding-bottom: var(--rentl-space-4);
  border-bottom: 1px solid var(--rentl-color-border);
}

.rentl-handbook-field:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rentl-handbook-field__name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-heading);
}

.rentl-handbook-field__flag {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
}

.rentl-handbook-field__flag--req {
  color: var(--rentl-orange-dark);
}

[data-theme="dark"] .rentl-handbook-field__flag--req {
  color: var(--rentl-orange-light);
}

.rentl-handbook-field__flag--opt {
  color: var(--rentl-color-text-muted);
}

.rentl-handbook-field__desc {
  font-size: var(--rentl-font-size-sm);
  color: var(--rentl-color-text);
}


.rentl-handbook-callout {
  margin: var(--rentl-space-5) 0 0 calc(2rem + var(--rentl-space-3));
  border-radius: var(--rentl-radius);
  padding: var(--rentl-space-4) var(--rentl-space-5);
  font-size: var(--rentl-font-size-sm);
}

.rentl-handbook-callout p {
  margin: 0;
}

.rentl-handbook-callout strong {
  color: var(--rentl-color-heading);
}

.rentl-handbook-callout--tip {
  background-color: rgba(46, 147, 60, 0.08);
  color: var(--rentl-color-text);
}

.rentl-handbook-callout--warn {
  background-color: rgba(255, 87, 0, 0.07);
  color: var(--rentl-color-text);
}


.rentl-handbook-callout pre {
  margin: var(--rentl-space-3) 0 0;
  padding: var(--rentl-space-3) var(--rentl-space-4);
  background-color: var(--rentl-color-surface);
  border-radius: var(--rentl-radius-xs);
  overflow-x: auto;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--rentl-orange-dark);
}

[data-theme="dark"] .rentl-handbook-callout pre {
  color: var(--rentl-orange-light);
}


.rentl-handbook-screenshot {
  display: block;
  max-width: 50%;
  height: auto;
  margin-top: var(--rentl-space-3);
  border: 1px solid var(--rentl-color-border);
  border-radius: var(--rentl-radius);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}



.rentl-handbook-screenshot-toggle {
  margin-top: var(--rentl-space-3);
}

.rentl-handbook-screenshot-toggle summary {
  display: inline-block;
  cursor: pointer;
  color: var(--rentl-orange);
  font-weight: 600;
  font-size: 0.9em;
  list-style: none;
}

.rentl-handbook-screenshot-toggle summary::-webkit-details-marker {
  display: none;
}

.rentl-handbook-screenshot-toggle summary::before {
  content: '▸ ';
}

.rentl-handbook-screenshot-toggle[open] summary::before {
  content: '▾ ';
}

.rentl-handbook-screenshot-toggle .rentl-handbook-screenshot {
  margin-top: var(--rentl-space-2);
}




.rentl-handbook-rule {
  height: 3px;
  width: 2.5rem;
  background-color: var(--rentl-orange);
  border: none;
  border-radius: var(--rentl-radius-xs);
  margin: 0 0 0 calc(2rem + var(--rentl-space-3));
}


@media (max-width: 639px) {
  .rentl-handbook-part__sub,
  .rentl-handbook-steps,
  .rentl-handbook-callout,
  .rentl-handbook-rule {
    margin-left: 0;
  }

  .rentl-handbook-field {
    grid-template-columns: 1fr;
  }

  .rentl-handbook-glance__row {
    grid-template-columns: 1fr;
    gap: var(--rentl-space-1);
  }
}
