.tkcmps-connect-button{
  display:inline-flex;align-items:center;gap:.5rem;
  border:1px solid #e2e8f0;border-radius:8px;padding:.6rem .9rem;
  font-weight:600;cursor:pointer;background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
}
.tkcmps-connect-button:hover{box-shadow:0 2px 6px rgba(0,0,0,.08)}
.tkcmps-connect-address{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#334155}
.tkcmps-status-banner{
  display:flex;align-items:center;gap:.5rem;margin:.5rem 0;
  padding:.5rem .75rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;
  font-size:.95rem;
}
.tkcmps-status-dot{width:.6rem;height:.6rem;border-radius:999px;background:#ef4444;display:inline-block}
.tkcmps-status-banner[data-connected="1"] .tkcmps-status-dot{background:#22c55e}
.tkcmps-status-chain{margin-left:auto;color:#475569;font-family:ui-monospace,monospace}
.tkcmps-show-mobile{} .tkcmps-show-desktop{} .tkcmps-hide{display:none !important;}
.tkcmps-deemphasize{opacity:.85}
.tkcmps-loading{opacity:.6; cursor:progress; position:relative}
.tkcmps-loading:after{
  content:'';width:14px;height:14px;border-radius:999px;border:2px solid rgba(0,0,0,.2);
  border-top-color:rgba(0,0,0,.6);display:inline-block;margin-left:8px;animation:tkcmps-spin .7s linear infinite;
}
@keyframes tkcmps-spin{to{transform:rotate(360deg)}}
