:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 25% 10%,
      rgba(52, 211, 153, .10),
      transparent 30%
    ),
    #07100d;
  color: #eef7f4;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.owner-gate {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.owner-gate-card {
  display: block;
  width: 100%;
  max-width: 440px;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 26px;
  background: #0a1713;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
  opacity: 1;
  visibility: visible;
}

.owner-gate-mark {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 16px;
  background: #35d39a;
  color: #04100c;
  font-size: 22px;
  font-weight: 900;
}

.eyebrow {
  display: block;
  color: #67efbd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

h1 {
  margin: 8px 0 10px;
  color: #eef7f4;
  font-size: 34px;
  line-height: 1.15;
}

.owner-gate-card > p {
  margin: 0 0 28px;
  color: #91a3b2;
  font-size: 14px;
  line-height: 1.65;
}

form {
  display: grid;
  gap: 12px;
}

label {
  color: #91a3b2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

input {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 11px;
  outline: none;
  background: #07131d;
  color: #eef7f4;
  font: inherit;
}

input:focus {
  border-color: rgba(53,211,154,.65);
  box-shadow: 0 0 0 3px rgba(53,211,154,.10);
}

button {
  width: 100%;
  min-height: 52px;
  margin-top: 5px;
  border: 0;
  border-radius: 11px;
  background: #35d39a;
  color: #04100c;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

button:hover {
  filter: brightness(1.06);
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

.owner-gate-error {
  min-height: 20px;
  color: #fca5a5;
  font-size: 13px;
}

.owner-gate-security {
  display: grid;
  gap: 5px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.owner-gate-security strong {
  color: #6ee7b7;
  font-size: 12px;
}

.owner-gate-security span {
  color: #91a3b2;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .owner-gate {
    padding: 18px;
  }

  .owner-gate-card {
    padding: 28px 22px;
  }

  h1 {
    font-size: 29px;
  }
}


/* ==================================================
   MONCEDA VAULT V2.0 — OWNER BRAND
   ================================================== */

.owner-gate-mark {
  display: none !important;
}

.owner-gate-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 auto 18px;
}

.owner-gate-logo {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.34));
}

.owner-gate-wordmark {
  text-align: center;
  line-height: 1;
}

.owner-gate-wordmark strong {
  display: block;
  color: #eef3f6;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: .23em;
  padding-left: .23em;
}

.owner-gate-wordmark span {
  display: block;
  margin-top: 8px;
  color: #e8ad43;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .48em;
  padding-left: .48em;
}
