:root {
  color-scheme: light;
  --vv-green-950: #04372f;
  --vv-green-900: #074438;
  --vv-green-800: #0c5243;
  --vv-orange: #f36c0d;
  --vv-orange-deep: #e85c05;
  --vv-ink: #092f29;
  --vv-text: #31433f;
  --vv-muted: #687572;
  --vv-border: rgba(16, 58, 51, 0.16);
  --vv-paper: #f7f4ed;
  --vv-white: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--vv-text);
  background: var(--vv-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

.vv-login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(430px, 42.5%) minmax(0, 57.5%);
  overflow: hidden;
}

.vv-brand-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: clamp(38px, 5vw, 68px) clamp(38px, 5vw, 68px);
  overflow: hidden;
  isolation: isolate;
  color: var(--vv-white);
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(30, 112, 89, 0.22),
      transparent 34%
    ),
    linear-gradient(
      160deg,
      var(--vv-green-950) 0%,
      #063f35 58%,
      #052f29 100%
    );
}

.vv-brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.19;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.4) 1px, transparent 0),
    linear-gradient(135deg, transparent 0 46%, rgba(255,255,255,.08) 47% 48%, transparent 49%);
  background-size:
    8px 8px,
    190px 190px;
  mask-image:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.22),
      rgba(0,0,0,.08) 55%,
      rgba(0,0,0,.35)
    );
}

.vv-brand-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18%;
  bottom: 8%;
  width: 120%;
  height: 42%;
  border-radius: 50%;
  border:
    1px solid rgba(243, 108, 13, 0.72);
  transform: rotate(-13deg);
  box-shadow:
    0 12px 0 -11px rgba(243, 108, 13, 0.66),
    0 24px 0 -22px rgba(243, 108, 13, 0.58),
    0 36px 0 -33px rgba(243, 108, 13, 0.48),
    0 48px 0 -44px rgba(243, 108, 13, 0.38),
    0 60px 0 -55px rgba(243, 108, 13, 0.28);
}

.vv-brand-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vv-brand-symbol {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: var(--vv-white);
  background:
    linear-gradient(145deg, #ff7b18, #ef5d00);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.vv-brand-name {
  display: grid;
  gap: 4px;
}

.vv-brand-name strong {
  color: var(--vv-white);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.vv-brand-name span {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
}

.vv-brand-content {
  margin: auto 0;
  max-width: 520px;
  padding: 72px 0 50px;
}

.vv-brand-content h1 {
  margin: 0;
  color: var(--vv-white);
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.vv-brand-accent {
  display: block;
  width: 62px;
  height: 5px;
  margin: 44px 0 32px;
  border-radius: 999px;
  background: var(--vv-orange);
  box-shadow: 0 0 20px rgba(243, 108, 13, .18);
}

.vv-brand-content p {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.91);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.55;
}

.vv-brand-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
}

.vv-brand-footer strong {
  color: rgba(255,255,255,.86);
}

.vv-brand-footer span {
  color: var(--vv-orange);
}

.vv-form-panel {
  position: relative;
  min-width: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(32px, 5vw, 78px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(248,245,238,.92));
}

.vv-form-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .92;
  background:
    radial-gradient(
      ellipse at 40% 27%,
      transparent 0 27%,
      rgba(105, 90, 64, .055) 27.2% 27.6%,
      transparent 27.8% 31%,
      rgba(105, 90, 64, .04) 31.2% 31.6%,
      transparent 31.8%
    ),
    radial-gradient(
      ellipse at 82% 86%,
      rgba(231, 219, 198, .28),
      transparent 43%
    ),
    repeating-linear-gradient(
      114deg,
      transparent 0 6px,
      rgba(71, 67, 60, .018) 7px 8px
    );
}

.vv-form-background::before,
.vv-form-background::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(83, 77, 66, .08);
}

.vv-form-background::before {
  width: 800px;
  height: 430px;
  top: -230px;
  right: -170px;
  transform: rotate(-14deg);
  box-shadow:
    0 10px 0 -9px rgba(83, 77, 66, .07),
    0 20px 0 -18px rgba(83, 77, 66, .06),
    0 30px 0 -27px rgba(83, 77, 66, .05);
}

.vv-form-background::after {
  width: 540px;
  height: 300px;
  left: -190px;
  bottom: 8%;
  transform: rotate(18deg);
  box-shadow:
    0 10px 0 -9px rgba(83, 77, 66, .06),
    0 20px 0 -18px rgba(83, 77, 66, .05);
}

.vv-login-card {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 28px;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.93),
      rgba(252,249,244,.88)
    );
  box-shadow:
    0 28px 70px rgba(38, 45, 42, .13),
    inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(20px);
}

.vv-lock-badge {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  margin: 40px auto 12px;
  border: 1px solid rgba(26, 77, 67, .13);
  border-radius: 50%;
  color: var(--vv-green-900);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,244,237,.9));
  box-shadow:
    0 12px 26px rgba(21, 52, 46, .10),
    inset 0 0 0 8px rgba(255,255,255,.55);
}

.vv-lock-badge svg {
  width: 50px;
  height: 50px;
}

.vv-login-heading {
  padding: 0 54px;
  text-align: center;
}

.vv-login-heading h2 {
  margin: 0;
  color: var(--vv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vv-login-heading p {
  margin: 16px 0 0;
  color: var(--vv-muted);
  font-size: 17px;
}

#vvLoginForm {
  display: grid;
  gap: 13px;
  padding: 42px 54px 32px;
}

#vvLoginForm > label {
  margin-top: 7px;
  color: #183a34;
  font-size: 14px;
  font-weight: 800;
}

.vv-input-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.vv-input-icon {
  position: absolute;
  z-index: 1;
  left: 18px;
  width: 24px;
  height: 24px;
  color: var(--vv-green-900);
  pointer-events: none;
}

#vvLoginEmail,
#vvLoginPassword {
  width: 100%;
  min-height: 60px;
  border: 1px solid rgba(25, 65, 58, .20);
  border-radius: 13px;
  padding: 0 20px 0 58px;
  color: #172d29;
  background: rgba(255,255,255,.58);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(22, 55, 48, .03);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

#vvLoginPassword {
  padding-right: 92px;
}

#vvLoginEmail::placeholder,
#vvLoginPassword::placeholder {
  color: #8c9693;
}

#vvLoginEmail:hover,
#vvLoginPassword:hover {
  border-color: rgba(25, 65, 58, .34);
}

#vvLoginEmail:focus,
#vvLoginPassword:focus {
  border-color: var(--vv-orange);
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 4px rgba(243,108,13,.12);
}

.vv-toggle-password {
  position: absolute;
  z-index: 2;
  right: 16px;
  padding: 9px 8px;
  color: var(--vv-orange);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.vv-toggle-password:hover {
  color: var(--vv-orange-deep);
}

.vv-login-options {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px 28px;
  margin-top: 18px;
}

.vv-remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #43524f;
  font-size: 14px;
  white-space: nowrap;
}

#vvLoginRemember {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--vv-orange);
}

.vv-access-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.vv-text-action {
  padding: 6px 0;
  color: var(--vv-orange);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.vv-text-action:hover {
  color: var(--vv-orange-deep);
  transform: translateY(-1px);
}

.vv-submit {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 18px;
  padding: 0 27px;
  border-radius: 13px;
  color: var(--vv-white);
  background:
    linear-gradient(110deg, #ff7b0f, #ef5e00);
  box-shadow:
    0 16px 28px rgba(210, 79, 0, .22),
    inset 0 1px 0 rgba(255,255,255,.25);
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.vv-submit span {
  justify-self: center;
  transform: translateX(16px);
}

.vv-submit svg {
  width: 27px;
  height: 27px;
}

.vv-submit:hover {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow:
    0 20px 34px rgba(210, 79, 0, .28),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.vv-submit:active {
  transform: translateY(0);
}

.vv-submit:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.vv-login-error {
  padding: 13px 15px;
  border: 1px solid rgba(196, 50, 50, .28);
  border-radius: 11px;
  color: #8e2626;
  background: rgba(255, 238, 238, .78);
  font-size: 14px;
  line-height: 1.45;
}

.vv-security-note {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px 34px;
  border-top: 1px solid rgba(20, 62, 54, .10);
  color: #6a7472;
  background: rgba(255,255,255,.34);
  font-size: 13px;
  text-align: center;
}

.vv-security-note svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--vv-green-900);
}

.vv-toggle-password:focus-visible,
.vv-text-action:focus-visible,
.vv-submit:focus-visible {
  outline: 3px solid rgba(243,108,13,.28);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .vv-login-page {
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .vv-brand-panel {
    padding: 42px 38px;
  }

  .vv-brand-content h1 {
    font-size: 58px;
  }

  .vv-brand-content p {
    font-size: 18px;
  }

  .vv-form-panel {
    padding: 40px;
  }

  .vv-login-card {
    width: min(100%, 580px);
  }

  #vvLoginForm,
  .vv-login-heading {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (max-width: 860px) {
  .vv-login-page {
    grid-template-columns: 1fr;
  }

  .vv-brand-panel {
    min-height: auto;
    padding: 28px 24px 34px;
  }

  .vv-brand-panel::after {
    opacity: .55;
  }

  .vv-brand-symbol {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    font-size: 31px;
  }

  .vv-brand-name strong {
    font-size: 25px;
  }

  .vv-brand-name span {
    font-size: 11px;
  }

  .vv-brand-content {
    margin: 48px 0 20px;
    padding: 0;
  }

  .vv-brand-content h1 {
    font-size: 48px;
  }

  .vv-brand-accent {
    margin: 26px 0 22px;
  }

  .vv-brand-footer {
    display: none;
  }

  .vv-form-panel {
    min-height: auto;
    padding: 30px 18px 46px;
  }

  .vv-login-card {
    width: min(100%, 620px);
  }
}

@media (max-width: 620px) {
  .vv-brand-content h1 {
    font-size: 42px;
  }

  .vv-brand-content p {
    font-size: 16px;
  }

  .vv-lock-badge {
    width: 88px;
    height: 88px;
    margin-top: 28px;
  }

  .vv-lock-badge svg {
    width: 42px;
    height: 42px;
  }

  .vv-login-heading,
  #vvLoginForm {
    padding-left: 22px;
    padding-right: 22px;
  }

  .vv-login-heading h2 {
    font-size: 48px;
  }

  .vv-login-heading p {
    font-size: 15px;
  }

  #vvLoginForm {
    padding-top: 30px;
  }

  .vv-login-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vv-access-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .vv-submit {
    min-height: 62px;
    font-size: 22px;
  }

  .vv-security-note {
    align-items: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* === AJUSTE-FINO-PREMIUM-V2-INICIO === */

/* Remove somente o arco laranja grande do painel verde. */
.vv-brand-panel::after {
  content: none !important;
  display: none !important;
}

/* Reduz levemente o conjunto em telas grandes. */
@media (min-width: 861px) {
  .vv-brand-content {
    max-width: 490px;
  }

  .vv-brand-content h1 {
    font-size: clamp(50px, 4.7vw, 70px);
  }

  .vv-brand-content p {
    max-width: 450px;
    font-size: clamp(17px, 1.25vw, 21px);
  }

  .vv-login-card {
    width: min(100%, 580px);
    border-radius: 26px;
  }

  .vv-lock-badge {
    width: 96px;
    height: 96px;
    margin-top: 32px;
  }

  .vv-lock-badge svg {
    width: 44px;
    height: 44px;
  }

  .vv-login-heading {
    padding-right: 48px;
    padding-left: 48px;
  }

  .vv-login-heading h2 {
    font-size: clamp(46px, 4.3vw, 60px);
  }

  #vvLoginForm {
    padding: 36px 48px 28px;
  }

  #vvLoginEmail,
  #vvLoginPassword {
    min-height: 56px;
  }

  .vv-login-options {
    margin-top: 14px;
  }

  .vv-submit {
    min-height: 66px;
    margin-top: 15px;
    font-size: 24px;
  }

  .vv-security-note {
    min-height: 64px;
  }
}

/* === AJUSTE-FINO-PREMIUM-V2-FIM === */
