:root {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:#20251e;
  background:#f4f5ef;
  font-synthesis:none;
  --ink:#20251e;
  --muted:#747b70;
  --line:#e6e9e1;
  --lime:#d3f568;
  --forest:#4d642d;
  --soft:#f5f7f0;
  --error:#a5322a;
}

* {
  box-sizing:border-box;
}

body {
  margin:0;
}

button,input,a {
  -webkit-tap-highlight-color:transparent;
}

button,input {
  font:inherit;
}

button,a {
  touch-action:manipulation;
}

button {
  color:inherit;
  cursor:pointer;
}

button {
  border:0;
  background:none;
}

button:disabled {
  cursor:not-allowed;
  opacity:.42;
}

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

button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline:2px solid #668824;
  outline-offset:4px;
}

button:hover:not(:disabled) {
  filter:brightness(.96);
}

input {
  min-width:0;
  border:0;
  border-radius:0;
  outline:none;
  color:var(--ink);
  background:transparent;
}

input::placeholder {
  color:#9da398;
}

input:focus-visible {
  outline-offset:2px;
}

input::-webkit-search-cancel-button {
  cursor:pointer;
}

svg {
  display:block;
  flex-shrink:0;
}

.icon {
  width:20px;
  height:20px;
  flex-shrink:0;
}

[hidden] {
  display:none!important;
}

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

.workspace {
  max-width:1280px;
  padding:36px 64px 25px;
  margin:0 auto;
}

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

.wordmark {
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:34px;
  font-weight:730;
  letter-spacing:-1.8px;
  line-height:1;
}

.wordmark-dot {
  color:#687f3c;
}

.brand-mark {
  width:36px;
  height:36px;
}

.preview-nav {
  display:flex;
  gap:38px;
  align-items:center;
  font-size:13px;
  color:#777e6f;
}

.preview-nav a {
  display:flex;
  gap:8px;
  align-items:center;
}

.preview-nav .icon {
  width:13px;
  height:13px;
}

.nav-current {
  color:var(--ink);
}

.outline-badge {
  border:1px solid #dfe3d5;
  display:flex;
  gap:8px;
  align-items:center;
  padding:10px 13px;
  border-radius:30px;
  font-size:11px;
  color:#555f4c;
}

.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6a8b2b;
  flex-shrink:0;
}

.main-layout {
  position:relative;
  display:grid;
  grid-template-columns:1fr 440px;
  gap:70px;
  align-items:center;
  min-height:780px;
  padding:52px 0 65px;
}

.main-layout::before {
  content:'';
  position:absolute;
  z-index:-1;
  width:600px;
  height:600px;
  right:-50px;
  bottom:5px;
  border-radius:50%;
  background:radial-gradient(ellipse,#e4ebd0 0,transparent 70%);
}

.intro {
  padding-bottom:30px;
}

.eyebrow {
  font-size:9px;
  letter-spacing:1.5px;
  font-weight:650;
  display:flex;
  align-items:center;
  gap:9px;
  line-height:1.5;
}

.line-mark {
  display:block;
  background:#5f783e;
  width:22px;
  height:2px;
}

.intro h1 {
  font-size:76px;
  line-height:1.02;
  letter-spacing:-4.8px;
  font-weight:510;
  margin:28px 0 25px;
}

.intro h1>span {
  color:#738754;
}

.intro-copy {
  font-size:15px;
  line-height:1.8;
  color:#71796a;
  letter-spacing:-.1px;
}

.chain-journey {
  display:flex;
  align-items:center;
  gap:12px;
  margin:40px 0 58px;
}

.journey-sources {
  display:flex;
  gap:4px;
}

.journey-sources .token-icon {
  width:35px;
  height:35px;
  border:3px solid #f4f5ef;
}

.journey-sources .token-icon+.token-icon {
  margin-left:-11px;
}

.journey-track {
  width:47px;
  display:flex;
  align-items:center;
  color:#98a486;
}

.journey-track>span {
  width:31px;
  border-top:1px dashed #a9b399;
}

.journey-track .icon {
  width:18px;
  margin-left:-2px;
}

.journey-label {
  font-size:10px;
  line-height:1.7;
  margin-left:5px;
  color:#7b8372;
}

.journey-label strong {
  font-weight:450;
  color:#424d37;
}

.intro-note {
  display:grid;
  grid-template-columns:16px 1fr;
  font-size:10px;
  column-gap:8px;
  row-gap:6px;
  color:#59664b;
}

.intro-note .icon {
  width:14px;
  height:14px;
}

.intro-note>span {
  grid-column:2;
  color:#888f81;
  font-size:10px;
}

.preview-footer {
  border-top:1px solid #dce1d2;
  padding-top:21px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:9px;
  color:#818878;
  letter-spacing:.7px;
}

.preview-footer>span:nth-child(2) {
  letter-spacing:0;
}

.bridge-window {
  background:#fff;
  border:1px solid #e5e8df;
  border-radius:22px;
  box-shadow:0 8px 20px #38402406,0 32px 80px -30px #39422726;
  overflow:hidden;
  position:relative;
}

.app-header {
  height:76px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #f0f2eb;
}

.app-wordmark {
  font-size:30px;
}

.app-wordmark .brand-mark {
  width:30px;
  height:30px;
}

.header-actions {
  display:flex;
  align-items:center;
  gap:14px;
}

.demo-pill {
  display:inline-flex;
  border:1px solid #dce5c7;
  background:#f7faef;
  border-radius:5px;
  padding:4px 6px;
  letter-spacing:1.1px;
  font-size:8px;
  font-weight:700;
  color:#6d7c51;
  line-height:1.2;
}

.icon-button {
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
}

.header-actions .icon-button {
  border:1px solid var(--line);
}

.app-content {
  padding:0 24px 14px;
}

.tab-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:59px;
}

.tabs {
  display:flex;
  gap:26px;
  align-self:stretch;
}

.tab {
  font-size:16px;
  font-weight:560;
  color:#93988f;
  padding:0;
  position:relative;
}

.tab.active {
  color:#22281e;
}

.tab.active::after {
  content:'';
  position:absolute;
  height:2px;
  background:var(--ink);
  bottom:6px;
  left:0;
  right:0;
  border-radius:4px;
}

#activity-count {
  font-size:9px;
  margin-left:2px;
}

.settings-button {
  color:#727b66;
}

.settings-button .icon {
  width:18px;
}

.form-caption {
  display:flex;
  justify-content:space-between;
  color:#92988c;
  font-size:11px;
  padding:12px 0 16px;
}

.caption-decoration {
  font-size:16px;
  line-height:10px;
  color:#78886a;
}

.transfer-stack {
  position:relative;
  display:grid;
  gap:4px;
}

.asset-card {
  border:1px solid var(--line);
  padding:14px 16px 13px;
  border-radius:14px;
  background:#f7f8f4;
}

.source-card {
  border-bottom-left-radius:9px;
  border-bottom-right-radius:9px;
}

.destination-card {
  background:#f1f5e8;
  border-color:#e8eddb;
  border-top-left-radius:9px;
  border-top-right-radius:9px;
}

.card-label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:10px;
  color:#7c8473;
  min-height:23px;
}

.chain-select {
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:3px 0 3px 6px;
  color:#444d3c;
  font-size:10px;
}

.chain-select>.icon {
  width:13px;
  height:13px;
  margin-left:2px;
}

.destination-chain {
  display:inline-flex;
  gap:5px;
  align-items:center;
  color:#52643c;
  font-size:10px;
}

.asset-main {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  height:57px;
}

.asset-main input {
  font-size:34px;
  letter-spacing:-1.3px;
  width:100%;
  font-weight:490;
  line-height:1.3;
  padding:0;
  min-width:0;
}

.asset-select {
  display:flex;
  gap:7px;
  align-items:center;
  flex-shrink:0;
  padding:6px 0 6px 6px;
}

.asset-select strong {
  font-size:19px;
  letter-spacing:-.45px;
  font-weight:580;
}

.asset-select>.icon {
  width:14px;
  height:14px;
  margin-left:1px;
}

.asset-select.fixed {
  padding-right:17px;
}

.token-icon {
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  flex-shrink:0;
  font-weight:600;
  font-size:22px;
  line-height:1;
  overflow:hidden;
}

.token-icon>svg {
  width:78%;
  height:78%;
}

.token-icon.tiny {
  width:15px;
  height:15px;
  font-size:12px;
}

.token-icon.small {
  width:23px;
  height:23px;
  font-size:16px;
}

.token-eth {
  background:#e3e8f4;
  color:#7182bc;
}

.token-sol {
  background:#232830;
  color:#a9ebc0;
}

.token-usdc {
  background:#3177bf;
  color:#fff;
}

.token-usdt {
  background:#419987;
  color:#fff;
}

.token-dai {
  background:#eebd4a;
  color:#fff;
}

.token-btc {
  background:#ef9c43;
  color:#fff;
}

.token-jup {
  background:#e9f9cf;
  color:#4c774c;
}

.token-bonk {
  background:#df8846;
  color:#fff;
}

.token-robinhood {
  background:#d5ef9e;
  color:#466323;
}

.receive-amount {
  font-size:34px;
  font-weight:490;
  letter-spacing:-1.3px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  min-width:0;
}

.asset-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:9px;
  color:#92988c;
  min-height:18px;
}

.asset-meta>span:last-child {
  display:flex;
  gap:7px;
  align-items:center;
}

.max-button {
  font-weight:700;
  font-size:8px;
  padding:3px 0 3px 2px;
  color:#647948;
  letter-spacing:.4px;
}

.direction-indicator {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:4px solid #fff;
  width:33px;
  height:33px;
  border-radius:10px;
  background:#f1f4eb;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1;
  color:#829069;
}

.direction-indicator .icon {
  width:15px;
  height:15px;
}

.destination-tag {
  color:#758763;
  font-size:8px;
}

.recipient-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:17px 0 8px;
  font-size:10px;
  color:#646d5b;
}

.text-button {
  font-size:10px;
  color:#617a38;
  font-weight:550;
  padding:0;
}

.recipient-field {
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid #e9ece3;
  border-radius:8px;
  padding:11px 12px;
}

.recipient-field>.icon {
  width:14px;
  height:14px;
  color:#89947c;
}

.recipient-field input {
  font-size:11px;
  width:100%;
  text-overflow:ellipsis;
  letter-spacing:.15px;
}

.recipient-field:focus-within {
  border-color:#9aa985;
  box-shadow:0 0 0 2px #eff4e4;
}

.recipient-field input:focus-visible {
  outline:none;
}

.field-error {
  font-size:10px;
  line-height:1.5;
  color:var(--error);
  margin:6px 0 0;
}

.route-details {
  margin:9px 0 12px;
}

.route-details>summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:30px;
  font-size:10px;
  color:#59664b;
  cursor:pointer;
  list-style:none;
}

.route-details>summary::-webkit-details-marker {
  display:none;
}

.route-label,.route-end {
  display:flex;
  align-items:center;
  gap:5px;
}

.route-label>.icon {
  width:13px;
  height:13px;
  margin-right:2px;
  color:#8a967d;
}

.route-end {
  font-size:9px;
  color:#8c967f;
}

.route-end>.icon {
  width:14px;
  height:14px;
}

.route-details[open] .route-end>.icon {
  transform:rotate(180deg);
}

.detail-rows {
  padding:7px 1px 4px;
  border-top:1px solid #eff1e9;
}

.detail-rows>div {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  line-height:2.1;
  color:#8a937f;
}

.detail-rows>div>span:last-child {
  color:#556347;
}

.detail-rows>p {
  font-size:9px;
  line-height:1.6;
  margin:5px 0;
  color:#8b937f;
}

.primary-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  background:var(--lime);
  border:1px solid #cbed61;
  min-height:48px;
  width:100%;
  border-radius:10px;
  font-size:12px;
  font-weight:640;
  letter-spacing:-.05px;
  transition:background .15s;
}

.primary-button .icon {
  width:17px;
  height:17px;
}

.primary-button:not(:disabled):hover {
  background:#c8ed58;
}

.form-footnote {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:9px;
  color:#9aa18f;
  margin:12px 0 1px;
}

.form-footnote .icon {
  width:11px;
  height:11px;
}

.app-footer {
  border-top:1px solid #f0f2ea;
  height:38px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#8d9680;
  font-size:9px;
}

.app-footer>span {
  display:flex;
  align-items:center;
  gap:6px;
}

.app-footer .status-dot {
  width:4px;
  height:4px;
  background:#8da863;
}

.app-footer .icon {
  width:11px;
  height:11px;
}

dialog {
  padding:0;
  border:1px solid #e3e8d8;
  border-radius:20px;
  box-shadow:0 25px 100px #252f2730;
  max-width:calc(100vw - 28px);
  width:400px;
  max-height:calc(100dvh - 28px);
  color:var(--ink);
  overflow:auto;
}

dialog::backdrop {
  background:#1c291b55;
  backdrop-filter:blur(4px);
}

#dialog-content {
  padding:24px;
}

.modal-header {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:24px;
}

.modal-header .eyebrow {
  margin:0 0 8px;
  color:#859174;
  font-size:8px;
  letter-spacing:1.2px;
}

.modal-header h2 {
  font-size:24px;
  line-height:1.2;
  font-weight:550;
  letter-spacing:-.7px;
  margin:0;
}

.modal-header>.icon-button {
  margin:-5px -8px 0 0;
  color:#869279;
}

.modal-header>.icon-button .icon {
  width:18px;
}

.picker-networks {
  display:flex;
  gap:8px;
  padding:4px;
  background:#f3f6ed;
  border-radius:11px;
  margin-bottom:16px;
}

.network-option {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:50%;
  padding:8px;
  font-size:12px;
  border-radius:8px;
  color:#7e8971;
  border:1px solid transparent;
}

.network-option.selected {
  background:#fff;
  color:#344129;
  border-color:#e4e9da;
  box-shadow:0 2px 4px #1f331207;
}

.search-field {
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--line);
  padding:12px;
  border-radius:9px;
  margin-bottom:20px;
}

.search-field .icon {
  width:16px;
  height:16px;
  color:#9ba58c;
}

.search-field input {
  width:100%;
  font-size:12px;
}

.token-list-heading {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#9aa18f;
  padding:0 6px;
  margin-bottom:9px;
}

.token-list {
  display:grid;
  gap:3px;
  max-height:290px;
  overflow:auto;
}

.token-row {
  display:flex;
  align-items:center;
  gap:11px;
  text-align:left;
  width:100%;
  padding:12px 8px;
  border-radius:10px;
  border:1px solid transparent;
  min-height:66px;
}

.token-row:hover,.token-row.selected {
  background:#f5f8ee;
}

.token-row.selected {
  border-color:#dce7c9;
}

.token-name {
  display:flex;
  flex-direction:column;
  gap:5px;
  flex:1;
  min-width:0;
}

.token-name strong {
  font-size:13px;
  font-weight:600;
}

.token-name>span {
  font-size:9px;
  color:#8a947e;
}

.token-kind {
  font-size:7px;
  color:#9ba68e;
  margin-left:3px;
}

.token-balance {
  font-size:11px;
  display:flex;
  align-items:center;
  gap:7px;
}

.token-balance .icon {
  width:13px;
  height:13px;
  color:#6b8b39;
}

.modal-note {
  font-size:10px;
  color:#919b84;
  line-height:1.7;
  text-align:center;
  margin:19px 0 0;
}

.empty-search {
  font-size:12px;
  color:#839176;
  text-align:center;
  padding:20px;
}

.modal-description {
  font-size:12px;
  line-height:1.8;
  color:#819071;
  margin:12px 0 20px;
}

.wallet-art {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:13px 0 10px;
}

.wallet-art>.token-icon {
  width:56px;
  height:56px;
}

.wallet-art>.icon {
  width:38px;
  height:38px;
  color:#809264;
}

.wallet-option {
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  margin-bottom:20px;
}

.wallet-option>span:nth-child(2) {
  display:flex;
  flex:1;
  flex-direction:column;
  gap:6px;
}

.wallet-option strong {
  font-size:12px;
  font-weight:600;
}

.wallet-option small {
  font-size:9px;
  color:#8a967b;
}

.secondary-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:43px;
  padding:10px 16px;
  border:1px solid #dce5ce;
  border-radius:9px;
  background:#f5f8ed;
  font-size:11px;
  font-weight:550;
}

.secondary-button .icon {
  width:16px;
  height:16px;
}

.full-width {
  width:100%;
}

.settings-label {
  font-size:12px;
  font-weight:600;
}

.slippage-options {
  display:flex;
  gap:7px;
  margin:14px 0 4px;
}

.slippage-preset,.custom-slippage {
  flex:1;
  min-width:0;
  padding:12px 9px;
  border:1px solid #dfe5d5;
  border-radius:9px;
  text-align:center;
  font-size:12px;
  color:#77876a;
}

.slippage-preset.selected {
  background:#eef6dd;
  border-color:#c9daac;
  color:#3b5520;
}

.custom-slippage {
  display:flex;
  align-items:center;
  gap:3px;
  flex:1.2;
}

.custom-slippage input {
  width:100%;
  text-align:right;
  font-size:12px;
}

.setting-info {
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:16px 14px;
  background:#f5f7f0;
  border:1px solid #edf1e5;
  border-radius:11px;
  margin:24px 0;
  color:#6f7f5e;
}

.setting-info>.icon {
  width:16px;
  height:16px;
  margin-top:1px;
}

.setting-info strong {
  font-size:11px;
  font-weight:550;
}

.setting-info p {
  margin:6px 0 0;
  font-size:10px;
  line-height:1.7;
  color:#89977a;
}

.documentation-link {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:9px;
  margin:20px 0 0;
  color:#82916e;
}

.documentation-link .icon {
  width:11px;
  height:11px;
}

.review-badge {
  display:inline-block;
  padding:5px 8px;
  border:1px solid #e0e9d1;
  border-radius:5px;
  background:#f4f8ec;
  color:#7e8e69;
  font-size:8px;
  letter-spacing:.8px;
}

.review-route {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:22px 0;
}

.review-route>div {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:10px;
  width:45%;
  min-width:0;
}

.review-route>div>.token-icon {
  width:38px;
  height:38px;
}

.review-route strong {
  font-size:16px;
  font-weight:570;
  letter-spacing:-.5px;
  overflow-wrap:anywhere;
  text-align:center;
}

.review-route span:not(.token-icon) {
  font-size:9px;
  color:#8b987b;
}

.review-route>.icon {
  width:18px;
  color:#81906e;
}

.review-details {
  border-top:1px solid var(--line);
  padding-top:13px;
}

.review-details>div {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
  font-size:11px;
  padding:8px 0;
}

.review-details dt {
  color:#8a977b;
  flex-shrink:0;
}

.review-details dd {
  margin:0;
  text-align:right;
  color:#506240;
}

.review-details dd.address {
  font-size:10px;
  font-family:monospace;
  overflow-wrap:anywhere;
  line-height:1.6;
  max-width:220px;
}

.review-note {
  text-align:center;
  font-size:10px;
  color:#8f9b80;
  line-height:1.6;
  margin:17px 0;
}

.success-art,.progress-art,.empty-art {
  margin:30px auto 20px;
  width:76px;
  height:76px;
  background:#ecf5db;
  border:1px solid #dbe9c1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6f8b3f;
}

.success-art .icon {
  width:36px;
  height:36px;
  stroke-width:1.5;
}

.success-amount {
  font-size:32px;
  font-weight:560;
  letter-spacing:-1px;
  text-align:center;
  margin:10px 0;
}

.success-amount span {
  font-weight:420;
  color:#7b8c65;
}

.success-subtitle {
  text-align:center;
  font-size:11px;
  color:#839371;
  margin:0 0 20px;
}

.success-back {
  display:block;
  margin:18px auto 0;
}

.progress-art .brand-mark {
  width:41px;
  height:41px;
}

.progress-steps {
  list-style:none;
  padding:0;
  margin:28px 0;
}

.progress-steps>li {
  display:flex;
  align-items:center;
  gap:12px;
  min-height:57px;
  font-size:12px;
  color:#9fa994;
}

.step-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid #dfe7d3;
  border-radius:50%;
  font-size:11px;
}

.step-icon .icon {
  width:15px;
  height:15px;
}

.progress-steps small {
  margin-left:auto;
  font-size:9px;
}

.progress-steps>li.running {
  color:#526c30;
}

.running .step-icon {
  animation:step-pulse 1.2s ease-in-out infinite;
  background:#f0f7e2;
}

.progress-steps>li.complete {
  color:#688a34;
}

.complete .step-icon {
  background:#e9f4d5;
  border-color:#d5e5bd;
}

.empty-activity {
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  min-height:420px;
  text-align:center;
}

.empty-art {
  margin:0 0 24px;
  width:70px;
  height:70px;
  background:#f5f8ef;
}

.empty-art .icon {
  width:28px;
  height:28px;
  stroke-width:1.3;
}

.empty-activity h2 {
  font-size:21px;
  letter-spacing:-.6px;
  font-weight:510;
  margin:0 0 12px;
}

.empty-activity p {
  font-size:11px;
  line-height:1.8;
  color:#939d86;
  margin:0 0 26px;
}

.activity-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:24px 0 14px;
}

.activity-heading h2 {
  font-size:13px;
  font-weight:550;
  margin:0;
}

.activity-heading>span {
  font-size:9px;
  color:#9aa28f;
}

.activity-list {
  max-height:380px;
  overflow:auto;
}

.activity-row {
  display:flex;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #edf0e7;
  padding:17px 0;
}

.activity-row>div {
  display:flex;
  flex:1;
  min-width:0;
  flex-direction:column;
  gap:7px;
}

.activity-row strong {
  display:flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  font-weight:550;
  overflow-wrap:anywhere;
}

.activity-row strong .icon {
  width:11px;
  height:11px;
  color:#90a176;
}

.activity-row>div>span,.activity-row small {
  font-size:9px;
  color:#879775;
}

.activity-row small {
  font-size:8px;
  color:#a5ae9a;
}

.activity-status {
  display:flex;
  align-items:center;
  gap:3px;
  font-size:9px;
  color:#7e9763;
}

.activity-status .icon {
  width:12px;
  height:12px;
}

.clear-activity {
  display:block;
  margin:20px auto 12px;
}

.toast {
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  background:#27321d;
  color:#f5f8ed;
  font-size:11px;
  line-height:1.6;
  padding:12px 18px;
  border-radius:10px;
  box-shadow:0 8px 30px #26351b25;
  z-index:5;
  width:max-content;
  max-width:calc(100vw - 32px);
  text-align:center;
  pointer-events:none;
}

@keyframes step-pulse {
  50% {
    box-shadow:0 0 0 4px #e6efda;
  }
}

.popup {
  width:420px;
  height:600px;
  background:#fff;
}

.popup body {
  width:420px;
  height:600px;
  overflow:hidden;
}

.popup .workspace {
  padding:0;
  width:100%;
  max-width:none;
}

.popup .preview-head,.popup .intro,.popup .preview-footer,.popup .form-caption {
  display:none;
}

.popup .main-layout {
  display:block;
  min-height:0;
  padding:0;
}

.popup .main-layout::before {
  display:none;
}

.popup .bridge-window {
  width:100%;
  height:600px;
  border:0;
  border-radius:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
}

.popup .app-header {
  height:54px;
  flex-shrink:0;
  padding:0 20px;
}

.popup .app-wordmark {
  font-size:26px;
}

.popup .app-wordmark .brand-mark {
  width:28px;
  height:28px;
}

.popup .app-content {
  flex:1;
  min-height:0;
  overflow-y:auto;
  padding:0 20px 8px;
  scrollbar-width:thin;
  scrollbar-color:#d6dfc7 transparent;
}

.popup .tab-bar {
  height:45px;
  margin-bottom:5px;
}

.popup .tab {
  font-size:15px;
}

.popup .tab.active::after {
  bottom:3px;
}

.popup .asset-card {
  padding:11px 14px 9px;
}

.popup .card-label {
  min-height:20px;
}

.popup .asset-main {
  height:48px;
}

.popup .asset-main input,.popup .receive-amount {
  font-size:32px;
}

.popup .asset-select strong {
  font-size:18px;
}

.popup .recipient-heading {
  margin-top:13px;
  margin-bottom:7px;
}

.popup .recipient-field {
  padding:10px 11px;
}

.popup .route-details {
  margin:6px 0 8px;
}

.popup .primary-button {
  min-height:44px;
}

.popup .form-footnote {
  margin-top:10px;
}

.popup .app-footer {
  height:30px;
  flex-shrink:0;
  padding:0 20px;
}

.popup .empty-activity {
  min-height:430px;
}

.popup .activity-list {
  max-height:340px;
}

.popup dialog {
  max-height:572px;
}

.popup #dialog-content {
  padding:22px;
}

.popup .token-row {
  min-height:61px;
  padding:10px 8px;
}

.popup .modal-header {
  margin-bottom:21px;
}

.popup .toast {
  font-size:10px;
  bottom:12px;
}

@media(min-width:1400px) {
  .main-layout {
    min-height:calc(100vh - 154px);
  }
}

@media(max-width:1050px) {
  .workspace {
    padding:28px 35px;
  }
  .main-layout {
    gap:36px;
    grid-template-columns:1fr 420px;
  }
  .intro h1 {
    font-size:64px;
    letter-spacing:-4px;
  }
  .intro .eyebrow {
    font-size:7px;
  }
  .journey-label {
    display:none;
  }
  .intro-copy {
    font-size:13px;
  }
  .preview-nav {
    gap:18px;
    font-size:11px;
  }
  .outline-badge {
    font-size:9px;
  }
  .preview-footer {
    font-size:8px;
  }
}

@media(max-width:800px) {
  .workspace {
    padding:24px;
  }
  .main-layout {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:28px;
    padding:40px 0;
    min-height:0;
  }
  .intro {
    text-align:center;
    padding-bottom:0;
  }
  .intro .eyebrow {
    justify-content:center;
    font-size:8px;
  }
  .intro h1 {
    font-size:50px;
    letter-spacing:-2.8px;
    line-height:1.07;
    margin:19px 0 16px;
  }
  .intro h1 br:nth-child(2) {
    display:none;
  }
  .intro h1>span::before {
    content:'\00a0';
  }
  .intro-copy {
    font-size:12px;
  }
  .chain-journey,.intro-note {
    display:none;
  }
  .bridge-window {
    width:440px;
    max-width:100%;
  }
  .preview-nav {
    display:none;
  }
  .preview-footer>span:first-child,.preview-footer>span:last-child {
    display:none;
  }
  .preview-footer {
    justify-content:center;
  }
  .main-layout::before {
    width:100%;
    right:0;
  }
}

@media(max-width:440px) {
  :root {
    background:#f6f7f1;
  }
  .workspace {
    padding:18px 12px;
  }
  .preview-head {
    padding:0 7px;
  }
  .preview-head .wordmark {
    font-size:28px;
  }
  .preview-head .brand-mark {
    width:28px;
    height:28px;
  }
  .outline-badge {
    font-size:8px;
    padding:8px 10px;
  }
  .intro h1 {
    font-size:45px;
  }
  .intro .eyebrow {
    font-size:7px;
    letter-spacing:1px;
  }
  .app-header {
    padding:0 18px;
  }
  .app-content {
    padding-left:18px;
    padding-right:18px;
  }
  .asset-main input,.receive-amount {
    font-size:30px;
  }
  .asset-select strong {
    font-size:17px;
  }
  .token-icon {
    width:27px;
    height:27px;
  }
  .asset-meta {
    font-size:8px;
  }
  .app-footer {
    padding:0 18px;
  }
  .preview-footer {
    font-size:8px;
  }
  #dialog-content {
    padding:21px;
  }
  .modal-header h2 {
    font-size:23px;
  }
  .review-route strong {
    font-size:15px;
  }
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
