#ss-wallet-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  background: #05104a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}

#ss-wallet-panel {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 9999;
  width: 360px;
  max-width: calc(100vw - 40px);
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,.3);
  padding: 16px;
}

#ss-wallet-panel h3 { margin: 0 0 10px; font-size: 16px; }
#ss-wallet-panel label { display: block; font-size: 12px; margin: 10px 0 4px; color: #555; }
#ss-wallet-panel select, #ss-wallet-panel input {
  width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}
.ss-tabs { display: flex; gap: 6px; margin-top: 10px; }
.ss-tab-btn {
  flex: 1; padding: 8px; border: 1px solid #ccc; background: #f4f4f4; border-radius: 6px; cursor: pointer;
}
.ss-tab-btn.active { background: #05104a; color: #fff; border-color: #05104a; }
#ss-wallet-panel button[type="submit"], #ss-claim-load {
  margin-top: 12px; width: 100%; padding: 10px; border: none; border-radius: 6px;
  background: #05104a; color: #fff; font-weight: 600; cursor: pointer;
}
.ss-claim-row { display: flex; justify-content: space-between; align-items: center; margin: 6px 0; font-size: 13px; }
.ss-claim-btn { padding: 4px 10px; border-radius: 6px; border: none; background: #05104a; color: #fff; cursor: pointer; }
.ss-claim-btn:disabled { background: #aaa; cursor: not-allowed; }
#ss-tx-status { margin-top: 10px; font-size: 12px; min-height: 16px; }
.ss-status-error { color: #b00020; }
.ss-status-ok { color: #0a7a2a; }
.ss-stake-link {
  margin-left: 8px; font-size: 11px; padding: 2px 8px; border-radius: 999px;
  background: #05104a; color: #fff !important; text-decoration: none;
}
#ss-dev-banner {
  background: #fff3cd; color: #664d03; text-align: center; padding: 8px; font-size: 13px;
}
