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

body {
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(180deg, #eff5fb 0%, #e8f0f8 100%);
}

body::before,
body::after {
  content: '';
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

body::before {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -80px;
  background: rgba(15, 159, 143, 0.12);
}

body::after {
  width: 240px;
  height: 240px;
  left: -60px;
  bottom: -60px;
  background: rgba(243, 184, 79, 0.14);
}

.container-login100 {
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 159, 143, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(243, 184, 79, 0.08), transparent 20%);
}

.wrap-login100 {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.login-form-panel {
  padding: 44px;
  background: rgba(255, 255, 255, 0.96);
}

.login-side-panel {
  padding: 44px 36px;
  background: linear-gradient(160deg, #0f172a 0%, #12314d 55%, #0f766e 100%);
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-side-panel h2 {
  margin: 0 0 0.85rem;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.7rem);
  line-height: 1.08;
}

.login-side-panel p {
  margin-bottom: 1.5rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.98rem;
}

.login-side-list {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.login-side-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.login-side-item i {
  margin-top: 0.15rem;
  color: #f3b84f;
}

.login-side-item strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #ffffff;
  font-size: 0.94rem;
}

.login-side-item span {
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.88rem;
}

.login-side-panel .login100-pic {
  width: min(280px, 100%);
  margin: 0 auto;
  padding: 0;
}

.login-side-panel .login100-pic img {
  filter: drop-shadow(0 18px 34px rgba(15, 23, 42, 0.2));
}

.login-brand-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.login-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 159, 143, 0.12), rgba(243, 184, 79, 0.16));
}

.login-logo-mark img {
  width: 34px;
  height: 34px;
}

.login-brand-copy strong {
  display: block;
  color: #0f172a;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: 1.3rem;
}

.login-brand-copy span {
  display: block;
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.9rem;
}

.login100-form {
  width: 100%;
}

.login100-form-title {
  padding-bottom: 1rem;
  text-align: left;
  color: #0f172a;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: 2rem;
}

.login-subtitle {
  display: block;
  margin-top: 0.32rem;
  color: #64748b;
  font-size: 0.95rem;
  font-family: Poppins-Regular, sans-serif;
}

.wrap-input100 {
  margin-bottom: 1rem;
}

.input-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
}

.input100 {
  height: 56px;
  padding: 0 20px 0 58px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #f8fafc;
  color: #0f172a;
}

.symbol-input100 {
  padding-left: 22px;
  color: #0f9f8f;
}

.focus-input100 {
  border-radius: 16px;
}

.input100:focus + .focus-input100 {
  animation: none;
  box-shadow: 0 0 0 4px rgba(15, 159, 143, 0.14);
}

.input100:focus + .focus-input100 + .symbol-input100 {
  padding-left: 22px;
  color: #0f766e;
}

.container-login100-form-btn {
  margin-top: 1.25rem;
}

.login100-form-btn {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f9f8f, #16a34a);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 30px rgba(15, 159, 143, 0.2);
}

.login100-form-btn:hover {
  background: linear-gradient(135deg, #0d8b7e, #15803d);
}

.login-helper {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.88rem;
}

.login-error {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(254, 242, 242, 0.95);
  border: 1px solid rgba(248, 113, 113, 0.28);
  color: #b91c1c;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .wrap-login100 {
    grid-template-columns: 1fr;
  }

  .login-form-panel,
  .login-side-panel {
    padding: 32px;
  }
}

@media (max-width: 767.98px) {
  .container-login100 {
    padding: 16px;
  }

  .login-form-panel,
  .login-side-panel {
    padding: 24px;
  }

  .login100-form-title {
    font-size: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login100-form-btn,
  .input100,
  .symbol-input100 {
    transition: none !important;
    animation: none !important;
  }
}

/* Paper login theme */
body {
  background:
    radial-gradient(circle at top right, rgba(207, 170, 116, 0.18), transparent 22%),
    radial-gradient(circle at bottom left, rgba(181, 149, 112, 0.14), transparent 18%),
    linear-gradient(180deg, #f8f1e6 0%, #f1e6d6 100%);
}

body::before,
body::after {
  filter: blur(18px);
}

.container-login100 {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.56), rgba(255, 248, 238, 0.28)),
    repeating-linear-gradient(180deg, rgba(142, 116, 83, 0.035) 0, rgba(142, 116, 83, 0.035) 1px, transparent 1px, transparent 34px);
}

.wrap-login100 {
  background: rgba(255, 251, 245, 0.98);
  border: 1px solid rgba(142, 116, 83, 0.16);
  box-shadow: 0 22px 50px rgba(83, 63, 40, 0.1);
}

.login-form-panel {
  background:
    linear-gradient(180deg, rgba(255, 254, 251, 0.98), rgba(250, 244, 235, 0.98)),
    repeating-linear-gradient(180deg, rgba(142, 116, 83, 0.03) 0, rgba(142, 116, 83, 0.03) 1px, transparent 1px, transparent 34px);
}

.login-side-panel {
  background:
    linear-gradient(180deg, rgba(112, 88, 63, 0.96), rgba(88, 68, 48, 0.98)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 28px);
  color: #fff8ef;
}

.login-brand-copy strong,
.login100-form-title {
  color: #433526;
}

.login-brand-copy span,
.login-subtitle,
.login-helper,
.input-label {
  color: #77634b;
}

.login-logo-mark {
  background: linear-gradient(135deg, rgba(196, 161, 111, 0.16), rgba(233, 218, 191, 0.72));
}

.login-side-item {
  background: rgba(255, 247, 233, 0.08);
  border: 1px solid rgba(255, 240, 218, 0.08);
}

.login-side-item i {
  color: #f3d19e;
}

.input100 {
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(142, 116, 83, 0.18);
  color: #433526;
}

.symbol-input100 {
  color: #8a6a43;
}

.input100:focus + .focus-input100 {
  box-shadow: 0 0 0 4px rgba(180, 139, 93, 0.14);
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #725538;
}

.login100-form-btn {
  background: linear-gradient(135deg, #8f6c46, #b48b5d);
  box-shadow: 0 12px 22px rgba(143, 108, 70, 0.2);
}

.login100-form-btn:hover {
  background: linear-gradient(135deg, #7b5c3b, #a37b4f);
}

.login-error {
  background: rgba(255, 245, 240, 0.98);
  border: 1px solid rgba(203, 122, 92, 0.22);
  color: #9f3d28;
}

/* Sketch notebook login theme */
body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(180deg, #fffdf8 0, #fffdf8 33px, #dbe7f7 33px, #dbe7f7 34px),
    linear-gradient(90deg, transparent 0, transparent 78px, rgba(240, 123, 123, 0.2) 78px, rgba(240, 123, 123, 0.2) 80px, transparent 80px);
}

body::before,
body::after {
  display: none;
}

.container-login100 {
  background: transparent;
}

.wrap-login100,
.login-form-panel,
.login-side-panel,
.login-side-item {
  position: relative;
  border: 2px solid rgba(74, 98, 132, 0.16);
  box-shadow: 4px 4px 0 rgba(74, 98, 132, 0.1), 0 18px 34px rgba(56, 71, 95, 0.05);
}

.wrap-login100::after,
.login-form-panel::after,
.login-side-panel::after,
.login-side-item::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(74, 98, 132, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.login-form-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(249, 245, 236, 0.98)),
    repeating-linear-gradient(180deg, rgba(74, 98, 132, 0.045) 0, rgba(74, 98, 132, 0.045) 1px, transparent 1px, transparent 30px);
}

.login-side-panel {
  background:
    linear-gradient(180deg, rgba(57, 79, 111, 0.96), rgba(44, 63, 92, 0.98)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 20px);
  color: #f8fbff;
}

.login100-form-title,
.login-brand-copy strong,
.login-side-panel h2 {
  font-family: 'Segoe Print', 'Bradley Hand', 'Comic Sans MS', cursive;
  color: #30415d;
}

.login-side-panel h2,
.login-side-panel strong {
  color: #f8fbff;
}

.login-brand-copy span,
.login-subtitle,
.login-helper,
.input-label {
  color: #67758d;
}

.login-logo-mark,
.login-side-item i {
  background: #eef4fc;
  border: 2px solid rgba(74, 98, 132, 0.16);
  box-shadow: 3px 3px 0 rgba(74, 98, 132, 0.08);
  color: #355c7d;
}

.input100 {
  border: 2px solid rgba(74, 98, 132, 0.16);
  border-radius: 18px;
  box-shadow: inset 0 -2px 0 rgba(74, 98, 132, 0.06);
}

.symbol-input100 {
  color: #355c7d;
}

.login100-form-btn {
  background: #355c7d;
  border: 2px solid rgba(43, 63, 93, 0.42);
  box-shadow: 3px 3px 0 rgba(43, 63, 93, 0.16);
}

.login100-form-btn:hover {
  background: #2f4f6b;
  transform: translate(-1px, -1px);
}

/* Compact centered login */
body,
html {
  min-height: 100vh;
}

body {
  display: block;
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 197, 94, 0.10), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(251, 146, 60, 0.12), transparent 26%),
    linear-gradient(135deg, #08121f 0%, #102437 48%, #142d43 100%);
}

body::before,
body::after {
  filter: blur(28px);
}

body::before {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -90px;
  background: rgba(14, 165, 233, 0.18);
}

body::after {
  width: 300px;
  height: 300px;
  left: -90px;
  bottom: -90px;
  background: rgba(251, 146, 60, 0.14);
}

.container-login100.login-layout-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 24px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 58%);
}

.login-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.scene-mesh,
.scene-grid,
.scene-orb,
.scene-beam {
  position: absolute;
}

.scene-mesh {
  inset: -10%;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.14), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(52, 211, 153, 0.14), transparent 22%),
    radial-gradient(circle at 50% 78%, rgba(249, 115, 22, 0.14), transparent 24%);
  animation: meshDrift 18s ease-in-out infinite;
}

.scene-grid {
  inset: -8%;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.16) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 82%);
  animation: gridDrift 36s linear infinite;
}

.scene-orb {
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.75;
}

.scene-orb.orb-a {
  top: 10%;
  left: 11%;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(103, 232, 249, 0.62) 0%, rgba(103, 232, 249, 0) 72%);
  animation: orbFloatA 16s ease-in-out infinite;
}

.scene-orb.orb-b {
  top: 22%;
  right: 10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.42) 0%, rgba(74, 222, 128, 0) 74%);
  animation: orbFloatB 22s ease-in-out infinite;
}

.scene-orb.orb-c {
  left: 46%;
  bottom: 4%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.38) 0%, rgba(251, 146, 60, 0) 76%);
  animation: orbFloatC 18s ease-in-out infinite;
}

.scene-beam {
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  opacity: 0.56;
}

.scene-beam.beam-one {
  top: 26%;
  left: -6%;
  width: 38%;
  transform: rotate(-12deg);
  animation: beamSweepLeft 18s ease-in-out infinite;
}

.scene-beam.beam-two {
  right: -8%;
  bottom: 22%;
  width: 36%;
  transform: rotate(14deg);
  animation: beamSweepRight 20s ease-in-out infinite;
}

.wrap-login100.login-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 430px);
  padding: 22px;
  gap: 22px;
  border-radius: 32px;
  background: rgba(7, 14, 23, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 80px rgba(3, 8, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.login-story-panel {
  position: relative;
  min-height: 690px;
  padding: 44px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(8, 23, 38, 0.94) 0%, rgba(11, 31, 46, 0.92) 56%, rgba(15, 55, 59, 0.92) 100%);
  color: #f8fbff;
}

.login-story-panel::before {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

.login-story-panel::after {
  content: '';
  position: absolute;
  inset: auto 34px 30px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #2dd4bf 48%, #fb923c 100%);
}

.login-story-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.login-brand-row-story {
  margin-bottom: 1.65rem;
}

.login-logo-mark {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(56, 189, 248, 0.18));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}

.login-logo-mark img {
  width: 38px;
  height: 38px;
}

.login-brand-copy strong {
  display: block;
  color: #ffffff;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: 1.35rem;
}

.login-brand-copy span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
}

.login-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 36px;
  padding: 0 14px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d7f7e8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.login-story-title {
  margin: 0 0 1rem;
  max-width: 660px;
  color: #ffffff;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: clamp(2.55rem, 4vw, 4.15rem);
  line-height: 0.98;
}

.login-story-text {
  max-width: 590px;
  margin: 0 0 2rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}

.login-story-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 1.8rem;
}

.story-card {
  min-height: 166px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.story-card-wide {
  grid-column: span 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.06));
}

.story-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #d5efe8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-card strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #ffffff;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: 1.14rem;
}

.story-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.9rem;
  line-height: 1.7;
}

.login-story-metrics {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.metric-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.metric-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(56, 189, 248, 0.18));
  color: #ffffff;
  font-family: Montserrat-Bold, Poppins-Bold, sans-serif;
  font-size: 0.98rem;
}

.metric-copy {
  color: rgba(241, 245, 249, 0.88);
  font-size: 0.9rem;
  line-height: 1.6;
}

.login-form-panel.login-form-panel-modern {
  display: flex;
}

.login-form-card {
  width: 100%;
  padding: 30px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(248, 241, 232, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 24px 52px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.login-form-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 1.15rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f5b56;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.login-form-heading {
  margin-bottom: 1.15rem;
}

.login100-form-title {
  margin: 0;
  padding-bottom: 0;
  color: #1f2a37;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.06;
}

.login-subtitle {
  display: block;
  margin-top: 0.58rem;
  color: #6b5d4e;
  font-size: 0.95rem;
  line-height: 1.72;
}

.login100-form {
  width: 100%;
}

.wrap-input100 {
  margin-bottom: 1rem;
}

.input-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #564637;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.input100 {
  height: 58px;
  padding: 0 20px 0 58px;
  border-radius: 18px;
  border: 1px solid rgba(139, 116, 92, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: #1f2a37;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.input100:hover {
  border-color: rgba(20, 184, 166, 0.24);
}

.input100:focus {
  transform: translateY(-1px);
  border-color: rgba(14, 165, 233, 0.32);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.10);
}

.symbol-input100 {
  padding-left: 22px;
  color: #0f766e;
}

.focus-input100 {
  border-radius: 18px;
}

.input100:focus + .focus-input100 {
  animation: none;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.12);
}

.input100:focus + .focus-input100 + .symbol-input100 {
  padding-left: 22px;
  color: #0b5f57;
}

.container-login100-form-btn {
  margin-top: 1.15rem;
}

.login100-form-btn {
  width: 100%;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e 0%, #0ea5e9 100%);
  box-shadow: 0 18px 32px rgba(14, 165, 233, 0.2);
  letter-spacing: 0.03em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.login100-form-btn:hover {
  background: linear-gradient(135deg, #115e59 0%, #0284c7 100%);
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(14, 165, 233, 0.24);
  filter: saturate(1.04);
}

.login-error {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 243, 240, 0.98);
  border: 1px solid rgba(220, 38, 38, 0.12);
  color: #b42318;
  font-size: 0.9rem;
}

.login-support-list {
  display: grid;
  gap: 10px;
  margin-top: 1rem;
}

.support-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(139, 116, 92, 0.12);
}

.support-item i {
  color: #0f766e;
}

.support-item span {
  color: #54483d;
  font-size: 0.88rem;
  line-height: 1.55;
}

.login-compact-note {
  margin: 1rem 0 0;
  color: #6b5d4e;
  font-size: 0.84rem;
  line-height: 1.68;
}

.login-helper,
.login100-pic,
.login-side-panel,
.login-side-list {
  display: none !important;
}

@keyframes meshDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, -12px, 0) scale(1.04);
  }
}

@keyframes gridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-88px, -88px, 0);
  }
}

@keyframes orbFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(24px, -16px, 0) scale(1.08);
  }
}

@keyframes orbFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-26px, 18px, 0) scale(0.95);
  }
}

@keyframes orbFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(16px, -18px, 0) scale(1.05);
  }
}

@keyframes beamSweepLeft {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) rotate(-12deg);
  }

  50% {
    opacity: 0.58;
    transform: translate3d(20px, -8px, 0) rotate(-14deg);
  }
}

@keyframes beamSweepRight {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) rotate(14deg);
  }

  50% {
    opacity: 0.54;
    transform: translate3d(-18px, 10px, 0) rotate(16deg);
  }
}

@media (max-width: 991.98px) {
  .wrap-login100.login-shell {
    grid-template-columns: 1fr;
  }

  .login-story-panel {
    min-height: auto;
    padding: 32px 26px 36px;
  }

  .login-form-card {
    padding: 26px 22px;
  }

  .login-story-metrics {
    margin-top: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .container-login100.login-layout-shell {
    padding: 18px 14px;
  }

  .wrap-login100.login-shell {
    padding: 14px;
    gap: 14px;
    border-radius: 24px;
  }

  .login-story-panel {
    padding: 24px 20px 30px;
    border-radius: 22px;
  }

  .login-story-panel::after {
    left: 20px;
    right: 20px;
  }

  .login-story-title {
    font-size: 2rem;
  }

  .login-story-board {
    grid-template-columns: 1fr;
  }

  .story-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .scene-beam,
  .scene-orb.orb-b {
    display: none;
  }

  .login-logo-mark {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .login-story-title {
    font-size: 1.7rem;
  }

  .login100-form-title {
    font-size: 1.82rem;
  }

  .login-story-text,
  .story-card p,
  .metric-copy,
  .support-item span,
  .login-subtitle,
  .login-compact-note {
    font-size: 0.86rem;
  }

  .input100,
  .login100-form-btn {
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-mesh,
  .scene-grid,
  .scene-orb,
  .scene-beam {
    animation: none !important;
  }

  .input100,
  .login100-form-btn {
    transition: none;
  }
}
