/*
Theme Name: RoboPi Home Shell
Template: hello-elementor
Version: 1.0.1
Description: Homepage-only redesign inspired by Sapphire Stream's main screen composition.
*/

:root {
  --rphs-bg: #0a1220;
  --rphs-bg-deep: #040913;
  --rphs-ink: #07111c;
  --rphs-text: #ffffff;
  --rphs-muted: rgba(255, 255, 255, 0.74);
  --rphs-soft: #6b7c93;
  --rphs-blue: #0d71d3;
  --rphs-blue-deep: #094f94;
  --rphs-line: rgba(255, 255, 255, 0.16);
  --rphs-light-line: rgba(7, 17, 28, 0.08);
  --rphs-white: #f5f8fc;
  --rphs-width: min(1320px, calc(100vw - 48px));
  --rphs-shadow: 0 28px 80px rgba(4, 9, 19, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rphs-white);
  color: var(--rphs-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

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

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

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

.rphs-home {
  background: var(--rphs-white);
}

.rphs-shell {
  width: var(--rphs-width);
  margin: 0 auto;
}

.rphs-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.rphs-header-bar {
  width: var(--rphs-width);
  margin: 0 auto;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rphs-header.is-scrolled {
  background: rgba(6, 12, 22, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.rphs-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 160px;
  text-decoration: none !important;
}

.rphs-brand-text {
  display: inline-block;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #ff4d4d 0%,
    #ff9f1c 18%,
    #ffe45e 34%,
    #5be37d 50%,
    #44c8f5 68%,
    #6a7dff 84%,
    #d96bff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.rphs-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--rphs-text);
}

.rphs-nav a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 1;
  text-decoration: none !important;
}

.rphs-nav a:hover {
  color: #9cd3ff;
}

.rphs-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--rphs-text);
  font-size: 17px;
  font-weight: 700;
  transition: 0.25s ease;
  text-decoration: none !important;
}

.site-header .site-title a,
.site-header .site-title a:hover,
.site-header .site-title a:focus,
.site-header .site-title a:active,
.site-header .site-navigation a,
.site-header .site-navigation a:hover,
.site-header .site-navigation a:focus,
.site-header .site-navigation a:active,
.site-header .site-navigation-dropdown a,
.site-header .site-navigation-dropdown a:hover,
.site-header .site-navigation-dropdown a:focus,
.site-header .site-navigation-dropdown a:active {
  text-decoration: none !important;
}

.site-header .site-title a {
  display: inline-block;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #ff4d4d 0%,
    #ff9f1c 18%,
    #ffe45e 34%,
    #5be37d 50%,
    #44c8f5 68%,
    #6a7dff 84%,
    #d96bff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.custom-logo-link,
.elementor-widget-theme-site-logo a {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.custom-logo-link img,
.elementor-widget-theme-site-logo img {
  display: none !important;
}

.custom-logo-link::after,
.elementor-widget-theme-site-logo a::after {
  content: "ROBO PI" !important;
  display: inline-block !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  background: linear-gradient(
    90deg,
    #ff4d4d 0%,
    #ff9f1c 18%,
    #ffe45e 34%,
    #5be37d 50%,
    #44c8f5 68%,
    #6a7dff 84%,
    #d96bff 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12) !important;
}

.rphs-store:hover {
  background: var(--rphs-blue);
  border-color: transparent;
  box-shadow: 0 0 20px rgba(13, 113, 211, 0.35);
}

.rphs-hero {
  position: relative;
  min-height: 100vh;
  color: var(--rphs-text);
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(3, 8, 17, 0.18), rgba(3, 8, 17, 0.72)),
    linear-gradient(105deg, rgba(4, 9, 19, 0.9) 16%, rgba(4, 9, 19, 0.28) 46%, rgba(4, 9, 19, 0.78) 100%);
}

.rphs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.13) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.13) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.rphs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(120, 190, 255, 0.22), transparent 22%),
    radial-gradient(circle at 68% 58%, rgba(94, 131, 255, 0.18), transparent 18%),
    radial-gradient(circle at 22% 70%, rgba(255, 255, 255, 0.07), transparent 20%);
}

.rphs-hero-video,
.rphs-hero-image {
  position: absolute;
  inset: 0;
}

.rphs-hero-video video,
.rphs-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rphs-hero-image {
  opacity: 0.42;
}

.rphs-hero-video {
  opacity: 0.24;
}

.rphs-hero-content {
  position: relative;
  z-index: 2;
  width: var(--rphs-width);
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 36px;
  padding: 180px 0 80px;
}

.rphs-hero-copy {
  max-width: 720px;
}

.rphs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.rphs-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.rphs-hero h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 800;
  max-width: 900px;
}

.rphs-hero-title {
  font-size: clamp(42px, 6.2vw, 84px) !important;
  max-width: 760px;
}

.rphs-hero p {
  margin: 28px 0 0;
  max-width: 620px;
  font-size: 21px;
  line-height: 1.75;
  color: var(--rphs-muted);
}

.rphs-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.rphs-hero-aside {
  display: grid;
  gap: 16px;
  margin-left: auto;
  width: min(100%, 360px);
}

.rphs-hero-metric {
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(4, 9, 19, 0.24);
}

.rphs-hero-metric span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9cd3ff;
}

.rphs-hero-metric strong {
  display: block;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.rphs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.25s ease;
}

.rphs-button.primary {
  background: var(--rphs-blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(13, 113, 211, 0.35);
}

.rphs-button.primary:hover {
  background: var(--rphs-blue-deep);
}

.rphs-button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.rphs-button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.rphs-scroll-mark {
  position: absolute;
  left: 24px;
  bottom: 30px;
  z-index: 2;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.rphs-dotline {
  position: absolute;
  right: 36px;
  bottom: 44px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rphs-dotline span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.rphs-section {
  padding: 110px 0;
}

.rphs-light {
  background: #fff;
}

.rphs-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.rphs-eyebrow {
  color: var(--rphs-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.rphs-section h2 {
  margin: 16px 0 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.rphs-intro-title,
.rphs-benchmark-title,
.rphs-roadmap-title {
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.08;
}

.rphs-section p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #5f7187;
}

.rphs-business-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rphs-card {
  padding: 34px 30px;
  border: 1px solid var(--rphs-light-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(4, 9, 19, 0.04);
}

.rphs-reveal-card {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  transition-delay: var(--rphs-delay, 0ms);
  will-change: opacity, transform;
}

.rphs-reveal-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rphs-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 22px;
  background: rgba(13, 113, 211, 0.08);
  color: var(--rphs-blue);
  font-size: 18px;
  font-weight: 800;
}

.rphs-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

@media (prefers-reduced-motion: reduce) {
  .rphs-reveal-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.rphs-showcase {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.rphs-showcase-media {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-radius: 36px;
  overflow: hidden;
  min-height: 640px;
  background: #ffffff;
  box-shadow: var(--rphs-shadow);
}

.rphs-showcase-caption {
  position: relative;
  z-index: 1;
  padding: 34px 34px 16px;
}

.rphs-showcase-caption h3 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #0a1220;
  max-width: 540px;
}

.rphs-showcase-caption p {
  max-width: 560px;
  color: #5f7187;
}

.rphs-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.rphs-showcase-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(13, 113, 211, 0.08);
  border: 1px solid rgba(13, 113, 211, 0.1);
  color: #0d71d3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.rphs-showcase-figure {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 24px 40px 42px;
  background: #ffffff;
}

.rphs-showcase-figure img {
  display: block;
  width: min(100%, 690px);
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
  object-fit: contain;
  object-position: center top;
  transform: none;
  filter: none;
}

.rphs-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.rphs-showcase-stack {
  display: grid;
  gap: 24px;
}

.rphs-panel {
  position: relative;
  padding: 38px;
  border-radius: 34px;
  overflow: hidden;
  min-height: 308px;
  background:
    linear-gradient(140deg, rgba(13,113,211,0.95), rgba(7,46,90,0.95)),
    #0d71d3;
  color: #fff;
  box-shadow: var(--rphs-shadow);
}

.rphs-panel img {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: min(44%, 320px);
  max-width: 320px;
  max-height: calc(100% - 44px);
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.9;
}

.rphs-panel h3,
.rphs-plain-panel h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 360px;
}

.rphs-panel p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.84);
}

.rphs-plain-panel {
  padding: 34px;
  border-radius: 30px;
  border: 1px solid var(--rphs-light-line);
  background: #fff;
}

.rphs-context-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rphs-context-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--rphs-light-line);
  background: #fff;
  box-shadow: 0 10px 32px rgba(4, 9, 19, 0.06);
}

.rphs-context-card img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at top, rgba(13, 113, 211, 0.06), transparent 38%),
    rgb(249, 250, 244);
  padding: 18px;
}

.rphs-context-copy {
  padding: 28px 28px 32px;
}

.rphs-context-copy h3 {
  margin: 14px 0 12px;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.rphs-context-copy p {
  font-size: 17px;
  line-height: 1.82;
}

.rphs-plain-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.rphs-plain-panel li {
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #5f7187;
}

.rphs-plain-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 50%;
  flex: none;
  background: var(--rphs-blue);
}

.rphs-cta-band {
  background: linear-gradient(140deg, #08111d, #102640 70%, #15365a);
  color: #fff;
}

.rphs-cta-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}

.rphs-cta-inner p {
  color: rgba(255,255,255,0.78);
}

.rphs-roadmap-panel {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
  color: #fff;
}

.rphs-roadmap-list {
  margin: 18px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.rphs-roadmap-list li {
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.7;
}

.rphs-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rphs-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
}

.rphs-footer-gap {
  height: 30px;
}

.rphs-footer {
  position: relative;
  overflow: hidden;
  padding: 40px 0 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 190, 255, 0.16), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(255, 181, 72, 0.12), transparent 18%),
    linear-gradient(180deg, #060b14 0%, #09111c 42%, #0a1220 100%);
  color: #fff;
}

.rphs-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
}

.rphs-footer .rphs-shell {
  position: relative;
  z-index: 1;
}

.rphs-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 36px;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rphs-footer-brand {
  max-width: 760px;
}

.rphs-footer-kicker {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9cd3ff;
}

.rphs-footer-logo {
  font-size: clamp(28px, 4.5vw, 70px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #ff4d4d 0%,
    #ff9f1c 18%,
    #ffe45e 34%,
    #5be37d 50%,
    #44c8f5 68%,
    #6a7dff 84%,
    #d96bff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(255,255,255,0.08);
}

.rphs-footer-brand p {
  margin-top: 18px;
  max-width: 640px;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.9;
}

.rphs-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rphs-footer-col h3 {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.98);
}

.rphs-footer-col a,
.rphs-footer-col span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.7;
}

.rphs-footer-col a:hover {
  color: #9cd3ff;
}

.rphs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}

.rphs-footer-bottom p,
.rphs-footer-meta span {
  color: rgba(255,255,255,0.56);
  font-size: 13px;
  line-height: 1.7;
}

.rphs-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

body:not(.rphs-home) .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(6, 12, 22, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body:not(.rphs-home) .elementor-location-header > .e-con-boxed {
  background: transparent !important;
}

body:not(.rphs-home) .elementor-location-header > .e-con-boxed > .e-con-inner {
  width: var(--rphs-width);
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body:not(.rphs-home) .elementor-location-header .elementor-widget-theme-site-logo {
  min-width: 160px;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item {
  margin: 0;
  padding: 0;
  width: auto;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .elementor-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: #ffffff !important;
  opacity: 1;
  padding: 0 !important;
  min-height: auto !important;
  width: auto;
  border: 0;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .elementor-item:focus,
body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #9cd3ff;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item-963 > .elementor-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 46px;
  padding: 0 16px !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1;
}

body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item-963 > .elementor-item:hover,
body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item-963 > .elementor-item:focus,
body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item-963 > .elementor-item.elementor-item-active {
  background: var(--rphs-blue);
  border-color: transparent;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(13, 113, 211, 0.35);
}

body:not(.rphs-home) .elementor-location-header .elementor-menu-toggle {
  color: #ffffff;
}

body:not(.rphs-home) .site-main,
body:not(.rphs-home) main#content {
  padding-top: 96px;
}

@media (max-width: 1180px) {
  .rphs-nav {
    gap: 18px;
  }

  .rphs-nav a,
  .rphs-store {
    font-size: 16px;
  }

  body:not(.rphs-home) .elementor-location-header > .e-con-boxed > .e-con-inner {
    min-height: 88px;
  }

  body:not(.rphs-home) .elementor-location-header .elementor-nav-menu {
    gap: 18px;
  }

  body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .elementor-item {
    font-size: 16px !important;
  }

  body:not(.rphs-home) .elementor-location-header .elementor-nav-menu--main .menu-item-963 > .elementor-item {
    min-width: 104px;
    height: 42px;
    padding: 0 14px !important;
    font-size: 16px !important;
  }

  .rphs-intro,
  .rphs-showcase,
  .rphs-cta-inner,
  .rphs-business-grid,
  .rphs-context-grid,
  .rphs-hero-content,
  .rphs-footer-top,
  .rphs-footer-grid {
    grid-template-columns: 1fr;
  }

  .rphs-hero-aside {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .rphs-header-bar {
    min-height: 74px;
  }

  .rphs-hero-title {
    font-size: clamp(36px, 11vw, 54px) !important;
  }

  .rphs-intro-title,
  .rphs-benchmark-title,
  .rphs-roadmap-title {
    font-size: clamp(28px, 7vw, 38px) !important;
  }

  .rphs-nav {
    display: none;
  }

  body:not(.rphs-home) .elementor-location-header > .e-con-boxed > .e-con-inner {
    min-height: 74px;
  }

  body:not(.rphs-home) .site-main,
  body:not(.rphs-home) main#content {
    padding-top: 74px;
  }

  .rphs-hero-content {
    padding: 140px 0 70px;
    align-items: end;
  }

  .rphs-hero p {
    font-size: 18px;
  }

  .rphs-section {
    padding: 80px 0;
  }

  .rphs-showcase-media {
    min-height: 380px;
  }

  .rphs-showcase-caption {
    padding: 26px 24px 10px;
  }

  .rphs-showcase-caption h3 {
    font-size: 30px;
  }

  .rphs-showcase-figure {
    padding: 6px 16px 20px;
  }

  .rphs-panel {
    min-height: 260px;
  }

  .rphs-panel img {
    position: static;
    width: min(100%, 260px);
    max-width: 260px;
    max-height: none;
    margin-top: 22px;
  }

  .rphs-context-copy {
    padding: 24px 22px 28px;
  }

  .rphs-context-copy h3 {
    font-size: 26px;
  }

  .rphs-context-card img {
    height: 260px;
    padding: 14px;
  }

  .rphs-footer {
    padding: 26px 0 24px;
  }

  .rphs-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.rphs-docs-page,
body.rphs-community-page {
  margin: 0;
  background: #ffffff;
  color: #0f172a;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.rphs-page-shell {
  min-height: 100vh;
  background: #ffffff;
}

.rphs-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 64px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}

.rphs-topbar-brand {
  color: #252734;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.rphs-topbar-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: flex-end;
  margin-right: 96px;
}

.rphs-topbar-nav a {
  color: #475569;
  font-size: 16px;
  font-weight: 500;
}

.rphs-topbar-nav a.is-active {
  color: #2776c9;
  font-weight: 700;
}

.rphs-docs-mobile-menu-button,
.rphs-community-mobile-menu-button,
.rphs-docs-mobile-backdrop,
.rphs-community-mobile-backdrop,
.rphs-docs-mobile-drawer-head,
.rphs-community-mobile-drawer-head {
  display: none !important;
}

.rphs-search {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  height: 38px;
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #6b7280;
  font-size: 14px;
}

.rphs-search-docs {
  width: 256px;
  padding: 0 16px 0 40px;
  background: #f8fafc;
}

.rphs-search input[type="text"] {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  color: #475569;
  font-size: 14px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.rphs-search input[type="text"]::placeholder {
  color: #94a3b8;
}

.rphs-search input[type="text"]:focus,
.rphs-search input[type="text"]:focus-visible,
.rphs-search input[type="text"]:active {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.rphs-search-community {
  width: 256px;
  padding: 0 16px 0 40px;
  background: #f8fafc;
}

.rphs-search-icon {
  position: absolute;
  left: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid #64748b;
  border-radius: 50%;
  box-sizing: border-box;
}

.rphs-search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  background: #64748b;
  transform: rotate(45deg);
}

.rphs-docs-layout {
  display: grid;
  grid-template-columns: fit-content(42vw) minmax(0, 1133px) 320px;
  min-height: calc(100vh - 64px);
}

.rphs-docs-sidebar {
  position: sticky;
  top: 64px;
  align-self: start;
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px);
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  padding: 32px 16px;
  border-right: 1px solid #e2e8f0;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
}

.rphs-docs-nav-group + .rphs-docs-nav-group {
  margin-top: 32px;
}

.rphs-docs-nav-group h2,
.rphs-docs-toc h2,
.rphs-community-side-block h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rphs-docs-sidebar .rphs-docs-nav-group h2 {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.rphs-docs-side-title {
  margin-bottom: 18px !important;
  color: #0f172a !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

.rphs-docs-nav-tree {
  display: grid;
  gap: 10px;
  min-width: max-content;
  width: max-content;
}

.rphs-docs-group-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  color: #667085;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 10px;
}

.rphs-docs-group-link.is-active {
  background: #eef4fb;
  color: #2f63b8;
}

.rphs-docs-group-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.55;
  flex: none;
}

.rphs-docs-group-link.is-active .rphs-docs-group-arrow,
.rphs-docs-subgroup-title.is-active .rphs-docs-group-arrow {
  transform: rotate(45deg);
}

.rphs-docs-nav-items.is-nested {
  display: none;
  gap: 2px;
  margin: 6px 0 4px 12px;
  padding-left: 10px;
  border-left: 1px solid #e2e8f0;
}

.rphs-docs-nav-items.is-nested.is-open,
.rphs-docs-nav-items.is-subnested.is-open {
  display: grid;
}

.rphs-docs-nav-items.is-nested .rphs-docs-nav-item {
  min-height: 38px;
  padding: 8px 14px 8px 14px;
  font-size: 15px;
  color: #667085;
  border-radius: 10px;
}

.rphs-docs-subgroup {
  display: grid;
}

.rphs-docs-subgroup-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  color: #667085;
  border-radius: 10px;
}

.rphs-docs-subgroup-title.is-active {
  background: #eef4fb;
  color: #2f63b8;
  font-weight: 700;
}

.rphs-docs-nav-items.is-subnested {
  display: none;
  gap: 2px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e2e8f0;
}

.rphs-docs-nav-items.is-nested .rphs-docs-nav-item.is-active {
  border-left: 0;
  background: rgba(47, 99, 184, 0.12);
  color: #2f63b8;
}

.rphs-docs-nav-items.is-nested .rphs-docs-nav-item .rphs-docs-chevron {
  opacity: 0.45;
}

.rphs-docs-nav-items {
  display: grid;
  gap: 6px;
}

.rphs-docs-nav-label {
  margin-top: 10px;
  padding: 6px 14px 2px;
  color: #0f172a;
  font-size: 15.6px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
}

.rphs-docs-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 8px 14px;
  color: #475569;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}

.rphs-docs-nav-item.is-active {
  background: rgba(39, 118, 201, 0.05);
  color: #2776c9;
  font-weight: 600;
}

.rphs-docs-group-link,
.rphs-docs-subgroup-title,
.rphs-docs-nav-item,
.rphs-docs-nav-label {
  white-space: nowrap;
}

.rphs-docs-group,
.rphs-docs-subgroup,
.rphs-docs-nav-items {
  min-width: max-content;
}

.rphs-docs-sidebar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.rphs-docs-sidebar::-webkit-scrollbar-thumb {
  background: rgba(71, 85, 105, 0.28);
  border-radius: 999px;
}

.rphs-docs-sidebar::-webkit-scrollbar-track {
  background: rgba(226, 232, 240, 0.52);
  border-radius: 999px;
}

.rphs-docs-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.6;
}

.rphs-docs-nav-item.is-active .rphs-docs-chevron {
  transform: rotate(45deg);
}

.rphs-docs-version {
  margin-top: 48px;
  padding: 24px 12px 0;
  border-top: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.rphs-docs-content {
  padding: 46px 64px 72px;
}

.rphs-docs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #475569;
  font-size: 17px;
}

.rphs-docs-breadcrumb span:last-child {
  font-weight: 700;
}

.rphs-docs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 999px;
  background: #ff4a4a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.rphs-sep {
  color: #94a3b8;
}

.rphs-docs-article h1 {
  margin: 0;
  color: #0f172a;
  font-size: 67px;
  line-height: 1;
  letter-spacing: -1.68px;
  font-weight: 800;
}

.rphs-docs-markdown img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
  border-radius: 14px;
}

.rphs-docs-lead,
.rphs-docs-section p {
  margin: 28px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.rphs-docs-markdown h2,
.rphs-docs-markdown h3,
.rphs-docs-markdown h4,
.rphs-docs-section {
  padding-top: 40px;
}

.rphs-docs-markdown h2,
.rphs-docs-section h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.rphs-docs-markdown h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.rphs-docs-markdown h4 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.rphs-docs-markdown p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.rphs-docs-markdown code {
  padding: 0.16em 0.4em;
  border-radius: 6px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 0.88em;
}

.rphs-docs-list {
  margin: 18px 0 0;
  padding-left: 24px;
  color: #475569;
}

.rphs-docs-list li {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}

.rphs-docs-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid #dbe5f2;
  border-radius: 14px;
}

.rphs-docs-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.rphs-docs-table th,
.rphs-docs-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8eef7;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
}

.rphs-docs-table th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
}

.rphs-docs-markdown-code {
  overflow: auto;
  margin: 24px 0 0;
  padding: 24px 28px;
  border-radius: 14px;
  background: #111827;
  color: #e5eefc;
  font-family: "Liberation Mono", Consolas, monospace;
  font-size: 17px;
  line-height: 1.75;
}

.rphs-docs-markdown-code code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.rphs-docs-admonition {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 4px solid #2776c9;
  border-radius: 12px;
  background: #f8fbff;
}

.rphs-docs-admonition.is-danger {
  border-left-color: #e11d48;
  background: #fff5f7;
}

.rphs-docs-admonition-title {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.rphs-search-results-panel {
  overflow: hidden;
  border: 1px solid #dbe5f2;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f6f8fe);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.rphs-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.rphs-search-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
}

.rphs-search-popup {
  position: relative;
  z-index: 1;
  width: min(100%, 930px);
  max-height: min(88vh, 840px);
}

.rphs-search-popup .rphs-search-results-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: inherit;
}

.rphs-search-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rphs-search-results-eyebrow {
  padding: 20px 24px 16px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rphs-search-results-close {
  padding: 10px 18px 0 0;
  color: #94a3b8;
  font-size: 28px;
  line-height: 1;
}

.rphs-search-results-list {
  display: grid;
  gap: 0;
  overflow-y: auto;
}

.rphs-search-result-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 24px;
  border-top: 1px solid rgba(219, 229, 242, 0.9);
}

.rphs-search-result-card:hover {
  background: rgba(39, 118, 201, 0.03);
}

.rphs-search-result-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  border-radius: 50%;
  background: #edf4ff;
}

.rphs-search-result-icon::before,
.rphs-search-result-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  border-radius: 2px;
  background: #2776c9;
}

.rphs-search-result-icon::before {
  top: 8px;
  height: 12px;
  box-shadow: 0 4px 0 0 rgba(39, 118, 201, 0.18);
}

.rphs-search-result-icon::after {
  top: 11px;
  height: 2px;
  box-shadow: 0 4px 0 0 #2776c9, 0 8px 0 0 #2776c9;
}

.rphs-search-result-icon.is-warm {
  background: #fff1e4;
}

.rphs-search-result-icon.is-warm::before,
.rphs-search-result-icon.is-warm::after {
  background: #c57b2f;
}

.rphs-search-result-icon.is-warm::before {
  box-shadow: 0 4px 0 0 rgba(197, 123, 47, 0.18);
}

.rphs-search-result-icon.is-warm::after {
  box-shadow: 0 4px 0 0 #c57b2f, 0 8px 0 0 #c57b2f;
}

.rphs-search-result-body {
  display: grid;
  gap: 8px;
}

.rphs-search-result-body strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.45;
}

.rphs-search-result-body span {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.rphs-search-result-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 18px;
}

.rphs-search-result-meta span {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.4;
}

.rphs-search-results-empty {
  padding: 24px;
  border-top: 1px solid rgba(219, 229, 242, 0.9);
}

.rphs-search-results-empty strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
}

.rphs-search-results-empty p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.rphs-search-results-foot {
  padding: 16px 24px;
  border-top: 1px solid rgba(219, 229, 242, 0.9);
  color: #94a3b8;
  font-size: 13px;
  text-align: right;
}

body.rphs-docs-page:has(.rphs-search-overlay) {
  overflow: hidden;
}

body.rphs-community-page:has(.rphs-search-overlay) {
  overflow: hidden;
}

.rphs-code-card {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 14px;
  background: #111827;
}

.rphs-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 16px;
  color: #344056;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rphs-copy-mark {
  width: 14px;
  height: 14px;
  border: 2px solid #344056;
  border-radius: 2px;
}

.rphs-code-card pre {
  margin: 0;
  padding: 28px;
  overflow: auto;
  color: #e5eefc;
  font-family: "Liberation Mono", Consolas, monospace;
  font-size: 18px;
  line-height: 1.8;
}

.rphs-prompt,
.rphs-keyword {
  color: #2776c9;
}

.rphs-string {
  color: #ffbf5f;
}

.rphs-comment {
  color: #55627c;
}

.rphs-tip-card {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  padding: 26px 32px;
  border-left: 4px solid #2776c9;
  border-radius: 12px;
  background: #f8fbff;
}

.rphs-tip-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2776c9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-top: 5px;
}

.rphs-tip-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.rphs-tip-card p,
.rphs-docs-feature-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.rphs-docs-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 28px;
}

.rphs-docs-feature-card {
  min-height: 260px;
  padding: 36px;
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: #fff;
}

.rphs-feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: #f3f7ff;
  position: relative;
}

.rphs-feature-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #2776c9;
}

.rphs-feature-icon-grid::before {
  inset: 16px;
  border-radius: 4px;
  box-shadow:
    0 0 0 0 #2776c9,
    10px 0 0 0 #2776c9,
    0 10px 0 0 #2776c9,
    10px 10px 0 0 #2776c9;
  width: 6px;
  height: 6px;
  background: #2776c9;
}

.rphs-docs-feature-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #0f172a;
}

.rphs-docs-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  margin-top: 42px;
}

.rphs-docs-pager > div:first-child {
  display: flex;
  justify-content: flex-start;
}

.rphs-docs-pager > div:last-child {
  display: flex;
  justify-content: flex-end;
}

.rphs-docs-pager-card {
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 20px 24px;
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  color: #0f172a;
  box-sizing: border-box;
}

.rphs-docs-pager-card.is-next {
  text-align: right;
}

.rphs-docs-pager-label {
  display: block;
  margin-bottom: 6px;
  color: #2776c9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rphs-docs-toc {
  padding: 46px 40px 0 8px;
}

.rphs-docs-toc-inner {
  position: sticky;
  top: 96px;
}

.rphs-docs-toc-links {
  display: grid;
  gap: 18px;
}

.rphs-docs-toc-links a {
  padding-left: 16px;
  color: #4b5563;
  font-size: 16px;
  border-left: 2px solid transparent;
}

.rphs-docs-toc-links a.is-active {
  color: #2776c9;
  border-left-color: #2776c9;
}

.rphs-help-card {
  margin-top: 96px;
  padding: 26px 24px;
  border-radius: 8px;
  background: #f1f6fd;
}

.rphs-help-card h3 {
  margin: 0 0 14px;
  color: #2776c9;
  font-size: 16px;
}

.rphs-help-card p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

.rphs-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #005da9;
  font-weight: 700;
}

.rphs-help-card a::after {
  content: ">";
  font-weight: 700;
}

.rphs-community-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rphs-link-button {
  color: #2776c9;
  font-size: 16px;
  font-weight: 600;
}

.rphs-pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #2776c9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.rphs-community-layout {
  display: grid;
  grid-template-columns: 377px minmax(0, 1fr);
  min-height: calc(100vh - 64px);
}

.rphs-community-sidebar {
  padding: 32px 0;
  background: #f1f6fb;
  border-right: 1px solid #e2e8f0;
}

.rphs-community-side-block,
.rphs-community-side-links {
  padding: 0 22px;
}

.rphs-community-side-block + .rphs-community-side-block,
.rphs-community-side-block + .rphs-community-side-links {
  margin-top: 24px;
}

.rphs-community-side-block > a,
.rphs-community-side-links a {
  display: block;
  margin-bottom: 18px;
  color: #586064;
  font-size: 15px;
  line-height: 1.45;
}

.rphs-community-side-link-disabled {
  display: block;
  margin-bottom: 18px;
  color: #586064;
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.rphs-community-topic-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px !important;
}

.rphs-community-topic-link.is-disabled {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.rphs-community-topic-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: none;
  opacity: 0.95;
}

.rphs-community-topic-link span {
  display: inline-block;
}

.rphs-community-category-list {
  display: grid;
  gap: 6px;
}

.rphs-community-category {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  border-radius: 0 6px 6px 0;
  color: #586064;
  font-size: 15px;
  line-height: 1.45;
}

.rphs-community-category.is-active {
  background: #dbe4e7;
  color: #2776c9;
  font-weight: 600;
}

.rphs-cat-dot {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  flex: none;
}

.rphs-cat-dot-blue { background: #3b82f6; }
.rphs-cat-dot-orange { background: #f97316; }
.rphs-cat-dot-green { background: #22c55e; }
.rphs-cat-dot-purple { background: #a855f7; }
.rphs-cat-dot-yellow { background: #eab308; }
.rphs-cat-dot-indigo { background: #6366f1; }
.rphs-cat-dot-red { background: #fb7185; }
.rphs-cat-dot-teal { background: #14b8a6; }

.rphs-community-more {
  display: inline-block;
  margin-top: 14px;
  color: #0c56d0;
  font-size: 14px;
  font-weight: 700;
}

.rphs-community-tag-list {
  display: grid;
  gap: 6px;
}

.rphs-community-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 0 6px 6px 0;
  color: #586064;
  font-size: 15px;
  line-height: 1.45;
}

.rphs-community-tag.is-active {
  background: #dbe4e7;
  color: #2776c9;
  font-weight: 600;
}

.rphs-community-tag-icon {
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  flex: none;
  opacity: 0.82;
  position: relative;
}

.rphs-community-tag.is-active .rphs-community-tag-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: -1px;
  width: 4px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.rphs-community-main {
  padding: 32px 44px 48px;
}

.rphs-community-hero {
  position: relative;
  overflow: hidden;
  min-height: 494px;
  border-radius: 32px;
  background: #081425;
}

.rphs-community-hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.rphs-community-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 35, 0.78), rgba(5, 18, 35, 0.18) 58%, rgba(5, 18, 35, 0.48));
}

.rphs-community-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 874px;
  padding: 84px 64px;
}

.rphs-community-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: 900;
}

.rphs-community-hero-copy p {
  max-width: 672px;
  margin: 24px 0 32px;
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1.4;
}

.rphs-community-toolbar {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px 0 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.rphs-community-toolbar-left,
.rphs-community-toolbar-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rphs-community-toolbar-selects {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.rphs-community-toolbar-selects .rphs-community-select {
  min-width: 220px;
}

.rphs-community-toolbar-filter {
  color: #2b3437;
  font-size: 16px;
  font-weight: 600;
}

.rphs-community-select-wrap {
  position: relative;
}

.rphs-community-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.rphs-community-select {
  width: 100%;
  min-height: 46px;
  padding: 0 40px 0 14px;
  border: 1px solid #d4dde7;
  border-radius: 12px;
  background: #fff;
  color: #2b3437;
  font-size: 15px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.rphs-community-select:focus {
  outline: none;
  border-color: #2776c9;
  box-shadow: 0 0 0 3px rgba(39, 118, 201, 0.14);
}

.rphs-community-toolbar-tabs {
  margin-left: 16px;
}

.rphs-community-toolbar-tabs a {
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
  color: #586064;
  font-size: 16px;
}

.rphs-community-toolbar-tabs .is-active {
  color: #0c56d0;
  border-bottom: 2px solid #0c56d0;
  font-weight: 700;
}

.rphs-community-toolbar-filter {
  margin-left: auto;
}

.rphs-community-feed {
  display: grid;
  gap: 16px;
  padding-top: 24px;
}

.rphs-community-post {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 116px;
  gap: 18px;
  padding: 24px 24px 24px 18px;
  border: 1px solid #edf2f7;
  border-left: 4px solid transparent;
  border-radius: 16px;
  background: #fff;
}

.rphs-community-empty-state {
  padding: 40px 32px;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.rphs-community-empty-state h2 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
}

.rphs-community-empty-state p {
  margin: 12px 0 0;
  color: #586064;
  font-size: 16px;
}

.rphs-accent-mint { border-left-color: #2cbfae; }
.rphs-accent-orange { border-left-color: #ff7a00; }
.rphs-accent-indigo { border-left-color: #6366f1; }
.rphs-accent-mainline { border-left-color: #ff7a00; }

.rphs-community-post-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #dfe7ff;
  color: #0c56d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.rphs-community-post-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.rphs-community-post h2 {
  margin: 0 0 10px;
  color: #2b3437;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.rphs-community-post-cat {
  margin-bottom: 10px;
  color: #586064;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rphs-community-post p {
  margin: 0;
  color: #586064;
  font-size: 16px;
  line-height: 1.55;
}

.rphs-community-post-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  align-items: start;
  gap: 20px;
  min-width: 124px;
  padding-top: 2px;
  text-align: center;
}

.rphs-community-post-stat {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.rphs-community-post-stat strong {
  color: #111827;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.rphs-community-post-stat span {
  color: #6b7280;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rphs-community-notice {
  margin-bottom: 16px;
  padding: 14px 18px;
  border: 1px solid #cfe2ff;
  border-radius: 14px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 700;
}

.rphs-community-join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 34px 32px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: #f8fafc;
}

.rphs-community-join h2 {
  margin: 0 0 10px;
  color: #2b3437;
  font-size: 20px;
}

.rphs-community-join p {
  margin: 0;
  color: #586064;
  font-size: 16px;
}

.rphs-community-detail {
  display: grid;
  gap: 18px;
}

.rphs-community-list-back {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: fit-content;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
}

.rphs-community-list-back span:first-child {
  color: #0c56d0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.rphs-community-list-back:hover,
.rphs-community-list-back:focus {
  background: #f4f7fb;
  color: #1f2937;
}

.rphs-community-detail-card,
.rphs-community-comments {
  padding: 28px 32px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: #fff;
}

.rphs-community-editor {
  padding: 28px 32px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: #fff;
}

.rphs-community-editor-head,
.rphs-community-detail-heading,
.rphs-community-toolbar-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rphs-community-editor-head h1 {
  margin: 0;
  color: #111827;
  font-size: 32px;
}

.rphs-community-editor-cancel,
.rphs-community-detail-button,
.rphs-community-create-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.rphs-community-detail-button.is-secondary,
.rphs-community-editor-cancel {
  background: #eef2ff;
  color: #3751a6;
}

.rphs-community-detail-button.is-danger {
  border: 0;
  background: #ef4444;
  color: #fff;
}

.rphs-community-detail-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rphs-community-detail-actions form {
  margin: 0;
}

.rphs-community-editor-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.rphs-community-editor-form label,
.rphs-community-editor-tags {
  display: grid;
  gap: 8px;
}

.rphs-community-editor-form label span,
.rphs-community-editor-tags legend {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.rphs-community-editor-form input,
.rphs-community-editor-form select,
.rphs-community-editor-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  color: #334155;
  font-size: 14px;
  box-sizing: border-box;
}

.rphs-community-editor-tags {
  padding: 0;
  border: 0;
  margin: 0;
}

.rphs-community-editor-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 14px;
  color: #475569;
  font-size: 14px;
}

.rphs-community-editor-actions {
  display: flex;
  justify-content: flex-end;
}

.rphs-community-editor-actions button {
  min-width: 140px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.rphs-community-detail-breadcrumb {
  margin-bottom: 18px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rphs-community-detail-card h1 {
  margin: 0 0 18px;
  color: #2b3437;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rphs-community-detail-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.rphs-community-detail-author strong {
  display: block;
  color: #2b3437;
  font-size: 15px;
}

.rphs-community-detail-author-meta {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.5;
}

.rphs-community-detail-intro,
.rphs-community-detail-card p {
  color: #586064;
  font-size: 16px;
  line-height: 1.8;
}

.rphs-community-detail-card h2 {
  margin: 28px 0 10px;
  color: #2b3437;
  font-size: 22px;
  line-height: 1.4;
}

.rphs-community-detail-code {
  margin-top: 22px;
  border-radius: 14px;
  overflow: hidden;
  background: #2a3238;
}

.rphs-community-detail-code pre {
  margin: 0;
  padding: 24px 26px;
  overflow: auto;
  color: #d8e2f0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Liberation Mono", Consolas, monospace;
}

.rphs-community-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rphs-community-detail-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f6fb;
  color: #586064;
  font-size: 12px;
  font-weight: 700;
}

.rphs-community-comments h2 {
  margin: 0 0 18px;
  color: #2b3437;
  font-size: 18px;
}

.rphs-community-comment-form {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.rphs-community-comment-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #dfe7ff;
  color: #3b5ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

.rphs-community-comment-box {
  display: grid;
  gap: 10px;
}

.rphs-community-comment-box input,
.rphs-community-comment-box textarea {
  width: 100%;
  min-height: 46px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #475569;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
}

.rphs-community-comment-box button {
  justify-self: end;
  min-width: 110px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: #2f7de1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.rphs-community-comment {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

.rphs-community-comment img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.rphs-community-comment-avatar.is-comment {
  border-radius: 50%;
  font-size: 10px;
}

.rphs-community-comment-head {
  color: #2b3437;
  font-size: 13px;
  font-weight: 700;
}

.rphs-community-comment-head span {
  margin-left: 8px;
  color: #94a3b8;
  font-weight: 500;
}

.rphs-community-comment p {
  margin: 8px 0 0;
  color: #586064;
  font-size: 13px;
  line-height: 1.7;
}

.rphs-community-comment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.rphs-community-comment-actions a,
.rphs-community-comment-actions button {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.rphs-community-comment-actions form {
  margin: 0;
}

.rphs-community-comment-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rphs-community-comment-delete {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ef4444 !important;
}

.rphs-community-comment-children {
  margin-top: 16px;
  padding-left: 16px;
  border-left: 1px solid #e5e7eb;
}

.rphs-community-comment.is-reply {
  padding-top: 16px;
  border-top: 0;
}

.rphs-community-comment-form.is-inline-reply {
  margin-top: 14px;
  margin-bottom: 0;
}

.rphs-community-inline-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.rphs-community-inline-cancel {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.rphs-community-auth-state {
  padding-top: 12px;
}

.rphs-community-auth-card,
.rphs-community-login-card {
  max-width: 520px;
  padding: 24px 28px 28px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: #fff;
}

.rphs-community-auth-card h1,
.rphs-community-login-card h1 {
  margin: 0 0 12px;
  color: #2b3437;
  font-size: 28px;
  line-height: 1.15;
}

.rphs-community-auth-card p {
  margin: 0 0 18px;
  color: #586064;
  font-size: 16px;
  line-height: 1.7;
}

.rphs-community-auth-button,
.rphs-community-login-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  background: #0f7ab8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.rphs-community-login-alert {
  margin-bottom: 28px;
  padding: 14px 16px;
  background: #ffd7d7;
  color: #5b2b2b;
  font-size: 15px;
  line-height: 1.5;
}

.rphs-community-login-form {
  display: grid;
  gap: 14px;
}

.rphs-community-login-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  color: #475569;
  font-size: 16px;
  box-sizing: border-box;
}

.rphs-community-login-form a {
  color: #0c56d0;
  font-size: 14px;
}

.rphs-community-login-form button {
  width: 100%;
  margin-top: 8px;
  border: 0;
}

.rphs-community-avatars {
  display: flex;
  align-items: center;
  gap: 0;
}

.rphs-community-avatars span,
.rphs-community-avatars strong {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border: 3px solid #f8fafc;
  border-radius: 50%;
  background: linear-gradient(135deg, #7dd3fc, #1d4ed8);
}

.rphs-community-avatars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.rphs-community-avatars strong {
  width: 52px;
  border-radius: 20px;
  background: #dfe7ff;
  color: #0c56d0;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rphs-site-footer {
  padding: 32px 160px 28px;
  background: #171a21;
}

.rphs-site-footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.rphs-site-footer-logo {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.rphs-site-footer-meta {
  display: grid;
  gap: 10px;
  margin-top: 0;
  color: #fff;
}

.rphs-site-footer-meta div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.rphs-site-footer-meta strong {
  font-weight: 700;
}

.rphs-site-footer-meta p {
  margin: 0;
  color: #a3a3a3;
  font-size: 18px;
}

.rphs-site-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rphs-site-footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rphs-linkedin-mark {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #ffffff;
  color: #1f2430;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  text-transform: lowercase;
  letter-spacing: -0.06em;
  padding-bottom: 1px;
}

@media (max-width: 1440px) {
  .rphs-docs-layout {
    grid-template-columns: fit-content(40vw) minmax(0, 1fr) 272px;
  }

  .rphs-docs-content {
    padding: 40px 40px 64px;
  }

  .rphs-docs-toc {
    padding: 40px 24px 0 8px;
  }
}

@media (max-width: 1100px) {
  .rphs-docs-layout {
    grid-template-columns: fit-content(45vw) minmax(0, 1fr);
  }

  .rphs-docs-toc {
    display: none;
  }

  .rphs-community-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 960px) {
  .rphs-topbar,
  .rphs-site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rphs-topbar {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    flex-wrap: wrap;
  }

  .rphs-topbar-nav {
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .rphs-docs-layout,
  .rphs-community-layout {
    grid-template-columns: 1fr;
  }

  .rphs-docs-sidebar,
  .rphs-community-sidebar {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .rphs-docs-content,
  .rphs-community-main {
    padding: 24px 20px 40px;
  }

  .rphs-community-hero-copy {
    padding: 40px 24px;
  }

  .rphs-site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .rphs-docs-card-grid,
  .rphs-docs-pager {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rphs-docs-pager > div:last-child,
  .rphs-docs-pager > div:first-child {
    justify-content: stretch;
  }

  .rphs-docs-pager-card {
    max-width: none;
  }

  .rphs-community-post {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .rphs-community-post-meta {
    grid-column: 2;
    justify-items: start;
    grid-auto-flow: column;
  }
}

@media (max-width: 760px) {
  body.rphs-docs-page,
  body.rphs-community-page {
    overflow-x: hidden;
  }

  html,
  body.rphs-docs-page,
  body.rphs-community-page {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body.rphs-docs-page::-webkit-scrollbar,
  body.rphs-community-page::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .rphs-page-shell {
    min-width: 0;
  }

  .rphs-topbar {
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    padding: max(20px, env(safe-area-inset-top)) 20px 18px;
  }

  .rphs-topbar > * {
    min-width: 0;
  }

  .rphs-topbar-brand {
    width: 100%;
    max-width: 100%;
    color: #252734;
    font-size: clamp(22px, 5.8vw, 24px);
    line-height: 1.14;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .rphs-search {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rphs-search-docs,
  .rphs-search-community {
    width: 100%;
    max-width: 432px;
    height: 44px;
    box-sizing: border-box;
  }

  .rphs-topbar > .rphs-search-docs {
    display: none;
  }

  .rphs-topbar-community > .rphs-community-actions {
    display: none;
  }

  .rphs-community-actions {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .rphs-search input[type="text"] {
    font-size: 16px;
    line-height: 1.4;
  }

  .rphs-topbar-nav {
    order: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-content: stretch;
    width: 100%;
    margin-right: 0;
    gap: 0;
    flex: none;
  }

  .rphs-topbar-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.25;
    white-space: nowrap;
    min-width: 0;
    text-align: center;
  }

  .rphs-docs-layout,
  .rphs-community-layout {
    min-height: 0;
  }

  .rphs-docs-sidebar,
  .rphs-community-sidebar {
    width: 100%;
    box-sizing: border-box;
  }

  .rphs-topbar-docs,
  .rphs-topbar-community {
    align-items: center;
  }

  .rphs-topbar-docs .rphs-topbar-brand,
  .rphs-topbar-community .rphs-topbar-brand {
    flex: 1 1 auto;
    width: auto;
    order: 2;
    padding-right: 8px;
  }

  .rphs-docs-mobile-menu-button,
  .rphs-community-mobile-menu-button {
    order: 1;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .rphs-docs-mobile-menu-button::before,
  .rphs-docs-mobile-menu-button::after,
  .rphs-community-mobile-menu-button::before,
  .rphs-community-mobile-menu-button::after {
    content: none !important;
    display: none !important;
  }

  .rphs-docs-mobile-menu-button span,
  .rphs-community-mobile-menu-button span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #1f2937 !important;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .rphs-docs-mobile-menu-button span:nth-child(1),
  .rphs-community-mobile-menu-button span:nth-child(1) {
    transform: translateY(-6px);
  }

  .rphs-docs-mobile-menu-button span:nth-child(3),
  .rphs-community-mobile-menu-button span:nth-child(3) {
    transform: translateY(6px);
  }

  body.rphs-docs-menu-is-open .rphs-docs-mobile-menu-button span:nth-child(1),
  body.rphs-community-menu-is-open .rphs-community-mobile-menu-button span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.rphs-docs-menu-is-open .rphs-docs-mobile-menu-button span:nth-child(2),
  body.rphs-community-menu-is-open .rphs-community-mobile-menu-button span:nth-child(2) {
    opacity: 0;
  }

  body.rphs-docs-menu-is-open .rphs-docs-mobile-menu-button span:nth-child(3),
  body.rphs-community-menu-is-open .rphs-community-mobile-menu-button span:nth-child(3) {
    transform: rotate(-45deg);
  }

  body.rphs-docs-menu-is-open .rphs-docs-mobile-menu-button,
  body.rphs-community-menu-is-open .rphs-community-mobile-menu-button {
    opacity: 0;
    pointer-events: none;
  }

  .rphs-topbar-docs .rphs-search-docs,
  .rphs-topbar-community .rphs-community-actions {
    order: 2;
    max-width: none;
  }

  body.rphs-docs-menu-is-open,
  body.rphs-community-menu-is-open {
    overflow: hidden;
  }

  .rphs-docs-sidebar,
  .rphs-community-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 130;
    width: min(84vw, 320px);
    max-width: 320px;
    height: 100vh;
    padding: max(24px, env(safe-area-inset-top)) 16px 22px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #e2e8f0;
    border-bottom: 0;
    background: #ffffff;
    box-shadow: 18px 0 42px rgba(15, 23, 42, 0.22);
    transform: translateX(-105%);
    transition: transform 220ms ease;
    -webkit-overflow-scrolling: touch;
  }

  body.rphs-docs-menu-is-open .rphs-docs-sidebar,
  body.rphs-community-menu-is-open .rphs-community-sidebar {
    transform: translateX(0);
  }

  .rphs-docs-mobile-backdrop,
  .rphs-community-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: block !important;
    width: 100vw;
    height: 100vh;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: rgba(15, 23, 42, 0.5) !important;
    box-shadow: none !important;
    opacity: 0;
    pointer-events: none;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: opacity 180ms ease;
  }

  .rphs-docs-mobile-backdrop::before,
  .rphs-docs-mobile-backdrop::after,
  .rphs-community-mobile-backdrop::before,
  .rphs-community-mobile-backdrop::after {
    content: none !important;
    display: none !important;
  }

  body.rphs-docs-menu-is-open .rphs-docs-mobile-backdrop,
  body.rphs-community-menu-is-open .rphs-community-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .rphs-docs-mobile-drawer-head,
  .rphs-community-mobile-drawer-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 18px 12px;
    align-items: start;
    margin: 0 0 28px;
  }

  .rphs-docs-mobile-drawer-title,
  .rphs-community-mobile-drawer-title {
    color: #111827;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .rphs-docs-mobile-close,
  .rphs-community-mobile-close {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 48px;
    height: 48px;
    margin: -7px 10px 0 0;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .rphs-docs-mobile-close::before,
  .rphs-docs-mobile-close::after,
  .rphs-community-mobile-close::before,
  .rphs-community-mobile-close::after {
    content: none !important;
    display: none !important;
  }

  .rphs-docs-mobile-close span,
  .rphs-community-mobile-close span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #374151 !important;
  }

  .rphs-docs-mobile-close span:nth-child(1),
  .rphs-community-mobile-close span:nth-child(1) {
    transform: rotate(45deg);
  }

  .rphs-docs-mobile-close span:nth-child(2),
  .rphs-community-mobile-close span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .rphs-docs-drawer-search,
  .rphs-community-drawer-search {
    grid-column: 1 / -1;
    order: initial !important;
    width: 100% !important;
    max-width: none !important;
    height: 48px;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: #f2f5fb;
  }

  .rphs-docs-nav-tree {
    min-width: 0;
    width: 100%;
  }

  .rphs-docs-group,
  .rphs-docs-subgroup,
  .rphs-docs-nav-items {
    min-width: 0;
  }

  .rphs-docs-group-link,
  .rphs-docs-subgroup-title,
  .rphs-docs-nav-item {
    width: 100%;
    box-sizing: border-box;
  }

  .rphs-docs-nav-items.is-nested {
    margin-left: 8px;
    padding-left: 8px;
  }

  .rphs-docs-version {
    margin-top: 22px;
    white-space: normal;
  }

  .rphs-docs-content,
  .rphs-community-main {
    padding: 24px 18px 40px;
  }

  .rphs-docs-article h1 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .rphs-docs-markdown h2,
  .rphs-docs-section h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .rphs-docs-markdown-code,
  .rphs-docs-table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }

  .rphs-search-popup {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 48px);
    padding: 18px;
  }

  .rphs-community-sidebar {
    padding: 28px 0 26px;
  }

  .rphs-community-mobile-drawer-head {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .rphs-community-side-block,
  .rphs-community-side-links {
    padding: 0 20px;
  }

  .rphs-community-side-block > a,
  .rphs-community-side-links a,
  .rphs-community-topic-link,
  .rphs-community-category,
  .rphs-community-tag {
    font-size: 17px;
  }

  .rphs-community-category,
  .rphs-community-tag {
    border-radius: 8px;
  }

  .rphs-community-hero {
    min-height: 360px;
    border-radius: 18px;
  }

  .rphs-community-hero-copy {
    max-width: none;
    padding: 42px 24px;
  }

  .rphs-community-hero-copy h1 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .rphs-community-hero-copy p {
    font-size: 17px;
  }

  .rphs-community-toolbar,
  .rphs-community-toolbar-left,
  .rphs-community-toolbar-selects,
  .rphs-community-toolbar-tabs,
  .rphs-community-toolbar-filter,
  .rphs-community-join,
  .rphs-community-editor-head,
  .rphs-community-detail-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .rphs-community-toolbar {
    gap: 16px;
  }

  .rphs-community-toolbar-left,
  .rphs-community-toolbar-selects,
  .rphs-community-toolbar-tabs {
    gap: 12px;
  }

  .rphs-community-toolbar-tabs {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .rphs-community-toolbar-filter {
    margin-left: 0;
  }

  .rphs-community-toolbar-selects .rphs-community-select {
    min-width: 0;
  }

  .rphs-community-post {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
    border-radius: 12px;
  }

  .rphs-community-post-avatar {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 20px;
  }

  .rphs-community-post h2 {
    font-size: 18px;
    line-height: 1.32;
  }

  .rphs-community-post p {
    font-size: 15px;
  }

  .rphs-community-post-meta {
    grid-column: 1 / -1;
    grid-auto-flow: column;
    justify-content: flex-start;
    min-width: 0;
    gap: 20px;
    padding-left: 56px;
  }

  .rphs-community-detail-card,
  .rphs-community-comments,
  .rphs-community-editor,
  .rphs-community-auth-card,
  .rphs-community-login-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .rphs-community-list-back {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    margin: -8px 0 2px;
    padding: 0 18px;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
  }

  .rphs-community-comment-row,
  .rphs-community-comment-form {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .rphs-site-footer {
    padding: 28px 20px;
  }

  .rphs-site-footer-meta div,
  .rphs-site-footer-meta p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .rphs-topbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rphs-topbar-brand {
    font-size: 22px;
  }

  .rphs-topbar-nav a {
    font-size: 16px;
  }

  .rphs-docs-content,
  .rphs-community-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rphs-docs-article h1,
  .rphs-community-editor-head h1,
  .rphs-community-auth-card h1,
  .rphs-community-login-card h1 {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  .rphs-docs-layout,
  .rphs-docs-layout > *,
  .rphs-docs-content,
  .rphs-docs-article,
  .rphs-docs-breadcrumb,
  .rphs-docs-admonition,
  .rphs-docs-table-wrap,
  .rphs-docs-pager,
  .rphs-docs-pager > *,
  .rphs-docs-pager-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rphs-docs-layout,
  .rphs-docs-content {
    width: 100%;
    overflow-x: clip;
  }

  .rphs-docs-breadcrumb {
    flex-wrap: wrap;
  }

  .rphs-docs-article h1,
  .rphs-docs-markdown h2,
  .rphs-docs-markdown h3,
  .rphs-docs-markdown h4,
  .rphs-docs-markdown p,
  .rphs-docs-markdown li,
  .rphs-docs-admonition,
  .rphs-docs-admonition p,
  .rphs-docs-table th,
  .rphs-docs-table td {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .rphs-docs-admonition {
    padding: 18px 16px;
  }

  .rphs-docs-table {
    width: 100%;
    table-layout: fixed;
  }

  .rphs-docs-markdown table {
    width: 100% !important;
    max-width: 100%;
    table-layout: fixed;
  }

  .rphs-docs-table th,
  .rphs-docs-table td,
  .rphs-docs-markdown table th,
  .rphs-docs-markdown table td {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 760px) {
  .rphs-docs-sidebar {
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
  }

  .rphs-docs-nav-tree {
    min-width: max-content;
    width: max-content;
  }

  .rphs-docs-group,
  .rphs-docs-subgroup,
  .rphs-docs-nav-items {
    min-width: max-content;
  }

  .rphs-docs-group-link,
  .rphs-docs-subgroup-title,
  .rphs-docs-nav-item {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
}
