@font-face {
  font-family: "Fee Inter";
  src: url("./fonts/inter.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  font-family: "Fee Space";
  src: url("./fonts/space-grotesk.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

.fee-auth {
  --auth-ink: #f4f8fb;
  --auth-muted: #becdd5;
  --auth-lime: #d8ff4a;
  --auth-cyan: #61e7ff;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  margin: 0;
  background: #030c12;
  color: var(--auth-ink);
  font: 16px/1.6 "Fee Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color-scheme: dark;
  letter-spacing: 0;
}
.fee-auth *, .fee-auth *::before, .fee-auth *::after { box-sizing: border-box; }
.fee-auth [hidden] { display: none !important; }
.fee-auth-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--auth-lime);
  color: #101808;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}
.fee-auth-skip:focus { transform: translateY(0); }
.fee-auth-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url("./img/hero-bg-1920.webp") 55% center / cover no-repeat;
}
.fee-auth::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,12,18,.97), rgba(3,12,18,.91) 34%, rgba(3,12,18,.2) 67%, rgba(3,12,18,.08)), linear-gradient(0deg, #030c12, transparent 25%, transparent 82%, rgba(3,12,18,.72));
}
.fee-auth-header, .fee-auth-main, .fee-auth-footer {
  width: min(1120px, calc(100% - 96px));
  margin-inline: auto;
}
.fee-auth-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
  border-bottom: 1px solid rgba(202,231,237,.16);
}
.fee-auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--auth-ink);
  font-size: 18px;
  font-weight: 750;
  text-decoration: none;
}
.fee-auth-brand img { display: block; width: 32px; height: 32px; object-fit: contain; }
.fee-auth-brand em { color: var(--auth-lime); font-style: normal; }
.fee-auth-edition { color: var(--auth-muted); font-size: 12px; white-space: nowrap; }
.fee-auth-main { flex: 1; display: flex; align-items: center; padding-block: 64px 40px; }
.fee-auth-copy { width: 100%; max-width: 410px; min-width: 0; min-height: 320px; display: flex; flex-direction: column; justify-content: center; }
.fee-auth-eyebrow { color: var(--auth-cyan); font-size: 12px; font-weight: 650; margin: 0 0 16px; }
.fee-auth h1 {
  margin: 0 0 20px;
  font: 700 48px/1.08 "Fee Space", "Fee Inter", sans-serif;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.fee-auth-lead { margin: 0 0 30px; max-width: 36ch; color: var(--auth-muted); font-size: 16px; line-height: 1.7; }
.fee-auth-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--auth-lime);
  color: #101808;
  font: 700 15px/1.4 "Fee Inter", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.fee-auth-action:hover:not(:disabled) { background: #e3ff7b; }
.fee-auth-action:disabled { opacity: 1; color: #c5d6c0; background: #263526; border-color: #52674a; cursor: wait; transition: none; }
.fee-auth-action.fee-auth-google-action {
  border-color: #747775;
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .28);
  font-weight: 650;
}
.fee-auth-action.fee-auth-google-action:hover:not(:disabled) { border-color: #5f6368; background: #f8faff; }
.fee-auth-action.fee-auth-google-action:disabled { border-color: #9aa0a6; background: #e8eaed; color: #5f6368; box-shadow: none; }
.fee-auth-google { display: block; width: 20px; height: 20px; padding: 0; border: 0; border-radius: 0; background: transparent; flex: none; object-fit: contain; }
.fee-auth-note { margin: 18px 0 0; color: var(--auth-muted); font-size: 13px; line-height: 1.6; }
.fee-auth-status { min-height: 56px; margin: 20px 0 0; padding: 10px 0 10px 14px; border-left: 2px solid var(--auth-cyan); color: var(--auth-ink); font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.fee-auth-status:empty { visibility: hidden; }
.fee-auth-cancel { margin: 8px 0 0; padding: 8px 0; border: 0; color: var(--auth-muted); background: transparent; font: 600 14px/1.5 "Fee Inter", sans-serif; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.fee-auth-cancel:hover { color: var(--auth-ink); }
.fee-auth label { display: block; margin-bottom: 10px; color: var(--auth-ink); font-size: 14px; font-weight: 600; }
.fee-auth-code, .fee-auth input:not([type="hidden"]) {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 17px 20px;
  border: 1px solid #658083;
  border-radius: 4px;
  background: rgba(3,12,18,.82);
  color: var(--auth-ink);
  font: 500 28px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.fee-auth input::placeholder { color: #93a6ae; }
.fee-auth input:not([type="hidden"]) { text-transform: uppercase; }
.fee-auth-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; padding-block: 22px; border-top: 1px solid rgba(202,231,237,.16); color: var(--auth-muted); font-size: 12px; }
.fee-auth-footer p { margin: 0; font: inherit; color: inherit; }
.fee-auth-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.fee-auth-footer a { color: var(--auth-muted); text-decoration: none; }
.fee-auth-footer a:hover { color: var(--auth-ink); text-decoration: underline; text-underline-offset: 4px; }
.fee-auth :focus-visible { outline: 2px solid var(--auth-cyan); outline-offset: 4px; }

@media (max-width: 900px) {
  .fee-auth-header, .fee-auth-main, .fee-auth-footer { width: calc(100% - 64px); }
  .fee-auth-scene { background-position: 82% center; }
  .fee-auth::after { background: linear-gradient(90deg, rgba(3,12,18,.97), rgba(3,12,18,.89) 42%, rgba(3,12,18,.12)), linear-gradient(0deg, #030c12, transparent 50%); }
  .fee-auth-copy { max-width: 380px; }
}
@media (max-width: 620px) {
  .fee-auth-header, .fee-auth-main, .fee-auth-footer { width: calc(100% - 48px); }
  .fee-auth-header { min-height: 72px; }
  .fee-auth-scene { top: 72px; bottom: auto; height: 310px; background-size: auto 460px; background-position: 67% 23%; }
  .fee-auth::after { background: linear-gradient(180deg, #030c12 0, rgba(3,12,18,.08) 90px, rgba(3,12,18,.16) 220px, #030c12 366px); }
  .fee-auth-main { align-items: flex-start; padding-block: 244px 32px; }
  .fee-auth-copy { max-width: none; }
  .fee-auth-footer { align-items: flex-start; padding-block: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .fee-auth * { transition: none !important; }
}
