.rg-case-empty-local-page {
  margin: 0;
  padding-top: 36px;
  padding-bottom: 88px;
  background:
    linear-gradient(180deg, #f4f5f8 0%, #eceff5 100%);
}

.rg-case-empty-local-page .case-hero-hrx {
  --hrx-wave-color: transparent;
}

.rg-case-empty-local-page .case-wrap--hero-hrx + .showcase-section,
.rg-case-empty-local-page .case-wrap--hero-hrx + .rg-case-empty-local-stage,
.rg-case-empty-local-page .rg-case-empty-local-stage {
  margin-top: 20px;
}

.rg-case-empty-local-page .showcase-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0;
  border-radius: 36px;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .showcase-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-case-canon-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-case-canon-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-case-faq-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-case-faq-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-case-faq-section .case-section {
  margin-top: 0;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq {
  padding: 0;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__container {
  max-width: none;
  margin: 0;
  padding: 0;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__heading {
  max-width: 880px;
  margin: 0 0 24px;
  text-align: left;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(111, 103, 245, 0.22);
  border-radius: 999px;
  color: #6f67f5;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 800;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(71, 85, 105, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__groups {
  display: grid;
  gap: 22px;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group {
  display: grid;
  grid-template-columns: minmax(340px, 390px) minmax(0, 1fr);
  gap: 34px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-intro {
  padding: 8px 0 0;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-title {
  margin: 0;
  color: #24324a;
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-description {
  max-width: 100%;
  margin: 18px 0 0;
  color: rgba(71, 85, 105, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-items {
  display: grid;
  gap: 14px;
  width: min(100%, 600px);
  margin-left: auto;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__item {
  overflow: hidden;
  border: none;
  border-radius: 22px;
  background: #f7f8ff;
  box-shadow: 0 12px 30px rgba(148, 163, 184, 0.18);
  transition: box-shadow 0.32s ease;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__item[open] {
  box-shadow: 0 18px 42px rgba(111, 103, 245, 0.12);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 22px;
  cursor: pointer;
  list-style: none;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__question::-webkit-details-marker {
  display: none;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__question-text {
  color: #0f172a;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6f67f5;
  box-shadow: 0 12px 24px rgba(111, 103, 245, 0.22);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__icon::before,
.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__icon::before {
  width: 12px;
  height: 2px;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__icon::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.22s ease;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__item[open] .rg-case-faq__icon::after {
  opacity: 0;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__answer {
  height: 0;
  overflow: clip;
  padding: 0 22px;
  opacity: 0;
  will-change: height, opacity;
  transition:
    height 0.56s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.24s ease;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__item[open] .rg-case-faq__answer {
  opacity: 1;
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__answer-inner {
  max-width: 760px;
  padding: 0 0 22px;
  color: rgba(51, 65, 85, 0.9);
  font-size: 15px;
  line-height: 1.72;
  transform: translateY(-8px);
  transition: transform 0.56s cubic-bezier(0.32, 0.72, 0, 1);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__item[open] .rg-case-faq__answer-inner {
  transform: translateY(0);
}

.rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__answer-inner p {
  margin: 0;
}

.rg-case-empty-local-page .rg-case-proof-wrap {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-case-proof-wrap {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-section {
  margin-top: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-section__head {
  margin-bottom: 12px;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-section__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-proof__head-tools {
  margin-left: auto;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-proof-card figcaption {
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-wrap: pretty;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-proof-card {
  text-align: left;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-proof-card__zoom {
  text-align: left;
}

.rg-case-empty-local-page .rg-case-proof-wrap .case-proof-card img {
  object-position: left top;
}

.rg-case-proof-wrap__acc {
  margin-top: 12px;
}

.rg-case-proof-wrap__acc .case-acc__panel {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.rg-case-proof-wrap__acc .case-acc__summary {
  padding: 14px 16px;
  font-weight: 1000;
  background: rgba(15, 23, 42, 0.02);
}

.rg-case-empty-local-page .rg-case-contact-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-case-contact-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 472px);
  gap: 28px;
  align-items: start;
}

.rg-case-contact__copy {
  padding: 24px 0 0;
}

.rg-case-contact__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.rg-case-contact__title span {
  color: #8a96ac;
}

.rg-case-contact__lead {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 20px;
  line-height: 1.7;
}

.rg-case-contact__list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 36px 0 0;
  padding: 0;
}

.rg-case-contact__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.rg-case-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 0;
  background: #ffffff;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 14px 28px rgba(17, 23, 38, 0.12);
}

.rg-case-contact__icon i {
  font-size: 18px;
  line-height: 1;
}

.rg-case-contact__icon--office {
  color: #35c3a2;
}

.rg-case-contact__icon--mail {
  color: #6f8fd8;
}

.rg-case-contact__icon--phone {
  color: #8b6ee8;
}

.rg-case-contact__item-copy strong,
.rg-case-contact__item-copy span {
  display: block;
}

.rg-case-contact__item-copy strong {
  margin-bottom: 4px;
  color: #11b482;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.rg-case-contact__item-copy span {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.5;
}

.rg-case-contact__card {
  padding: 28px 28px 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 28px 56px rgba(17, 23, 38, 0.1);
}

.rg-case-contact__card-title {
  margin: 0;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
}

.rg-case-contact__card-subtitle,
.rg-case-contact__fallback {
  margin: 14px 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 17px;
  line-height: 1.65;
}

.rg-case-contact__fallback a {
  color: #0f172a;
  font-weight: 700;
}

.rg-case-contact__card .wpcf7 {
  margin: 24px 0 0;
}

.rg-case-contact__card .wpcf7 form {
  margin: 0;
}

.rg-case-contact__card .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.rg-case-contact__card .wpcf7-form p {
  margin: 0;
}

.rg-case-contact__card .wpcf7-form br {
  display: none;
}

.rg-case-contact__card .wpcf7-form .input-line {
  margin: 0 0 18px;
}

.rg-case-contact__card .wpcf7-form .input-line input,
.rg-case-contact__card .wpcf7-form .input-line textarea {
  width: 100%;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 0;
  background: transparent;
  color: #0f172a;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
}

.rg-case-contact__card .wpcf7-form .input-line input::placeholder,
.rg-case-contact__card .wpcf7-form .input-line textarea::placeholder {
  color: rgba(15, 23, 42, 0.5);
}

.rg-case-contact__card .wpcf7-form .input-line textarea {
  min-height: 96px;
  resize: vertical;
}

.rg-case-contact__card .wpcf7-form .input-line input:focus,
.rg-case-contact__card .wpcf7-form .input-line textarea:focus {
  border-bottom-color: rgba(15, 23, 42, 0.74);
}

.rg-case-contact__card .wpcf7-form .consent-line {
  margin: 2px 0 0;
}

.rg-case-contact__card .wpcf7-form .consent-line .wpcf7-list-item {
  margin: 0;
}

.rg-case-contact__card .wpcf7-form .consent-line label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(15, 23, 42, 0.64);
  font-size: 13px;
  line-height: 1.55;
}

.rg-case-contact__card .wpcf7-form .consent-line input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 3px 0 0;
}

.rg-case-contact__card .wpcf7-form .consent-line a {
  color: #0f172a;
  font-weight: 700;
}

.rg-case-contact__card .wpcf7-form .wpcf7-submit,
.rg-case-contact__card .wpcf7-form input.touch__btn[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 22px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #aeb9cd 0%, #9aa8c1 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(154, 168, 193, 0.28);
  cursor: pointer;
}

.rg-case-contact__card .wpcf7-form .wpcf7-submit:hover,
.rg-case-contact__card .wpcf7-form input.touch__btn[type="submit"]:hover {
  filter: brightness(1.03);
}

.rg-case-contact__card .wpcf7-not-valid-tip,
.rg-case-contact__card .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.rg-case-canon {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  background: #f7f7f8;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 23, 38, 0.1);
}

.rg-case-canon__aside {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 28px;
  background: linear-gradient(180deg, #0d2743 0%, #123558 100%);
}

.rg-case-canon__avatar {
  width: 100%;
  height: 240px;
  margin: 0 0 22px;
  border-radius: 28px 18px 18px 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.rg-case-canon__avatar-core {
  width: 100%;
  height: 100%;
  clip-path: inherit;
  background:
    radial-gradient(circle at 46% 28%, rgba(255, 255, 255, 0.82) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.28) 0 22%, transparent 23%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #6c7f92 0%, #c4ced8 50%, #6d7d8c 100%);
}

.rg-case-canon__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rg-case-canon__group + .rg-case-canon__group {
  margin-top: 28px;
}

.rg-case-canon__aside-visual {
  margin-top: auto;
  width: 100%;
  height: 260px;
  border-radius: 18px 18px 18px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.rg-case-canon__aside-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rg-case-canon__group-title {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.rg-case-canon__group-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.rg-case-canon__text,
.rg-case-canon__note {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.rg-case-canon__facts {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.rg-case-canon__facts li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  line-height: 1.45;
}

.rg-case-canon__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.rg-case-canon__facts strong {
  font-weight: 800;
}

.rg-case-canon__bars {
  display: grid;
  gap: 12px;
}

.rg-case-canon__bar {
  display: grid;
  gap: 7px;
}

.rg-case-canon__bar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rg-case-canon__bar-head span,
.rg-case-canon__bar-head strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
}

.rg-case-canon__bar-head span {
  opacity: 0.96;
}

.rg-case-canon__bar-head strong {
  font-weight: 800;
  white-space: nowrap;
}

.rg-case-canon__bar-track {
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.rg-case-canon__bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.92);
}

.rg-case-canon__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}

.rg-case-canon__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: none;
}

.rg-case-canon__main {
  padding: 28px 24px 26px;
}

.rg-case-canon__aside {
  background:
    radial-gradient(circle at top left, rgba(211, 202, 255, 0.18) 0%, rgba(211, 202, 255, 0) 34%),
    linear-gradient(180deg, #3b3f7b 0%, #4b4ea0 44%, #5a467f 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 52px rgba(58, 48, 113, 0.22),
    0 12px 24px rgba(51, 57, 107, 0.18);
}

.rg-case-canon__hero {
  padding: 22px 20px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(214, 206, 255, 0.28) 0%, rgba(214, 206, 255, 0) 36%),
    linear-gradient(135deg, #4d52a3 0%, #6459b3 46%, #454a83 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 24px 44px rgba(64, 58, 128, 0.24),
    0 10px 22px rgba(56, 61, 109, 0.18);
}

.rg-case-canon__title {
  margin: 0;
  color: #fff5ec;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.rg-case-canon__lead {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
}

.rg-case-canon__block {
  margin-top: 20px;
}

.rg-case-canon__block-title {
  margin: 0 0 14px;
  padding: 10px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #31343d 0%, #2b2f37 100%);
  color: #fff5ec;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rg-case-canon__timeline {
  position: relative;
}

.rg-case-canon__step {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 20px;
}

.rg-case-canon__step:last-child {
  padding-bottom: 0;
}

.rg-case-canon__step::before {
  content: "";
  position: absolute;
  left: 118px;
  top: 0;
  bottom: -9px;
  width: 1px;
  background: #d7dbe3;
}

.rg-case-canon__step:last-child::before {
  display: none;
}

.rg-case-canon__step-meta {
  position: relative;
  color: #677487;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  padding-top: 1px;
  padding-right: 26px;
}

.rg-case-canon__step-meta::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2f3136;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #2f3136;
}

.rg-case-canon__step-body h4 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.rg-case-canon__step-body p {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.rg-case-canon__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rg-case-canon__result {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 14px 30px rgba(17, 23, 38, 0.06);
}

.rg-case-canon__result strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
}

.rg-case-canon__result span {
  display: block;
  color: rgba(15, 23, 42, 0.7);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rg-case-canon__note {
  margin-top: 14px;
}

.rg-case-empty-local-page .showcase-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
}

.rg-case-empty-local-page .card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(17, 23, 38, 0.12);
}

.rg-case-empty-local-page .profile-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px 18px 18px;
}

.rg-case-empty-local-page .profile-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 14px;
  padding: 8px 0 2px;
}

.rg-case-empty-local-page .profile-badge {
  display: block;
  width: 100%;
  height: 196px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.rg-case-empty-local-page .profile-core {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(135deg, #6750ff 0%, #b84dff 52%, #ff61c7 100%);
  box-shadow:
    inset 0 0 0 6px rgba(34, 17, 78, 0.28),
    0 10px 30px rgba(200, 85, 255, 0.22);
}

.rg-case-empty-local-page .profile-core-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.rg-case-empty-local-page .badge-label {
  padding: 9px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #4be0ff 0%, #d553ff 100%);
  box-shadow: 0 10px 26px rgba(197, 81, 255, 0.28);
}

.rg-case-empty-local-page .profile-progress-list,
.rg-case-empty-local-page .content-area,
.rg-case-empty-local-page .event-list {
  display: grid;
  gap: 12px;
}

.rg-case-empty-local-page .task-card {
  padding: 14px 14px 12px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 23, 38, 0.08);
}

.rg-case-empty-local-page .task-card__head,
.rg-case-empty-local-page .task-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rg-case-empty-local-page .task-title,
.rg-case-empty-local-page .stat-label,
.rg-case-empty-local-page .banner-kicker,
.rg-case-empty-local-page .event-copy span,
.rg-case-empty-local-page .event-time span,
.rg-case-empty-local-page .task-subtitle,
.rg-case-empty-local-page .task-foot span {
  margin: 0;
  color: rgba(15, 23, 42, 0.58);
}

.rg-case-empty-local-page .task-title {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 3px;
  font-weight: 700;
}

.rg-case-empty-local-page .task-subtitle,
.rg-case-empty-local-page .task-foot span {
  font-size: 11px;
}

.rg-case-empty-local-page .task-value,
.rg-case-empty-local-page .task-foot strong {
  font-size: 13px;
  color: #0f172a;
  white-space: nowrap;
}

.rg-case-empty-local-page .progress-line {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 12px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
}

.rg-case-empty-local-page .progress-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #41d8ff 0%, #cb50ff 100%);
  box-shadow: 0 6px 14px rgba(203, 80, 255, 0.28);
}

.rg-case-empty-local-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rg-case-empty-local-page .stat-card {
  min-height: 126px;
  padding: 18px 22px 22px;
}

.rg-case-empty-local-page .stat-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 15px;
  color: #5b21b6;
  background: #fff;
  box-shadow: 0 12px 24px rgba(139, 92, 246, 0.12);
}

.rg-case-empty-local-page .stat-icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
}

.rg-case-empty-local-page .stat-icon i {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
}

.rg-case-empty-local-page .content-area > .stats-grid .stat-card:nth-child(1) .stat-icon {
  color: #4f46e5;
}

.rg-case-empty-local-page .content-area > .stats-grid .stat-card:nth-child(2) .stat-icon {
  color: #7c3aed;
}

.rg-case-empty-local-page .content-area > .stats-grid .stat-card:nth-child(3) .stat-icon {
  color: #9333ea;
}

.rg-case-empty-local-page .stat-label {
  font-size: 14px;
  line-height: 1.3;
}

.rg-case-empty-local-page .stat-value {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.rg-case-empty-local-page .banner-card {
  height: clamp(240px, 30vw, 360px);
  min-height: 0;
  overflow: hidden;
}

.rg-case-empty-local-page .banner-media,
.rg-case-empty-local-page .banner-media img {
  width: 100%;
  height: 100%;
}

.rg-case-empty-local-page .banner-media img,
.rg-case-empty-local-page .event-thumb {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.rg-case-empty-local-page .banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 30px;
  background:
    linear-gradient(90deg, rgba(11, 13, 32, 0.28) 0%, rgba(11, 13, 32, 0.05) 38%, rgba(11, 13, 32, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.rg-case-empty-local-page .banner-copy {
  flex: 1 1 auto;
  max-width: 480px;
}

.rg-case-empty-local-page .banner-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.rg-case-empty-local-page .banner-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.72);
}

.rg-case-empty-local-page .banner-users {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 96px;
}

.rg-case-empty-local-page .banner-users img {
  width: 54px;
  height: 54px;
  margin-left: -14px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.rg-case-empty-local-page .banner-users img:first-child {
  margin-left: 0;
}

.rg-case-empty-local-page .event-list-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.rg-case-empty-local-page .event-list {
  margin: 0;
  padding: 0;
  gap: 16px;
}

.rg-case-empty-local-page .event-row {
  width: 100%;
  padding: 12px 16px 12px 12px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: #0f172a;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 34px rgba(17, 23, 38, 0.1);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.rg-case-empty-local-page .event-row:hover,
.rg-case-empty-local-page .event-row.is-active {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 23, 38, 0.12);
}

.rg-case-empty-local-page .event-thumb {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

.rg-case-empty-local-page .event-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(139, 92, 246, 0.12), 0 2px 8px rgba(17, 23, 38, 0.06);
}

.rg-case-empty-local-page .event-badge::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
}

.rg-case-empty-local-page .event-badge i {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
}

.rg-case-empty-local-page .event-badge--signals {
  color: #4f46e5;
}

.rg-case-empty-local-page .event-badge--calls {
  color: #9333ea;
}

.rg-case-empty-local-page .event-copy {
  min-width: 0;
}

.rg-case-empty-local-page .event-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 16px;
}

.rg-case-empty-local-page .event-copy span,
.rg-case-empty-local-page .event-time span {
  font-size: 12px;
}

.rg-case-empty-local-page .event-time {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.rg-case-empty-local-page .event-time strong {
  color: #0f172a;
  font-size: 18px;
}

.rg-case-empty-local-page .floating-action {
  display: none;
}

.rg-case-empty-local-page .floating-action span,
.rg-case-empty-local-page .floating-action span::before,
.rg-case-empty-local-page .floating-action span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
  transform: translate(-50%, -50%);
}

.rg-case-empty-local-page .floating-action span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rg-case-empty-local-page .floating-action span::after {
  width: 2px;
  height: 20px;
}

.rg-case-empty-local-page .rg-case-empty-local-fallback {
  width: min(840px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 24px;
}

.rg-case-empty-local-page .rg-case-empty-local-fallback__inner {
  border-radius: 28px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 23, 38, 0.1);
}

@media (max-width: 1180px) {
  .rg-case-empty-local-page .showcase-grid {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .profile-card {
    padding: 24px;
  }

  .rg-case-empty-local-page .profile-progress-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .rg-case-empty-local-page {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .rg-case-empty-local-page .showcase-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
    padding: 20px 0;
    border-radius: 26px;
  }

  .rg-case-empty-local-page .stats-grid {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .banner-card {
    height: 300px;
  }

  .rg-case-empty-local-page .banner-overlay {
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .rg-case-empty-local-page .banner-users {
    justify-content: flex-start;
  }

  .rg-case-empty-local-page .event-row {
    grid-template-columns: 56px 1fr;
  }

  .rg-case-empty-local-page .event-time {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
    padding-left: 72px;
  }
}

@media (max-width: 640px) {
  .rg-case-empty-local-page .card {
    border-radius: 22px;
  }

  .rg-case-empty-local-page .profile-progress-list {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .profile-badge {
    width: 132px;
    height: 132px;
    padding: 8px;
  }

  .rg-case-empty-local-page .profile-core {
    width: 100%;
    height: 100%;
  }

  .rg-case-empty-local-page .stat-card {
    min-height: auto;
  }

  .rg-case-empty-local-page .banner-card {
    height: 240px;
  }

  .rg-case-empty-local-page .banner-overlay {
    gap: 20px;
    padding: 20px;
  }

  .rg-case-empty-local-page .banner-copy h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

}

.rg-case-empty-local-page .rg-factory-dashboard-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-factory-dashboard-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-cv-clone-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-cv-clone-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-cv-clone,
.rg-case-empty-local-page .rg-cv-clone * {
  box-sizing: border-box;
}

.rg-case-empty-local-page .rg-cv-clone {
  padding: 24px 0 8px;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: #3c3c3c;
}

.rg-case-empty-local-page .rg-cv-clone__paper {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 42px 44px 38px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.rg-case-empty-local-page .rg-cv-clone__header {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
}

.rg-case-empty-local-page .rg-cv-clone__name {
  margin: 0;
  color: #333333;
  font-size: 38px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-cv-clone__role {
  margin: 18px 0 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-cv-clone__contacts {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.rg-case-empty-local-page .rg-cv-clone__contact-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  color: #575757;
  font-size: 13px;
  line-height: 1.35;
}

.rg-case-empty-local-page .rg-cv-clone__icon {
  display: block;
  width: 14px;
  height: 14px;
  color: #3c3c3c;
}

.rg-case-empty-local-page .rg-cv-clone__section {
  margin-top: 12px;
}

.rg-case-empty-local-page .rg-cv-clone__divider {
  position: relative;
  height: 1px;
  margin: 0 0 22px;
  background: #d9d9d9;
}

.rg-case-empty-local-page .rg-cv-clone__divider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 3px;
  background: #5a5a5a;
}

.rg-case-empty-local-page .rg-cv-clone__section-title {
  margin: 0 0 18px;
  color: #404040;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-cv-clone__about {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
}

.rg-case-empty-local-page .rg-cv-clone__experience-list {
  display: grid;
  gap: 22px;
}

.rg-case-empty-local-page .rg-cv-clone__experience-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: start;
}

.rg-case-empty-local-page .rg-cv-clone__date {
  padding-top: 2px;
  color: #444444;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

.rg-case-empty-local-page .rg-cv-clone__job-title {
  margin: 0 0 4px;
  color: #464646;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-cv-clone__company {
  margin: 0 0 10px;
  color: #555555;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.rg-case-empty-local-page .rg-cv-clone__text {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
}

.rg-case-empty-local-page .rg-resume-layout-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-resume-layout-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-resume-layout,
.rg-case-empty-local-page .rg-resume-layout *,
.rg-case-empty-local-page .rg-resume-layout *::before,
.rg-case-empty-local-page .rg-resume-layout *::after {
  box-sizing: border-box;
}

.rg-case-empty-local-page .rg-resume-layout {
  padding: 24px 0 8px;
  background: transparent;
}

.rg-case-empty-local-page .rg-resume-layout__page {
  width: 100%;
  margin: 0 auto;
  padding: 36px 54px 42px;
  background: #efefec;
  border-radius: 30px;
  color: #3d3d3b;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 42px rgba(15, 23, 42, 0.08);
}

.rg-case-empty-local-page .rg-resume-layout__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d2cc;
}

.rg-case-empty-local-page .rg-resume-layout__name {
  margin: 0;
  color: #373737;
  font-size: 32px;
  line-height: 1.02;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
}

.rg-case-empty-local-page .rg-resume-layout__sub {
  margin: 12px 0 0;
  color: #7a7a74;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.rg-case-empty-local-page .rg-resume-layout__lead {
  max-width: 560px;
  margin: 14px 0 0;
  color: #676762;
  font-size: 14px;
  line-height: 1.5;
}

.rg-case-empty-local-page .rg-resume-layout__avatar {
  width: 520px;
  height: 128px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid #d0d0cb;
  border-radius: 18px;
  background: #ecece8;
}

.rg-case-empty-local-page .rg-resume-layout__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rg-case-empty-local-page .rg-resume-layout__section {
  padding: 20px 0 10px;
  border-top: 1px solid #d2d2cc;
}

.rg-case-empty-local-page .rg-resume-layout__section:first-of-type {
  padding-top: 16px;
  border-top: 0;
}

.rg-case-empty-local-page .rg-resume-layout__section-grid {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 18px;
  align-items: start;
}

.rg-case-empty-local-page .rg-resume-layout__section-title {
  margin: 0;
  color: #434343;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rg-case-empty-local-page .rg-resume-layout__entries {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rg-case-empty-local-page .rg-resume-layout__entry {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 16px;
  align-items: start;
}

.rg-case-empty-local-page .rg-resume-layout__meta-title {
  margin: 0 0 4px;
  color: #444444;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-resume-layout__meta-time {
  margin: 0;
  color: #696964;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.rg-case-empty-local-page .rg-resume-layout__content {
  position: relative;
  padding-left: 13px;
}

.rg-case-empty-local-page .rg-resume-layout__content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8f8f8b;
}

.rg-case-empty-local-page .rg-resume-layout__content-title {
  margin: 0 0 4px;
  color: #414141;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.rg-case-empty-local-page .rg-resume-layout__content-title a {
  color: #414141;
  text-decoration: none;
}

.rg-case-empty-local-page .rg-resume-layout__content-text {
  margin: 0;
  color: #555551;
  font-size: 15px;
  line-height: 1.7;
}

.rg-case-empty-local-page .rg-factory-dashboard {
  --page-bg-start: #f4f5f8;
  --page-bg-end: #eceff5;
  --surface-1: #152062;
  --surface-2: #1b2878;
  --text-main: #0f172a;
  --text-soft: rgba(15, 23, 42, 0.62);
  --text-muted: rgba(15, 23, 42, 0.46);
  --amber: #ffd15c;
  --panel-shadow: 0 24px 50px rgba(17, 23, 38, 0.12);
  color: var(--text-main);
}

.rg-case-empty-local-page .rg-factory-dashboard *,
.rg-case-empty-local-page .rg-factory-dashboard *::before,
.rg-case-empty-local-page .rg-factory-dashboard *::after {
  box-sizing: border-box;
}

.rg-case-empty-local-page .rg-factory-dashboard a,
.rg-case-empty-local-page .rg-factory-dashboard button {
  font: inherit;
  color: inherit;
}

.rg-case-empty-local-page .rg-factory-dashboard .dashboard {
  position: relative;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.rg-case-empty-local-page .rg-factory-dashboard .dashboard::before {
  display: none;
}

.rg-case-empty-local-page .rg-factory-dashboard .dashboard::after {
  display: none;
}

.rg-case-empty-local-page .rg-factory-dashboard .stats-grid,
.rg-case-empty-local-page .rg-factory-dashboard .machines-grid,
.rg-case-empty-local-page .rg-factory-dashboard .bottom-grid {
  position: relative;
  z-index: 1;
}

.rg-case-empty-local-page .rg-factory-dashboard .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
  padding-bottom: 28px;
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-card {
  min-width: 0;
  min-height: 126px;
  padding: 18px 22px 22px;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--panel-shadow);
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-value {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--text-main);
  font-size: inherit;
  letter-spacing: normal;
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-value strong {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-value span {
  padding-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-change {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-change.up {
  color: #ff73b6;
}

.rg-case-empty-local-page .rg-factory-dashboard .stat-change.down {
  color: #f7d26a;
}

.rg-case-empty-local-page .rg-factory-dashboard .panel {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 0;
  background: #fff;
  box-shadow: var(--panel-shadow);
}

.rg-case-empty-local-page .rg-factory-dashboard .panel::before {
  display: none;
}

.rg-case-empty-local-page .rg-factory-dashboard .machines-panel {
  padding: 0;
  margin-bottom: 28px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rg-case-empty-local-page .rg-factory-dashboard .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.rg-case-empty-local-page .rg-factory-dashboard .section-head h2 {
  margin: 0;
  color: var(--text-main);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.rg-case-empty-local-page .rg-factory-dashboard .pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #f7fff8;
  background: linear-gradient(90deg, #63dc6a 0%, #45b96d 100%);
  box-shadow: 0 8px 22px rgba(82, 210, 109, 0.28);
}

.rg-case-empty-local-page .rg-factory-dashboard .machines-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-card {
  position: relative;
  min-height: 216px;
  padding: 20px 20px 18px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: 0 20px 40px rgba(17, 23, 38, 0.12);
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-sector,
.rg-case-empty-local-page .rg-factory-dashboard .machine-kwh span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-card h3 {
  margin: 6px 0 0;
  color: var(--text-main);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-kwh {
  text-align: right;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-kwh strong {
  display: block;
  margin-top: 4px;
  color: var(--text-main);
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-meta {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.rg-case-empty-local-page .rg-factory-dashboard .dot.amber {
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 209, 92, 0.45);
}

.rg-case-empty-local-page .rg-factory-dashboard .dot.green {
  background: #86ffb8;
  box-shadow: 0 0 12px rgba(134, 255, 184, 0.42);
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 132px;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-footer {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.rg-case-empty-local-page .rg-factory-dashboard .price-tag {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 6px rgba(17, 23, 38, 0.3), 0 8px 20px rgba(17, 23, 38, 0.16);
}

.rg-case-empty-local-page .rg-factory-dashboard .circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #6a7197;
  cursor: default;
  font-size: 1.2rem;
  box-shadow: 0 10px 25px rgba(4, 8, 30, 0.25);
  pointer-events: none;
}

.rg-case-empty-local-page .rg-factory-dashboard .circle-arrow.small {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  background: linear-gradient(180deg, #7af17d, #57c665);
  color: #fff;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-card.peach .price-tag {
  color: #ffe8f4;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-card.mint .price-tag {
  color: #deffea;
}

.rg-case-empty-local-page .rg-factory-dashboard .machine-card.blue .price-tag {
  color: #edf7ff;
}

.rg-case-empty-local-page .rg-factory-dashboard .bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.rg-case-empty-local-page .rg-factory-dashboard .detail-panel {
  min-height: 370px;
  padding: 24px;
}

.rg-case-empty-local-page .rg-factory-dashboard .compact-head {
  margin-bottom: 28px;
}

.rg-case-empty-local-page .rg-factory-dashboard .materials-list,
.rg-case-empty-local-page .rg-factory-dashboard .bars-stack {
  display: grid;
  gap: 18px;
}

.rg-case-empty-local-page .rg-factory-dashboard .material-row,
.rg-case-empty-local-page .rg-factory-dashboard .bar-row {
  display: grid;
  gap: 10px;
}

.rg-case-empty-local-page .rg-factory-dashboard .material-row {
  grid-template-columns: minmax(0, 1.35fr) minmax(110px, 1fr) auto;
  align-items: center;
}

.rg-case-empty-local-page .rg-factory-dashboard .material-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rg-case-empty-local-page .rg-factory-dashboard .material-label strong,
.rg-case-empty-local-page .rg-factory-dashboard .bar-copy strong {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .material-label small,
.rg-case-empty-local-page .rg-factory-dashboard .fuel-copy small,
.rg-case-empty-local-page .rg-factory-dashboard .network-label {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 10px 16px rgba(4, 8, 30, 0.18), 0 2px 6px rgba(4, 8, 30, 0.08);
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar i {
  font-size: 16px;
  line-height: 1;
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar.metal {
  color: #b6bccf;
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar.chrome {
  color: #8ba9d6;
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar.manganese {
  color: #7b8298;
}

.rg-case-empty-local-page .rg-factory-dashboard .avatar.wood {
  color: #cf9240;
}

.rg-case-empty-local-page .rg-factory-dashboard .line-progress,
.rg-case-empty-local-page .rg-factory-dashboard .usage-bar {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
  overflow: hidden;
}

.rg-case-empty-local-page .rg-factory-dashboard .line-progress::before,
.rg-case-empty-local-page .rg-factory-dashboard .usage-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
}

.rg-case-empty-local-page .rg-factory-dashboard .line-progress::before {
  background: linear-gradient(90deg, #54d8ff, #71e475);
}

.rg-case-empty-local-page .rg-factory-dashboard .line-value,
.rg-case-empty-local-page .rg-factory-dashboard .bar-copy span {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
}

.rg-case-empty-local-page .rg-factory-dashboard .internet-top {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.rg-case-empty-local-page .rg-factory-dashboard .meter-ring {
  width: 132px;
  height: 132px;
  padding: 14px;
  border-radius: 50%;
  background: conic-gradient(from 225deg, #d460ff 0 var(--progress), rgba(99, 102, 241, 0.14) var(--progress) 100%);
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.12);
}

.rg-case-empty-local-page .rg-factory-dashboard .meter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.12);
}

.rg-case-empty-local-page .rg-factory-dashboard .meter-inner strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-main);
}

.rg-case-empty-local-page .rg-factory-dashboard .meter-inner span {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stats {
  display: grid;
  gap: 14px;
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stat {
  position: relative;
  padding-left: 18px;
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stat::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stat.upload::before {
  background: var(--amber);
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stat.download::before {
  background: #ff73b6;
}

.rg-case-empty-local-page .rg-factory-dashboard .network-stat strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  color: var(--text-main);
}

.rg-case-empty-local-page .rg-factory-dashboard .bar-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rg-case-empty-local-page .rg-factory-dashboard .usage-bar.lime::before {
  background: linear-gradient(90deg, #8df38c, #4ed8af);
}

.rg-case-empty-local-page .rg-factory-dashboard .usage-bar.coral::before {
  background: linear-gradient(90deg, #7ae0ff, #f1a07e);
}

.rg-case-empty-local-page .rg-factory-dashboard .usage-bar.violet::before {
  background: linear-gradient(90deg, #47d8ff, #975cff);
}

.rg-case-empty-local-page .rg-factory-dashboard .usage-bar.magenta::before {
  background: linear-gradient(90deg, #8d5cff, #ea54ff);
}

.rg-case-empty-local-page .rg-factory-dashboard .fuel-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.rg-case-empty-local-page .rg-factory-dashboard .fuel-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  min-width: 92px;
  height: 74px;
  padding: 0 10px;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  color: #fff6ff;
  background: linear-gradient(135deg, #f1a27e 0%, #e25fff 100%);
  box-shadow: 0 14px 26px rgba(236, 84, 255, 0.2);
}

.rg-case-empty-local-page .rg-factory-dashboard .fuel-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.rg-case-empty-local-page .rg-factory-dashboard .fuel-copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-main);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rg-case-empty-local-page .rg-factory-dashboard .detail-panel::after {
  display: none;
}

@media (max-width: 1180px) {
  .rg-case-empty-local-page .rg-factory-dashboard .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rg-case-empty-local-page .rg-factory-dashboard .machines-grid,
  .rg-case-empty-local-page .rg-factory-dashboard .bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rg-case-empty-local-page .rg-factory-dashboard .bottom-grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
.rg-case-empty-local-page .rg-factory-dashboard-section {
  width: min(var(--container, 1200px), calc(100% - 20px));
  margin-top: 20px;
}
}

@media (max-width: 760px) {
  .rg-case-empty-local-page .rg-factory-dashboard .dashboard {
    padding: 0;
    border-radius: 0;
  }

  .rg-case-empty-local-page .rg-factory-dashboard .stats-grid,
  .rg-case-empty-local-page .rg-factory-dashboard .machines-grid,
  .rg-case-empty-local-page .rg-factory-dashboard .bottom-grid {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .rg-factory-dashboard .machines-panel,
  .rg-case-empty-local-page .rg-factory-dashboard .detail-panel {
    padding: 20px;
  }

  .rg-case-empty-local-page .rg-factory-dashboard .material-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .rg-case-empty-local-page .rg-factory-dashboard .internet-top,
  .rg-case-empty-local-page .rg-factory-dashboard .fuel-summary,
  .rg-case-empty-local-page .rg-factory-dashboard .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rg-case-empty-local-page .rg-factory-dashboard .machine-card h3,
  .rg-case-empty-local-page .rg-factory-dashboard .machine-kwh strong,
  .rg-case-empty-local-page .rg-factory-dashboard .fuel-copy strong {
    font-size: 1.7rem;
  }
}

.rg-case-empty-local-page .rg-neon-dashboard-section {
  width: min(var(--container, 1200px), calc(100% - 32px));
  margin: 20px auto 0;
}

@media (min-width: 1200px) {
  .rg-case-empty-local-page .rg-neon-dashboard-section {
    transform: translateX(calc(var(--rail-w, 0px) / -2));
  }
}

.rg-case-empty-local-page .rg-neon-dashboard-section .rg-neon-dashboard__shell {
  width: 100%;
}

.rg-neon-dashboard {
  position: relative;
  overflow: visible;
  padding: 20px 0 56px;
  color: #0f172a;
}

.rg-neon-dashboard::before,
.rg-neon-dashboard::after {
  display: none;
}

.rg-neon-dashboard::before {
  content: none;
}

.rg-neon-dashboard::after {
  content: none;
}

.rg-neon-dashboard__shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rg-neon-dashboard__shell::before {
  display: none;
}

.rg-neon-dashboard__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.rg-neon-dashboard__intro-copy {
  max-width: 760px;
}

.rg-neon-dashboard__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(114, 238, 255, 0.24);
  border-radius: 999px;
  background: rgba(113, 223, 255, 0.08);
  color: #a8f3ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(91, 226, 255, 0.18),
    inset 0 0 18px rgba(91, 226, 255, 0.08);
}

.rg-neon-dashboard__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rg-neon-dashboard__lead {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.rg-neon-dashboard__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(17, 23, 38, 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.rg-neon-dashboard__cta:hover,
.rg-neon-dashboard__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(17, 23, 38, 0.14);
}

.rg-neon-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.rg-neon-stat {
  position: relative;
  min-height: 148px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 18px 42px rgba(7, 11, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.rg-neon-stat::before {
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(22px);
  opacity: 0.54;
}

.rg-neon-stat--cyan {
  background:
    linear-gradient(135deg, rgba(108, 240, 255, 0.96), rgba(180, 246, 255, 0.86));
  box-shadow:
    0 0 26px rgba(101, 228, 255, 0.22),
    0 18px 42px rgba(7, 11, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.rg-neon-stat--blue {
  background:
    linear-gradient(135deg, rgba(186, 210, 255, 0.96), rgba(222, 235, 255, 0.88));
  box-shadow:
    0 0 26px rgba(129, 170, 255, 0.22),
    0 18px 42px rgba(7, 11, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.rg-neon-stat--pink {
  background:
    linear-gradient(135deg, rgba(255, 172, 215, 0.96), rgba(255, 208, 229, 0.9));
  box-shadow:
    0 0 26px rgba(255, 117, 193, 0.24),
    0 18px 42px rgba(7, 11, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.rg-neon-stat--violet {
  background:
    linear-gradient(135deg, rgba(219, 198, 255, 0.96), rgba(239, 227, 255, 0.92));
  box-shadow:
    0 0 26px rgba(174, 126, 255, 0.22),
    0 18px 42px rgba(7, 11, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.rg-neon-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 14px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 23, 42, 0.12);
  opacity: 1;
}

.rg-neon-stat__icon i {
  font-size: 16px;
  line-height: 1;
}

.rg-neon-stat--cyan .rg-neon-stat__icon {
  color: #51cfe0;
}

.rg-neon-stat--blue .rg-neon-stat__icon {
  color: #6f95e8;
}

.rg-neon-stat--pink .rg-neon-stat__icon {
  color: #d96ca8;
}

.rg-neon-stat--violet .rg-neon-stat__icon {
  color: #9b79de;
}

.rg-neon-stat__label,
.rg-neon-stat__value,
.rg-neon-stat__meta {
  position: relative;
  z-index: 1;
  display: block;
}

.rg-neon-stat__label {
  margin-bottom: 8px;
  color: rgba(45, 56, 90, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.rg-neon-stat__value {
  color: #ffffff;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.18);
}

.rg-neon-stat__meta {
  margin-top: 12px;
  width: fit-content;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(17, 23, 38, 0.08);
}

.rg-neon-stat__meta--positive {
  background: rgba(92, 224, 138, 0.18);
  color: #12692f;
  box-shadow:
    0 12px 24px rgba(92, 224, 138, 0.16),
    0 6px 14px rgba(17, 23, 38, 0.08);
}

.rg-neon-stat__meta--negative {
  background: rgba(255, 93, 135, 0.16);
  color: #993454;
  box-shadow:
    0 12px 24px rgba(255, 93, 135, 0.14),
    0 6px 14px rgba(17, 23, 38, 0.08);
}

.rg-neon-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.rg-neon-panel {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(17, 23, 38, 0.12);
}

.rg-neon-panel::before {
  display: none;
}

.rg-neon-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.rg-neon-panel__title {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.rg-neon-panel__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 104px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: rgba(15, 23, 42, 0.72);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(17, 23, 38, 0.1);
}

.rg-neon-notes {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.rg-neon-note {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 23, 38, 0.1);
}

.rg-neon-note::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 10px;
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(101, 228, 255, 0.95), rgba(204, 101, 255, 0.9));
  box-shadow:
    0 0 16px rgba(101, 228, 255, 0.4),
    0 0 28px rgba(204, 101, 255, 0.24);
  opacity: 0.78;
}

.rg-neon-note:hover {
  box-shadow: 0 20px 40px rgba(17, 23, 38, 0.12);
}

.rg-neon-note__index {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  color: #64748b;
  font-size: 18px;
  box-shadow: 0 12px 28px rgba(17, 23, 42, 0.12);
}

.rg-neon-note__index i {
  font-size: 18px;
  line-height: 1;
}

.rg-neon-note__index--cyan {
  color: #5ecfe2;
}

.rg-neon-note__index--pink {
  color: #e78bc7;
}

.rg-neon-note__index--violet {
  color: #b38ef0;
}

.rg-neon-note__index--blue {
  color: #94adf0;
}

.rg-neon-note__body {
  min-width: 0;
}

.rg-neon-note__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.rg-neon-note__title {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.rg-neon-note__status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(17, 23, 42, 0.1);
}

.rg-neon-note__status--cyan {
  color: #65d8ea;
}

.rg-neon-note__status--pink {
  color: #ef8fd4;
}

.rg-neon-note__status--violet {
  color: #c2a0f2;
}

.rg-neon-note__status--blue {
  color: #a6bbf2;
}

.rg-neon-note__text {
  margin: 0 0 12px;
  color: rgba(15, 23, 42, 0.72);
  font-size: 15px;
  line-height: 1.68;
}

.rg-neon-note__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rg-neon-note__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: rgba(15, 23, 42, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(17, 23, 38, 0.08);
}

.rg-neon-panel--activity {
  display: flex;
  flex-direction: column;
}

.rg-neon-activity {
  display: grid;
  gap: 24px;
  align-items: center;
  height: 100%;
}

.rg-neon-ring-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 4px;
}

.rg-neon-ring {
  position: relative;
  width: clamp(248px, 28vw, 286px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(
      from 216deg,
      #9cecff 0% 32%,
      #ff9cd9 32% 56%,
      #d2a7ff 56% 74%,
      #8fb6ff 74% 90%,
      #ffd88f 90% 100%
    );
  box-shadow:
    0 0 26px rgba(156, 236, 255, 0.18),
    0 0 36px rgba(210, 167, 255, 0.16);
}

.rg-neon-ring::before,
.rg-neon-ring::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: inherit;
}

.rg-neon-ring::before {
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(99, 102, 241, 0.1),
    0 0 18px rgba(101, 228, 255, 0.09);
}

.rg-neon-ring::after {
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 60%);
  filter: blur(14px);
  opacity: 0.8;
}

.rg-neon-ring__core {
  position: absolute;
  inset: 48px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow:
    0 18px 36px rgba(125, 178, 255, 0.14),
    0 6px 18px rgba(15, 23, 42, 0.08);
}

.rg-neon-ring__value {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -0.05em;
  text-shadow:
    0 0 18px rgba(157, 233, 255, 0.2),
    0 0 18px rgba(221, 144, 255, 0.14);
}

.rg-neon-ring__label {
  color: rgba(15, 23, 42, 0.68);
  max-width: 110px;
  font-size: 13px;
  line-height: 1.25;
}

.rg-neon-legend {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.rg-neon-legend__item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(17, 23, 38, 0.08);
}

.rg-neon-legend__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 16px currentColor;
}

.rg-neon-legend__dot--cyan {
  color: #9cecff;
  background: #9cecff;
}

.rg-neon-legend__dot--pink {
  color: #ff9cd9;
  background: #ff9cd9;
}

.rg-neon-legend__dot--violet {
  color: #d2a7ff;
  background: #d2a7ff;
}

.rg-neon-legend__dot--blue {
  color: #8fb6ff;
  background: #8fb6ff;
}

.rg-neon-legend__dot--gold {
  color: #ffd88f;
  background: #ffd88f;
}

.rg-neon-legend__name {
  color: rgba(15, 23, 42, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.rg-neon-legend__value {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1140px) {
  .rg-case-canon {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .rg-neon-dashboard__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rg-neon-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .rg-neon-activity {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .rg-case-empty-local-page .rg-case-canon-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
    margin-top: 20px;
  }

  .rg-case-empty-local-page .rg-case-faq-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
  }

  .rg-case-empty-local-page .rg-case-proof-wrap {
    width: min(var(--container, 1200px), calc(100% - 20px));
  }

  .rg-case-empty-local-page .rg-cv-clone-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
  }

  .rg-case-empty-local-page .rg-resume-layout-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
  }

  .rg-case-empty-local-page .rg-case-contact-section {
    width: min(var(--container, 1200px), calc(100% - 20px));
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__heading {
    margin-bottom: 20px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__subtitle {
    font-size: 16px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 28px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-description {
    max-width: none;
    margin-top: 14px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__group-items {
    max-width: none;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__question {
    padding: 18px 18px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__answer {
    padding: 0 18px;
  }

  .rg-case-empty-local-page .rg-case-faq-section .rg-case-faq__answer-inner {
    padding-bottom: 18px;
  }

  .rg-case-contact {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .rg-cv-clone__header {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .rg-cv-clone__paper {
    padding: 32px 24px 28px;
  }

  .rg-case-empty-local-page .rg-resume-layout__top,
  .rg-case-empty-local-page .rg-resume-layout__section-grid,
  .rg-case-empty-local-page .rg-resume-layout__entry {
    grid-template-columns: 1fr;
  }

  .rg-case-empty-local-page .rg-resume-layout__avatar {
    justify-self: start;
  }

  .rg-case-canon {
    grid-template-columns: 1fr;
  }

  .rg-case-canon__aside {
    background:
      radial-gradient(circle at top left, rgba(211, 202, 255, 0.16) 0%, rgba(211, 202, 255, 0) 32%),
      linear-gradient(180deg, #3b3f7b 0%, #4b4ea0 44%, #5a467f 100%);
  }

  .rg-case-canon__main {
    padding-top: 20px;
  }

  .rg-case-canon__results {
    grid-template-columns: 1fr;
  }

.rg-case-empty-local-page .rg-neon-dashboard-section {
  width: min(var(--container, 1200px), calc(100% - 20px));
  margin-top: 20px;
}
}

@media (max-width: 820px) {
  .rg-case-canon__hero {
    padding: 20px 18px;
  }

  .rg-case-empty-local-page .rg-resume-layout {
    padding-top: 18px;
  }

  .rg-case-empty-local-page .rg-resume-layout__page {
    padding: 28px 18px 24px;
  }

  .rg-case-empty-local-page .rg-resume-layout__name {
    font-size: 17px;
  }

  .rg-case-empty-local-page .rg-cv-clone {
    padding-top: 18px;
  }

  .rg-case-empty-local-page .rg-cv-clone__paper {
    padding: 24px 16px 20px;
  }

  .rg-case-empty-local-page .rg-cv-clone__name {
    font-size: 30px;
  }

  .rg-case-empty-local-page .rg-cv-clone__experience-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rg-case-empty-local-page .rg-cv-clone__date {
    padding-top: 0;
  }

  .rg-case-canon__step {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 24px;
  }

  .rg-case-canon__step::before {
    left: 5px;
    top: 0;
    bottom: -10px;
  }

  .rg-case-canon__step-meta {
    padding-left: 16px;
    padding-right: 0;
  }

  .rg-case-canon__step-meta::after {
    left: -1px;
    right: auto;
    top: 0;
  }

  .rg-neon-dashboard {
    padding: 40px 0;
  }

  .rg-neon-dashboard__shell {
    width: min(100% - 20px, 1280px);
    padding: 0;
    border-radius: 0;
  }

  .rg-neon-dashboard__intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .rg-neon-panel__head,
  .rg-neon-note__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .rg-neon-note {
    grid-template-columns: 1fr;
  }

  .rg-neon-note::before {
    inset: 0 10px auto 10px;
    width: auto;
    height: 2px;
    background:
      linear-gradient(90deg, rgba(101, 228, 255, 0.95), rgba(204, 101, 255, 0.9));
  }

.rg-neon-activity {
  grid-template-columns: 1fr;
}

.rg-neon-ring-wrap {
  justify-content: flex-start;
}
}

@media (max-width: 640px) {
  .rg-case-contact__copy {
    padding-top: 0;
  }

  .rg-case-contact__title {
    font-size: 28px;
  }

  .rg-case-contact__lead,
  .rg-case-contact__item-copy strong,
  .rg-case-contact__item-copy span,
  .rg-case-contact__card-subtitle {
    font-size: 15px;
  }

  .rg-case-contact__card {
    padding: 22px 18px 24px;
  }

  .rg-case-contact__card-title {
    font-size: 28px;
  }

  .rg-case-contact__card .wpcf7-form .wpcf7-submit,
  .rg-case-contact__card .wpcf7-form input.touch__btn[type="submit"] {
    width: 100%;
  }

  .rg-case-canon__aside,
  .rg-case-canon__main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rg-case-canon__title {
    font-size: 22px;
  }

  .rg-case-canon__lead,
  .rg-case-canon__step-body p,
  .rg-case-canon__note {
    font-size: 14px;
  }

  .rg-neon-dashboard__stats {
    grid-template-columns: 1fr;
  }

  .rg-neon-panel,
  .rg-neon-stat {
    border-radius: 22px;
  }

  .rg-neon-stat {
    min-height: 132px;
  }

  .rg-neon-panel {
    padding: 20px;
  }

  .rg-neon-ring {
    width: min(100%, 250px);
  }

  .rg-neon-ring__core {
    inset: 44px;
  }
}
