@font-face {
  font-family: Uncut;
  src: url("/brand/uncut-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Anybody;
  src: url("/brand/anybody.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Uncut, Arial, sans-serif;
  color: #20201e;
  background: #f4f2eb;
  line-height: 1.5;
  font-synthesis: none;
  --blue: #234cea;
  --ink: #20201e;
  --muted: #63635e;
  --line: #d8d7cf;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled,
[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: Anybody, Arial, sans-serif;
  font-weight: 480;
  letter-spacing: -0.055em;
  line-height: 1.04;
}
h1 {
  font-size: clamp(46px, 6.5vw, 88px);
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
button[hidden],
a[hidden],
[hidden] {
  display: none !important;
}
.access-header,
.access-main,
.access-footer {
  max-width: 1360px;
  margin: auto;
  padding-left: 52px;
  padding-right: 52px;
}
.access-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 108px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.access-header img {
  display: block;
  width: 222px;
  height: auto;
}
.access-header nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}
.access-header nav a {
  text-decoration: none;
}
.access-header nav a:hover {
  text-decoration: underline;
}
.access-intro {
  padding: 62px 0 46px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 22px 50px;
  align-items: end;
}
.section-label {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.025em;
}
.access-intro .section-label {
  grid-column: 1/-1;
  color: var(--blue);
}
.access-intro > p:last-child {
  font-size: 19px;
  max-width: 360px;
  color: #50504b;
  padding-bottom: 6px;
}
.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 64px;
  align-items: start;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.section-heading h2 {
  font-family: Uncut, Arial, sans-serif;
  letter-spacing: -0.025em;
  font-size: 23px;
  font-weight: 650;
}
.section-heading > span {
  font-size: 13px;
  color: var(--muted);
}
.token-feature {
  background: var(--ink);
  color: #fffdf5;
  border-radius: 16px;
  padding: 30px 32px;
  margin-bottom: 12px;
}
.token-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.token-feature h3 {
  font-family: Anybody, Arial, sans-serif;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: -0.04em;
  margin: 8px 0 0;
}
.feature-label {
  font-size: 12px;
  color: #c7c6bd;
}
.token-name {
  font-size: 13px;
  color: var(--muted);
}
.token-feature .token-name {
  color: #bebeb7;
}
.token-requirement {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 14px;
}
.token-requirement p {
  display: flex;
  flex-direction: column;
}
.token-requirement strong {
  font-size: 24px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.token-requirement span {
  font-size: 12px;
}
.token-feature .token-requirement {
  margin-top: 30px;
}
.token-feature .token-requirement strong {
  font-size: 40px;
  letter-spacing: -0.045em;
}
.token-result {
  color: var(--muted);
  text-align: right;
  max-width: 45%;
}
.token-feature .token-result {
  color: #c7c6bd;
}
.token-result[data-qualified="true"] {
  font-weight: 700;
}
.token-row {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}
.token-row .token-requirement {
  margin-top: 0;
  align-items: start;
}
.token-row .token-requirement p {
  min-width: 100px;
}
.token-row .token-top h3 {
  font-size: 20px;
}
.token-address {
  font-size: 12px;
  margin-top: 17px;
  grid-column: 1/-1;
}
.token-address summary {
  cursor: pointer;
  width: max-content;
  min-height: 28px;
  color: var(--muted);
}
.token-feature .token-address summary {
  color: #c7c6bd;
}
.token-address p {
  overflow-wrap: anywhere;
  font-size: 13px;
  margin: 5px 0 10px;
}
.token-address div {
  display: flex;
  gap: 22px;
  align-items: center;
}
.text-button {
  background: none;
  border: 0;
  color: inherit;
  padding: 8px 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: left;
  min-height: 40px;
}
.rule-note {
  font-size: 13px;
  color: var(--muted);
  margin: 22px 0;
}
.verification-panel {
  background: #fffef9;
  border: 1px solid #e1dfd5;
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 24px;
}
.panel-heading .section-label {
  color: var(--blue);
  margin-bottom: 15px;
  font-size: 12px;
}
.panel-heading h2 {
  font-size: 39px;
}
.notice {
  padding: 15px 16px;
  border-left: 3px solid var(--blue);
  background: #edf0fd;
  color: #343b61;
  font-size: 13px;
  margin: 23px 0 8px;
}
.access-steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 25px 0 0;
}
.access-steps li {
  counter-increment: step;
  border-top: 1px solid var(--line);
  padding: 23px 0 18px;
  position: relative;
}
.access-steps li > div {
  padding-left: 35px;
  margin-bottom: 15px;
}
.access-steps li:before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 26px;
  left: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
}
.access-steps h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.access-steps p {
  font-size: 13px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.access-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  border-radius: 7px;
  min-height: 47px;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.access-button:hover:not(:disabled) {
  filter: brightness(0.91);
}
.access-button.secondary {
  background: transparent;
  border-color: #cbcbd0;
  color: var(--ink);
}
.trust-note {
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 22px;
  line-height: 1.8;
}
.access-status {
  font-size: 14px;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.access-status[data-error="true"],
.danger {
  color: #9e2d25;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
#phantom-help {
  margin-top: 15px;
}
.access-faq {
  margin: 80px 0;
  max-width: 770px;
}
.access-faq h2 {
  margin-bottom: 27px;
}
.access-faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.access-faq summary {
  cursor: pointer;
  font-weight: 600;
  padding-right: 25px;
}
.access-faq details p {
  font-size: 15px;
  max-width: 660px;
  margin-top: 15px;
  color: #50504b;
}
.access-footer {
  border-top: 1px solid var(--line);
  padding-top: 27px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  gap: 24px;
}
.access-footer div {
  display: flex;
  gap: 24px;
}
.privacy {
  max-width: 850px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.privacy h1 {
  margin: 20px 0 35px;
}
.privacy h2 {
  margin: 36px 0 17px;
  font-size: 28px;
}
.privacy p {
  font-size: 17px;
  line-height: 1.7;
}
.privacy .access-button {
  margin-top: 32px;
  width: max-content;
}
.admin-main {
  padding-top: 60px;
  padding-bottom: 70px;
}
.admin-main h1 {
  margin: 20px 0 28px;
}
.admin-lead {
  max-width: 620px;
  font-size: 18px;
  color: var(--muted);
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 60px;
  margin-top: 55px;
  align-items: start;
}
.owner-token {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.owner-token p {
  font-size: 14px;
  margin-top: 6px;
}
.owner-token .mint {
  font-size: 11px;
  overflow-wrap: anywhere;
}
.owner-token .access-button {
  width: auto;
}
.owner-token > div {
  min-width: 0;
}
.owner-editor {
  background: #fffef9;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  position: sticky;
  top: 24px;
}
.owner-editor h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
.owner-editor label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
}
.owner-editor input:not([type="checkbox"]):not([type="hidden"]) {
  display: block;
  width: 100%;
  border: 1px solid #b9bab6;
  background: #fffefb;
  color: var(--ink);
  border-radius: 5px;
  padding: 11px;
  margin-top: 7px;
  font-weight: 400;
  min-width: 0;
}
.owner-editor input[readonly] {
  background: #eeeee8 !important;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 12px;
}
.check-label {
  display: flex !important;
  gap: 10px;
  align-items: center;
  min-height: 30px;
}
.check-label input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}
.owner-editor form > .small {
  margin-top: 10px;
}
.owner-editor .notice {
  margin-bottom: 20px;
}
.owner-editor #owner-status {
  font-size: 14px;
  margin-top: 14px;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  background: white;
  padding: 15px;
  z-index: 5;
}
.skip:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 1400px) {
  .access-header,
  .access-footer {
    max-width: 1256px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .access-header,
  .access-main,
  .access-footer {
    padding-left: 28px;
    padding-right: 28px;
  }
  .access-grid,
  .admin-grid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 360px;
  }
  .verification-panel {
    padding: 25px;
  }
  .access-intro {
    grid-template-columns: 1fr 300px;
    gap: 22px;
  }
  .token-feature {
    padding: 25px;
  }
  .token-row {
    grid-template-columns: 1fr;
  }
  .token-row .token-requirement {
    margin-top: 12px;
  }
  .token-row .token-requirement p {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  .owner-editor {
    padding: 24px;
  }
}
@media (max-width: 760px) {
  .access-header,
  .access-main,
  .access-footer {
    padding-left: 21px;
    padding-right: 21px;
  }
  .access-header {
    min-height: 88px;
  }
  .access-header img {
    width: 176px;
  }
  .access-header nav {
    font-size: 12px;
    gap: 15px;
  }
  .access-header nav a:last-child {
    display: none;
  }
  .access-intro {
    display: block;
    padding: 37px 0;
  }
  .access-intro h1 {
    margin: 17px 0 24px;
    font-size: 52px;
  }
  .access-intro > p:last-child {
    font-size: 17px;
    max-width: 460px;
  }
  .access-grid,
  .admin-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .token-section,
  .verification-panel {
    width: 100%;
  }
  .verification-panel {
    position: static;
    padding: 26px;
    order: -1;
  }
  .panel-heading h2 {
    font-size: 33px;
  }
  .panel-heading h2 br {
    display: none;
  }
  .panel-heading .section-label {
    margin-bottom: 10px;
  }
  .access-steps {
    margin-top: 23px;
  }
  .access-steps li {
    padding-bottom: 20px;
  }
  .access-steps li > div {
    margin-bottom: 14px;
  }
  .token-row {
    grid-template-columns: 1fr 1fr;
  }
  .token-row .token-requirement {
    margin-top: 0;
    flex-direction: column;
    align-items: end;
    gap: 6px;
  }
  .token-row .token-requirement p {
    flex-direction: column;
    align-items: end;
    gap: 2px;
  }
  .token-row .token-result {
    max-width: 100%;
  }
  .token-feature h3 {
    font-size: 46px;
  }
  .token-feature .token-requirement strong {
    font-size: 36px;
  }
  .access-faq {
    margin: 46px 0;
  }
  .access-faq h2 {
    font-size: 29px;
  }
  .access-footer {
    flex-direction: column;
    padding-top: 24px;
    gap: 12px;
  }
  .privacy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .privacy h1 {
    font-size: 48px;
  }
  .privacy p {
    font-size: 16px;
  }
  .admin-main {
    padding-top: 38px;
  }
  .admin-grid {
    margin-top: 30px;
  }
  .admin-grid > section {
    width: 100%;
  }
  .owner-editor {
    position: static;
  }
  .owner-token .mint {
    font-size: 10px;
  }
  .admin-main h1 {
    font-size: 49px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
.admin-main h1 {
  font-size: clamp(40px, 5vw, 62px);
  margin: 18px 0 22px;
}
.admin-main {
  padding-top: 40px;
}
.admin-grid {
  margin-top: 36px;
}
