.ltu-code-box {
  background: #0d1117;
  color: #c9d1d9;
  border-radius: 10px;
  padding: 15px;
  font-family: monospace;
  margin: 20px 0;
  position: relative;
}

.ltu-header {
  font-size: 14px;
  margin-bottom: 10px;
  color: #58a6ff;
}

.ltu-code-box pre {
  background: #161b22;
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
}

.ltu-code-box button {
  margin-top: 10px;
  padding: 10px 15px;
  background: #238636;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.ltu-code-box button:hover {
  background: #2ea043;
}

.blur {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

.locked::after {
  content: "LOCKED";
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
}
