* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Helvetica Regular */
@font-face {
  font-family: 'Helvetica';
  src: url('./assets/fonts/Helvetica-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Helvetica Bold */
@font-face {
  font-family: 'Helvetica';
  src: url('./assets/fonts/Helvetica-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Helvetica Italic */
@font-face {
  font-family: 'Helvetica';
  src: url('./assets/fonts/Helvetica-Oblique-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Helvetica Light */
@font-face {
  font-family: 'Helvetica';
  src: url('./assets/fonts/Helvetica-Light-05.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Helvetica Neue Regular */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Helvetica Neue Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Helvetica Neue Light */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Helvetica Neue Thin */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/fonts/HelveticaNeue-Thin-13.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Helvetica Neue Medium */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #060d22;
  color: #ffffff;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

/* Layout components */
.main-container {
  width: 100%;
  min-height: 100vh;
  background-color: #060d22;
}

.header-section {
  background-color: #000c51;
  padding: 6px 16px;
  position: relative;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  min-height: 60px;
  margin: 0 auto;
}

.header-mask {
  position: absolute;
}

.logo-section {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.trapezoid {
  position: absolute;
  width: 315px;
  height: 96.03px;
  background: linear-gradient(0deg, #2376FF 20%, #154799 32%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.trapezoid-2 {
  position: absolute;
  width: 305px;
  height: 91px;
  background: #000C51;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.logo-img {
  width: 136px;
  height: 36px;
  z-index: 3;
  position: relative;
}

.header-left {
  display: flex;
  align-items: center;
  width: 90%;
}

.promo-banner {
  margin-left: 138px;
  position: relative;
  width: 100%;
}

.header-mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.promo-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 44%;
  height: auto;
}

.promo-icon {
  width: 56px;
  height: 60px;
  z-index: 3;
}

.promo-text-container {
  background-color: #000f53;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #D9D9D9;
  margin-left: -28px;
  margin-bottom: -5px;
  padding: 4px 16px 4px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.promo-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-transform: capitalize;
  color: #f0c061;
}

.auth-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-right: 138px;
  z-index: 4;
}

.btn-login {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 4px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 33px;
}

.btn-register {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #000c51;
  border-radius: 8px;
  padding: 4px;
  background: linear-gradient(90deg, #ffffbe 0%, #edb34d 100%);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 127px;
  height: 33px;
}

/* Hero section */
.hero-section {
  background-image: url('./assets/images/artboard.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 354px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hero-container {
  width: 50%;
  align-items: center;
  text-align: center;
  position: relative;
}

.hero-main-text {
  position: relative;
  cursor: pointer;
}

.hero-cta-text {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
}

/* Navigation menu */
.nav-section {
  background-color: #0e1631;
  padding: 28px;
  min-height: 130px;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 94px;
  row-gap: 30px;
  margin: 0 auto;
}

.nav-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 90px;
}

.nav-icon {
  width: 32px;
  height: 32px;
}

.nav-text {
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #f7da88;
}

/* Promotional cards section */
.promo-cards-section {
  padding: 0 56px;
  margin-top: 2px;
}

.promo-card {
  position: relative;
  width: fit-content;
}

.promo-card-wrapper {
  background: linear-gradient(270deg, #1b50a7 0%, #020613 100%);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  display: inline-flex;
  justify-content: end;
  align-items: end;
}

.promo-card-inner {
  background: linear-gradient(270deg, #0e1631 0%, #2b4397 100%);
  border-radius: 12px;
  margin: 3px;
  position: relative;
  overflow: hidden;
  width: 461px;
  height: 218px;
}

.promo-cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 64px;
  margin: auto;
  margin-top: 60px;
}

.promo-left-column {
  display: inline-flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.promo-card-bg {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.promo-card-content {
  position: absolute;
  top: 50%;
  right: -50%;
  padding-right: 16px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.promo-card-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.promo-card-text-casino {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: end;
  align-items: end;
}

.promo-card-1-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.promo-card-2-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
}

.promo-card-3-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
}

.gold-text-badge {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  background: linear-gradient(180deg, #EDB34D 0%, #FFFFBE 50%, #EDB34D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-image: linear-gradient(180deg, #FCF0A7 0%, #EDB34D 50%, #FCF0A7 100%) 1;
}

.promo-join-text {
  font-size: 22px;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 8px;
}

.promo-card-1-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  gap: 8px;
}

.promo-card-2-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.promo-receive-text {
  font-size: 22px;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.promo-refund-text {
  font-size: 22px;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  line-height: 27px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
}

.first-pay-text {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  height: 70px;
}

.refund-text {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  height: 70px;
}

.live-casino-text {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  height: 44px;
}

.promo-100k-text {
  font-size: 43px;
  font-family: Hanuman;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(90deg, #edb34d 0%, #ffffbe 50%, #edb34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.promo-card-1-image {
  position: absolute;
  left: -30px;
  top: -23px;
  width: 168px;
  height: 240px;
}

.promo-card-2-image {
  position: absolute;
  left: 10px;
  top: -23px;
  width: 168px;
  height: 240px;
}

.promo-card-3-image {
  position: absolute;
  left: -20px;
  top: -43px;
  width: 270px;
  height: 264px;
}

.promo-card-4-image {
  position: absolute;
  left: 4px;
  top: -36px;
  width: 221px;
  height: 257px;
}

.vertical-line {
  width: 3px;
  height: 148px;
  background: linear-gradient(180deg, #000c1a 0%, #2375fe 50%, #000c1a 100%);
  align-self: flex-end;
  margin-bottom: 32px;
}

/* Footer section */
.footer-section {
  background-color: #0e1631;
  padding: 0 56px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.footer-bg-left {
  position: absolute;
  left: 0;
  top: 38px;
  width: 482px;
  height: 498px;
}

.footer-bg-right {
  position: absolute;
  right: 0;
  top: 38px;
  width: 360px;
  height: 498px;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 78%;
  margin: 0 auto;
  padding-bottom: 16px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 8px;
}

.footer-line {
  width: 100%;
  height: 0px;
  background: linear-gradient(90deg, #004b99 0%, #007dff 50%, #004b99 100%);
  box-shadow: 0px 0px 60px 13px #a1a3ff;
}

.footer-main {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 8px;
  z-index: 1;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: center;
  width: 100%;
}

.footer-info-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.footer-company-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-end;
  width: 76%;
  margin-top: 12px;
}

.footer-company-logo {
  display: flex;
  gap: 18px;
}

.footer-title-mobile {
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 16px;
  text-align: start;
  text-transform: capitalize;
  color: #ffffff;
  display: none;
}

.footer-logo {
  width: 182px;
  height: 48px;
}

.footer-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer-title {
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-left: 6px;
}

.footer-text {
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
  width: 94%;
  max-width: 481px;
}

.footer-social {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 8px;
}

.footer-social-text {
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
  align-self: flex-start;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
}

.footer-payment-icon {
  width: 37px;
  height: 37px;
}

.footer-vertical-line {
  width: 2px;
  height: 192px;
  background: linear-gradient(180deg, #000c1a 0%, #2375fe 50%, #000c1a 100%);
}

.footer-horizontal-line {
  display: none;
}

.footer-copyright {
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 14px;
  text-align: right;
  text-transform: capitalize;
  color: #ffffff;
  margin-right: 62px;
}

.footer-payment-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 30px;
}

.footer-payment-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 cột bằng nhau */
  align-items: center;
  width: 100%;
  column-gap: 30px;
  row-gap: 10px;
}

.footer-payment-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.footer-payment-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 50px;
  position: relative;
}

.footer-payment-text {
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #888abf;
}

/* Interactive states */
.btn-login:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.btn-register:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(237, 179, 77, 0.3);
}

.nav-item:hover {
  transform: translateY(-2px);
}

.nav-item:hover .nav-text {
  color: #ffffff;
}

.promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.footer-payment-item:hover {
  transform: scale(1.05);
}

.footer-payment-item:hover .footer-payment-text {
  color: #ffffff;
}

/* Transitions */
.btn-login,
.btn-register,
.nav-item,
.promo-card,
.footer-payment-item {
  transition: all 0.3s ease-in-out;
}

.swiper-container {
  display: none;
}

.swiper-slide.swiper-slide-visible {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

section.gif {
  display: none;
}

.mask-gift {
  width: 100%;
  object-fit: fill;
  height: 100px;
  position: absolute;
}

/* Responsive media queries */
@media (max-width: 300px) {
  .promo-card {
    transform: scale(0.45) !important;
  }
}

@media (max-width: 400px) {
  .swiper-container {
    display: block;
    height: 200px !important;
  }

  .promo-card {
    transform: scale(0.60) !important;
  }

  .footer-payment-text {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 500px) {
  .promo-text {
    font-size: 14px;
  }

  .logo-section {
    left: -20px !important;
  }

  .nav-menu {
    column-gap: 10px !important;
    row-gap: 10px !important;
  }

  .nav-text {
    font-size: 14px;
  }

  .hero-cta-text {
    font-size: 18px;
  }

  .btn-login,
  .btn-register {
    width: 86px;
    height: 24px;
    font-size: 12px;
    line-height: 14px;
  }

  .logo-img {
    right: -70px !important;
    height: 20px;
    width: 76px;
  }

  .footer-payment-row {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 0px;
  }

  .footer-payment-text {
    font-size: 14px;
    line-height: 16px;
  }

  .promo-card {
    transform: scale(0.75);
  }

}

@media (max-width: 768px) {
  .header-left {
    width: 100%;
    justify-content: center;
  }

  .logo-img {
    right: -20px;
  }

  .nav-section {
    padding: 12px
  }

  .promo-banner {
    display: none;
  }

  .hero-section {
    background-image: url('./assets/images/artboard_mobile.png');
  }

  .hero-container {
    width: 100%;

  }

  .promo-cards-section {
    padding: 0 16px;
  }

  .promo-left-column {
    width: 100%;
    margin-left: 0;
  }

  .modal-inner {
    flex-direction: column;
  }

  .modal-left {
    height: 120px !important;
    width: 100% !important;
    overflow: hidden;
  }

  .modal-right {
    border-radius: 15px;
    background-color: #0E1631;
    padding: 24px 18px !important;
  }

  .form-title,
  .form-title-2 {
    margin-bottom: 8px !important;
  }

  .background-modal {
    display: none;
  }

  .background-modal-mobile {
    display: block !important;
    width: 100%;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
  }

  .footer-section {
    padding: 0 12px !important;
  }

  .footer-inner {
    margin-left: 0px;
  }

  .footer-logo {
    width: 115px;
    height: 32px;
  }

  .footer-title-mobile {
    font-size: 12px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 16px;
    text-align: start;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
  }

  .footer-title {
    display: none;
  }

  .footer-social {
    margin-left: 0;
  }

  .footer-copyright {
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  .nav-menu {
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
  }

  .promo-content {
    width: fit-content;
  }

  section.gif {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 16px;
  }

  .logo-section {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 70px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .logo-img {
    right: -20px;
  }

  .auth-buttons {
    margin-right: 0;
  }

  .promo-banner {
    display: none;
  }

  .promo-cards-container {
    display: none;
  }

  .swiper-container {
    display: block;
    height: 300px;
  }

  .footer-main {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .footer-section {
    padding: 0 28px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-info-section {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .footer-vertical-line {
    display: none;
  }

  .footer-horizontal-line {
    height: 2px;
    width: 100%;
    background: linear-gradient(180deg, #000c1a 0%, #2375fe 50%, #000c1a 100%);
    display: block;
  }

  .footer-company-info {
    width: 100%;
  }

  .footer-payment-section {
    width: 100%;
    margin-top: 0;
  }

  .footer-payment-row {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0px;
  }

  .footer-payment-text {
    color: #ffffff;
    font-weight: 400;

  }

  .footer-text {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .main-container {
    max-width: 1512px;
    margin: 0 auto;
  }
}

.background-modal-mobile {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

.modal.is-open {
  display: block;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;

  background: linear-gradient(135deg,
      /* góc chéo giống hình */
      #1B50A8 0%,
      #060D22 50%,
      #1B50A8 100%,
      #060D22 100%);
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: white;
}

.modal-inner {
  display: flex;
  height: 100%;
  background-color: #0E1631;
  border-radius: 15px;
}

.modal-left {
  width: 380px;
  height: 100%;
}

.modal-right {
  flex: 1;
  width: 400px;
  padding: 40px 24px;
}

.background-modal {
  width: 380px;
  border-radius: 15px 0 0 15px;
  object-fit: cover;
}



/* //// */
.form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.form-title-2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.form-tabs {
  display: flex;
  border: 1px solid #4a5b9c;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.form-tabs .tab {
  flex: 1;
  padding: 10px;
  border: none;
  background: linear-gradient(90deg, #ffffbe 0%, #edb34d 100%);
  color: #000c51;
  font-size: 16px;
  cursor: pointer;
}

.form-tabs .tab.active {
  background: linear-gradient(90deg, #1b50a7 0%, #020613 100%);
  color: #fff;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #2a4fb3;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.form-group input::placeholder {
  color: #7a8dbf;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background:
    repeating-linear-gradient(to bottom,
      rgba(255, 255, 255, .08) 0px,
      rgba(255, 255, 255, .08) 0px,
      rgba(255, 255, 255, 0) 0px),
    linear-gradient(180deg, #3167E0 0%, #1E3C9C 60%, #142E79 100%);
  transition: transform .06s ease, filter .2s ease, box-shadow .2s ease;
}

.submit-btn:hover {
  filter: brightness(1.06);
}

.submit-btn:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 10px 16px rgba(255, 255, 255, .07),
    inset 0 -22px 30px rgba(0, 0, 0, .45),
    0 6px 18px rgba(0, 0, 0, .35);
}


.form-footer {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.form-footer a {
  color: #FCE06F;
  font-weight: bold;
  text-decoration: none;
}

/* Field */
.auth-field {
  height: 235px;
}

.field {
  position: relative;
  margin-bottom: 14px;
}

.field .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.field input {
  width: 100%;
  height: 50px;
  padding: 0 14px 0 44px;
  border-radius: 12px;
  outline: none;
  background: rgba(6, 18, 47, .55);
  border: 1px solid #25448c;
  color: #fff;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}

.field input::placeholder {
  color: #7486b5
}

.field input:focus {
  border-color: #2a67ff;
  box-shadow: 0 0 0 3px #2a67ff33;
}