@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  font-family: "DM Sans", sans-serif;
  color: #f3f4f7;
  background: #080c12;
  font-synthesis: none;
  --muted: #8a919e;
  --border: #ffffff0c;
  --green: #c8f5cb;
  --panel: #11171f;
  --purple: #c2a3f2;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
button {
  transition:
    background 0.2s,
    transform 0.2s,
    opacity 0.2s;
}
button:hover {
  filter: brightness(1.12);
}
button:active {
  transform: translateY(1px);
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.balance-value,
.portfolio-value {
  font-family: Manrope, sans-serif;
}
h1 {
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -1.7px;
  line-height: 1.3;
}
h2 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
h3 {
  font-size: 16px;
}
p {
  color: var(--muted);
  line-height: 1.6;
}
strong {
  font-weight: 550;
}
small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.6;
}
.icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.revolut-mark {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.sidebar-brand-mark {
  width: 32px;
  height: 32px;
  filter: invert(1);
}
.nav-brand-mark {
  width: 21px;
  height: 21px;
  filter: invert(0.72);
}
.nav-item.active .nav-brand-mark {
  filter: invert(0.94) sepia(0.15) saturate(1.3) hue-rotate(70deg);
}
.sidebar {
  width: 235px;
  position: fixed;
  inset: 0 auto 0 0;
  background: #0c1118;
  border-right: 1px solid var(--border);
  padding: 34px 19px 18px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Manrope, sans-serif;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -1.6px;
  margin: 0 12px 34px;
}
.brand strong {
  font: inherit;
  font-weight: 800;
}
.brand img {
  width: 34px;
  height: 34px;
}
.brand > span {
  font-size: 11px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: -4px;
}
.workspace {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 9px;
  background: #161d25;
  border: 1px solid #ffffff08;
  border-radius: 11px;
  margin: 0 1px 24px;
  font-size: 12px;
}
.workspace-icon {
  background: #292e33;
  padding: 8px 11px;
  border-radius: 7px;
  font-weight: 600;
}
.workspace > span:last-child {
  margin-left: auto;
  color: var(--muted);
}
.workspace small {
  font-size: 10px;
  margin-top: 2px;
}
.nav-item {
  width: 100%;
  justify-content: flex-start;
  height: 47px;
  color: #929aa6;
  gap: 13px;
  padding: 0 15px;
  border-radius: 9px;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
}
.nav-item:hover {
  background: #ffffff05;
  color: #fff;
}
.nav-item.active {
  background: #c4efc610;
  color: #d0f6d3;
}
.nav-item.active i {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  margin-left: auto;
}
.nav-divider {
  height: 1px;
  background: var(--border);
  margin: 17px 12px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.membership {
  border-radius: 12px;
  background: linear-gradient(120deg, #253a3022, #22243588);
  border: 1px solid #ffffff09;
  padding: 18px 14px;
  margin-bottom: 17px;
}
.membership-orbit {
  font-size: 26px;
  color: #d4eccc;
  margin-bottom: 12px;
}
.membership strong {
  font-size: 12px;
}
.membership p {
  font-size: 11px;
  margin: 6px 0 12px;
}
.membership .text-button {
  font-size: 11px;
  color: #dcf7de;
  padding: 0;
}
.user-menu {
  border-top: 1px solid var(--border);
  padding: 18px 0 0;
  margin-top: 8px;
  justify-content: flex-start;
  gap: 9px;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.user-menu > .icon {
  margin-left: auto;
  width: 16px;
}
.avatar {
  background: linear-gradient(135deg, #c5af8c, #8a704d);
  color: #fcf4e6;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border: 1px solid #dac6a644;
  flex-shrink: 0;
}
.user-menu small {
  font-size: 10px;
}
.shell {
  margin-left: 235px;
}
.topbar {
  height: 85px;
  border-bottom: 1px solid var(--border);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb > span {
  padding: 0 13px;
  color: #404955;
}
.breadcrumb strong {
  color: #e0e3e9;
  font-weight: 450;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.search-button {
  font-size: 12px;
  color: #757f8b;
}
.search-button .icon {
  width: 16px;
}
kbd {
  font: 10px "DM Sans";
  padding: 3px 5px;
  border: 1px solid #ffffff14;
  border-radius: 4px;
  margin-left: 10px;
}
.demo-badge {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #bec8bc;
  border: 1px solid #c4efc61c;
  background: #c4efc605;
}
.demo-badge i,
.green-dot {
  background: #bdf7c2;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
}
.icon-button {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: relative;
  color: #a9b1bf;
}
.icon-button:hover {
  background: #ffffff09;
}
.notification-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--green);
  top: 5px;
  right: 7px;
  border-radius: 50%;
}
main {
  max-width: 1530px;
  margin: auto;
  padding: 35px 40px 0;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 2.3px;
  font-weight: 550;
  color: #a3acb7;
  margin-bottom: 11px;
}
.welcome {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.welcome p,
.page-heading p {
  font-size: 13px;
  margin-top: 9px;
}
.date-tag {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #85919a;
  padding-bottom: 4px;
}
.date-tag .icon {
  width: 14px;
}
.dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(280px, 1fr);
  gap: 22px;
}
.main-column,
.right-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}
.panel {
  background: linear-gradient(130deg, #151b24, #11161e);
  border: 1px solid #ffffff0b;
  border-radius: 15px;
  padding: 23px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}
.section-head h2 {
  font-size: 15px;
}
.text-button {
  font-size: 11px;
  color: #b3bdc9;
  padding: 3px 0;
  white-space: nowrap;
}
.text-button .icon {
  width: 14px;
}
.balance-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0b151d;
  border: 1px solid #ffffff0b;
  border-radius: 16px;
  padding: 24px 29px 22px;
  min-height: 322px;
}
.aurora {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 78% 25%, #073b4055, transparent 60%),
    radial-gradient(ellipse at 12% 60%, #17213855, transparent 50%);
}
.aurora:before {
  content: "";
  position: absolute;
  left: -8%;
  top: -157%;
  width: 120%;
  height: 220%;
  border-radius: 50%;
  box-shadow:
    0 10px 12px #d7ffff,
    0 21px 30px #45ffeccc,
    0 36px 42px #50a8ffbb,
    0 57px 48px #c358fa99,
    0 79px 55px #ab27e799;
  transform: rotate(-13deg);
  opacity: 0.75;
}
.aurora:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0a101fbb, transparent 85%),
    linear-gradient(0deg, #0e1525 0%, transparent 65%);
}
.balance-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b5c0cd;
  font-size: 12px;
  position: relative;
}
.currency-select {
  background: #ffffff0f;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  padding: 6px 11px;
  font-size: 11px;
  color: #fff;
}
.currency-select span {
  margin-left: 6px;
  color: #b6c5d4;
}
.balance-value {
  font-size: 49px;
  letter-spacing: -2px;
  font-weight: 650;
  margin-top: 17px;
  line-height: 1.25;
}
.account-caption {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a6bbbc;
  font-size: 10px;
  margin-top: 8px;
}
.account-caption > span:nth-child(2) {
  color: #7b959a;
}
.accounts-pill {
  position: absolute;
  right: 28px;
  top: 151px;
  background: #ffffff0b;
  border: 1px solid #ffffff0b;
  border-radius: 18px;
  padding: 8px 12px;
  font-size: 10px;
}
.accounts-pill .icon {
  width: 12px;
  height: 12px;
}
.quick-actions {
  display: flex;
  gap: 30px;
  margin-top: 29px;
}
.quick-actions button {
  flex-direction: column;
  font-size: 11px;
  gap: 9px;
  min-width: 55px;
}
.quick-actions button > span {
  display: grid;
  place-items: center;
  border: 1px solid #ffffff1c;
  background: #ffffff0d;
  backdrop-filter: blur(15px);
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.quick-actions button:first-child > span {
  background: var(--green);
  color: #16291d;
  border-color: var(--green);
}
.quick-actions .icon {
  width: 18px;
  height: 18px;
}
.transactions {
  padding: 23px 23px 0;
}
.row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 13px;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff07;
  min-width: 0;
}
.row:last-child {
  border-bottom: 0;
}
.row:hover {
  background: #ffffff03;
}
.row-text {
  flex: 1;
  min-width: 0;
}
.row-text strong {
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-text small {
  font-size: 10px;
  margin-top: 4px;
}
.merchant {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  background: #242b35;
  color: #eceef5;
  flex-shrink: 0;
}
.merchant.pink {
  background: #77537255;
  color: #eec2e7;
}
.merchant.mint {
  background: #23563f66;
  color: #b3efca;
}
.transaction:nth-child(3) .merchant {
  background: #a1977255;
}
.transaction:nth-child(4) .merchant {
  background: #244c3355;
  color: #8deda9;
}
.transaction:nth-child(5) .merchant {
  background: #333a4155;
}
.tx-value {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}
.tx-value small {
  font-size: 9px;
  margin-top: 4px;
}
.positive {
  color: #8ddcc0 !important;
}
.negative {
  color: #f390a7 !important;
}
.dot {
  margin: 0 4px;
}
.panel-foot {
  font-size: 9px;
  color: #6d7988;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 15px 0;
  line-height: 1.5;
}
.panel-foot .icon {
  width: 12px;
  height: 12px;
}
.card-panel {
  padding-bottom: 18px;
}
.card-preview {
  width: 100%;
  padding: 0;
  display: block;
  text-align: left;
}
.bank-card {
  aspect-ratio: 1.72;
  width: 100%;
  border-radius: 12px;
  padding: 17px 20px;
  display: flex;
  flex-direction: column;
  color: #273535;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px #0003;
  border: 1px solid #ffffff26;
  background: linear-gradient(110deg, #8b9a91, #ccd4bf 47%, #929c8f 100%);
}
.bank-card:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 220%;
  left: -30%;
  top: -90%;
  border: 1px solid #fff3;
  border-radius: 50%;
  box-shadow:
    0 0 0 12px #ffffff06,
    0 0 0 24px #ffffff06,
    0 0 0 36px #ffffff06,
    0 0 0 48px #ffffff06,
    0 0 0 60px #ffffff06;
  transform: rotate(-28deg);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.card-brand {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 800;
}
.card-brand-mark {
  width: 30px;
  height: 30px;
}
.card-brand > span {
  font-size: 8px;
  vertical-align: top;
  margin-left: 2px;
}
.card-top > span:last-child {
  font-size: 7px;
  letter-spacing: 2px;
}
.card-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  margin-bottom: 12px;
  color: #455249;
  font-size: 11px;
}
.card-chip > span:first-child {
  font-size: 22px;
}
.card-number {
  font-size: 11px;
  letter-spacing: 2px;
  position: relative;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
}
.card-bottom > span {
  font-size: 7px;
  letter-spacing: 1.8px;
}
.card-bottom b {
  font-size: 18px;
  font-style: italic;
  letter-spacing: -1px;
}
.card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  font-size: 11px;
}
.card-info small {
  font-size: 10px;
  margin-top: 3px;
}
.status {
  font-size: 9px;
  padding: 4px 9px;
  border-radius: 20px;
  background: #a9f1b011;
  color: #b1dcc0;
  border: 1px solid #a9f1b017;
}
.spending .section-head {
  margin-bottom: 18px;
}
.spend-total {
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.7px;
}
.spend-total > span {
  font-size: 12px;
  color: #707e8b;
  font-weight: 400;
  letter-spacing: 0;
}
.spend-track {
  height: 5px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff0a;
  margin-top: 18px;
}
.spend-track > i {
  display: block;
  background: linear-gradient(90deg, #99d6b2, #d4eeb1);
  height: 100%;
  border-radius: 6px;
}
.spend-meta {
  display: flex;
  justify-content: space-between;
  color: #8b95a2;
  font-size: 9px;
  margin-top: 10px;
}
.mini-bars {
  height: 64px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-top: 24px;
}
.mini-bars i {
  flex: 1;
  display: block;
  background: #a3cabb;
  border-radius: 3px 3px 0 0;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #667584;
  margin-top: 11px;
}
.pocket {
  background:
    radial-gradient(ellipse at 90% 0, #68547822, transparent 80%), #131922;
}
.pocket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pocket-icon {
  background: #c7adf515;
  border-radius: 10px;
  padding: 9px;
  display: flex;
  color: #c6b2e5;
}
.tag {
  font-size: 8px;
  letter-spacing: 1px;
  color: #a2a9b6;
}
.pocket h2 {
  font-size: 15px;
}
.pocket p {
  font-size: 11px;
  margin-top: 8px;
  max-width: 210px;
}
.pocket-value {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: -0.6px;
}
.pocket-value small {
  display: inline;
  font-size: 10px;
  letter-spacing: 0;
}
.pocket .spend-track {
  margin-top: 12px;
}
.pocket .spend-track > i {
  background: linear-gradient(90deg, #9485c8, #c6b2ef);
}
.subtle,
.primary {
  border-radius: 9px;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 550;
  min-height: 43px;
}
.subtle {
  border: 1px solid #ffffff14;
  background: #ffffff06;
}
.primary {
  background: var(--green);
  color: #132b1d;
}
.full {
  width: 100%;
  margin-top: 20px;
}
.subtle .icon,
.primary .icon {
  width: 16px;
  height: 16px;
}
.journey-banner {
  padding: 27px 28px;
  background:
    radial-gradient(ellipse at 90% 60%, #527b5425, transparent 70%), #111820;
  border: 1px solid var(--border);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 194px;
  position: relative;
}
.journey-banner h2 {
  font-size: 21px;
  line-height: 1.35;
}
.journey-banner p {
  font-size: 10px;
  margin-top: 8px;
}
.journey-banner .eyebrow {
  font-size: 8px;
  letter-spacing: 1.7px;
}
.journey-banner button {
  margin-top: 17px;
  color: #cceecf;
}
.currency-orbs {
  position: relative;
  width: 180px;
  align-self: stretch;
  flex-shrink: 0;
}
.currency-orbs span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font: 48px Manrope;
  color: #d8eedc;
  background: radial-gradient(circle at 30% 20%, #658779, #23332c 75%);
  box-shadow:
    inset 0 0 0 4px #ffffff08,
    0 8px 20px #0004;
  border: 1px solid #ffffff22;
  transform: rotate(-20deg);
}
.currency-orbs span:nth-child(1) {
  left: 12px;
  top: 10px;
  z-index: 2;
}
.currency-orbs span:nth-child(2) {
  right: -5px;
  top: 56px;
  transform: rotate(15deg);
  color: #cbbcee;
  background: radial-gradient(circle at 30% 20%, #716680, #252232 75%);
}
.currency-orbs span:nth-child(3) {
  width: 63px;
  height: 63px;
  font-size: 33px;
  left: -3px;
  top: 96px;
  color: #c4d6d6;
  background: radial-gradient(circle at 30% 20%, #7a9192, #233536 75%);
}
.page-footer {
  display: flex;
  justify-content: space-between;
  color: #57616e;
  font-size: 9px;
  padding: 28px 0 23px;
  gap: 12px;
}
.mobile-nav {
  display: none;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 33px;
  gap: 20px;
}
.contacts {
  display: flex;
  gap: 35px;
  padding: 8px 5px 10px;
}
.contacts > button {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contacts > button > span {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.contacts strong {
  font-size: 12px;
}
.contacts small {
  font-size: 11px;
  margin-top: 4px;
}
.contacts .new-contact {
  font-size: 11px;
  align-self: flex-start;
}
.new-contact > .icon {
  width: 60px;
  height: 60px;
  padding: 19px;
  border: 1px dashed #ffffff33;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #c8eacc;
}
.payment-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 22px 0;
}
.method {
  display: block;
  text-align: left;
  position: relative;
}
.method > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #c3a9e416;
  color: #c9b3e8;
  border-radius: 10px;
  margin-bottom: 18px;
}
.method h3 {
  font-size: 14px;
}
.method p {
  font-size: 10px;
  margin-top: 8px;
}
.method > .icon {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 16px;
  color: #8994a3;
}
.inline-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0002;
  border: 1px solid #ffffff13;
  padding: 0 14px;
  border-radius: 9px;
  margin-bottom: 10px;
}
.inline-search input {
  border: none;
  background: none;
  margin: 0;
  padding: 13px 0;
  box-shadow: none;
}
.inline-search .icon {
  color: #6d7d8f;
  width: 17px;
}
.invest-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 22px;
  margin-bottom: 23px;
}
.portfolio {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.portfolio .aurora {
  opacity: 0.3;
}
.portfolio .aurora:before {
  top: -190%;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 11px;
}
.portfolio > .muted {
  font-size: 13px;
}
.portfolio-value {
  font-size: 37px;
  letter-spacing: -1.5px;
  margin: 12px 0;
}
.portfolio > .positive {
  font-size: 12px;
}
.portfolio .positive > .muted {
  font-size: 10px;
  margin-left: 5px;
}
.line-chart {
  display: block;
  width: 100%;
  height: 130px;
  margin: 26px 0 0;
  overflow: visible;
}
.line-chart.large {
  height: 165px;
}
.periods {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 15px 0 20px;
}
.periods button {
  padding: 6px 10px;
  font-size: 10px;
  color: #778493;
  border-radius: 20px;
}
.periods button.selected {
  background: #ffffff10;
  color: #effbf2;
}
.trade-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.trade-actions > button {
  flex: 1;
}
.asset-icon {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 21px;
  flex-shrink: 0;
}
.market-row {
  gap: 13px;
  padding: 19px 0;
}
.spark {
  width: 65px;
  height: 27px;
  margin: 0 15px;
}
.market-table .row {
  padding: 19px 6px;
}
.market-table .row-text {
  max-width: 40%;
}
.market-table .spark {
  margin-left: auto;
  width: 90px;
}
.market-table .tx-value {
  min-width: 140px;
}
.holdings .market-row .spark {
  display: none;
}
.rewards-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  border-radius: 18px;
  padding: 66px 20px 46px;
  margin-bottom: 35px;
  background: #0d151f;
}
.rewards-hero .aurora:before {
  top: -154%;
  transform: rotate(0);
  left: -10%;
  opacity: 0.75;
}
.rewards-hero .aurora:after {
  background: linear-gradient(0deg, #0d1224, transparent);
}
.rewards-hero h1 {
  font-size: 44px;
}
.rewards-hero p {
  font-size: 15px;
  color: #bbc7d4;
  margin-top: 14px;
}
.points-total {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 33px;
  font-weight: 600;
  margin-top: 40px;
}
.points-total > .icon {
  width: 30px;
  height: 30px;
  color: #d8c8fc;
}
.points-total small {
  font-size: 12px;
  margin-left: 0;
}
.outside {
  margin: 0 0 22px;
}
.outside .muted {
  font-size: 11px;
}
.reward-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.reward-card {
  padding: 0;
  overflow: hidden;
}
.reward-art {
  height: 155px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 70% 30%, #708fbc, #263b4c 65%);
}
.reward-art > .icon {
  width: 58px;
  height: 58px;
  color: #e5f2ef;
  z-index: 1;
  transform: rotate(-15deg);
  filter: drop-shadow(0 12px 8px #0006);
}
.reward-art.stay {
  background: radial-gradient(ellipse at 70% 30%, #b89a77, #3c3e2f 70%);
}
.reward-art.lounge {
  background: radial-gradient(ellipse at 70% 30%, #997faf, #343147 70%);
}
.reward-art.coffee {
  background: radial-gradient(ellipse at 70% 30%, #6c9a88, #1e4138 70%);
}
.art-orbit {
  position: absolute;
  width: 190px;
  height: 90px;
  transform: rotate(-25deg);
  border: 1px solid #ffffff25;
  border-radius: 50%;
  box-shadow:
    0 0 0 16px #ffffff06,
    0 0 0 32px #ffffff05,
    0 0 0 48px #ffffff04;
}
.reward-copy {
  padding: 20px 16px;
}
.reward-copy h2 {
  font-size: 14px;
}
.reward-copy p {
  font-size: 10px;
  margin-top: 8px;
  min-height: 32px;
}
.reward-copy button {
  font-size: 10px;
  justify-content: space-between;
  padding: 10px;
}
.empty {
  padding: 30px 10px;
  color: #8995a3;
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}
.analytics-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 23px;
}
.analytics-stats .muted {
  font-size: 12px;
}
.stat-value {
  font-size: 30px;
  margin: 15px 0;
  letter-spacing: -1px;
}
.donut-layout {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 0;
}
.donut {
  border-radius: 50%;
  height: 175px;
  width: 175px;
  flex-shrink: 0;
  background: conic-gradient(
    #c1a5f7 0% 54%,
    #7ae5ce 54% 72%,
    #98bafa 72% 85%,
    #e7c78b 85% 95%,
    #df92b1 95%
  );
  padding: 18px;
}
.donut > span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #131922;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donut strong {
  font-size: 23px;
  margin-top: 8px;
  letter-spacing: -1px;
}
.categories {
  flex: 1;
}
.categories > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  gap: 15px;
  margin: 17px 0;
}
.categories > div > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #9ca6b3;
}
.categories i {
  height: 6px;
  width: 6px;
  border-radius: 2px;
  display: inline-block;
}
.cards-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.card-showcase {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 30%, #535a4133, transparent 80%), #11171e;
}
.big-card {
  max-width: 380px;
  padding: 23px 28px;
  border-radius: 17px;
  transform: rotate(-4deg);
  margin: 15px 0 35px;
}
.big-card .card-brand {
  font-size: 34px;
}
.big-card .card-number {
  font-size: 14px;
}
.big-card .card-bottom {
  margin-top: 22px;
}
.card-showcase-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-showcase > p {
  font-size: 12px;
  margin: 9px 0 5px;
}
.card-showcase .trade-actions {
  width: 100%;
}
.teal {
  background: linear-gradient(130deg, #177b7b, #81e5ba);
  color: #103b3b;
}
.purple {
  background: linear-gradient(130deg, #6a609b, #c4b1e7);
  color: #322d4d;
}
.frozen {
  filter: saturate(0.25);
  opacity: 0.7;
}
.wallet-row {
  padding: 18px 10px;
}
.wallet-row.chosen {
  background: #ffffff04;
  border-radius: 9px;
}
.tiny-card {
  border-radius: 6px;
  width: 51px;
  height: 33px;
  display: grid;
  place-items: center;
}
.tiny-card-mark {
  width: 18px;
  height: 18px;
}
.tiny-card.silver {
  background: linear-gradient(110deg, #80968f, #cedac8);
  color: #3c5346;
}
.limit-head {
  margin-top: 40px;
  margin-bottom: 12px;
}
.limit-value {
  font-size: 28px;
}
.profile-card {
  text-align: center;
  padding: 40px;
}
.large-avatar {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  font-size: 27px;
}
.profile-card h2 {
  font-size: 24px;
}
.profile-card p {
  font-size: 13px;
  margin: 12px 0 20px;
}
.profile-note {
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  margin-top: 30px;
  padding-top: 20px;
}
.loading {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
dialog {
  padding: 34px;
  border: 1px solid #ffffff20;
  background: radial-gradient(ellipse at top right, #273443, #151b24 60%);
  border-radius: 22px;
  color: #f3f4f7;
  width: 460px;
  max-width: calc(100vw - 32px);
  max-height: 90dvh;
  box-shadow: 0 40px 150px #000b;
  overflow: auto;
}
dialog::backdrop {
  background: #03070cbb;
  backdrop-filter: blur(10px);
}
dialog h2 {
  font-size: 28px;
  letter-spacing: -1px;
  padding-right: 12px;
  margin: 18px 0 20px;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-subtitle {
  font-size: 13px;
  line-height: 1.8;
  margin: -6px 0 22px;
}
.modal-subtitle:last-child {
  margin: 0;
}
label {
  font-size: 11px;
  color: #a7b2c0;
  display: block;
  margin: 18px 0 0;
}
input,
select {
  width: 100%;
  background: #0b1119aa;
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 9px;
  padding: 13px 12px;
  margin-top: 8px;
  outline: none;
  font-size: 14px;
}
input:focus,
select:focus {
  border-color: #b8efc9;
  box-shadow: 0 0 0 3px #b8efc910;
}
input::placeholder {
  color: #63717e;
}
select option {
  background: #17222e;
}
input[type="number"] {
  font-size: 25px;
  letter-spacing: -0.5px;
}
.form-note {
  font-size: 9px;
  color: #758493;
  line-height: 1.7;
  text-align: center;
  margin-top: 15px;
}
.form-error {
  font-size: 12px;
  color: #ffa7b9;
  margin-top: 12px;
  line-height: 1.6;
}
.form-error:empty {
  display: none;
}
.info-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 13px;
  background: #ffffff04;
  border: 1px solid #ffffff07;
  font-size: 11px;
  color: #a3b1bf;
  border-radius: 9px;
  margin-top: 20px;
  line-height: 1.7;
}
.detail-list {
  padding: 5px 0;
}
.detail-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff09;
  font-size: 12px;
}
.detail-list > div > span {
  color: #8e9dab;
}
.detail-list strong {
  text-align: right;
  overflow-wrap: anywhere;
}
.flag {
  font-size: 26px;
  flex-shrink: 0;
}
.account-list .row {
  font-size: 13px;
}
.account-list .icon {
  width: 15px;
  color: var(--green);
}
.asset-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.asset-summary small {
  margin-top: 5px;
  font-size: 10px;
}
.receipt-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 27px auto;
  background: #b9f1c319;
  display: grid;
  place-items: center;
  color: var(--green);
}
.receipt-icon .icon {
  width: 29px;
  height: 29px;
}
.receipt-amount {
  text-align: center;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 20px 0 10px;
}
.center {
  text-align: center;
  font-size: 13px;
  margin-bottom: 24px;
}
.reference {
  font-size: 10px;
}
.tiny-preview {
  max-width: 290px;
  margin: 20px auto;
}
.segmented {
  display: flex;
  padding: 4px;
  background: #ffffff05;
  border-radius: 20px;
}
.segmented > button {
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 12px;
  flex: 1;
}
.segmented .selected {
  background: #ffffff13;
}
.notification {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.notification strong {
  font-size: 14px;
}
.notification p {
  font-size: 12px;
  margin: 7px 0;
}
.benefit-hero {
  text-align: center;
  font-size: 75px;
  color: #c9b291;
  padding: 20px;
}
.benefit-hero h3 {
  color: #fff;
  font-size: 21px;
  margin-top: 13px;
}
.modal .eyebrow {
  font-size: 8px;
}
#toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  max-width: 90vw;
  opacity: 0;
  pointer-events: none;
  background: #daf4de;
  color: #183123;
  border: 1px solid #f0fff255;
  border-radius: 12px;
  padding: 15px 22px;
  font-size: 13px;
  box-shadow: 0 10px 40px #0004;
  z-index: 100;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1550px) {
  main {
    padding-top: 43px;
  }
  .balance-panel {
    min-height: 365px;
  }
  .balance-value {
    font-size: 59px;
  }
  .quick-actions {
    margin-top: 40px;
    gap: 42px;
  }
  .quick-actions button > span {
    width: 49px;
    height: 49px;
  }
  .bank-card {
    padding: 22px 25px;
  }
  .card-chip {
    margin-bottom: 19px;
  }
  .card-number {
    font-size: 14px;
  }
  .card-bottom {
    margin-top: 20px;
  }
  .row {
    padding: 19px 0;
  }
  .merchant {
    width: 42px;
    height: 42px;
  }
  .row-text strong,
  .tx-value {
    font-size: 14px;
  }
  .row-text small {
    font-size: 11px;
  }
  .panel {
    padding: 26px;
  }
  .transactions {
    padding-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .sidebar {
    width: 205px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .shell {
    margin-left: 205px;
  }
  .topbar {
    padding: 0 25px;
  }
  .topbar-actions {
    gap: 14px;
  }
  main {
    padding: 30px 25px 0;
  }
  .dashboard {
    gap: 18px;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr);
  }
  h1 {
    font-size: 30px;
  }
  .date-tag {
    display: none;
  }
  .balance-value {
    font-size: 43px;
  }
  .balance-panel {
    padding: 23px;
  }
  .quick-actions {
    gap: 20px;
  }
  .panel {
    padding: 20px;
  }
  .transactions {
    padding-bottom: 0;
  }
  .bank-card {
    padding: 13px 16px;
  }
  .card-chip {
    margin-bottom: 8px;
  }
  .card-bottom {
    margin-top: 11px;
  }
  .card-number {
    font-size: 10px;
  }
  .search-button kbd {
    display: none;
  }
  .donut-layout {
    flex-direction: column;
    gap: 10px;
  }
  .categories {
    width: 100%;
  }
  .reward-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-showcase {
    padding: 24px;
  }
  .currency-orbs {
    width: 130px;
  }
  .payment-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .sidebar {
    width: 180px;
  }
  .shell {
    margin-left: 180px;
  }
  .brand {
    font-size: 31px;
  }
  .workspace {
    font-size: 10px;
  }
  .workspace small {
    font-size: 9px;
  }
  .workspace-icon {
    display: none;
  }
  .membership {
    padding: 13px;
  }
  .dashboard {
    grid-template-columns: 1fr;
  }
  .right-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pocket {
    grid-column: 1/-1;
  }
  .card-panel .bank-card {
    max-width: 310px;
    margin: auto;
  }
  .topbar .breadcrumb {
    display: none;
  }
  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .topbar .search-button {
    margin-right: auto;
  }
  .balance-panel {
    min-height: 337px;
  }
  .balance-value {
    font-size: 54px;
  }
  .quick-actions {
    gap: 35px;
  }
  .welcome h1 {
    font-size: 34px;
  }
  .invest-grid,
  .cards-layout {
    grid-template-columns: 1fr;
  }
  .analytics-stats {
    gap: 12px;
  }
  .analytics-stats .panel {
    padding: 15px;
  }
  .stat-value {
    font-size: 23px;
  }
  .rewards-hero h1 {
    font-size: 36px;
  }
  .contacts {
    justify-content: space-between;
    gap: 10px;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .card-showcase .bank-card {
    padding: 25px;
  }
  .donut-layout {
    flex-direction: row;
  }
  .categories {
    width: auto;
  }
  .date-tag {
    display: none;
  }
}
@media (max-width: 650px) {
  .sidebar {
    display: none;
  }
  .shell {
    margin-left: 0;
  }
  .topbar {
    height: 75px;
    padding: 0 20px;
    border: 0;
  }
  .topbar-actions {
    gap: 14px;
  }
  .topbar-actions > .avatar {
    order: -1;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .search-button {
    flex: 1;
    justify-content: flex-start;
    padding: 12px 15px;
    border-radius: 24px;
    background: #ffffff08;
    border: 1px solid #ffffff0b;
    font-size: 12px;
  }
  .topbar .demo-badge {
    display: none;
  }
  .topbar-actions > .icon-button {
    width: 34px;
  }
  .topbar-actions .search-button .icon {
    width: 17px;
  }
  main {
    padding: 17px 18px 75px;
  }
  .welcome {
    margin: 0 3px 25px;
  }
  .welcome h1 {
    font-size: 29px;
    letter-spacing: -1px;
  }
  .welcome p {
    font-size: 12px;
  }
  .welcome .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
  }
  .dashboard {
    gap: 18px;
  }
  .main-column,
  .right-column {
    gap: 18px;
  }
  .balance-panel {
    min-height: 355px;
    padding: 23px;
    text-align: center;
  }
  .balance-top {
    justify-content: center;
    gap: 15px;
  }
  .balance-top > span {
    font-size: 12px;
  }
  .currency-select {
    font-size: 11px;
  }
  .balance-value {
    font-size: 46px;
    margin-top: 27px;
  }
  .account-caption {
    justify-content: center;
    font-size: 9px;
  }
  .accounts-pill {
    position: static;
    margin-top: 15px;
    font-size: 10px;
    padding: 7px 13px;
  }
  .quick-actions {
    justify-content: space-between;
    gap: 12px;
    margin-top: 29px;
  }
  .quick-actions button {
    font-size: 10px;
  }
  .quick-actions button > span {
    width: 43px;
    height: 43px;
  }
  .aurora:before {
    top: -159%;
    height: 214%;
    left: -25%;
    width: 150%;
    transform: rotate(-6deg);
  }
  .aurora:after {
    background: linear-gradient(0deg, #14172b, transparent 85%);
  }
  .balance-panel .aurora:before {
    box-shadow:
      0 10px 12px #d7ffff,
      0 21px 24px #45ffeccc,
      0 36px 32px #50a8ffbb,
      0 50px 32px #c358fac0,
      0 70px 44px #ab27e799;
    opacity: 0.65;
  }
  .transactions {
    padding: 20px 17px 0;
  }
  .section-head {
    margin-bottom: 12px;
  }
  .transaction {
    padding: 16px 0;
  }
  .right-column {
    grid-template-columns: 1fr;
  }
  .right-column .pocket {
    grid-column: auto;
  }
  .bank-card {
    max-width: 330px !important;
    padding: 20px 23px !important;
  }
  .card-chip {
    margin-bottom: 13px;
  }
  .card-number {
    font-size: 13px;
  }
  .card-bottom {
    margin-top: 18px;
  }
  .card-info {
    max-width: 330px;
    margin: 20px auto 0;
  }
  .spending .mini-bars {
    height: 80px;
  }
  .journey-banner {
    padding: 23px 20px;
  }
  .journey-banner h2 {
    font-size: 20px;
  }
  .journey-banner p {
    max-width: 160px;
  }
  .currency-orbs {
    width: 126px;
  }
  .currency-orbs span {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .currency-orbs span:nth-child(3) {
    top: 94px;
  }
  .page-footer {
    font-size: 8px;
    line-height: 1.7;
    flex-direction: column;
    gap: 3px;
    margin-top: 5px;
  }
  .mobile-nav {
    position: fixed;
    bottom: 13px;
    left: 12px;
    right: 12px;
    display: flex;
    border: 1px solid #ffffff20;
    background: #151c26df;
    backdrop-filter: blur(22px);
    border-radius: 35px;
    padding: 5px 6px;
    z-index: 20;
    box-shadow: 0 10px 40px #0007;
  }
  .mobile-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 9px;
    border-radius: 27px;
    padding: 9px 3px;
    margin: 0;
    height: 55px;
    flex: 1;
    min-width: 0;
  }
  .mobile-nav .nav-item.active {
    background: #ffffff12;
    color: #f4fff3;
  }
  .mobile-nav .nav-item i {
    display: none;
  }
  .mobile-nav .nav-item .icon {
    width: 21px;
    height: 21px;
  }
  .page-heading {
    margin-top: 6px;
    margin-bottom: 25px;
    gap: 18px;
  }
  .page-heading h1 {
    font-size: 31px;
  }
  .page-heading .eyebrow {
    font-size: 8px;
  }
  .contacts {
    padding: 15px 0 7px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contacts > button {
    width: calc(25% - 9px);
    padding: 0;
  }
  .contacts .new-contact {
    margin-top: 15px;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
  }
  .new-contact > .icon {
    width: 30px;
    height: 30px;
    padding: 7px;
    margin: 0;
  }
  .contacts > button > span {
    width: 49px;
    height: 49px;
    font-size: 15px;
  }
  .contacts strong {
    font-size: 11px;
  }
  .contacts small {
    font-size: 10px;
  }
  .payment-methods {
    gap: 12px;
    margin: 18px 0;
  }
  .method {
    padding: 18px;
  }
  .method h3 {
    font-size: 12px;
  }
  .method p {
    font-size: 9px;
  }
  .method > span {
    margin-bottom: 13px;
  }
  .method > .icon {
    width: 13px;
    right: 15px;
    top: 20px;
  }
  .invest-grid {
    gap: 18px;
  }
  .portfolio-value {
    font-size: 35px;
  }
  .portfolio .line-chart {
    height: 150px;
  }
  .portfolio {
    padding: 23px 20px;
  }
  .market-table .spark {
    width: 45px;
    margin: 0 10px;
  }
  .market-table .tx-value {
    min-width: 80px;
  }
  .market-table .row-text {
    max-width: none;
  }
  .row-text strong {
    font-size: 12px;
  }
  .asset-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .analytics-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .analytics-stats .panel {
    padding: 20px;
    position: relative;
  }
  .analytics-stats .stat-value {
    font-size: 28px;
    margin: 8px 0;
  }
  .donut-layout {
    flex-direction: column;
  }
  .donut {
    width: 180px;
    height: 180px;
  }
  .categories {
    width: 100%;
  }
  .categories > div {
    font-size: 12px;
  }
  .rewards-hero {
    padding: 52px 18px 45px;
  }
  .rewards-hero h1 {
    font-size: 34px;
  }
  .rewards-hero .eyebrow {
    font-size: 8px;
    line-height: 1.9;
    letter-spacing: 1.7px;
  }
  .rewards-hero p {
    font-size: 12px;
  }
  .points-total {
    font-size: 28px;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .points-total small {
    flex-basis: 100%;
    margin-top: 5px;
  }
  .reward-grid {
    gap: 12px;
  }
  .reward-art {
    height: 125px;
  }
  .reward-copy {
    padding: 17px 12px;
  }
  .reward-copy h2 {
    font-size: 12px;
  }
  .reward-copy p {
    font-size: 9px;
    min-height: 30px;
  }
  .reward-copy .full {
    margin-top: 12px;
    font-size: 9px;
    padding: 8px;
  }
  .reward-copy .icon {
    width: 12px;
  }
  .outside .muted {
    display: none;
  }
  .outside h2 {
    font-size: 15px;
  }
  .big-card {
    margin-top: 15px;
    width: 100%;
    max-width: 320px !important;
  }
  .big-card .card-number {
    font-size: 11px;
  }
  .cards-layout {
    gap: 18px;
  }
  .card-showcase {
    padding: 23px 22px;
  }
  .card-showcase .trade-actions {
    gap: 8px;
  }
  .card-showcase .subtle {
    font-size: 10px;
    padding: 10px;
  }
  .limit-head {
    margin-top: 25px;
  }
  dialog {
    padding: 29px 23px;
    border-radius: 20px;
  }
  dialog h2 {
    font-size: 27px;
  }
  .receipt-amount {
    font-size: 32px;
  }
  .account-list .row {
    font-size: 11px;
  }
  .account-list .row-text strong {
    font-size: 11px;
  }
  #toast {
    bottom: 95px;
    width: max-content;
  }
  .profile-card {
    padding: 30px 20px;
  }
  .card-brand {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.currency-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 20px;
  border: 1px solid #ffffff20;
  background: #224a94;
  color: #ffe281;
  line-height: 1;
}
.currency-select .currency-flag {
  width: 17px;
  height: 17px;
  font-size: 13px;
  margin: 0;
}
.flag-USD {
  background: repeating-linear-gradient(#d76372 0 3px, #fff 3px 6px);
  position: relative;
}
.flag-USD:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 53%;
  background: #315182;
}
.flag-GBP {
  background:
    linear-gradient(90deg, transparent 40%, #eee 40% 60%, transparent 60%),
    linear-gradient(transparent 40%, #eee 40% 60%, transparent 60%), #354d84;
  position: relative;
}
.flag-GBP:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 46%, #c45566 46% 54%, transparent 54%),
    linear-gradient(transparent 46%, #c45566 46% 54%, transparent 54%);
}
.flag-PLN {
  background: linear-gradient(#f3f1ee 50%, #d75d76 50%);
}
.flag-CHF {
  background: #d35c68;
  color: #fff;
  font-weight: bold;
}
.flag-TRY {
  background: #c94e62;
  color: #fff;
}
.flag-CAD {
  background: linear-gradient(90deg, #c75966 25%, #eee 25% 75%, #c75966 75%);
  color: #c75966;
  font-size: 16px;
}
.flag-AED {
  background:
    linear-gradient(90deg, #c35862 25%, transparent 25%),
    linear-gradient(#4c8d6b 33%, #eee 33% 66%, #18292c 66%);
}
.destination-flag {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #254039;
  color: #d1e9d4;
  font-size: 11px;
  flex-shrink: 0;
}
.account-list .currency-flag {
  margin-right: 2px;
}
