@charset "UTF-8";
.login-page {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #0d2b25;
  min-height: 100vh;
}

@keyframes hero-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.login-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.login-hero > * {
  position: relative;
  z-index: 3;
}

.login-hero__slide {
  position: absolute;
  inset: 0;
  background: #051510 center/cover no-repeat;
  opacity: 0;
  animation: hero-fade 40s ease-in-out infinite;
  z-index: 0;
  filter: saturate(0.7) brightness(0.6);
}
.login-hero__slide:nth-child(1) {
  animation-delay: 0s;
}
.login-hero__slide:nth-child(2) {
  animation-delay: 8s;
}
.login-hero__slide:nth-child(3) {
  animation-delay: 16s;
}
.login-hero__slide:nth-child(4) {
  animation-delay: 24s;
}
.login-hero__slide:nth-child(5) {
  animation-delay: 32s;
}

.login-hero__slide:nth-child(1) {
  background-image: url("../../media/portal-hero-1.jpg");
}

.login-hero__slide:nth-child(2) {
  background-image: url("../../media/portal-hero-2.jpg");
}

.login-hero__slide:nth-child(3) {
  background-image: url("../../media/portal-hero-3.jpg");
}

.login-hero__slide:nth-child(4) {
  background-image: url("../../media/portal-hero-4.jpg");
}

.login-hero__slide:nth-child(5) {
  background-image: url("../../media/portal-hero-5.jpg");
}

.login-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8, 32, 24, 0.2) 0%, rgba(8, 32, 24, 0.15) 40%, rgba(8, 32, 24, 0.75) 75%, rgba(8, 32, 24, 0.95) 100%);
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .login-hero__slide {
    animation: none;
    opacity: 0;
  }
  .login-hero__slide:nth-child(1) {
    opacity: 1;
  }
}
.login-hero__wash {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 20%, rgba(207, 255, 106, 0.08) 0%, transparent 65%);
  z-index: 2;
  pointer-events: none;
}

.login-hero__logo img {
  height: 80px;
  width: auto;
}

.login-hero__headline {
  font-family: "Cooper Hewitt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(3.2rem, 5.5vw, 5.2rem);
  line-height: 0.93;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.login-hero__headline em {
  font-style: normal;
  color: #CFFF6A;
}

.login-hero__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.login-hero__footer-copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.login-hero__copyright {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: right;
  white-space: nowrap;
}

.login-panel {
  background: #0d2b25;
  min-height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.login-panel__logo {
  font-family: "Cooper Hewitt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  color: #CFFF6A;
  text-transform: uppercase;
}

.login-panel__headline {
  font-family: "Cooper Hewitt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.login-panel__subline {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  min-height: 2.75rem;
}

.login-panel .form-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.login-panel .form-control {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 0.85rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
  padding: 0.8rem 1rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.login-panel .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.login-panel .form-control:focus {
  background: rgba(207, 255, 106, 0.05);
  border-color: #CFFF6A;
  box-shadow: 0 0 0 0.2rem rgba(207, 255, 106, 0.15);
  color: #fff;
}

.btn-lime {
  width: 100%;
  font-family: "Cooper Hewitt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  transition: background-color 0.15s, color 0.15s, transform 0.1s, box-shadow 0.15s;
  --bs-btn-bg: #CFFF6A;
  --bs-btn-border-color: #CFFF6A;
  --bs-btn-color: #0F2424;
  --bs-btn-hover-bg: rgb(190.5704697987, 255, 55);
  --bs-btn-hover-border-color: rgb(190.5704697987, 255, 55);
  --bs-btn-hover-color: #0F2424;
}
.btn-lime:active {
  background-color: #0F2424 !important;
  border-color: #0F2424 !important;
  color: #fff !important;
  transform: scale(0.99);
  box-shadow: none !important;
}
.btn-lime:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(207, 255, 106, 0.4);
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.login-divider::before, .login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.09);
}

.login-alert {
  padding: 0.75rem 1rem;
  border-radius: 0.55rem;
  font-size: 0.85rem;
  border-left: 3px solid;
}
.login-alert--error {
  background: rgba(220, 53, 69, 0.12);
  color: #fca5a5;
  border-color: #dc3545;
}
.login-alert--success {
  background: rgba(207, 255, 106, 0.1);
  color: #CFFF6A;
  border-color: #CFFF6A;
}

.login-forgot {
  font-size: 0.82rem;
  color: rgba(207, 255, 106, 0.6);
  text-decoration: none;
  transition: color 0.15s;
}
.login-forgot:hover {
  color: #CFFF6A;
  text-decoration: none;
}

.login-toggle {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  width: 100%;
  text-align: center;
  transition: color 0.15s;
}
.login-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}

.login-help {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.7;
  text-align: center;
}

.login-register-inline {
  margin: 1.25rem auto;
  padding: 1rem 0.75rem;
  text-align: center;
  font-size: 0.85rem;
}
.login-register-inline p {
  color: #F3F2EF;
  margin: 0;
}
.login-register-inline a {
  color: #CFFF6A;
}
.login-register-inline a:hover {
  text-decoration: underline;
}

.login-password-group {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0 !important;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin-bottom 0.25s ease;
}
.login-password-group.visible {
  max-height: 90px;
  opacity: 1;
  margin-bottom: 1rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .login-password-group {
    transition: none;
  }
}
.portal-page {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #051510;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.is-portal-loading {
  overflow: hidden;
}

.portal-shell {
  display: flex;
  height: 100vh;
  flex-direction: column;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(2px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, filter 0.35s ease-out;
}
.portal-shell--ready {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

.portal-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(207, 255, 106, 0.12), transparent 55%), linear-gradient(135deg, #041413, #071f1a 55%, #020908);
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
}
.portal-loader__inner {
  text-align: center;
  color: #fff;
}
.portal-loader__logo img {
  width: 96px;
  height: auto;
  margin-bottom: 1.5rem;
}
.portal-loader__spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.portal-loader__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(207, 255, 106, 0.5);
  animation: portal-pulse 1s infinite ease-in-out;
}
.portal-loader__dot:nth-child(2) {
  animation-delay: 0.15s;
}
.portal-loader__dot:nth-child(3) {
  animation-delay: 0.3s;
}
.portal-loader__text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.portal-loader--fade {
  opacity: 0;
  visibility: hidden;
}

@keyframes portal-pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.portal-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.portal-bg__slide {
  position: absolute;
  inset: 0;
  background: #051510 center/cover no-repeat;
  opacity: 0;
  animation: hero-fade 40s ease-in-out infinite;
  filter: saturate(0.6) brightness(0.45);
}
.portal-bg__slide:nth-child(1) {
  animation-delay: 0s;
}
.portal-bg__slide:nth-child(2) {
  animation-delay: 8s;
}
.portal-bg__slide:nth-child(3) {
  animation-delay: 16s;
}
.portal-bg__slide:nth-child(4) {
  animation-delay: 24s;
}
.portal-bg__slide:nth-child(5) {
  animation-delay: 32s;
}

.portal-bg__slide:nth-child(1) {
  background-image: url("../../media/portal-hero-3.jpg");
}

.portal-bg__slide:nth-child(2) {
  background-image: url("../../media/portal-hero-4.jpg");
}

.portal-bg__slide:nth-child(3) {
  background-image: url("../../media/portal-hero-1.jpg");
}

.portal-bg__slide:nth-child(4) {
  background-image: url("../../media/portal-hero-5.jpg");
}

.portal-bg__slide:nth-child(5) {
  background-image: url("../../media/portal-hero-2.jpg");
}

.portal-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 32, 24, 0.82) 0%, rgba(8, 32, 24, 0.7) 100%);
}

.portal-card-wrap,
.portal-footer {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .portal-bg__slide {
    animation: none;
    opacity: 0;
  }
  .portal-bg__slide:nth-child(1) {
    opacity: 1;
  }
}
.portal-card-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.portal-card {
  width: 100%;
  max-width: 440px;
  background: #1a3d35;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
}
@media (min-width: 480px) {
  .portal-card {
    padding: 2.75rem 2.5rem;
  }
}

.portal-card__logo {
  margin-bottom: 2rem;
}
.portal-card__logo img {
  height: 48px;
  width: auto;
}

.portal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(207, 255, 106, 0.1);
  border: 1px solid rgba(207, 255, 106, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.portal-icon svg, .portal-icon i {
  color: #CFFF6A;
  width: 24px;
  height: 24px;
}

.portal-card__headline {
  font-family: "Cooper Hewitt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.portal-card__sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.portal-card__highlight {
  color: #fff;
  font-weight: 600;
}

.portal-card .form-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.portal-card .form-control {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 0.85rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
  padding: 0.8rem 1rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.portal-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.portal-card .form-control:focus {
  background: rgba(207, 255, 106, 0.05);
  border-color: #CFFF6A;
  box-shadow: 0 0 0 0.2rem rgba(207, 255, 106, 0.15);
  color: #fff;
}
.portal-card .form-control[rows] {
  resize: vertical;
}
.portal-card .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.5;
  cursor: pointer;
}
.portal-card .form-control::-webkit-calendar-picker-indicator:hover {
  opacity: 0.85;
}

.portal-otp {
  width: 100%;
  padding: 0.9rem 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.85rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.7em;
  text-align: center;
  color: #fff;
  font-family: "SF Mono", "Fira Code", "Courier New", monospace;
  outline: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.portal-otp::placeholder {
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.7em;
}
.portal-otp:focus {
  border-color: #CFFF6A;
  background: rgba(207, 255, 106, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(207, 255, 106, 0.15);
}
.portal-otp.is-filled {
  border-color: #CFFF6A;
  background: rgba(207, 255, 106, 0.07);
}

.portal-trust {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.portal-trust:hover {
  background: rgba(207, 255, 106, 0.05);
  border-color: rgba(207, 255, 106, 0.2);
}
.portal-trust input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #CFFF6A;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

.portal-trust__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}

.portal-trust__hint {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

.portal-reqs {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem;
}
.portal-reqs li {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.15rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
}
.portal-reqs li::before {
  content: "○";
  font-size: 0.6rem;
  flex-shrink: 0;
}
.portal-reqs li.met {
  color: #CFFF6A;
}
.portal-reqs li.met::before {
  content: "✓";
}

.portal-back {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.portal-back:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.portal-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
}
.portal-note a {
  color: rgba(207, 255, 106, 0.6);
  text-decoration: none;
  transition: color 0.15s;
}
.portal-note a:hover {
  color: #CFFF6A;
}

.portal-icon--success {
  background: rgba(207, 255, 106, 0.1);
  border-color: rgba(207, 255, 106, 0.25);
}

.portal-icon--mail {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.portal-footer {
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.login-mobile-footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}
@media (min-width: 768px) {
  .login-mobile-footer {
    display: none;
  }
}

.login-mobile-footer__copyright {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  white-space: nowrap;
}

.portal-label-hint {
  font-size: 0.65rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  margin-left: 0.35rem;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.portal-section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0.5rem 0;
}

.portal-add-phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: color 0.15s;
  margin-top: 0.25rem;
}
.portal-add-phone svg {
  flex-shrink: 0;
}
.portal-add-phone:hover {
  color: rgba(255, 255, 255, 0.75);
}

.portal-phone-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 4px;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  line-height: 0;
}
.portal-phone-remove:hover {
  color: #f87171;
  background: rgba(220, 38, 38, 0.12);
}

.portal-card .form-select {
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255,255,255,0.35)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 0.85rem;
  font-size: 0.95rem;
  color: #fff;
  padding: 0.8rem 2.5rem 0.8rem 1rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.portal-card .form-select option {
  background: #0f2920;
  color: #fff;
}
.portal-card .form-select:focus {
  background-color: rgba(207, 255, 106, 0.05);
  border-color: #CFFF6A;
  box-shadow: 0 0 0 0.2rem rgba(207, 255, 106, 0.15);
  color: #fff;
}

.portal-card--wide {
  max-width: 560px;
}

.setup-pane {
  display: none;
}

.setup-pane.is-active {
  display: block;
}

.setup-steps {
  display: flex;
  align-items: center;
  gap: 0;
}

.setup-steps__line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.3s;
}

.setup-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.setup-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.setup-step__label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.25s;
}

.setup-step.is-active .setup-step__num {
  background: #CFFF6A;
  border-color: #CFFF6A;
  color: #0F2424;
}
.setup-step.is-active .setup-step__label {
  color: #CFFF6A;
}

.setup-step.is-complete .setup-step__num {
  background: rgba(207, 255, 106, 0.15);
  border-color: rgba(207, 255, 106, 0.4);
  color: #CFFF6A;
  font-size: 0;
}
.setup-step.is-complete .setup-step__num::after {
  content: "✓";
  font-size: 0.75rem;
}
.setup-step.is-complete .setup-step__label {
  color: rgba(207, 255, 106, 0.5);
}

.setup-step.is-complete + .setup-steps__line {
  background: rgba(207, 255, 106, 0.3);
}

.setup-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.btn-prev {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.82rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: color 0.15s;
}
.btn-prev:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*# sourceMappingURL=portal.css.map */
