/* Dials · Token 仪表盘（IB-Mobile 布局 · 紫色） */
#cove-token.cove-sheet{
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(168,140,210,.18), transparent 55%),
    linear-gradient(180deg, #f7f3fc 0%, #f3eef9 48%, #eee8f5 100%);
  color: #4a3a62;
}
#cove-token .cove-sheet-head h2{
  font: 700 26px/1.15 Georgia, "Songti SC", serif;
  letter-spacing: .02em;
  color: #5a4580;
}
#cove-token .cove-close{
  background: rgba(255,255,255,.72);
  color: #8e75b2;
  border: 1px solid rgba(142,117,178,.22);
  box-shadow: 0 6px 18px rgba(126,95,159,.10);
}

#cove-token .tk-sec-label{
  display: flex; align-items: center; gap: 8px;
  margin: 2px 4px 12px;
  font-size: 12px; letter-spacing: .18em; font-weight: 600;
  color: #8e75b2; text-transform: uppercase;
}
#cove-token .tk-sec-label::before{
  content: "◆"; font-size: 10px; color: #a88cd2;
}

#cove-token .tk-card{
  position: relative;
  margin: 0 0 16px; padding: 16px 14px 14px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.78), rgba(247,243,252,.55) 55%, rgba(255,255,255,.68));
  box-shadow: 0 14px 36px rgba(126,95,159,.12), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  overflow: hidden;
}
#cove-token .tk-card::before{
  content: "";
  position: absolute; right: -18px; top: -22px;
  width: 120px; height: 120px; border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(168,140,210,.22), transparent 60%),
    conic-gradient(from 210deg, rgba(142,117,178,.16), transparent 55%);
  border: 1px solid rgba(168,140,210,.18);
  pointer-events: none;
}

#cove-token .tk-seg{
  display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 14px;
  position: relative; z-index: 1;
}
#cove-token .tk-sb{
  border: 1px solid rgba(142,117,178,.22);
  background: rgba(255,255,255,.55);
  color: #8a7a9e;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  transition: background .18s, color .18s, border-color .18s;
}
#cove-token .tk-sb.on{
  color: #6b4f96;
  border-color: rgba(142,117,178,.45);
  background: rgba(168,140,210,.18);
  box-shadow: inset 0 0 0 1px rgba(168,140,210,.18);
}

#cove-token .tk-sum{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
#cove-token .tks{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(142,117,178,.14);
  border-radius: 14px;
  padding: 11px 6px 9px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(126,95,159,.06);
}
#cove-token .tks b{
  display: block;
  font-family: Georgia, "Songti SC", serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #4a3a62;
  letter-spacing: -.01em;
}
#cove-token .tks span{
  font-size: 10px;
  color: #9a89aa;
  letter-spacing: .08em;
}

#cove-token .tk-cost{
  margin: 2px 2px 12px;
  font-size: 13px;
  color: #7a6a90;
  position: relative; z-index: 1;
}
#cove-token .tk-cost b{
  font-family: Georgia, "Songti SC", serif;
  color: #8e75b2;
}

#cove-token .tk-chart{
  display: flex; align-items: flex-end; gap: 4px;
  height: 64px; padding: 6px 2px 18px;
  position: relative; z-index: 1;
  border-bottom: 1px solid rgba(142,117,178,.12);
  margin-bottom: 8px;
}
#cove-token .tk-chart i{
  flex: 1;
  background: linear-gradient(180deg, #a88cd2, rgba(168,140,210,.32));
  border-radius: 4px 4px 0 0;
  min-height: 3px;
  opacity: .9;
}
#cove-token .tk-ch-lab{
  position: absolute; bottom: -2px; left: 2px;
  font-size: 9px; color: #9a89aa; letter-spacing: .1em;
}

#cove-token .cm-sub-t{
  margin: 14px 2px 6px;
  font-size: 11px;
  letter-spacing: .14em;
  color: #8e75b2;
  font-weight: 600;
  position: relative; z-index: 1;
}
#cove-token .tkb-row{
  display: flex; flex-wrap: wrap;
  justify-content: space-between; align-items: baseline;
  gap: 2px 10px;
  padding: 8px 2px;
  border-bottom: 1px solid rgba(142,117,178,.10);
  font-size: 12.5px;
  position: relative; z-index: 1;
}
#cove-token .tkb-row span{ color: #4a3a62; min-width: 0; overflow-wrap: anywhere; line-height: 1.35; }
#cove-token .tkb-row b{ color: #9a89aa; font-weight: 400; flex: none; font-size: 11px; white-space: nowrap; }

#cove-token .tkb-price{
  display: flex; gap: 10px; align-items: baseline;
  margin: 1px 0 6px; padding-left: 2px;
  position: relative; z-index: 1;
}
#cove-token .tkb-price input{
  flex: none; width: 72px;
  border: none; border-bottom: 1px dashed rgba(142,117,178,.35);
  background: none; border-radius: 0;
  padding: 1px 2px 2px; font-size: 11px; color: #4a3a62;
  outline: none; text-align: center;
}
#cove-token .tkb-price input:focus{
  border-bottom-color: #8e75b2; border-bottom-style: solid;
}
#cove-token .tkb-price span{
  font-size: 10px; color: #9a89aa; flex: 1; min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

#cove-token .tk-exl{
  max-height: 240px; overflow-y: auto; margin-top: 4px;
  border-top: 1px solid rgba(142,117,178,.12);
  position: relative; z-index: 1;
}
#cove-token .tk-ex{
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 8px; align-items: baseline;
  padding: 7px 2px;
  border-bottom: 1px solid rgba(142,117,178,.10);
  font-size: 11.5px; color: #9a89aa;
}
#cove-token .tk-ex:last-child{ border-bottom: none; }
#cove-token .tk-ex .t{ grid-row: 1; grid-column: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
#cove-token .tk-ex .m{ grid-row: 1; grid-column: 2; min-width: 0; color: #6b5a82; overflow-wrap: anywhere; line-height: 1.3; }
#cove-token .tk-ex .c{ grid-row: 1; grid-column: 3; color: #4a3a62; white-space: nowrap; text-align: right; }
#cove-token .tk-ex .d{ grid-row: 2; grid-column: 1 / 4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10.5px; padding-top: 1px; }

#cove-token .tk-actions{ display: flex; gap: 10px; margin-top: 14px; position: relative; z-index: 1; }
#cove-token .tk-actions .cove-btn{
  flex: 1;
  border-radius: 14px;
  background: rgba(142,117,178,.14);
  color: #6b4f96;
  border: 1px solid rgba(142,117,178,.22);
}
#cove-token .tk-actions .cove-btn.danger{
  background: rgba(208,96,127,.10);
  color: #b35469;
  border-color: rgba(208,96,127,.22);
}
#cove-token .tk-actions .cove-btn.ghost{
  background: rgba(255,255,255,.65);
  color: #8e75b2;
}

#cove-token .tk-hint{
  margin: 12px 2px 0; font-size: 11px; line-height: 1.55; color: #9a89aa;
  position: relative; z-index: 1;
}
#cove-token .tk-empty{
  padding: 14px 4px; font-size: 13px; color: #9a89aa;
  position: relative; z-index: 1;
}
