.interactive-orbit {
  --orbit-mode-accent: #c8ff3d;
  --orbit-mode-surface: rgba(37, 51, 20, .92);
}

@property --profile-accent {
  syntax: "<color>";
  inherits: true;
  initial-value: #c8ff3d;
}

@property --profile-accent-soft {
  syntax: "<color>";
  inherits: true;
  initial-value: #c2ceab;
}

@property --profile-accent-surface {
  syntax: "<color>";
  inherits: true;
  initial-value: #0c1714;
}

body.direction-c.pn-common-shell {
  --profile-accent: #c8ff3d;
  --profile-accent-soft: #c2ceab;
  --profile-accent-surface: #0c1714;
  --accent: var(--profile-accent);
  --obs-accent: var(--profile-accent);
}

body.direction-c.pn-common-shell .hero-type {
  color: var(--profile-accent-soft);
}

body.direction-c.pn-common-shell .hero-type span + span {
  color: inherit;
}

body.direction-c.pn-common-shell .field-band {
  background-color: var(--profile-accent-surface);
}

body.direction-c.pn-common-shell .hero-type,
body.direction-c.pn-common-shell .eyebrow,
body.direction-c.pn-common-shell .field-band,
body.direction-c.pn-common-shell .field-band > div,
body.direction-c.pn-common-shell .field-band i,
body.direction-c.pn-common-shell .quote em,
body.direction-c.pn-common-shell .s-num,
body.direction-c.pn-common-shell .ach-mark::before,
body.direction-c.pn-common-shell .cert-group-label,
body.direction-c.pn-common-shell .ext-link-arrow,
body.direction-c.pn-common-shell .cta-label,
body.direction-c.pn-common-shell .cta-btn,
body.direction-c.pn-common-shell a {
  transition: color .55s ease, background-color .55s ease, border-color .55s ease;
}

body.direction-c.pn-common-shell .hero-rule,
body.direction-c.pn-common-shell .section-label::after,
body.direction-c.pn-common-shell .skill-dot,
body.direction-c.pn-common-shell .section::before,
body.direction-c.pn-common-shell .obs-code::before {
  transition: background-color .55s ease, border-color .55s ease, box-shadow .55s ease;
}

.interactive-orbit[data-orbit-mode="1"] {
  --orbit-mode-accent: #9eeaff;
  --orbit-mode-surface: rgba(15, 48, 58, .94);
}

.interactive-orbit[data-orbit-mode="2"] {
  --orbit-mode-accent: #e7c0ff;
  --orbit-mode-surface: rgba(46, 27, 57, .94);
}

.interactive-orbit[data-orbit-mode="3"] {
  --orbit-mode-accent: #ffae43;
  --orbit-mode-surface: rgba(65, 36, 9, .94);
}

.interactive-orbit[data-orbit-mode="4"] {
  --orbit-mode-accent: #ff718d;
  --orbit-mode-surface: rgba(65, 18, 31, .94);
}

.interactive-orbit[data-orbit-mode="5"] {
  --orbit-mode-accent: #dfff5b;
  --orbit-mode-surface: rgba(44, 52, 12, .94);
}

@media (min-width: 761px) {
  .direction-c .interactive-orbit {
    width: 84%;
  }

  .direction-c .orbit-mode-switch {
    left: 67.3333%;
  }
}

.interactive-orbit .orbit-node:hover,
.interactive-orbit .orbit-node[aria-pressed="true"] {
  color: #f7fbf7;
}

.interactive-orbit .orbit-node:hover::before,
.interactive-orbit .orbit-node[aria-pressed="true"]::before {
  background: var(--orbit-mode-surface);
}

.interactive-orbit .orbit-node[aria-pressed="true"]::after {
  background: var(--orbit-mode-accent);
}

.interactive-orbit .orbit-node.is-transferring::before {
  box-shadow: 0 0 22px color-mix(in srgb, var(--orbit-mode-accent) 45%, transparent);
}

.orbit-mode-switch {
  position: absolute;
  z-index: 6;
  left: 51%;
  top: 51%;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--orbit-mode-accent);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  touch-action: manipulation;
}

.orbit-mode-switch::before,
.orbit-mode-switch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  translate: -50% -50%;
  border: 1px solid currentColor;
  transition:
    inset 260ms cubic-bezier(.16, 1, .3, 1),
    transform 180ms cubic-bezier(.16, 1, .3, 1),
    opacity 140ms ease,
    box-shadow 140ms ease;
}

.orbit-mode-switch::after {
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: rotate(45deg) scale(.72);
}

.interactive-orbit[data-orbit-mode="0"]:not(.orbit-mode-used) .orbit-mode-switch::before {
  animation: orbit-discovery-pulse 1.65s cubic-bezier(.4, 0, .2, 1) infinite;
}

@keyframes orbit-discovery-pulse {
  0%, 38%, 100% {
    border-color: var(--orbit-mode-accent);
    box-shadow: 0 0 4px color-mix(in srgb, var(--orbit-mode-accent) 48%, transparent);
    opacity: .8;
  }
  48% {
    border-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, .98), 0 0 30px rgba(255, 255, 255, .58), 0 0 54px color-mix(in srgb, var(--orbit-mode-accent) 52%, transparent);
    opacity: 1;
  }
  62% {
    border-color: rgba(255, 255, 255, .78);
    box-shadow: 0 0 8px rgba(255, 255, 255, .46), 0 0 24px color-mix(in srgb, var(--orbit-mode-accent) 34%, transparent);
    opacity: .92;
  }
}

.interactive-orbit[data-orbit-mode].is-absorbing .orbit-mode-switch::before {
  animation: orbit-receiver-pulse .8s cubic-bezier(.16, 1, .3, 1) infinite;
}

@keyframes orbit-receiver-pulse {
  0% {box-shadow:0 0 0 rgba(255,255,255,0);transform:scale(.72)}
  55% {border-color:#fff;box-shadow:0 0 12px rgba(255,255,255,.74),0 0 34px rgba(255,255,255,.28);transform:scale(1.3)}
  100% {box-shadow:0 0 3px rgba(255,255,255,.18);transform:scale(.86)}
}

.orbit-mode-switch:hover::before,
.orbit-mode-switch:focus-visible::before {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 18px color-mix(in srgb, currentColor 56%, transparent);
}

.orbit-mode-switch:hover::after,
.orbit-mode-switch:focus-visible::after {
  width: 32px;
  height: 32px;
  opacity: .48;
  transform: rotate(45deg) scale(1);
}

.orbit-mode-switch:active::before {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}

.orbit-mode-switch:focus-visible {
  outline: 1px solid var(--orbit-mode-accent);
  outline-offset: 1px;
}

.interactive-orbit[data-orbit-mode="1"] .orbit-mode-switch::before {
  transform: rotate(45deg);
}

.interactive-orbit[data-orbit-mode="1"] .orbit-mode-switch::after {
  opacity: .56;
  transform: rotate(0deg) scale(1);
}

.interactive-orbit[data-orbit-mode="2"] .orbit-mode-switch::before {
  transform: rotate(22.5deg);
}

.interactive-orbit[data-orbit-mode="2"] .orbit-mode-switch::after {
  opacity: .62;
  transform: rotate(67.5deg) scale(1);
}

.interactive-orbit[data-orbit-mode="3"] .orbit-mode-switch::before {
  transform: rotate(0deg) scale(.94);
}

.interactive-orbit[data-orbit-mode="3"] .orbit-mode-switch::after {
  width: 36px;
  height: 36px;
  opacity: .68;
  transform: rotate(0deg) scale(.82);
}

.interactive-orbit[data-orbit-mode="4"] .orbit-mode-switch::before {
  transform: rotate(45deg) skew(12deg, 12deg);
}

.interactive-orbit[data-orbit-mode="4"] .orbit-mode-switch::after {
  width: 22px;
  height: 34px;
  opacity: .72;
  transform: rotate(-45deg) skew(-12deg, -12deg);
}

.interactive-orbit[data-orbit-mode="5"] .orbit-mode-switch::before {
  transform: rotate(45deg) scale(.92);
}

.interactive-orbit[data-orbit-mode="5"] .orbit-mode-switch::after {
  width: 34px;
  height: 12px;
  opacity: .72;
  transform: rotate(0deg) scale(1);
}

@media (max-width: 760px) {
  .orbit-mode-switch {
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-mode-switch::before,
  .orbit-mode-switch::after {
    transition-duration: 1ms;
    animation: none !important;
  }
}
