:root {
  --bg: #151715;
  --panel: #1e211e;
  --line: #343831;
  --text: #f0efe5;
  --muted: #a2a899;
  --lime: #d6f16d;
  --orange: #fb764b;
  --radius: 18px;
  --space: clamp(20px, 5vw, 80px);
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(46px, 6.3vw, 92px);
  font-weight: 800;
  margin-bottom: 30px;
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--lime);
}
.header {
  height: 104px;
  margin: 0 var(--space);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.wordmark {
  font-size: 25px;
  letter-spacing: -1.3px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.brand-mark {
  font-size: 39px;
  line-height: 1;
  color: var(--lime);
}
.word-dot {
  font-size: 10px;
  align-self: flex-start;
  padding-top: 7px;
}
.header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  color: #c2c5b9;
}
.header nav a:hover,
.header nav a[aria-current] {
  color: var(--lime);
}
.account-link {
  font-size: 13px;
  border: 1px solid #515748;
  border-radius: 50px;
  padding: 12px 20px;
  display: block;
}
.account-link:hover {
  background: var(--lime);
  color: var(--bg);
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 720px;
  padding: 75px var(--space) 70px;
  gap: 40px;
  max-width: 1600px;
  margin: auto;
  align-items: center;
}
.eyebrow {
  font-family: monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.9px;
  color: var(--muted);
  margin-bottom: 27px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 9px;
  box-shadow: 0 0 15px #d6f14d55;
}
.hero h1 {
  line-height: 0.99;
  letter-spacing: -0.067em;
  margin-bottom: 30px;
}
.hero h1 em {
  font-size: 1.05em;
}
.hero-sub {
  max-width: 410px;
  color: #b6bcad;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: transparent;
  border: 1px solid #52594a;
  border-radius: 9px;
  color: var(--text);
  padding: 14px 23px;
  min-height: 50px;
  font-weight: 600;
  font-size: 14px;
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  background: #30352b;
  transform: translateY(-2px);
}
.button.primary {
  background: var(--lime);
  color: #192015;
  border-color: var(--lime);
}
.button.primary:hover {
  background: #e3fa94;
}
.button.big {
  font-size: 18px;
  min-width: 242px;
  padding: 18px 24px;
  justify-content: space-between;
}
.button.light {
  background: #20261a;
  color: var(--lime);
  border: none;
}
.micro {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 14px;
}
.hero-proof {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 39px;
  font-size: 11px;
  color: var(--muted);
}
.hero-proof strong {
  color: var(--text);
  font-size: 12px;
}
.mini-mark {
  border: 1px solid #59604d;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: var(--lime);
}
.proof-count {
  margin-left: 25px;
  border-left: 1px solid var(--line);
  padding-left: 22px;
  font-size: 22px;
  color: var(--text);
  line-height: 1.3;
}
.proof-count small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.hero-stage {
  height: 566px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid #373e30;
  border-radius: 50%;
  z-index: -1;
}
.orbit-two {
  width: 550px;
  height: 550px;
  border-style: dashed;
  border-color: #2b3026;
}
.floating-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  transform: rotate(7deg);
}
.ticket {
  position: absolute;
  width: 310px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px #0005;
}
.ticket-front {
  background: #e4e5d7;
  color: #20271a;
  transform: rotate(8deg);
  border: 1px solid #fff5;
  top: 36px;
  right: 16%;
  transition: transform 0.4s;
}
.hero-stage:hover .ticket-front {
  transform: rotate(3deg) translateY(-6px);
}
.ticket-head {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1px;
  border-bottom: 1px solid #bec1ad;
}
.ticket-head span:last-child {
  font-size: 17px;
}
.ticket-art {
  height: 187px;
  position: relative;
  overflow: hidden;
  background: var(--lime);
  padding: 25px;
}
.ticket-art:before {
  content: "";
  position: absolute;
  border: 20px solid #405a28;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  right: -95px;
  top: -30px;
}
.ticket-art:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 220px;
  background: #405a28;
  transform: rotate(45deg);
  top: 100px;
  left: 82px;
}
.ticket-art b {
  position: absolute;
  font-size: 170px;
  line-height: 1;
  right: 24px;
  top: 15px;
  color: #243719;
}
.ticket-art span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.ticket-body {
  padding: 24px 25px 16px;
}
.ticket-body h2 {
  font-size: 40px;
  margin: 17px 0 12px;
  letter-spacing: -2px;
}
.ticket-body p {
  font-size: 12px;
  line-height: 1.6;
  color: #59614f;
}
.ticket-bottom {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #aeb59d;
  font-family: monospace;
  font-size: 10px;
}
.ticket-back {
  background: #fb764b;
  width: 282px;
  height: 402px;
  transform: rotate(-13deg);
  left: 2%;
  top: 74px;
  padding: 20px;
  color: #542a1a;
}
.ticket-back > span {
  font-family: monospace;
  font-size: 10px;
}
.ticket-back > b {
  font-size: 210px;
  display: block;
  text-align: center;
}
.round-stamp {
  position: absolute;
  right: 0;
  bottom: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: #2b2116;
  width: 123px;
  height: 123px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 1px;
  transform: rotate(-18deg);
  border: 7px double #522a20;
}
.round-stamp b {
  font-size: 34px;
}
.stage-caption {
  position: absolute;
  bottom: 0;
  left: 30%;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
}
.ticker {
  background: var(--lime);
  color: #26351a;
  min-height: 62px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  overflow: hidden;
  white-space: nowrap;
}
.ticker span {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: bold;
}
.section {
  padding: 78px var(--space);
  max-width: 1600px;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.section-heading > p,
.intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.text-link {
  padding: 12px 0;
  display: inline-block;
  color: var(--text);
  border: 0;
  background: none;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.roulette-form {
  border: 1px solid var(--line);
  background: linear-gradient(120deg, #22271e, #1b1e1a);
  border-radius: 18px;
  padding: 32px;
}
.roulette-form fieldset {
  border: 0;
  margin: 0 0 25px;
  padding: 0;
}
.roulette-form legend {
  font-size: 13px;
  margin-bottom: 15px;
  color: #cbd0c0;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chips label {
  cursor: pointer;
}
.chips input {
  position: absolute;
  opacity: 0;
  width: 1px;
}
.chips span {
  padding: 13px 25px;
  display: block;
  border: 1px solid #3f4736;
  border-radius: 8px;
  font-family: monospace;
  font-size: 12px;
}
.chips input:checked + span {
  background: var(--lime);
  border-color: var(--lime);
  color: #24331c;
}
.chips input:focus-visible + span {
  outline: 3px solid white;
  outline-offset: 3px;
}
.moods span {
  border-radius: 30px;
  padding: 10px 21px;
  font-family: inherit;
  font-size: 13px;
}
.roulette-bottom {
  display: flex;
  gap: 18px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.roulette-bottom > label {
  flex: 1;
}
.roulette-bottom .button {
  min-width: 260px;
}
.roulette-bottom label,
form label {
  display: block;
  font-size: 12px;
  color: #bdc4b2;
}
.roulette-bottom select {
  margin-top: 7px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #46503b;
  border-radius: 8px;
  background: #161b13;
  color: var(--text);
  font-size: 15px;
  min-height: 49px;
}
textarea {
  min-height: 140px;
  resize: vertical;
}
.daily-banner {
  margin: 0 var(--space);
  padding: 50px 55px;
  background: var(--lime);
  color: #1b2915;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.daily-banner h2 {
  font-size: 42px;
  max-width: 580px;
  margin-bottom: 15px;
}
.daily-banner .eyebrow {
  color: #53623d;
  margin-bottom: 15px;
}
.daily-banner p:not(.eyebrow) {
  max-width: 550px;
  font-size: 14px;
}
.daily-glyph {
  font-size: 240px;
  line-height: 1;
  transform: rotate(10deg);
  align-self: center;
}
.daily-tag {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
.bit-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.22s,
    border-color 0.22s;
  min-width: 0;
}
.bit-card:hover {
  transform: translateY(-6px);
  border-color: var(--lime);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.category {
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b6bdae;
}
.rarity {
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 4px 7px;
  width: fit-content;
  color: var(--rarity, #c1c7b4);
}
.common {
  --rarity: #b5bbaa;
}
.uncommon {
  --rarity: #b9df79;
}
.rare {
  --rarity: #98c5ef;
}
.epic {
  --rarity: #c5a7f7;
}
.legendary {
  --rarity: #f2b860;
}
.card-art {
  height: 160px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--rarity);
  margin: 12px 0 15px;
  background: radial-gradient(ellipse at center, #ffffff06, transparent);
}
.card-art > span {
  font-size: 130px;
  line-height: 1;
  transform: rotate(-12deg);
}
.card-art i {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
}
.card-art b {
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-family: monospace;
  opacity: 0.5;
}
.bit-card h3 {
  margin-bottom: 12px;
}
.bit-card > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}
.card-foot {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 10px;
  color: #bbc3ad;
}
.card-foot strong {
  color: var(--lime);
}
.how {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.how > .eyebrow {
  grid-column: 1/-1;
}
.how > h2 {
  font-size: 58px;
}
.steps {
  display: grid;
  gap: 25px;
}
.steps article {
  position: relative;
  padding-left: 54px;
  border-bottom: 1px solid var(--line);
}
.steps article > span {
  position: absolute;
  left: 0;
  font-family: monospace;
  color: var(--lime);
}
.steps h3 {
  font-size: 21px;
}
.steps p {
  font-size: 13px;
  color: var(--muted);
}
footer {
  margin: 0 var(--space);
  padding: 50px 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
footer p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
footer > div {
  display: flex;
  gap: 22px;
  font-size: 11px;
}
footer small {
  width: 100%;
  color: var(--muted);
  font-size: 10px;
}
.mobile-nav {
  display: none;
}
.skip {
  position: fixed;
  top: -100px;
  left: 15px;
  background: var(--lime);
  color: black;
  z-index: 100;
  padding: 15px;
}
.skip:focus {
  top: 15px;
}
.filter-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.filter-nav a {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 10px 17px;
  font-size: 12px;
}
.filter-nav a.active {
  background: var(--lime);
  color: #172312;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 45px;
}
.collection-tile {
  padding: 30px 35px;
  border-radius: 18px;
  background: #cddd92;
  color: #243015;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
.collection-tile > span {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1px;
}
.collection-tile > b {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 170px;
  opacity: 0.25;
  line-height: 1;
}
.collection-tile h2 {
  margin: 80px 0 12px;
  font-size: 37px;
  position: relative;
}
.collection-tile p {
  font-size: 13px;
  margin: 0;
}
.tile-1 {
  background: #f09f7d;
  color: #552919;
}
.tile-2 {
  background: #bdc8e0;
  color: #242d44;
}
.tile-3 {
  background: #d4c2e7;
  color: #352543;
}
.narrow {
  max-width: 890px;
}
.narrow h1 {
  font-size: 65px;
}
.stack-form {
  display: grid;
  gap: 22px;
  margin-top: 35px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
form label input,
form label textarea,
form label select {
  margin-top: 7px;
}
.form-status {
  font-size: 13px;
  color: var(--lime);
  margin: 10px 0;
  min-height: 22px;
}
.form-status:empty {
  display: none;
}
.auth-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1300px;
  margin: 65px auto;
  padding: 0 var(--space);
  gap: 80px;
  align-items: center;
}
.auth-art {
  background: var(--orange);
  color: #3b2317;
  border-radius: 20px;
  padding: 40px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-art > span {
  font-size: 130px;
  line-height: 1;
}
.auth-art h2 {
  font-size: 48px;
  margin-top: 70px;
}
.auth-art p {
  font-size: 12px;
}
.auth-form h1 {
  font-size: 49px;
}
.auth-form > p {
  color: var(--muted);
  font-size: 13px;
}
.auth-form form {
  display: grid;
  gap: 18px;
}
.auth-form small {
  font-size: 10px;
  color: var(--muted);
}
.auth-form small a {
  text-decoration: underline;
}
.empty {
  padding: 70px 25px;
  text-align: center;
}
.empty > span {
  font-size: 65px;
  color: var(--lime);
}
.empty p {
  color: var(--muted);
}
.empty .button {
  margin: 8px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 80px;
  margin-top: 40px;
}
.bit-detail h1 {
  font-size: 70px;
}
.challenge {
  font-size: 22px;
  color: #ccd2c1;
  line-height: 1.7;
}
.facts {
  display: flex;
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  margin: 30px 0;
}
.facts > span {
  font-size: 25px;
  font-weight: 700;
}
.facts small {
  display: block;
  font-size: 8px;
  font-family: monospace;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 8px;
}
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 23px 0;
}
.safety-note {
  color: var(--muted);
  font-size: 12px;
  border-left: 2px solid #66734d;
  padding-left: 16px;
  margin-top: 25px;
}
.collectible {
  background: linear-gradient(135deg, #30382b, #20251d);
  border: 1px solid var(--rarity);
  border-radius: 22px;
  text-align: center;
  padding: 25px;
  align-self: start;
  position: sticky;
  top: 25px;
  box-shadow: 0 0 70px #c4d88508;
}
.collectible > p {
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 2px;
}
.collectible-mark {
  font-size: 200px;
  color: var(--rarity);
  line-height: 1.5;
  display: block;
}
.collectible h2 {
  font-size: 36px;
}
.collectible > div {
  border-top: 1px dashed #647152;
  font-family: monospace;
  font-size: 9px;
  color: var(--muted);
  padding-top: 24px;
  margin-top: 30px;
  line-height: 2;
}
.share-card {
  max-width: 700px;
  margin: 60px auto 15px;
  background: var(--lime);
  color: #243019;
  padding: 50px;
  border-radius: 20px;
}
.share-card > p:first-child {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -1px;
}
.share-card > span {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 2px;
}
.share-card h2 {
  margin: 25px 0;
  font-size: 50px;
}
.share-card strong {
  font-size: 50px;
}
.share-card p:last-child {
  font-family: monospace;
  font-size: 10px;
  margin-top: 40px;
}
.profile-heading {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.profile-heading h1 {
  font-size: 55px;
}
.profile-heading p {
  margin: 0;
}
.avatar {
  width: 110px;
  height: 110px;
  background: var(--lime);
  color: #253518;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 50px;
  font-family: Georgia, serif;
}
.level-tag {
  font: 11px monospace;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--lime);
  color: var(--lime);
  border-radius: 6px;
  padding: 8px;
  margin-left: 18px;
  letter-spacing: 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.stats-grid article {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 15px;
  padding: 26px;
}
.stats-grid strong {
  font-size: 45px;
  display: block;
  line-height: 1.2;
  letter-spacing: -2px;
}
.stats-grid span {
  font: 9px monospace;
  letter-spacing: 1px;
  color: var(--muted);
}
.level-progress {
  margin: 35px 0 65px;
}
.level-progress p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.level-progress span {
  color: var(--muted);
}
progress {
  width: 100%;
  height: 8px;
  accent-color: var(--lime);
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 60px;
}
.badges article {
  width: 180px;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 14px;
  text-align: center;
}
.badges b {
  font-size: 48px;
  color: var(--lime);
}
.badges h3 {
  font-size: 17px;
}
.badges p {
  font-size: 11px;
  color: var(--muted);
}
.settings {
  margin: 50px 0;
  border-top: 1px solid var(--line);
  padding: 20px;
}
.settings summary {
  cursor: pointer;
}
.settings form {
  max-width: 600px;
  margin: 25px 0;
}
.check-label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.check-label input {
  width: 20px;
  min-height: 20px;
  margin: 0;
}
.feed-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.feed-item a {
  color: var(--lime);
}
.feed-item small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}
.feed-item strong {
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
}
.feed-star {
  font-size: 32px;
  color: var(--orange);
}
.admin-row {
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 18px;
}
.admin-row small {
  color: var(--muted);
}
.admin-row p {
  font-size: 14px;
}
.admin-row h3 {
  font-size: 25px;
}
.prose p {
  font-size: 17px;
  line-height: 1.9;
  color: #c4cab9;
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
dialog {
  background: #1e241a;
  color: var(--text);
  border: 1px solid #59664a;
  border-radius: 20px;
  padding: 40px;
  max-width: 560px;
  width: calc(100% - 30px);
  max-height: 90dvh;
  box-shadow: 0 20px 100px #0009;
}
dialog::backdrop {
  background: #090c09bf;
  backdrop-filter: blur(7px);
}
.dialog-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  font-size: 30px;
}
.reveal {
  text-align: center;
  padding-top: 15px;
}
.reveal-symbol {
  font-size: 105px;
  color: var(--rarity);
  line-height: 1.4;
}
.reveal h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.reveal > p:not(.eyebrow) {
  color: #bbc4af;
  font-size: 15px;
}
.reveal-facts {
  font: 11px monospace;
  color: var(--lime);
  margin: 25px 0;
}
.reveal .button {
  width: 100%;
}
.reveal .text-link {
  display: block;
  margin: auto;
}
.roulette-loading {
  text-align: center;
  padding: 40px 0;
}
.roulette-loading > span {
  font-size: 100px;
  color: var(--lime);
  display: block;
  animation: spin 1.2s linear infinite;
}
.roulette-loading p {
  font: 10px monospace;
  letter-spacing: 2px;
}
.roulette-loading h2 {
  font-size: 34px;
}
#toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: var(--lime);
  color: #1b2916;
  box-shadow: 0 8px 40px #0006;
  max-width: 90%;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 13px;
  z-index: 150;
  transition: 0.2s;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1600px) {
  .hero-stage {
    max-width: 650px;
  }
  .hero {
    min-height: 800px;
  }
  .hero h1 {
    font-size: 105px;
  }
  .hero-sub {
    font-size: 19px;
  }
}
@media (max-width: 1050px) {
  .header nav {
    gap: 20px;
  }
  .hero {
    gap: 10px;
    padding-top: 55px;
    min-height: 650px;
  }
  .hero-stage {
    transform: scale(0.87);
    transform-origin: center;
  }
  .hero h1 {
    font-size: 65px;
  }
  .orbit-two {
    width: 420px;
    height: 420px;
  }
  .ticket-front {
    right: 5%;
  }
  .ticket-back {
    left: -5%;
  }
  .round-stamp {
    right: -10%;
    bottom: 25px;
  }
  .hero-proof {
    flex-wrap: wrap;
  }
  .daily-glyph {
    font-size: 170px;
  }
  .detail-grid {
    gap: 35px;
  }
  .bit-detail h1 {
    font-size: 53px;
  }
  .auth-page {
    gap: 35px;
  }
  .auth-art h2 {
    font-size: 38px;
  }
}
@media (max-width: 760px) {
  :root {
    --space: 22px;
  }
  .header {
    height: 83px;
    gap: 12px;
  }
  .header nav {
    display: none;
  }
  .wordmark {
    font-size: 22px;
  }
  .brand-mark {
    font-size: 32px;
  }
  .account-link {
    font-size: 11px;
    padding: 10px 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    gap: 10px;
    overflow: hidden;
  }
  .hero h1 {
    font-size: clamp(53px, 12vw, 82px);
  }
  .hero-sub {
    font-size: 15px;
    max-width: 370px;
  }
  .hero-copy > .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .hero-stage {
    height: 460px;
    max-width: 460px;
    width: 100%;
    margin: auto;
    transform: scale(0.86);
    transform-origin: center;
  }
  .ticket-front {
    right: 9%;
    top: 10px;
  }
  .ticket-back {
    left: 3%;
    top: 45px;
  }
  .floating-label {
    top: -10px;
    right: 0;
  }
  .round-stamp {
    right: -2%;
    bottom: -25px;
  }
  .stage-caption {
    bottom: -47px;
    left: 20%;
    font-size: 8px;
  }
  .hero-proof {
    margin-top: 26px;
  }
  .hero .micro {
    font-size: 10px;
  }
  .ticker {
    gap: 22px;
    min-height: 51px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .ticker span {
    font-size: 10px;
  }
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 26px;
  }
  .section-heading > p {
    margin: 0;
    font-size: 13px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .roulette-form {
    padding: 22px 16px;
  }
  .chips {
    gap: 8px;
  }
  .chips span {
    padding: 12px 13px;
    font-size: 10px;
  }
  .moods span {
    padding: 10px 14px;
    font-size: 12px;
  }
  .roulette-bottom {
    flex-wrap: wrap;
    gap: 13px;
  }
  .roulette-bottom label {
    min-width: 42%;
  }
  .roulette-bottom .button {
    width: 100%;
  }
  .daily-banner {
    padding: 28px 25px;
  }
  .daily-banner h2 {
    font-size: 32px;
  }
  .daily-banner p:not(.eyebrow) {
    font-size: 13px;
  }
  .daily-glyph {
    position: absolute;
    right: -70px;
    bottom: -40px;
    opacity: 0.15;
    font-size: 220px;
  }
  .daily-banner > div:first-child {
    position: relative;
    z-index: 1;
  }
  .daily-tag {
    display: none;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .bit-card {
    padding: 22px;
  }
  .card-art {
    height: 150px;
  }
  .card-foot {
    font-size: 11px;
  }
  .how {
    grid-template-columns: 1fr;
  }
  .how > h2 {
    font-size: 47px;
  }
  .steps {
    margin-top: 15px;
  }
  footer {
    padding-bottom: 115px;
    gap: 20px;
  }
  footer > div {
    flex-wrap: wrap;
    gap: 16px;
  }
  footer small {
    font-size: 10px;
  }
  .mobile-nav {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-around;
    background: #1c2119f5;
    border-top: 1px solid #444f36;
    backdrop-filter: blur(12px);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    z-index: 50;
  }
  .mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 65px;
    font-size: 23px;
    line-height: 1.4;
    color: var(--lime);
    min-height: 48px;
  }
  .mobile-nav span {
    font-size: 9px;
    color: #d8decd;
  }
  .collections-grid {
    grid-template-columns: 1fr;
  }
  .collection-tile {
    min-height: 210px;
  }
  .collection-tile h2 {
    margin-top: 55px;
  }
  .narrow h1 {
    font-size: 49px;
  }
  .auth-page {
    grid-template-columns: 1fr;
    margin: 45px auto;
  }
  .auth-art {
    display: none;
  }
  .auth-form h1 {
    font-size: 50px;
  }
  .auth-form form {
    gap: 15px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .bit-detail h1 {
    font-size: 52px;
  }
  .challenge {
    font-size: 18px;
  }
  .facts {
    gap: 25px;
  }
  .facts span {
    font-size: 22px;
  }
  .facts small {
    font-size: 7px;
  }
  .collectible {
    position: static;
    max-width: 370px;
    margin: auto;
    width: 100%;
  }
  .collectible-mark {
    font-size: 150px;
  }
  .profile-heading {
    gap: 15px;
  }
  .avatar {
    width: 73px;
    height: 73px;
    font-size: 35px;
  }
  .profile-heading h1 {
    font-size: 35px;
    overflow-wrap: anywhere;
  }
  .profile-heading .eyebrow {
    font-size: 8px;
  }
  .profile-heading p {
    font-size: 12px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .stats-grid article {
    padding: 20px;
  }
  .stats-grid strong {
    font-size: 35px;
  }
  .stats-grid span {
    font-size: 8px;
  }
  .badges article {
    width: calc(50% - 8px);
  }
  .share-card {
    padding: 30px 22px;
  }
  .share-card h2 {
    font-size: 34px;
  }
  .share-card strong {
    font-size: 40px;
  }
  .feed-item {
    gap: 12px;
    font-size: 13px;
  }
  .feed-item strong {
    font-size: 10px;
  }
  .feed-star {
    font-size: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .admin-row {
    padding: 18px;
  }
  .admin-row .form-grid {
    grid-template-columns: 1fr;
  }
  dialog {
    padding: 35px 23px 25px;
  }
  .reveal h2 {
    font-size: 35px;
  }
  .reveal-symbol {
    font-size: 83px;
  }
  #toast {
    bottom: 90px;
    min-width: 270px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 360px) {
  .account-link {
    font-size: 10px;
    padding: 10px;
  }
  .wordmark {
    font-size: 19px;
  }
  .hero-stage {
    transform: scale(0.75);
    height: 425px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .chips span {
    padding: 12px 10px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .facts {
    gap: 18px;
  }
  .level-tag {
    margin-left: 7px;
  }
  .profile-heading h1 {
    font-size: 29px;
  }
}

.crew-choice {
  display: block;
  max-width: 240px;
  margin: 18px 0;
}
.crew-choice select {
  margin-top: 8px;
}
.chips label span,
.filter-nav a {
  min-height: 44px;
}
.ticket-body .rarity {
  color: #34491d;
  border-color: #34491d;
}
.profile-heading h1 {
  overflow-wrap: anywhere;
}
