  .finax-hub {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    padding: 0.75rem 0.5rem;
    overflow: visible;
  }
  
  .finax-hub-stage {
    position: relative;
    width: min(100%, var(--finax-hub-stage-max, 28rem), 46vw);
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: visible;
  }
  
  .finax-hub-stage::before {
    content: "";
    position: absolute;
    inset: 4%;
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, rgba(0, 198, 94, 0.1) 0%, transparent 42%),
      radial-gradient(circle at 50% 50%, rgba(0, 140, 255, 0.03) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
    animation: finax-hub-stage-glow 12s ease-in-out infinite;
  }
  
  .finax-hub-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
    z-index: 0;
  }
  
  .finax-hub-svg {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
  
  .finax-hub-links {
    z-index: 2;
  }
  
  .finax-hub-links-energy {
    z-index: 3;
  }
  
  .finax-hub-radar-ring {
    fill: none;
    stroke: rgba(0, 198, 94, 0.09);
    stroke-width: 0.14;
    vector-effect: non-scaling-stroke;
    animation: finax-hub-radar-ring-pulse 8s ease-in-out infinite;
  }
  
  .finax-hub-radar-ring--outer {
    stroke: rgba(255, 255, 255, 0.05);
    animation-delay: -2s;
  }
  
  .finax-hub-radar-spoke {
    stroke: rgba(255, 255, 255, 0.035);
    stroke-width: 0.1;
    vector-effect: non-scaling-stroke;
  }
  
  .finax-hub-link {
    stroke: rgba(0, 198, 94, 0.44);
    stroke-width: 0.14;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    opacity: 1;
    transition:
      stroke 320ms ease,
      filter 320ms ease,
      opacity 320ms ease;
  }
  
  .finax-hub-link-energy {
    stroke: url(#finax-hub-energy);
    stroke-width: 0.24;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 3 97;
    opacity: 0;
    animation: none;
    transition: opacity 320ms ease;
  }
  
  .finax-hub-link-energy--1 { animation-delay: 0s; }
  .finax-hub-link-energy--2 { animation-delay: -0.9s; }
  .finax-hub-link-energy--3 { animation-delay: -1.8s; }
  .finax-hub-link-energy--4 { animation-delay: -2.7s; }
  .finax-hub-link-energy--5 { animation-delay: -3.6s; }
  .finax-hub-link-energy--6 { animation-delay: -4.5s; }
  .finax-hub-link-energy--7 { animation-delay: -5.4s; }
  .finax-hub-link-energy--8 { animation-delay: -6.3s; }
  
  .finax-hub-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 38%;
    height: 38%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(0, 198, 94, 0.07);
    box-shadow: inset 0 0 24px rgba(0, 198, 94, 0.03);
    pointer-events: none;
    animation: finax-hub-ring-breathe 9s ease-in-out infinite;
  }
  
  .finax-hub-ring--mid {
    width: 45%;
    height: 45%;
    border-color: rgba(0, 198, 94, 0.06);
    animation-delay: -2.25s;
  }
  
  .finax-hub-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 10rem;
    max-width: 11.75rem;
    padding: 0.875rem 1rem 0.75rem;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 0 1px rgba(0, 198, 94, 0.14),
      0 20px 56px rgba(0, 0, 0, 0.32),
      0 0 56px rgba(0, 198, 94, 0.16);
    overflow: hidden;
    animation: finax-hub-core-float 10s ease-in-out infinite;
  }
  
  .finax-hub-core-brand {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
  }
  
  .finax-hub-logo-img {
    display: block;
    width: auto;
    height: 2.5rem;
    max-width: min(100%, 8.5rem);
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    opacity: 0.96;
    filter:
      drop-shadow(0 0 16px rgba(0, 198, 94, 0.2))
      drop-shadow(0 4px 14px rgba(0, 0, 0, 0.22));
  }
  
  .finax-hub-core-tagline {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 0.71875rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: rgba(241, 245, 249, 0.88);
  }
  
  .finax-hub-core-tagline-accent {
    font-weight: 500;
    color: rgba(0, 223, 110, 0.82);
  }
  
  .finax-hub-core-glow {
    position: absolute;
    inset: -60%;
    background:
      radial-gradient(circle at 50% 40%, rgba(0, 198, 94, 0.18) 0%, transparent 52%),
      radial-gradient(circle at 70% 80%, rgba(0, 140, 255, 0.05) 0%, transparent 45%);
    animation: finax-glow-breathe 7s ease-in-out infinite;
    pointer-events: none;
  }
  
  .finax-hub-core-border {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.02) 40%,
      rgba(0, 198, 94, 0.15) 100%
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  
  .finax-hub-orbit {
    position: absolute;
    inset: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }
  
  .finax-hub-node {
    position: absolute;
    z-index: 5;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4375rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 4px 18px rgba(0, 0, 0, 0.14);
    overflow: visible;
    transform: translate(-50%, -50%);
    animation: finax-hub-node-float 11s ease-in-out infinite;
  }
  
  .finax-hub-node-glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 198, 94, 0.1) 0%, transparent 60%);
    animation: finax-glow-breathe 9s ease-in-out infinite;
    pointer-events: none;
  }
  
  .finax-hub-node-label {
    position: relative;
    z-index: 1;
    font-family: "Outfit", sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    color: rgba(241, 245, 249, 0.48);
    white-space: nowrap;
  }
  
  .finax-hub-node--1 { top: 4%; left: 5%; animation-delay: 0s; }
  .finax-hub-node--2 { top: 1%; left: 50%; animation-delay: -1.4s; }
  .finax-hub-node--3 { top: 4%; left: 95%; animation-delay: -2.8s; }
  .finax-hub-node--4 { top: 43%; left: 98%; animation-delay: -4.2s; }
  .finax-hub-node--5 { top: 89%; left: 93%; animation-delay: -5.6s; }
  .finax-hub-node--6 { top: 89%; left: 7%; animation-delay: -7s; }
  .finax-hub-node--7 { top: 43%; left: 2%; animation-delay: -8.4s; }
  .finax-hub-node--8 { top: 99%; left: 50%; animation-delay: -9.8s; }
  
  @media (min-width: 1024px) {
    .finax-hub-stage {
      width: min(100%, calc(var(--finax-hub-stage-max, 28rem) + 2rem), 44vw);
    }
  
    .finax-hub-core {
      min-width: 10.75rem;
      max-width: 12.25rem;
      padding: 1rem 1.125rem 0.875rem;
    }
  
    .finax-hub-logo-img {
      height: 2.75rem;
      max-width: min(100%, 9.25rem);
    }
  
    .finax-hub-core-tagline {
      font-size: 0.75rem;
    }
  
    .finax-hub-node-label {
      font-size: 0.6875rem;
    }
  }
  
  @keyframes finax-hub-energy-flow {
    0% {
      stroke-dashoffset: 100;
      opacity: 0;
    }
    10% {
      opacity: 0.9;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
  
  @keyframes finax-hub-dot-pulse {
    0%,
    100% {
      opacity: 0.5;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.12);
    }
  }
  
  @keyframes finax-hub-stage-glow {
    0%,
    100% {
      opacity: 0.75;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.02);
    }
  }
  
  @keyframes finax-hub-radar-ring-pulse {
    0%,
    100% {
      opacity: 0.55;
    }
    50% {
      opacity: 1;
    }
  }
  
  @keyframes finax-hub-ring-breathe {
    0%,
    100% {
      opacity: 0.45;
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      opacity: 0.85;
      transform: translate(-50%, -50%) scale(1.03);
    }
  }
  
  @keyframes finax-hub-core-float {
    0%,
    100% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-50%, calc(-50% - 4px));
    }
  }
  
  @keyframes finax-hub-node-float {
    0%,
    100% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-50%, calc(-50% - 2px));
    }
  }
  
  /* Mobile: simplified visual strip */
  @media (max-width: 767px) {
    .finax-login-visual {
      min-height: 7.5rem;
    }
  
    .finax-visual-content {
      min-height: 0;
      flex: 0 0 auto;
      justify-content: center !important;
      padding: 1rem 1rem 0.75rem !important;
    }
  
    .finax-brand {
      text-align: center;
      width: 100%;
    }
  
    .finax-logo-origin {
      display: inline-block;
    }
  
    .finax-logo-halo,
    .finax-logo-pulse,
    .finax-ecosystem-svg,
    .finax-ecosystem-bridge {
      display: none;
    }
  
    .finax-logo-glow {
      inset: -0.5rem -1rem;
      opacity: 0.6;
    }
  
    .finax-logo-img {
      margin-left: auto;
      margin-right: auto;
      height: 2.25rem;
      animation: none;
    }
  
    /* Mobile: apenas logo Finax — radar oculto */
    .finax-hub {
      display: none !important;
    }
  
    .finax-brand--mobile {
      display: block !important;
    }
  
    .finax-visual-glow--a {
      width: 160px;
      height: 160px;
    }
  
    .finax-visual-glow--b {
      display: none;
    }

    .finax-visual-particles {
      display: none;
    }
  }
  