.dogelon-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "Press Start 2P", monospace, sans-serif;
}

.dogelon-leaderboard,
.dogelon-setup {
  background: #1a1a2e;
  border: 2px solid #e94560;
  border-radius: 8px;
  padding: 24px;
  max-width: 420px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  color: #eee;
}

.dogelon-lb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dogelon-lb-header h2 {
  font-size: 16px;
  color: #e94560;
  margin: 0;
}

.dogelon-close-btn {
  background: none;
  border: 1px solid #e94560;
  color: #e94560;
  padding: 4px 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
}

.dogelon-personal-best {
  text-align: center;
  font-size: 11px;
  color: #ffd700;
  margin-bottom: 12px;
}

.dogelon-period-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.dogelon-period-btn {
  flex: 1;
  background: #16213e;
  border: 1px solid #444;
  color: #aaa;
  padding: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
}

.dogelon-period-btn.active {
  border-color: #e94560;
  color: #e94560;
}

.dogelon-lb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.dogelon-lb-table th {
  text-align: left;
  padding: 6px 4px;
  border-bottom: 1px solid #333;
  color: #888;
}

.dogelon-lb-table td {
  padding: 6px 4px;
  border-bottom: 1px solid #222;
}

.dogelon-lb-table tr.dogelon-you td {
  color: #ffd700;
}

.dogelon-setup {
  text-align: center;
}

.dogelon-setup h2 {
  color: #e94560;
  font-size: 16px;
  margin: 0 0 12px;
}

.dogelon-setup p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 16px;
}

.dogelon-setup input {
  width: 100%;
  padding: 10px;
  font-family: inherit;
  font-size: 12px;
  background: #16213e;
  border: 1px solid #444;
  color: #eee;
  border-radius: 4px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.dogelon-btn-primary {
  width: 100%;
  padding: 10px;
  background: #e94560;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
}

.dogelon-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
