@font-face {
  font-family: Weeper;
  src: local("Arial");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f5f6f7;
  color: #19201e;
  font-family:
    Inter,
    Weeper,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #688800;
  outline-offset: 4px;
}
.skip {
  position: absolute;
  left: 10px;
  top: -60px;
  z-index: 20;
  background: #c8ff2e;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 230px;
  background: #141b18;
  color: #c7ceca;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
  padding-left: 9px;
}
.brand span {
  font-size: 12px;
  align-self: flex-start;
  margin-top: 7px;
}
.brand img {
  object-fit: contain;
}
.workspace-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #79877e;
  margin: 54px 12px 17px;
}
.nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  color: #aeb8b1;
  text-align: left;
  padding: 14px 13px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}
.nav span {
  font-size: 20px;
  line-height: 1;
  width: 23px;
}
.nav.active {
  background: #c8ff2e;
  color: #17200f;
  font-weight: 700;
}
.nav:hover:not(.active) {
  background: #233029;
}
.nav i {
  font-style: normal;
  margin-left: auto;
  font-size: 12px;
  opacity: 0.7;
}
.sidebar-bottom {
  margin-top: auto;
  font-size: 14px;
  padding: 25px 9px 0;
}
.network {
  color: #e7ede9;
  border-top: 1px solid #354039;
  padding-top: 22px;
}
.network i,
.app-footer i,
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #a0d427;
  border-radius: 50%;
  margin-right: 8px;
}
.sidebar-bottom p {
  color: #84928a;
  font-size: 13px;
  line-height: 1.7;
  margin: 16px 0;
}
.text-button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sidebar-bottom .text-button {
  font-size: 12px;
}
.back-brand {
  display: block;
  text-decoration: none;
  font-size: 13px;
  margin-top: 24px;
}
.sidebar-bottom small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #6d7c72;
  margin-top: 14px;
}
.shell {
  margin-left: 230px;
}
.topbar {
  height: 86px;
  padding: 0 45px;
  border-bottom: 1px solid #e3e6e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.crumb {
  font-size: 14px;
  color: #7b847e;
}
.crumb span {
  margin: 0 13px;
  color: #b3bab6;
}
.crumb b {
  font-weight: 500;
  color: #36423a;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}
.button {
  border: 0;
  border-radius: 7px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none;
}
.dark {
  background: #172019;
  color: white;
}
.lime {
  background: #c8ff2e;
  color: #1a240e;
}
.outline {
  background: white;
  border: 1px solid #dce2dd;
  color: #465148;
}
.button:hover:not(:disabled) {
  filter: brightness(0.94);
}
.badge {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 5px;
  background: #ecf4dd;
  color: #476321;
  white-space: nowrap;
  display: inline-block;
}
.subtle {
  background: #f2f5ed;
  color: #606e51;
}
.demo-badge {
  background: #fff2d9;
  color: #8f631b;
}
.neutral-badge {
  background: #edf0f2;
  color: #57626c;
}
.warning-badge {
  background: #fff0de;
  color: #996525;
}
main {
  padding: 37px 45px 20px;
  max-width: 1550px;
  margin: auto;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #72806f;
  margin: 0 0 10px;
}
h1 {
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -1.7px;
  font-weight: 650;
  line-height: 1.14;
  margin: 0 0 10px;
}
.page-heading p:last-child {
  margin: 0;
  color: #778078;
  font-size: 15px;
}
h2 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin: 10px 0 16px;
}
h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 650;
}
.scan-panel {
  background: white;
  border: 1px solid #e2e7e2;
  border-radius: 12px;
  padding: 20px 23px;
  margin-bottom: 23px;
  box-shadow: 0 3px 4px #17201902;
}
.scan-panel label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.scan-input {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce2dc;
  border-radius: 8px;
  padding: 5px 5px 5px 14px;
}
.scan-input > span {
  font-size: 27px;
  line-height: 1;
  color: #9ba69e;
}
.scan-input input {
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  min-width: 0;
  padding: 8px 4px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 14px;
}
.scan-input:focus-within {
  border-color: #809b49;
  box-shadow: 0 0 0 3px #bde97124;
}
.scan-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}
.scan-footer p {
  font-size: 12px;
  color: #89928a;
  margin: 0;
}
.scan-footer button {
  font-size: 12px;
  font-weight: 600;
  color: #465343;
}
.welcome {
  text-align: center;
  padding: 40px 10px 65px;
  border: 1px dashed #dbe1da;
  border-radius: 12px;
}
.signal-symbol {
  margin: 0 auto 18px;
  font-size: 48px;
  background: #e2eccd;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  color: #586d32;
  line-height: 77px;
}
.welcome h2 {
  font-size: 29px;
}
.welcome > p:not(.eyebrow) {
  color: #7b857b;
  font-size: 15px;
}
.welcome-steps {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 30px;
  font-size: 13px;
  color: #737e72;
}
.welcome-steps b {
  font-weight: 400;
  color: #647d38;
  margin-right: 8px;
}
.app-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #e2e7e2;
  margin-top: 29px;
  padding-top: 19px;
  color: #8d968e;
  font-size: 11px;
}
.app-footer i {
  width: 5px;
  height: 5px;
  background: #7f9780;
  margin-right: 5px;
}
#message:not([hidden]) {
  margin: 0 0 20px;
  padding: 13px 16px;
  font-size: 14px;
  border-radius: 8px;
  background: #e8efdf;
  color: #425d28;
}
#message.error {
  background: #ffede8;
  color: #9e4130;
}
.workspace-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 17px;
  font-size: 12px;
  color: #7c877d;
  gap: 8px;
}
.workspace-meta > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.address {
  font-family: ui-monospace, SFMono-Regular, monospace;
}
.stats {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 26px;
}
.stat {
  background: white;
  border: 1px solid #e1e6e0;
  border-radius: 11px;
  padding: 21px 23px;
}
.stat.accent {
  background: #ecf4db;
  border-color: #e0eacb;
}
.stat-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6f7f68;
}
.stat-icon {
  font-size: 18px;
}
.stat-value {
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 10px 0 4px;
  font-weight: 600;
}
.stat-value small {
  font-size: 18px;
  letter-spacing: 0;
  color: #859079;
  font-weight: 400;
}
.stat-note {
  font-size: 12px;
  color: #829079;
}
.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 13px;
}
.section-row p {
  margin: 3px 0 0;
  font-size: 13px;
  color: #849082;
}
.section-row .text-button {
  font-size: 12px;
}
.columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 282px;
  gap: 20px;
}
.panel {
  background: white;
  border: 1px solid #e2e7e1;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 20px;
}
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #eef0ed;
}
.panel-header span {
  font-size: 12px;
  color: #8b958c;
}
.asset-row,
.approval-row {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  gap: 13px;
  border-bottom: 1px solid #edf0eb;
  min-height: 82px;
}
.asset-row:last-child,
.approval-row:last-child {
  border-bottom: 0;
}
.token-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6ecf8;
  color: #687baf;
  flex: none;
  font-weight: 650;
  font-size: 18px;
}
.token-icon.usdc {
  background: #e9f1ff;
  color: #3b83d5;
}
.token-icon.dai {
  background: #fcf1d8;
  color: #c8962f;
}
.token-icon.usdt {
  background: #e5f2ed;
  color: #388f74;
}
.token-icon.aave {
  background: #ebe6f7;
  color: #9b80b7;
}
.asset-info {
  flex: 1;
  min-width: 0;
}
.asset-info b {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.asset-info small {
  display: block;
  font-size: 12px;
  color: #97a095;
  margin-top: 2px;
}
.amount {
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  text-align: right;
  overflow-wrap: anywhere;
  max-width: 170px;
}
.amount small {
  display: block;
  color: #929b90;
  font-weight: 400;
  font-size: 11px;
}
.row-button {
  font-size: 12px;
  background: #f5f8ef;
  border: 1px solid #e0e7d5;
  padding: 7px 10px;
  border-radius: 6px;
  min-height: 34px;
  color: #566f36;
  white-space: nowrap;
}
.insight {
  padding: 22px;
  background: #19221c;
  color: #fff;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}
.insight .eyebrow {
  color: #96aa8a;
}
.insight h3 {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin: 21px 0 13px;
}
.insight p {
  font-size: 13px;
  color: #9eaf9e;
  line-height: 1.7;
}
.insight .button {
  width: 100%;
  margin-top: 11px;
}
.insight-symbol {
  font-size: 35px;
  color: #c8ff2e;
}
.coverage-card {
  background: #eef1ed;
  border: 1px solid #e1e6dd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 17px;
}
.coverage-card h3 {
  font-size: 13px;
  margin-bottom: 14px;
}
.coverage-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  margin: 9px 0;
  color: #778370;
}
.coverage-item b {
  color: #516544;
  font-weight: 500;
}
.coverage-card .text-button {
  font-size: 12px;
  margin-top: 12px;
}
.panel-foot {
  padding: 12px 22px;
  background: #fafbf8;
  font-size: 11px;
  color: #879180;
}
.empty {
  padding: 34px 22px;
  text-align: center;
  color: #808e7d;
  font-size: 14px;
}
.empty b {
  display: block;
  color: #43523e;
  font-size: 17px;
  margin-bottom: 8px;
}
.approval-row .token-icon {
  width: 35px;
  height: 35px;
  font-size: 15px;
}
.activity-item {
  padding: 20px 23px;
  border-bottom: 1px solid #edf0eb;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.activity-item p {
  font-size: 13px;
  margin: 5px 0;
  color: #818d7b;
}
.activity-item a {
  font-size: 12px;
}
.activity-item .asset-info {
  overflow-wrap: anywhere;
}
.filter-row {
  display: flex;
  gap: 8px;
  margin: 0 0 17px;
}
.filter-row button {
  font-size: 13px;
  border: 1px solid #dce4d7;
  padding: 7px 13px;
  border-radius: 30px;
  background: transparent;
}
.filter-row button.active {
  background: #24311e;
  color: white;
  border-color: #24311e;
}
dialog {
  border: 1px solid #dce3d5;
  box-shadow: 0 24px 80px #14210c40;
  border-radius: 16px;
  padding: 27px;
  width: min(540px, calc(100% - 28px));
  max-height: 90vh;
  color: #25321e;
}
dialog::backdrop {
  background: #101a16a0;
  backdrop-filter: blur(4px);
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-head .eyebrow {
  margin: 0;
}
.icon-button {
  border: 0;
  background: #f2f5ed;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 1;
  font-size: 24px;
  color: #748169;
}
.dialog-amount {
  font-size: 37px;
  letter-spacing: -1px;
  margin: 16px 0 3px;
  line-height: 1.3;
}
.dialog-description {
  font-size: 14px;
  color: #7c8974;
  margin: 5px 0 21px;
}
.review-details {
  margin: 23px 0;
  background: #f4f7ef;
  border-radius: 9px;
  padding: 6px 17px;
}
.detail-row {
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  border-bottom: 1px solid #e2e8db;
}
.detail-row:last-child {
  border: 0;
}
.detail-row span {
  color: #88947f;
}
.detail-row b {
  font-weight: 500;
  text-align: right;
  overflow-wrap: anywhere;
  max-width: 290px;
  font-size: 13px;
}
.detail-row.full {
  display: block;
}
.detail-row.full b {
  display: block;
  max-width: none;
  text-align: left;
  font-size: 11px;
  margin-top: 5px;
  font-family: ui-monospace, monospace;
}
.checklist {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 13px;
  color: #6a7d58;
  margin: 15px 0;
}
.checklist span:first-child {
  color: #719b34;
}
.muted {
  font-size: 13px;
  color: #849178;
}
#review-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
#review-actions .button {
  flex: 1;
}
#review-message:not(:empty) {
  background: #fff4de;
  color: #926c2d;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  margin: 12px 0;
}
.calldata {
  font-size: 11px;
  word-break: break-all;
  background: #f4f7ef;
  padding: 12px;
  border-radius: 7px;
  font-family: ui-monospace, monospace;
}
details summary {
  font-size: 12px;
  color: #879779;
  cursor: pointer;
  margin: 15px 0;
}
.coverage-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}
.coverage-list > div {
  border-bottom: 1px solid #e3e9dd;
  padding-bottom: 12px;
  font-size: 14px;
}
.coverage-list small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #8a9680;
}
.loading {
  padding: 42px;
  text-align: center;
  color: #879577;
}
.loading-ring {
  width: 34px;
  height: 34px;
  border: 3px solid #e0e8d6;
  border-top-color: #8eb73a;
  border-radius: 50%;
  margin: 0 auto 18px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.check-success {
  width: 60px;
  height: 60px;
  margin: 18px 0;
  color: #699427;
  background: #eaf3db;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
}
.wallet-choice {
  width: 100%;
  margin: 10px 0;
}
.all-table .asset-row {
  min-height: 91px;
}
@media (min-width: 1550px) {
  main {
    padding-top: 50px;
  }
  .columns {
    grid-template-columns: minmax(0, 1fr) 315px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    width: 205px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shell {
    margin-left: 205px;
  }
  main {
    padding: 28px;
  }
  .topbar {
    padding: 0 28px;
  }
  .columns {
    grid-template-columns: minmax(0, 1fr) 245px;
  }
  .asset-row {
    padding: 17px;
  }
  .amount {
    max-width: 115px;
  }
  .row-button {
    font-size: 11px;
    padding: 7px;
  }
  .stat {
    padding: 19px;
  }
  .stats {
    gap: 10px;
  }
  .stat-value {
    font-size: 30px;
  }
  .scan-footer p {
    max-width: 65%;
  }
}
@media (max-width: 1000px) {
  .columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .right-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .coverage-card {
    margin: 0;
  }
  .insight h3 {
    margin-top: 10px;
  }
  .insight-symbol {
    display: none;
  }
  .top-actions .badge {
    display: none;
  }
  .crumb {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 15px 18px;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    font-size: 26px;
    padding: 0;
  }
  .brand img {
    width: 28px;
  }
  .sidebar nav {
    display: flex;
    gap: 4px;
  }
  .nav {
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 7px;
    margin: 0;
    display: block;
  }
  .nav span {
    font-size: 22px;
  }
  .nav i,
  .workspace-label,
  .sidebar-bottom {
    display: none;
  }
  .shell {
    margin: 0;
  }
  .topbar {
    height: 62px;
    padding: 0 18px;
  }
  .crumb {
    font-size: 11px;
  }
  .crumb span {
    margin: 0 6px;
  }
  .topbar .button {
    font-size: 12px;
    padding: 8px 10px;
    min-height: 36px;
  }
  main {
    padding: 25px 18px 20px;
  }
  .page-heading {
    gap: 12px;
    align-items: start;
  }
  .page-heading h1 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .page-heading p:last-child {
    font-size: 13px;
  }
  .page-heading .eyebrow {
    font-size: 10px;
  }
  .page-heading > .button {
    font-size: 0;
    padding: 10px;
    width: 34px;
    min-height: 34px;
  }
  .page-heading > .button::first-letter {
    font-size: 18px;
  }
  .scan-panel {
    padding: 16px;
  }
  .scan-panel label {
    font-size: 12px;
  }
  .scan-input {
    gap: 4px;
    padding-left: 8px;
  }
  .scan-input input {
    font-size: 12px;
  }
  .scan-input .button {
    font-size: 12px;
    padding: 10px 12px;
    gap: 7px;
  }
  .scan-footer {
    align-items: start;
  }
  .scan-footer p {
    font-size: 10px;
    max-width: 54%;
  }
  .scan-footer button {
    font-size: 10px;
    margin-top: 3px;
  }
  .stats {
    gap: 7px;
  }
  .stat {
    padding: 13px 11px;
    border-radius: 8px;
  }
  .stat-label {
    font-size: 10px;
  }
  .stat-icon {
    display: none;
  }
  .stat-value {
    font-size: 24px;
    margin: 9px 0 3px;
  }
  .stat-value small {
    font-size: 12px;
  }
  .stat-note {
    font-size: 9px;
  }
  .workspace-meta {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .workspace-meta .badge {
    font-size: 10px;
  }
  .asset-row,
  .approval-row {
    padding: 15px 13px;
    gap: 9px;
  }
  .token-icon {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .asset-info b {
    font-size: 12px;
  }
  .asset-info small {
    font-size: 10px;
  }
  .amount {
    font-size: 12px;
    max-width: 100px;
  }
  .amount small {
    font-size: 10px;
  }
  .row-button {
    font-size: 11px;
    padding: 7px;
  }
  .panel-header {
    padding: 15px;
  }
  .panel-header h3 {
    font-size: 14px;
  }
  .panel-header span {
    font-size: 10px;
  }
  .right-column {
    grid-template-columns: 1fr;
  }
  .section-row p {
    font-size: 11px;
  }
  .app-footer {
    font-size: 9px;
    align-items: start;
  }
  .app-footer > span {
    max-width: 49%;
  }
  .welcome {
    padding: 30px 10px;
  }
  .welcome h2 {
    font-size: 25px;
  }
  .welcome p:not(.eyebrow) {
    font-size: 13px;
  }
  .welcome-steps {
    gap: 14px;
    font-size: 10px;
  }
  .detail-row b {
    max-width: 220px;
  }
  .dialog-amount {
    font-size: 32px;
  }
  dialog {
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
