@keyframes orb-drift-1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(60px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 50px) scale(0.95);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes orb-drift-2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-50px, 60px) scale(1.08);
  }
  66% {
    transform: translate(40px, -30px) scale(0.97);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes orb-drift-3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -60px) scale(1.05);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
@keyframes pdot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.6);
  }
}
@keyframes float-up {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #070B14;
  color: #C8D8EE;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  color: #57BBFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

::selection {
  background: rgba(87, 187, 255, 0.3);
  color: #FFFFFF;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #070B14;
}

::-webkit-scrollbar-thumb {
  background: #57BBFF;
  border-radius: 2px;
}

.animate-me {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.animate-me.in-view {
  opacity: 1;
  transform: translateY(0);
}
.animate-me:nth-child(1) {
  transition-delay: 0s;
}
.animate-me:nth-child(2) {
  transition-delay: 0.07s;
}
.animate-me:nth-child(3) {
  transition-delay: 0.14s;
}
.animate-me:nth-child(4) {
  transition-delay: 0.21s;
}
.animate-me:nth-child(5) {
  transition-delay: 0.28s;
}
.animate-me:nth-child(6) {
  transition-delay: 0.35s;
}
.animate-me:nth-child(7) {
  transition-delay: 0.42s;
}
.animate-me:nth-child(8) {
  transition-delay: 0.49s;
}
.animate-me:nth-child(9) {
  transition-delay: 0.56s;
}
.animate-me:nth-child(10) {
  transition-delay: 0.63s;
}
.animate-me:nth-child(11) {
  transition-delay: 0.7s;
}
.animate-me:nth-child(12) {
  transition-delay: 0.77s;
}

.dark-tech-su-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

.dark-tech-su-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(87, 187, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(87, 187, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}

.dark-tech-su-orb {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}
.dark-tech-su-orb--1 {
  width: 480px;
  height: 480px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(87, 187, 255, 0.18) 0%, transparent 70%);
  animation: orb-drift-1 18s ease-in-out infinite;
}
.dark-tech-su-orb--2 {
  width: 380px;
  height: 380px;
  bottom: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.14) 0%, transparent 70%);
  animation: orb-drift-2 22s ease-in-out infinite;
}
.dark-tech-su-orb--3 {
  width: 280px;
  height: 280px;
  top: 50%;
  right: 30%;
  background: radial-gradient(circle, rgba(245, 206, 130, 0.08) 0%, transparent 70%);
  animation: orb-drift-3 14s ease-in-out infinite;
}

.dark-tech-su-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .dark-tech-su-layout {
    grid-template-columns: 1fr;
  }
}

.dark-tech-su-left {
  display: flex;
  flex-direction: column;
  padding: 40px 48px 48px 100px;
  position: relative;
}
.dark-tech-su-left::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(87, 187, 255, 0.2), transparent);
}
@media (max-width: 1023px) {
  .dark-tech-su-left::after {
    display: none;
  }
}
@media (max-width: 1279px) {
  .dark-tech-su-left {
    padding: 36px 40px 40px;
  }
}
@media (max-width: 1023px) {
  .dark-tech-su-left {
    display: none;
  }
}
.dark-tech-su-left__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
}
.dark-tech-su-left__headline {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (max-width: 1279px) {
  .dark-tech-su-left__headline {
    font-size: 36px;
  }
}
.dark-tech-su-left__sub {
  font-size: 16px;
  color: #8BA4C4;
  line-height: 1.75;
  max-width: 420px;
  margin-bottom: 36px;
}
@media (max-width: 1279px) {
  .dark-tech-su-left__sub {
    font-size: 14px;
  }
}

.dark-tech-su-logo {
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.dark-tech-su-logo svg,
.dark-tech-su-logo img {
  height: 32px;
  width: auto;
}
.dark-tech-su-logo:hover {
  opacity: 0.85;
}

.dark-tech-su-accent--blue {
  color: #57BBFF;
}
.dark-tech-su-accent--gold {
  color: #F5CE82;
}
.dark-tech-su-accent--red {
  color: #EA3E2E;
}

.dark-tech-su-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #57BBFF;
  background: rgba(87, 187, 255, 0.08);
  border: 1px solid rgba(87, 187, 255, 0.2);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.dark-tech-su-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #57BBFF;
  animation: pdot 2s infinite;
  flex-shrink: 0;
}

.dark-tech-su-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.dark-tech-su-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.dark-tech-su-feature__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(87, 187, 255, 0.1);
  border: 1px solid rgba(87, 187, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #57BBFF;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dark-tech-su-feature:hover .dark-tech-su-feature__icon {
  transform: scale(1.1) rotate(-5deg);
}
.dark-tech-su-feature__name {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.dark-tech-su-feature__desc {
  font-size: 12px;
  color: #8BA4C4;
  line-height: 1.5;
}

.dark-tech-su-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dark-tech-su-trust__badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8BA4C4;
  border: 1px solid rgba(87, 187, 255, 0.15);
  border-radius: 4px;
  padding: 4px 9px;
  transition: border-color 0.2s, color 0.2s;
}
.dark-tech-su-trust__badge:hover {
  border-color: rgba(87, 187, 255, 0.3);
  color: #C8D8EE;
}

.dark-tech-su-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  position: relative;
}
@media (max-width: 767px) {
  .dark-tech-su-right {
    padding: 32px 20px;
  }
}
@media (max-width: 479px) {
  .dark-tech-su-right {
    padding: 24px 16px;
  }
}

.dark-tech-su-card {
  width: 100%;
  max-width: 480px;
  background: #0C1628;
  border: 1px solid rgba(87, 187, 255, 0.15);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  animation: scale-in 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s both;
  position: relative;
  overflow: hidden;
}
.dark-tech-su-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #57BBFF, #A78BFA, #F5CE82);
}
@media (max-width: 767px) {
  .dark-tech-su-card {
    padding: 28px 22px;
    border-radius: 18px;
  }
}
@media (max-width: 479px) {
  .dark-tech-su-card {
    padding: 24px 18px;
  }
}
.dark-tech-su-card__header {
  margin-bottom: 28px;
}
.dark-tech-su-card__title {
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .dark-tech-su-card__title {
    font-size: 20px;
  }
}
.dark-tech-su-card__sub {
  font-size: 13px;
  color: #8BA4C4;
}
.dark-tech-su-card__sub a {
  color: #57BBFF;
  font-weight: 600;
}

.dark-tech-su-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 479px) {
  .dark-tech-su-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.dark-tech-su-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.dark-tech-su-field:last-of-type {
  margin-bottom: 0;
}
.dark-tech-su-field label {
  font-size: 12px;
  font-weight: 700;
  color: #C8D8EE;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.dark-tech-su-field label i {
  color: rgba(87, 187, 255, 0.6);
  font-size: 11px;
}
.dark-tech-su-field.focused label {
  color: #57BBFF;
}
.dark-tech-su-field.focused label i {
  color: #57BBFF;
}
.dark-tech-su-field input {
  background: rgba(7, 11, 20, 0.7);
  border: 1px solid rgba(87, 187, 255, 0.15);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s, transform 0.2s;
}
.dark-tech-su-field input::placeholder {
  color: rgba(139, 164, 196, 0.6);
}
.dark-tech-su-field input:hover {
  border-color: rgba(87, 187, 255, 0.3);
  background: rgba(7, 11, 20, 0.85);
}
.dark-tech-su-field input:focus {
  border-color: rgba(87, 187, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(87, 187, 255, 0.1);
  background: rgba(26, 43, 74, 0.25);
  transform: translateY(-1px);
}
.dark-tech-su-field input.filled:not(:focus) {
  border-color: rgba(52, 211, 153, 0.3);
}
.dark-tech-su-field__hint {
  font-size: 11px;
  color: #8BA4C4;
  line-height: 1.5;
  animation: float-up 0.3s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.dark-tech-su-field__password-wrap {
  position: relative;
}
.dark-tech-su-field__password-wrap input {
  padding-right: 44px;
}
.dark-tech-su-field__eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #8BA4C4;
  cursor: pointer;
  font-size: 14px;
  padding: 4px;
  transition: color 0.2s;
}
.dark-tech-su-field__eye:hover {
  color: #FFFFFF;
}

.dark-tech-su-strength {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  animation: float-up 0.3s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.dark-tech-su-strength__bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
.dark-tech-su-strength__fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.4s;
}
.dark-tech-su-strength__label {
  font-size: 11px;
  font-weight: 700;
  min-width: 48px;
  text-align: right;
  transition: color 0.3s;
}

.dark-tech-su-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin: 18px 0;
  user-select: none;
}
.dark-tech-su-checkbox input {
  display: none;
}
.dark-tech-su-checkbox__box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid rgba(87, 187, 255, 0.15);
  background: rgba(7, 11, 20, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #070B14;
  font-size: 10px;
}
.dark-tech-su-checkbox__box i {
  opacity: 0;
  transform: scale(0) rotate(-20deg);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dark-tech-su-checkbox.checked .dark-tech-su-checkbox__box {
  background: #57BBFF;
  border-color: #57BBFF;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(87, 187, 255, 0.4);
}
.dark-tech-su-checkbox.checked .dark-tech-su-checkbox__box i {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.dark-tech-su-checkbox.shake {
  animation: shake 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.dark-tech-su-checkbox span {
  font-size: 13px;
  color: #8BA4C4;
  line-height: 1.5;
}
.dark-tech-su-checkbox span a {
  color: #57BBFF;
  font-weight: 600;
}

.dark-tech-su-error {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(234, 62, 46, 0.08);
  border: 1px solid rgba(234, 62, 46, 0.25);
  border-radius: 8px;
  color: #f07070;
  font-size: 13px;
  margin-bottom: 14px;
  animation: float-up 0.3s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.dark-tech-su-error::before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex-shrink: 0;
}

.dark-tech-su-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #57BBFF, #3aa8f0);
  color: #070B14;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}
.dark-tech-su-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
  background-size: 200% auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.dark-tech-su-submit i {
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dark-tech-su-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 48px rgba(87, 187, 255, 0.45);
}
.dark-tech-su-submit:hover::before {
  opacity: 1;
  animation: shimmer 0.8s linear;
}
.dark-tech-su-submit:hover i {
  transform: translateY(-2px) rotate(-15deg);
}
.dark-tech-su-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(87, 187, 255, 0.3);
}
.dark-tech-su-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .dark-tech-su-submit {
    font-size: 14px;
    padding: 14px 20px;
  }
}

.fa-spin {
  animation: spin 0.8s linear infinite;
}

.dark-tech-su-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #8BA4C4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 22px 0 18px;
}
.dark-tech-su-divider::before, .dark-tech-su-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(87, 187, 255, 0.15);
}

.dark-tech-su-oauth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.dark-tech-su-oauth__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  background: rgba(7, 11, 20, 0.6);
  border: 1px solid rgba(87, 187, 255, 0.15);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #C8D8EE;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.dark-tech-su-oauth__btn i {
  font-size: 15px;
}
.dark-tech-su-oauth__btn:hover {
  border-color: rgba(87, 187, 255, 0.4);
  background: rgba(87, 187, 255, 0.06);
  color: #FFFFFF;
  transform: translateY(-2px);
  text-decoration: none;
}

.dark-tech-su-deploy-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
  color: #8BA4C4;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.dark-tech-su-deploy-cta i {
  color: rgba(87, 187, 255, 0.5);
}
.dark-tech-su-deploy-cta a {
  color: #57BBFF;
  font-weight: 700;
  white-space: nowrap;
}
.dark-tech-su-deploy-cta a i {
  font-size: 11px;
  margin-left: 3px;
  transition: transform 0.2s;
}
.dark-tech-su-deploy-cta a:hover i {
  transform: translateX(3px);
}

.dark-tech-su-success {
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 20, 0.92);
  backdrop-filter: blur(20px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.dark-tech-su-success.visible {
  opacity: 1;
  pointer-events: all;
}
.dark-tech-su-success__card {
  background: #0C1628;
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  max-width: 440px;
  width: 100%;
  animation: scale-in 0.5s cubic-bezier(0.25, 1, 0.5, 1) both;
}
@media (max-width: 767px) {
  .dark-tech-su-success__card {
    padding: 36px 24px;
    border-radius: 18px;
  }
}
.dark-tech-su-success__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.12);
  border: 2px solid rgba(52, 211, 153, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 32px;
  color: #34D399;
  animation: pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}
.dark-tech-su-success__title {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  animation: fade-up 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
}
.dark-tech-su-success__msg {
  font-size: 15px;
  color: #8BA4C4;
  line-height: 1.7;
  margin-bottom: 16px;
  animation: fade-up 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s both;
}
.dark-tech-su-success__email {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #57BBFF;
  background: rgba(87, 187, 255, 0.1);
  border: 1px solid rgba(87, 187, 255, 0.25);
  border-radius: 8px;
  padding: 8px 18px;
  animation: fade-up 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s both;
}

.dark-tech-su-left {
  position: relative;
}

.dark-tech-su-left__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
  position: absolute;
  top: 128px;
  left: 48px;
  right: 48px;
  bottom: 0;
}
.dark-tech-su-left__content.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 32px;
}
.dark-tech-su-left__content.exiting {
  opacity: 0;
  transform: translateX(20px);
  position: absolute;
  top: 128px;
  left: 48px;
  right: 48px;
  bottom: 0;
  pointer-events: none;
}

.dark-tech-su-flip {
  width: 100%;
  max-width: 480px;
  perspective: 1200px;
}

.dark-tech-su-flip__inner {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.dark-tech-su-flip.flipped .dark-tech-su-flip__inner {
  transform: rotateY(180deg);
}

.dark-tech-su-flip__face {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.dark-tech-su-flip__face--back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.dark-tech-su-forgot {
  text-align: right;
  margin-top: -8px;
  margin-bottom: 16px;
}
.dark-tech-su-forgot a {
  font-size: 12px;
  color: #8BA4C4;
  transition: color 0.2s;
}
.dark-tech-su-forgot a:hover {
  color: #57BBFF;
  text-decoration: none;
}

.dark-tech-su-deploy-cta {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.dark-tech-su-deploy-cta.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.fa-spin {
  animation: spin 0.8s linear infinite;
}

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