:root {
  color-scheme: dark;
  --bg: #050308;
  --surface: #0c0714;
  --surface-2: #130d22;
  --surface-3: #1b1230;
  --line: rgba(213, 199, 255, 0.18);
  --text: #fbf7ff;
  --muted: rgba(251, 247, 255, 0.66);
  --purple: #8f63ff;
  --purple-2: #c9a8ff;
  --cream: #fff7df;
  --green: var(--purple);
  --lime: var(--purple-2);
  --gold: #f2c764;
  --blue: #79c9ff;
  --danger: #ff8594;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
  --main: "Space Grotesk", system-ui, sans-serif;
  --display: "Bricolage Grotesque", "Space Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--main);
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 99, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(201, 168, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #090511 0%, #050308 48%, #000 100%);
}

button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.hidden { display: none !important; }

.locker-shell {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 18px;
}

.public-locker-view .locker-shell {
  display: flex;
  flex-direction: column;
}

.public-locker-view .locker-topbar { order: 1; }
.public-locker-view .locker-app { order: 2; }
.public-locker-view .auth-gate { order: 3; }

.locker-topbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.locker-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-weight: 1000;
  text-decoration: none;
}

.locker-brand img {
  width: 88px;
  height: auto;
  max-height: 94px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.42));
  object-fit: contain;
}

.locker-brand img.locker-brand-mark {
  width: 54px;
  height: 54px;
  max-height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 13px 22px rgba(0, 0, 0, 0.42));
}

.wallet-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.wallet-menu .icon-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wallet-menu .button-logo {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.wallet-menu a,
.wallet-menu button,
.tiny-link,
.ghost-button,
.address-button {
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(213, 199, 255, 0.2);
  border-radius: 8px;
  color: rgba(251, 247, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(213, 199, 255, 0.1), rgba(255, 255, 255, 0.018)),
    rgba(14, 8, 24, 0.82);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 10px 24px rgba(0, 0, 0, 0.24);
}

.wallet-menu button {
  font-family: inherit;
  cursor: pointer;
}

.wallet-menu a.wallet-menu-active {
  color: #fff;
  border-color: rgba(201, 168, 255, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(126, 86, 255, 0.3);
  box-shadow: 0 12px 28px rgba(143, 99, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.wallet-menu a.wallet-menu-auth {
  color: #fff;
  border-color: rgba(201, 168, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #6b47ff, #9a6cff);
  box-shadow: 0 12px 28px rgba(143, 99, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wallet-menu .wallet-menu-logout {
  color: #fff;
  border-color: rgba(255, 124, 124, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #b3213c, #f04f5e);
  box-shadow: 0 12px 28px rgba(240, 79, 94, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.locker-ready:not(.public-locker-view) .wallet-menu-auth {
  display: none;
}

.auth-gate {
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: clamp(24px, 6vw, 72px);
  padding: 30px 0;
}

.auth-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.auth-copy img {
  width: 180px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.46));
  object-fit: contain;
}

.auth-copy h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 54%, #d7c4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.84;
  letter-spacing: 0;
}

.auth-copy p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.5;
}

.auth-card,
.account-strip,
.tab-panel,
.data-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(213, 199, 255, 0.08), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(143, 99, 255, 0.08), transparent 58%),
    rgba(12, 7, 20, 0.88);
  box-shadow: var(--shadow);
}

.auth-card {
  padding: 16px;
}

.auth-tabs,
.locker-tabs {
  display: flex;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(213, 199, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
}

.auth-tabs button,
.locker-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 900;
}

.auth-tabs button {
  flex: 1;
}

.auth-tabs button.active,
.locker-tabs button.active {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02) 46%, rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #6b47ff 0%, #9a6cff 48%, #d9b7ff 100%);
  box-shadow: 0 12px 30px rgba(143, 99, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.stack-form,
.surface-form {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.surface-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.form-wide {
  grid-column: 1 / -1;
  min-width: 0;
}

.staking-reward-note {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border: 1px solid rgba(201, 168, 255, 0.24);
  border-radius: 10px;
  color: rgba(251, 247, 255, 0.82);
  background:
    radial-gradient(circle at 8% 0%, rgba(201, 168, 255, 0.14), transparent 34%),
    rgba(143, 99, 255, 0.09);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.42;
}

.staking-reward-note strong {
  color: #fff;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.staking-reward-note b {
  color: #fff;
  font-weight: 1000;
}

label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

input,
select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid rgba(213, 199, 255, 0.17);
  border-radius: 8px;
  color: var(--text);
  background: rgba(5, 3, 9, 0.9);
  outline: none;
}

input:focus,
select:focus {
  border-color: rgba(201, 168, 255, 0.76);
  box-shadow: 0 0 0 3px rgba(143, 99, 255, 0.16);
}

.primary-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02) 46%, rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #6b47ff 0%, #9a6cff 48%, #d9b7ff 100%);
  box-shadow: 0 18px 46px rgba(143, 99, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-weight: 1000;
}

.primary-button:disabled,
.ghost-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.danger-button {
  border-color: rgba(255, 117, 139, 0.38);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, #c51f42, #ff4f6d);
  box-shadow: 0 14px 32px rgba(255, 79, 109, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.danger-button:hover,
.danger-button:focus-visible {
  border-color: rgba(255, 169, 184, 0.62);
  outline: none;
}

.surface-form .primary-button {
  align-self: end;
}

.status-line {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.status-line.good { color: var(--purple-2); }
.status-line.bad { color: var(--danger); }

.locker-app {
  display: grid;
  gap: 14px;
  padding: 14px 0 32px;
}

.account-strip {
  display: none;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
}

.account-strip > div:first-child,
.wallet-account-copy,
.public-view-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.account-strip span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.address-button {
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(201, 168, 255, 0.13), rgba(255, 255, 255, 0.018)),
    rgba(15, 9, 26, 0.88);
}

.balance-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.balance-pills span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(143, 99, 255, 0.12);
}

.balance-pills b {
  color: var(--text);
  font-size: 0.95rem;
}

.public-view-copy {
  display: none;
}

.public-view-copy b {
  color: var(--text);
  font-size: 1rem;
}

.public-locker-view .account-strip {
  grid-template-columns: minmax(0, 1fr);
}

.public-locker-view .wallet-account-copy,
.public-locker-view .balance-pills,
.public-locker-view #refreshButton,
.public-locker-view #logoutButton {
  display: none;
}

.public-locker-view .public-view-copy {
  display: grid;
}

.public-locker-view .auth-gate {
  display: none;
}

.public-locker-view .auth-copy {
  display: none;
}

.locker-tabs {
  overflow-x: auto;
}

.locker-tabs button {
  min-width: max-content;
  padding: 0 12px;
}

.tab-panel {
  display: none;
  padding: 16px;
}

.tab-panel.active {
  display: grid;
  gap: 16px;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.panel-head span,
.data-card > span {
  color: var(--purple-2);
  font-size: 0.74rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.panel-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 1;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  grid-column: span 3;
}

.check-grid label {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgba(213, 199, 255, 0.16);
  border-radius: 8px;
  background: rgba(213, 199, 255, 0.055);
  color: var(--text);
}

.check-grid input {
  width: 18px;
  min-height: 18px;
}

.card-grid,
.campaign-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.data-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  box-shadow: none;
}

.data-card h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.data-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.public-market-row span,
.public-lock-amount span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.public-lock-groups {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.public-lock-groups button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(213, 199, 255, 0.18);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.24);
  font-weight: 1000;
  white-space: nowrap;
}

.public-lock-groups button.active {
  color: #fff;
  border-color: rgba(201, 168, 255, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(107, 71, 255, 0.92), rgba(154, 108, 255, 0.82));
}

.public-lock-groups b {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.75rem;
}

.public-locks-grid {
  grid-template-columns: 1fr;
}

.public-lock-section {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.public-lock-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.public-focused-lock-section {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}

.public-focused-lock-section .public-lock-section-grid {
  grid-template-columns: minmax(0, 1fr);
}

.public-focused-lock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(213, 199, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}

.public-focused-lock-head button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(201, 168, 255, 0.34);
  border-radius: 8px;
  color: #fff;
  background: rgba(143, 99, 255, 0.18);
  font-weight: 1000;
}

.public-focused-lock-head span {
  display: block;
  color: var(--purple-2);
  font-size: 0.72rem;
  font-weight: 1000;
  text-align: right;
  text-transform: uppercase;
}

.public-focused-lock-head strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  text-align: right;
}

.public-lock-card {
  position: relative;
  overflow: hidden;
}

.public-lock-card.is-focused {
  border-color: rgba(201, 168, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(143, 99, 255, 0.18), 0 24px 66px rgba(0, 0, 0, 0.34);
}

.public-lock-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #6b47ff, #d9b7ff 52%, #79c9ff);
}

.public-lock-hero {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) minmax(112px, auto);
  align-items: center;
  gap: 12px;
}

.public-lock-logo {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(213, 199, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(143, 99, 255, 0.18);
  color: #fff;
  font-weight: 1000;
}

.public-lock-logo img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
}

.public-lock-logo span {
  max-width: calc(100% - 10px);
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
}

.public-lock-main {
  min-width: 0;
}

.public-lock-main > span {
  color: var(--purple-2);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.public-lock-main h3 {
  margin-top: 2px;
  font-size: 1.22rem;
}

.public-lock-amount {
  min-width: 0;
  justify-self: end;
  text-align: right;
}

.public-lock-amount b {
  display: block;
  max-width: 180px;
  margin-top: 3px;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-overflow: ellipsis;
}

.public-market-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.public-market-row div {
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(143, 99, 255, 0.2);
  border-radius: 8px;
  background: rgba(143, 99, 255, 0.09);
}

.public-market-row b {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
}

.public-lock-links,
.public-lock-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-lock-card-actions {
  padding-top: 2px;
}

.public-lock-links a,
.public-lock-card-actions button {
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid rgba(213, 199, 255, 0.16);
  border-radius: 8px;
  color: var(--purple-2);
  background: rgba(213, 199, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 1000;
  text-decoration: none;
}

.public-lock-card-actions button {
  color: #fff;
  border-color: rgba(201, 168, 255, 0.3);
  background: rgba(143, 99, 255, 0.16);
}

.public-lock-card-actions .proof-card-button {
  border-color: rgba(201, 168, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(107, 71, 255, 0.95), rgba(154, 108, 255, 0.88));
  box-shadow: 0 10px 24px rgba(143, 99, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.public-lock-links .token-social-link {
  border-color: rgba(121, 201, 255, 0.22);
  color: #d7f1ff;
  background: rgba(121, 201, 255, 0.09);
}

.public-lock-links .token-social-x {
  color: #fff;
}

.public-lock-links .token-social-telegram {
  color: #bfeaff;
}

.public-lock-links a:hover,
.public-lock-links a:focus-visible,
.public-lock-card-actions button:hover,
.public-lock-card-actions button:focus-visible,
.wallet-menu a.wallet-menu-auth:hover,
.wallet-menu a.wallet-menu-auth:focus-visible {
  border-color: rgba(201, 168, 255, 0.6);
  outline: none;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.meta-grid div {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.meta-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.meta-grid b {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.inline-actions form {
  display: flex;
  gap: 8px;
  min-width: min(100%, 260px);
}

.inline-actions input,
.inline-actions select {
  min-width: 0;
}

.inline-actions button {
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #6b47ff, #9a6cff);
  font-weight: 1000;
  white-space: nowrap;
}

.inline-actions button.secondary {
  color: var(--text);
  background: rgba(121, 201, 255, 0.14);
  border: 1px solid rgba(121, 201, 255, 0.24);
}

.campaign-list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.daily-checkin-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 0.85fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(213, 199, 255, 0.2);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 10%, rgba(210, 186, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(122, 66, 255, 0.08) 48%, rgba(255, 255, 255, 0.025)),
    rgba(12, 7, 28, 0.72);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.daily-checkin-copy {
  display: grid;
  gap: 5px;
}

.daily-checkin-copy span {
  color: #cdbbff;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daily-checkin-copy h3 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.daily-checkin-copy p,
.daily-checkin-card .status-line {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.daily-checkin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.daily-checkin-stats div {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(213, 199, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.daily-checkin-stats span {
  color: #bda9ef;
  font-size: 0.7rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.daily-checkin-stats strong {
  color: #fff;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1;
}

.daily-checkin-actions {
  display: grid;
  gap: 8px;
  min-width: 190px;
}

.daily-checkin-actions .primary-button,
.daily-checkin-actions .tiny-link {
  width: 100%;
  justify-content: center;
}

@media (max-width: 980px) {
  .daily-checkin-card {
    grid-template-columns: 1fr;
  }

  .daily-checkin-actions {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .daily-checkin-stats {
    grid-template-columns: 1fr;
  }
}

.campaign-section {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(196, 164, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(166, 110, 255, 0.16), transparent 34%),
    rgba(10, 4, 27, 0.24);
}

.campaign-section.is-history {
  background: rgba(255, 255, 255, 0.035);
}

.campaign-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(196, 164, 255, 0.14);
  border-radius: 8px;
  background: rgba(12, 5, 30, 0.46);
}

.campaign-section-head span,
.campaign-section-head em {
  display: block;
  color: var(--purple-2);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 1000;
  text-transform: uppercase;
}

.campaign-section-head strong {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.campaign-section-head em {
  min-width: 30px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(196, 164, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  background: rgba(143, 99, 255, 0.16);
}

.campaign-card-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 12px;
}

.campaign-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(196, 164, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(72, 38, 128, 0.18), rgba(12, 5, 30, 0.22)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 42px rgba(2, 0, 14, 0.18);
}

.campaign-card.is-active {
  border-color: rgba(142, 255, 202, 0.24);
}

.campaign-card.is-history,
.campaign-card.is-ended,
.campaign-card.is-complete {
  opacity: 0.82;
}

.campaign-card.is-complete {
  border-color: rgba(255, 255, 255, 0.12);
}

.campaign-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.campaign-card-head span {
  display: block;
  color: var(--purple-2);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.campaign-card-head h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.08;
}

.campaign-status-ribbon {
  justify-self: start;
  min-height: 25px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding: 0 8px;
  border: 1px solid rgba(196, 164, 255, 0.2);
  border-radius: 999px;
  color: #e6dcff;
  background: rgba(143, 99, 255, 0.14);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 1000;
}

.campaign-card.is-active .campaign-status-ribbon {
  border-color: rgba(142, 255, 202, 0.28);
  color: #baffdc;
  background: rgba(50, 220, 137, 0.12);
}

.campaign-card.is-ended .campaign-status-ribbon,
.campaign-card.is-complete .campaign-status-ribbon {
  color: #d7d0e8;
  background: rgba(255, 255, 255, 0.08);
}

.campaign-nft-preview {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(180px, 1fr);
  align-items: stretch;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(196, 164, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(0, 0, 0, 0.18);
}

.campaign-nft-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  min-width: 0;
}

.campaign-nft-thumb {
  position: relative;
  width: 74px;
  height: 74px;
  min-width: 74px;
  min-height: 74px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(196, 164, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(124, 73, 255, 0.58), rgba(18, 8, 44, 0.92));
  font-size: 0.95rem;
  font-weight: 1000;
  text-align: center;
  box-shadow: 0 10px 24px rgba(4, 1, 16, 0.32);
}

.campaign-nft-thumb.campaign-nft-feature {
  width: min(320px, 100%);
  height: auto;
  min-width: 0;
  min-height: 260px;
}

.campaign-nft-thumb:first-child {
  margin-left: 0;
}

.campaign-nft-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.campaign-nft-fallback {
  max-width: 82%;
  padding: 4px;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.46);
}

.campaign-nft-thumb.is-claimed {
  opacity: 0.55;
}

.campaign-nft-thumbs em {
  min-width: 74px;
  min-height: 74px;
  height: 74px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(196, 164, 255, 0.36);
  border-radius: 8px;
  color: #fff;
  background: rgba(143, 99, 255, 0.32);
  font-size: 1rem;
  font-style: normal;
  font-weight: 1000;
}

.campaign-nft-preview-copy {
  min-width: 0;
  align-self: center;
  text-align: left;
}

.campaign-nft-preview-copy span,
.campaign-nft-preview-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.campaign-nft-preview-copy span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.campaign-nft-preview-copy strong {
  margin-top: 2px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 1000;
}

@media (max-width: 720px) {
  .campaign-nft-preview {
    grid-template-columns: 1fr;
  }

  .campaign-nft-thumb.campaign-nft-feature {
    width: min(72vw, 280px);
    min-height: min(72vw, 280px);
  }

  .reward-breakdown-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .reward-breakdown-head strong {
    text-align: left;
  }

  .reward-breakdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reward-breakdown-grid .wide {
    grid-column: 1 / -1;
  }
}

.campaign-card .meta-grid {
  gap: 6px;
}

.campaign-card .meta-grid div {
  padding: 8px 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.18);
}

.campaign-card .meta-grid span {
  font-size: 0.68rem;
}

.campaign-card .meta-grid b {
  color: #fff;
  font-size: 0.92rem;
}

.campaign-card .pill-row span {
  min-height: 24px;
  color: #ede6ff;
  background: rgba(143, 99, 255, 0.16);
  font-size: 0.72rem;
}

.reward-breakdown-card {
  display: grid;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(201, 168, 255, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(143, 99, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(4, 1, 13, 0.24);
}

.reward-breakdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.reward-breakdown-head span {
  color: #cdbbff;
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reward-breakdown-head strong {
  color: rgba(251, 247, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: right;
}

.reward-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.reward-breakdown-grid > div {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.reward-breakdown-grid .wide {
  grid-column: span 2;
}

.reward-breakdown-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.reward-breakdown-grid b {
  display: block;
  margin-top: 3px;
  color: #fff;
  overflow-wrap: anywhere;
  font-size: 0.88rem;
  font-weight: 1000;
}

.reward-breakdown-card p {
  margin: 0;
  color: rgba(251, 247, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.reward-breakdown-card p b {
  color: #fff;
}

.campaign-card .inline-actions {
  padding-top: 2px;
}

.campaign-card .inline-actions button {
  min-height: 34px;
  padding: 0 11px;
  box-shadow: 0 10px 24px rgba(143, 99, 255, 0.14);
}

.campaign-card .burn-prize-section {
  gap: 7px;
  padding: 8px;
  background: rgba(11, 4, 31, 0.2);
}

.campaign-card .burn-prize-grid {
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.campaign-card .burn-prize-card {
  gap: 5px;
  padding: 6px;
}

.campaign-card .burn-prize-copy strong {
  font-size: 0.76rem;
}

.campaign-card .burn-prize-copy small,
.campaign-card .burn-prize-card em {
  font-size: 0.66rem;
}

.action-note {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.82rem;
  font-weight: 900;
}

.nft-select-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 8px;
}

.nft-select-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin: 2px 0 8px;
}

.nft-select-heading span,
.nft-select-heading em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.nft-select-heading strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 1000;
}

.nft-create-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid rgba(196, 164, 255, 0.22);
  border-radius: 8px;
  background: rgba(143, 99, 255, 0.12);
}

.nft-create-summary span,
.nft-create-summary em {
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.nft-create-summary strong {
  color: #fff;
  font-size: 1.16rem;
  font-weight: 1000;
}

.nft-create-summary em {
  grid-column: 1 / -1;
  text-transform: none;
}

.nft-select-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(196, 164, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.nft-select-card:has(input:checked) {
  border-color: rgba(196, 164, 255, 0.78);
  background: rgba(143, 99, 255, 0.18);
}

.nft-select-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.nft-select-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nft-select-media span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 1000;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.46);
}

.nft-select-card strong,
.nft-select-card small,
.nft-select-empty {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nft-select-card strong,
.nft-select-card small {
  white-space: nowrap;
}

.nft-select-empty {
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.burn-prize-section {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(196, 164, 255, 0.16);
  border-radius: 8px;
  background: rgba(11, 4, 31, 0.28);
}

.burn-prize-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 8px;
}

.burn-prize-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(196, 164, 255, 0.18);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.burn-prize-card.is-available {
  border-color: rgba(142, 255, 202, 0.28);
}

.burn-prize-card.is-claimed {
  opacity: 0.62;
}

.burn-prize-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(124, 73, 255, 0.52), rgba(18, 8, 44, 0.92));
}

.burn-prize-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.burn-prize-media span {
  max-width: 86%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 1000;
  line-height: 1.08;
  text-align: center;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.46);
}

.burn-prize-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.burn-prize-copy strong,
.burn-prize-copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.burn-prize-copy strong {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 1000;
}

.burn-prize-copy small,
.burn-prize-empty {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
}

.burn-prize-card em {
  justify-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  color: #e8dcff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 1000;
}

.burn-prize-card em.is-available {
  color: #baffdc;
  background: rgba(50, 220, 137, 0.14);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pill-row span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(143, 99, 255, 0.14);
  font-size: 0.76rem;
  font-weight: 900;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px dashed rgba(213, 199, 255, 0.24);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
  font-weight: 900;
}

@media (max-width: 900px) {
  .locker-shell { padding: 12px; }
  .locker-topbar,
  .panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .wallet-menu { justify-content: flex-start; }
  .auth-gate {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .auth-copy h1 { font-size: clamp(3rem, 20vw, 6.5rem); }
  .account-strip {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .balance-pills { justify-content: flex-start; }
  .surface-form,
  .card-grid,
  .campaign-list,
  .compact-grid,
  .public-market-row,
  .public-lock-section-grid {
    grid-template-columns: 1fr;
  }
  .public-lock-hero {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .public-lock-logo {
    width: 52px;
    height: 52px;
  }
  .public-lock-amount {
    grid-column: 1 / -1;
    justify-self: stretch;
    text-align: left;
  }
  .public-lock-amount b {
    max-width: 100%;
  }
  .check-grid {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .inline-actions form {
    width: 100%;
  }
}

/* MONIBAGZ one-line wordmark for locker header. */
.locker-brand img.locker-brand-wordmark {
  width: min(300px, 36vw);
  height: auto;
  max-height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.42));
}

.locker-brand img.locker-brand-wordmark + span {
  color: rgba(251, 247, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .locker-brand {
    gap: 7px;
  }

  .locker-brand img.locker-brand-mark {
    width: 42px;
    height: 42px;
    max-height: 42px;
  }

  .locker-brand img.locker-brand-wordmark {
    width: min(210px, 48vw);
    max-height: 54px;
  }

  .locker-brand img.locker-brand-wordmark + span {
    display: none;
  }
}

/* Header/button typography polish 2026-07-01. */
.locker-site-menu {
  gap: 10px;
}

.locker-site-menu a,
.locker-site-menu button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(225, 215, 255, 0.22);
  border-radius: 10px;
  color: rgba(255, 250, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.015)),
    rgba(12, 8, 20, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px rgba(0, 0, 0, 0.24);
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  appearance: none;
}

.locker-site-menu a::before,
.locker-site-menu button::before {
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 221, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, rgba(126, 86, 255, 0.78), rgba(206, 168, 255, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-family: var(--display);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
}

.locker-site-menu .icon-link::before {
  content: none !important;
  display: none !important;
}

.locker-site-menu a[href*="tab=assets"]::before { content: "W"; }
.locker-site-menu a[href="/nfts"]::before { content: "N"; }
.locker-site-menu a.wallet-menu-active::before { content: "L"; }
.locker-site-menu a[href="/extension"]::before { content: "+"; }
.locker-site-menu .wallet-menu-auth::before { content: "@"; }
.locker-site-menu .wallet-menu-logout::before { content: "X"; }

.locker-site-menu .button-logo {
  width: 18px;
  height: 18px;
  padding: 6px;
  border: 1px solid rgba(231, 221, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    rgba(126, 86, 255, 0.36);
  box-sizing: content-box;
  object-fit: contain;
}

.locker-site-menu a.wallet-menu-active,
.locker-site-menu a.wallet-menu-auth {
  color: #fff;
  border-color: rgba(225, 215, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(99, 63, 255, 0.92), rgba(164, 107, 255, 0.58));
  box-shadow:
    0 18px 42px rgba(111, 70, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.locker-site-menu a:hover,
.locker-site-menu a:focus-visible,
.locker-site-menu button:hover,
.locker-site-menu button:focus-visible {
  color: #fff;
  border-color: rgba(234, 226, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(29, 20, 47, 0.9);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.locker-tabs button,
.primary-button,
.inline-actions button,
.tiny-link,
.ghost-button,
.address-button {
  border-radius: 10px;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 800;
}

.panel-head h2,
.auth-copy h1,
.public-lock-title h2 {
  font-family: var(--display);
  font-weight: 800;
}

.panel-head h2 {
  font-size: clamp(1.85rem, 3.8vw, 3.2rem);
}

.surface-form label span,
.meta-grid span,
.pill-row span {
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .locker-site-menu {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .locker-site-menu a,
  .locker-site-menu button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 10px;
    font-size: 0.94rem;
  }

  .locker-site-menu a::before,
  .locker-site-menu button::before {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

/* Logo sparkle effects 2026-07-01. */
.locker-brand {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.locker-brand img {
  position: relative;
  z-index: 1;
}

.locker-brand::before {
  content: "";
  position: absolute;
  inset: -10px -14px -8px -8px;
  z-index: 2;
  pointer-events: none;
  opacity: 0.76;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 2px, rgba(255, 225, 132, 0.82) 2px 3px, transparent 4px),
    radial-gradient(circle, rgba(230, 207, 255, 0.95) 0 1px, transparent 3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 1px, rgba(164, 107, 255, 0.44) 2px, transparent 4px),
    radial-gradient(circle, rgba(255, 238, 155, 0.92) 0 1px, transparent 3px);
  background-position: 15% 24%, 43% 12%, 72% 34%, 92% 20%;
  background-size: 92px 54px, 84px 48px, 108px 62px, 74px 44px;
  animation: lockerSparkleTwinkle 3.6s ease-in-out infinite;
}

.locker-brand::after {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 0;
  z-index: 3;
  width: 30%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: linear-gradient(105deg, transparent 12%, rgba(255, 255, 255, 0.1) 35%, rgba(255, 255, 255, 0.74) 50%, rgba(190, 139, 255, 0.24) 60%, transparent 82%);
  filter: blur(0.3px);
  transform: translateX(-180%) skewX(-12deg);
  animation: lockerLogoSweep 5.8s ease-in-out 0.8s infinite;
}

@keyframes lockerSparkleTwinkle {
  0%,
  100% {
    opacity: 0.42;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45));
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  42% {
    opacity: 0.92;
    filter:
      drop-shadow(0 0 6px rgba(255, 255, 255, 0.68))
      drop-shadow(0 0 12px rgba(164, 107, 255, 0.34));
    transform: translate3d(3px, -2px, 0) scale(1.03);
  }

  68% {
    opacity: 0.58;
    transform: translate3d(-2px, 1px, 0) scale(1);
  }
}

@keyframes lockerLogoSweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-180%) skewX(-12deg);
  }

  34% {
    opacity: 0.72;
  }

  52%,
  100% {
    opacity: 0;
    transform: translateX(420%) skewX(-12deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .locker-brand::before,
  .locker-brand::after {
    animation: none;
  }
}

/* Header logo button cleanup 2026-07-01. */
.locker-site-menu {
  gap: 9px;
}

.locker-site-menu a,
.locker-site-menu button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(229, 219, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 250, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012)),
    rgba(10, 7, 17, 0.68);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-family: var(--display);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
}

.locker-site-menu a::before,
.locker-site-menu button::before {
  content: none !important;
  display: none !important;
}

.locker-site-menu .button-logo {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: block;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.32));
  box-sizing: border-box;
}

.locker-site-menu a.wallet-menu-active,
.locker-site-menu a.wallet-menu-auth {
  color: #fff;
  border-color: rgba(229, 219, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.018)),
    rgba(117, 73, 255, 0.28);
  box-shadow:
    0 16px 34px rgba(111, 70, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.locker-site-menu .wallet-menu-logout {
  color: #fff;
  border-color: rgba(255, 132, 150, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.018)),
    rgba(174, 34, 62, 0.48);
}

.locker-site-menu a:hover,
.locker-site-menu a:focus-visible,
.locker-site-menu button:hover,
.locker-site-menu button:focus-visible {
  border-color: rgba(245, 239, 255, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.016)),
    rgba(23, 15, 38, 0.88);
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 720px) {
  .locker-site-menu a,
  .locker-site-menu button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 10px;
  }
}

/* Subtle diamond logo glints 2026-07-01. */
.locker-brand {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.locker-brand::before,
.locker-brand::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: rgba(255, 255, 255, 0.96);
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.72))
    drop-shadow(0 0 9px rgba(184, 138, 255, 0.36));
}

.locker-brand::before {
  left: 18px;
  top: 8px;
  box-shadow:
    34px 7px 0 rgba(255, 240, 174, 0.9),
    74px 24px 0 rgba(255, 255, 255, 0.86),
    126px 10px 0 rgba(210, 178, 255, 0.86),
    198px 30px 0 rgba(255, 255, 255, 0.76),
    246px 12px 0 rgba(255, 228, 145, 0.74);
  animation: lockerDiamondGlintA 6.1s steps(1, end) infinite;
}

.locker-brand::after {
  left: 52px;
  top: 29px;
  box-shadow:
    48px -14px 0 rgba(255, 255, 255, 0.72),
    102px 8px 0 rgba(255, 233, 156, 0.84),
    174px -10px 0 rgba(224, 198, 255, 0.78),
    228px 7px 0 rgba(255, 255, 255, 0.68);
  animation: lockerDiamondGlintB 7.4s steps(1, end) infinite 1.15s;
}

@keyframes lockerDiamondGlintA {
  0%, 8%, 100% { opacity: 0; transform: rotate(45deg) scale(0.28); }
  9% { opacity: 0.88; transform: rotate(45deg) scale(1); }
  10% { opacity: 0.22; transform: rotate(45deg) scale(0.52); }
  11% { opacity: 0.78; transform: rotate(45deg) scale(0.86); }
  13%, 48% { opacity: 0; transform: rotate(45deg) scale(0.24); }
  49% { opacity: 0.62; transform: rotate(45deg) scale(0.78); }
  51% { opacity: 0; transform: rotate(45deg) scale(0.3); }
}

@keyframes lockerDiamondGlintB {
  0%, 18%, 100% { opacity: 0; transform: rotate(45deg) scale(0.22); }
  19% { opacity: 0.68; transform: rotate(45deg) scale(0.82); }
  20% { opacity: 0.14; transform: rotate(45deg) scale(0.42); }
  21% { opacity: 0.74; transform: rotate(45deg) scale(0.92); }
  23%, 66% { opacity: 0; transform: rotate(45deg) scale(0.24); }
  67% { opacity: 0.56; transform: rotate(45deg) scale(0.72); }
  69% { opacity: 0; transform: rotate(45deg) scale(0.22); }
}

@media (prefers-reduced-motion: reduce) {
  .locker-brand::before,
  .locker-brand::after {
    animation: none;
    opacity: 0;
  }
}

/* Header logos should not sparkle 2026-07-01. */
.locker-brand::before,
.locker-brand::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  opacity: 0 !important;
}

/* Borderless top navigation rollback 2026-07-01. */
.locker-topbar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.locker-site-menu {
  gap: 9px;
  align-items: center;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.locker-site-menu a,
.locker-site-menu button {
  min-height: 46px;
  gap: 8px;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 999px;
  color: rgba(255, 250, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012)),
    rgba(10, 7, 17, 0.68);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-family: var(--display);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.locker-site-menu a::before,
.locker-site-menu button::before {
  content: none !important;
  display: none !important;
}

.locker-site-menu a > span,
.locker-site-menu button > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.locker-site-menu .button-logo {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: block;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
  filter:
    drop-shadow(0 5px 8px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 6px rgba(175, 126, 255, 0.14));
}

.locker-site-menu a.wallet-menu-active,
.locker-site-menu a.wallet-menu-auth {
  color: #fff;
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.018)),
    rgba(117, 73, 255, 0.28);
  box-shadow:
    0 16px 34px rgba(111, 70, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.locker-site-menu button.wallet-menu-logout {
  color: #ffd8de;
  border: 0 !important;
  background: rgba(91, 17, 31, 0.46);
}

.locker-site-menu a:hover,
.locker-site-menu a:focus-visible,
.locker-site-menu button:hover,
.locker-site-menu button:focus-visible {
  color: #fff;
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.016)),
    rgba(23, 15, 38, 0.88);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .locker-site-menu {
    border-radius: 0;
  }
}

@media (max-width: 720px) {
  .locker-site-menu a,
  .locker-site-menu button {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 0 9px;
    font-size: 0.9rem;
  }
}

/* Single active top navigation state 2026-07-01. */
.locker-site-menu a:not(.wallet-menu-active),
.locker-site-menu button:not(.wallet-menu-logout) {
  color: rgba(255, 250, 255, 0.86) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01)),
    rgba(10, 7, 17, 0.62) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.locker-site-menu a.wallet-menu-active {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.018)),
    rgba(117, 73, 255, 0.28) !important;
  box-shadow:
    0 16px 34px rgba(111, 70, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.locker-site-menu button.wallet-menu-logout {
  color: #ffd8de !important;
  background: rgba(91, 17, 31, 0.46) !important;
}

.locker-tabs.grouped-locker-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(213, 199, 255, 0.16);
  border-radius: 14px;
  overflow-x: visible;
  background:
    radial-gradient(circle at 14% 0%, rgba(197, 166, 255, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(6, 2, 18, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 52px rgba(7, 1, 24, 0.3);
}

.locker-tab-group {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: 9px;
  min-height: 128px;
  padding: 10px;
  border: 1px solid rgba(213, 199, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.025) 48%, rgba(122, 66, 255, 0.09)),
    rgba(10, 5, 25, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 0, 0, 0.16);
}

.locker-tab-group::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(197, 166, 255, 0.24), transparent 36%);
  opacity: 0.5;
}

.locker-tab-group.is-active-group {
  border-color: rgba(226, 210, 255, 0.5);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(122, 66, 255, 0.13) 52%, rgba(255, 255, 255, 0.04)),
    rgba(17, 6, 47, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.09),
    0 16px 34px rgba(107, 63, 220, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.locker-tab-group-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 0 2px 8px;
  border-bottom: 1px solid rgba(213, 199, 255, 0.16);
  border-radius: 0;
  color: #d9c6ff;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  user-select: none;
}

.locker-tab-group-label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(216, 199, 255, 0.72);
  box-shadow: 0 0 16px rgba(197, 166, 255, 0.72);
  transform: rotate(45deg);
}

.locker-tab-buttons {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.locker-tab-group:nth-child(2) .locker-tab-buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locker-tab-group:nth-child(3) .locker-tab-buttons {
  grid-template-columns: 1fr;
}

.locker-tabs.grouped-locker-tabs .locker-tab-buttons button {
  min-width: 0;
  min-height: 36px;
  padding: 0 8px;
  border: 1px solid rgba(213, 199, 255, 0.2);
  border-radius: 8px;
  color: #f2eaff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(31, 19, 54, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(4, 0, 16, 0.18);
  font-size: 0.76rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.locker-tabs.grouped-locker-tabs .locker-tab-buttons button:hover {
  border-color: rgba(226, 210, 255, 0.42);
  transform: translateY(-1px);
}

.locker-tabs.grouped-locker-tabs .locker-tab-buttons button.active {
  color: #fff;
  border-color: rgba(222, 200, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02) 46%, rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #6b47ff 0%, #9a6cff 48%, #d9b7ff 100%);
  box-shadow:
    0 14px 28px rgba(143, 99, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

@media (max-width: 720px) {
  .locker-tabs.grouped-locker-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }

  .locker-tab-group {
    min-height: 118px;
    padding: 8px;
  }

  .locker-tab-group-label {
    min-height: 28px;
    padding-bottom: 7px;
  }

  .locker-tabs.grouped-locker-tabs .locker-tab-buttons button {
    min-height: 34px;
    font-size: 0.7rem;
  }
}

@media (max-width: 430px) {
  .locker-tabs.grouped-locker-tabs {
    grid-template-columns: 1fr;
  }

  .locker-tab-group {
    min-height: auto;
  }

  .locker-tab-buttons,
  .locker-tab-group:nth-child(2) .locker-tab-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locker-tab-group:nth-child(3) .locker-tab-buttons {
    grid-template-columns: 1fr;
  }
}

/* Compact one-line locker header buttons 2026-07-03. */
.locker-topbar {
  flex-wrap: nowrap;
  gap: clamp(8px, 1vw, 14px);
}

.locker-brand {
  flex: 1 1 280px;
  min-width: 0;
}

.locker-brand img.locker-brand-wordmark {
  width: clamp(190px, 24vw, 280px);
}

.locker-site-menu {
  flex: 0 1 auto;
  flex-wrap: nowrap;
  gap: clamp(5px, 0.7vw, 8px);
  min-width: 0;
}

.locker-site-menu a,
.locker-site-menu button {
  flex: 0 1 auto;
  min-width: 0;
  min-height: 40px;
  gap: 6px;
  padding: 0 clamp(8px, 0.8vw, 11px);
  font-size: 0.84rem;
}

.locker-site-menu .button-logo {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

@media (max-width: 1080px) {
  .locker-brand {
    flex-basis: 230px;
  }

  .locker-brand img.locker-brand-mark {
    width: 48px;
    height: 48px;
    max-height: 48px;
  }

  .locker-brand img.locker-brand-wordmark {
    width: clamp(150px, 22vw, 235px);
  }

  .locker-site-menu a,
  .locker-site-menu button {
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.78rem;
  }
}

@media (max-width: 760px) {
  .locker-topbar {
    flex-wrap: wrap;
  }

  .locker-brand {
    flex: 1 1 100%;
  }

  .locker-brand img.locker-brand-wordmark {
    width: min(220px, 64vw);
  }

  .locker-site-menu {
    width: 100%;
    flex: 1 1 100%;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    gap: 5px;
  }

  .locker-site-menu a,
  .locker-site-menu button {
    flex: 1 1 0;
    min-height: 36px;
    padding: 0 6px;
    font-size: 0.72rem;
  }

  .locker-site-menu .button-logo {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

@media (max-width: 520px) {
  .locker-topbar {
    align-items: center;
  }

  .locker-site-menu a,
  .locker-site-menu button {
    min-height: 34px;
    padding: 0;
  }

  .locker-site-menu a > span,
  .locker-site-menu button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 1120px) and (min-width: 761px) {
  .locker-brand {
    flex-basis: 235px;
  }

  .locker-brand img.locker-brand-wordmark {
    width: clamp(150px, 18vw, 190px);
  }

  .locker-brand img.locker-brand-wordmark + span {
    display: none;
  }
}

@media (max-width: 960px) and (min-width: 761px) {
  .locker-topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .locker-site-menu {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .locker-site-menu a,
  .locker-site-menu button {
    flex: 0 0 38px;
    min-height: 38px;
    padding: 0;
  }

  .locker-site-menu a > span,
  .locker-site-menu button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

/* Create/view split for locker workspace 2026-07-03. */
.locker-tabs.grouped-locker-tabs {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.08fr) minmax(210px, 0.58fr) !important;
  align-items: stretch;
}

.locker-tab-group {
  min-height: 156px;
}

.locker-tab-buttons,
.locker-tab-group:nth-child(2) .locker-tab-buttons,
.locker-tab-group:nth-child(3) .locker-tab-buttons,
.locker-tab-group-create .locker-tab-buttons,
.locker-tab-group-participate .locker-tab-buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.locker-tab-group-view .locker-tab-buttons {
  grid-template-columns: 1fr !important;
}

.locker-tabs.grouped-locker-tabs .locker-tab-buttons button {
  min-height: 38px;
  padding: 0 9px;
  font-size: 0.72rem;
}

.panel-head .tiny-link {
  flex: 0 0 auto;
  border-radius: 10px;
}

.tab-panel[data-panel^="create-"] .panel-head,
.tab-panel[data-panel="lock"] .panel-head,
.tab-panel[data-panel="nft-locker"] .panel-head {
  border-bottom: 1px solid rgba(213, 199, 255, 0.13);
  padding-bottom: 12px;
}

.tab-panel[data-panel^="create-"] .surface-form,
.tab-panel[data-panel="lock"] .surface-form,
.tab-panel[data-panel="nft-locker"] .surface-form,
.tab-panel[data-panel="burn-nft"] .surface-form {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .locker-tabs.grouped-locker-tabs {
    grid-template-columns: 1fr !important;
  }

  .locker-tab-group {
    min-height: auto;
  }

  .locker-tab-group-view .locker-tab-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 430px) {
  .locker-tab-buttons,
  .locker-tab-group:nth-child(2) .locker-tab-buttons,
  .locker-tab-group:nth-child(3) .locker-tab-buttons,
  .locker-tab-group-create .locker-tab-buttons,
  .locker-tab-group-participate .locker-tab-buttons,
  .locker-tab-group-view .locker-tab-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
