:root {
  color-scheme: light;
  --bg: #f5f4ef;
  --paper: #fffefa;
  --ink: #111413;
  --muted: #6d746f;
  --line: #dedbd1;
  --line-strong: #c8c4b8;
  --green: #cfff24;
  --green-soft: #efffc0;
  --blue: #2a6df5;
  --bad: #ec5f5f;
  --shadow: 0 18px 45px rgba(35, 37, 31, 0.09);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 19, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 20, 19, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 42px 42px;
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(17, 20, 19, 0.1);
  background: rgba(255, 254, 250, 0.86);
  backdrop-filter: blur(18px);
}

.topbar,
main,
.command-center,
.metrics,
.app-shell,
.workspace,
.rail,
.owner-panel,
.locked-panel,
.bond-panel,
.inspector {
  max-width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.brand > div {
  min-width: 0;
}

.brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(17, 20, 19, 0.08);
}

.brand p,
.eyebrow {
  margin: 0 0 0.24rem;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand h1,
.title-block h2,
.section-head h2,
.inspector h2,
.inspector h3 {
  margin: 0;
  letter-spacing: 0;
}

.brand h1 {
  font-size: clamp(1rem, 2vw, 1.28rem);
  white-space: nowrap;
}

.top-actions {
  display: flex;
  gap: 0.45rem;
}

.top-actions a,
button {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.78);
  text-decoration: none;
  line-height: 1;
  padding: 0.68rem 0.78rem;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.top-actions a:hover,
button:hover {
  border-color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 20, 19, 0.08);
  transform: translateY(-1px);
}

main {
  width: min(1680px, calc(100% - 1.4rem));
  margin: 0 auto;
  padding: 0.9rem 0 2rem;
}

.command-center {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 34rem);
  gap: 1rem;
  align-items: center;
  padding: clamp(0.7rem, 2.2vw, 1.4rem) 0 0.8rem;
}

.title-block h2 {
  max-width: none;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
}

.search-panel {
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 254, 250, 0.9);
  box-shadow: var(--shadow);
}

.search-panel label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}

input {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: none;
  padding: 0.86rem 0.95rem;
}

select {
  min-width: 4.6rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  padding: 0.62rem 0.72rem;
  outline: none;
}

input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(207, 255, 36, 0.45);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.metrics article {
  min-width: 0;
  padding: 0.86rem;
  background: rgba(255, 254, 250, 0.94);
}

.metrics span,
.muted,
th {
  color: var(--muted);
}

.metrics strong {
  display: block;
  margin-top: 0.28rem;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  letter-spacing: -0.02em;
}

.freshness-line {
  margin: -0.2rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mobile-tabs {
  display: none;
}

.app-shell {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 1fr) 24rem;
  gap: 1rem;
  align-items: start;
}

.rail,
.owner-panel,
.locked-panel,
.bond-panel,
.inspector {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 254, 250, 0.93);
  box-shadow: var(--shadow);
}

.rail,
.inspector {
  position: sticky;
  top: 5rem;
}

.rail {
  display: grid;
  gap: 1.1rem;
  padding: 1rem;
}

.filter-stack {
  display: grid;
  gap: 0.42rem;
}

.filter-stack button,
.segmented button {
  text-align: left;
  font-size: 0.88rem;
  font-weight: 760;
}

.filter-stack button.active,
.segmented button.active {
  border-color: #111;
  color: #111;
  background: var(--green);
}

.bucket-stack,
.validation-grid,
.watchlist {
  display: grid;
  gap: 0.58rem;
}

.bucket-row {
  display: grid;
  grid-template-columns: 4.6rem 2.7rem;
  gap: 0.45rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.8rem;
}

.bucket-row strong {
  color: var(--ink);
  text-align: right;
}

.bucket-row i {
  grid-column: 1 / -1;
  display: block;
  height: 0.38rem;
  border-radius: 999px;
  background: #ece8dc;
  overflow: hidden;
}

.bucket-row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #111;
  animation: growBar 600ms ease both;
}

.validation-grid div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.validation-grid strong {
  color: var(--ink);
  text-align: right;
}

.workspace {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.owner-panel,
.locked-panel,
.bond-panel,
.inspector {
  padding: 1rem;
}

.section-head,
.inspector-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.section-head.compact {
  margin-bottom: 0.65rem;
}

.section-head h2,
.inspector h2 {
  font-size: clamp(1.28rem, 2vw, 1.75rem);
}

.inspector h3 {
  font-size: 1rem;
}

.segmented {
  display: flex;
  gap: 0.36rem;
  overflow-x: auto;
  padding-bottom: 0.12rem;
}

.segmented button {
  white-space: nowrap;
}

.owner-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.owner-meta button {
  padding: 0.52rem 0.62rem;
  font-size: 0.74rem;
  font-weight: 850;
}

.owner-list {
  display: grid;
  gap: 0.42rem;
}

.rule-strip,
.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 0.72rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  overflow: hidden;
}

.rule-strip div,
.status-grid div {
  min-width: 0;
  padding: 0.72rem;
  background: #fff;
}

.rule-strip span,
.status-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.rule-strip strong,
.status-grid strong {
  display: block;
  margin-top: 0.22rem;
  overflow: hidden;
  font-size: 1.04rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rule-strip {
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  margin-bottom: 0.56rem;
}

.rule-strip div:first-child {
  background: var(--green-soft);
}

.change-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.42rem;
  margin-bottom: 0.72rem;
}

.change-strip span {
  display: grid;
  gap: 0.1rem;
  padding: 0.58rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fffefa;
  font-size: 0.72rem;
  font-weight: 800;
}

.change-strip b {
  color: var(--ink);
  font-size: 1rem;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.72rem;
  padding: 0.72rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #faf8f0;
}

.pager button {
  font-size: 0.84rem;
  font-weight: 800;
}

.pager button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.pager label {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.pager input {
  width: 4.8rem;
  padding: 0.62rem 0.72rem;
}

.pager span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.owner-row {
  display: grid;
  grid-template-columns: 3.4rem minmax(10rem, 1fr) minmax(7rem, 0.32fr) minmax(7rem, 0.32fr);
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-height: 4.1rem;
  padding: 0.76rem;
  text-align: left;
  background: #fff;
}

.owner-row:hover,
.owner-row.selected {
  border-color: #111;
  background: #fbfff0;
}

.owner-row.selected {
  box-shadow: inset 4px 0 0 #111;
}

.owner-rank {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 850;
}

.owner-id,
.owner-value {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.owner-id strong,
.owner-value strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-id small,
.owner-value small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 760;
}

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

.inspector {
  overflow: hidden;
}

.wallet-address {
  overflow-wrap: anywhere;
  margin: 0 0 0.8rem;
  font-size: 0.84rem;
  line-height: 1.45;
}

.flag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-bottom: 0.9rem;
}

.flag-row span,
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #111;
  background: var(--green-soft);
  font-size: 0.75rem;
  font-weight: 850;
}

.flag-row span {
  padding: 0.38rem 0.56rem;
}

.pill {
  min-width: 3.8rem;
  justify-content: center;
  padding: 0.32rem 0.5rem;
}

.pill.missing {
  color: #fff;
  background: var(--bad);
}

.pill.locked {
  background: #f4df9a;
}

.pill.claimable {
  background: #dce9ff;
}

.pill.inactive {
  color: var(--muted);
  background: #ece8dc;
}

.owner-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  overflow: hidden;
}

.owner-detail-grid div {
  min-width: 0;
  padding: 0.78rem;
  background: #fff;
}

.owner-detail-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.owner-detail-grid strong {
  display: block;
  margin-top: 0.25rem;
  overflow-wrap: anywhere;
  font-size: 1.12rem;
}

.inspector-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.watch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.68rem;
  text-align: left;
  background: #fff;
}

.watch-item span {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.watch-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
}

.watch-item small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
}

.watch-item b {
  flex: 0 0 auto;
  font-size: 0.84rem;
}

.empty-state {
  padding: 0.68rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
}

.compact-table table {
  min-width: 24rem;
}

.owner-bond-cards {
  display: none;
}

.locked-cards {
  display: none;
}

th,
td {
  padding: 0.74rem;
  border-bottom: 1px solid #ebe7dc;
  text-align: left;
  white-space: nowrap;
  font-size: 0.88rem;
}

th {
  background: #faf8f0;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td.numeric,
th.numeric {
  text-align: right;
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr:hover {
  background: #fbfff0;
}

.bond-link {
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.bond-link:hover {
  color: var(--blue);
}

@keyframes growBar {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1240px) {
  .app-shell {
    grid-template-columns: 14rem minmax(0, 1fr);
  }

  .inspector {
    position: static;
    grid-column: 1 / -1;
    order: -1;
  }
}

@media (max-width: 920px) {
  .command-center,
  .metrics,
  .app-shell {
    grid-template-columns: 1fr;
  }

  .rail {
    position: static;
    grid-template-columns: 1fr;
  }

  .rail > div:not(:first-child) {
    display: none;
  }

  .filter-stack {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scroll-snap-type: x proximity;
  }

  .filter-stack button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .title-block h2 {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body {
    background: #f7f6f0;
  }

  main {
    width: 100%;
    padding: 0.4rem 0.5rem 1.4rem;
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    gap: 0.42rem;
    padding: 0.46rem 0.52rem;
  }

  .section-head,
  .inspector-head {
    display: block;
  }

  .brand {
    width: 100%;
    gap: 0.46rem;
  }

  .brand-mark {
    width: 1.85rem;
    height: 1.85rem;
    flex: 0 0 auto;
  }

  .brand p {
    font-size: 0.54rem;
    margin-bottom: 0.1rem;
  }

  .brand h1 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    font-size: 0.84rem;
    line-height: 1.06;
  }

  .top-actions {
    flex: 0 0 auto;
    gap: 0.26rem;
    margin-top: 0;
  }

  .top-actions a {
    padding: 0.42rem 0.46rem;
    font-size: 0.68rem;
  }

  .segmented {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 0.3rem;
    margin-top: 0.56rem;
    overflow: visible;
  }

  .command-center {
    display: grid;
    gap: 0.42rem;
    padding: 0.2rem 0 0.5rem;
  }

  .title-block {
    display: block;
    width: 100%;
  }

  .title-block .eyebrow {
    display: none;
  }

  .title-block h2 {
    width: 100%;
    font-size: 1.18rem;
    line-height: 1;
  }

  .search-panel {
    padding: 0.54rem;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(35, 37, 31, 0.06);
  }

  .search-panel label {
    margin-bottom: 0.42rem;
    font-size: 0.72rem;
  }

  input {
    padding: 0.66rem 0.72rem;
    font-size: 0.86rem;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.36rem;
    margin-bottom: 0.42rem;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .metrics article {
    padding: 0.58rem;
    border: 1px solid var(--line);
    border-radius: 10px;
  }

  .metrics span {
    font-size: 0.68rem;
  }

  .metrics strong {
    font-size: 1rem;
  }

  .freshness-line {
    margin: 0 0 0.42rem;
    padding: 0 0.04rem;
    overflow: hidden;
    color: #5d655f;
    font-size: 0.68rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-tabs {
    position: sticky;
    top: 3.05rem;
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.26rem;
    margin: 0 -0.02rem 0.58rem;
    padding: 0.34rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 254, 250, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 18px rgba(35, 37, 31, 0.07);
  }

  .mobile-tabs button {
    min-width: 0;
    padding: 0.5rem 0.18rem;
    border-radius: 8px;
    font-size: 0.68rem;
    font-weight: 850;
    text-align: center;
  }

  .mobile-tabs button.active {
    border-color: #111;
    background: var(--green);
  }

  .rail,
  .owner-panel,
  .locked-panel,
  .bond-panel,
  .inspector {
    width: 100%;
    padding: 0.58rem;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(35, 37, 31, 0.06);
  }

  .rail {
    order: 1;
  }

  .workspace {
    order: 2;
  }

  .inspector {
    order: 3;
  }

  html[data-mobile-view="wallets"] .inspector,
  html[data-mobile-view="wallets"] .locked-panel,
  html[data-mobile-view="locked"] .rail,
  html[data-mobile-view="locked"] .owner-panel,
  html[data-mobile-view="locked"] .bond-panel,
  html[data-mobile-view="locked"] .inspector,
  html[data-mobile-view="insights"] .workspace,
  html[data-mobile-view="insights"] .inspector,
  html[data-mobile-view="selected"] .rail,
  html[data-mobile-view="selected"] .workspace {
    display: none;
  }

  html[data-mobile-view="insights"] .rail > div {
    display: block;
  }

  html[data-mobile-view="insights"] .rail > div:first-child {
    display: none;
  }

  html[data-mobile-view="insights"] .filter-stack {
    display: none;
  }

  .app-shell,
  .workspace {
    width: 100%;
    gap: 0.58rem;
  }

  .search-row,
  .owner-detail-grid {
    grid-template-columns: 1fr;
  }

  .search-row {
    gap: 0.45rem;
  }

  .filter-stack button,
  .segmented button {
    min-width: 0;
    padding: 0.52rem 0.42rem;
    overflow: hidden;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.05;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .filter-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .section-head h2,
  .inspector h2 {
    font-size: 0.98rem;
  }

  .section-head {
    margin-bottom: 0.56rem;
  }

  .owner-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.32rem;
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
  }

  .owner-meta span {
    min-width: 0;
  }

  .owner-meta span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .owner-meta span:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.68rem;
  }

  .owner-meta button {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    padding: 0.5rem 0.52rem;
    font-size: 0.7rem;
  }

  .owner-list {
    gap: 0.5rem;
  }

  .rule-strip,
  .status-grid,
  .change-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .rule-strip,
  .status-grid {
    border: 0;
    background: transparent;
  }

  .rule-strip div,
  .status-grid div,
  .change-strip span {
    padding: 0.54rem;
    border: 1px solid var(--line);
    border-radius: 10px;
  }

  .owner-row {
    grid-template-columns: 2.15rem minmax(0, 1fr) minmax(4rem, auto);
    min-height: 3rem;
    gap: 0.42rem;
    padding: 0.58rem;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(17, 20, 19, 0.04);
  }

  .owner-value {
    text-align: right;
    min-width: 0;
  }

  .owner-rank {
    font-size: 0.72rem;
  }

  .owner-id small,
  .owner-value small {
    font-size: 0.62rem;
  }

  .owner-id strong,
  .owner-value strong {
    font-size: 0.86rem;
  }

  .owner-value.secondary {
    display: none;
  }

  .pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.38rem;
    padding: 0.52rem;
    background: #fffefa;
  }

  .pager button,
  .pager label,
  .pager span {
    min-width: 0;
    font-size: 0.72rem;
  }

  .pager input,
  .pager select {
    max-width: 5.4rem;
    padding: 0.48rem 0.5rem;
    font-size: 0.78rem;
  }

  .pager span,
  .pager label {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .bond-panel {
    display: none;
  }

  .locked-table-wrap {
    display: none;
  }

  .inspector .compact-table {
    display: none;
  }

  .wallet-address {
    font-size: 0.78rem;
  }

  .flag-row {
    margin-bottom: 0.7rem;
  }

  .owner-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 10px;
  }

  .owner-detail-grid div {
    padding: 0.52rem;
  }

  .owner-detail-grid span {
    font-size: 0.58rem;
  }

  .owner-detail-grid strong {
    font-size: 0.82rem;
  }

  .owner-bond-cards {
    display: grid;
    gap: 0.46rem;
  }

  .locked-cards {
    display: grid;
    gap: 0.46rem;
  }

  .locked-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.16rem 0.7rem;
    align-items: center;
    padding: 0.56rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    text-align: left;
  }

  .locked-card strong,
  .locked-card b {
    justify-self: end;
  }

  .locked-card small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 750;
  }

  .owner-bond-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.16rem 0.7rem;
    align-items: center;
    padding: 0.56rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
  }

  .owner-bond-card span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 850;
  }

  .owner-bond-card strong {
    justify-self: end;
    font-size: 0.96rem;
  }

  .owner-bond-card small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 750;
  }

  .watchlist {
    grid-template-columns: 1fr;
  }
}
