@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 .emo-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 58px 22px;
  color: #fff7fb;
  background:
    radial-gradient(circle at 12% 12%, rgba(213, 64, 118, 0.36), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(120, 76, 210, 0.32), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(20, 58, 112, 0.42), transparent 40%),
    linear-gradient(135deg, #050507 0%, #141418 38%, #23101d 68%, #071225 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .emo-username-generator-tool, .tc-wp-tool-root .emo-username-generator-tool div, .tc-wp-tool-root .emo-username-generator-tool section, .tc-wp-tool-root .emo-username-generator-tool header, .tc-wp-tool-root .emo-username-generator-tool h1, .tc-wp-tool-root .emo-username-generator-tool p, .tc-wp-tool-root .emo-username-generator-tool label, .tc-wp-tool-root .emo-username-generator-tool input, .tc-wp-tool-root .emo-username-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .emo-username-generator-tool__container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .emo-username-generator-tool__header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .emo-username-generator-tool__title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #fff8fc;
  text-shadow: 0 0 28px rgba(255, 91, 154, 0.28);
}.tc-wp-tool-root .emo-username-generator-tool__subtitle{
  width: min(100%, 760px);
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 235, 246, 0.84);
}.tc-wp-tool-root .emo-username-generator-tool__panel{
  width: 100%;
  max-width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 194, 220, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .emo-username-generator-tool__label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 244, 250, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
}.tc-wp-tool-root .emo-username-generator-tool__input-row{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .emo-username-generator-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 198, 224, 0.22);
  border-radius: 16px;
  background: rgba(6, 7, 12, 0.72);
  color: #fff7fb;
  padding: 17px 18px;
  font-size: 1rem;
  line-height: 1.35;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .emo-username-generator-tool__input::placeholder{
  color: rgba(255, 230, 241, 0.48);
}.tc-wp-tool-root .emo-username-generator-tool__input:focus{
  border-color: rgba(255, 101, 169, 0.82);
  box-shadow: 0 0 0 4px rgba(255, 74, 146, 0.16), 0 0 34px rgba(142, 85, 255, 0.18);
  background: rgba(8, 8, 14, 0.92);
}.tc-wp-tool-root .emo-username-generator-tool__button-row{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .emo-username-generator-tool__button, .tc-wp-tool-root .emo-username-generator-tool__load-more, .tc-wp-tool-root .emo-username-generator-tool__copy{
  border: 1px solid rgba(255, 198, 224, 0.18);
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
  color: #fff8fc;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .emo-username-generator-tool__button{
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 12px;
  font-size: 0.98rem;
}.tc-wp-tool-root .emo-username-generator-tool__button--primary{
  background: linear-gradient(135deg, #c8175a, #7b3df0 56%, #1c5a9d);
  border-color: rgba(255, 169, 209, 0.42);
  box-shadow: 0 12px 34px rgba(195, 25, 98, 0.28);
}.tc-wp-tool-root .emo-username-generator-tool__button:hover, .tc-wp-tool-root .emo-username-generator-tool__load-more:hover, .tc-wp-tool-root .emo-username-generator-tool__copy:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 179, 217, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(255, 76, 151, 0.17);
}.tc-wp-tool-root .emo-username-generator-tool__button:focus-visible, .tc-wp-tool-root .emo-username-generator-tool__load-more:focus-visible, .tc-wp-tool-root .emo-username-generator-tool__copy:focus-visible{
  outline: 3px solid rgba(255, 151, 202, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .emo-username-generator-tool__status{
  margin: 14px 0 0;
  font-size: 0.9rem;
  color: rgba(255, 235, 246, 0.72);
}.tc-wp-tool-root .emo-username-generator-tool__results-wrap{
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .emo-username-generator-tool__results{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 16px;
}.tc-wp-tool-root .emo-username-generator-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 198, 224, 0.16);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: emoUsernameFade 240ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .emo-username-generator-tool__card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 137, 195, 0.36);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .emo-username-generator-tool__style{
  margin: 0 0 10px;
  color: rgba(255, 199, 224, 0.9);
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .emo-username-generator-tool__username-box{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  overflow: auto;
  border-radius: 14px;
  padding: 13px;
  background: rgba(4, 5, 10, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  scrollbar-color: rgba(255, 103, 171, 0.65) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .emo-username-generator-tool__username-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .emo-username-generator-tool__username-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}.tc-wp-tool-root .emo-username-generator-tool__username-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff5b9d, #8757ff);
  border-radius: 10px;
}.tc-wp-tool-root .emo-username-generator-tool__username{
  display: block;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.38;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .emo-username-generator-tool__copy{
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  padding: 11px 12px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.075);
}.tc-wp-tool-root .emo-username-generator-tool__load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .emo-username-generator-tool__load-more{
  min-width: 190px;
  padding: 13px 22px;
  font-size: 0.95rem;
  background: linear-gradient(135deg, rgba(255, 79, 150, 0.35), rgba(118, 78, 229, 0.3));
}.tc-wp-tool-root .emo-username-generator-tool__load-more[hidden]{
  display: none;
}@keyframes emoUsernameFade {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 64px 24px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 17px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 14px 12px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 1.08rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 58px 22px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 16px 17px;
    font-size: 1rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 14px 12px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 1.04rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 50px 20px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .emo-username-generator-tool__panel{
    padding: 21px;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 15px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 13px 10px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 1.02rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 42px 16px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .emo-username-generator-tool__panel{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 14px 15px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 12px 8px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 36px 13px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 0.92rem;
    line-height: 1.55;
  }.tc-wp-tool-root .emo-username-generator-tool__panel{
    padding: 15px;
    border-radius: 16px;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 13px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 11px 6px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 14px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 32px 10px;
  }.tc-wp-tool-root .emo-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .emo-username-generator-tool__title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .emo-username-generator-tool__subtitle{
    font-size: 0.88rem;
    line-height: 1.5;
  }.tc-wp-tool-root .emo-username-generator-tool__panel{
    padding: 12px;
    border-radius: 15px;
  }.tc-wp-tool-root .emo-username-generator-tool__label{
    font-size: 0.84rem;
  }.tc-wp-tool-root .emo-username-generator-tool__input{
    width: 100%;
    padding: 12px 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: row;
    gap: 5px;
  }.tc-wp-tool-root .emo-username-generator-tool__button{
    padding: 10px 3px;
    font-size: 0.74rem;
    border-radius: 11px;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .emo-username-generator-tool__card{
    padding: 12px;
    border-radius: 15px;
  }.tc-wp-tool-root .emo-username-generator-tool__username-box{
    padding: 11px;
  }.tc-wp-tool-root .emo-username-generator-tool__username{
    font-size: 0.94rem;
  }.tc-wp-tool-root .emo-username-generator-tool__copy{
    padding: 10px 8px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .emo-username-generator-tool__load-more{
    min-width: 0;
    width: 100%;
  }}@media (max-width: 319px) {.tc-wp-tool-root .emo-username-generator-tool{
    border-radius: 0 !important;
    padding: 28px 8px;
  }.tc-wp-tool-root .emo-username-generator-tool__button-row{
    flex-direction: column;
  }.tc-wp-tool-root .emo-username-generator-tool__results{
    grid-template-columns: 1fr !important;
  }}.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;
}