body {
  margin: 0;
  background: #000000;
  color: #00ff99;
  font-family: "Segoe UI", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 0;
}

.container {
  background-color: #0a0a0a;
  padding: 30px;
  border-radius: 16px;
  width: 480px;
  box-shadow: 0 0 20px #00ff99aa;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #00ff99;
  text-shadow: 0 0 10px #00ff99;
}

input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #00ff99;
  background-color: #111;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  outline: none;
}

.criteria {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}

.criteria li {
  margin: 6px 0;
  color: #ffcc00;
}

.criteria li.good {
  color: #00ff99;
}

.result-box {
  background-color: #101820;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #00ff99;
  margin-bottom: 20px;
}

.result-text {
  font-size: 16px;
  color: #ff6b6b;
}

.bits {
  font-size: 20px;
  font-weight: bold;
  color: #ff6b6b;
}

.crack-time {
  font-size: 14px;
  margin-top: 5px;
  color: #ffaa00;
}

.breach-check {
  font-size: 14px;
  background-color: #1a1a1a;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #ff4d4d;
  border: 1px solid #ff4d4d;
}

.breach-check.safe {
  color: #00ff99;
  border-color: #00ff99;
}

.breach-list {
  text-align: left;
  background: #111;
  padding: 10px;
  border: 1px solid #00ff99;
  border-radius: 10px;
  margin-bottom: 20px;
}

.breach-list h3 {
  margin: 5px 0;
}

.breach-list textarea {
  width: 100%;
  background: #000;
  color: #00ff99;
  border: none;
  resize: none;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 4px;
}

.breach-list a {
  color: #00ccff;
  text-decoration: none;
}

.footer {
  margin-top: 20px;
}

.footer a {
  color: #00ccff;
  text-decoration: underline;
}

.alert-msg {
  margin-top: 10px;
  color: #ff4d4d;
  font-weight: bold;
}
