:root {
  --bg: #111214;
  --bg-soft: rgba(26, 28, 35, 0.94);
  --panel: rgba(24, 26, 31, 0.92);
  --panel-soft: rgba(34, 37, 44, 0.9);
  --panel-strong: rgba(42, 46, 56, 0.96);
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f6fb;
  --muted: #9aa2b6;
  --blue: #2f7df6;
  --blue-soft: #5fa4ff;
  --cyan: #3de1ff;
  --green: #42d392;
  --gold: #f4c24d;
  --red: #ff6b7a;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.34);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --font-display: "Montserrat", "Segoe UI", sans-serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

button {
  appearance: none;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(86, 151, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(77, 224, 195, 0.09), transparent 32%),
    linear-gradient(180deg, #17181d 0%, #0f1012 100%);
  color: var(--text);
  font-family: var(--font-body);
}

body {
  position: relative;
  overflow-x: hidden;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
}

.ambient--one {
  width: 260px;
  height: 260px;
  background: rgba(47, 125, 246, 0.24);
  top: 40px;
  left: 40px;
}

.ambient--two {
  width: 240px;
  height: 240px;
  background: rgba(61, 225, 255, 0.16);
  right: 8%;
  top: 22%;
}

.ambient--three {
  width: 300px;
  height: 300px;
  background: rgba(66, 211, 146, 0.12);
  right: 18%;
  bottom: 4%;
}

.layout {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 36px 24px 48px;
}

.brief {
  display: grid;
  gap: 18px;
}

.brand-block,
.info-panel {
  background: rgba(20, 22, 27, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.brand-block {
  padding: 28px;
}

.eyebrow,
.panel-label,
.micro-label {
  margin: 0 0 10px;
  color: var(--blue-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-block h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.summary {
  margin: 18px 0 0;
  color: #c3cad8;
  font-size: 15px;
  line-height: 1.65;
}

.info-panel {
  padding: 20px;
}

.chip-row,
.shortcut-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip,
.shortcut {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 10px 14px;
  font-size: 13px;
}

.chip--active,
.shortcut:hover,
.shortcut.is-active {
  background: linear-gradient(135deg, rgba(47, 125, 246, 0.26), rgba(95, 164, 255, 0.1));
  border-color: rgba(95, 164, 255, 0.45);
}

.shortcut {
  cursor: pointer;
}

.coverage-list {
  margin: 0;
  padding-left: 18px;
  color: #c7cfdd;
  display: grid;
  gap: 10px;
  line-height: 1.55;
}

.device-stage {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: 100%;
}

.device-caption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(17, 19, 24, 0.68);
  color: #d7dcec;
  backdrop-filter: blur(12px);
}

.stage-shortcut {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(95, 164, 255, 0.3);
  background: rgba(17, 19, 24, 0.72);
  color: #eef4ff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.stage-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.caption-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 18px rgba(61, 225, 255, 0.72);
}

.phone-shell {
  width: min(100%, 420px);
  padding: 14px;
  background: linear-gradient(160deg, rgba(48, 51, 61, 0.86), rgba(12, 13, 15, 0.96));
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.45);
  position: relative;
}

.phone-notch {
  position: absolute;
  width: 138px;
  height: 28px;
  border-radius: 0 0 18px 18px;
  background: #0a0b0d;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-screen {
  min-height: 812px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(47, 125, 246, 0.14), transparent 22%),
    linear-gradient(180deg, #1a1b20 0%, #121317 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

#app {
  min-height: 812px;
}

.screen {
  min-height: 812px;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
}

.screen--home {
  position: relative;
}

.status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fbfcff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px 14px;
}

.status-right {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.sig,
.wifi,
.bat {
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
}

.sig {
  width: 13px;
  height: 7px;
}

.wifi {
  width: 11px;
  height: 11px;
}

.bat {
  width: 18px;
  height: 9px;
  position: relative;
}

.bat::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  width: 2px;
  height: 5px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.94);
}

.wallet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.profile-cluster {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 30% 30%, #ffca95, transparent 30%),
    radial-gradient(circle at 50% 75%, #77442e, transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.profile-name {
  font-size: 14px;
  font-weight: 600;
}

.profile-sub {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.icon-cluster {
  display: inline-flex;
  gap: 10px;
}

.icon-button,
.back-button,
.ghost-button,
.filter-chip,
.segment button,
.list-arrow,
.sheet-option,
.network-pill,
.lang-button,
.tab-button,
.mini-button {
  cursor: pointer;
}

.icon-button,
.back-button,
.list-arrow,
.lang-button,
.mini-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
}

.icon-button--bare {
  background: transparent;
  border-color: transparent;
}

.icon-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.action-svg {
  width: 20px;
  height: 20px;
}

.screen-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 14px;
}

.screen-title {
  margin: 0;
  font-size: 27px;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.screen-subtitle {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.lang-button {
  width: auto;
  padding: 0 14px;
  gap: 8px;
}

.lang-button--welcome {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: #f4f4f7;
  font-size: 12px;
  font-weight: 500;
}

.flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #dd2b38;
  color: #ffd84d;
  font-size: 10px;
}

.auth-layout {
  flex: 1;
  padding: 10px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-layout--welcome {
  padding: 2px 12px 18px;
}

.auth-visual {
  margin: 18px auto 20px;
  width: 230px;
  height: 230px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 25%, rgba(47, 125, 246, 0.22), transparent 18%),
    radial-gradient(circle at 80% 22%, rgba(244, 194, 77, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(31, 33, 40, 0.9), rgba(21, 23, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.auth-visual--welcome {
  width: 248px;
  height: 248px;
  margin: 18px auto 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-sketch {
  width: 160px;
  height: 160px;
  opacity: 0.95;
}

.hero-sketch--welcome {
  width: 220px;
  height: 220px;
}

.auth-copy h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  font-family: var(--font-display);
}

.auth-copy p {
  margin: 12px 0 0;
  color: #c8cedb;
  font-size: 15px;
  line-height: 1.6;
}

.auth-copy--welcome h2 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.auth-copy--welcome p {
  max-width: 290px;
  color: #ececf0;
  font-size: 15px;
  line-height: 1.7;
}

.dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 18px 0 22px;
}

.dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.dots span.active {
  width: 22px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.dots--welcome {
  margin: 14px 0 20px;
}

.dots--welcome span {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.22);
}

.dots--welcome span.active {
  width: 18px;
  background: #ffffff;
}

.stack {
  display: grid;
  gap: 12px;
}

.stack--welcome {
  gap: 10px;
}

.primary-button,
.secondary-button,
.outline-button {
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.primary-button {
  background: linear-gradient(135deg, #2f7df6, #4f93ff);
  color: white;
  box-shadow: 0 14px 28px rgba(47, 125, 246, 0.28);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border-color: var(--line);
}

.outline-button {
  background: transparent;
  color: #dbe6ff;
  border-color: rgba(95, 164, 255, 0.4);
}

.primary-button:hover,
.secondary-button:hover,
.outline-button:hover {
  transform: translateY(-1px);
}

.terms {
  margin-top: 14px;
  color: #96a0b3;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.terms a {
  color: #c9dcff;
}

.terms--welcome {
  margin: 18px auto 0;
  max-width: 285px;
  color: #c4c8d2;
  font-size: 12px;
  line-height: 1.7;
}

.auth-help-link {
  width: 100%;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d7e4ff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.social-button--welcome {
  min-height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2f79d7, #2b6fc4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
}

.social-button__icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.social-svg {
  width: 18px;
  height: 18px;
}

.chevron-svg {
  width: 14px;
  height: 14px;
}

.auth-provider-card {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.auth-provider-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2f79d7, #2b6fc4);
  color: white;
}

.auth-provider-logo .social-svg {
  width: 24px;
  height: 24px;
}

.auth-provider-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.auth-provider-copy {
  max-width: 280px;
  margin: 10px auto 0;
}

.auth-account-option {
  align-items: flex-start;
}

.auth-account-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.auth-account-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(47, 121, 215, 0.18);
  color: #cfe0ff;
}

.auth-account-icon .social-svg {
  width: 18px;
  height: 18px;
}

.auth-account-main strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.auth-account-sub {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.card,
.hero-card,
.asset-card,
.action-card,
.banner-card,
.ticket-card,
.sheet,
.detail-card,
.partner-card,
.setting-card,
.security-card,
.success-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-card {
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(61, 225, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(30, 33, 41, 0.96), rgba(22, 24, 30, 0.98));
}

.hero-card--reference {
  padding: 10px 8px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.balance {
  text-align: center;
  margin-top: 6px;
}

.balance h2 {
  margin: 8px 0 6px;
  font-size: 44px;
  font-family: var(--font-display);
  letter-spacing: -0.05em;
}

.balance p {
  margin: 0;
  color: var(--green);
  font-size: 13px;
}

.balance--reference {
  margin-top: 18px;
}

.balance--reference h2 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #fffaf4;
}

.balance--reference p {
  color: #9a9faa;
  font-size: 11px;
}

.mini-gain {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  margin-left: 4px;
  border-radius: 6px;
  background: #79cf59;
  color: #12280e;
  font-size: 10px;
  font-weight: 800;
}

.chart {
  height: 110px;
  margin-top: 18px;
}

.chart svg {
  width: 100%;
  height: 100%;
}

.chart--reference {
  height: 126px;
  margin-top: 12px;
  padding: 0 4px;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.action-card {
  padding: 12px 8px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}

.quick-actions--reference {
  gap: 8px;
  margin-top: 6px;
  padding: 0 2px;
}

.quick-actions--reference .action-card {
  padding: 12px 6px 10px;
  border-radius: 16px;
  background: #222327;
  border: 1px solid rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.action-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(47, 125, 246, 0.24), rgba(61, 225, 255, 0.12));
  display: grid;
  place-items: center;
  font-weight: 700;
}

.quick-actions--reference .action-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  border-radius: 12px;
  background: transparent;
  color: #2f7df6;
}

.action-label {
  color: #d7deeb;
  font-size: 12px;
}

.quick-actions--reference .action-label {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
}

.home-divider {
  height: 1px;
  margin: 14px -16px 12px;
  background: rgba(255, 255, 255, 0.18);
}

.banner-card {
  margin-top: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.banner-card--reference {
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: #2b2c30;
}

.partner-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(61, 225, 255, 0.22), rgba(47, 125, 246, 0.22));
  display: grid;
  place-items: center;
  font-weight: 800;
}

.partner-badge--open {
  border-radius: 50%;
  background: linear-gradient(135deg, #0fe1d5, #2762ff);
  color: #071321;
}

.partner-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-title,
.list-title,
.ticket-title,
.partner-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.banner-copy,
.list-copy,
.ticket-copy,
.partner-copy,
.detail-copy {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.pill-button,
.yield-pill,
.status-pill,
.method-pill,
.tiny-pill,
.value-pill {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pill-button {
  min-height: 36px;
  padding: 0 16px;
  border: none;
  background: linear-gradient(135deg, #2f7df6, #5fa4ff);
  color: white;
  font-weight: 700;
}

.pill-button--reference {
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f7df6, #4d93ff);
  box-shadow: none;
}

.promo-tag {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 5px;
  margin-left: 4px;
  border-radius: 5px;
  background: #81d65f;
  color: #183310;
  font-size: 9px;
  font-weight: 800;
  vertical-align: middle;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 12px;
}

.carousel-dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.carousel-dots span.active {
  width: 14px;
  background: #ffffff;
}

.section-block {
  margin-top: 16px;
}

.section-block--reference {
  margin-top: 0;
  padding: 14px 14px 10px;
  background: #232428;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.section-header h3,
.section-header p {
  margin: 0;
}

.section-header h3 {
  font-size: 18px;
}

.section-header p {
  color: var(--muted);
  font-size: 12px;
}

.section-block--reference .section-header {
  margin-bottom: 10px;
}

.section-block--reference .section-header h3 {
  font-size: 17px;
  font-weight: 600;
}

.detail-card--otp-note {
  margin-top: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.list {
  display: grid;
  gap: 10px;
}

.list--reference {
  gap: 8px;
}

.list-row,
.asset-card,
.setting-row,
.network-row,
.contact-row,
.method-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.list-row,
.setting-row,
.contact-row,
.method-row {
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.list-row--reference {
  padding: 10px 12px;
  border: 0;
  border-radius: 16px;
  background: #292a2e;
}

.list-row--reference .list-title {
  font-size: 14px;
}

.list-row--reference .list-copy {
  font-size: 11px;
  color: #b7bcc8;
}

.open-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #d8d8dc;
  color: #2d2e33;
  font-size: 12px;
  font-weight: 700;
}

.asset-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.asset-card--reference {
  min-height: 78px;
  padding: 14px 14px 14px 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(40, 42, 48, 0.96), rgba(33, 35, 40, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.asset-card-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.asset-copy {
  min-width: 0;
}

.coin {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  overflow: hidden;
}

.asset-card--reference .coin {
  width: 48px;
  height: 48px;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.coin--hbar {
  background: linear-gradient(135deg, #0e1015, #30343f);
}

.coin--usdt {
  background: linear-gradient(135deg, #1bbd93, #08d6b5);
}

.coin--eth {
  background: linear-gradient(135deg, #5d6df8, #91b2ff);
}

.coin--bnb {
  background: linear-gradient(135deg, #ddaa15, #f2d35f);
  color: #17181d;
}

.coin--vnd {
  background: linear-gradient(135deg, #df4d61, #ff6d58);
}

.coin-logo {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

.row-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.asset-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f8f9fc;
}

.row-copy {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.asset-meta {
  margin: 4px 0 0;
  color: #9ca4b6;
  font-size: 11px;
  line-height: 1.4;
}

.asset-change {
  font-weight: 600;
}

.row-value {
  text-align: right;
}

.asset-values {
  text-align: right;
  margin-left: auto;
  flex-shrink: 0;
}

.row-value strong {
  display: block;
  font-size: 15px;
}

.asset-amount {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #f7f8fb;
}

.row-value span {
  color: var(--muted);
  font-size: 12px;
}

.asset-fiat {
  display: block;
  margin-top: 4px;
  color: #9ca4b6;
  font-size: 11px;
  line-height: 1.35;
  max-width: 104px;
}

.positive {
  color: var(--green);
}

.negative {
  color: var(--red);
}

.bottom-nav {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bottom-nav-wrap {
  margin-top: auto;
}

.home-tour-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 100px;
  z-index: 3;
  pointer-events: none;
}

.home-tour-tooltip {
  position: relative;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(95, 164, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(31, 34, 42, 0.98), rgba(22, 24, 30, 0.98));
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}

.home-tour-step {
  color: #8fb9ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-tour-tooltip h4 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-tour-tooltip p {
  margin: 10px 0 0;
  color: #c1c9d8;
  font-size: 13px;
  line-height: 1.6;
}

.home-tour-dots {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}

.home-tour-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.home-tour-dots span.active {
  width: 22px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.home-tour-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.home-tour-button {
  min-height: 42px;
  flex: 1;
  border-radius: 14px;
  font-size: 14px;
}

.home-tour-button--ghost {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.tab-button {
  background: transparent;
  border: none;
  color: #878b95;
  padding: 6px 0 2px;
  display: grid;
  justify-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tab-button.active {
  color: white;
}

.tab-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: currentColor;
}

.tab-icon .icon-svg {
  width: 20px;
  height: 20px;
}

.tab-button.active .tab-icon {
  color: #ffffff;
}

.segmented {
  display: inline-flex;
  padding: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 14px;
  gap: 4px;
}

.segment {
  display: inline-flex;
  gap: 4px;
}

.segment button {
  border: none;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
}

.segment button.active {
  color: white;
  background: linear-gradient(135deg, rgba(47, 125, 246, 0.34), rgba(95, 164, 255, 0.2));
}

.payment-segmented {
  width: 100%;
}

.payment-segmented .segment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.payment-entry-card {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.payment-entry-card strong {
  display: block;
  font-size: 14px;
}

.payment-mode-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.payment-mode-head h4 {
  margin: 0;
}

.payment-scanner {
  margin-top: 14px;
  height: 240px;
  border-radius: 22px;
  border: 1px solid rgba(95, 164, 255, 0.26);
  background:
    radial-gradient(circle at top center, rgba(61, 225, 255, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(19, 21, 27, 0.96), rgba(12, 14, 18, 0.98));
  display: grid;
  place-items: center;
}

.payment-scanner__frame {
  width: 150px;
  height: 150px;
  border-radius: 24px;
  border: 2px solid rgba(95, 164, 255, 0.75);
  box-shadow: 0 0 0 10px rgba(95, 164, 255, 0.08);
}

.payment-entry-card .helper {
  margin-top: 6px;
}

.payment-switch-button {
  width: 100%;
  margin-top: 14px;
}

.payment-options-stack {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.payment-option {
  margin-top: 12px;
}

.payment-options-stack .payment-option {
  margin-top: 0;
}

.network-pills,
.filter-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.network-pill,
.filter-chip {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #d6dded;
  padding: 9px 12px;
  font-size: 12px;
}

.network-pill.active,
.filter-chip.active {
  border-color: rgba(95, 164, 255, 0.46);
  background: rgba(47, 125, 246, 0.16);
}

.screen--assets {
  padding-bottom: 20px;
}

.assets-title-block {
  margin: 10px 0 12px;
}

.assets-title-block .screen-title {
  margin-bottom: 6px;
  font-size: 26px;
}

.assets-title-block .screen-subtitle {
  max-width: 290px;
  color: #9da5b7;
  line-height: 1.45;
}

.network-pills--assets {
  gap: 8px;
  margin-bottom: 14px;
}

.network-pills--assets .network-pill {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #cdd3de;
  font-size: 12px;
}

.network-pills--assets .network-pill.active {
  border-color: rgba(84, 142, 255, 0.55);
  background: rgba(47, 125, 246, 0.18);
  color: #ffffff;
}

.asset-list--reference {
  display: grid;
  gap: 12px;
}

.detail-card,
.sheet,
.security-card,
.success-card {
  padding: 16px;
}

.detail-head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.asset-price-block {
  margin-top: 16px;
}

.asset-price-block h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
}

.asset-price-block p {
  margin: 8px 0 0;
  color: #cfd7e6;
  font-size: 13px;
}

.timeframe-row {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.timeframe-pill {
  min-width: 48px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #d6dded;
  font-size: 12px;
  font-weight: 700;
}

.timeframe-pill.active {
  border-color: rgba(95, 164, 255, 0.46);
  background: rgba(47, 125, 246, 0.16);
  color: #ffffff;
}

.asset-chart-card {
  margin-top: 14px;
  padding: 12px 8px 4px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.asset-chart-card svg {
  display: block;
  width: 100%;
  height: 150px;
}

.detail-metric {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-box {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.metric-box strong {
  display: block;
  font-size: 14px;
}

.metric-box span {
  color: var(--muted);
  font-size: 12px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 13px;
  color: #dce3f1;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  min-height: 48px;
  border-radius: 16px;
  padding: 12px 14px;
  font: inherit;
}

.field textarea {
  min-height: 82px;
  resize: none;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.helper {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.toggle {
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  transition: background 0.2s ease;
}

.toggle::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  top: 3px;
  left: 3px;
  transition: transform 0.2s ease;
}

.toggle.is-on {
  background: linear-gradient(135deg, #2f7df6, #5fa4ff);
}

.toggle.is-on::after {
  transform: translateX(22px);
}

.sheet {
  margin-top: 12px;
}

.sheet-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--text);
  text-align: left;
}

.sheet-option + .sheet-option {
  margin-top: 10px;
}

.connected-account-row {
  justify-content: flex-start;
  cursor: default;
}

.yield-pill,
.status-pill,
.tiny-pill,
.method-pill,
.value-pill {
  min-height: 24px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
}

.yield-pill,
.tiny-pill {
  background: rgba(66, 211, 146, 0.16);
  color: #8ff1c0;
}

.status-pill {
  background: rgba(47, 125, 246, 0.18);
  color: #caddff;
}

.method-pill {
  background: rgba(244, 194, 77, 0.16);
  color: #ffd973;
}

.value-pill {
  background: rgba(255, 255, 255, 0.06);
  color: #d7deeb;
}

.partner-list,
.ticket-list,
.settings-list {
  display: grid;
  gap: 10px;
}

.partner-card,
.ticket-card,
.setting-card {
  padding: 14px;
}

.partner-card {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.earn-list {
  display: grid;
  gap: 10px;
}

.earn-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.partner-card .partner-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.partner-logo {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(47, 125, 246, 0.28), rgba(61, 225, 255, 0.18));
}

.earn-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.earn-logo--open-campus {
  background: linear-gradient(135deg, #0fe1d5, #2762ff);
  color: #071321;
}

.earn-logo--kea-credit {
  background: linear-gradient(135deg, #17355a, #406cff);
  color: #eff4ff;
}

.earn-logo--bonzo {
  background: linear-gradient(135deg, #2a2f39, #0e1016);
  color: #eff4ff;
}

.mini-apy-tag {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 6px;
  margin-left: 6px;
  border-radius: 5px;
  background: #81d65f;
  color: #183310;
  font-size: 9px;
  font-weight: 800;
  vertical-align: middle;
}

.ticket-card {
  display: grid;
  gap: 12px;
}

.ticket-banner {
  min-height: 120px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(95, 164, 255, 0.36), transparent 22%),
    radial-gradient(circle at 80% 30%, rgba(244, 194, 77, 0.24), transparent 18%),
    linear-gradient(135deg, #21458d, #1d9df3 85%);
  position: relative;
  overflow: hidden;
}

.ticket-banner::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 38% 62% 53% 47%;
  transform: rotate(14deg);
}

.ticket-meta,
.purchase-summary {
  display: grid;
  gap: 10px;
}

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

.meta-box {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.meta-box strong {
  display: block;
  font-size: 13px;
}

.meta-box span {
  color: var(--muted);
  font-size: 12px;
}

.barcode {
  margin-top: 6px;
  height: 86px;
  border-radius: 16px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.88) 0,
      rgba(255, 255, 255, 0.88) 3px,
      transparent 3px,
      transparent 8px
    );
}

.success-card {
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(66, 211, 146, 0.2), transparent 25%),
    linear-gradient(180deg, rgba(28, 31, 37, 0.96), rgba(20, 22, 28, 0.98));
}

.success-icon {
  width: 66px;
  height: 66px;
  margin: 4px auto 14px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 26px;
  background: linear-gradient(135deg, rgba(66, 211, 146, 0.28), rgba(95, 164, 255, 0.24));
}

.success-card h3 {
  margin: 0;
  font-size: 24px;
}

.success-card p {
  margin: 10px 0 0;
  color: #c2cad8;
  line-height: 1.55;
}

.security-grid {
  display: grid;
  gap: 12px;
}

.security-card h4,
.setting-card h4,
.detail-card h4,
.sheet h4 {
  margin: 0;
  font-size: 16px;
}

.security-card p,
.setting-card p,
.detail-card p,
.sheet p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.setting-row {
  width: 100%;
  border: none;
  color: var(--text);
  text-align: left;
}

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

.split-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.spacer-sm {
  height: 8px;
}

.notification-badge {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f54659;
  color: white;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
}

.notification-icon {
  position: relative;
}

.notification-icon .notification-badge {
  position: absolute;
  right: -5px;
  top: -4px;
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 12px 0;
}

.otp-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.otp-box {
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(95, 164, 255, 0.24);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: #d7deeb;
}

.summary-line span:last-child,
.summary-line strong:last-child {
  text-align: right;
}

.summary-line strong {
  font-size: 14px;
}

.ghost-button {
  min-height: 42px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 10px 12px;
}

.screen-content {
  display: grid;
  gap: 12px;
}

.footnote {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.right-hint {
  color: #cad8ff;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .layout {
    padding: 24px 16px 36px;
  }
}

@media (max-width: 640px) {
  .layout {
    padding: 18px 10px 28px;
  }

  .brief {
    display: none;
  }

  .phone-shell {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
  }

  .phone-screen,
  .screen,
  #app {
    min-height: 88vh;
  }
}
