.nostr-vote { 
  border: 1px solid #ddd; 
  padding: 16px; 
  border-radius: 8px; 
  max-width: 500px; 
  margin: 0 auto; 
}
.nostr-vote-header { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  margin-bottom: 12px; 
}
.nostr-vote-options { 
  display: grid; 
  gap: 8px; 
  margin: 12px 0; 
}
.nostr-vote-btn { 
  padding: 10px; 
  border: 1px solid #ccc; 
  background: #f9f9f9; 
  border-radius: 6px; 
  cursor: pointer; 
  font-size: 16px; 
}
.nostr-vote-btn:hover { 
  background: #e8e8e8; 
}
.nostr-vote-status { 
  margin-top: 12px; 
  font-size: 14px; 
  font-weight: 500; 
}
.nostr-vote-status.success { 
  color: #2e7d32; 
}
.nostr-vote-status.error { 
  color: #d32f2f; 
}
.nostr-vote-result-list { 
  margin: 8px 0 0; 
  padding-left: 20px; 
}
.nostr-vote-hint { 
  color: #666; 
  display: block; 
  margin-top: 12px; 
  font-size: 12px; 
}
.nostr-connect-lightning {
  background: #007cba;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}
.nostr-connect-lightning:hover {
  background: #005a87;
}
.nostr-wallet-status {
  font-size: 12px;
  color: #666;
}
.nostr-nostr-state, .nostr-lightning-state {
  font-weight: bold;
}