:root {
  --bg: #080a12;
  --bg-soft: #0f1221;
  --panel: #121626;
  --panel-2: #181d32;
  --line: #2a3150;
  --text: #f2f5ff;
  --muted: #a0a8c7;
  --accent: #8a92b2;
  --accent-2: #62688f;
  --green: #8db2ff;
  --danger: #ff7d97;
  --ui-scale: 1.04;
}

.go-layout {
  max-width: 1380px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 3vw, 2.4rem) 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.4rem;
}

.go-main {
  min-width: 0;
}

.go-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.go-title-row small,
.go-side-card small {
  display: block;
  color: #9fa9ca;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-title-row h1 {
  margin: 0.15rem 0 0.18rem;
  color: #f7f9ff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.go-title-row p {
  color: #aeb8d7;
  margin: 0;
}

.go-metric-pills {
  display: flex;
  gap: 0.5rem;
}

.go-metric-pills span {
  min-width: 84px;
  border: 1px solid rgba(132, 145, 181, 0.28);
  border-radius: 8px;
  background: #15191f;
  color: #aeb8d7;
  padding: 0.62rem 0.72rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.go-metric-pills b {
  display: block;
  color: #f7f9ff;
  font-size: 1.08rem;
}

.go-tabs {
  display: flex;
  gap: 1.2rem;
  border-bottom: 1px solid rgba(132, 145, 181, 0.18);
  margin-bottom: 1rem;
}

.go-tabs button {
  border: 0;
  background: transparent;
  color: #aeb8d7;
  padding: 0.74rem 0 0.68rem;
  font-weight: 800;
  cursor: pointer;
}

.go-tabs button.active {
  color: #f6f9ff;
  box-shadow: 0 2px 0 #7dffc7;
}

.go-feed {
  column-count: 3;
  column-gap: 1rem;
}

.go-card {
  break-inside: avoid;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(132, 145, 181, 0.24);
  border-radius: 8px;
  background: #151719;
}

.go-card-media {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  background: #22242a;
}

.go-card-body {
  padding: 0.82rem;
  display: grid;
  gap: 0.58rem;
}

.go-card-top,
.go-card-bottom,
.go-card-meta,
.go-card-author {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.go-card-top,
.go-card-bottom,
.go-card-meta {
  justify-content: space-between;
}

.go-status-pill,
.go-token-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.32rem 0.48rem;
  text-transform: uppercase;
}

.go-status-pill {
  background: #79eba7;
  color: #08130e;
}

.go-status-pill.blue {
  background: rgba(91, 157, 255, 0.2);
  color: #8fc0ff;
  border: 1px solid rgba(91, 157, 255, 0.42);
}

.go-token-pill {
  border: 1px solid rgba(185, 192, 211, 0.22);
  color: #d9e2ff;
  background: #22252b;
}

.go-card-title {
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.go-card p {
  margin: 0;
  color: #f1f5ff;
  font-size: 0.86rem;
  line-height: 1.35;
}

.go-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7dffc7, #8ea4ff);
  color: #08111c;
  font-size: 0.72rem;
  font-weight: 900;
  flex: none;
}

.go-card-author b,
.go-card-bottom strong {
  color: #f7f9ff;
}

.go-card-bottom strong,
.go-reward-card strong,
.go-rank-row strong {
  color: #55f39e;
}

.go-card-bottom strong {
  font-size: 1.16rem;
}

.go-card-bottom span,
.go-card-meta {
  color: #aeb8d7;
  font-size: 0.78rem;
}

.go-progress {
  height: 3px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(130, 142, 171, 0.32);
}

.go-progress span {
  display: block;
  width: 72%;
  height: 100%;
  background: #58f198;
}

.go-side {
  display: grid;
  gap: 1rem;
  align-content: start;
  position: sticky;
  top: 1rem;
}

.go-side-card {
  border-radius: 8px;
  background: #17191d;
}

.go-side-card .tokenpf-side-head {
  padding-bottom: 0.72rem;
  margin-bottom: 0.78rem;
  border-bottom: 1px solid rgba(132, 145, 181, 0.14);
}

.go-side-card .tokenpf-side-head h3 {
  color: #aeb8d7;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-reward-card strong {
  display: block;
  font-size: 2.25rem;
  margin: 0.4rem 0;
}

.go-reward-card span {
  color: #aeb8d7;
}

.go-reward-card .btn-primary {
  width: 100%;
  margin-top: 1rem;
}

.go-rank-list {
  display: grid;
  gap: 0.48rem;
}

.go-top-bounty-card {
  display: grid;
  gap: 0.34rem;
  border: 1px solid rgba(91, 236, 150, 0.35);
  border-radius: 8px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(91, 236, 150, 0.14), transparent 56%),
    rgba(28, 58, 42, 0.62);
  color: #f6fff9;
  padding: 0.86rem;
  text-decoration: none;
}

.go-top-bounty-card:hover {
  border-color: rgba(120, 255, 184, 0.58);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(91, 236, 150, 0.18), transparent 58%),
    rgba(31, 67, 48, 0.72);
}

.go-top-bounty-label {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  color: #78f7ac;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.go-top-bounty-label span {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #60f19d;
  color: #06140d;
  letter-spacing: 0;
}

.go-top-bounty-card > strong {
  color: #58f198;
  font-size: 2rem;
  line-height: 1;
}

.go-top-bounty-card h4 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.16;
}

.go-top-bounty-card p {
  margin: 0;
  color: #c3cfdf;
  font-size: 0.76rem;
}

.go-rank-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 0.5rem;
  color: #dfe6ff;
  text-decoration: none;
  font-size: 0.82rem;
}

.go-rank-row span {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2b2f36;
  color: #c8d0df;
  font-size: 0.72rem;
  font-weight: 900;
}

.go-rank-row b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.go-rank-row strong,
.go-person-rank-row strong {
  color: #58f198;
}

.go-person-rank-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 0.5rem;
  align-items: center;
  color: #e7edff;
  font-size: 0.83rem;
  text-decoration: none;
}

.go-person-rank-row span {
  color: #7dffc7;
  font-weight: 900;
}

.go-person-rank-row b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.go-rank-empty {
  min-height: 58px;
  display: grid;
  place-items: center;
  color: #9fa9ca;
  font-size: 0.82rem;
}

.go-create-btn {
  width: 100%;
}

.go-breadcrumb {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #aeb8d7;
  margin-bottom: 1.2rem;
}

.go-breadcrumb a {
  color: #aeb8d7;
  text-decoration: none;
}

.go-detail-head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.go-detail-head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.05;
}

.go-author-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.go-author-row b,
.go-description h3,
.go-section-title {
  color: #f7f9ff;
}

.go-author-row small,
.go-description p {
  color: #aeb8d7;
}

.go-description {
  margin-bottom: 1.3rem;
}

.go-description p {
  margin: 0.6rem 0 0;
  line-height: 1.5;
}

.go-section-title {
  margin: 0 0 0.8rem;
}

.go-section-title span {
  display: inline-flex;
  margin-left: 0.4rem;
  font-size: 0.8rem;
  border-radius: 999px;
  background: #242831;
  color: #aeb8d7;
  padding: 0.1rem 0.45rem;
}

.go-submission-list {
  display: grid;
  gap: 1rem;
}

.go-side-card ol {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
  color: #dfe6ff;
}

.go-empty {
  color: #aeb8d7;
}

.go-modal-card {
  width: min(640px, calc(100vw - 2rem));
  max-height: min(92vh, 920px);
  overflow: auto;
  position: relative;
  background:
    radial-gradient(90% 70% at 12% 0%, rgba(125, 255, 199, 0.08), transparent 48%),
    linear-gradient(180deg, #141a28 0%, #101522 100%);
  border-color: rgba(124, 136, 170, 0.34);
}

.go-modal-card .modal-close {
  position: sticky;
  top: 0.72rem;
  float: right;
  z-index: 4;
  width: 34px;
  height: 34px;
  margin: 0 0 0.35rem 0.75rem;
  border: 1px solid rgba(141, 178, 255, 0.3);
  border-radius: 10px;
  background: #1a2234;
  color: #f4f7ff;
  font-size: 0;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.go-modal-card .modal-close::before {
  content: "X";
  font-size: 0.9rem;
}

.go-modal-card .modal-close:hover {
  border-color: rgba(125, 255, 199, 0.48);
  color: #7dffc7;
}

.go-submit-card {
  width: min(680px, calc(100vw - 2rem));
  padding: 1.05rem;
  background: #181b21;
  border-color: rgba(145, 155, 188, 0.22);
}

.go-submit-head {
  display: grid;
  gap: 0.28rem;
  margin: 0 2.2rem 0.88rem 0;
}

.go-submit-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
}

.go-submit-head strong {
  color: #f1f5ff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.go-submit-head p {
  margin: 0.2rem 0 0;
  color: #d8deee;
  font-size: 0.82rem;
}

.go-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: -0.2rem 0 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(138, 146, 178, 0.18);
}

.go-modal-head h2 {
  margin: 0;
  font-size: 1rem;
  color: #f7f9ff;
}

.go-stepper {
  display: flex;
  gap: 0.5rem;
}

.go-stepper span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  color: #9fa9ca;
  background: transparent;
  padding: 0.34rem 0.58rem;
  font-size: 0.82rem;
  font-weight: 900;
}

.go-stepper b {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #30333a;
  color: #dfe6ff;
}

.go-stepper span.active {
  background: #30333a;
  color: #fff;
}

.go-stepper span.done b {
  background: #42d982;
  color: #07110d;
}

.go-modal-form {
  display: grid;
  gap: 0.8rem;
}

.go-bounty-step {
  display: grid;
  gap: 0.92rem;
}

.go-bounty-step > small {
  color: #9fa9ca;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
}

.go-bounty-step h3 {
  margin: -0.5rem 0 0;
  color: #fff;
  font-size: 1.8rem;
}

.go-bounty-step p {
  margin: 0;
  color: #e4e9f7;
  line-height: 1.45;
}

.go-info-strip {
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(125, 255, 199, 0.1), rgba(141, 178, 255, 0.08)), #202635;
  border: 1px solid rgba(125, 255, 199, 0.18);
  color: #dfe6ff;
  padding: 0.6rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.go-modal-form label {
  display: grid;
  gap: 0.35rem;
  color: #dfe6ff;
  font-weight: 800;
}

.go-modal-form label small {
  color: #b4bdd8;
  font-weight: 700;
}

.go-modal-form input,
.go-modal-form textarea,
.go-modal-form select {
  width: 100%;
  border: 1px solid rgba(146, 158, 197, 0.34);
  border-radius: 8px;
  background: #202635;
  color: #f7f9ff;
  padding: 0.72rem 0.8rem;
  font: inherit;
}

.go-bounty-attach {
  border: 1px solid rgba(125, 255, 199, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(90% 140% at 0% 0%, rgba(125, 255, 199, 0.1), transparent 46%),
    #151d2e;
  padding: 0.85rem;
}

.go-bounty-attach-copy {
  color: #aeb8d7;
  font-size: 0.8rem;
  font-weight: 700;
}

.go-bounty-attach-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.72rem;
  border: 1px dashed rgba(141, 178, 255, 0.34);
  border-radius: 12px;
  background: rgba(9, 13, 24, 0.62);
  padding: 0.72rem;
}

.go-bounty-attach-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(125, 255, 199, 0.1);
  color: #7dffc7;
  border: 1px solid rgba(125, 255, 199, 0.24);
}

.go-bounty-attach-icon svg {
  width: 21px;
  height: 21px;
}

.go-bounty-attach-shell input {
  border: 0;
  background: transparent;
  padding: 0.15rem 0;
  box-shadow: none;
}

.go-submit-form {
  gap: 0.9rem;
}

.go-submit-form textarea {
  min-height: 150px;
  resize: vertical;
}

.go-upload-label {
  gap: 0.5rem;
}

.go-upload-drop {
  min-height: 230px;
  border-radius: 14px;
  border: 1px dashed rgba(154, 164, 194, 0.28);
  background: #24262b;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.015);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.58rem;
  text-align: center;
  padding: 1.1rem;
  color: #eef3ff;
}

.go-upload-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2c3038;
  color: #d7deef;
}

.go-upload-icon svg {
  width: 21px;
  height: 21px;
}

.go-upload-drop b {
  color: #fff;
}

.go-upload-drop small {
  max-width: 460px;
  color: #c5ccdc;
  font-weight: 700;
  line-height: 1.45;
}

.go-upload-drop .btn-ghost {
  border: 0;
  background: #2c2f36;
  color: #fff;
  border-radius: 10px;
  padding: 0.58rem 1rem;
}

.go-upload-drop em {
  color: #9fa9ca;
  font-size: 0.78rem;
  font-style: normal;
}

.go-add-link {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #dfe6ff;
  font-weight: 900;
  cursor: pointer;
}

.go-submit-terms {
  border-radius: 14px;
  background: #24262b;
  padding: 0.95rem;
}

.go-submit-terms span {
  color: #e5e9f5;
  font-weight: 700;
  line-height: 1.5;
}

.go-submit-terms small {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.45rem;
  color: #f5f7ff;
  font-size: 0.86rem;
}

.go-submit-terms input {
  width: 16px;
  height: 16px;
  accent-color: #70f2a7;
}

.go-submit-footer {
  position: sticky;
  bottom: -1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.1rem -1.05rem -1.05rem;
  padding: 0.85rem 1.05rem 1rem;
  border-top: 1px solid rgba(138, 146, 178, 0.16);
  background: linear-gradient(180deg, rgba(24, 27, 33, 0.92), #181b21 42%);
}

.go-submit-footer span {
  color: #aeb8d7;
  font-size: 0.78rem;
  line-height: 1.45;
}

.go-submit-footer .btn-primary {
  min-width: 92px;
  border-radius: 10px;
  padding: 0.68rem 1rem;
}

.go-submission-links {
  display: grid;
  gap: 0.3rem;
}

.go-submission-links a {
  color: #8db2ff;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-release-btn {
  justify-self: start;
  border-radius: 10px;
  padding: 0.55rem 0.82rem;
  font-size: 0.82rem;
}

.alpha-layout {
  max-width: 1380px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 3vw, 2.4rem) 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1.25rem;
}

.alpha-main {
  min-width: 0;
}

.alpha-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(125, 255, 199, 0.12), transparent 42%),
    radial-gradient(circle at 86% 0%, rgba(141, 178, 255, 0.25), transparent 32%),
    #111827;
}

.alpha-hero small,
.alpha-submit-card small,
.alpha-kicker {
  display: block;
  color: #9fb0dc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alpha-hero h1 {
  margin: 0.2rem 0;
  color: #f7f9ff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.alpha-hero p {
  max-width: 640px;
  margin: 0;
  color: #b8c3e6;
  line-height: 1.55;
}

.alpha-hero-grid {
  min-width: 260px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  align-content: end;
}

.alpha-hero-grid span {
  border: 1px solid rgba(125, 255, 199, 0.22);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.42);
  color: #aeb8d7;
  padding: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.alpha-hero-grid b {
  display: block;
  color: #7dffc7;
  font-size: 1.35rem;
}

.alpha-tabs {
  margin-top: 1rem;
}

.alpha-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.alpha-card {
  border: 1px solid rgba(132, 145, 181, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 22, 38, 0.96), rgba(11, 13, 23, 0.98)), #121626;
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.alpha-pro-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(125, 255, 199, 0.28);
  background:
    linear-gradient(135deg, rgba(125, 255, 199, 0.12), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(141, 178, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #151b2d, #0b0e18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.alpha-card.unlocked {
  border-color: rgba(125, 255, 199, 0.34);
  background: linear-gradient(135deg, rgba(21, 62, 45, 0.5), rgba(18, 22, 38, 0.92) 42%), #121626;
}

.alpha-pro-card.unlocked {
  background:
    linear-gradient(135deg, rgba(21, 62, 45, 0.46), rgba(18, 22, 38, 0.94) 45%),
    radial-gradient(circle at 100% 0%, rgba(141, 178, 255, 0.16), transparent 34%),
    #111827;
}

.alpha-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.alpha-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.alpha-card-title-wrap {
  min-width: 0;
}

.alpha-card h2 {
  margin: 0.16rem 0 0;
  color: #f7f9ff;
  font-size: clamp(1.16rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.alpha-card-title-wrap p {
  margin: 0.5rem 0 0;
  color: #dfe6ff;
  line-height: 1.45;
}

.alpha-chain-pill,
.alpha-token-row small,
.alpha-card-foot span {
  color: #aeb8d7;
}

.alpha-chain-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(125, 255, 199, 0.28);
  border-radius: 999px;
  background: rgba(125, 255, 199, 0.1);
  color: #7dffc7;
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 900;
}

.alpha-confidence {
  border: 1px solid rgba(132, 145, 181, 0.24);
  border-radius: 999px;
  background: rgba(8, 10, 18, 0.45);
  color: #c4cff4;
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-confidence.high {
  color: #7dffc7;
  border-color: rgba(125, 255, 199, 0.28);
}

.alpha-confidence.low {
  color: #ffb5c3;
  border-color: rgba(255, 125, 151, 0.25);
}

.alpha-score-badge {
  min-width: 84px;
  border: 1px solid rgba(125, 255, 199, 0.28);
  border-radius: 8px;
  background: rgba(4, 12, 18, 0.56);
  text-align: center;
  padding: 0.65rem;
}

.alpha-score-badge b {
  display: block;
  color: #7dffc7;
  font-size: 1.35rem;
  line-height: 1;
}

.alpha-score-badge span {
  color: #aeb8d7;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.alpha-meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: stretch;
}

.alpha-token-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(132, 145, 181, 0.18);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.34);
  padding: 0.62rem;
}

.alpha-token-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #7dffc7;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #253c56, #0d111f);
}

.alpha-token-row b {
  display: block;
  color: #fff;
}

.alpha-token-row small {
  display: block;
  font-size: 0.78rem;
}

.alpha-contract-chip {
  min-width: 130px;
  border: 1px solid rgba(132, 145, 181, 0.2);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.34);
  color: #f7f9ff;
  padding: 0.62rem;
  text-decoration: none;
  display: grid;
  align-content: center;
  gap: 0.18rem;
}

.alpha-contract-chip span {
  color: #9fb0dc;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-contract-chip b {
  font-size: 0.88rem;
}

.alpha-author-strip {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(125, 255, 199, 0.16);
  border-radius: 8px;
  background: rgba(125, 255, 199, 0.06);
  padding: 0.7rem;
}

.alpha-x-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #7dffc7;
  background: #111827;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.alpha-x-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alpha-author-strip b {
  display: block;
  color: #fff;
}

.alpha-author-strip span {
  color: #aeb8d7;
  font-size: 0.8rem;
}

.alpha-teaser {
  color: #e8edff;
  margin: 0;
  line-height: 1.5;
}

.alpha-body {
  border: 1px solid rgba(125, 255, 199, 0.18);
  border-radius: 8px;
  background: rgba(6, 12, 14, 0.64);
  color: #f5f7ff;
  line-height: 1.62;
  padding: 1rem;
  font-size: 0.98rem;
}

.alpha-evidence-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(125, 255, 199, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(125, 255, 199, 0.1), rgba(141, 178, 255, 0.08)),
    rgba(8, 10, 18, 0.48);
  color: #f4f7ff;
  padding: 0.58rem;
  text-decoration: none;
}

.alpha-evidence-card img,
.alpha-evidence-file-icon {
  width: 76px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #0f1625;
  border: 1px solid rgba(141, 178, 255, 0.2);
}

.alpha-evidence-file-icon {
  display: grid;
  place-items: center;
  color: #7dffc7;
  font-size: 0.72rem;
  font-weight: 900;
}

.alpha-evidence-card b,
.alpha-evidence-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alpha-evidence-card small {
  color: #9fb0dc;
  font-weight: 800;
}

.alpha-lock-panel {
  border: 1px dashed rgba(174, 184, 215, 0.34);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.55);
  padding: 0.9rem;
  display: grid;
  gap: 0.2rem;
}

.alpha-lock-panel b {
  color: #fff;
}

.alpha-lock-panel span {
  color: #aeb8d7;
  font-size: 0.88rem;
}

.alpha-card-foot,
.alpha-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.alpha-card-foot {
  border-top: 1px solid rgba(132, 145, 181, 0.16);
  padding-top: 0.75rem;
  font-size: 0.82rem;
}

.alpha-card-actions .btn-primary,
.alpha-card-actions .btn-ghost {
  min-height: 38px;
  border-radius: 10px;
}

.alpha-card-actions .btn-ghost[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.alpha-vote-btn {
  min-width: 118px;
  background: rgba(141, 178, 255, 0.08);
}

.alpha-tip-cta {
  box-shadow: 0 12px 28px rgba(125, 255, 199, 0.12);
}

.alpha-share-x {
  margin-left: auto;
}

.alpha-comments {
  border-top: 1px solid rgba(132, 145, 181, 0.16);
  padding-top: 0.75rem;
  display: grid;
  gap: 0.55rem;
}

.alpha-comment {
  display: grid;
  gap: 0.16rem;
  border: 1px solid rgba(132, 145, 181, 0.18);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.38);
  padding: 0.58rem 0.65rem;
}

.alpha-comment b {
  color: #7dffc7;
  font-size: 0.78rem;
}

.alpha-comment span,
.alpha-comment-empty {
  color: #dce4ff;
  font-size: 0.86rem;
  line-height: 1.45;
}

.alpha-comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
}

.alpha-comment-form input {
  min-width: 0;
  border: 1px solid rgba(132, 145, 181, 0.28);
  border-radius: 8px;
  background: #0d1020;
  color: #f7f9ff;
  padding: 0.68rem 0.72rem;
  font: inherit;
}

.alpha-side {
  display: grid;
  gap: 1rem;
  align-content: start;
  position: sticky;
  top: 1rem;
}

.alpha-submit-card h2,
.alpha-side-card h3 {
  margin: 0.22rem 0;
  color: #f7f9ff;
}

.alpha-submit-card p {
  margin: 0 0 0.9rem;
  color: #aeb8d7;
  line-height: 1.45;
}

.alpha-submit-card .btn-primary {
  width: 100%;
}

.alpha-connect-x {
  width: 100%;
  margin-bottom: 0.55rem;
}

.alpha-x-status {
  border: 1px solid rgba(132, 145, 181, 0.28);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.5);
  color: #aeb8d7;
  padding: 0.62rem 0.7rem;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.alpha-x-status.connected {
  border-color: rgba(125, 255, 199, 0.32);
  background: rgba(125, 255, 199, 0.09);
  color: #7dffc7;
}

.alpha-hot-list {
  display: grid;
  gap: 0.45rem;
}

.alpha-hot-row {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #f7f9ff;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 0.15rem 0.5rem;
  padding: 0.55rem;
  text-align: left;
  cursor: pointer;
}

.alpha-hot-row:hover {
  background: rgba(141, 178, 255, 0.1);
}

.alpha-hot-row span {
  grid-row: span 2;
  color: #7dffc7;
  font-weight: 900;
}

.alpha-hot-row b,
.alpha-hot-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alpha-hot-row small {
  color: #aeb8d7;
}

.alpha-flow-list {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
  color: #c6cff0;
  display: grid;
  gap: 0.45rem;
}

.alpha-modal-card,
.alpha-tip-modal {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 136, 170, 0.34);
  background:
    radial-gradient(90% 70% at 10% 0%, rgba(125, 255, 199, 0.09), transparent 46%),
    linear-gradient(180deg, #141a28 0%, #101522 58%, #0d111c 100%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.alpha-modal-backdrop {
  align-items: center;
  background:
    radial-gradient(70% 70% at 50% 12%, rgba(125, 255, 199, 0.08), transparent 54%),
    rgba(3, 4, 10, 0.86);
  padding: 1.25rem;
}

.alpha-modal-card {
  width: min(760px, calc(100vw - 2rem));
  max-height: min(88vh, 900px);
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.alpha-tip-modal {
  width: min(480px, calc(100vw - 2rem));
  gap: 0.85rem;
  padding: 1rem;
  overflow: auto;
}

.alpha-tip-modal .go-modal-head {
  margin: 0 0 0.2rem;
}

.alpha-modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(124, 136, 170, 0.24);
  background: rgba(17, 22, 35, 0.98);
  backdrop-filter: blur(14px);
}

.alpha-modal-head small {
  color: #7dffc7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.alpha-modal-head h2 {
  margin-top: 0.12rem;
  font-size: 1.35rem;
  line-height: 1.05;
}

.alpha-modal-head p {
  margin: 0.28rem 0 0;
  color: #aeb8d7;
  font-size: 0.86rem;
  line-height: 1.35;
}

.alpha-modal-head .btn-ghost {
  min-width: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  padding: 0;
  background: #1a2234;
  border-color: rgba(141, 178, 255, 0.28);
  color: #f1f5ff;
}

.alpha-modal-body {
  display: grid;
  gap: 0.82rem;
  padding: 1rem 1.05rem 0.9rem;
  overflow: auto;
}

.alpha-modal-card label,
.alpha-tip-modal label {
  display: grid;
  gap: 0.4rem;
  color: #dfe8ff;
  font-weight: 800;
  font-size: 0.9rem;
}

.alpha-modal-card input,
.alpha-modal-card textarea,
.alpha-modal-card select,
.alpha-tip-modal input {
  width: 100%;
  border: 1px solid rgba(132, 145, 181, 0.38);
  border-radius: 10px;
  background: #111827;
  color: #f7f9ff;
  padding: 0.82rem;
  font: inherit;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.alpha-modal-card input:focus,
.alpha-modal-card textarea:focus,
.alpha-modal-card select:focus,
.alpha-tip-modal input:focus {
  border-color: rgba(125, 255, 199, 0.62);
  box-shadow: 0 0 0 3px rgba(125, 255, 199, 0.1);
}

.alpha-evidence-upload {
  border: 1px solid rgba(125, 255, 199, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(125, 255, 199, 0.11), transparent 48%),
    #151d2e;
  padding: 0.9rem;
}

.alpha-evidence-copy,
.alpha-evidence-upload > span:last-child {
  color: #aeb8d7;
  font-size: 0.82rem;
  font-weight: 700;
}

.alpha-evidence-upload .btn-ghost {
  justify-self: start;
  border-radius: 10px;
  background: #1a2234;
  border-color: rgba(141, 178, 255, 0.3);
}

.alpha-modal-card textarea {
  resize: vertical;
}

.alpha-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.alpha-modal-card .go-modal-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 0.85rem 1.05rem 1rem;
  border-top: 1px solid rgba(124, 136, 170, 0.22);
  background: rgba(16, 21, 34, 0.98);
  backdrop-filter: blur(14px);
}

.alpha-modal-card .go-modal-actions .btn-primary {
  background: linear-gradient(180deg, #7dffc7, #56df9a);
  color: #06110c;
  box-shadow: 0 12px 30px rgba(86, 223, 154, 0.22);
}

.alpha-modal-card .go-modal-actions .btn-ghost {
  background: #171f30;
  border-color: rgba(141, 178, 255, 0.26);
}

.alpha-tip-meta {
  margin: 0;
  color: #b7c2e8;
}

.alpha-tip-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.alpha-tip-options button {
  border: 1px solid rgba(125, 255, 199, 0.26);
  border-radius: 8px;
  background: rgba(125, 255, 199, 0.1);
  color: #f7f9ff;
  padding: 0.7rem;
  font-weight: 900;
  cursor: pointer;
}

.alpha-empty {
  grid-column: 1 / -1;
}

/* Pump-r-specific polish for GO and Alpha. Keeps these pages on the
   product's blue-violet visual system instead of the Pump-style green feed. */
.go-layout,
.alpha-layout {
  --ep-ink: #f4f7ff;
  --ep-muted: #aeb8d7;
  --ep-soft: #141b2d;
  --ep-card: #111726;
  --ep-card-2: #182136;
  --ep-line: rgba(142, 157, 208, 0.28);
  --ep-accent: #9aa7ff;
  --ep-accent-2: #8db2ff;
  --ep-accent-3: #c7b8ff;
  --ep-warm: #f7c86b;
}

.go-title-row h1,
.alpha-hero h1 {
  color: var(--ep-ink);
  text-shadow: 0 16px 44px rgba(82, 100, 190, 0.24);
}

.go-tabs button.active,
.alpha-tabs button.active {
  color: #fff;
  box-shadow: 0 2px 0 var(--ep-accent);
}

.go-card,
.go-side-card,
.alpha-card,
.alpha-submit-card,
.alpha-side-card {
  border-color: var(--ep-line);
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(141, 178, 255, 0.08), transparent 42%),
    linear-gradient(180deg, var(--ep-card-2) 0%, var(--ep-card) 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.go-card {
  border-radius: 10px;
}

.go-card-media {
  background: linear-gradient(135deg, #151d31, #0f1424);
}

.go-status-pill,
.alpha-chain-pill,
.alpha-confidence.high,
.alpha-confidence,
.go-token-pill {
  border-color: rgba(154, 167, 255, 0.36);
  background: rgba(154, 167, 255, 0.13);
  color: #dce4ff;
}

.go-status-pill {
  background: linear-gradient(135deg, #aeb8ff, #8296e8);
  color: #111729;
}

.go-avatar,
.alpha-token-icon {
  border-color: rgba(174, 184, 255, 0.62);
  background: linear-gradient(135deg, #aeb8ff, #7d91dd);
  color: #101729;
}

.go-card-bottom strong,
.go-reward-card strong,
.go-rank-row strong,
.go-person-rank-row strong,
.go-person-rank-row span,
.alpha-hero-grid b,
.alpha-score-badge b,
.alpha-hot-row span,
.alpha-comment b,
.alpha-modal-head small,
.alpha-evidence-file-icon {
  color: var(--ep-accent-2);
}

.go-progress span {
  background: linear-gradient(90deg, var(--ep-accent-3), var(--ep-accent-2));
}

.go-top-bounty-card {
  border-color: rgba(154, 167, 255, 0.34);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(154, 167, 255, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(28, 35, 63, 0.9), rgba(17, 23, 39, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.go-top-bounty-card:hover {
  border-color: rgba(199, 184, 255, 0.58);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(199, 184, 255, 0.2), transparent 58%),
    linear-gradient(145deg, rgba(33, 42, 76, 0.94), rgba(17, 23, 39, 0.98));
}

.go-top-bounty-label,
.go-top-bounty-card > strong {
  color: var(--ep-accent-2);
}

.go-top-bounty-label span,
.go-stepper span.done b {
  background: linear-gradient(135deg, #b7c2ff, #8799eb);
  color: #111729;
}

.go-modal-card,
.alpha-modal-card,
.alpha-tip-modal {
  border-color: rgba(154, 167, 255, 0.34);
  background:
    radial-gradient(90% 70% at 10% 0%, rgba(154, 167, 255, 0.12), transparent 46%),
    linear-gradient(180deg, #171f34 0%, #101729 58%, #0d1221 100%);
}

.go-modal-card .modal-close:hover,
.alpha-modal-head .btn-ghost:hover {
  border-color: rgba(199, 184, 255, 0.52);
  color: #d6dcff;
}

.go-info-strip,
.go-bounty-attach,
.alpha-evidence-upload,
.alpha-evidence-card,
.alpha-author-strip,
.alpha-body,
.alpha-token-row,
.alpha-contract-chip,
.alpha-score-badge {
  border-color: rgba(154, 167, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(154, 167, 255, 0.1), rgba(141, 178, 255, 0.06)),
    rgba(11, 16, 29, 0.66);
}

.go-bounty-attach-icon {
  border-color: rgba(154, 167, 255, 0.3);
  background: rgba(154, 167, 255, 0.13);
  color: #d6dcff;
}

.alpha-hero {
  border-color: rgba(154, 167, 255, 0.3);
  background:
    radial-gradient(circle at 88% 0%, rgba(199, 184, 255, 0.2), transparent 34%),
    linear-gradient(120deg, rgba(141, 178, 255, 0.13), transparent 45%),
    #111827;
}

.alpha-hero-grid span {
  border-color: rgba(154, 167, 255, 0.24);
  background: rgba(12, 17, 31, 0.62);
}

.alpha-pro-card,
.alpha-pro-card.unlocked,
.alpha-card.unlocked {
  border-color: rgba(154, 167, 255, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 184, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(141, 178, 255, 0.1), rgba(18, 22, 38, 0.94) 44%),
    #111827;
}

.alpha-x-avatar {
  border-color: rgba(174, 184, 255, 0.72);
}

.alpha-x-status.connected {
  border-color: rgba(154, 167, 255, 0.36);
  background: rgba(154, 167, 255, 0.12);
  color: #dce4ff;
}

.alpha-hot-row:hover {
  background: rgba(154, 167, 255, 0.12);
}

.alpha-modal-card input:focus,
.alpha-modal-card textarea:focus,
.alpha-modal-card select:focus,
.alpha-tip-modal input:focus {
  border-color: rgba(154, 167, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(154, 167, 255, 0.14);
}

.alpha-modal-card .go-modal-actions .btn-primary,
.alpha-tip-cta,
.alpha-submit-card .btn-primary,
.go-create-btn,
.go-reward-card .btn-primary {
  background: linear-gradient(135deg, #aeb8ff 0%, #8093e5 100%);
  color: #101729;
  box-shadow: 0 14px 32px rgba(128, 147, 229, 0.24);
}

.alpha-tip-options button {
  border-color: rgba(154, 167, 255, 0.32);
  background: rgba(154, 167, 255, 0.12);
}

@media (max-width: 1100px) {
  .alpha-layout {
    grid-template-columns: 1fr;
  }

  .alpha-side {
    position: static;
  }
}

@media (max-width: 820px) {
  .alpha-modal-backdrop {
    align-items: stretch;
    padding: 0.7rem;
  }

  .alpha-modal-card {
    width: 100%;
    max-height: calc(100vh - 1.4rem);
  }

  .alpha-hero,
  .alpha-card-head {
    flex-direction: column;
  }

  .alpha-hero-grid,
  .alpha-feed,
  .alpha-modal-grid,
  .alpha-meta-grid {
    grid-template-columns: 1fr;
  }

  .alpha-hero-grid {
    min-width: 0;
  }

  .alpha-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .alpha-share-x {
    margin-left: 0;
  }

  .alpha-comment-form {
    grid-template-columns: 1fr;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.go-confirm-stack {
  display: grid;
  gap: 0.7rem;
}

.go-confirm-stack label {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  border-radius: 10px;
  background: #24262b;
  padding: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
}

.go-confirm-stack input {
  width: 16px;
  height: 16px;
  accent-color: #70f2a7;
  margin-top: 0.16rem;
}

.go-reward-editor {
  border-radius: 12px;
  background: #24262b;
  padding: 0.9rem;
  display: grid;
  gap: 0.72rem;
}

.go-reward-editor > small {
  color: #9fa9ca;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.go-escrow-note {
  border: 1px solid rgba(255, 212, 99, 0.54);
  border-radius: 10px;
  background: rgba(43, 36, 15, 0.36);
  color: #f4e5ad;
  padding: 0.9rem 1rem;
}

.go-escrow-note b {
  color: #fff1bc;
}

.go-escrow-note ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

.go-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.62rem;
}

.go-modal-actions .btn-primary,
.go-modal-actions .btn-ghost {
  min-width: 150px;
  border-radius: 10px;
  padding: 0.68rem 1rem;
}

.go-modal-actions .btn-ghost {
  border: 1px solid rgba(146, 158, 197, 0.3);
  background: #24262b;
  color: #dfe6ff;
}

.go-modal-actions .btn-ghost:hover {
  background: #2d313a;
}

.go-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

@media (max-width: 1100px) {
  .go-layout {
    grid-template-columns: 1fr;
  }

  .go-side {
    position: static;
  }

  .go-feed {
    column-count: 2;
  }
}

@media (max-width: 700px) {
  .go-feed {
    column-count: 1;
  }

  .go-title-row,
  .go-metric-pills {
    display: grid;
  }

  .go-form-grid {
    grid-template-columns: 1fr;
  }
}

body.coin-search-open {
  overflow: hidden;
}

.coin-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 6, 13, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 110px 20px 30px;
  z-index: 1200;
}

.coin-search-overlay.open {
  display: flex;
}

.coin-search-modal {
  width: min(760px, 96vw);
  max-height: min(82vh, 900px);
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(155, 169, 213, 0.3);
  background: #0f131d;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-rows: auto 1fr;
}

.coin-search-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.56rem;
  padding: 0.86rem 1rem;
  border-bottom: 1px solid rgba(137, 151, 196, 0.2);
}

.coin-search-icon {
  width: 20px;
  height: 20px;
  color: #8f9abf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coin-search-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coin-search-head input {
  background: transparent;
  border: none;
  outline: none;
  color: #edf1ff;
  font-size: 1.05rem;
}

.coin-search-head input::placeholder {
  color: #7f89aa;
}

.coin-search-body {
  overflow: auto;
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.coin-search-section {
  display: grid;
  gap: 0.72rem;
}

.coin-search-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coin-search-section-head h5 {
  margin: 0;
  color: #8f99ba;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.coin-search-clear {
  border: none;
  background: transparent;
  color: #78f1c0;
  font-size: 0.86rem;
  font-weight: 700;
}

.coin-search-hot-row {
  display: flex;
  gap: 0.62rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.coin-search-hot-card {
  min-width: 140px;
  border: 1px solid rgba(132, 146, 187, 0.32);
  background: #151a24;
  border-radius: 10px;
  padding: 0.6rem;
  text-align: left;
  display: grid;
  gap: 0.44rem;
}

.coin-search-hot-top {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 0.5rem;
}

.coin-search-hot-top img {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  object-fit: cover;
}

.coin-search-hot-top strong {
  display: block;
  font-size: 0.8rem;
  color: #f1f4ff;
  line-height: 1.1;
}

.coin-search-hot-top span {
  font-size: 0.8rem;
  color: #98a4c8;
}

.coin-search-hot-card b {
  font-size: 1.85rem;
  font-weight: 800;
  color: #f1f5ff;
  letter-spacing: -0.01em;
}

.coin-search-spark {
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0), rgba(7, 10, 18, 0.12));
  border: 1px solid rgba(116, 245, 183, 0.08);
  overflow: hidden;
}

.coin-search-spark.ready {
  background: transparent;
  border-color: transparent;
  opacity: 0.92;
}

.coin-search-spark.fallback {
  opacity: 0.34;
}

.coin-search-spark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.coin-search-spark-line {
  fill: none;
  stroke: rgba(132, 255, 205, 0.9);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 1.4px rgba(121, 255, 194, 0.35));
}

.coin-search-spark-fill {
  opacity: 0.08;
}

.coin-search-list {
  display: grid;
  gap: 0.35rem;
}

.coin-search-row,
.coin-search-term {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  color: inherit;
}

.coin-search-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.46rem 0.36rem;
  border-radius: 10px;
}

.coin-search-row:hover,
.coin-search-term:hover {
  background: rgba(132, 146, 187, 0.14);
}

.coin-search-row img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
}

.coin-search-row-copy {
  display: grid;
  gap: 0.12rem;
}

.coin-search-row-copy strong {
  color: #f2f5ff;
  font-size: 1rem;
  line-height: 1.1;
}

.coin-search-row-copy span {
  color: #98a4c8;
  font-size: 0.87rem;
}

.coin-search-row b {
  color: #f2f5ff;
  font-size: 1.02rem;
  font-weight: 800;
}

.coin-search-term {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 0.52rem;
  padding: 0.44rem 0.36rem;
  border-radius: 10px;
  color: #eef3ff;
}

.coin-search-term-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(131, 145, 188, 0.2);
  color: #c2cbeb;
}

.coin-search-term-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coin-search-muted {
  margin: 0;
  color: #8f9abb;
  font-size: 0.9rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:
    radial-gradient(1100px 720px at -12% -10%, rgba(138, 146, 178, 0.24), transparent 58%),
    radial-gradient(820px 460px at 100% 0%, rgba(70, 84, 133, 0.22), transparent 50%),
    var(--bg);
  color: var(--text);
  font-family: "Sora", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  font: inherit;
}

.app-shell {
  min-height: 100vh;
  display: flex;
  zoom: var(--ui-scale);
}

@supports not (zoom: 1) {
  .app-shell {
    transform: scale(var(--ui-scale));
    transform-origin: top left;
    width: calc(100% / var(--ui-scale));
    min-height: calc(100vh / var(--ui-scale));
  }
}

.sidebar {
  width: 184px;
  border-right: 1px solid var(--line);
  background: rgba(8, 7, 16, 0.88);
  padding: 1rem 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: width 0.22s ease, padding 0.22s ease;
  overflow: hidden;
}

.sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.sidebar-toggle {
  width: 26px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--line);
  background: #10131f;
  color: #a7afd2;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-toggle svg {
  width: 14px;
  height: 10px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-toggle:hover {
  background: rgba(138, 146, 178, 0.12);
  color: #d8deff;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.86rem;
}

.logo-mark {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 999px;
  flex: 0 0 20px;
  box-shadow: 0 0 10px rgba(138, 146, 178, 0.46);
}

.logo-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.logo-name,
.logo-tld {
  color: #f4f7ff;
}

.logo-sep {
  color: #8a92b2;
  text-shadow: 0 0 8px rgba(138, 146, 178, 0.65);
}

.side-nav {
  display: grid;
  gap: 0.35rem;
}

.side-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.56rem 0.7rem;
  border-radius: 10px;
  font-size: 0.86rem;
  color: #c4b9df;
  border: 1px solid transparent;
}

.side-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.side-icon svg {
  width: 16px;
  height: 16px;
}

.side-link-label {
  line-height: 1;
}

.side-pill {
  margin-left: auto;
  min-width: 18px;
  height: 18px;
  padding: 0 0.32rem;
  border-radius: 999px;
  background: #57f0a9;
  color: #0d1722;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.side-link:hover {
  background: rgba(138, 146, 178, 0.12);
}

.side-link.active {
  background: rgba(138, 146, 178, 0.2);
  border-color: rgba(138, 146, 178, 0.36);
  color: #fff;
}

.side-create-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.62rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(184, 194, 228, 0.5);
  background: linear-gradient(135deg, #9ea8d2 0%, #7f89bc 55%, #727eb3 100%);
  color: #111525;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(90, 103, 156, 0.32);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.side-create-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 10px 24px rgba(110, 123, 180, 0.36);
}

.side-create-btn:active {
  transform: translateY(0);
}

.side-create-btn.active {
  box-shadow: 0 0 0 1px rgba(240, 244, 255, 0.45), 0 10px 24px rgba(110, 123, 180, 0.4);
}

.side-rewards-card {
  display: grid;
  gap: 0.34rem;
  margin-top: 0.38rem;
  padding: 0.62rem 0.68rem;
  border-radius: 11px;
  border: 1px solid rgba(138, 146, 178, 0.35);
  background: rgba(33, 37, 57, 0.58);
  color: #e9efff;
}

.side-rewards-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.77rem;
  color: #cdd6f3;
}

.side-rewards-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.06rem 0.4rem;
  background: linear-gradient(135deg, #88ffc7 0%, #67eeb8 100%);
  color: #102028;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.side-rewards-value {
  display: block;
  font-size: 1.06rem;
  line-height: 1;
  font-weight: 700;
  color: #f3f6ff;
}

.sidebar.compact {
  width: 52px;
  padding-inline: 0.32rem;
}

.sidebar.compact .logo-title,
.sidebar.compact .side-link-label,
.sidebar.compact .side-pill,
 .sidebar.compact .side-footer,
 .sidebar.compact .side-rewards-card {
  display: none;
}

.sidebar.compact .side-link {
  justify-content: center;
  padding-inline: 0.4rem;
}

.sidebar.compact .side-create-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0.55rem auto 0;
  border-radius: 12px;
  font-size: 0;
}

.sidebar.compact .side-create-btn::before {
  content: "+";
  color: #1a2136;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.side-footer {
  display: none;
  gap: 0.4rem;
}

.side-footer span {
  display: block;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 10px;
  padding: 0.4rem 0.55rem;
  font-size: 0.66rem;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-pane {
  flex: 1;
  padding: 1rem;
}

.promo-strip {
  margin-bottom: 0.75rem;
  border: 1px solid var(--line);
  background: #0f0a1b;
  border-radius: 10px;
  padding: 0.42rem 0.7rem;
  text-align: center;
  color: #d8caef;
  font-size: 0.78rem;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.search-wrap {
  min-width: 260px;
  max-width: 420px;
  width: 100%;
}

.search-wrap input,
select,
textarea,
.create-form input {
  width: 100%;
  background: #0f0a1b;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  padding: 0.6rem 0.72rem;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(138, 146, 178, 0.72);
  box-shadow: 0 0 0 2px rgba(138, 146, 178, 0.2);
}

.wallet-cluster {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn-primary,
.btn-ghost,
.btn-danger,
button {
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 0.56rem 0.82rem;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}

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

.btn-primary:hover,
.btn-ghost:hover,
.btn-danger:hover {
  filter: brightness(1.06);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

[hidden] {
  display: none !important;
}

.btn-primary {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.btn-primary.small {
  font-size: 0.78rem;
  padding: 0.42rem 0.66rem;
}

.btn-ghost.small {
  width: auto;
  font-size: 0.72rem;
  padding: 0.26rem 0.54rem;
  min-height: auto;
}

.btn-primary.tiny {
  width: auto;
  font-size: 0.76rem;
  padding: 0.34rem 0.62rem;
  border-radius: 9px;
}

.btn-ghost {
  background: #0f1425;
  border: 1px solid var(--line);
  color: #d9e1fa;
}

.btn-ghost.is-disabled,
.btn-ghost[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-danger {
  background: linear-gradient(90deg, #ff6f90, #ff4c76);
}

.wallet-pill {
  border: 1px solid var(--line);
  background: #0e0a17;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  font-size: 0.76rem;
  color: var(--muted);
}

.home-topbar {
  position: relative;
}

.top-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.top-action-btn {
  font-size: 0.86rem;
  padding-inline: 0.9rem;
}

.sign-in-btn {
  background: linear-gradient(135deg, #7f6dff 0%, #5c62d6 100%);
  color: #f6f7ff;
  border-color: rgba(170, 176, 255, 0.55);
  border-radius: 11px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(84, 88, 190, 0.34);
}

.sign-in-btn:hover {
  background: linear-gradient(135deg, #8c79ff 0%, #646ae0 100%);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(84, 88, 190, 0.42);
}

.wallet-hub-wrap {
  position: relative;
}

.wallet-hub-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  color: #e8edff;
  padding: 0.45rem 0.7rem;
  font-size: 0.92rem;
  font-weight: 700;
  min-width: 114px;
  justify-content: center;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.wallet-hub-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4f5a7e;
  box-shadow: 0 0 0 2px rgba(79, 90, 126, 0.26);
}

.wallet-hub-trigger.connected .wallet-hub-dot {
  background: #9cc0ff;
  box-shadow: 0 0 0 2px rgba(156, 192, 255, 0.3);
  animation: walletHubPulse 1.6s ease-in-out infinite;
}

.wallet-hub-trigger:hover {
  border-color: #5b678f;
  transform: translateY(-1px);
  background: #121b34;
}

.wallet-hub-caret {
  color: #bac4e6;
  font-size: 0.72rem;
}

.wallet-hub-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(380px, 90vw);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #111728;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 0.9rem;
  z-index: 22;
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.22s ease, visibility 0.18s linear;
}

.wallet-hub-menu.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
}

.wallet-hub-label {
  margin: 0;
  font-size: 0.72rem;
  color: #8f99bc;
  letter-spacing: 0.06em;
}

.wallet-hub-menu h3 {
  margin: 0.28rem 0 0;
  font-size: 2.08rem;
  letter-spacing: -0.02em;
}

.wallet-hub-sub {
  margin: 0.35rem 0 0.68rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.wallet-hub-sub span {
  color: #e5ebff;
  font-weight: 700;
}

.wallet-hub-address {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #42507b;
  background: #101a32;
  color: #d8e2ff;
  border-radius: 999px;
  padding: 0.34rem 0.68rem;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
  min-width: 132px;
}

.wallet-hub-address:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.wallet-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.56rem;
}

.wallet-hub-card {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  border: 1px solid #273356;
  border-radius: 12px;
  background: #141b31;
  color: #dce5ff;
  text-align: left;
  padding: 0.75rem;
  min-height: 92px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wallet-hub-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(139, 158, 210, 0.24);
  background: #1a2440;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a9bbeb;
  flex: 0 0 32px;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.wallet-hub-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wallet-hub-copy {
  display: block;
  min-width: 0;
}

.wallet-hub-copy strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.03rem;
  color: #f3f6ff;
}

.wallet-hub-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
}

.wallet-hub-card:hover {
  border-color: #566391;
  background: #17203a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.wallet-hub-card:hover .wallet-hub-icon {
  transform: translateY(-1px) scale(1.05);
  color: #c0d0ff;
  border-color: rgba(160, 181, 238, 0.5);
  background: #202c4d;
}

.wallet-hub-card:active {
  transform: translateY(0);
}

.deposit-modal-card {
  width: min(560px, 94vw);
  display: grid;
  gap: 0.75rem;
}

.deposit-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 0.8rem;
  align-items: start;
}

.deposit-address-code {
  margin: 0.45rem 0 0.62rem;
  display: block;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #101527;
  color: #dbe4ff;
  padding: 0.75rem;
  font-size: 0.83rem;
  line-height: 1.35;
  word-break: break-all;
}

.deposit-qr-wrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0f1424;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.deposit-qr-wrap img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: none;
}

@keyframes walletHubPulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(156, 192, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(156, 192, 255, 0.1);
  }
}

.profile-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #101527;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.52rem;
  min-width: 170px;
}

.profile-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8a92b2, #454a75);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
}

.profile-avatar.with-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

.profile-avatar.large {
  width: 42px;
  height: 42px;
  font-size: 0.9rem;
}

.profile-name {
  font-size: 0.84rem;
  color: #e9eeff;
}

.profile-chevron {
  margin-left: auto;
  color: #c4cdea;
  font-size: 0.72rem;
}

.profile-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(330px, 90vw);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #191e29;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.48);
  padding: 0.92rem;
  display: none;
  gap: 0.66rem;
  z-index: 20;
}

.profile-menu.open {
  display: grid;
}

.profile-menu-header {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.1rem 0.1rem 0.72rem;
  border-bottom: 1px solid rgba(128, 141, 184, 0.26);
}

.profile-menu-share {
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #aab5d2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.16s ease, transform 0.16s ease;
}

.profile-menu-share svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-menu-share:hover {
  color: #ecf1ff;
  transform: translateX(1px);
}

.profile-menu-identity {
  display: grid;
  gap: 0.14rem;
}

.profile-menu-name-row {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.profile-menu-name-row strong {
  display: block;
  font-size: 1.04rem;
  line-height: 1.1;
}

.profile-menu-identity small {
  color: #98a4c8;
  font-size: 0.8rem;
  line-height: 1.1;
}

.profile-menu-wallet {
  display: grid;
  gap: 0.38rem;
  background: #0f1425;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.56rem;
}

.profile-menu-wallet-hidden {
  display: none !important;
}

.profile-menu-wallet label {
  font-size: 0.72rem;
  color: var(--muted);
}

.profile-wallet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.42rem;
}

.profile-wallet-actions .btn-primary,
.profile-wallet-actions .btn-ghost {
  font-size: 0.75rem;
  padding: 0.5rem 0.55rem;
}

.profile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #1c2230;
  color: #ebf0ff;
  padding: 0.72rem 0.82rem;
  min-height: 48px;
  font-size: 0.94rem;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.profile-menu-link:hover {
  background: #21293a;
  border-color: rgba(171, 186, 230, 0.35);
}

.profile-menu-item-left {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
}

.profile-menu-item-icon {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dbe3ff;
}

.profile-menu-item-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-menu-item-arrow {
  color: #9fabcf;
  font-size: 0.93rem;
  line-height: 1;
}

.profile-menu-item-danger {
  justify-content: flex-start;
  color: #ff7b8e;
  background: transparent;
  border-color: transparent;
  margin-top: 0.08rem;
  min-height: 40px;
  padding: 0.54rem 0.12rem 0.32rem;
}

.profile-menu-item-danger:hover {
  background: rgba(255, 123, 142, 0.08);
  border-color: rgba(255, 123, 142, 0.18);
}

.profile-menu-btn {
  text-align: left;
}

.profile-menu-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.content-section {
  margin-bottom: 1rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.62rem;
}

.section-head h2 {
  margin: 0;
  font-size: 1.15rem;
}

.explore-head-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.trend-nav {
  display: flex;
  gap: 0.35rem;
}

.icon-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #101527;
  color: #d6def9;
  font-size: 1.05rem;
  line-height: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem;
}

.stat-card small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.stat-card b {
  font-size: 1.05rem;
}

.profile-hero-card {
  display: grid;
  gap: 0.9rem;
}

.profile-hero-main {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.profile-hero-avatar {
  width: 76px;
  height: 76px;
  font-size: 1.3rem;
}

.profile-hero-text h2 {
  margin: 0;
  font-size: 1.5rem;
}

.profile-name-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.profile-follow-btn {
  min-width: 88px;
}

.profile-hero-text p {
  margin: 0.28rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  word-break: break-all;
}

.profile-address-row {
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.profile-address-row p {
  margin: 0;
}

.profile-resolved-bio {
  margin-top: 0.45rem;
  font-size: 0.84rem;
  color: #c9d3f7;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: anywhere;
  max-width: 72ch;
}

.profile-etherscan-link {
  border: 1px solid rgba(138, 146, 178, 0.46);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  font-size: 0.72rem;
  color: #d9e2ff;
  background: rgba(138, 146, 178, 0.14);
  line-height: 1.1;
}

.profile-etherscan-link:hover {
  border-color: rgba(138, 146, 178, 0.72);
  background: rgba(138, 146, 178, 0.24);
}

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

.profile-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 0.9rem;
}

.profile-left-pane {
  display: grid;
  gap: 0.9rem;
}

.profile-created-pane {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.7rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.profile-created-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.profile-created-head h3 {
  margin: 0;
  font-size: 0.98rem;
}

.profile-created-head span {
  font-size: 0.82rem;
  color: var(--muted);
}

.profile-mini-list {
  display: grid;
  gap: 0.42rem;
}

.profile-mini-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0f1425;
  padding: 0.46rem;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 0.45rem;
}

.profile-mini-item img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-mini-item strong {
  display: block;
  font-size: 0.79rem;
}

.profile-mini-item span {
  color: var(--muted);
  font-size: 0.68rem;
}

.profile-mini-metric {
  text-align: right;
}

.profile-mini-metric b {
  display: block;
  font-size: 0.74rem;
}

.profile-mini-metric span {
  color: var(--muted);
  font-size: 0.66rem;
}

.profile-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.profile-stat-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.58rem;
}

.profile-stat-item small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}

.profile-stat-item b {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.2rem;
}

.profile-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.profile-tab {
  border: 1px solid var(--line);
  background: #101527;
  color: #d3ddfa;
  border-radius: 999px;
  padding: 0.44rem 0.84rem;
  font-size: 0.78rem;
}

.profile-tab.active {
  background: rgba(138, 146, 178, 0.25);
  border-color: rgba(138, 146, 178, 0.7);
}

.profile-balance-list {
  display: grid;
  gap: 0.5rem;
}

.profile-balance-row {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.56rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.profile-balance-left {
  display: flex;
  align-items: center;
  gap: 0.52rem;
  min-width: 0;
}

.profile-balance-left img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-balance-left strong {
  display: block;
  font-size: 0.9rem;
}

.profile-balance-left span {
  color: var(--muted);
  font-size: 0.76rem;
}

.profile-balance-right {
  text-align: right;
}

.profile-balance-right b {
  display: block;
  font-size: 0.9rem;
}

.profile-balance-right span {
  color: var(--muted);
  font-size: 0.72rem;
}

.profile-follow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.profile-follow-grid h3 {
  margin: 0 0 0.42rem;
}

.profile-follow-row {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.52rem;
  margin-bottom: 0.45rem;
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: center;
}

.profile-follow-left {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-follow-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #8a92b2, #62688f);
  color: #101527;
  font-size: 0.72rem;
  font-weight: 800;
  border: 1px solid rgba(220, 229, 255, 0.22);
  overflow: hidden;
}

.profile-follow-avatar.with-image {
  color: transparent;
}

.profile-follow-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-follow-row strong {
  display: block;
  font-size: 0.84rem;
}

.profile-follow-row span {
  color: var(--muted);
  font-size: 0.72rem;
}

.profile-follow-meta {
  text-align: right;
}

.profile-follow-meta b {
  display: block;
  font-size: 0.8rem;
}

.profile-reward-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.profile-reward-head strong {
  font-size: 0.9rem;
}

.profile-reward-head span {
  color: var(--muted);
  font-size: 0.78rem;
}

.profile-reward-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.profile-reward-summary-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.68rem 0.72rem;
  display: grid;
  gap: 0.2rem;
}

.profile-reward-summary-card small {
  color: var(--muted);
  font-size: 0.74rem;
}

.profile-reward-summary-card strong {
  font-size: 1.08rem;
  line-height: 1.15;
}

.profile-reward-list {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.profile-reward-row {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101527;
  padding: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.profile-reward-row strong {
  display: block;
  font-size: 0.86rem;
}

.profile-reward-main {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}

.profile-reward-breakdown {
  display: grid;
  gap: 0.1rem;
}

.profile-reward-row span {
  color: var(--muted);
  font-size: 0.75rem;
}

.trend-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.7rem;
}

.trend-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 250px;
  grid-template-columns: none;
  overflow-x: auto;
  padding-bottom: 0.45rem;
}

.trend-scroll::-webkit-scrollbar {
  height: 9px;
}

.trend-scroll::-webkit-scrollbar-thumb {
  background: rgba(138, 146, 178, 0.38);
  border-radius: 999px;
}

.trend-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.36rem;
  width: 250px;
  min-width: 250px;
}

.trend-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.trend-media-link {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0f1425;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.trend-chain-badge {
  top: 0.44rem;
  right: 0.44rem;
}

.trend-image-spark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.trend-image-spark.fallback {
  background: linear-gradient(180deg, rgba(7, 10, 18, 0), rgba(7, 10, 18, 0.12));
  opacity: 0.95;
}

.trend-image-spark.ready {
  opacity: 0.35;
}

.trend-image-spark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.trend-media-link:hover img,
.coin-image-link:hover .coin-image {
  animation: token-hover-pulse 480ms ease-out;
}

@keyframes token-hover-pulse {
  0% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.09);
  }
  100% {
    transform: scale(1);
  }
}

.trend-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 0.7rem 0.6rem 0.52rem;
  background: linear-gradient(180deg, rgba(8, 10, 18, 0), rgba(8, 10, 18, 0.92));
  display: grid;
  gap: 0.12rem;
}

.trend-overlay strong {
  font-size: 1rem;
}

.trend-overlay span {
  font-size: 0.72rem;
  color: #e5eaff;
}

.trend-copy {
  padding: 0 0.08rem;
  display: grid;
  gap: 0.16rem;
}

.trend-copy strong {
  font-size: 0.86rem;
  line-height: 1.15;
}

.trend-copy span {
  font-size: 0.7rem;
  color: var(--muted);
}

.trend-copy p {
  margin: 0;
  color: #b8c0dd;
  font-size: 0.72rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag-row {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  background: #101527;
  border: 1px solid var(--line);
  color: #c9d2ef;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.38rem 0.76rem;
}

.filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.86rem;
  font-size: 0.76rem;
  line-height: 1;
}

.filter-icon-live {
  color: #ff617f;
  font-size: 0.74rem;
  transform: translateY(-0.5px);
}

.filter-star {
  color: #ffcf57;
  margin-right: 0;
}

.tag.active {
  background: rgba(138, 146, 178, 0.22);
  border-color: rgba(138, 146, 178, 0.66);
  color: #f0f5ff;
}

.coin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.72rem;
}

.coin-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.coin-image-wrap {
  position: relative;
}

.coin-image-link {
  display: block;
}

.coin-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.coin-image-spark {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(116, 245, 183, 0.08);
  background: linear-gradient(180deg, rgba(7, 10, 18, 0), rgba(7, 10, 18, 0.12));
  overflow: hidden;
  pointer-events: none;
}

.coin-image-spark.fallback {
  opacity: 0.34;
}

.coin-image-spark.ready {
  background: transparent;
  border-color: transparent;
  opacity: 0.92;
}

.coin-image-spark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.coin-image-spark-line {
  fill: none;
  stroke: rgba(132, 255, 205, 0.9);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 1.4px rgba(121, 255, 194, 0.35));
}

.coin-image-spark-fill {
  opacity: 0.08;
}

.coin-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(98, 104, 143, 0.85);
  border: 1px solid rgba(167, 176, 213, 0.84);
  color: #fff;
  font-size: 0.66rem;
  border-radius: 999px;
  padding: 0.14rem 0.44rem;
}

.coin-badge.quote-badge {
  top: 3.48rem;
  z-index: 3;
  border-color: rgba(122, 255, 197, 0.6);
  background: rgba(12, 34, 29, 0.9);
  color: #83ffd0;
}

.chain-badge,
.trend-chain-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(122, 255, 197, 0.54);
  background: rgba(11, 27, 23, 0.86);
  color: #7dffc7;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.16rem 0.4rem;
  box-shadow: 0 0 16px rgba(95, 255, 180, 0.1);
}

.chain-badge {
  right: 0.5rem;
  top: 2rem;
}

.chain-badge.base,
.trend-chain-badge.base {
  border-color: rgba(110, 166, 255, 0.64);
  background: rgba(17, 29, 55, 0.9);
  color: #9dc3ff;
}

.chain-badge.monad,
.trend-chain-badge.monad {
  border-color: rgba(191, 142, 255, 0.68);
  background: rgba(43, 26, 67, 0.9);
  color: #d7b7ff;
}

.chain-badge.sol,
.trend-chain-badge.sol,
.coin-chain-text.sol {
  border-color: rgba(111, 238, 171, 0.66);
  background: rgba(10, 41, 26, 0.9);
  color: #7df2aa;
}

.chain-badge.other,
.trend-chain-badge.other {
  border-color: rgba(201, 208, 232, 0.5);
  background: rgba(33, 38, 54, 0.9);
  color: #d9def5;
}

.trend-chain-badge.quote {
  top: 2rem;
  right: 0.44rem;
  border-color: rgba(122, 255, 197, 0.58);
  background: rgba(12, 34, 29, 0.9);
  color: #83ffd0;
}

.coin-chain-text {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(122, 255, 197, 0.48);
  color: #7dffc7;
  background: rgba(11, 27, 23, 0.76);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.16rem 0.38rem;
}

.coin-chain-text.base {
  border-color: rgba(110, 166, 255, 0.58);
  color: #9dc3ff;
  background: rgba(17, 29, 55, 0.82);
}

.coin-chain-text.monad {
  border-color: rgba(191, 142, 255, 0.58);
  color: #d7b7ff;
  background: rgba(43, 26, 67, 0.82);
}

.watch-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(160, 168, 199, 0.72);
  border-radius: 999px;
  background: rgba(17, 23, 40, 0.86);
  color: #dce3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.watch-btn.active {
  color: #ffe182;
  background: rgba(98, 104, 143, 0.95);
  border-color: rgba(167, 176, 213, 0.92);
}

.coin-body {
  padding: 0.66rem;
  display: grid;
  gap: 0.44rem;
}

.coin-head {
  display: flex;
  justify-content: space-between;
  gap: 0.45rem;
}

.coin-head h3 {
  margin: 0;
  font-size: 0.94rem;
}

.coin-head span {
  color: var(--muted);
  font-size: 0.73rem;
}

.coin-metric {
  font-size: 1.1rem;
  line-height: 1.15;
}

.coin-body p {
  margin: 0;
  color: #bcc5e3;
  font-size: 0.76rem;
  line-height: 1.35;
}

.coin-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  font-size: 0.69rem;
  color: var(--muted);
}

.bonding-line {
  height: 7px;
  border-radius: 999px;
  background: #0d0817;
  border: 1px solid var(--line);
  overflow: hidden;
}

.bonding-line div {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), #d6c1ff);
}

.coin-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.7rem;
  flex-wrap: wrap;
}

.creator-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #101527;
  color: #d6def9;
  padding: 0.16rem 0.44rem 0.16rem 0.2rem;
  font-size: 0.68rem;
}

.creator-pill-avatar {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #8a92b2, #62688f);
  color: #0f1424;
  font-size: 0.55rem;
  font-weight: 800;
  border: 1px solid rgba(220, 229, 255, 0.22);
  overflow: hidden;
  flex: 0 0 auto;
}

.creator-pill-avatar.with-image {
  color: transparent;
}

.creator-pill-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.creator-pill-name {
  min-width: 0;
}

.trade-inline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 0.35rem;
  margin-top: 0.22rem;
}

.trade-inline.column {
  grid-template-columns: 1fr;
}

.trade-inline input {
  background: #0d0818;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  padding: 0.44rem 0.55rem;
}

.trade-inline button {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 8px;
  padding-inline: 0.65rem;
}

.trade-inline button.sell {
  background: linear-gradient(90deg, #f66f95, #f05186);
}

.alert {
  min-height: 1.2rem;
  margin: 0.3rem 0 1.2rem;
  font-size: 0.82rem;
  color: var(--green);
}

.alert.error {
  color: var(--danger);
}

.copy-toast {
  position: fixed;
  top: 54px;
  left: 50%;
  transform: translate(-50%, -10px);
  min-width: 320px;
  max-width: min(92vw, 540px);
  background: rgba(6, 9, 15, 0.97);
  border: 2px solid rgba(138, 146, 178, 0.95);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  color: #f2f6ff;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(138, 146, 178, 0.38);
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.copy-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.copy-toast svg {
  width: 18px;
  height: 18px;
  stroke: #c6ccf2;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.copy-toast span {
  line-height: 1.2;
}

.muted {
  color: var(--muted);
}

.create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 1.2rem;
  align-items: start;
}

.create-topbar {
  margin-bottom: 0.8rem;
}

.create-searchbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 500px;
  width: 100%;
}

.create-searchbar input {
  width: 100%;
  background: #161b29;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #dbe4ff;
  padding: 0.6rem 0.72rem;
}

.create-back-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #121723;
  color: #dbe4ff;
  font-size: 1rem;
}

.create-form {
  background: #121723;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.12rem;
  display: grid;
  gap: 0.95rem;
}

.create-form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #d6dff9;
}

.create-form-pump {
  gap: 0.95rem;
}

.create-intro h2 {
  margin: 0;
  font-size: 1.25rem;
}

.create-intro h3 {
  margin: 0.36rem 0 0;
  font-size: 0.94rem;
}

.create-subtle {
  margin: 0.26rem 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.create-intro-compact h3 {
  margin-top: 0;
}

.create-chain-card {
  border: 1px solid rgba(138, 146, 178, 0.34);
  border-radius: 10px;
  background: rgba(15, 21, 35, 0.7);
  padding: 0.72rem;
  display: grid;
  gap: 0.62rem;
}

.create-chain-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.create-chain-head strong {
  color: #f3f7ff;
  font-size: 0.84rem;
}

.create-chain-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
}

.create-chain-option {
  border: 1px solid rgba(138, 146, 178, 0.38);
  background: #151b2b;
  border-radius: 8px;
  color: #dbe4ff;
  padding: 0.58rem 0.66rem;
  text-align: left;
  display: grid;
  gap: 0.16rem;
  min-height: 58px;
  cursor: pointer;
}

.create-chain-option strong {
  font-size: 0.9rem;
}

.create-chain-option span {
  color: var(--muted);
  font-size: 0.73rem;
}

.create-chain-option.active {
  border-color: rgba(110, 255, 179, 0.7);
  background: rgba(22, 74, 50, 0.34);
  box-shadow: 0 0 0 1px rgba(110, 255, 179, 0.16) inset;
}

.create-chain-option.pumpverse {
  border-color: rgba(157, 195, 255, 0.42);
  background: linear-gradient(135deg, rgba(18, 33, 58, 0.86), rgba(20, 63, 48, 0.5));
}

.create-chain-option.pumpverse.active {
  border-color: rgba(125, 255, 199, 0.78);
  background: linear-gradient(135deg, rgba(25, 56, 92, 0.9), rgba(18, 88, 58, 0.62));
}

.create-chain-option.disabled,
.create-chain-option:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  border-color: rgba(138, 146, 178, 0.24);
  background: rgba(21, 27, 43, 0.58);
}

.create-pumpverse-options {
  margin-top: 0.58rem;
  border: 1px solid rgba(125, 255, 199, 0.22);
  border-radius: 8px;
  background: rgba(9, 20, 24, 0.58);
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.42rem;
}

.create-pumpverse-options[hidden] {
  display: none;
}

.create-pumpverse-option {
  border: 1px solid rgba(138, 146, 178, 0.34);
  border-radius: 8px;
  background: rgba(20, 27, 43, 0.86);
  color: #dbe4ff;
  padding: 0.48rem 0.56rem;
  text-align: left;
  display: grid;
  gap: 0.1rem;
  min-height: 50px;
  cursor: pointer;
}

.create-pumpverse-option strong {
  font-size: 0.82rem;
}

.create-pumpverse-option span {
  color: #aeb7d6;
  font-size: 0.68rem;
}

.create-pumpverse-option.active {
  border-color: rgba(125, 255, 199, 0.78);
  background: rgba(18, 88, 58, 0.52);
  box-shadow: 0 0 0 1px rgba(125, 255, 199, 0.12) inset;
}

.create-pumpverse-option.disabled,
.create-pumpverse-option:disabled {
  opacity: 0.54;
  cursor: not-allowed;
}

.create-chain-hint {
  margin: 0;
  color: #aeb7d6;
  font-size: 0.74rem;
  line-height: 1.35;
}

.create-result-list {
  display: grid;
  gap: 0.45rem;
}

.create-result-row {
  border: 1px solid rgba(138, 146, 178, 0.34);
  border-radius: 8px;
  background: rgba(15, 21, 35, 0.72);
  padding: 0.55rem 0.66rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
}

.create-result-row strong {
  color: #f4f7ff;
}

.create-result-row a {
  color: #9dc3ff;
  font-weight: 800;
}

.create-result-row.success {
  border-color: rgba(122, 255, 197, 0.36);
}

.create-result-row.error {
  border-color: rgba(255, 99, 134, 0.46);
  color: #ff9db5;
}

.create-creator-summary {
  border: 1px solid rgba(138, 146, 178, 0.38);
  border-radius: 12px;
  background: rgba(20, 26, 43, 0.72);
  padding: 0.6rem 0.78rem;
  display: grid;
  gap: 0.18rem;
}

.create-creator-summary.invalid {
  border-color: rgba(255, 126, 148, 0.58);
  background: rgba(59, 20, 34, 0.32);
}

.create-creator-title {
  margin: 0;
  font-size: 0.74rem;
  color: #aeb7d6;
}

.create-creator-main {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #f2f6ff;
}

.create-creator-sub {
  margin: 0;
  font-size: 0.76rem;
  color: #cfd8f6;
}

.create-socials summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.82rem;
  color: #dbe4ff;
}

.create-socials summary::-webkit-details-marker {
  display: none;
}

.create-socials summary::after {
  content: " v";
  color: var(--muted);
}

.create-socials[open] summary::after {
  content: " ^";
}

.create-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.52rem;
}

.create-option-tile {
  border: 1px solid var(--line);
  background: #151b2b;
  border-radius: 12px;
  padding: 0.62rem;
  text-align: left;
  display: grid;
  gap: 0.2rem;
}

.create-option-tile strong {
  font-size: 0.9rem;
}

.create-option-tile span {
  color: var(--muted);
  font-size: 0.78rem;
}

.create-option-tile.active {
  border-color: rgba(138, 146, 178, 0.9);
  box-shadow: 0 0 0 2px rgba(138, 146, 178, 0.2) inset;
}

.create-upload-card {
  border: 1px dashed rgba(160, 168, 199, 0.45);
  background: #151b2b;
  border-radius: 12px;
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
  padding: 1rem;
}

.create-upload-card.drag-active {
  border-color: rgba(138, 146, 178, 0.95);
  background: #1a2238;
}

.create-upload-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa3ba;
}

.create-upload-icon svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.create-upload-copy {
  display: grid;
  gap: 0.3rem;
  justify-items: center;
}

.create-upload-card strong {
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}

.create-upload-card span {
  color: var(--muted);
  font-size: 1rem;
}

.create-upload-select-btn {
  width: auto;
  border-radius: 14px;
  padding: 0.7rem 1.45rem;
  font-size: 1.04rem;
  font-weight: 700;
  border: 0;
  background: linear-gradient(90deg, #d9d1ff 0%, #b89eff 45%, #9d84ff 100%);
  color: #1b1538;
  box-shadow: 0 0 0 1px rgba(186, 164, 255, 0.65) inset, 0 10px 24px rgba(130, 104, 255, 0.26);
}

.create-upload-select-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(196, 178, 255, 0.8) inset, 0 12px 28px rgba(146, 116, 255, 0.34);
}

.create-upload-media {
  display: none;
  width: min(460px, 100%);
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #101527;
}

.create-upload-media.active {
  display: block;
}

.create-upload-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.create-upload-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.create-upload-specs article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #151b2b;
  padding: 0.58rem;
  display: grid;
  gap: 0.18rem;
}

.create-upload-specs strong {
  font-size: 0.8rem;
}

.create-upload-specs span {
  color: var(--muted);
  font-size: 0.72rem;
}

.create-advanced summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #dbe4ff;
  font-size: 0.83rem;
  margin-bottom: 0.72rem;
}

.create-advanced summary::-webkit-details-marker {
  display: none;
}

.create-advanced summary::after {
  content: " v";
  color: var(--muted);
}

.create-advanced[open] summary::after {
  content: " ^";
}

.create-launch-math {
  border: 1px solid rgba(138, 146, 178, 0.34);
  border-radius: 12px;
  background: rgba(20, 26, 43, 0.7);
  padding: 0.7rem 0.8rem;
  display: grid;
  gap: 0.28rem;
}

.create-launch-math p {
  margin: 0;
  font-size: 0.78rem;
  color: #cfd8f6;
}

.create-launch-math p:first-child {
  font-size: 0.83rem;
  font-weight: 700;
  color: #eff4ff;
}

.create-launch-math.invalid {
  border-color: rgba(255, 126, 148, 0.58);
  background: rgba(59, 20, 34, 0.32);
}

.create-submit-row {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.create-submit-row .btn-primary {
  width: 100%;
}

.create-form textarea {
  min-height: 120px;
}

.create-form-pump input,
.create-form-pump textarea {
  border-radius: 12px;
  padding: 0.78rem 0.92rem;
  font-size: 0.95rem;
}

.create-form input[type="file"] {
  width: 100%;
  border: 1px dashed rgba(160, 168, 199, 0.4);
  background: #0f1425;
  border-radius: 10px;
  padding: 0.52rem 0.62rem;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

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

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

.preview-card {
  background: #121723;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem;
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.preview-card h3,
.preview-card h4 {
  margin: 0;
}

.preview-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.preview-card-create {
  position: sticky;
  top: 1rem;
  min-height: 260px;
}

.preview-media-wrap {
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(45deg, #0e0918 25%, #120b1f 25%, #120b1f 50%, #0e0918 50%, #0e0918 75%, #120b1f 75%);
  background-size: 20px 20px;
}

.preview-portrait-wrap {
  aspect-ratio: 3 / 4;
}

.preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}

.result-link {
  color: #d7c4ff;
  font-size: 0.82rem;
}

.token-meta {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.73rem;
}

.token-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.token-meta a {
  color: #cdb8ff;
}

.addr-copy-btn {
  border: 1px solid rgba(138, 146, 178, 0.4);
  background: rgba(138, 146, 178, 0.16);
  color: #dce4ff;
  border-radius: 999px;
  padding: 0.12rem 0.44rem;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
}

.addr-copy-btn:hover {
  border-color: rgba(138, 146, 178, 0.68);
  background: rgba(138, 146, 178, 0.26);
}

.copy-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(124, 136, 170, 0.38);
  background: linear-gradient(180deg, #1a2231 0%, #131a27 100%);
  color: #f2f5ff;
  border-radius: 11px;
  padding: 0.36rem 0.58rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.copy-pill-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.95;
}

.copy-pill-btn:hover {
  border-color: rgba(152, 166, 205, 0.58);
  background: linear-gradient(180deg, #20293b 0%, #171f2f 100%);
}

.tokenpf-head-actions .copy-pill-btn {
  padding: 0.5rem 0.68rem;
  font-size: 0.85rem;
}

.tokenpf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 0.9rem;
}

.tokenpf-main,
.tokenpf-side {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.panel-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
}

.tokenpf-header-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.tokenpf-head-main {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.tokenpf-token-img {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  border: 2px solid rgba(247, 198, 66, 0.72);
  object-fit: cover;
  background: #121723;
}

.tokenpf-head-copy h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}

.tokenpf-head-copy p {
  margin: 0.2rem 0 0;
  color: #d8cdf2;
  font-size: 1.18rem;
}

.token-creator-info {
  margin-top: 0.26rem;
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  color: #b8c3e7;
  font-size: 0.84rem;
  line-height: 1;
}

.token-creator-avatar {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #8a92b2, #62688f);
  color: #0f1424;
  font-size: 0.55rem;
  font-weight: 800;
  border: 1px solid rgba(220, 229, 255, 0.24);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.token-creator-avatar.with-image {
  color: transparent;
}

.token-creator-link {
  color: #dce5ff;
  font-weight: 700;
}

.token-creator-link:hover {
  text-decoration: underline;
}

.token-creator-sep {
  color: #8693bd;
  font-size: 0.72rem;
}

.token-creator-time {
  color: #9aa7d1;
}

.tokenpf-head-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.tokenpf-head-actions .small {
  padding: 0.45rem 0.72rem;
  font-size: 0.78rem;
}

.tokenpf-chart-card {
  display: grid;
  gap: 0.55rem;
  background: #151719;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.tokenpf-mcap-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tokenpf-mcap-head small {
  color: var(--muted);
  font-size: 0.74rem;
}

.tokenpf-mcap-head h2 {
  margin: 0.18rem 0 0;
  font-size: clamp(1.75rem, 2.9vw, 2.45rem);
  letter-spacing: 0;
}

.tokenpf-ath-wrap {
  min-width: 270px;
  display: grid;
  gap: 0.34rem;
  color: #d3c2ef;
  font-size: 0.8rem;
}

.tokenpf-ath-wrap span {
  text-align: right;
}

.tokenpf-ath-wrap b {
  color: #f2f5ff;
}

.tokenpf-ath-track {
  border-radius: 999px;
  height: 8px;
  background: rgba(108, 128, 144, 0.5);
  overflow: hidden;
}

#athFill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #63d4c7, #81efb2);
}

.delta-line {
  margin: 0.22rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.tokenpf-chart-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}

.toolbar-group {
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
  align-items: center;
}

.toolbar-group .tag {
  border: 0;
  background: transparent;
  color: #f4f5f7;
  border-radius: 0;
  padding: 0.42rem 0.58rem;
  min-height: 31px;
  font-size: 0.76rem;
}

.toolbar-group .tag:hover {
  color: #7df0ad;
  background: rgba(255, 255, 255, 0.045);
}

.toolbar-group .tag.active {
  color: #7df0ad;
  background: transparent;
  box-shadow: inset 0 -2px 0 #5af0a4;
}

.tokenpf-ohlc {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  color: #aeb6d1;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 0 0.46rem;
  min-height: 34px;
}

.tokenpf-ohlc b {
  color: #f3f6ff;
  font-weight: 600;
}

.tokenpf-ohlc span:first-child {
  color: #f3f6ff;
  font-weight: 600;
}

.tokenpf-chart-shell {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0;
  min-height: 560px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.tokenpf-tools {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.25rem;
  padding-top: 0.55rem;
  background: #111315;
}

.tokenpf-tools button {
  border: 1px solid transparent;
  background: transparent;
  color: #aeb4bc;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
}

.tokenpf-tools button:hover {
  border-color: var(--line);
  background: rgba(132, 145, 182, 0.12);
}

.tokenpf-chart-wrap {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #101114;
  min-height: 560px;
  overflow: hidden;
}

.tokenpf-chart-canvas {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.tokenpf-chart-watermark {
  position: absolute;
  left: 1rem;
  bottom: 0.85rem;
  z-index: 1;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
}

.tokenpf-stat-strip {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tokenpf-stat-strip .stat-card b {
  font-size: 1.05rem;
}

.tokenpf-terminal {
  display: grid;
  gap: 0.45rem;
}

.tokenpf-terminal small {
  color: var(--muted);
  font-size: 0.72rem;
}

.tokenpf-terminal a {
  color: #f0f3ff;
  font-weight: 700;
  font-size: 1.02rem;
}

.tokenpf-trades {
  display: grid;
  gap: 0.52rem;
}

.tokenpf-trade-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tokenpf-trade-filter #tradeFilterMin {
  width: 78px;
  padding: 0.35rem 0.45rem;
}

.switch {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(130, 140, 168, 0.46);
  transition: background 0.18s ease;
}

.slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.18s ease;
}

.switch input:checked + .slider {
  background: #6ef1b0;
}

.switch input:checked + .slider::before {
  transform: translateX(18px);
}

.tokenpf-trade-card {
  display: grid;
  gap: 0.62rem;
  background: linear-gradient(180deg, rgba(23, 28, 43, 0.94), rgba(17, 22, 34, 0.96));
  border: 1px solid rgba(90, 103, 141, 0.35);
  border-radius: 16px;
  padding: 0.75rem;
}

.tokenpf-buy-sell-tabs {
  background: rgba(159, 168, 191, 0.09);
  border-radius: 13px;
  padding: 0.24rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.26rem;
}

.tokenpf-buy-sell-tabs button {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #b5bed8;
  padding: 0.52rem 0.5rem;
  font-weight: 700;
  font-size: 1.01rem;
}

.tokenpf-buy-sell-tabs button.active {
  background: linear-gradient(90deg, #7f89b8, #9ca9df);
  color: #0f1628;
}

#sellTabBtn.active {
  background: linear-gradient(90deg, #f15f79, #f84f69);
  color: #fff;
}

.tokenpf-primary-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem;
  padding-top: 0.12rem;
}

.tokenpf-primary-amount b {
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f2f5ff;
}

.tokenpf-primary-amount span {
  font-size: 1.05rem;
  color: #aeb8d8;
  font-weight: 700;
}

.tokenpf-approx-line {
  margin: 0;
  text-align: center;
  color: #8f9abf;
  font-size: 0.95rem;
}

.tokenpf-receive-line {
  margin: 0.1rem 0 0;
  color: #bac5ea;
  font-size: 0.96rem;
}

.tokenpf-trade-quick {
  display: flex;
  gap: 0.38rem;
  flex-wrap: wrap;
  align-items: center;
}

.tokenpf-trade-quick button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.25rem 0.52rem;
  background: #191c2a;
  color: #d5def7;
  font-size: 0.77rem;
  font-weight: 700;
}

.tokenpf-trade-quick-token button {
  background: #161a2b;
  color: #b8c3e6;
}

.tokenpf-quick-settings {
  min-width: 30px;
}

.tokenpf-wallet-balance {
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}

.tokenpf-wallet-balance small {
  color: #93a0c9;
}

.tokenpf-max-btn {
  border: 0;
  background: transparent;
  color: #f2f4ff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0;
}

.tokenpf-wallet-balance b {
  color: #f2f6ff;
}

.tokenpf-trade-fields {
  display: grid;
  gap: 0.34rem;
}

.tokenpf-trade-field-label {
  font-size: 0.82rem;
  color: #aeb9dc;
  letter-spacing: 0.01em;
}

.tokenpf-trade-input {
  background: #151b2b;
  border: 1px solid rgba(130, 141, 176, 0.48);
  border-radius: 12px;
  color: #edf2ff;
  padding: 0.62rem 0.72rem;
  font-size: 1.02rem;
}

.tokenpf-trade-input::placeholder {
  color: #97a4cb;
}

.tokenpf-trade-input:focus {
  border-color: #8f99bd;
  box-shadow: 0 0 0 2px rgba(143, 153, 189, 0.2);
}

.tokenpf-turbo-row {
  margin: 0;
  text-align: right;
  color: #9ba8cf;
  font-size: 0.92rem;
}

.tokenpf-side-card {
  display: grid;
  gap: 0.5rem;
}

.tokenpf-side-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
}

.tokenpf-side-head h3 {
  margin: 0;
}

.tokenpf-side-head span,
.tokenpf-side-head a {
  font-size: 0.82rem;
  color: #89f3c2;
}

.tokenpf-edit-dist {
  color: #89f3c2;
}

.tokenpf-reward-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.tokenpf-reward-summary b {
  font-size: 2rem;
  line-height: 1.05;
}

.tokenpf-reward-subline {
  display: block;
  color: #dce4ff;
  font-size: 1rem;
  margin-top: 0.16rem;
}

.tokenpf-reward-share-box {
  text-align: right;
}

.tokenpf-reward-share-box b {
  font-size: 2rem;
}

.tokenpf-reward-share-box span {
  color: #dce4ff;
  font-size: 0.98rem;
}

.tokenpf-claim-btn {
  width: 100%;
  margin-top: 0.15rem;
  padding-block: 0.74rem;
  border-radius: 999px;
  font-size: 1.02rem;
  font-weight: 800;
}

.tokenpf-reward-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.tokenpf-reward-profile {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: #dce5ff;
}

.tokenpf-reward-profile:hover #creatorLabel {
  text-decoration: underline;
}

.tokenpf-reward-avatar {
  width: 30px;
  height: 30px;
  font-size: 0.62rem;
  flex: 0 0 auto;
}

.tokenpf-reward-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.tokenpf-reward-copy strong {
  display: block;
  line-height: 1.1;
}

.tokenpf-reward-sub {
  color: #9fb0da;
  font-size: 0.74rem;
  line-height: 1.1;
}

#creatorShare {
  color: #71f4b2;
  font-size: 0.72rem;
  white-space: nowrap;
}

.btn-ghost.tiny {
  padding: 0.3rem 0.56rem;
  font-size: 0.7rem;
}

.tokenpf-holders-list {
  display: grid;
  gap: 0.33rem;
  max-height: 330px;
  overflow: auto;
}

.token-community-mini-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.token-community-mini-head h3 {
  margin: 0;
}

.token-community-mini-head p {
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.token-community-mini-preview {
  border: 1px solid rgba(124, 136, 170, 0.25);
  background: rgba(14, 20, 31, 0.55);
  border-radius: 10px;
  padding: 0.64rem;
  min-height: 62px;
}

.token-community-mini-post {
  display: grid;
  gap: 0.26rem;
}

.token-community-mini-post span {
  color: #89f3c2;
  font-size: 0.78rem;
  font-weight: 800;
}

.token-community-mini-post p {
  margin: 0;
  color: #eef3ff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.tokenpf-holder-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: #dce6ff;
  padding: 0.14rem 0;
  border-bottom: 1px solid rgba(73, 80, 98, 0.4);
}

.tokenpf-holder-row:last-child {
  border-bottom: 0;
}

.tokenpf-holder-row b {
  color: #f4f7ff;
}

.delta-pos {
  color: #8ef5be;
}

.delta-neg {
  color: #ff8ca7;
}

.delta-flat {
  color: var(--muted);
}

.table-wrap {
  overflow: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  font-size: 0.76rem;
  border-bottom: 1px solid var(--line);
  padding: 0.46rem 0.2rem;
  text-align: left;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 0.12rem 0.4rem;
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
}

.badge.buy {
  background: rgba(137, 245, 186, 0.18);
  color: #8df6bb;
  border: 1px solid rgba(137, 245, 186, 0.42);
}

.badge.sell {
  background: rgba(255, 125, 151, 0.18);
  color: #ff8ba6;
  border: 1px solid rgba(255, 125, 151, 0.38);
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 0.9rem;
  max-width: 1040px;
  margin: 0 auto;
}

.community-main,
.community-side,
.community-feed {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.community-hero {
  padding: 0;
  overflow: hidden;
}

.community-cover {
  min-height: 210px;
  background-color: #171d29;
  background-position: center;
  background-size: cover;
}

.community-global .community-hero {
  padding: 1.05rem 1.15rem;
  background:
    radial-gradient(80% 110% at 100% 0%, rgba(111, 238, 171, 0.15), transparent 58%),
    #11161f;
}

.community-global .community-cover,
.community-global .community-token-img,
.community-global .community-tabs,
.community-global .community-identity .btn-ghost {
  display: none;
}

.community-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.76rem;
  padding: 0 0.9rem 0.8rem;
  margin-top: -32px;
}

.community-global .community-identity {
  display: block;
  padding: 0;
  margin: 0;
}

.community-token-img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 2px solid rgba(247, 198, 66, 0.78);
  object-fit: cover;
  background: #111722;
}

.community-identity small,
.community-composer small {
  color: #9ea8ce;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-identity h1 {
  margin: 0.12rem 0 0;
  font-size: clamp(1.42rem, 3vw, 2rem);
  line-height: 1.05;
}

.community-global .community-identity h1 {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.community-global .community-identity h1::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #67edae;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #11161f;
}

.community-identity p {
  margin: 0.24rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.community-tabs {
  display: flex;
  gap: 1.15rem;
  padding: 0 0.9rem;
  border-top: 1px solid var(--line);
}

.community-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #b7c1df;
  padding: 0.75rem 0 0.7rem;
  font-weight: 800;
}

.community-tabs button.active {
  border-color: #89f3c2;
  color: #f4f7ff;
}

.community-composer {
  display: grid;
  gap: 0.62rem;
  border-color: rgba(111, 238, 171, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 45, 32, 0.86), rgba(14, 20, 22, 0.98));
}

.community-composer.is-hidden,
.is-hidden {
  display: none !important;
}

.community-compose-head,
.community-compose-actions,
.community-x-connect,
.community-post-head,
.community-post-actions {
  display: flex;
  align-items: center;
  gap: 0.56rem;
}

.community-compose-head,
.community-post-head {
  justify-content: space-between;
}

.community-post-head {
  justify-content: flex-start;
}

.community-x-pill {
  border: 1px solid rgba(137, 243, 194, 0.35);
  border-radius: 999px;
  color: #9aa7c8;
  padding: 0.22rem 0.52rem;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.community-x-pill.connected {
  color: #89f3c2;
}

.community-steps {
  margin: 0;
  padding: 0;
  color: #dce6ff;
  display: grid;
  gap: 0.28rem;
  font-size: 0.86rem;
  list-style: none;
  counter-reset: community-step;
}

.community-steps li {
  counter-increment: community-step;
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.community-steps li::before {
  content: counter(community-step);
  width: 19px;
  height: 19px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(154, 166, 205, 0.45);
  color: #a8b2cf;
  font-size: 0.68rem;
  font-weight: 800;
}

.community-steps li.complete {
  color: #aeb8d4;
  text-decoration: line-through;
}

.community-steps li.complete::before {
  content: "✓";
  color: #07120b;
  background: #67edae;
  border-color: #67edae;
  text-decoration: none;
}

.community-x-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.66rem;
  padding: 0.6rem;
  border-radius: 8px;
  background: rgba(7, 13, 18, 0.42);
  border: 1px solid rgba(103, 237, 174, 0.24);
}

.community-x-profile[hidden] {
  display: none;
}

.community-x-profile img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #67edae;
}

.community-x-profile strong,
.community-x-profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-x-profile small {
  margin-top: 0.08rem;
  color: #aeb8d4;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.community-x-connect {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.community-x-connect .btn-primary {
  width: 100%;
  border-radius: 999px;
}

.community-x-connect input,
.community-composer textarea,
.community-comment-form input {
  width: 100%;
  background: #121827;
  border: 1px solid rgba(130, 141, 176, 0.42);
  border-radius: 10px;
  color: #eef3ff;
  padding: 0.62rem 0.72rem;
}

.community-composer textarea {
  min-height: 96px;
  resize: vertical;
}

.community-compose-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.community-compose-actions > span {
  margin-right: auto;
  color: var(--muted);
  font-size: 0.82rem;
}

.community-share-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: #d7e0fa;
  font-size: 0.84rem;
  font-weight: 700;
}

.community-post {
  display: grid;
  gap: 0.58rem;
  border-radius: 8px;
  padding: 0.9rem 1rem;
}

.community-post-head a {
  color: #f4f7ff;
  font-weight: 800;
}

.community-post-head span,
.community-author-line {
  color: var(--muted);
  font-size: 0.78rem;
}

.community-author-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.community-post-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(103, 237, 174, 0.78);
  background: #101622;
}

.community-coin-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(137, 243, 194, 0.28);
  border-radius: 999px;
  color: #89f3c2;
  background: rgba(78, 221, 151, 0.08);
  padding: 0.12rem 0.38rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.community-post p {
  margin: 0;
  color: #f2f5ff;
  line-height: 1.45;
}

.community-post-actions button,
.community-post-actions a,
.community-comment-form button {
  border: 0;
  background: transparent;
  color: #9ba7c4;
  border-radius: 6px;
  padding: 0.18rem 0.42rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.community-post-actions button.active {
  color: #89f3c2;
  border-color: rgba(137, 243, 194, 0.45);
}

.community-comments {
  display: grid;
  gap: 0.36rem;
  border-top: 1px solid rgba(124, 136, 170, 0.2);
  padding-top: 0.48rem;
}

.community-comment {
  display: grid;
  grid-template-columns: 24px auto minmax(0, 1fr);
  align-items: start;
  gap: 0.42rem;
  font-size: 0.82rem;
}

.community-comment img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
}

.community-comment a {
  color: #89f3c2;
  font-weight: 800;
}

.community-comment span {
  color: #dfe7ff;
}

.community-comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.44rem;
}

.community-top-list {
  display: grid;
  gap: 0.42rem;
}

.community-top-row {
  display: grid;
  grid-template-columns: 18px 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.48rem;
  color: #eef3ff;
}

.community-top-row img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  background: #101622;
}

.community-top-row strong,
.community-top-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-top-row small {
  color: #8f9abd;
  font-size: 0.72rem;
}

.community-top-row b,
.community-rank {
  color: #67edae;
  font-size: 0.76rem;
  font-weight: 800;
}

.community-voice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.community-empty {
  color: var(--muted);
}

.community-stats,
.community-members-list {
  display: grid;
  gap: 0.4rem;
}

.community-stats span,
.community-member-row {
  display: grid;
  grid-template-columns: 18px 38px minmax(0, 1fr);
  align-items: center;
  gap: 0.6rem;
  color: #dbe4ff;
  border-bottom: 1px solid rgba(124, 136, 170, 0.2);
  padding-bottom: 0.36rem;
}

.community-stats span {
  display: flex;
  justify-content: space-between;
}

.community-stats span:last-child,
.community-member-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.community-stats b,
.community-member-row b {
  color: #89f3c2;
}

.community-member-row img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(103, 237, 174, 0.75);
}

.community-member-row strong,
.community-member-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-member-row small {
  color: #9ea8ce;
  font-size: 0.72rem;
  margin-top: 0.08rem;
}

.tokenpf-side .bonding-line {
  margin-top: 0.1rem;
}

.tokenpf-side .bonding-line div {
  background: linear-gradient(90deg, #ffd469 0%, #f8c247 100%);
}

.modal-overlay,
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 4, 12, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

.modal-overlay.open,
.modal-backdrop.open {
  display: flex;
}

.modal-card {
  width: min(540px, 96vw);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.5);
}

.modal-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.modal-card p {
  margin: 0.45rem 0 0.85rem;
  color: #d2c7ec;
}

.wallet-picker-card {
  width: min(446px, 96vw);
  background: linear-gradient(180deg, #121722 0%, #0f131c 100%);
  border: 1px solid rgba(124, 136, 170, 0.26);
  border-radius: 24px;
  padding: 1.05rem 1rem 0.95rem;
  position: relative;
  box-shadow: 0 24px 70px rgba(3, 6, 14, 0.75);
}

.wallet-picker-list {
  display: grid;
  gap: 0.62rem;
  margin-top: 0.8rem;
}

.wallet-picker-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.86rem 0.9rem;
  font-size: 1rem;
  border-radius: 13px;
  text-align: left;
  border: 1px solid rgba(125, 138, 174, 0.23);
  background: #171d28;
  color: #eff3ff;
}

.wallet-picker-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.wallet-picker-btn:hover {
  border-color: rgba(149, 164, 205, 0.42);
  background: #1a2130;
}

.wallet-picker-more-btn {
  margin-top: 0.05rem;
}

.wallet-picker-actions {
  margin-top: 0.72rem;
  display: flex;
  justify-content: flex-end;
}

.wallet-picker-head {
  text-align: center;
}

.wallet-picker-head h3 {
  font-size: 2.05rem;
  margin-top: 0.8rem;
  line-height: 1.05;
}

.wallet-picker-head p {
  margin-top: 0.38rem;
  margin-bottom: 0;
  color: #b4bdd8;
  font-size: 0.88rem;
}

.wallet-picker-brand {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #25473a, #1b2f29);
  border: 1px solid rgba(130, 224, 173, 0.27);
}

.wallet-picker-brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.wallet-picker-close {
  position: absolute;
  right: 0.86rem;
  top: 0.72rem;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(123, 134, 165, 0.32);
  background: #151b28;
  color: #cfd7f1;
  font-size: 0.9rem;
  line-height: 1;
}

.wallet-picker-btn-left {
  display: inline-flex;
  align-items: center;
  gap: 0.76rem;
  min-width: 0;
}

.wallet-picker-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.wallet-picker-btn small {
  display: block;
  color: #93a0c8;
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: 0.08rem;
}

.wallet-picker-icon {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #edf2ff;
  background: #263047;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wallet-picker-icon.wallet-metamask {
  background: linear-gradient(145deg, #f9a962, #f27c21);
  color: #201005;
}

.wallet-picker-icon.wallet-rabby {
  background: linear-gradient(145deg, #8ca0ff, #5665ff);
  color: #111530;
}

.wallet-picker-icon.wallet-coinbase {
  background: linear-gradient(145deg, #6eb0ff, #356dff);
}

.wallet-picker-icon.wallet-more,
.wallet-picker-icon.wallet-email {
  background: #242d44;
}

.wallet-picker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-width: 80px;
  padding: 0.22rem 0.52rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wallet-picker-badge i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  display: inline-block;
}

.wallet-picker-badge.recent {
  color: #b8ffd7;
  background: rgba(80, 196, 133, 0.22);
  border: 1px solid rgba(80, 196, 133, 0.35);
}

.wallet-picker-badge.recent i {
  background: #79f2bf;
}

.wallet-picker-badge.detected {
  color: #d3f5e1;
  background: rgba(76, 154, 122, 0.2);
  border: 1px solid rgba(76, 154, 122, 0.33);
}

.wallet-picker-badge.detected i {
  background: #68d9ad;
}

.wallet-picker-arrow {
  color: #a2afcf;
  font-size: 0.96rem;
  font-weight: 700;
}

.wallet-picker-divider {
  margin: 0.92rem 0 0.68rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #8d9ac3;
  font-size: 0.81rem;
}

.wallet-picker-divider::before,
.wallet-picker-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(126, 137, 170, 0.28);
}

.wallet-picker-divider span {
  flex: 0 0 auto;
  text-transform: lowercase;
}

.wallet-picker-more-list {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.05rem;
}

.wallet-picker-more-list[hidden] {
  display: none;
}

.wallet-picker-email {
  margin-top: 0.1rem;
}

.edit-profile-card {
  width: min(480px, 96vw);
}

.edit-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.edit-profile-head .btn-ghost {
  padding: 0.38rem 0.55rem;
}

.edit-profile-card label {
  display: grid;
  gap: 0.35rem;
  color: #dbe4ff;
  margin-top: 0.45rem;
}

.edit-avatar-row {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.edit-avatar-preview {
  width: 88px;
  height: 88px;
  font-size: 1.3rem;
  border: 1.5px solid rgba(154, 166, 215, 0.45);
}

.edit-avatar-trigger {
  position: relative;
  width: 88px;
  height: 88px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.edit-avatar-trigger .edit-avatar-preview {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.edit-avatar-trigger:hover .edit-avatar-preview {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(168, 183, 238, 0.68);
  box-shadow: 0 8px 24px rgba(108, 126, 198, 0.26);
}

.edit-avatar-camera {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(139, 151, 196, 0.48);
  background: #1b2130;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(4, 6, 14, 0.5);
}

.edit-avatar-camera svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #dde3ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edit-avatar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.edit-avatar-actions .btn-ghost {
  padding: 0.44rem 0.8rem;
  font-size: 0.78rem;
}

.edit-profile-card textarea {
  min-height: 110px;
}

.modal-grid {
  display: grid;
  gap: 0.45rem;
  background: #0f0a1b;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.65rem;
  margin-bottom: 0.8rem;
}

.modal-grid span {
  font-weight: 600;
}

.modal-grid code {
  font-size: 0.8rem;
  color: #ccb8ff;
  word-break: break-all;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.profile-inline-link {
  color: #b6c4ec;
  font-size: 0.82rem;
}

.profile-inline-link:hover {
  color: #d9e3ff;
  text-decoration: underline;
}

.support-widget-overlay {
  position: fixed;
  inset: 0;
  z-index: 1800;
  background: transparent;
  backdrop-filter: none;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.1rem 1rem 4.2rem;
}

.support-widget-overlay.open {
  display: flex;
}

.support-widget-card {
  width: min(430px, 94vw);
  max-height: min(780px, 92vh);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(141, 155, 200, 0.34);
  background: linear-gradient(180deg, #111726 0%, #0d1322 100%);
  box-shadow: 0 24px 70px rgba(2, 5, 14, 0.62);
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}

.support-widget-close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(145, 158, 202, 0.32);
  background: #1a2234;
  color: #d6def8;
  font-weight: 700;
  z-index: 2;
}

#supportWidgetBody {
  overflow: auto;
  padding: 0.95rem 0.9rem 0.9rem;
}

.support-widget-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.74rem 0.84rem 0.88rem;
  border-top: 1px solid rgba(127, 141, 184, 0.24);
  background: rgba(13, 18, 29, 0.86);
}

.support-widget-nav button {
  border: 1px solid rgba(120, 134, 172, 0.32);
  background: #151c2a;
  color: #c5d1f2;
  border-radius: 11px;
  padding: 0.5rem 0.4rem;
  font-size: 0.83rem;
  font-weight: 700;
}

.support-widget-nav button.active {
  background: linear-gradient(135deg, #8f9bca 0%, #727fb6 100%);
  color: #111829;
  border-color: rgba(156, 169, 217, 0.56);
}

.support-widget-hero {
  border: 1px solid rgba(110, 214, 166, 0.2);
  background:
    radial-gradient(120% 120% at 20% -20%, rgba(72, 188, 133, 0.34), transparent 58%),
    linear-gradient(140deg, #0f2f23 0%, #143728 45%, #112b22 100%);
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: 0.7rem;
}

.support-widget-hero h3 {
  margin: 0;
  font-size: 1.56rem;
  line-height: 1.05;
}

.support-widget-hero p {
  margin: 0.35rem 0 0;
  color: #dce9f2;
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 700;
}

.support-widget-send-card {
  width: 100%;
  border: 1px solid rgba(142, 156, 199, 0.3);
  border-radius: 14px;
  background: #1a2130;
  color: #ebf1ff;
  padding: 0.8rem 0.88rem;
  text-align: left;
  display: grid;
  gap: 0.15rem;
  margin-bottom: 0.75rem;
}

.support-widget-send-card strong {
  font-size: 1.02rem;
}

.support-widget-send-card span {
  color: #a8b4d8;
  font-size: 0.87rem;
}

.support-widget-section {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.72rem;
}

.support-widget-section h4 {
  margin: 0;
  font-size: 1.14rem;
}

.support-widget-section .muted {
  margin: 0;
  color: #9ca8cb;
  font-size: 0.9rem;
}

.support-widget-search-wrap input {
  width: 100%;
  border: 1px solid rgba(136, 149, 188, 0.28);
  border-radius: 11px;
  padding: 0.58rem 0.72rem;
  background: #141b29;
  color: #f3f7ff;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  caret-color: #b8c6ff;
}

.support-widget-search-wrap input::placeholder {
  color: #96a4cb;
}

.support-widget-search-wrap input:focus {
  border-color: rgba(151, 168, 234, 0.65);
  box-shadow: 0 0 0 3px rgba(114, 133, 216, 0.22);
  background: #121a2d;
  outline: none;
}

.support-widget-help-list,
.support-widget-message-list,
.support-widget-quick-actions {
  display: grid;
  gap: 0.45rem;
}

.support-widget-help-item {
  width: 100%;
  border: 1px solid rgba(136, 149, 190, 0.26);
  border-radius: 12px;
  background: #141c2b;
  color: #e7eeff;
  text-align: left;
  padding: 0.6rem 0.7rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.support-widget-help-item strong {
  display: block;
  font-size: 0.96rem;
}

.support-widget-help-item span {
  display: block;
  color: #9eaacf;
  font-size: 0.83rem;
}

.support-widget-help-item em {
  color: #c8d2f2;
  font-size: 0.75rem;
  font-style: normal;
  white-space: nowrap;
}

.support-widget-primary {
  background: linear-gradient(135deg, #8ca6ff 0%, #7a85d8 100%);
  color: #10172a;
  border-radius: 11px;
  border: 1px solid rgba(149, 164, 219, 0.55);
  padding: 0.58rem 0.75rem;
  font-weight: 800;
}

.support-widget-quick-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-widget-quick-actions button {
  border: 1px solid rgba(136, 149, 190, 0.26);
  border-radius: 999px;
  background: #181f2f;
  color: #d7e3ff;
  padding: 0.52rem 0.56rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.support-widget-message-item {
  border: 1px solid rgba(136, 149, 190, 0.28);
  border-radius: 12px;
  background: #151d2d;
  padding: 0.62rem 0.72rem;
  display: grid;
  gap: 0.34rem;
}

.support-widget-message-item header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.support-widget-message-item header strong {
  font-size: 0.94rem;
}

.support-widget-message-item header time {
  color: #95a3cb;
  font-size: 0.79rem;
}

.support-widget-message-item p {
  margin: 0;
  color: #d6def7;
  font-size: 0.88rem;
  line-height: 1.36;
}

.support-widget-message-item small {
  color: #9aabd8;
}

.support-widget-message-item code {
  color: #e9efff;
}

.support-compose-form {
  display: grid;
  gap: 0.58rem;
}

.support-compose-form label {
  display: grid;
  gap: 0.3rem;
  color: #dce5ff;
  font-size: 0.86rem;
}

.support-compose-form input,
.support-compose-form textarea {
  width: 100%;
  border: 1px solid rgba(136, 149, 188, 0.34);
  border-radius: 10px;
  background: #121a28;
  color: #edf2ff;
  padding: 0.53rem 0.62rem;
}

.support-compose-form textarea {
  min-height: 105px;
  resize: vertical;
}

.support-compose-actions {
  margin-top: 0.1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
}

.support-v2 .support-widget-nav {
  background: #f2f4fa;
  border-top-color: #d7dbe8;
}

.support-home-hero {
  border: 1px solid rgba(108, 120, 188, 0.38);
  border-radius: 16px;
  padding: 0.9rem 0.9rem 0.95rem;
  background:
    radial-gradient(140% 120% at 15% -20%, rgba(112, 133, 228, 0.35), transparent 58%),
    linear-gradient(160deg, #1b2240 0%, #192238 56%, #141c30 100%);
}

.support-home-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.support-home-logo img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 16px rgba(138, 152, 245, 0.44);
  border: 1px solid rgba(184, 198, 255, 0.42);
}

.support-home-avatars {
  display: flex;
  gap: 0.36rem;
  justify-content: flex-end;
  margin: 0;
}

.support-home-avatars img,
.support-home-avatars span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  background: #11182a;
  border: 2px solid rgba(236, 242, 255, 0.38);
  box-shadow: 0 10px 24px rgba(2, 5, 14, 0.35);
}

.support-home-avatars span {
  background: linear-gradient(135deg, #909bd3, #646fa5);
  color: #f4f7ff;
  font-size: 0.62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.support-home-hero h3 {
  margin: 0.12rem 0 0;
  font-size: 2rem;
  line-height: 1;
}

.support-home-hero p {
  margin: 0.2rem 0 0;
  font-size: 1.92rem;
  line-height: 1.02;
  font-weight: 700;
}

.support-recent-card,
.support-send-card {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(140, 152, 193, 0.32);
  border-radius: 14px;
  background: #171f30;
  color: #eef2ff;
  padding: 0.82rem 0.86rem;
  display: grid;
  gap: 0.16rem;
  margin: 0.72rem 0;
}

.support-recent-card small {
  color: #9ca9ce;
  font-size: 0.78rem;
}

.support-recent-card span,
.support-send-card span {
  color: #afbbdc;
  font-size: 0.83rem;
}

.support-recent-card em {
  color: #aebbe0;
  font-size: 0.79rem;
  font-style: normal;
}

.support-help-box {
  border: 1px solid rgba(137, 150, 190, 0.28);
  border-radius: 14px;
  background: #171f30;
  padding: 0.74rem;
}

.support-help-quick-list {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.24rem;
}

.support-help-quick-item {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #dfe7ff;
  text-align: left;
  padding: 0.43rem 0.34rem;
  display: flex;
  justify-content: space-between;
}

.support-help-quick-item em {
  color: #8f9cc7;
  font-style: normal;
}

.support-pane.white {
  border-radius: 12px;
  border: 1px solid rgba(136, 149, 190, 0.34);
  background:
    radial-gradient(120% 140% at 12% -20%, rgba(122, 138, 214, 0.14), transparent 58%),
    linear-gradient(165deg, #171f33 0%, #141c2f 60%, #121a2c 100%);
  color: #e8efff;
  padding: 0.82rem;
}

.support-pane.white .muted {
  color: #9caad1;
}

.support-pane.white .support-widget-search-wrap input {
  background: #101829;
  border-color: rgba(137, 153, 201, 0.44);
  color: #eff4ff;
  font-weight: 600;
  line-height: 1.22;
  caret-color: #c2ceff;
}

.support-pane.white .support-widget-search-wrap input::placeholder {
  color: #9eadd6;
}

.support-pane.white .support-widget-search-wrap input:focus {
  border-color: rgba(167, 182, 236, 0.72);
  box-shadow: 0 0 0 3px rgba(124, 141, 220, 0.2);
  outline: none;
}

.support-pane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.support-message-thread-list {
  display: grid;
  gap: 0.42rem;
  max-height: 340px;
  overflow: auto;
}

.support-message-thread {
  border: 1px solid rgba(141, 154, 194, 0.34);
  border-radius: 10px;
  background: #151e31;
  padding: 0.56rem 0.64rem;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}

.support-message-thread strong {
  display: block;
  font-size: 0.93rem;
  color: #eef3ff;
}

.support-message-thread span {
  color: #a7b4da;
  font-size: 0.82rem;
}

.support-message-thread em {
  color: #9fb0db;
  font-style: normal;
  font-size: 0.8rem;
}

.support-send-btn {
  width: 100%;
  margin-top: 0.68rem;
  border-radius: 12px;
  padding: 0.66rem 0.78rem;
  background: linear-gradient(135deg, #a7b3e3 0%, #7e8fd5 100%);
  color: #10172a;
  border: 1px solid rgba(169, 183, 237, 0.74);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.support-send-btn:hover {
  filter: brightness(1.05);
}

.support-admin-inbox {
  margin-bottom: 0.64rem;
}

.support-admin-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.42rem;
}

.support-admin-head small {
  color: #9eb0da;
  font-weight: 700;
}

.support-collection-list,
.support-article-list {
  display: grid;
  gap: 0.34rem;
  margin-top: 0.48rem;
}

.support-collection-item,
.support-article-row {
  width: 100%;
  border: 1px solid rgba(141, 154, 194, 0.34);
  border-radius: 10px;
  background: #151e31;
  color: #edf3ff;
  padding: 0.58rem 0.66rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 0.45rem;
}

.support-collection-item strong {
  display: block;
  font-size: 1rem;
}

.support-collection-item span {
  display: block;
  color: #9fb0d7;
  font-size: 0.84rem;
}

.support-collection-item small {
  display: block;
  margin-top: 0.2rem;
  color: #8ea0cd;
  font-size: 0.78rem;
}

.support-collection-item em,
.support-article-row em {
  color: #aebde6;
  font-style: normal;
  font-weight: 700;
}

.support-back-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.support-back-row h4 {
  margin: 0;
}

.support-back-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(141, 158, 214, 0.42);
  background: #10182a;
  color: #d5e2ff;
  font-weight: 700;
}

.support-collection-head {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.1rem;
}

.support-collection-head strong {
  font-size: 1.15rem;
}

.support-collection-head span {
  color: #a5b4d9;
}

.support-collection-head small {
  color: #90a2cd;
}

.support-article-meta {
  margin: 0.34rem 0 0.4rem;
  color: #9eb0da;
  font-size: 0.83rem;
}

.support-article-content p {
  color: #e7efff;
  line-height: 1.45;
}

.support-article-content ul {
  margin: 0.2rem 0 0.5rem 1.05rem;
  color: #dce6ff;
}

.support-article-content hr {
  border: 0;
  border-top: 1px solid rgba(139, 153, 194, 0.32);
  margin: 0.8rem 0 0.7rem;
}

.support-article-content h5 {
  margin: 0 0 0.45rem;
  font-size: 1.18rem;
}

.support-note-box {
  border: 1px solid rgba(132, 197, 169, 0.5);
  border-radius: 10px;
  background: rgba(21, 47, 40, 0.72);
  color: #dbf5e8;
  padding: 0.66rem 0.72rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.support-compose-pane {
  border-radius: 12px;
  border: 1px solid rgba(127, 143, 198, 0.42);
  background:
    radial-gradient(120% 120% at 10% -20%, rgba(121, 139, 220, 0.23), transparent 56%),
    linear-gradient(160deg, #1a2237 0%, #151d30 56%, #121a2b 100%);
  color: #e8efff;
  padding: 0.78rem;
}

.support-compose-pane .support-back-row h4 {
  color: #eff4ff;
}

.support-compose-pane .support-back-btn {
  border-color: rgba(141, 158, 214, 0.4);
  background: rgba(19, 28, 47, 0.86);
  color: #d8e4ff;
}

.support-compose-pane .support-note-box {
  border: 1px solid rgba(133, 198, 170, 0.46);
  background: rgba(20, 48, 39, 0.62);
  color: #d8f4e8;
}

.support-compose-pane .support-compose-form label {
  color: #d8e3ff;
}

.support-compose-pane .support-compose-form input,
.support-compose-pane .support-compose-form textarea {
  border: 1px solid rgba(137, 153, 209, 0.45);
  background: #0e1627;
  color: #eef3ff;
}

.support-compose-pane .support-compose-actions .btn-ghost {
  border-color: rgba(140, 155, 204, 0.45);
  background: #111a2d;
  color: #d5e3ff;
}

.support-compose-pane .support-compose-actions .support-widget-primary {
  background: linear-gradient(135deg, #a8b3e4 0%, #7d8ed5 100%);
  border-color: rgba(166, 182, 236, 0.76);
  color: #10172a;
}

.support-compose-pane .support-compose-form input::placeholder,
.support-compose-pane .support-compose-form textarea::placeholder {
  color: #95a4cd;
}

.support-compose-pane .support-compose-form input:focus,
.support-compose-pane .support-compose-form textarea:focus {
  border-color: rgba(170, 185, 238, 0.68);
  box-shadow: 0 0 0 3px rgba(121, 139, 220, 0.2);
  outline: none;
}

.support-accordion {
  display: grid;
  gap: 0.35rem;
}

.support-accordion details {
  border: 1px solid #d6deef;
  border-radius: 9px;
  background: #fff;
  padding: 0.42rem 0.5rem;
}

.support-accordion summary {
  cursor: pointer;
  font-weight: 700;
}

.support-accordion p {
  margin: 0.44rem 0 0.1rem;
}

@media (max-width: 1100px) {
  :root {
    --ui-scale: 1.02;
  }

  .tokenpf-layout {
    grid-template-columns: 1fr;
  }

  .community-layout {
    grid-template-columns: 1fr;
  }

  .create-grid {
    grid-template-columns: 1fr;
  }

  .profile-layout-grid {
    grid-template-columns: 1fr;
  }

  .profile-follow-grid {
    grid-template-columns: 1fr;
  }

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

  .preview-card-create {
    position: static;
    top: auto;
  }

  .form-grid.three {
    grid-template-columns: 1fr;
  }

  .create-option-grid,
  .create-upload-specs {
    grid-template-columns: 1fr;
  }

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

  .tokenpf-chart-shell {
    min-height: 430px;
  }

  .tokenpf-chart-wrap {
    min-height: 430px;
  }

  .tokenpf-primary-amount b {
    font-size: 2.5rem;
  }

  .tokenpf-reward-summary b,
  .tokenpf-reward-share-box b {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .sidebar {
    width: 100px;
    padding-inline: 0.45rem;
  }

  .logo-title {
    display: none;
  }

  .side-link {
    justify-content: center;
    padding-inline: 0.4rem;
  }

  .side-link-label {
    display: none;
  }

  .side-footer {
    display: none;
  }

  .side-create-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0.55rem auto 0;
    border-radius: 12px;
    font-size: 0;
  }

  .side-create-btn::before {
    content: "+";
    color: #1a2136;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }

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

  .profile-stats-grid {
    grid-template-columns: 1fr;
  }

  .profile-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tokenpf-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tokenpf-chart-shell {
    grid-template-columns: 1fr;
    min-height: 390px;
  }

  .tokenpf-tools {
    display: none;
  }

  .tokenpf-chart-wrap {
    min-height: 390px;
  }

  .tokenpf-trade-card {
    padding: 0.65rem;
  }

  .tokenpf-primary-amount b {
    font-size: 2.15rem;
  }

  .tokenpf-reward-summary {
    grid-template-columns: 1fr;
  }

  .tokenpf-reward-share-box {
    text-align: left;
  }

  .community-identity {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .community-identity .btn-ghost {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .community-comment-form,
  .community-x-connect {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --ui-scale: 1;
  }

  .app-shell {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .side-nav {
    grid-template-columns: repeat(6, max-content);
    gap: 0.25rem;
  }

  .side-create-btn {
    display: none;
  }

  .main-pane {
    padding: 0.75rem;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .create-searchbar {
    max-width: 100%;
  }

  .top-actions {
    justify-content: space-between;
    gap: 0.35rem;
  }

  .profile-reward-summary-grid {
    grid-template-columns: 1fr;
  }

  .profile-trigger {
    min-width: 0;
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .top-action-btn {
    flex: 0 0 auto;
  }

  .wallet-hub-trigger {
    min-width: 0;
  }

  .wallet-hub-menu {
    width: min(95vw, 370px);
    right: -8px;
  }

  .deposit-modal-grid {
    grid-template-columns: 1fr;
  }

  .deposit-qr-wrap {
    max-width: 220px;
  }

  .profile-menu {
    right: 0;
    width: min(94vw, 360px);
  }

  .wallet-cluster {
    justify-content: flex-start;
  }

  .trend-scroll {
    grid-auto-columns: 220px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .tokenpf-head-copy h1 {
    font-size: 1.5rem;
  }

  .tokenpf-mcap-head h2 {
    font-size: 1.5rem;
  }

  .tokenpf-primary-amount b {
    font-size: 1.8rem;
  }

  .tokenpf-approx-line,
  .tokenpf-receive-line {
    font-size: 0.86rem;
  }

  .tokenpf-stat-strip {
    grid-template-columns: 1fr;
  }

  .tokenpf-chart-shell,
  .tokenpf-chart-wrap {
    min-height: 340px;
  }

  .profile-stat-row {
    grid-template-columns: 1fr;
  }

  .profile-balance-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-balance-right {
    text-align: left;
  }

  .form-grid.two {
    grid-template-columns: 1fr;
  }
}

@keyframes etherpumpLivePulse {
  0%,
  100% {
    border-color: rgba(125, 242, 170, 0.22);
    box-shadow: 0 0 0 rgba(125, 242, 170, 0), inset 0 0 0 1px rgba(125, 242, 170, 0.03);
  }

  50% {
    border-color: rgba(125, 242, 170, 0.62);
    box-shadow: 0 0 22px rgba(125, 242, 170, 0.13), inset 0 0 0 1px rgba(125, 242, 170, 0.1);
  }
}

@keyframes etherpumpDotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.68;
  }

  50% {
    transform: scale(1.32);
    opacity: 1;
  }
}

/* Pump.fun-style compact theme layer */
:root {
  --bg: #0b0b0d;
  --bg-soft: #101113;
  --panel: #151617;
  --panel-2: #1b1c1f;
  --line: #242529;
  --text: #f5f5f5;
  --muted: #9da0a6;
  --accent: #7df2aa;
  --accent-2: #58e58f;
  --green: #7df2aa;
  --danger: #ff6f7d;
  --ui-scale: 1;
}

html,
body {
  background: #0b0b0d;
  color: var(--text);
  font-family: Inter, "Sora", "Segoe UI", Arial, sans-serif;
}

body::selection {
  background: rgba(125, 242, 170, 0.3);
  color: #fff;
}

.app-shell,
.main-pane {
  background: #0b0b0d;
}

.sidebar {
  width: 188px;
  background: #111214;
  border-right: 1px solid #26272a;
  padding: 1rem 0.75rem;
  gap: 1rem;
}

.logo {
  font-size: 0.96rem;
  font-weight: 800;
}

.logo-mark {
  width: 24px;
  height: 24px;
  box-shadow: none;
}

.logo-name,
.logo-sep,
.logo-tld {
  color: #f4f4f5;
  text-shadow: none;
}

.sidebar-toggle,
.icon-btn,
.tokenpf-tools button,
.coin-search-close,
.modal-close {
  background: #1b1c1f;
  border-color: #2a2b2e;
  color: #9fa2a8;
  border-radius: 6px;
}

.side-nav {
  gap: 0.34rem;
}

.side-link {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  color: #f4f4f5;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.6rem 0.72rem;
}

.side-link:hover,
.side-link.active {
  background: #1b1c1f;
  color: #fff;
}

.side-link.active .side-icon,
.side-link:hover .side-icon {
  color: #7df2aa;
}

.side-create-btn,
.btn-primary,
.support-widget-primary,
.go-reward-card .btn-primary,
.go-submit-footer .btn-primary,
.alpha-modal-card .go-modal-actions .btn-primary,
.alpha-submit-card .btn-primary,
.community-x-connect .btn-primary,
.community-voice-card .btn-primary,
.create-submit-row .btn-primary,
.tokenpf-buy-sell-tabs button.active,
.tokenpf-trade-card .btn-primary,
.trade-inline button {
  background: #7eeaa8;
  border: 0;
  color: #07100a;
  border-radius: 8px;
  box-shadow: none;
  font-weight: 900;
}

.side-create-btn {
  margin-top: 0.65rem;
  padding: 0.72rem 0.85rem;
}

.side-create-btn:hover,
.btn-primary:hover,
.support-widget-primary:hover {
  background: #8df3b5;
  filter: none;
  transform: none;
  box-shadow: none;
}

.btn-ghost,
button,
.tag,
.top-action-btn,
.wallet-hub-trigger,
.profile-trigger,
.wallet-hub-card,
.support-widget-nav button,
.alpha-tabs button,
.go-tabs button,
.community-tabs button {
  background: #1b1c1f;
  border: 1px solid #2a2b2e;
  color: #f5f5f5;
  border-radius: 8px;
  box-shadow: none;
}

button:hover,
.btn-ghost:hover,
.tag:hover,
.top-action-btn:hover,
.wallet-hub-card:hover {
  background: #242528;
  border-color: #34363a;
  transform: none;
  box-shadow: none;
}

button:disabled,
.btn-primary:disabled {
  background: #2b2c30;
  color: #80838a;
  opacity: 0.76;
}

.promo-strip {
  height: 34px;
  border-bottom: 1px solid #26272a;
  background: #171819;
  color: #f4f4f5;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.promo-strip::after {
  content: "›";
  margin-left: 0.55rem;
  color: #b7bbc2;
}

.topbar,
.home-topbar,
.create-topbar {
  min-height: 66px;
  border-bottom: 1px solid #26272a;
  background: #101113;
  padding: 0.72rem clamp(1rem, 2.4vw, 2.1rem);
}

.search-wrap input,
.coin-search-input,
input,
select,
textarea,
.alpha-modal-card input,
.alpha-modal-card textarea,
.alpha-modal-card select,
.go-modal-card input,
.go-modal-card textarea,
.go-modal-card select,
.create-form input,
.create-form textarea,
.create-form select,
.trade-inline input {
  background: #1b1c1f;
  border: 1px solid #2c2d31;
  color: #f6f6f7;
  border-radius: 8px;
  box-shadow: none;
}

.search-wrap input {
  width: min(450px, 42vw);
  height: 42px;
  padding-left: 2.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #8e929a;
}

input:focus,
textarea:focus,
select:focus,
.alpha-modal-card input:focus,
.alpha-modal-card textarea:focus,
.alpha-modal-card select:focus {
  border-color: rgba(125, 242, 170, 0.62);
  box-shadow: 0 0 0 2px rgba(125, 242, 170, 0.1);
  outline: none;
}

.content-section,
.home-section,
.create-layout,
.tokenpf-layout,
.go-layout,
.alpha-layout,
.community-layout,
.profile-layout,
.support-page {
  max-width: 1480px;
}

.content-section {
  padding-inline: clamp(1rem, 3vw, 2.3rem);
}

.section-head h2,
.go-title-row h1,
.alpha-hero h1,
.create-form h1,
.tokenpf-title h1,
.community-hero h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}

.section-head {
  margin-bottom: 0.8rem;
}

.section-icon-pill {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.45rem;
  border-radius: 6px;
  background: rgba(125, 242, 170, 0.18);
  color: #7df2aa;
  font-size: 0.85rem;
}

.view-all-link {
  color: #c7c9cf;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.view-all-link:hover {
  color: #7df2aa;
}

.top-community-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.12rem;
  scrollbar-width: thin;
}

.top-community-card {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.54rem;
  padding: 0.5rem 0.58rem;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #171819;
  position: relative;
  overflow: hidden;
}

.top-community-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120px 70px at 12% 50%, rgba(125, 242, 170, 0.11), transparent 72%),
    linear-gradient(90deg, rgba(125, 242, 170, 0.05), transparent 34%);
  opacity: 0;
  transition: opacity 160ms ease;
}

.top-community-card::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #7df2aa;
  box-shadow: 0 0 0 4px rgba(125, 242, 170, 0.12);
  animation: etherpumpDotPulse 2.2s ease-in-out infinite;
  opacity: 0.82;
}

.top-community-card:hover {
  border-color: rgba(125, 242, 170, 0.5);
  background: #1b1c1f;
}

.top-community-card:hover::before,
.top-community-card:first-child::before {
  opacity: 1;
}

.top-community-card:first-child {
  animation: etherpumpLivePulse 3.1s ease-in-out infinite;
}

.top-community-rank {
  color: #a2a5ab;
  font-size: 0.72rem;
  font-weight: 900;
}

.top-community-card img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
}

.top-community-copy,
.top-community-stat {
  display: grid;
  min-width: 0;
}

.top-community-copy strong,
.top-community-stat b {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.08;
}

.top-community-copy small,
.top-community-stat small {
  color: #9da0a6;
  font-size: 0.72rem;
}

.top-community-stat {
  justify-items: end;
}

.top-community-stat .up {
  color: #67efa3;
}

.top-community-stat .down {
  color: #ff6f7d;
}

.trend-row {
  gap: 0.78rem;
}

.trend-item {
  min-width: 260px;
  max-width: 260px;
  background: transparent;
  border: 0;
}

.trend-media-link {
  border: 0;
  border-radius: 8px;
  background: #171819;
}

.trend-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

.trend-overlay strong,
.trend-copy strong {
  color: #fff;
}

.trend-copy span,
.trend-copy p,
.muted,
.create-subtitle,
.tokenpf-subtitle {
  color: #9da0a6;
}

.tag-row {
  gap: 0.36rem;
  padding: 0.35rem;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #171819;
  width: fit-content;
  max-width: 100%;
}

.tag {
  min-height: 34px;
  border: 0;
  background: transparent;
  color: #b6bac2;
  padding: 0.42rem 0.66rem;
  font-size: 0.82rem;
}

.tag.active {
  background: #7eeaa8;
  color: #07100a;
}

.coin-grid {
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  gap: 1rem;
}

.coin-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.coin-image-wrap,
.preview-card-create,
.tokenpf-header-art,
.community-banner,
.alpha-evidence-card,
.go-card-media {
  border-radius: 8px;
  overflow: hidden;
  background: #171819;
}

.coin-image-wrap {
  border: 1px solid #2a2b2e;
}

.coin-card:hover .coin-image-wrap {
  border-color: rgba(125, 242, 170, 0.78);
}

.coin-body {
  padding: 0.55rem 0 0;
}

.coin-head h3,
.coin-head span,
.coin-metric {
  color: #fff;
}

.coin-head h3 {
  font-size: 0.92rem;
}

.coin-metric {
  font-size: 0.92rem;
}

.coin-meta,
.coin-card p {
  color: #9da0a6;
  font-size: 0.78rem;
}

.coin-badge,
.chain-badge,
.trend-chain-badge,
.coin-chain-text,
.go-status-pill,
.go-token-pill,
.community-token-pill,
.alpha-chain-pill {
  border-radius: 999px;
  border: 1px solid #34363a;
  background: rgba(27, 28, 31, 0.9);
  color: #f4f4f5;
  box-shadow: none;
}

.chain-badge,
.trend-chain-badge,
.coin-chain-text,
.chain-badge.base,
.trend-chain-badge.base,
.coin-chain-text.base,
.chain-badge.monad,
.trend-chain-badge.monad,
.coin-chain-text.monad,
.chain-badge.sol,
.trend-chain-badge.sol,
.coin-chain-text.sol,
.coin-badge.quote-badge,
.trend-chain-badge.quote {
  border-color: rgba(125, 242, 170, 0.54);
  background: rgba(10, 41, 26, 0.9);
  color: #7df2aa;
}

.watch-btn {
  background: rgba(27, 28, 31, 0.92);
  border-color: #34363a;
}

.watch-btn.active {
  color: #7df2aa;
}

.panel-card,
.modal-card,
.wallet-picker-card,
.wallet-hub-menu,
.profile-menu,
.deposit-modal-card,
.edit-profile-card,
.preview-card,
.create-form,
.create-side,
.create-chain-card,
.tokenpf-header-card,
.tokenpf-chart-card,
.tokenpf-trade-card,
.tokenpf-side-card,
.community-shell,
.community-post-card,
.community-x-connect,
.community-side-card,
.community-voice-card,
.go-card,
.go-side-card,
.go-modal-card,
.go-submit-card,
.alpha-card,
.alpha-submit-card,
.alpha-side-card,
.alpha-modal-card,
.support-widget-card,
.support-recent-card,
.support-send-card {
  border: 1px solid #25262a;
  background: #151617;
  border-radius: 8px;
  box-shadow: none;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(2px);
}

.wallet-hub-menu,
.profile-menu {
  background: #151617;
}

.wallet-hub-card {
  background: #1b1c1f;
}

.wallet-hub-icon,
.profile-menu-item-icon,
.support-widget-icon,
.go-avatar,
.alpha-avatar,
.profile-avatar {
  background: #202125;
  color: #7df2aa;
  border: 1px solid #34363a;
}

.create-chain-card {
  background: #151617;
}

.create-chain-card.selected,
.create-chain-card:hover {
  border-color: #7df2aa;
  background: #112117;
}

.create-chain-card.disabled {
  opacity: 0.52;
  background: #151617;
}

.create-upload-card {
  background: #1b1c1f;
  border-color: #34363a;
  border-radius: 8px;
}

.upload-pick-btn {
  background: #7eeaa8;
  color: #07100a;
  border: 0;
  border-radius: 8px;
}

.tokenpf-chart-card {
  background: #151617;
}

.tokenpf-buy-sell-tabs {
  background: #1b1c1f;
  border-radius: 8px;
}

.tokenpf-buy-sell-tabs button {
  border: 0;
  background: transparent;
}

.tokenpf-buy-sell-tabs button.sell.active,
.trade-inline button.sell,
.btn-danger {
  background: #ff6f7d;
  color: #170506;
}

.tokenpf-side-card .btn-primary,
.community-voice-card .btn-primary,
.go-reward-card .btn-primary {
  width: 100%;
}

.community-hero,
.community-card-header,
.alpha-hero-card,
.go-top-bounty-card,
.alpha-pro-card,
.alpha-card.unlocked,
.alpha-pro-card.unlocked {
  background: linear-gradient(135deg, rgba(22, 48, 33, 0.72), #151617 58%);
  border-color: #2a4132;
}

.community-tabs,
.go-tabs,
.alpha-tabs {
  border-bottom-color: #25262a;
}

.community-tabs button.active,
.go-tabs button.active,
.alpha-tabs button.active {
  color: #fff;
  box-shadow: 0 2px 0 #7df2aa;
}

.go-feed {
  column-gap: 1rem;
}

.go-card {
  background: #151617;
}

.go-card-bottom strong,
.go-reward-card strong,
.go-rank-row strong,
.alpha-stat strong,
.go-top-bounty-card > strong {
  color: #7df2aa;
}

.go-progress span,
.tokenpf-progress-fill,
.bonding-fill {
  background: #7df2aa;
}

.airdrop-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.2fr);
  gap: 1rem;
  align-items: start;
  border: 1px solid #25262a;
  background: linear-gradient(135deg, #151617, #111214 64%);
  border-radius: 8px;
  padding: 1rem;
}

.airdrop-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 0.35rem;
  color: #7df2aa;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.airdrop-copy h2 {
  margin: 0 0 0.35rem;
}

.airdrop-copy p,
.airdrop-status,
.airdrop-summary span,
.airdrop-holder-balance {
  color: #a8a8ad;
}

.airdrop-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 150px auto;
  gap: 0.65rem;
  align-items: end;
}

.airdrop-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #cfd0d3;
}

.airdrop-form input,
.airdrop-form select {
  min-height: 42px;
  border: 1px solid #34363a;
  background: #1b1c1f;
  color: #fff;
  border-radius: 8px;
  padding: 0 0.8rem;
}

.airdrop-status {
  grid-column: 1 / -1;
  border-top: 1px solid #25262a;
  padding-top: 0.75rem;
  font-size: 0.88rem;
}

.airdrop-results {
  grid-column: 1 / -1;
}

.airdrop-summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #2a4132;
  background: #112117;
  border-radius: 8px;
  padding: 0.75rem;
}

.airdrop-summary span span,
.airdrop-summary strong span {
  color: #7df2aa;
}

.airdrop-holder-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.airdrop-holder-row {
  display: grid;
  grid-template-columns: 34px 130px 1fr auto;
  gap: 0.7rem;
  align-items: center;
  border: 1px solid #25262a;
  background: #151617;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
}

.airdrop-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #7df2aa;
  color: #07100a;
  font-weight: 800;
}

.airdrop-holder-address,
.airdrop-holder-row strong {
  color: #fff;
  font-weight: 800;
}

.airdrop-empty {
  border: 1px solid #25262a;
  background: #151617;
  color: #a8a8ad;
  border-radius: 8px;
  padding: 0.8rem;
}

.airdrop-page {
  width: min(1460px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 3vw, 2.2rem) 2.4rem;
}

.airdrop-main,
.airdrop-side {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.airdrop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  background: linear-gradient(135deg, rgba(22, 48, 33, 0.72), #151617 58%);
  border-color: #2a4132;
}

.airdrop-hero small,
.airdrop-builder-head small,
.airdrop-plan-head small,
.airdrop-flow-card small,
.airdrop-side-card small {
  color: #7df2aa;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airdrop-hero h1,
.airdrop-builder h2,
.airdrop-plan-head h2 {
  margin: 0.25rem 0 0.35rem;
  color: #fff;
  font-weight: 900;
}

.airdrop-hero p,
.airdrop-plan-head p,
.airdrop-side-card p,
.airdrop-empty-state p,
.airdrop-flow-card li {
  color: #a8a8ad;
}

.airdrop-hero-stats,
.airdrop-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0.55rem;
}

.airdrop-hero-stats span,
.airdrop-kpi-grid span {
  display: grid;
  gap: 0.25rem;
  border: 1px solid #25262a;
  background: rgba(11, 11, 13, 0.34);
  border-radius: 8px;
  padding: 0.75rem;
}

.airdrop-hero-stats b,
.airdrop-kpi-grid b {
  color: #7df2aa;
  font-size: 1.05rem;
}

.airdrop-hero-stats span,
.airdrop-kpi-grid small {
  color: #9da0a6;
  font-size: 0.78rem;
}

.airdrop-builder {
  display: grid;
  gap: 0.85rem;
}

.airdrop-builder-head,
.airdrop-plan-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.airdrop-builder-head > span {
  border: 1px solid #2a4132;
  background: #112117;
  color: #7df2aa;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.airdrop-results-panel {
  min-height: 300px;
}

.airdrop-empty-state {
  min-height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.airdrop-empty-icon {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  border: 2px solid #7df2aa;
  color: #fff;
  background: #112117;
  font-weight: 900;
}

.airdrop-plan-card {
  display: grid;
  gap: 1rem;
}

.airdrop-plan-head h2 span {
  color: #7df2aa;
}

.airdrop-plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.airdrop-holder-table {
  display: grid;
  border: 1px solid #25262a;
  border-radius: 8px;
  overflow: hidden;
}

.airdrop-table-head,
.airdrop-table-row {
  display: grid;
  grid-template-columns: 48px minmax(120px, 1.2fr) minmax(120px, 1fr) 90px minmax(120px, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.72rem 0.85rem;
}

.airdrop-table-head {
  background: #1b1c1f;
  color: #a8a8ad;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.airdrop-table-row {
  border-top: 1px solid #25262a;
  color: #d7d8dc;
}

.airdrop-table-row strong {
  color: #7df2aa;
}

.airdrop-flow-card,
.airdrop-side-card {
  display: grid;
  gap: 0.55rem;
}

.airdrop-flow-card ol {
  margin: 0;
  padding-left: 1.2rem;
}

.airdrop-chain-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.airdrop-chain-pills span {
  border: 1px solid rgba(125, 242, 170, 0.46);
  background: #112117;
  color: #7df2aa;
  border-radius: 999px;
  padding: 0.36rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.airdrop-official-token {
  min-height: 42px;
  width: min(460px, 52vw);
  display: inline-flex;
  align-items: center;
  border: 1px solid #2a4132;
  border-radius: 8px;
  background:
    radial-gradient(180px 60px at 100% 0%, rgba(125, 242, 170, 0.12), transparent 74%),
    #151617;
  color: #7df2aa;
  padding: 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 900;
}

.airdrop-token-lock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid #2a4132;
  border-radius: 8px;
  background:
    radial-gradient(280px 90px at 100% 0%, rgba(125, 242, 170, 0.12), transparent 70%),
    #101113;
  padding: 0.88rem;
}

.airdrop-token-lock div {
  display: grid;
  gap: 0.18rem;
}

.airdrop-token-lock small {
  color: #7df2aa;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.airdrop-token-lock strong {
  color: #fff;
  font-size: 1rem;
}

.airdrop-token-lock span {
  color: #9da0a6;
  font-size: 0.86rem;
}

.alpha-card-actions .btn-ghost,
.alpha-tip-options button {
  background: #1b1c1f;
}

.support-widget-card,
.support-page {
  background: #151617;
}

.alert {
  color: #7df2aa;
}

.alert.error,
.error,
.danger {
  color: #ff6f7d;
}

@media (max-width: 900px) {
  .sidebar {
    background: #111214;
  }

  .topbar,
  .home-topbar,
  .create-topbar {
    padding-inline: 0.8rem;
  }

  .search-wrap input {
    width: 100%;
  }

  .top-community-row {
    grid-auto-columns: minmax(220px, 76vw);
  }

  .airdrop-card,
  .airdrop-form {
    grid-template-columns: 1fr;
  }

  .airdrop-page,
  .airdrop-hero,
  .airdrop-hero-stats,
  .airdrop-kpi-grid {
    grid-template-columns: 1fr;
  }

  .airdrop-builder-head,
  .airdrop-plan-head {
    align-items: stretch;
    flex-direction: column;
  }

  .airdrop-table-head {
    display: none;
  }

  .airdrop-table-row {
    grid-template-columns: 32px 1fr;
  }

  .airdrop-table-row span:nth-child(n + 3),
  .airdrop-table-row strong {
    grid-column: 2;
  }

  .airdrop-holder-row {
    grid-template-columns: 28px 1fr;
  }

  .airdrop-holder-balance,
  .airdrop-holder-row strong {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .app-shell {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #26272a;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.7rem;
  }

  .side-nav {
    display: flex;
    overflow-x: auto;
  }

  .side-link {
    justify-content: center;
    min-width: 40px;
    padding: 0.58rem;
  }

  .side-link-label,
  .logo-title,
  .side-footer {
    display: none;
  }

  .side-create-btn {
    display: none;
  }

  .main-pane {
    padding: 0;
  }

  .topbar,
  .home-topbar,
  .create-topbar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Final community polish: compact Pump.fun-like live surfaces */
.community-layout {
  max-width: 1380px;
  gap: 1rem;
}

.community-hero,
.community-composer,
.community-post,
.community-side .panel-card,
.community-feed .panel-card {
  background: #151617;
  border: 1px solid #242529;
  border-radius: 8px;
  box-shadow: none;
}

.community-global .community-hero,
.community-composer {
  background:
    radial-gradient(520px 180px at 100% 0%, rgba(125, 242, 170, 0.13), transparent 62%),
    linear-gradient(180deg, #151617 0%, #111214 100%);
}

.community-global .community-hero,
.community-composer,
.community-hero:has(.community-token-img) {
  animation: etherpumpLivePulse 3.4s ease-in-out infinite;
}

.community-global .community-identity h1::before {
  border-color: #7df2aa;
  box-shadow: 0 0 0 4px rgba(125, 242, 170, 0.11), inset 0 0 0 4px #151617;
  animation: etherpumpDotPulse 2.2s ease-in-out infinite;
}

.community-token-img {
  border-color: #7df2aa;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(125, 242, 170, 0.12);
}

.community-cover {
  background-color: #101113;
  filter: saturate(1.02) contrast(1.03);
}

.community-tabs {
  border-top-color: #242529;
  gap: 1.35rem;
}

.community-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #a6a8ad;
  padding-inline: 0;
}

.community-tabs button.active {
  border-color: #7df2aa;
  color: #fff;
}

.community-x-pill,
.community-coin-pill {
  border-color: rgba(125, 242, 170, 0.34);
  background: rgba(125, 242, 170, 0.08);
  color: #7df2aa;
}

.community-steps li.complete::before {
  content: "\2713";
  background: #7df2aa;
  border-color: #7df2aa;
  color: #07100a;
}

.community-x-profile,
.community-x-connect input,
.community-composer textarea,
.community-comment-form input {
  background: #101113;
  border-color: #2a2b2e;
  color: #f5f5f5;
  border-radius: 8px;
}

.community-post {
  padding: 0.85rem 0.95rem;
  transition: border-color 160ms ease, background 160ms ease;
}

.community-post:hover {
  background: #171819;
  border-color: #34363a;
}

.community-post-avatar,
.community-x-profile img {
  border-color: #7df2aa;
}

.community-post-actions button:hover,
.community-post-actions a:hover,
.community-comment-form button:hover {
  color: #7df2aa;
  background: #1b1c1f;
}

.community-top-row {
  border-radius: 8px;
}

.community-top-row:hover {
  background: #1b1c1f;
}

.community-side .panel-card h3,
.community-side .panel-card strong {
  color: #fff;
}

.community-side .panel-card small,
.community-post-head span,
.community-author-line,
.community-comment span {
  color: #9da0a6;
}

/* Final support widget Pump.fun theme override */
.support-widget-overlay {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}

.support-widget-card.support-v2,
.support-widget-card {
  width: min(432px, calc(100vw - 28px));
  border: 1px solid #2a2b2e;
  border-radius: 10px;
  background: #151617;
  color: #f5f5f5;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
  overflow: hidden;
}

.support-widget-close {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid #34363a;
  border-radius: 8px;
  background: #1b1c1f;
  color: #f5f5f5;
  font-size: 0;
  box-shadow: none;
}

.support-widget-close::before {
  content: "X";
  font-size: 1rem;
  font-weight: 900;
}

.support-home-hero {
  margin: 0;
  border: 1px solid #2a4132;
  border-radius: 8px;
  background:
    radial-gradient(180px 90px at 88% 12%, rgba(125, 242, 170, 0.14), transparent 72%),
    linear-gradient(180deg, #171819 0%, #111214 100%);
  color: #fff;
  box-shadow: none;
  animation: etherpumpLivePulse 3.6s ease-in-out infinite;
}

.support-home-logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #34363a;
  background: #101113;
  box-shadow: none;
}

.support-home-logo img {
  width: 32px;
  height: 32px;
}

.support-home-avatars img {
  width: 34px;
  height: 34px;
  border: 2px solid #151617;
  box-shadow: 0 0 0 1px #34363a;
}

.support-home-hero h3,
.support-pane h4,
.support-back-row h4,
.support-collection-head strong {
  color: #fff;
  letter-spacing: 0;
  text-shadow: none;
}

.support-recent-card,
.support-send-card,
.support-help-box,
.support-pane.white,
.support-pane,
.support-compose-pane,
.support-message-thread,
.support-collection-item,
.support-article-row,
.support-accordion details {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #171819;
  color: #f5f5f5;
  box-shadow: none;
}

.support-send-card:hover,
.support-recent-card:hover,
.support-collection-item:hover,
.support-article-row:hover {
  border-color: rgba(125, 242, 170, 0.48);
  background: #1b1c1f;
  transform: none;
}

.support-send-card strong,
.support-recent-card strong,
.support-collection-item strong,
.support-article-row span,
.support-message-thread strong {
  color: #fff;
}

.support-send-card span,
.support-recent-card span,
.support-collection-item span,
.support-collection-item small,
.support-message-thread span,
.support-message-thread em,
.support-article-meta,
.support-collection-head span,
.support-collection-head small,
.support-article-content p,
.support-article-content ul {
  color: #9da0a6;
}

.support-widget-search-wrap input,
.support-pane.white .support-widget-search-wrap input,
.support-compose-pane .support-compose-form input,
.support-compose-pane .support-compose-form textarea {
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #101113;
  color: #f5f5f5;
  box-shadow: none;
}

.support-widget-search-wrap input::placeholder,
.support-pane.white .support-widget-search-wrap input::placeholder,
.support-compose-pane .support-compose-form input::placeholder,
.support-compose-pane .support-compose-form textarea::placeholder {
  color: #8e929a;
}

.support-widget-search-wrap input:focus,
.support-pane.white .support-widget-search-wrap input:focus,
.support-compose-pane .support-compose-form input:focus,
.support-compose-pane .support-compose-form textarea:focus {
  border-color: rgba(125, 242, 170, 0.62);
  box-shadow: 0 0 0 2px rgba(125, 242, 170, 0.1);
}

.support-help-quick-item,
.support-send-btn,
.support-back-btn,
.support-compose-pane .support-compose-actions .btn-ghost {
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #1b1c1f;
  color: #f5f5f5;
  box-shadow: none;
}

.support-help-quick-item:hover,
.support-send-btn:hover,
.support-back-btn:hover {
  border-color: rgba(125, 242, 170, 0.48);
  background: #242528;
}

.support-help-quick-item em,
.support-article-row em,
.support-collection-item em {
  color: #7df2aa;
}

.support-note-box,
.support-compose-pane .support-note-box {
  border: 1px solid #2a4132;
  border-radius: 8px;
  background: #112117;
  color: #c9f8dd;
}

.support-widget-primary,
.support-compose-pane .support-compose-actions .support-widget-primary,
.support-widget-nav button.active {
  border: 0;
  border-radius: 8px;
  background: #7eeaa8;
  color: #07100a;
  box-shadow: none;
}

.support-widget-nav {
  border-top: 1px solid #25262a;
  background: #151617;
  gap: 0.5rem;
}

.support-widget-nav button {
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #1b1c1f;
  color: #f5f5f5;
  box-shadow: none;
}

.support-widget-nav button:not(.active):hover {
  border-color: #34363a;
  background: #242528;
}

/* Normie onboarding hub */
.onboard-layout {
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 2.6vw, 2rem);
  display: grid;
  gap: 1rem;
}

.onboard-top-chip {
  min-height: 42px;
  width: min(460px, 52vw);
  display: inline-flex;
  align-items: center;
  border: 1px solid #2a4132;
  border-radius: 8px;
  background:
    radial-gradient(180px 60px at 100% 0%, rgba(125, 242, 170, 0.12), transparent 74%),
    #151617;
  color: #7df2aa;
  padding: 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 900;
}

.onboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1rem;
  align-items: end;
  border-color: #2a4132;
  background:
    radial-gradient(620px 220px at 100% 0%, rgba(125, 242, 170, 0.13), transparent 64%),
    linear-gradient(180deg, #151617 0%, #111214 100%);
  animation: etherpumpLivePulse 3.8s ease-in-out infinite;
}

.onboard-hero small,
.onboard-section-head small,
.onboard-side-card small,
.onboard-lesson span,
.onboard-sim-coin small,
.onboard-output-grid small,
.onboard-quest small,
.onboard-battle-card small,
.onboard-profile-card small {
  color: #7df2aa;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.onboard-hero h1 {
  max-width: 760px;
  margin: 0.22rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4.3vw, 4.2rem);
  line-height: 0.98;
}

.onboard-hero p,
.onboard-section-head p,
.onboard-side-card p,
.onboard-sim-coin p,
.onboard-quest p,
.onboard-battle-card p,
.onboard-profile-card p {
  color: #9da0a6;
}

.onboard-xp-card {
  display: grid;
  gap: 0.45rem;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #101113;
  padding: 0.9rem;
}

.onboard-xp-card span,
.onboard-xp-card small {
  color: #9da0a6;
}

.onboard-xp-card strong {
  color: #fff;
  font-size: 1.8rem;
}

.onboard-xp-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #242528;
}

.onboard-xp-bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #7df2aa;
  transition: width 180ms ease;
}

.onboard-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #151617;
  padding: 0.34rem;
  width: fit-content;
}

.onboard-tabs button {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #a6a8ad;
  padding: 0.5rem 0.85rem;
  font-weight: 900;
}

.onboard-tabs button.active {
  background: #7df2aa;
  color: #07100a;
}

.onboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  align-items: start;
}

.onboard-main,
.onboard-side,
.onboard-section-card {
  display: grid;
  gap: 0.85rem;
}

.onboard-section-head h2 {
  margin: 0.16rem 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.onboard-lesson-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.7rem;
}

.onboard-lesson,
.onboard-sim-coin,
.onboard-output-grid article,
.onboard-quest,
.onboard-battle-card,
.onboard-profile-card,
.onboard-status-grid span,
.onboard-sim-summary span {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #171819;
  padding: 0.85rem;
}

.onboard-lesson.complete,
.onboard-quest.complete {
  border-color: rgba(125, 242, 170, 0.45);
  background:
    radial-gradient(180px 80px at 100% 0%, rgba(125, 242, 170, 0.11), transparent 70%),
    #171819;
}

.onboard-lesson h3,
.onboard-sim-coin h3,
.onboard-output-grid p,
.onboard-quest h3,
.onboard-battle-card h3,
.onboard-side-card h3,
.onboard-profile-card h3 {
  margin: 0.22rem 0 0;
  color: #fff;
}

.onboard-sim-summary,
.onboard-output-grid,
.onboard-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.onboard-status-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.onboard-sim-summary b,
.onboard-status-grid b {
  display: block;
  color: #7df2aa;
  font-size: 1.4rem;
}

.onboard-sim-summary small,
.onboard-status-grid small {
  color: #9da0a6;
}

.onboard-sim-list,
.onboard-quest-list {
  display: grid;
  gap: 0.6rem;
}

.onboard-sim-coin,
.onboard-quest,
.onboard-battle-card,
.onboard-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}

.onboard-trade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.onboard-create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px auto;
  gap: 0.65rem;
  align-items: end;
}

.onboard-create-grid label {
  display: grid;
  gap: 0.35rem;
  color: #f5f5f5;
  font-size: 0.82rem;
  font-weight: 800;
}

.onboard-output-grid {
  grid-template-columns: 1fr 1fr;
}

.onboard-output-grid p {
  min-height: 72px;
  line-height: 1.45;
}

.onboard-battle-card {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.onboard-profile-avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid #7df2aa;
  border-radius: 999px;
  background: #112117;
  color: #fff;
  font-weight: 900;
}

.onboard-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.onboard-badge-list span {
  border: 1px solid rgba(125, 242, 170, 0.46);
  border-radius: 999px;
  background: #112117;
  color: #7df2aa;
  padding: 0.34rem 0.58rem;
  font-size: 0.76rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .onboard-hero,
  .onboard-grid,
  .onboard-create-grid,
  .onboard-output-grid,
  .onboard-battle-card {
    grid-template-columns: 1fr;
  }

  .onboard-top-chip {
    width: 100%;
  }

  .onboard-sim-summary {
    grid-template-columns: 1fr;
  }
}

/* Advanced onboarding arena */
.onboard-board {
  display: grid;
  gap: 1rem;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #151617;
  padding: 1rem;
}

.onboard-play-board {
  background:
    radial-gradient(720px 220px at 80% 0%, rgba(125, 242, 170, 0.08), transparent 70%),
    #151617;
}

.onboard-token-profile,
.onboard-trade-panel,
.onboard-activity,
.onboard-module,
.onboard-leaderboard,
.onboard-squad-card,
.onboard-fake-card,
.onboard-creator-form {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #101113;
}

.onboard-coin-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.onboard-coin-strip button {
  min-height: 62px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.1rem 0.55rem;
  align-items: center;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #171819;
  color: #f5f5f5;
  padding: 0.65rem;
  text-align: left;
  cursor: pointer;
}

.onboard-coin-strip button.active {
  border-color: rgba(125, 242, 170, 0.72);
  background: #112117;
}

.onboard-coin-strip button span {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #242528;
  color: #7df2aa;
  font-weight: 900;
}

.onboard-coin-strip button b,
.onboard-token-head h2,
.onboard-order-book h3,
.onboard-token-notes h3,
.onboard-activity h3,
.onboard-leaderboard h3,
.onboard-fake-card h3,
.onboard-squad-card h3 {
  color: #fff;
}

.onboard-coin-strip button small {
  grid-column: 2;
  color: #9da0a6;
  font-size: 0.76rem;
}

.onboard-trading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1rem;
  align-items: start;
}

.onboard-trading-main {
  min-width: 0;
}

.onboard-token-profile {
  overflow: hidden;
}

.onboard-token-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem;
  border-bottom: 1px solid #25262a;
}

.onboard-token-head img {
  width: 62px;
  height: 62px;
  border: 2px solid #7df2aa;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
}

.onboard-token-head small,
.onboard-chart-head small,
.onboard-token-metrics small,
.onboard-order-book small,
.onboard-module small,
.onboard-creator-form label,
.onboard-fake-card strong,
.onboard-leaderboard em,
.onboard-squad-card small {
  color: #9da0a6;
}

.onboard-token-head h2 {
  margin: 0.08rem 0;
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
}

.onboard-token-head p,
.onboard-token-notes p,
.onboard-activity p,
.onboard-fake-card p,
.onboard-squad-card p {
  margin: 0;
  color: #a8a8ad;
}

.onboard-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding: 1rem 1rem 0.6rem;
}

.onboard-chart-head strong {
  display: block;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.onboard-chart-head .green,
.onboard-chart-head .red {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 800;
}

.onboard-chart-head .green {
  color: #7df2aa;
}

.onboard-chart-head .red {
  color: #ff6f7d;
}

.onboard-chart-tabs {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.onboard-chart-tabs span {
  border-radius: 999px;
  border: 1px solid #2a2b2e;
  background: #171819;
  color: #a8a8ad;
  padding: 0.34rem 0.58rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.onboard-chart-tabs span.active {
  background: #7df2aa;
  color: #07100a;
  border-color: #7df2aa;
}

.onboard-chart-grid {
  height: 390px;
  margin: 0 1rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(48, minmax(5px, 1fr));
  gap: 3px;
  align-items: stretch;
  border-top: 1px solid #25262a;
  border-bottom: 1px solid #25262a;
  background:
    linear-gradient(#1d1f23 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #1d1f23 1px, transparent 1px) 0 0 / 8.333% 100%,
    #101113;
}

.onboard-chart-grid::before,
.onboard-chart-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dashed rgba(125, 242, 170, 0.62);
  pointer-events: none;
}

.onboard-chart-grid::before {
  top: 38%;
}

.onboard-chart-grid::after {
  top: 68%;
}

.onboard-candle {
  position: relative;
  display: block;
  height: 100%;
}

.onboard-candle i,
.onboard-candle b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 99px;
}

.onboard-candle i {
  width: 1px;
  background: currentColor;
}

.onboard-candle b {
  width: min(10px, 80%);
  min-height: 4px;
  background: currentColor;
}

.onboard-candle em {
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 15%;
  display: block;
  opacity: 0.36;
  background: currentColor;
}

.onboard-candle.green {
  color: #38df84;
}

.onboard-candle.red {
  color: #ff6f7d;
}

.onboard-trade-bubble {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid #101113;
  color: #07100a;
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.38);
}

.onboard-trade-bubble.buy {
  background: #7df2aa;
}

.onboard-trade-bubble.sell {
  background: #ff6f7d;
  color: #fff;
}

.onboard-token-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #25262a;
}

.onboard-token-metrics span {
  display: grid;
  gap: 0.18rem;
  padding: 0.85rem;
  border-right: 1px solid #25262a;
}

.onboard-token-metrics span:last-child {
  border-right: 0;
}

.onboard-token-metrics b {
  color: #fff;
}

.onboard-trade-panel {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  position: sticky;
  top: 1rem;
}

.onboard-tokenpf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 0.85rem;
  align-items: start;
}

.onboard-tokenpf-main {
  min-width: 0;
  display: grid;
  gap: 0.85rem;
}

.onboard-tokenpf-side {
  display: grid;
  gap: 0.85rem;
  position: sticky;
  top: 1rem;
}

.onboard-tokenpf-trade,
.onboard-tokenpf-card,
.onboard-tokenpf-trades,
.onboard-tokenpf-notes {
  background: #151617;
  border: 1px solid #25262a;
  border-radius: 8px;
}

.onboard-tokenpf-trade .tokenpf-buy-sell-tabs {
  border-radius: 8px;
  background: #1b1c1f;
}

.onboard-tokenpf-trade .tokenpf-buy-sell-tabs button.active {
  background: #7df2aa;
  color: #07100a;
}

.onboard-tokenpf-trade .tokenpf-buy-sell-tabs button.sell {
  color: #d8dadd;
}

.onboard-tokenpf-trade .tokenpf-primary-amount b {
  color: #fff;
}

.onboard-tokenpf-trade .tokenpf-trade-quick button:hover {
  background: #7df2aa;
  color: #07100a;
}

.onboard-tokenpf-trade .tokenpf-trade-input {
  background: #101113;
  border-color: #2a2b2e;
  color: #fff;
}

.onboard-tokenpf-card p,
.onboard-tokenpf-notes p {
  margin: 0;
  color: #a8a8ad;
}

.onboard-tokenpf-card .bonding-line {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #242528;
}

.onboard-tokenpf-card .bonding-line div {
  height: 100%;
  border-radius: inherit;
  background: #7df2aa;
}

.onboard-tx-table {
  display: grid;
  overflow: hidden;
  border: 1px solid #25262a;
  border-radius: 8px;
}

.onboard-tx-head,
.onboard-tx-row {
  display: grid;
  grid-template-columns: 86px minmax(90px, 1fr) minmax(120px, 1.2fr) minmax(90px, 1fr) 70px;
  gap: 0.6rem;
  align-items: center;
  padding: 0.58rem 0.7rem;
}

.onboard-tx-head {
  background: #1b1c1f;
  color: #9da0a6;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.onboard-tx-row {
  border-top: 1px solid #25262a;
  color: #d7d8dc;
}

.onboard-tx-row b {
  color: #fff;
}

.onboard-tx-row small {
  color: #9da0a6;
}

.onboard-buy-sell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #151617;
  padding: 0.3rem;
}

.onboard-buy-sell button,
.onboard-amount-grid button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #a8a8ad;
  min-height: 38px;
  font-weight: 900;
  cursor: pointer;
}

.onboard-buy-sell button.active,
.onboard-amount-grid button:hover {
  background: #7df2aa;
  color: #07100a;
}

.onboard-amount-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.onboard-amount-grid button {
  border: 1px solid #2a2b2e;
  background: #171819;
}

.onboard-wide {
  width: 100%;
}

.onboard-order-book,
.onboard-token-notes {
  display: grid;
  gap: 0.48rem;
  border-top: 1px solid #25262a;
  padding-top: 0.85rem;
}

.onboard-order-book span {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  border-radius: 6px;
  background: #171819;
  padding: 0.36rem 0.5rem;
}

.onboard-order-book span i {
  position: absolute;
  inset: 0 auto 0 0;
  background: rgba(125, 242, 170, 0.1);
  pointer-events: none;
}

.onboard-order-book span b,
.onboard-order-book span em {
  position: relative;
  z-index: 1;
  color: #f5f5f5;
  font-style: normal;
  font-size: 0.78rem;
}

.onboard-activity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  padding: 0.8rem;
}

.onboard-activity h3 {
  flex-basis: 100%;
  margin: 0;
}

.onboard-activity span {
  border: 1px solid #2a2b2e;
  border-radius: 999px;
  background: #171819;
  color: #f5f5f5;
  padding: 0.36rem 0.58rem;
  font-size: 0.78rem;
}

.onboard-activity small {
  color: #9da0a6;
}

.onboard-learning-map {
  display: grid;
  gap: 0.7rem;
}

.onboard-module {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem;
}

.onboard-module.complete {
  border-color: rgba(125, 242, 170, 0.48);
  background: #112117;
}

.onboard-module-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #7df2aa;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.onboard-module h3 {
  margin: 0.18rem 0;
  color: #fff;
}

.onboard-module p {
  margin: 0;
  color: #a8a8ad;
  line-height: 1.45;
}

.onboard-quiz-box {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
}

.onboard-quiz-box span {
  flex: 1 1 260px;
  color: #d7d8dc;
}

.onboard-quiz-feedback {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.55rem;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #171819;
  padding: 0.58rem 0.68rem;
}

.onboard-quiz-feedback.correct {
  border-color: rgba(125, 242, 170, 0.44);
  background: #112117;
}

.onboard-quiz-feedback.wrong {
  border-color: rgba(255, 111, 125, 0.34);
  background: rgba(54, 19, 24, 0.58);
}

.onboard-quiz-feedback b {
  color: #fff;
}

.onboard-quiz-feedback span {
  color: #a8a8ad;
}

.onboard-readiness-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.onboard-readiness-row span {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #101113;
  padding: 0.82rem;
}

.onboard-readiness-row b {
  display: block;
  color: #7df2aa;
  font-size: 1.4rem;
}

.onboard-creator-grid,
.onboard-compete-grid,
.onboard-belong-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
  align-items: start;
}

.onboard-creator-form {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
}

.onboard-create-board {
  background:
    radial-gradient(680px 260px at 78% 0%, rgba(125, 242, 170, 0.08), transparent 68%),
    #151617;
}

.onboard-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
  align-items: start;
}

.onboard-launch-form {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.onboard-launch-form label {
  display: grid;
  gap: 0.35rem;
  color: #f5f5f5;
  font-weight: 900;
}

.onboard-launch-form input,
.onboard-launch-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #101113;
  color: #fff;
  padding: 0.72rem 0.78rem;
  font: inherit;
}

.onboard-launch-form textarea {
  min-height: 116px;
  resize: vertical;
}

.onboard-launch-block,
.onboard-upload-zone,
.onboard-advanced-fields,
.onboard-launch-preview,
.onboard-launch-checks {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #101113;
}

.onboard-launch-block {
  padding: 0.8rem;
}

.onboard-launch-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.65rem;
}

.onboard-launch-head span,
.onboard-upload-zone small,
.onboard-launch-checks span,
.onboard-preview-body p {
  color: #9da0a6;
}

.onboard-launch-head strong,
.onboard-upload-zone h3,
.onboard-preview-body h3,
.onboard-preview-body strong,
.onboard-launch-checks h3 {
  color: #fff;
}

.onboard-launch-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.onboard-launch-options.model {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onboard-launch-options button {
  min-height: 70px;
  display: grid;
  gap: 0.16rem;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #171819;
  color: #f5f5f5;
  padding: 0.62rem;
  text-align: left;
  cursor: pointer;
}

.onboard-launch-options button.active {
  border-color: rgba(125, 242, 170, 0.72);
  background: #112117;
}

.onboard-launch-options button small {
  color: #9da0a6;
}

.onboard-form-grid.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.onboard-upload-zone {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(125, 242, 170, 0.08), transparent 42%),
    #101113;
}

.onboard-upload-preview {
  aspect-ratio: 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px dashed #34363a;
  border-radius: 8px;
  background: #171819;
  color: #7df2aa;
  font-weight: 900;
}

.onboard-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onboard-upload-zone p {
  margin: 0.25rem 0 0.7rem;
  color: #a8a8ad;
}

.onboard-advanced-fields {
  padding: 0.8rem;
}

.onboard-advanced-fields summary {
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.onboard-advanced-fields .onboard-form-grid,
.onboard-advanced-fields label,
.onboard-bonding-note {
  margin-top: 0.75rem;
}

.onboard-bonding-note {
  display: grid;
  gap: 0.22rem;
  border: 1px solid #2a4132;
  border-radius: 8px;
  background: #112117;
  padding: 0.75rem;
}

.onboard-bonding-note b {
  color: #fff;
}

.onboard-bonding-note span {
  color: #a8a8ad;
}

.onboard-launch-preview {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem;
  position: sticky;
  top: 1rem;
}

.onboard-preview-card {
  overflow: hidden;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #151617;
}

.onboard-preview-art {
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: #fff;
}

.onboard-preview-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onboard-preview-body {
  display: grid;
  gap: 0.45rem;
  padding: 0.75rem;
}

.onboard-preview-body div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
}

.onboard-preview-body h3,
.onboard-preview-body p {
  margin: 0;
}

.onboard-preview-body span {
  color: #cfd2d8;
  font-size: 0.78rem;
}

.onboard-preview-pills,
.onboard-launch-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.onboard-preview-pills span,
.onboard-launch-checks span {
  border: 1px solid #2a2b2e;
  border-radius: 999px;
  background: #171819;
  padding: 0.32rem 0.52rem;
  font-size: 0.74rem;
  font-weight: 900;
}

.onboard-launch-checks {
  padding: 0.75rem;
}

.onboard-launch-checks h3 {
  flex-basis: 100%;
  margin: 0 0 0.1rem;
}

.onboard-launch-checks span.done {
  border-color: rgba(125, 242, 170, 0.5);
  background: #112117;
  color: #7df2aa;
}

.onboard-creator-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 900;
}

.onboard-creator-form input,
.onboard-creator-form select {
  min-height: 44px;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  background: #171819;
  color: #fff;
  padding: 0 0.75rem;
}

.onboard-fake-card {
  overflow: hidden;
  padding: 0.85rem;
}

.onboard-fake-art {
  min-height: 220px;
  display: grid;
  place-items: center;
  margin: -0.85rem -0.85rem 0.8rem;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.7)),
    radial-gradient(circle at 50% 32%, #7df2aa 0 16%, transparent 17%),
    #242528;
  color: #101113;
  font-size: 4rem;
  font-weight: 900;
}

.onboard-fake-card strong {
  display: inline-flex;
  margin: 0.45rem 0;
  border: 1px solid rgba(125, 242, 170, 0.44);
  border-radius: 999px;
  color: #7df2aa;
  padding: 0.32rem 0.52rem;
}

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

.onboard-output-grid.advanced article {
  min-height: 150px;
}

.onboard-compete-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
}

.onboard-battle-stack {
  display: grid;
  gap: 0.75rem;
}

.onboard-battle-card {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.onboard-battle-card button {
  justify-self: stretch;
}

.onboard-leaderboard {
  display: grid;
  gap: 0.48rem;
  padding: 0.85rem;
}

.onboard-leaderboard h3 {
  margin: 0 0 0.35rem;
}

.onboard-leaderboard span {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #171819;
  padding: 0.48rem 0.55rem;
  color: #fff;
}

.onboard-leaderboard b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #7df2aa;
  color: #07100a;
}

.onboard-profile-card.advanced {
  grid-template-columns: 68px minmax(0, 1fr);
  padding: 1rem;
}

.onboard-profile-card.advanced .onboard-profile-avatar {
  width: 68px;
  height: 68px;
}

.onboard-squad-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.onboard-game-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
}

.onboard-player-card,
.onboard-unlock-card,
.onboard-zone-card {
  border: 1px solid #25262a;
  border-radius: 8px;
  background: #101113;
}

.onboard-player-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 1rem;
  background:
    radial-gradient(340px 140px at 92% 12%, rgba(125, 242, 170, 0.1), transparent 72%),
    #101113;
}

.onboard-player-card .onboard-profile-avatar {
  width: 78px;
  height: 78px;
  box-shadow: 0 0 0 8px rgba(125, 242, 170, 0.08);
}

.onboard-player-card h3,
.onboard-unlock-card h3,
.onboard-zone-card h3 {
  margin: 0.15rem 0;
  color: #fff;
}

.onboard-player-card p,
.onboard-unlock-card p,
.onboard-zone-card p {
  margin: 0;
  color: #a8a8ad;
}

.onboard-unlock-card {
  display: grid;
  align-content: center;
  gap: 0.28rem;
  padding: 1rem;
}

.onboard-unlock-card small,
.onboard-zone-card small {
  color: #7df2aa;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.onboard-zone-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.onboard-zone-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  position: relative;
  overflow: hidden;
  padding: 0.85rem;
}

.onboard-zone-card strong {
  grid-column: 1 / -1;
  color: #fff;
  font-size: 1.45rem;
}

.onboard-zone-card.unlocked {
  border-color: rgba(125, 242, 170, 0.44);
  background:
    radial-gradient(220px 120px at 100% 0%, rgba(125, 242, 170, 0.12), transparent 78%),
    #112117;
}

.onboard-zone-orb {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #7df2aa;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.onboard-zone-meter {
  height: 6px;
  overflow: hidden;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: #242528;
}

.onboard-zone-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #7df2aa;
}

@media (max-width: 1180px) {
  .onboard-trading-grid,
  .onboard-creator-grid,
  .onboard-compete-grid,
  .onboard-belong-grid,
  .onboard-launch-grid,
  .onboard-game-hero,
  .onboard-tokenpf-layout {
    grid-template-columns: 1fr;
  }

  .onboard-trade-panel {
    position: static;
  }

  .onboard-launch-preview,
  .onboard-tokenpf-side {
    position: static;
  }

  .onboard-coin-strip,
  .onboard-token-metrics,
  .onboard-output-grid.advanced,
  .onboard-zone-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .onboard-chart-head,
  .onboard-token-head,
  .onboard-module,
  .onboard-profile-card.advanced {
    grid-template-columns: 1fr;
  }

  .onboard-chart-head {
    align-items: start;
  }

  .onboard-chart-grid {
    height: 300px;
    grid-template-columns: repeat(32, minmax(5px, 1fr));
    overflow: hidden;
  }

  .onboard-coin-strip,
  .onboard-token-metrics,
  .onboard-output-grid.advanced,
  .onboard-readiness-row,
  .onboard-launch-options,
  .onboard-launch-options.model,
  .onboard-form-grid.two,
  .onboard-upload-zone,
  .onboard-zone-map,
  .onboard-player-card,
  .onboard-tx-head,
  .onboard-tx-row {
    grid-template-columns: 1fr;
  }

  .onboard-tx-head {
    display: none;
  }
}

/* Pump-r unified Pump.fun-style theme pass for GO, Alpha, Profile, and Support. */
body {
  background: #0b0b0d;
  color: #f5f5f5;
}

.app-shell,
.main-pane {
  background: #0b0b0d;
}

.sidebar {
  background: #111214;
  border-right-color: #242528;
}

.logo-mark {
  background: transparent;
  border-radius: 8px;
  object-fit: cover;
}

.logo-name,
.logo-sep,
.logo-tld,
.side-link-label {
  color: #f7f7f7;
}

.side-link {
  color: #f7f7f7;
  border-radius: 6px;
}

.side-link:hover,
.side-link.active {
  background: #1b1c1f;
  color: #fff;
  box-shadow: none;
}

.side-link.active .side-icon,
.side-link:hover .side-icon {
  color: #7df2aa;
}

.side-create-btn,
.btn-primary,
.top-action-btn,
.go-create-btn,
.go-release-btn,
.alpha-tip-cta,
.profile-follow-btn {
  background: #7df2aa;
  color: #07100a;
  border: 0;
  box-shadow: none;
}

.side-create-btn:hover,
.btn-primary:hover,
.top-action-btn:hover,
.go-create-btn:hover,
.alpha-tip-cta:hover,
.profile-follow-btn:hover {
  background: #8ff5b6;
  color: #07100a;
}

.promo-strip {
  background: #151617;
  border-color: #242528;
  color: #f7f7f7;
}

.topbar,
.create-topbar,
.search-shell,
.create-searchbar input,
.profile-menu,
.profile-trigger,
.wallet-balance-dropdown {
  background: #151617;
  border-color: #2a2b2f;
  color: #f7f7f7;
  box-shadow: none;
}

.panel-card,
.go-card,
.go-side-card,
.go-detail-head,
.go-modal-card,
.go-submit-card,
.go-description,
.alpha-hero,
.alpha-card,
.alpha-submit-card,
.alpha-side-card,
.alpha-modal-card,
.alpha-tip-modal,
.profile-layout-grid,
.profile-stat-item,
.profile-created-pane,
.profile-tab-content,
.profile-menu-item,
.profile-reward-summary-card,
.profile-follow-row,
.profile-balance-row,
.profile-mini-item,
.support-widget,
.support-home-card,
.support-help-list,
.support-message-card {
  background: #151617;
  border-color: #2a2b2f;
  color: #f7f7f7;
  box-shadow: none;
}

.go-card,
.alpha-card,
.profile-layout-grid,
.profile-tab-content,
.support-widget {
  border-radius: 8px;
}

.go-title-row h1,
.go-detail-head h1,
.go-section-title,
.alpha-hero h1,
.alpha-card h2,
.alpha-submit-card h3,
.profile-resolved-name,
.profile-created-head h3,
.support-widget h1,
.support-widget h2,
.support-widget h3 {
  color: #fff;
}

.go-title-row p,
.go-card-summary,
.go-card-meta,
.go-bounty-attach-copy,
.go-submit-footer,
.alpha-hero p,
.alpha-body,
.alpha-flow-list,
.alpha-comment-empty,
.profile-resolved-bio,
.profile-menu-meta,
.profile-balance-left span,
.support-widget p,
.support-note-box {
  color: #a8a8ad;
}

.go-tabs,
.profile-tabs {
  border-color: #242528;
}

.go-tabs button,
.profile-tab,
.btn-ghost {
  background: transparent;
  border-color: transparent;
  color: #a8a8ad;
  box-shadow: none;
}

.go-tabs button.active,
.profile-tab.active,
.go-tabs button:hover,
.profile-tab:hover {
  color: #fff;
}

.go-tabs button.active::after,
.profile-tab.active::after {
  background: #7df2aa;
}

.go-status-pill,
.go-top-bounty-label span,
.alpha-chain-pill,
.alpha-token-icon,
.alpha-score-badge,
.profile-avatar,
.profile-follow-avatar,
.support-home-logo {
  background: #112117;
  border-color: #43d987;
  color: #7df2aa;
}

.go-token-pill,
.alpha-contract-chip,
.alpha-confidence,
.profile-etherscan-link,
.profile-menu-share {
  background: #1b1c1f;
  border-color: #303238;
  color: #f7f7f7;
}

.go-progress,
.go-reward-progress,
.profile-reward-progress {
  background: #242528;
}

.go-progress span,
.go-reward-progress span,
.profile-reward-progress span {
  background: #7df2aa;
}

.go-modal-card,
.alpha-modal-card,
.alpha-tip-modal,
.edit-profile-card {
  background: #18191b;
  border: 1px solid #303238;
}

.go-modal-head,
.alpha-modal-head,
.edit-profile-head {
  border-bottom-color: #2a2b2f;
}

.go-modal-form input,
.go-modal-form textarea,
.go-modal-form select,
.alpha-modal-card input,
.alpha-modal-card textarea,
.alpha-modal-card select,
.profile-address-search input,
.edit-profile-card input,
.edit-profile-card textarea,
.support-widget input,
.support-widget textarea {
  background: #222326;
  border-color: #3a3b40;
  color: #fff;
}

.go-modal-form input:focus,
.go-modal-form textarea:focus,
.go-modal-form select:focus,
.alpha-modal-card input:focus,
.alpha-modal-card textarea:focus,
.alpha-modal-card select:focus,
.profile-address-search input:focus,
.edit-profile-card input:focus,
.edit-profile-card textarea:focus,
.support-widget input:focus,
.support-widget textarea:focus {
  border-color: #7df2aa;
  box-shadow: 0 0 0 1px rgba(125, 242, 170, 0.3);
}

.go-bounty-attach-shell,
.go-upload-drop,
.alpha-evidence-upload,
.profile-menu-header,
.support-help-list {
  background: #1b1c1f;
  border-color: #303238;
}

.go-info-strip,
.go-escrow-note,
.go-confirm-stack label,
.go-submit-terms span,
.alpha-author-strip,
.alpha-body,
.alpha-comments,
.profile-reward-list,
.profile-balance-list,
.profile-follow-list,
.support-note-box {
  background: #101113;
  border-color: #2a2b2f;
}

.go-rank-row:hover,
.go-person-rank-row:hover,
.alpha-hot-row:hover,
.profile-menu-item:hover,
.profile-follow-row:hover,
.profile-balance-row:hover,
.profile-mini-item:hover {
  background: #1b1c1f;
  border-color: #3a3b40;
}

.go-reward-card strong,
.go-top-bounty-card strong,
.go-rank-row b,
.go-person-rank-row b,
.alpha-score-badge strong,
.profile-stat-item b,
.profile-reward-summary-card b {
  color: #7df2aa;
}

.support-home-logo img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 10px;
}

.support-tabs button.active,
.support-tabs button:hover {
  background: #7df2aa;
  color: #07100a;
}

/* Create page final Pump.fun skin. */
.create-grid,
.create-form,
.create-form-pump,
.create-chain-card,
.create-upload-card,
.create-preview-card,
.create-math-card,
.create-result-row,
.created-card,
.deposit-card,
.edit-profile-card {
  background: #151617;
  border-color: #2a2b2f;
  color: #f7f7f7;
  box-shadow: none;
}

.create-intro h2,
.create-intro h3,
.create-form label,
.create-chain-head strong,
.create-preview-card h3,
.create-math-card strong,
.created-card h2 {
  color: #fff;
}

.create-subtle,
.create-chain-head,
.create-chain-hint,
.create-chain-option span,
.create-pumpverse-option span,
.create-upload-copy,
.create-preview-card p,
.create-math-card span,
.created-card p {
  color: #a8a8ad;
}

.create-searchbar input,
.create-form input,
.create-form textarea,
.create-form select,
.create-chain-option,
.create-pumpverse-option,
.create-upload-drop,
.create-upload-media,
.create-creator-summary,
.create-advanced-fields,
.create-bonding-note {
  background: #101113;
  border-color: #303238;
  color: #fff;
}

.create-form input:focus,
.create-form textarea:focus,
.create-form select:focus,
.create-searchbar input:focus {
  border-color: #7df2aa;
  box-shadow: 0 0 0 1px rgba(125, 242, 170, 0.3);
}

.create-chain-option:hover,
.create-pumpverse-option:hover {
  border-color: #3a3b40;
  background: #1b1c1f;
}

.create-chain-option.active,
.create-pumpverse-option.active {
  background: #112117;
  border-color: #43d987;
  color: #fff;
  box-shadow: none;
}

.create-chain-option.active strong,
.create-pumpverse-option.active strong,
.create-chain-hint,
.create-result-row.success strong {
  color: #7df2aa;
}

.create-chain-option.pumpverse,
.create-chain-option.pumpverse.active {
  background: #101113;
  border-color: #303238;
}

.create-chain-option.pumpverse.active {
  background: #112117;
  border-color: #43d987;
}

.create-upload-select-btn,
#launchSubmitBtn,
#saveEditProfileBtn,
#depositCopyBtn,
#copyTokenBtn {
  background: #7df2aa;
  color: #07100a;
  border: 0;
  box-shadow: none;
}

.create-upload-select-btn:hover,
#launchSubmitBtn:hover,
#saveEditProfileBtn:hover,
#depositCopyBtn:hover,
#copyTokenBtn:hover {
  background: #8ff5b6;
}

.create-chain-option.disabled,
.create-chain-option:disabled,
.create-pumpverse-option.disabled,
.create-pumpverse-option:disabled,
#launchSubmitBtn:disabled {
  opacity: 0.52;
  filter: grayscale(0.25);
}
