/* Chrome and smoked glass, with sparse soda-orange highlights. */
@font-face {
  font-family: Sora;
  src: url('/assets/sora-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #000000;
  --panel: #0e0e0e;
  --raised: #262626;
  --line: #2b2b2b;
  --muted: #999999;
  --text: #f6f6f6;
  --purple: #e0e0e0;
  --purple-hover: #ffffff;
  --accent: #ff8200;
  --accent-light: #ffad42;
  --glass-surface:
    linear-gradient(160deg, #ffffff12, #ffffff00 38%), linear-gradient(120deg, #282828cc, #111111e6);
  --glass-edge: #ffffff26;
  --glass-shine: inset 0 1px #ffffff24, inset 0 -1px #ffffff06;
}
body {
  background: #000000;
  color: var(--text);
}
::selection {
  background: var(--accent-light);
  color: #050505;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline-color: var(--accent-light);
}
.sidebar {
  background: linear-gradient(110deg, #111111, #050505 80%);
  border-right-color: #272727;
}
.nav-bottom {
  background: #060606;
  padding-top: 12px;
  border-top: 1px solid #ffffff0b;
}
.brand-row {
  padding-left: 10px;
}
.brand {
  font-size: 18px;
  gap: 6px;
  letter-spacing: -0.8px;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  mix-blend-mode: screen;
}
.brand span {
  color: #f3f3f3;
}
.collapse-button {
  color: #949494;
}
.sidebar.collapsed .brand-row {
  padding: 0 10px;
}
.sidebar.collapsed .brand img {
  width: 42px;
  height: 42px;
}
.nav-link {
  color: #bcbcbc;
}
.nav-link.active {
  background: var(--glass-surface);
  box-shadow:
    var(--glass-shine),
    inset 2px 0 var(--accent);
  color: #f6f6f6;
}
.nav-link.active > .icon {
  color: var(--accent);
}
.nav-link:hover {
  background-color: #222222;
  color: #ffffff;
}
.new-chat > .icon {
  background: var(--glass-surface);
  color: var(--accent);
  box-shadow:
    var(--glass-shine),
    inset 0 0 0 1px var(--glass-edge);
}
.new-chat:hover {
  background: #1e1e1e;
}
.group-label {
  color: #848484;
}
.nav-link > .icon {
  color: #959595;
}
.connect-button {
  box-shadow:
    0 2px 9px #00000088,
    inset 0 1px #ffffff;
}
.topbar {
  background: #050505;
  border-color: #262626;
}
.breadcrumbs strong {
  color: #ebebeb;
}
.topbar .mobile-menu {
  background: #191919;
  color: #e9e9e9;
  border-color: #404040;
}
.source-note {
  color: #939393;
}
.status-dot {
  background: #c9c9c9;
  box-shadow: 0 0 8px #c9c9c922;
}
.button {
  position: relative;
  border-radius: 8px;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.button:active:not(:disabled) {
  transform: translateY(1px) scale(0.985);
}
.button.primary {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 44%, #b9b9b9 100%);
  color: #0c0c0c;
  border: 1px solid #e9e9e9;
  font-weight: 600;
  box-shadow:
    inset 0 1px 0 #ffffff,
    0 4px 12px #00000044;
}
.button.primary:hover {
  background: linear-gradient(135deg, #ffffff, #f4f4f4 50%, #d0d0d0);
  box-shadow:
    inset 0 1px #ffffff,
    0 0 24px #dadada19;
}
.button.light {
  background: linear-gradient(120deg, #ffffff, #e0e0e0);
  color: #0e0e0e;
  border-color: #e0e0e0;
}
.button.ghost {
  background: var(--glass-surface);
  border-color: var(--glass-edge);
  color: #dcdcdc;
  box-shadow:
    var(--glass-shine),
    0 4px 14px #00000033;
  backdrop-filter: blur(12px) saturate(1.35);
}
.button.ghost:hover:not(:disabled) {
  background-color: #353535;
  border-color: #ff820080;
  box-shadow:
    var(--glass-shine),
    0 4px 14px #00000033;
}
.icon-button:hover {
  background: #2a2a2a;
}
.tab.active {
  background: var(--glass-surface);
  box-shadow:
    var(--glass-shine),
    inset 0 0 0 1px var(--glass-edge);
  color: var(--accent);
}
.tabs {
  background: #111111;
  border-color: #2e2e2e;
}
.tab {
  color: #9b9b9b;
}
.tab:hover {
  background: #262626;
}
.badge {
  color: #d9d9d9;
  background: #2b2b2b;
}
.search-box {
  background: linear-gradient(135deg, #181818, #0d0d0d);
  border-color: #363636;
  box-shadow: inset 0 1px #ffffff07;
}
.search-box:focus-within {
  border-color: var(--accent);
  outline: 1px solid var(--accent);
  box-shadow: 0 0 0 4px #ff820012;
}
.search-box input {
  color: #f0f0f0;
}
.filter-count {
  background: var(--accent-light);
  color: #111111;
}
.input {
  background: #181818;
  border-color: #3c3c3c;
  color: #ececec;
}
.input:focus {
  border-color: var(--accent);
}
.filter-check input {
  accent-color: var(--accent);
}
/* One sculptural centerpiece, surrounded by a restrained trading workspace. */
.bankr-hero {
  position: relative;
  isolation: isolate;
  background: #050505;
  min-height: 430px;
  border-radius: 16px;
  border-color: #383838;
  box-shadow:
    inset 0 1px #ffffff14,
    0 24px 65px #00000099;
  grid-template-columns: 1.02fr 1fr;
  overflow: hidden;
}
.bankr-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 90% 0%, #82828214, transparent 55%),
    linear-gradient(125deg, #ffffff05, transparent 38%);
  pointer-events: none;
}
.bankr-hero-copy {
  padding: 36px 0 36px 32px;
  z-index: 3;
}
.hero-announcement {
  color: #c2c2c2;
  background: var(--glass-surface);
  border: 1px solid var(--glass-edge);
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 10px;
  gap: 8px;
  box-shadow: var(--glass-shine);
}
.announcement-signal {
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 7px #ff820044;
}
.bankr-hero h1 {
  font-family: Sora, Inter, sans-serif;
  font-size: 35px;
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: -1.7px;
  margin: 24px 0 18px;
  color: #f7f7f7;
  text-wrap: balance;
}
.bankr-hero-copy > p {
  color: #9d9d9d;
  font-size: 13px;
  line-height: 1.85;
  max-width: 370px;
}
.hero-actions {
  margin-top: 28px;
  gap: 9px;
}
.hero-actions .button {
  min-height: 42px;
  padding: 11px 13px;
  font-size: 12px;
}
.hero-actions .button.ghost {
  border-color: var(--accent);
}
.hero-actions .button.primary {
  box-shadow:
    inset 0 1px #ffffff,
    0 4px 24px #dddddd10;
}
.bankr-hero-art {
  position: relative;
  min-height: 430px;
  background: #000000;
  isolation: isolate;
  perspective: 1000px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000000 12%);
}
.chrome-artwork {
  position: absolute;
  inset: 0 0 58px;
  transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0) rotateX(var(--art-rx, 0deg))
    rotateY(var(--art-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: auto;
}
.chrome-artwork > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  opacity: 1;
  mask-image: none;
}
.chrome-glint {
  position: absolute;
  inset: -35%;
  background: linear-gradient(
    112deg,
    transparent 40%,
    #ffffff00 43%,
    #ffffffff 48%,
    #ffffff44 50%,
    transparent 53%
  );
  mix-blend-mode: soft-light;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-90%) rotate(-5deg);
  z-index: 1;
}
.bankr-hero-art:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    260px circle at var(--light-x, 65%) var(--light-y, 40%),
    #ff82000d,
    transparent 75%
  );
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}
.bankr-hero-art[data-lit]:after {
  opacity: 1;
}
.bankr-hero-art .hero-stats {
  inset: auto 18px 22px;
  padding: 16px 8px;
  border-color: #d8d8d822;
  border-top-color: #d8d8d842;
  background: linear-gradient(135deg, #272727bc, #0a0a0ad9);
  backdrop-filter: blur(22px) saturate(0.8);
  box-shadow:
    inset 0 1px #ffffff0b,
    0 8px 30px #00000077;
  border-radius: 10px;
  z-index: 3;
}
.bankr-hero-art .hero-stats:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 32%;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  pointer-events: none;
}
.hero-stat {
  border-right-color: #cfcfcf21;
}
.hero-stat span {
  color: #a5a5a5;
  font-size: 9px;
}
.hero-stat strong {
  font-size: 21px;
  color: #f8f8f8;
  font-weight: 550;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}
.launch-feature {
  border-color: #363636;
  border-radius: 14px;
  background: #0e0e0e;
  box-shadow: inset 0 1px #ffffff12;
}
.launch-feature-art {
  height: 140px;
  background: #000;
  padding-left: 28px;
  isolation: isolate;
  overflow: hidden;
}
.launch-feature-art:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, #bdbdbd17, transparent 47%),
    radial-gradient(ellipse at 80% 100%, #b0b0b012, transparent 60%);
  z-index: -1;
}
.feature-wordmark {
  mix-blend-mode: screen;
  font-family: Sora, Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.8px;
  gap: 10px;
  color: #f2f2f2;
}
.feature-wordmark > img {
  width: 50px;
  height: 50px;
  mix-blend-mode: screen;
}
.feature-wordmark > span {
  border-color: #5b5b5b;
  color: #adadad;
  font-size: 12px;
  font-family: Inter, sans-serif;
}
.feature-rocket {
  width: 360px;
  height: 250px;
  top: -54px;
  right: 0;
  object-fit: cover;
  opacity: 0.95;
  mix-blend-mode: screen;
  transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  mask-image: linear-gradient(90deg, transparent, #000000 25%, #000000 85%, transparent);
}
.launch-feature-copy {
  padding: 20px 24px;
  background: linear-gradient(105deg, #151515, #0a0a0a);
  border-top: 1px solid #373737;
}
.launch-feature-copy p {
  color: #9a9a9a;
  font-size: 12px;
}
.launch-feature-copy h2 {
  color: #f2f2f2;
}
.section-head h2 {
  font-weight: 550;
  letter-spacing: -0.5px;
}
.view-all {
  color: #b4b4b4;
}
.view-all:hover {
  color: var(--accent);
}
/* Warm reflections on neutral market panels keep the numbers easy to scan. */
.project-card,
.token-card {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a, #0b0b0b 70%);
  border-color: #313131;
  box-shadow:
    inset 0 1px #ffffff0c,
    0 6px 20px #00000022;
  transition:
    background 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.project-card:before,
.token-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s,
    left 0.5s;
}
.project-card:hover,
.token-card:hover {
  background: linear-gradient(135deg, #212121, #0f0f0f 70%);
  border-color: #5c5c5c;
  box-shadow:
    inset 0 1px #ffffff15,
    0 10px 25px #00000044;
  transform: none;
}
.project-card:hover:before,
.token-card:hover:before {
  left: 30%;
  opacity: 1;
}
.project-heading .ticker,
.project-description {
  color: #9a9a9a;
}
.project-badges .badge {
  color: #cccccc;
  background: #2d2d2d;
  border: 1px solid #414141;
}
.project-stats,
.token-meta {
  border-color: #353535;
}
.project-stats span,
.token-meta {
  color: #8d8d8d;
}
.project-heading > .token-avatar {
  border-color: #474747;
  box-shadow: 0 0 0 3px #00000055;
}
.live-avatar {
  background: linear-gradient(140deg, #353535, #151515);
  color: #e6e6e6;
}
.token-numbers > span {
  color: #9a9a9a;
}
.token-name small {
  color: #9a9a9a;
}
.token-name strong {
  color: #f5f5f5;
}
.quick-buy button {
  background: linear-gradient(150deg, #353535, #1f1f1f);
  border-color: #454545;
  color: #cfcfcf;
  box-shadow: inset 0 1px #ffffff08;
}
.quick-buy button:hover:not(:disabled) {
  background: var(--glass-surface);
  border-color: var(--accent);
  color: var(--accent-light);
  box-shadow: var(--glass-shine);
}
.data-table-wrap {
  background: #0a0a0a;
  border-color: #333333;
  box-shadow: inset 0 1px #ffffff10;
}
.data-table thead {
  background: linear-gradient(#1e1e1e, #141414);
}
.data-table th {
  color: #949494;
  border-color: #313131;
}
.data-table td {
  border-color: #292929;
  color: #e2e2e2;
}
.data-table tbody tr:hover {
  background: #1b1b1b;
}
.data-table .symbol {
  color: #919191;
}
.data-table .token-avatar {
  border-color: #464646;
}
.data-table .token-cell {
  color: #f4f4f4;
}
.count-label,
.list-footer {
  color: #919191;
}
/* Assistant and utility screens use the same uploaded mark. */
.chrome-avatar {
  width: 142px;
  height: 142px;
  position: relative;
  margin-bottom: 12px;
  isolation: isolate;
}
.chrome-avatar:before {
  content: '';
  position: absolute;
  inset: 18px;
  background: #d5d5d513;
  filter: blur(25px);
  border-radius: 50%;
  z-index: -1;
}
.chrome-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
}
.chat-gate h1 {
  font-family: Sora, Inter, sans-serif;
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -1px;
}
.chat-gate p {
  color: #a9a9a9;
}
.chat-gate > span {
  color: #838383;
}
.chat-gate .button {
  box-shadow: 0 2px 20px #e4e4e413;
}
.chat-orbit {
  width: 112px;
  height: 112px;
}
.chat-mascot {
  mask-image: none;
  border-radius: 0;
  mix-blend-mode: screen;
}
.chat-welcome h1 {
  font-family: Sora, Inter, sans-serif;
  font-weight: 500;
}
.message.assistant > img {
  width: 40px;
  height: 40px;
  mix-blend-mode: screen;
}
.message.user {
  background: var(--glass-surface);
  border-color: var(--glass-edge);
  color: #f6f6f6;
}
.composer {
  background: linear-gradient(145deg, #252525, #141414);
  border-color: #525252;
  box-shadow:
    inset 0 1px #ffffff18,
    0 10px 40px #00000099;
}
.composer-send {
  background: linear-gradient(135deg, var(--accent-light), var(--accent));
  color: #101010;
}
.composer:focus-within {
  border-color: var(--accent);
  box-shadow:
    var(--glass-shine),
    0 0 0 3px #ff820012;
}
.prompt-card {
  background: linear-gradient(135deg, #272727, #141414);
  border-color: #454545;
}
.prompt-card:hover {
  background: var(--glass-surface);
  border-color: var(--glass-edge);
}
.prompt-card .motion-icon {
  color: #dcdcdc;
}
.setup-note {
  background: #272727;
  border-color: #535353;
  color: #bebebe;
}
.floating-ask {
  background: linear-gradient(135deg, #4b4b4bcc, #111111dd 55%, #2b2b2bcc);
  border-color: #7e7e7e;
  backdrop-filter: blur(16px) saturate(1.4);
  box-shadow:
    inset 0 1px #ffffff50,
    0 5px 25px #000000aa;
  width: 66px;
  height: 66px;
  padding: 4px;
  border-radius: 14px;
}
.floating-ask > img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  mix-blend-mode: screen;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.floating-ask:hover,
.floating-ask:focus-visible {
  background-color: #353535;
  border-color: var(--accent);
  box-shadow:
    inset 0 1px #ffffff88,
    0 5px 25px #000000aa;
}
.floating-ask:hover > img {
  transform: rotate(-8deg) scale(1.07);
}
.floating-ask > span {
  background: #212121;
  border-color: var(--glass-edge);
  color: #e9e9e9;
}
.floating-ask kbd {
  color: #a8a8a8;
}
.launch-empty > img {
  width: 290px;
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  mask-image: radial-gradient(ellipse, #000000 32%, transparent 72%);
  mix-blend-mode: screen;
}
.launch-intro {
  background: linear-gradient(135deg, #212121, #0a0a0a);
  border-color: #464646;
}
.launch-intro > img {
  mix-blend-mode: screen;
  object-fit: cover;
}
.launch-intro p {
  color: #b1b1b1;
}
.balance-card,
.metric-card {
  background: linear-gradient(140deg, #232323, #101010);
  border-color: #3e3e3e;
  box-shadow: inset 0 1px #ffffff15;
}
.balance-card small,
.metric-card small {
  color: #a9a9a9;
}
.balance-card > span,
.metric-card > span {
  color: #979797;
}
.empty-state {
  background: radial-gradient(ellipse at top, #b5b5b509, transparent 70%);
  border-color: #424242;
}
.empty-state > .icon {
  color: #cbcbcb;
}
.info-box {
  background: #222222;
  border-color: #474747;
  color: #c4c4c4;
}
.service-message {
  border-color: #4a4a4a;
  background: #1d1d1d;
}
.settings-item {
  border-color: #3a3a3a;
}
.settings-item > .icon {
  color: #bababa;
}
.settings-item p {
  color: #a2a2a2;
}
.settings-list {
  background: none;
}
.service-status {
  color: #a2a2a2;
}
.service-status.positive {
  color: var(--positive);
}
.docs details {
  background: #141414;
  border-color: #3e3e3e;
}
.docs details p {
  color: #aeaeae;
}
/* Silver primary actions, orange selections, green/red financial status. */
.trade-card {
  background: linear-gradient(145deg, #262626, #141414);
  border-color: #4b4b4b;
  box-shadow:
    inset 0 1px #ffffff20,
    0 12px 40px #00000077;
}
.trade-card-top {
  color: #b3b3b3;
}
.market-mode {
  background: var(--glass-surface);
  border-color: var(--glass-edge);
  color: #f6f6f6;
  box-shadow: var(--glass-shine);
}
.trade-mode-row {
  color: #dbdbdb;
}
.trade-mode-row > .tabs {
  background: #191919;
  border-color: #3f3f3f;
}
.amount-box {
  background: linear-gradient(145deg, #393939, #2c2c2c);
  border-color: #505050;
}
.amount-label {
  color: #c5c5c5;
}
.amount-box:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px #ff82001a;
}
.amount-box input {
  color: #f9f9f9;
}
.amount-box #sell-fiat,
.amount-box > small {
  color: #a3a3a3;
}
.amount-selector {
  background: linear-gradient(135deg, #4d4d4d, #3d3d3d);
  border-color: #666666;
  color: #ececec;
}
.sol-selector > span:last-child {
  color: #c3c3c3;
}
.solana-token {
  background: #1a1a1a;
  color: #dfdfdf;
}
.flip-button {
  background: linear-gradient(145deg, #fcfcfc, #ababab);
  border-color: #232323;
  color: #1f1f1f;
  box-shadow: 0 0 0 1px #7c7c7c66;
}
.receive-amount {
  color: #c3c3c3;
}
.trade-info {
  color: #b7b7b7;
}
.trade-note {
  color: #9d9d9d;
}
.chart-panel {
  background: #0c0c0c;
  border-color: #3a3a3a;
  box-shadow: inset 0 1px #ffffff09;
}
.trade-orders {
  background: #101010;
  border-color: #373737;
}
.trade-orders > button,
.chart-empty a {
  color: #e0e0e0;
}
.market-facts > div {
  background: #1b1b1b;
  border-color: #404040;
}
.market-facts small {
  color: #a0a0a0;
}
.preview-label {
  background: #242424;
  border-color: #4e4e4e;
  color: #c0c0c0;
}
.token-picker {
  background: #272727;
  border-color: #535353;
}
.token-picker:hover {
  background: #373737;
}
.picker-network {
  background: #373737;
  border-color: #7c7c7c;
  color: #e9e9e9;
}
/* Modal depth and input states */
dialog {
  background: linear-gradient(140deg, #292929, #191919);
  border-color: #696969;
  border-top-color: #ababab77;
  box-shadow:
    inset 0 1px #ffffff1a,
    0 40px 140px #000000ee;
  border-radius: 18px;
}
dialog::backdrop {
  background: #000000bb;
  backdrop-filter: blur(8px) saturate(0.1);
}
.modal-head {
  border-color: #494949;
}
.modal-head img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  mix-blend-mode: screen;
}
.modal-body {
  color: #bcbcbc;
}
.wallet-site-address {
  margin: 12px 0;
  overflow-wrap: anywhere;
  color: var(--text);
}
.wallet-help-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
}
.modal-footer {
  border-color: #494949;
}
.modal-token-list > button:hover {
  background: #3e3e3e;
}
.modal-token-list > button {
  border-color: #454545;
}
.form-field > span {
  color: #d8d8d8;
}
.upload-control {
  border-color: #686868;
  background: #2c2c2c;
}
.field-options span {
  background: #2a2a2a;
  border-color: #5a5a5a;
}
.field-options input:checked + span {
  background: var(--glass-surface);
  border-color: var(--accent);
  color: #f6f6f6;
  box-shadow: var(--glass-shine);
}
.field-options input:focus-visible + span {
  outline-color: var(--accent-light);
}
.order-status {
  border-color: #616161;
}
.modal-body a {
  color: #e8e8e8;
}
.loading-state .motion-animated {
  color: #e1e1e1;
}
@media (min-width: 1500px) {
  .bankr-hero {
    min-height: 460px;
  }
  .bankr-hero h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .bankr-hero-copy {
    padding: 42px;
  }
  .bankr-hero-art {
    min-height: 460px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 12px 16px;
  }
  .hero-stat strong {
    font-size: 23px;
  }
}
@media (max-width: 1150px) and (min-width: 901px) {
  .bankr-hero-copy {
    padding-left: 24px;
  }
  .bankr-hero h1 {
    font-size: 29px;
    letter-spacing: -1.4px;
  }
  .bankr-hero-copy > p {
    font-size: 12px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-actions .button {
    font-size: 12px;
    min-width: 190px;
  }
  .hero-stat strong {
    font-size: 16px;
  }
  .hero-stat span {
    font-size: 8px;
  }
  .bankr-hero-art .hero-stats {
    inset: auto 12px 22px;
    padding: 14px 3px;
  }
  .feature-wordmark {
    font-size: 21px;
  }
}
@media (max-width: 900px) and (min-width: 701px) {
  .bankr-hero {
    min-height: 490px;
    grid-template-columns: 1fr;
  }
  .bankr-hero-copy {
    padding: 30px 28px 130px;
    max-width: 100%;
  }
  .bankr-hero h1 {
    font-size: 32px;
    max-width: 380px;
  }
  .bankr-hero-copy > p {
    max-width: 300px;
  }
  .bankr-hero-art {
    position: absolute;
    inset: 0;
    z-index: -1;
    min-height: 0;
    mask-image: none;
    background: #000000;
  }
  .chrome-artwork {
    inset: 0 -10% 0 24%;
    opacity: 0.45;
  }
  .chrome-artwork > img {
    top: -3%;
    height: 100%;
    mask-image: linear-gradient(90deg, transparent, #000000 70%);
    object-position: 30% center;
  }
  .bankr-hero-art .hero-stats {
    inset: auto 24px 24px;
    z-index: 5;
  }
  .hero-actions {
    flex-direction: row;
    width: 100%;
    max-width: 400px;
  }
  .hero-actions .button {
    flex: 1;
    min-width: 0;
    width: auto;
    font-size: 11px;
    padding: 10px 9px;
  }
  .hero-stat strong {
    font-size: 20px;
  }
  .hero-stat span {
    font-size: 10px;
  }
  .feature-rocket {
    opacity: 0.75;
    right: -70px;
  }
  .feature-wordmark {
    font-size: 20px;
  }
  .feature-wordmark > img {
    width: 44px;
    height: 44px;
  }
  .brand {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .brand {
    font-size: 18px;
  }
  .sidebar.collapsed .brand-row {
    padding-left: 10px;
  }
  .bankr-hero {
    min-height: 0;
    display: flex;
    background: #030303;
    border-radius: 14px;
  }
  .bankr-hero-copy {
    padding: 24px 22px 12px;
    z-index: 3;
  }
  .hero-announcement {
    font-size: 9px;
    padding: 5px 8px;
  }
  .bankr-hero h1 {
    font-size: 29px;
    letter-spacing: -1.5px;
    line-height: 1.22;
    margin: 22px 0 16px;
    text-wrap: initial;
  }
  .bankr-hero-copy > p {
    font-size: 12px;
    line-height: 1.8;
  }
  .hero-actions {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 12px;
    height: 43px;
    width: 100%;
  }
  .bankr-hero-art {
    position: relative;
    height: 265px;
    min-height: 265px;
    padding: 0 16px 16px;
    mask-image: none;
    background: #000000;
    z-index: 1;
  }
  .chrome-artwork {
    inset: -6px 0 56px;
    opacity: 1;
  }
  .chrome-artwork > img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mask-image: none;
    opacity: 1;
  }
  .bankr-hero-art .hero-stats {
    position: absolute;
    inset: auto 16px 16px;
    padding: 13px 2px;
    border-radius: 8px;
    z-index: 3;
  }
  .hero-stat strong {
    font-size: 18px;
  }
  .hero-stat span {
    font-size: 8px;
  }
  .chrome-glint {
    inset: -10% -35%;
    z-index: 1;
  }
  .launch-feature-art {
    height: 114px;
    padding-left: 16px;
  }
  .feature-wordmark {
    font-size: 19px;
    gap: 6px;
  }
  .feature-wordmark > img {
    width: 42px;
    height: 42px;
  }
  .feature-rocket {
    width: 240px;
    height: 180px;
    right: -30px;
    top: -26px;
    opacity: 0.8;
  }
  .launch-feature-copy {
    padding: 18px;
  }
  .launch-feature-copy h2 {
    font-size: 15px;
  }
  .launch-feature-copy p {
    font-size: 12px;
  }
  .floating-ask {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 3px;
  }
  .floating-ask > img {
    width: 48px;
    height: 48px;
  }
  .chrome-avatar {
    width: 130px;
    height: 130px;
  }
  .chat-gate {
    padding-bottom: 90px;
  }
  .chat-gate h1 {
    font-size: 23px;
  }
  .modal-head img {
    width: 32px;
    height: 32px;
  }
  .launch-intro > img {
    width: 90px;
  }
  .data-table .quick-buy button {
    font-size: 10px;
  }
  .project-heading h3 {
    font-size: 15px;
  }
  .trade-card {
    padding: 16px;
  }
  .amount-box {
    padding: 16px;
  }
}
@media (hover: none) {
  .chrome-artwork,
  .feature-rocket {
    transform: none !important;
  }
}
.motion-off .chrome-artwork,
.motion-off .feature-rocket {
  transform: none !important;
  transition: none !important;
}
.motion-off .chrome-glint {
  display: none;
}
.motion-off .project-card:before,
.motion-off .token-card:before {
  transition: none;
}
.motion-off .button,
.motion-off .floating-ask > img {
  transition: none;
}
.motion-off .floating-ask:hover > img {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .chrome-artwork,
  .feature-rocket {
    transform: none !important;
  }
  .chrome-glint {
    display: none !important;
  }
  .floating-ask:hover > img {
    transform: none;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .bankr-hero-art .hero-stats,
  .button.ghost,
  .floating-ask {
    background: #1b1b1b !important;
    backdrop-filter: none !important;
  }
  dialog::backdrop {
    backdrop-filter: none !important;
    background: #000000dd;
  }
}

.hero-actions .button {
  overflow: hidden;
  isolation: isolate;
}
.hero-actions .button:after {
  content: '';
  position: absolute;
  inset: -80% -30%;
  background: linear-gradient(115deg, transparent 40%, #ffffffbb 50%, transparent 60%);
  transform: translateX(-110%);
  pointer-events: none;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-actions .button:hover:not(:disabled):after {
  transform: translateX(110%);
}
.motion-off .hero-actions .button:after {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero-actions .button:after {
    display: none;
  }
}

/* A single vector scene keeps the fine artwork sharp at every pixel density. */
.bankr-hero-art {
  background: radial-gradient(ellipse at 62% 87%, #ff820009, transparent 62%);
  mask-image: none;
}
.hero-stage {
  position: absolute;
  inset: 0 0 83px;
  pointer-events: none;
}
.hero-diagram {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  font-family: Inter, sans-serif;
  text-rendering: geometricPrecision;
}
.hero-diagram .hero-label {
  fill: #e8e8e8;
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.2px;
}
.hero-brand-label {
  fill: #bec5c9;
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -0.25px;
}
.hero-window-title {
  fill: #9e9e9e;
  font-size: 13px;
  font-weight: 500;
}
.hero-step-label {
  fill: #d3d3d3;
  font-size: 17px;
  font-weight: 500;
}
.hero-wire {
  stroke: #ffffff13;
  stroke-width: 1;
}
.hero-packet {
  stroke: #ff9b31;
  stroke-width: 1.4;
  stroke-dasharray: 12 88;
  stroke-dashoffset: 100;
  opacity: 0;
  animation: hero-signal-cycle 8s linear infinite;
}
.packet-two {
  animation-delay: -2s;
}
.packet-three {
  animation-delay: -4s;
}
.hero-floor-glow {
  animation: hero-light-cycle 8s ease-in-out infinite;
}
.hero-mascot {
  animation: hero-mascot-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.hero-mascot-art {
  mix-blend-mode: screen;
}
.hero-layer {
  animation: hero-stack-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.layer-bottom {
  --lift: 3px;
}
.layer-middle {
  --lift: -5px;
}
.layer-top {
  --lift: -17px;
}
.hero-create-chip {
  animation: hero-satellite-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  --lift: -5px;
}
.hero-stonkfun {
  animation: hero-satellite-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  --lift: -9px;
}
.hero-solana {
  animation: hero-satellite-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  --lift: -5px;
}
.hero-agent-chip {
  animation: hero-satellite-cycle 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  --lift: -7px;
}
.hero-progress-line {
  stroke-dasharray: 100;
  animation: hero-progress-cycle 8s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}
.hero-step {
  animation: hero-step-cycle 8s ease-in-out infinite;
}
.step-token {
  animation-delay: 0.9s;
}
.step-community {
  animation-delay: 1.8s;
}
.hero-diagram * {
  animation-play-state: var(--scene-play-state, running);
}
.scene-paused {
  --scene-play-state: paused;
}
@keyframes hero-mascot-cycle {
  0%,
  100% {
    transform: translateY(5px);
  }
  48%,
  55% {
    transform: translateY(-13px);
  }
}
@keyframes hero-stack-cycle {
  0%,
  100% {
    transform: translateY(3px);
  }
  48%,
  55% {
    transform: translateY(var(--lift));
  }
}
@keyframes hero-satellite-cycle {
  0%,
  100% {
    transform: translateY(0);
  }
  48%,
  55% {
    transform: translateY(var(--lift));
  }
}
@keyframes hero-light-cycle {
  0%,
  100% {
    opacity: 0.65;
  }
  48%,
  55% {
    opacity: 1;
  }
}
@keyframes hero-signal-cycle {
  0%,
  12% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  18% {
    opacity: 0.8;
  }
  62% {
    stroke-dashoffset: 0;
    opacity: 0.8;
  }
  68%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes hero-progress-cycle {
  0%,
  10% {
    stroke-dashoffset: 100;
    opacity: 0.35;
  }
  52%,
  78% {
    stroke-dashoffset: 0;
    opacity: 0.8;
  }
  95%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes hero-step-cycle {
  0%,
  10%,
  100% {
    opacity: 0.45;
  }
  35%,
  75% {
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .hero-stage {
    inset: 4px 0 86px;
  }
}
@media (min-width: 701px) and (max-width: 900px) {
  .bankr-hero {
    grid-template-columns: 1fr;
  }
  .bankr-hero-copy {
    padding: 30px 28px 12px;
  }
  .bankr-hero h1,
  .bankr-hero-copy > p {
    max-width: none;
  }
  .bankr-hero-art {
    position: relative;
    inset: auto;
    z-index: 1;
    min-height: 370px;
  }
  .hero-stage {
    inset: 0 0 82px;
  }
}
@media (max-width: 700px) {
  .bankr-hero-art {
    height: 330px;
    min-height: 330px;
  }
  .hero-stage {
    inset: -4px -6px 81px;
  }
  .hero-brand-label {
    font-size: 22px;
  }
  .hero-diagram .hero-label {
    font-size: 19px;
  }
  .hero-window-title {
    font-size: 15px;
  }
  .hero-blueprint {
    opacity: 0.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-diagram * {
    animation: none !important;
  }
}

/* Auth sheet — Bankr-inspired email + Phantom */
.auth-sheet {
  display: grid;
  gap: 14px;
  padding: 4px 2px 8px;
}
.auth-hero {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 8px 8px 4px;
}
.auth-hero img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(255, 120, 40, 0.22);
}
.auth-hero h3 {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.auth-hero p {
  margin: 0;
  color: var(--muted, #9a9a9a);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 28ch;
}
.auth-email-form {
  display: grid;
  gap: 10px;
}
.auth-field {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--muted, #9a9a9a);
}
.auth-email-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  padding: 0;
}
.auth-email-row .auth-leading {
  padding: 0 0 0 12px;
  opacity: 0.7;
}
.auth-email-row .input {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.auth-email-row .auth-submit {
  border-radius: 0;
  margin: 0;
  height: 100%;
  min-height: 44px;
  padding: 0 14px;
}
.auth-code {
  text-align: center;
  letter-spacing: 0.35em;
  font-size: 1.25rem;
  font-weight: 600;
}
.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  color: var(--muted, #888);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.auth-divider::before,
.auth-divider::after {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.auth-provider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141414;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}
.auth-provider:hover {
  border-color: rgba(171, 159, 242, 0.55);
  background: #1a1a1a;
}
.auth-provider.phantom {
  background: linear-gradient(180deg, #1b1728 0%, #121018 100%);
  border-color: rgba(171, 159, 242, 0.35);
}
.auth-provider-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
}
.auth-legal {
  margin: 2px 0 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted, #777);
}
.auth-demo-code {
  text-align: center;
  font-size: 0.95rem;
}

.auth-provider-icon .phantom-logo,
.auth-provider-icon img.phantom-logo {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}
.auth-provider.phantom .auth-provider-icon {
  width: 28px;
  height: 28px;
}

.auth-provider-icon img.phantom-logo,
.auth-provider-icon img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  background: #AB9FF2;
}
