* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1e293b;
  background: #f8fafc;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
}
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.skel {
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
  border-radius: 6px;
  color: transparent !important;
  user-select: none;
  pointer-events: none;
}
.skel::before,
.skel::after {
  visibility: hidden;
}
.skel * {
  visibility: hidden;
}
.skel--text {
  height: 14px;
  margin-bottom: 6px;
}
.skel--text:last-child {
  margin-bottom: 0;
}
.skel--text-sm {
  height: 12px;
}
.skel--text-lg {
  height: 18px;
}
.skel--text-xl {
  height: 24px;
}
.skel--heading {
  height: 20px;
  width: 60%;
}
.skel--circle {
  border-radius: 9999px;
}
.skel--card {
  min-height: 200px;
}
.skel--thumb {
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.skel--stat {
  height: 36px;
  width: 48px;
}
.skel--badge {
  height: 22px;
  width: 64px;
  border-radius: 9999px;
}
.skel--block {
  height: 100%;
  width: 100%;
}
.skel--w25 {
  width: 25%;
}
.skel--w33 {
  width: 33%;
}
.skel--w50 {
  width: 50%;
}
.skel--w75 {
  width: 75%;
}
.skel--w100 {
  width: 100%;
}
.skel_row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.skel_stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@-moz-keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-o-keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.login {
  min-height: 100vh;
  display: flex;
}
.login__promo {
  flex: 1;
  background: #1e1e2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.login__form_section {
  flex: 1;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.login__promo::before,
.login__promo::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
}
.login__promo::before {
  width: 12px;
  height: 12px;
  background: #fbc024;
  top: 25%;
  right: 15%;
}
.login__promo::after {
  width: 10px;
  height: 10px;
  background: #3b82f6;
  bottom: 30%;
  right: 12%;
}
.promo {
  max-width: 540px;
  color: #fff;
}
.promo__header {
  margin-bottom: 40px;
}
.promo__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.promo__title_accent {
  color: #fbc024;
}
.promo__subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  max-width: 480px;
}
.promo__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.feature__icon {
  width: 48px;
  height: 48px;
  background: rgba(251,192,36,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature__icon .icon {
  width: 24px;
  height: 24px;
  stroke: #fbc024;
}
.feature__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.feature__title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.feature__desc {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.promo__stats {
  display: flex;
  gap: 48px;
}
.stat {
  text-align: left;
}
.stat__value {
  font-size: 28px;
  font-weight: 700;
  color: #fbc024;
}
.stat__label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}
.login_card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.login_card__header {
  text-align: center;
  margin-bottom: 32px;
}
.login_card__logo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.login_card__logo_text {
  color: #1e293b;
}
.login_card__logo_accent {
  color: #fbc024;
}
.login_card__title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.login_card__subtitle {
  font-size: 14px;
  color: #64748b;
}
.login_form {
  margin-bottom: 24px;
}
.form_group {
  margin-bottom: 20px;
}
.form_label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 8px;
}
.form_input {
  width: 100%;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  color: #1e293b;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form_input::placeholder {
  color: #94a3b8;
}
.form_input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}
.form_input_wrapper {
  position: relative;
}
.form_input_wrapper .form_input {
  padding-right: 48px;
}
.form_input_toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  padding: 4px;
}
.form_input_toggle:hover {
  color: #475569;
}
.form_input_toggle .icon {
  width: 20px;
  height: 20px;
}
.form_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.form_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
}
.form_checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  cursor: pointer;
}
.form_link {
  font-size: 13px;
  color: #3b82f6;
  font-weight: 500;
  transition: color 0.15s ease;
}
.form_link:hover {
  color: #1e6ff5;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.15s ease;
  cursor: pointer;
  border: none;
}
.btn--primary {
  background: linear-gradient(135deg, #1e1e2f 0%, #2d4a6f 100%);
  color: #fff;
}
.btn--primary:hover {
  background: linear-gradient(135deg, #2d4a6f 0%, #32527c 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.btn--block {
  width: 100%;
}
.btn--lg {
  padding: 16px 32px;
  font-size: 16px;
}
.login_divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: #94a3b8;
  font-size: 13px;
}
.login_divider::before,
.login_divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}
.login_card__footer {
  text-align: center;
  font-size: 13px;
  color: #64748b;
}
.login_card__footer a {
  color: #3b82f6;
  font-weight: 500;
}
.login_card__footer a:hover {
  text-decoration: underline;
}
.login_sso {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}
.login_sso__text {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 12px;
}
.login_sso__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.login_sso__link:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.login_sso__link .icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .login {
    flex-direction: column;
  }
  .login__promo {
    padding: 32px;
    min-height: auto;
  }
  .login__form_section {
    padding: 32px;
    flex: 1;
  }
  .promo__title {
    font-size: 28px;
  }
  .promo__stats {
    gap: 32px;
  }
  .stat__value {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .login__promo {
    display: none;
  }
  .login__form_section {
    min-height: 100vh;
  }
  .login_card {
    padding: 24px;
  }
}
