@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .scene-username-generator-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 72px 24px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 89, 255, 0.42), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 224, 255, 0.34), transparent 32%),
    radial-gradient(circle at 50% 95%, rgba(255, 128, 190, 0.24), transparent 36%),
    linear-gradient(135deg, #070817 0%, #151031 38%, #081f31 70%, #050711 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .scene-username-generator-tool, .tc-wp-tool-root .scene-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .scene-username-generator-tool__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .scene-username-generator-tool__header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 900px;
}.tc-wp-tool-root .scene-username-generator-tool__header h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(0, 224, 255, 0.2);
}.tc-wp-tool-root .scene-username-generator-tool__header p{
  margin: 16px auto 0;
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(238, 246, 255, 0.86);
}.tc-wp-tool-root .scene-username-generator-tool__panel{
  width: 100%;
  max-width: 100%;
  padding: 24px;
  border: 1px solid rgba(202, 230, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .scene-username-generator-tool__label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(248, 251, 255, 0.92);
}.tc-wp-tool-root .scene-username-generator-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(175, 223, 255, 0.28);
  border-radius: 18px;
  padding: 17px 18px;
  background: rgba(4, 8, 20, 0.62);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .scene-username-generator-tool__input::placeholder{
  color: rgba(235, 244, 255, 0.5);
}.tc-wp-tool-root .scene-username-generator-tool__input:focus{
  border-color: rgba(0, 224, 255, 0.8);
  background: rgba(5, 13, 30, 0.82);
  box-shadow: 0 0 0 4px rgba(0, 224, 255, 0.16), 0 0 32px rgba(183, 88, 255, 0.18);
}.tc-wp-tool-root .scene-username-generator-tool__actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .scene-username-generator-tool__button, .tc-wp-tool-root .scene-username-generator-tool__load, .tc-wp-tool-root .scene-username-generator-tool__copy{
  border: 1px solid rgba(218, 240, 255, 0.22);
  border-radius: 16px;
  background: rgba(255,255,255,0.1);
  color: #f9fcff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .scene-username-generator-tool__button{
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 16px;
  font-size: 0.96rem;
}.tc-wp-tool-root .scene-username-generator-tool__button--primary{
  background: linear-gradient(135deg, #00d9ff, #b75cff 54%, #ff74bd);
  border-color: rgba(255,255,255,0.35);
  color: #06101d;
  box-shadow: 0 14px 34px rgba(0, 217, 255, 0.22);
}.tc-wp-tool-root .scene-username-generator-tool__button:hover, .tc-wp-tool-root .scene-username-generator-tool__load:hover, .tc-wp-tool-root .scene-username-generator-tool__copy:hover{
  transform: translateY(-2px);
  border-color: rgba(0, 224, 255, 0.72);
  box-shadow: 0 16px 34px rgba(0, 224, 255, 0.17), 0 0 24px rgba(255, 116, 189, 0.12);
  background: rgba(255,255,255,0.16);
}.tc-wp-tool-root .scene-username-generator-tool__button--primary:hover{
  background: linear-gradient(135deg, #32e6ff, #c675ff 54%, #ff8ac9);
}.tc-wp-tool-root .scene-username-generator-tool__button:focus-visible, .tc-wp-tool-root .scene-username-generator-tool__load:focus-visible, .tc-wp-tool-root .scene-username-generator-tool__copy:focus-visible{
  outline: 3px solid rgba(0, 224, 255, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .scene-username-generator-tool__status{
  min-height: 22px;
  margin-top: 12px;
  color: rgba(233, 245, 255, 0.78);
  font-size: 0.9rem;
}.tc-wp-tool-root .scene-username-generator-tool__results-wrap{
  margin-top: 24px;
}.tc-wp-tool-root .scene-username-generator-tool__results{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .scene-username-generator-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border: 1px solid rgba(211, 237, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255,255,255,0.1);
  animation: sceneUsernameFade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-color: rgba(0, 224, 255, 0.55) rgba(255,255,255,0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .scene-username-generator-tool__card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .scene-username-generator-tool__card::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.tc-wp-tool-root .scene-username-generator-tool__card::-webkit-scrollbar-thumb{
  background: linear-gradient(#00d9ff, #b75cff);
  border-radius: 999px;
}.tc-wp-tool-root .scene-username-generator-tool__card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 224, 255, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32), 0 0 26px rgba(183, 92, 255, 0.14);
}.tc-wp-tool-root .scene-username-generator-tool__style{
  margin: 0 0 10px;
  color: rgba(204, 230, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .scene-username-generator-tool__name-row{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .scene-username-generator-tool__username{
  flex: 1 1 auto;
  min-width: 0;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .scene-username-generator-tool__copy{
  flex: 0 0 auto;
  max-width: 42%;
  padding: 10px 12px;
  font-size: 0.82rem;
  white-space: nowrap;
}.tc-wp-tool-root .scene-username-generator-tool__load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.tc-wp-tool-root .scene-username-generator-tool__load{
  padding: 14px 24px;
  min-width: 180px;
  font-size: 0.96rem;
  background: rgba(7, 17, 38, 0.62);
}.tc-wp-tool-root .scene-username-generator-tool__load[hidden]{
  display: none;
}@keyframes sceneUsernameFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 78px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 1.08rem;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 17px 18px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 14px 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 1.12rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 70px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 16px 17px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 14px 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 1.06rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 62px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 1rem;
  }.tc-wp-tool-root .scene-username-generator-tool__panel{
    padding: 22px;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 1rem;
    padding: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 13px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 1.05rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 48px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .scene-username-generator-tool__panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 0.96rem;
    padding: 15px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 12px 10px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 44px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 0.93rem;
  }.tc-wp-tool-root .scene-username-generator-tool__panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 0.94rem;
    padding: 14px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 11px 8px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 0.98rem;
  }.tc-wp-tool-root .scene-username-generator-tool__copy{
    padding: 9px 10px;
    font-size: 0.78rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 38px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .scene-username-generator-tool__header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .scene-username-generator-tool__header p{
    font-size: 0.9rem;
    line-height: 1.55;
  }.tc-wp-tool-root .scene-username-generator-tool__panel{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
    font-size: 0.92rem;
    padding: 13px;
  }.tc-wp-tool-root .scene-username-generator-tool__button{
    padding: 10px 6px;
    font-size: 0.74rem;
    border-radius: 12px;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .scene-username-generator-tool__card{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .scene-username-generator-tool__name-row{
    gap: 8px;
  }.tc-wp-tool-root .scene-username-generator-tool__username{
    font-size: 0.94rem;
  }.tc-wp-tool-root .scene-username-generator-tool__copy{
    padding: 8px 8px;
    font-size: 0.72rem;
    border-radius: 12px;
  }}@media (max-width: 319px) {.tc-wp-tool-root .scene-username-generator-tool{
    padding: 34px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .scene-username-generator-tool__actions{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .scene-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .scene-username-generator-tool__input{
    width: 100%;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}