@charset "UTF-8";

@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-regular.woff2") format("woff"), url("../fonts/greycliffcf-regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}


@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-medium.woff?caffeine") format("woff"), url("../fonts/greycliffcf-medium.ttf?caffeine") format("truetype");
  font-weight: 500; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-light.woff?caffeine") format("woff"), url("../fonts/greycliffcf-light.ttf?caffeine") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-demibold.woff?caffeine") format("woff"), url("../fonts/greycliffcf-demibold.ttf?caffeine") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-bold.woff?caffeine") format("woff"), url("../fonts/greycliffcf-bold.ttf?caffeine") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GreycliffCF";
  src:   url("../fonts/greycliffcf-heavy.woff?caffeine") format("woff"), url("../fonts/greycliffcf-heavy.ttf?caffeine") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ekip-mobil";
  src:   url("../fonts/ekip-mobil.woff?caffeine") format("woff"), url("../fonts/ekip-mobil.ttf?caffeine") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --tc-teal-950: #041e20;
  --tc-teal-900: #062c2f;
  --tc-teal-800: #0a3d41;
  --tc-teal-700: #105258;
  --tc-teal-600: #1a6e75;
  --tc-teal-500: #008c96;
  --tc-teal-400: #00aab5;
  --tc-teal-300: #00c4d0;
  --tc-teal-200: #5ddde6;
  --tc-teal-100: #b2f0f4;
  --tc-teal-50:  #e0fafb;

  --tc-yellow:       #f7bf03;
  --tc-yellow-light: #f8bd27;
  --tc-yellow-muted: #f5c800;
  --tc-yellow-dark:  #c9a200;

  --tc-navy-700: #1c2040;
  --tc-navy-600: #252b55;
  --tc-navy-500: #333d72;
  --tc-navy-400: #4d5a9e;

  --slate-900: #0c1117;
  --slate-800: #131920;
  --slate-700: #1e2830;
  --slate-600: #2d3a45;
  --slate-500: #4a5a6a;
  --slate-400: #7a8fa0;
  --slate-300: #a8bac8;
  --slate-200: #d0dbe5;
  --slate-100: #eaf0f5;
  --white:     #ffffff;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --font-main:  "GreycliffCF", "ekip-mobil", helvetica, arial, sans-serif;
}

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

html, body {
  height: 100%;
  font-family: var(--font-main);
  overflow: hidden;
}

body {
  display: flex;
  background: var(--slate-900);
}

.brand-promo-text {
  display: block;
  white-space: normal;
  overflow: hidden;
}
.brand-promo-text p {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  font-weight: 300;
  font-family: var(--font-main);
  letter-spacing: 0.1px;
  margin: 0;
  display: inline;
}
.brand-promo-text p + p::before {
  content: ' ';
}

.loading {
  width: 100%; height: 100%;
  position: fixed;
  background: rgba(255,255,255,.75);
  display: none;
  top: 0; left: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.loading img {
  width: 80px; height: 80px;
}

.layout {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-areas: "brand auth";
}

.brand {
  grid-area: brand;
  position: relative;
  overflow: hidden;
  background: var(--tc-teal-900);
  display: flex;
  flex-direction: column;
}

.brand-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 10% 0%, rgba(0, 30, 180, .22) 0%, transparent 50%), 
            radial-gradient(ellipse 55% 50% at 90% 100%, rgba(0, 10, 80, .60) 0%, transparent 55%), 
            linear-gradient(150deg, #001a8a 0%, #000f63 50%, #000840 100%);
  z-index: 0;
}

.brand-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(60px);
  animation: orbPulse 6s ease-in-out infinite;
}
.brand-orb-1 {
  width: 500px; height: 500px;
  top: -150px; left: -100px;
  background: radial-gradient(circle, rgba(0,210,220,.28), transparent 70%);
  animation-delay: 0s;
}
.brand-orb-2 {
  width: 400px; height: 400px;
  bottom: -100px; right: -80px;
  background: radial-gradient(circle, rgba(0,50,60,.50), transparent 70%);
  animation-delay: 2s;
}
.brand-orb-3 {
  width: 260px; height: 260px;
  top: 42%; left: 58%;
  background: radial-gradient(circle, rgba(255,210,0,.12), transparent 70%);
  animation-delay: 4s;
}
@keyframes orbPulse {
  0%, 100% { opacity: .6; transform: scale(1); }
  50%       { opacity: 1;  transform: scale(1.1); }
}

.brand-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px clamp(32px, 4vw, 60px) 40px;
}

.brand-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  height: 36px;
  width: auto;
  display: block;
  /*filter: brightness(0) invert(1) drop-shadow(0 2px 16px rgba(0,0,0,.3));*/
}

.brand-version {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .4px;
}
.brand-version-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ffd200;
  box-shadow: 0 0 8px rgba(255,210,0,.7);
  animation: dotBlink 2s ease-in-out infinite;
}
@keyframes dotBlink {
  0%, 100% { opacity: 1;   box-shadow: 0 0 8px rgba(255,210,0,.7); }
  50%       { opacity: .5; box-shadow: 0 0 4px rgba(255,210,0,.4); }
}

.brand-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 16px;
  gap: 20px;
}

.brand-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,235,120,.95);
  font-size: clamp(20px, 2vw, 35px);
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}


.brand-headline {
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--white);
  letter-spacing: -.5px;
}
.brand-headline em {
  font-style: normal;
  color: var(--tc-yellow);
}

.brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.80);
  max-width: 46ch;
  font-weight: 300;
}

.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.feat-card {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.15);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: background .2s, border-color .2s;
}
.feat-card:hover {
  background: rgba(0,0,0,.28);
  border-color: rgba(255,255,255,.25);
}
.feat-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.20);
  flex-shrink: 0;
  color: rgba(255,255,255,.9);
}
.feat-text strong {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,.95);
  margin-bottom: 2px;
}
.feat-text span {
  font-size: 11.5px;
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}

.stat-strip {
  display: flex;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.15);
}
.stat-item {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,.15);
}
.stat-val {
  font-size: 22px;
  font-weight: 700;
  color: #ffd200;
  line-height: 1;
}
.stat-val sup { font-size: 12px; vertical-align: top; margin-top: 4px; display: inline-block; }
.stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.60);
  letter-spacing: .3px;
}

.brand-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.brand-foot-text {
  font-size: 11.5px;
  color: rgba(255,255,255,.55);
  display: flex;
  align-items: center;
  gap: 6px;
}
.brand-foot-text svg { opacity: .5; }
.powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255,255,255,.45);
  letter-spacing: .3px;
}
.powered-by img {
  height: 16px;
  opacity: .35;
  filter: brightness(0) invert(1);
}

.auth {
  grid-area: auth;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f0f4f8;
  height: 100vh;
  overflow-y: hidden;
  overscroll-behavior: contain;
}

.auth::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/landing/harita.png');
  background-size: cover;
  background-position: center;
  filter: blur(2px) saturate(.75) brightness(1.08);
  opacity: .75;
  transform: scale(1.04);
  pointer-events: none;
  z-index: 0;
}

.auth::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
    rgba(240,244,248,.72) 0%,
    rgba(220,232,242,.65) 50%,
    rgba(200,218,234,.60) 100%);
  z-index: 1;
}

.card {
  position: relative;
  z-index: 10;
  width: min(460px, 92%);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(200,215,228,.7);
  border-radius: var(--radius-xl);
  box-shadow:
    0 2px 0 rgba(255,255,255,.9) inset,
    0 32px 80px rgba(12,17,23,.14),
    0 8px 24px rgba(12,17,23,.07);
  padding: 36px 36px 28px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(20px);
  animation: cardIn .5s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.card-logo {
  height: 32px;
  width: auto;
  display: block;
  margin-bottom: 6px;
}

.card-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--slate-900);
  line-height: 1.15;
  letter-spacing: -.3px;
}
.card-subtitle {
  margin-top: 4px;
  font-size: 13px;
  color: var(--slate-400);
  line-height: 1.5;
}

.lang {
  display: flex;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  padding: 3px;
  gap: 2px;
  flex-shrink: 0;
}
.lang button {
  border: 0;
  background: transparent;
  padding: 5px 11px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--slate-400);
  font-family: var(--font-main);
  transition: all .15s;
}
.lang button.active {
  background: #fff;
  color: var(--slate-900);
  border: 1px solid var(--slate-200);
  box-shadow: 0 1px 4px rgba(12,17,23,.08);
  font-weight: 600;
}

.mode-tabs {
  display: flex;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 4px;
  gap: 4px;
  margin-bottom: 18px;
}
.mode-tabs button {
  flex: 1;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--slate-400);
  font-family: var(--font-main);
  transition: all .18s;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.mode-tabs button.active {
  background: #fff;
  color: var(--slate-900);
  border: 1px solid var(--slate-200);
  box-shadow: 0 2px 8px rgba(12,17,23,.08);
}
.mode-tabs button.active img { opacity: 1 !important; }
.mode-tabs button.active svg { opacity: 1; }

.field {
  margin-bottom: 14px;
}
.field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--slate-600);
  margin-bottom: 6px;
  letter-spacing: .2px;
}

.input-wrap {
  position: relative;
}
.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--slate-300);
  pointer-events: none;
  width: 16px; height: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  height: 48px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--slate-200);
  padding: 0 14px 0 42px;
  font-size: 14px;
  font-family: var(--font-main);
  color: var(--slate-900);
  background: #fff;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder { color: var(--slate-300); }
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: var(--tc-navy-500);
  box-shadow: 0 0 0 3px rgba(51,61,114,.14);
}

.pass-toggle {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--slate-300);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .15s;
}
.pass-toggle:hover { color: var(--slate-500); }

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 16px;
}
.remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--slate-500);
  cursor: pointer;
  user-select: none;
}
.remember input[type="checkbox"] {
  width: 16px; height: 16px;
  padding: 0; margin: 0;
  box-shadow: none;
  accent-color: var(--tc-teal-500);
}
.forgot-link {
  font-size: 12.5px;
  color: var(--tc-navy-500);
  text-decoration: none;
  font-weight: 500;
  transition: color .15s;
}
.forgot-link:hover { color: var(--tc-navy-700); text-decoration: underline; }

.login-error {
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: #fff0f0;
  border: 1px solid #ffc0c0;
  color: #c0392b;
  font-size: 12.5px;
  margin-bottom: 14px;
  display: none;
}

.captcha-box {
  border: 1.5px dashed var(--slate-200);
  border-radius: var(--radius-md);
  background: var(--slate-100);
  margin-bottom: 16px;
  overflow: hidden;
}
.captcha-placeholder {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-400);
  font-size: 12.5px;
  gap: 8px;
}
.captcha-placeholder svg { opacity: .4; }
.captcha-inner {
  padding: 12px;
}
.captcha-inner .captcha-img-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.captcha-inner img {
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--slate-200);
  cursor: pointer;
  width: auto;
  padding: 0;
}
.captcha-inner .captcha-refresh-btn {
  background: none;
  border: none;
  color: var(--tc-navy-500);
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
}
.captcha-inner input[type="text"] {
  height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-sm);
  font-size: 14px;
}

.btn-login {
  width: 100%;
  height: 50px;
  border-radius: var(--radius-md);
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: .1px;
  font-family: var(--font-main);
  position: relative;
  overflow: hidden;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
  background: linear-gradient(135deg, #f8bd27 0%, #f7bf03 60%, #d4a200 100%);
  color: #1a1000;
  box-shadow: 0 4px 16px rgba(205,152,0,.35), 0 1px 0 rgba(255,255,255,.25) inset;
}
.btn-login::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, transparent 60%);
  pointer-events: none;
}
.btn-login:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(205,152,0,.45), 0 1px 0 rgba(255,255,255,.25) inset;
  filter: brightness(1.03);
}
.btn-login:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(205,152,0,.3);
}

.btn-fast {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: transform .15s, filter .15s;
}
.btn-fast img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.btn-fast:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.fast-desc {
  font-size: 13px;
  color: var(--slate-400);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.links a {
  font-size: 12.5px;
  color: var(--slate-400);
  text-decoration: none;
  transition: color .15s;
}
.links a:hover { color: var(--slate-700); }
.links-sep {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--slate-300);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  backdrop-filter: blur(3px);
}
.modal-overlay.is-open {
  display: flex;
}

.modal-box {
  background: #fff;
  width: min(440px, 92vw);
  border-radius: var(--radius-xl);
  padding: 36px 32px 28px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
  animation: cardIn .3s cubic-bezier(.22,.68,0,1.2) both;
}

.modal-close-btn {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--tc-yellow);
  border: 3px solid #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.modal-icon-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.modal-icon-wrap img {
  width: 90px;
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--slate-900);
  text-align: left;
  margin-bottom: 20px;
}

.modal-field {
  margin-bottom: 14px;
}
.modal-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--slate-600);
  margin-bottom: 6px;
}
.modal-field input[type="text"],
.modal-field input[type="password"] {
  width: 100%;
  height: 46px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--slate-200);
  padding: 0 14px;
  font-size: 14px;
  font-family: var(--font-main);
  background: #fdfdfd;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.modal-field input:focus {
  border-color: var(--tc-navy-500);
  box-shadow: 0 0 0 3px rgba(51,61,114,.12);
}

.modal-field input[disabled]{
  background-color: #e0e0e0;
}

.modal-error {
  color: #c0392b;
  font-size: 12.5px;
  margin: 8px 0;
  display: none;
}

.modal-warning {
  color: #c0392b;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 12px 0 4px;
}

.modal-footer {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.btn-modal-cancel {
  background: var(--slate-600);
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font-main);
  transition: background .15s;
}
.btn-modal-cancel:hover { background: var(--slate-700); }

.btn-modal-submit {
  background: var(--tc-yellow);
  color: #1a1000;
  border: none;
  padding: 10px 28px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font-main);
  transition: filter .15s;
}
.btn-modal-submit:hover { filter: brightness(1.06); }

.msg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
}
.msg-overlay.is-open { display: flex; }

.msg-box {
  background: #fff;
  width: min(380px, 90vw);
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,.18);
  animation: cardIn .3s cubic-bezier(.22,.68,0,1.2) both;
}
.msg-icon  { font-size: 44px; display: block; margin-bottom: 12px; }
.msg-title { font-size: 17px; font-weight: 700; color: var(--tc-navy-600); margin-bottom: 8px; }
.msg-text  { font-size: 13.5px; color: var(--slate-500); line-height: 1.6; margin-bottom: 22px; }
.btn-msg-ok {
  background: var(--tc-yellow);
  color: #1a1000;
  border: none;
  padding: 10px 40px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font-main);
}

.hidden { display: none !important; }

@media (max-width: 900px) {
  html, body { overflow: auto; height: auto; }

  .layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "auth" "brand";
    height: auto;
    min-height: 100vh;
  }

  .auth {
    height: 100vh;
    padding: 50px 16px;
    align-items: flex-start;
  }

  .card {
    max-height: none;
    padding: 28px 22px 22px;
    margin: 0 auto;
    width: min(460px, 100%);
  }

  .brand {
    display: none;
  }

  .brand-inner { padding: 28px 22px 22px; }
  .brand-content { gap: 14px; padding: 12px 0; }
  .feat-grid { display: none; }
  .stat-strip { display: none; }
  .brand-headline { font-size: 22px; }
  .brand-desc { display: none; }
  .brand-foot { display: none; }
}

@media (max-height: 760px) and (min-width: 901px) {
  .card { max-height: calc(100vh - 50px); padding: 24px 28px 20px; }
}
@media (max-height: 640px) and (min-width: 901px) {
  .card { padding: 18px 22px 16px; }
  input[type="text"], input[type="password"], .btn-login { height: 42px; }
}

.detailedInfoA{color: white; text-decoration: underline;}