@charset "UTF-8";
.generate {
  box-sizing: border-box;
  padding: 20px;
  width: 450px;
  max-width: 95vw;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 17, 28, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(40px);
  animation: cardFloat 8s ease-in-out infinite 1s;
  transition: all var(--transition-normal);
}

header.generate {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px dashed black;
}

header.generate > ul,
header.generate > div {
  width: 100%;
  display: flex;
  justify-content: center;
}

header.generate > ul li {
  display: block;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  padding: 10px;
  border: 1px solid black;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
}

header.generate > ul li:last-child {
  font-size: 1.5em;
  line-height: 8;
  padding: 0;
  width: 45px;
  height: 45px;
  font-weight: bolder;
  background: black;
  color: white;
}

header.generate > ul li:last-child:after {
  content: "®";
  position: absolute;
  display: block;
  color: black;
  right: -5px;
  bottom: -14px;
  font-size: 1.5em;
}

header.generate > div {
  margin-top: 20px;
  font-size: 1.5em;
}

footer.generate {
  font-size: 1.5em;
  padding-top: 20px;
  border-top: 1px dashed black;
}

.timestamp-12word {
  margin-left: 20px;
}

button {
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  font-size: 1.5em;
  background: pink;
  color: white;
  text-transform: uppercase;
}

#numbers-12word {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

#numbers-12word ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3px;
}

#numbers-12word ul:last-child {
  margin-bottom: 0;
}

#numbers-12word ul li {
  margin-bottom: 8px;
  display: block;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#numbers-12word .number {
  font-weight: bolder;
  height: 40px;
  width: 40px;
}

#numbers-12word .LS {
  border-radius: 0%;
  height: 45px;
  width: 45px;
  color: black;
  background: url("../../assets/img/LS.svg") center/cover no-repeat;
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.5843137255);
}

#numbers-12word .LUCK {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-line {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 8px 0;
  background: rgba(18, 18, 18, 0.3137254902);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-wrap; /* preserves spaces, allows wrapping */
  word-wrap: break-word; /* modern: overflow-wrap: break-word; */
  overflow-wrap: break-word;
  hyphens: auto; /* optional: better wrapping on long words */
}

/* Optional: make it look more like a real seed phrase display */
.ticket-line {
  text-align: left;
  letter-spacing: 0.4px;
}

/* If you want numbered lines */
#numbers-12word li {
  counter-increment: line;
  position: relative;
  padding-left: 40px;
}

#numbers-12word li::before {
  content: counter(line) ".";
  position: absolute;
  left: 12px;
  color: #64748b;
  font-weight: bold;
}

.phrase-text {
  flex: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all; /* helps very long words wrap if needed */
  min-width: 0;
}

.copy-btn {
  padding: 6px 12px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
  white-space: nowrap;
}

.copy-btn:hover {
  background: #2563eb;
}

.copy-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.generate {
  box-sizing: border-box;
  padding: 20px;
  width: 450px;
  max-width: 95vw;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 17, 28, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(40px);
  animation: cardFloat 8s ease-in-out infinite 1s;
  transition: all var(--transition-normal);
}

header.generate {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px dashed black;
}

header.generate > ul,
header.generate > div {
  width: 100%;
  display: flex;
  justify-content: center;
}

header.generate > ul li {
  display: block;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  padding: 10px;
  border: 1px solid black;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
}

header.generate > ul li:last-child {
  font-size: 1.5em;
  line-height: 8;
  padding: 0;
  width: 45px;
  height: 45px;
  font-weight: bolder;
  background: black;
  color: white;
}

header.generate > ul li:last-child:after {
  content: "®";
  position: absolute;
  display: block;
  color: black;
  right: -5px;
  bottom: -14px;
  font-size: 1.5em;
}

header.generate > div {
  margin-top: 20px;
  font-size: 1.5em;
}

footer.generate {
  font-size: 1.5em;
  padding-top: 20px;
  border-top: 1px dashed black;
}

.timestamp-24word {
  margin-left: 20px;
}

button {
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  font-size: 1.5em;
  background: pink;
  color: white;
  text-transform: uppercase;
}

#numbers-24word {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

#numbers-24word ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3px;
}

#numbers-24word ul:last-child {
  margin-bottom: 0;
}

#numbers-24word ul li {
  margin-bottom: 8px;
  display: block;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#numbers-24word .number {
  font-weight: bolder;
  height: 40px;
  width: 40px;
}

#numbers-24word .LS {
  border-radius: 0%;
  height: 45px;
  width: 45px;
  color: black;
  background: url("../../assets/img/LS.svg") center/cover no-repeat;
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.5843137255);
}

#numbers-24word .LUCK {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-line {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 8px 0;
  background: rgba(18, 18, 18, 0.3137254902);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-wrap; /* preserves spaces, allows wrapping */
  word-wrap: break-word; /* modern: overflow-wrap: break-word; */
  overflow-wrap: break-word;
  hyphens: auto; /* optional: better wrapping on long words */
}

/* Optional: make it look more like a real seed phrase display */
.ticket-line {
  text-align: left;
  letter-spacing: 0.4px;
}

/* If you want numbered lines */
#numbers-24word li {
  counter-increment: line;
  position: relative;
  padding-left: 40px;
}

#numbers-24word li::before {
  content: counter(line) ".";
  position: absolute;
  left: 12px;
  color: #64748b;
  font-weight: bold;
}

.phrase-text {
  flex: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all; /* helps very long words wrap if needed */
  min-width: 0;
}

.copy-btn {
  padding: 6px 12px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
  white-space: nowrap;
}

.copy-btn:hover {
  background: #2563eb;
}

.copy-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}