/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/login/login.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* funnlX login page — scoped under .login-shell */

.login-shell {
  width: 100%; max-width: 1080px; min-height: 680px;
  display: flex; border-radius: 20px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(91,91,246,0.13), 0 4px 16px rgba(0,0,0,0.07);
}

/* ── Left panel ── */
.login-shell .ls-left {
  width: 55%;
  background: linear-gradient(148deg, #FAFAFA 0%, #F7F7F7 100%);
  padding: 48px 50px 44px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.login-shell .ls-left::before {
  content: ''; position: absolute; top: -120px; right: -100px;
  width: 420px; height: 420px; border-radius: 50%;
  background: rgba(0,0,0,0.025); pointer-events: none;
}
.login-shell .ls-left::after {
  content: ''; position: absolute; bottom: -80px; left: -70px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(0,201,167,0.08); pointer-events: none;
}
.login-shell .ls-left > * { position: relative; z-index: 1; }

.login-shell .ls-logo { display: flex; align-items: center; gap: 10px; }
.login-shell .ls-logo-name {
  font-weight: 800; font-size: 17px; color: #1A1A1A;
  letter-spacing: -0.6px; line-height: 1; display: block;
}
.login-shell .ls-logo-name .x { color: #5B5BF6; }
.login-shell .ls-logo-subtag {
  font-size: 8.5px; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: #9898B2; margin-top: 3px; display: block;
}

.login-shell .ls-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #00C9A7; margin-bottom: 16px;
}
.login-shell .ls-eyebrow::before {
  content: ''; width: 22px; height: 1.5px;
  background: #00C9A7; border-radius: 2px; display: block;
}

.login-shell .ls-h1 {
  font-family: 'Cairo', var(--font-cairo), sans-serif;
  font-weight: 900; font-size: 38px; line-height: 1.06;
  letter-spacing: -0.8px; color: #1A1A1A; margin-bottom: 8px;
}
.login-shell .ls-h1 .tel  { color: #00C9A7; }
.login-shell .ls-h1 .brand {
  font-family: 'Inter', sans-serif; font-weight: 800;
  font-size: 34px; letter-spacing: -0.6px;
}
.login-shell .ls-h1 .brand .x { color: #5B5BF6; }

.login-shell .ls-phrase {
  font-size: 13.5px; color: #52526E; line-height: 1.65;
  max-width: 310px; margin-bottom: 28px;
  border-left: 2.5px solid rgba(91,91,246,0.15);
  padding-left: 14px;
}
.login-shell .ls-phrase b { color: #1A1A1A; font-weight: 700; }

.login-shell .ls-feed-hd {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.login-shell .ls-feed-lbl {
  display: flex; align-items: center; gap: 7px; font-size: 9.5px;
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #9898B2;
}
.login-shell .ls-live {
  width: 6px; height: 6px; border-radius: 50%; background: #00C9A7;
  box-shadow: 0 0 0 3px rgba(0,201,167,0.22);
  animation: ls-pulse 2.2s ease-in-out infinite;
}
@keyframes ls-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(0,201,167,0.22); }
  50%      { box-shadow: 0 0 0 6px rgba(0,201,167,0.07); }
}
.login-shell .ls-ct {
  font-size: 9px; font-weight: 700; color: #9898B2;
  background: rgba(255,255,255,0.7); border: 1px solid rgba(91,91,246,0.15);
  border-radius: 20px; padding: 2px 10px;
}

.login-shell .ls-events { display: flex; flex-direction: column; gap: 7px; }
.login-shell .ls-ev {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.95);
  border-radius: 12px; padding: 10px 14px;
}
.login-shell .ls-av {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  font-size: 10.5px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.login-shell .ls-av.av-i { background: rgba(91,91,246,0.10); color: #5B5BF6; }
.login-shell .ls-av.av-t { background: rgba(0,201,167,0.10); color: #007A65; }
.login-shell .ls-av.av-a { background: rgba(245,158,11,0.11); color: #92400E; }
.login-shell .ls-ev-body { flex: 1; min-width: 0; }
.login-shell .ls-ev-name {
  font-size: 12.5px; font-weight: 700; color: #1A1A1A;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.login-shell .ls-ev-detail { font-size: 10.5px; color: #9898B2; margin-top: 1px; }
.login-shell .ls-ev-right { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; flex-shrink: 0; }
.login-shell .ls-ev-time { font-size: 9.5px; color: #C0BECF; }
.login-shell .ls-badge { font-size: 9.5px; font-weight: 700; padding: 2.5px 9px; border-radius: 20px; white-space: nowrap; }
.login-shell .ls-badge.b-q { background: rgba(91,91,246,0.10); color: #5B5BF6; }
.login-shell .ls-badge.b-b { background: rgba(0,201,167,0.10); color: #007A65; }
.login-shell .ls-badge.b-s { background: rgba(245,158,11,0.11); color: #92400E; }

.login-shell .ls-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.login-shell .ls-metric {
  background: rgba(255,255,255,0.70); border: 1px solid rgba(255,255,255,0.95);
  border-radius: 12px; padding: 13px 14px;
}
.login-shell .ls-mv {
  font-family: 'Cairo', var(--font-cairo), sans-serif;
  font-weight: 900; font-size: 21px; line-height: 1; color: #1A1A1A; margin-bottom: 3px;
}
.login-shell .ls-mv.i { color: #5B5BF6; }
.login-shell .ls-mv.t { color: #00C9A7; }
.login-shell .ls-ml { font-size: 10.5px; color: #9898B2; font-weight: 500; }

/* ── Right panel ── */
.login-shell .ls-right {
  flex: 1; background: #FFFFFF;
  display: flex; flex-direction: column;
  border-left: 1px solid #E5E5E5;
}
.login-shell .ls-top {
  padding: 20px 44px;
  border-bottom: 1px solid #EFEFEF;
  display: flex; align-items: center; justify-content: flex-end;
  flex-shrink: 0;
}
.login-shell .ls-trial {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: #5B5BF6;
  background: rgba(91,91,246,0.10); border-radius: 20px;
  padding: 6px 14px; text-decoration: none;
  transition: background .15s;
}
.login-shell .ls-trial:hover { background: rgba(91,91,246,0.20); }

.login-shell .ls-body {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 32px 48px;
}
.login-shell .ls-form { width: 100%; max-width: 308px; }

.login-shell .ls-status {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,201,167,0.10); border-radius: 20px;
  padding: 5px 12px 5px 9px; margin-bottom: 18px;
}
.login-shell .ls-sdot { width: 5px; height: 5px; border-radius: 50%; background: #00C9A7; }
.login-shell .ls-stxt { font-size: 10.5px; font-weight: 700; color: #007A65; letter-spacing: 0.04em; }

.login-shell .ls-title {
  font-family: 'Cairo', var(--font-cairo), sans-serif;
  font-weight: 900; font-size: 27px; color: #1A1A1A;
  letter-spacing: -0.5px; margin-bottom: 5px;
}
.login-shell .ls-sub { font-size: 13px; color: #9898B2; line-height: 1.6; margin-bottom: 26px; }

.login-shell .ls-field { margin-bottom: 13px; }
.login-shell .ls-lbl {
  display: block; font-size: 10.5px; font-weight: 700; color: #52526E;
  letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 6px;
}
.login-shell .ls-wrap { position: relative; }
.login-shell .ls-input {
  width: 100%; height: 47px;
  border: 1.5px solid #E5E5E5; border-radius: 8px;
  padding: 0 14px 0 43px;
  font-size: 14px; color: #1A1A1A; background: #F5F5F5; outline: none;
  transition: border-color .15s, box-shadow .15s, background .15s;
  box-sizing: border-box;
}
.login-shell .ls-input:focus {
  border-color: #5B5BF6;
  box-shadow: 0 0 0 3px rgba(91,91,246,0.10);
  background: #FFFFFF;
}
.login-shell .ls-input::-moz-placeholder { color: #C0BECF; }
.login-shell .ls-input::placeholder { color: #C0BECF; }
.login-shell .ls-ico {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: #C0BECF; font-size: 16px; pointer-events: none; line-height: 1;
}
.login-shell .ls-eye {
  position: absolute; right: 13px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; color: #C0BECF;
  font-size: 15px; line-height: 1; padding: 0;
}
.login-shell .ls-aux { display: flex; justify-content: flex-end; margin: 3px 0 18px; }
.login-shell .ls-link { font-size: 12px; color: #5B5BF6; font-weight: 600; text-decoration: none; }
.login-shell .ls-link:hover { text-decoration: underline; }

.login-shell .ls-btn {
  width: 100%; height: 49px;
  background: #5B5BF6; color: #fff;
  border: none; border-radius: 8px;
  font-family: 'Cairo', var(--font-cairo), sans-serif;
  font-weight: 900; font-size: 15.5px;
  cursor: pointer; letter-spacing: 0.02em;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  transition: background .15s, transform .1s;
}
.login-shell .ls-btn:hover:not(:disabled) { background: #4A4AE0; }
.login-shell .ls-btn:active { transform: scale(.985); }
.login-shell .ls-btn:disabled { opacity: 0.7; cursor: not-allowed; }

.login-shell .ls-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.login-shell .ls-div-line { flex: 1; height: 1px; background: #E5E5E5; }
.login-shell .ls-div-text { font-size: 10.5px; color: #C0BECF; font-weight: 500; }

.login-shell .ls-google {
  width: 100%; height: 46px;
  background: #FFFFFF; border: 1.5px solid #E5E5E5; border-radius: 8px;
  font-size: 13.5px; font-weight: 500; color: #1A1A1A;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px;
  transition: background .15s, border-color .15s;
}
.login-shell .ls-google:hover { background: #F5F5F5; border-color: #CCCCE0; }

.login-shell .ls-nudge { text-align: center; margin-top: 20px; font-size: 12.5px; color: #9898B2; }
.login-shell .ls-nudge a { color: #5B5BF6; font-weight: 700; text-decoration: none; }

.login-shell .ls-foot {
  padding: 15px 44px; border-top: 1px solid #EFEFEF;
  display: flex; align-items: center; justify-content: space-between;
  flex-shrink: 0;
}
.login-shell .ls-zaimah {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 500; color: #9898B2;
}
.login-shell .ls-z-badge {
  width: 19px; height: 19px; border-radius: 50%; background: #1A1A1A;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.login-shell .ls-z-badge span { font-size: 8.5px; font-weight: 800; color: #fff; }
.login-shell .ls-z-name { font-weight: 800; color: #1A1A1A; letter-spacing: 0.02em; }
.login-shell .ls-z-tech { font-weight: 600; color: #5B5BF6; letter-spacing: 0.02em; }
.login-shell .ls-foot-links { display: flex; gap: 14px; }
.login-shell .ls-foot-links a { font-size: 10.5px; color: #9898B2; text-decoration: none; }
.login-shell .ls-foot-links a:hover { color: #5B5BF6; }

/* ── Page wrapper ── */
body:has(.login-shell) {
  background: #E2E1ED;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 32px 20px;
}

/* ── Mobile ── */
@media (max-width: 780px) {
  .login-shell { flex-direction: column; min-height: auto; border-radius: 16px; }
  .login-shell .ls-left { width: 100%; padding: 28px 24px 24px; }
  .login-shell .ls-h1 { font-size: 28px; }
  .login-shell .ls-phrase { display: none; }
  .login-shell .ls-events .ls-ev:last-child { display: none; }
  .login-shell .ls-right { border-left: none; border-top: 1px solid #E5E5E5; }
  .login-shell .ls-top { padding: 14px 24px; }
  .login-shell .ls-body { padding: 28px 24px; }
  .login-shell .ls-foot { padding: 14px 24px; flex-wrap: wrap; gap: 10px; }
  .login-shell .ls-form { max-width: 100%; }
}

