body {
  background: #0b0b0b;
  margin: 0;
  font-family: system-ui, sans-serif;
}

.signin-field-wrap {
  width: min(834px, 90vw);
  margin: 220px auto 0;
}

.signin-field {
  border: 4px solid #a9c7ff;
  border-radius: 7px;
  padding: 18px 28px 24px;
  background: #0b0b0b;
}

.signin-field legend {
  padding: 0 10px;
  color: #a9c7ff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.signin-field input {
  width: 100%;
  height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #a9c7ff;
  font-size: 28px;
  caret-color: #2f84ff;
}

.forgot-email {
  display: inline-block;
  margin-top: 20px;
  color: #a9c7ff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.forgot-email:hover {
  text-decoration: underline;
}

.signin-panel {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signin-panel .site-logo {
  max-width: 180px;
  margin-bottom: 48px;
}

.signin-field-wrap {
  width: min(834px, 90vw);
}

.signin-field {
  border: 4px solid #a9c7ff;
  border-radius: 7px;
  padding: 18px 28px 24px;
  background: #0b0b0b;
}

.signin-field legend {
  padding: 0 10px;
  color: #a9c7ff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.signin-field input {
  width: 100%;
  height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #a9c7ff;
  font-size: 28px;
  caret-color: #2f84ff;
}

.forgot-email {
  display: inline-block;
  margin-top: 20px;
  color: #a9c7ff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.forgot-email:hover {
  text-decoration: underline;
}

/* Container wrapper */
.signin-panel {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Actual card container */
.signin-panel > .signin-field-wrap,
.signin-panel > img {
  display: block;
}

.signin-card {
  background: #0f0f0f;
  padding: 60px 70px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04),
              0 20px 60px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo inside card */
.signin-card .site-logo {
  max-width: 140px;
  margin-bottom: 40px;
}

/* Field wrap now stays inside card */
.signin-card .signin-field-wrap {
  width: 600px;
  max-width: 90vw;
}


/* centered page background */
.signin-panel {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* card container */
.signin-card {
  background: #0f0f0f;
  padding: 60px 70px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04),
              0 20px 60px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* logo */
.signin-card .site-logo {
  max-width: 140px;
  margin-bottom: 40px;
}

/* input container */
.signin-card .signin-field-wrap {
  width: 600px;
  max-width: 90vw;
}


/* container */
.signin-panel {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* card becomes horizontal */
.signin-card {
  background: #0f0f0f;
  padding: 60px 70px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04),
              0 20px 60px rgba(0,0,0,0.6);

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

/* left side */
.signin-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin-left .site-logo {
  max-width: 120px;
}

/* right side */
.signin-right {
  display: flex;
  flex-direction: column;
}

.signin-right .signin-field-wrap {
  width: 500px;
  max-width: 90vw;
}


/* container */
.signin-panel {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* card becomes horizontal */
.signin-card {
  background: #0f0f0f;
  padding: 60px 70px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04),
              0 20px 60px rgba(0,0,0,0.6);

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

/* left side */
.signin-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin-left .site-logo {
  max-width: 120px;
}

/* right side */
.signin-right {
  display: flex;
  flex-direction: column;
}

.signin-right .signin-field-wrap {
  width: 500px;
  max-width: 90vw;
}


/* tighten input container */
.signin-right .signin-field-wrap {
  width: 380px;
  max-width: 90vw;
}

/* smaller field box */
.signin-field {
  border: 3px solid #a9c7ff;
  padding: 10px 18px 14px;
}

/* smaller label */
.signin-field legend {
  font-size: 18px;
}

/* smaller input */
.signin-field input {
  height: 38px;
  font-size: 18px;
}

/* smaller forgot link */
.forgot-email {
  font-size: 18px;
}


/* mail login final spacing + Cattyatty colors */
.signin-card {
  gap: 95px;
  padding: 70px 85px;
  background: #101010;
}

.signin-left .site-logo {
  max-width: 125px;
}

.signin-right .signin-field-wrap {
  width: 360px;
}

.signin-field {
  border: 3px solid #ccb79d;
  background: #101010;
}

.signin-field legend {
  color: #ccb79d;
}

.signin-field input {
  color: #f2e8dc;
  caret-color: #ccb79d;
}

.forgot-email {
  color: #ccb79d;
}

.signin-field:focus-within {
  border-color: #e0c8aa;
  box-shadow: 0 0 0 2px rgba(204, 183, 157, 0.15);
}

/* card alignment fix */
.signin-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 120px;
  padding: 70px 90px;
}

/* LEFT COLUMN */
.signin-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
}

.signin-left .site-logo {
  max-width: 110px;
}

/* text under logo */
.signin-brand-text h2 {
  color: #ccb79d;
  font-size: 22px;
  margin: 0;
}

.signin-brand-text p {
  color: #9f8e78;
  font-size: 14px;
  margin: 0;
}

/* RIGHT COLUMN alignment */
.signin-right {
  display: flex;
  align-items: center;
}

/* tighten input area */
.signin-right .signin-field-wrap {
  width: 340px;
}

/* ensure field aligns vertically */
.signin-field {
  margin: 0;
}


/* Cattyatty mail auth page */
.mail-auth-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at center, rgba(30, 30, 30, 0.95), #050505 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mail-auth-card {
  width: min(980px, 86vw);
  min-height: 430px;
  background: #111111;
  border-radius: 18px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.75),
    inset 0 0 0 1px rgba(204, 183, 157, 0.08);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  padding: 64px 72px;
  gap: 80px;
}

.mail-auth-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mail-logo {
  width: 210px;
  height: 210px;
  object-fit: contain;
  margin-bottom: 28px;
}

.mail-auth-left h1 {
  margin: 0;
  color: #b8aa96;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.mail-auth-right {
  display: flex;
  flex-direction: column;
}

.mail-title-block {
  margin-bottom: 28px;
}

.mail-title-block h2 {
  margin: 0;
  color: #ccb79d;
  font-size: 26px;
  font-weight: 800;
}

.mail-title-block p {
  margin: 2px 0 0;
  color: #9f8e78;
  font-size: 15px;
  font-weight: 600;
}

.mail-login-form {
  width: 100%;
}

.mail-field {
  margin: 0;
  border: 3px solid #ccb79d;
  border-radius: 6px;
  padding: 10px 18px 14px;
  background: #0c0c0c;
}

.mail-field legend {
  padding: 0 8px;
  color: #ccb79d;
  font-size: 15px;
  font-weight: 800;
}

.mail-field input {
  width: 100%;
  height: 34px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f3eadf;
  font-size: 18px;
  caret-color: #ccb79d;
}

.mail-forgot {
  display: inline-block;
  margin-top: 18px;
  color: #ccb79d;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.mail-continue {
  display: block;
  margin: 100px 8px 0 auto;
  border: 0;
  background: transparent;
  color: #b8aa96;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.mail-continue:hover,
.mail-forgot:hover {
  color: #e0c8aa;
}

@media (max-width: 760px) {
  .mail-auth-card {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 42px 28px;
  }

  .mail-logo {
    width: 150px;
    height: 150px;
  }

  .mail-continue {
    margin-top: 48px;
  }
}

/* ultra-thin input border */
.mail-field {
  border: 0.5px solid rgba(204, 183, 157, 0.6);
  border-radius: 5px;
  background: #0b0b0b;
  padding: 8px 14px 10px;
}

/* lighter label */
.mail-field legend {
  font-size: 13px;
  font-weight: 500;
  color: rgba(204, 183, 157, 0.7);
}

/* lighter input text */
.mail-field input {
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(240, 230, 215, 0.85);
}

/* soften header */
.mail-title-block h2 {
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* soften subtext */
.mail-title-block p {
  font-weight: 400;
  color: rgba(159, 142, 120, 0.7);
}

/* left-side text refinement */
.mail-auth-left h1 {
  font-weight: 500;
  font-size: 22px;
  color: rgba(184, 170, 150, 0.85);
}

/* forgot link lighter */
.mail-forgot {
  font-weight: 500;
  font-size: 14px;
  color: rgba(204, 183, 157, 0.75);
}

/* continue button subtle */
.mail-continue {
  font-weight: 500;
  font-size: 18px;
  color: rgba(184, 170, 150, 0.7);
}

/* subtle focus state */
.mail-field:focus-within {
  border-color: rgba(204, 183, 157, 0.9);
}


/* shift left column upward */
.mail-auth-left {
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: flex-start;   /* was center */
  padding-top: 20px;             /* controls how high it sits */
}

/* tighten spacing between logo and text */
.mail-logo {
  margin-bottom: 18px;
}

/* refine text position */
.mail-auth-left h1 {
  margin-top: 6px;
}


/* pull left column upward */
.mail-auth-left {
  transform: translateY(-40px);   /* negative = move UP */
}

/* tighten logo spacing */
.mail-logo {
  margin-bottom: 14px;
}


.mail-quote {
  margin-top: 10px;
  max-width: 260px;

  color: rgba(204, 183, 157, 0.65);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;

  text-align: center;
}


.mail-quote {
  margin-top: 10px;
  max-width: 260px;

  color: rgba(204, 183, 157, 0.65);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;

  text-align: center;
}


/* left headline refinement */
.mail-auth-left h1 {
  margin: 12px 0 4px;
  font-size: 24px;
  font-weight: 600;
  color: rgba(204, 183, 157, 0.9);
  text-align: center;
}

/* quote refinement (better tone + spacing) */
.mail-quote {
  margin-top: 6px;
  max-width: 260px;

  color: rgba(204, 183, 157, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;

  text-align: center;
  letter-spacing: 0.01em;
}

/* balance left column spacing */
.mail-auth-left {
  gap: 10px;
}

/* tighten logo spacing so block feels cohesive */
.mail-logo {
  margin-bottom: 10px;
}


/* placeholder styling */
.mail-field input::placeholder {
  color: rgba(204, 183, 157, 0.45); /* reduced opacity */
  font-weight: 400;
}

/* Safari / WebKit support */
.mail-field input::-webkit-input-placeholder {
  color: rgba(204, 183, 157, 0.45);
}

/* Firefox */
.mail-field input::-moz-placeholder {
  color: rgba(204, 183, 157, 0.45);
}


.mail-field input::placeholder {
  color: rgba(204, 183, 157, 0.45);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mail-field input::-webkit-input-placeholder {
  color: rgba(204, 183, 157, 0.45);
}

.mail-field input::-moz-placeholder {
  color: rgba(204, 183, 157, 0.45);
}


/* softer placeholder */
.mail-field input::placeholder {
  color: rgba(204, 183, 157, 0.35);
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* webkit */
.mail-field input::-webkit-input-placeholder {
  color: rgba(204, 183, 157, 0.35);
  font-weight: 300;
}

/* firefox */
.mail-field input::-moz-placeholder {
  color: rgba(204, 183, 157, 0.35);
  font-weight: 300;
}

/* also soften actual input text slightly */
.mail-field input {
  color: rgba(240, 230, 215, 0.75);
  font-weight: 400;
}


/* ultra subtle placeholder */
.mail-field input::placeholder {
  color: rgba(204, 183, 157, 0.22);
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* webkit */
.mail-field input::-webkit-input-placeholder {
  color: rgba(204, 183, 157, 0.22);
}

/* firefox */
.mail-field input::-moz-placeholder {
  color: rgba(204, 183, 157, 0.22);
}


.trademark {
  font-size: 0.45em;
  vertical-align: super;
  margin-left: 2px;

  color: rgba(204, 183, 157, 0.6);
  font-weight: 400;
}


.trademark {
  font-size: 0.46em;
  vertical-align: super;
  margin-left: 2px;

  color: rgba(204, 183, 157, 0.6);
  font-weight: 400;
}


.trademark {
  font-size: 0.48em;
  vertical-align: super;
  margin-left: 2px;

  color: rgba(204, 183, 157, 0.6);
  font-weight: 400;
}


.trademark {
  font-size: 0.45em;
  vertical-align: super;
  margin-left: 2px;

  color: rgba(204, 183, 157, 0.6);
  font-weight: 400;
}


.trademark {
  font-size: 0.50em;
  vertical-align: super;
  margin-left: 2px;

  color: rgba(204, 183, 157, 0.6);
  font-weight: 400;
}

