@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 .jimpix-username-generator-tool, .tc-wp-tool-root .jimpix-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .jimpix-username-generator-tool{
  width: 100%;
  position: relative;
  overflow-x: hidden;
  border-radius: 0 !important;
  color: #f8fbff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(90, 220, 255, 0.38), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255, 92, 190, 0.34), transparent 30%),
    radial-gradient(circle at 72% 82%, rgba(129, 255, 170, 0.22), transparent 28%),
    linear-gradient(135deg, #08111f 0%, #10274a 42%, #27133f 100%);
}.tc-wp-tool-root .jimpix-username-generator-tool__container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .jimpix-username-generator-tool__header{
  text-align: center;
}.tc-wp-tool-root .jimpix-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
  width: min(100%, 760px);
  margin: 16px auto 0;
  color: rgba(236, 246, 255, 0.86);
  line-height: 1.65;
}.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 20, 38, 0.62);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .jimpix-username-generator-tool__label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}.tc-wp-tool-root .jimpix-username-generator-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid rgba(185, 224, 255, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  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 .jimpix-username-generator-tool__input::placeholder{
  color: rgba(232, 242, 255, 0.58);
}.tc-wp-tool-root .jimpix-username-generator-tool__input:focus{
  border-color: rgba(108, 226, 255, 0.95);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 4px rgba(71, 203, 255, 0.2), 0 0 34px rgba(91, 225, 255, 0.2);
}.tc-wp-tool-root .jimpix-username-generator-tool__actions{
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: stretch;
}.tc-wp-tool-root .jimpix-username-generator-tool__button, .tc-wp-tool-root .jimpix-username-generator-tool__load, .tc-wp-tool-root .jimpix-username-generator-tool__copy{
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .jimpix-username-generator-tool__button{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .jimpix-username-generator-tool__button--primary, .tc-wp-tool-root .jimpix-username-generator-tool__load{
  background: linear-gradient(135deg, #23d5ff, #8067ff 48%, #ff5cb8);
  box-shadow: 0 14px 34px rgba(80, 123, 255, 0.3);
}.tc-wp-tool-root .jimpix-username-generator-tool__button:hover, .tc-wp-tool-root .jimpix-username-generator-tool__load:hover, .tc-wp-tool-root .jimpix-username-generator-tool__copy:hover{
  transform: translateY(-2px);
  border-color: rgba(135, 229, 255, 0.75);
  box-shadow: 0 16px 34px rgba(42, 204, 255, 0.24);
}.tc-wp-tool-root .jimpix-username-generator-tool__button:focus-visible, .tc-wp-tool-root .jimpix-username-generator-tool__load:focus-visible, .tc-wp-tool-root .jimpix-username-generator-tool__copy:focus-visible{
  outline: 3px solid rgba(128, 232, 255, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .jimpix-username-generator-tool__results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}.tc-wp-tool-root .jimpix-username-generator-tool__results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.12rem;
}.tc-wp-tool-root .jimpix-username-generator-tool__count{
  color: rgba(231, 244, 255, 0.78);
  font-size: 0.92rem;
  white-space: nowrap;
}.tc-wp-tool-root .jimpix-username-generator-tool__grid{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .jimpix-username-generator-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 20px;
  border: 1px solid rgba(188, 225, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  animation: jimpixUsernameFade 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .jimpix-username-generator-tool__card:hover{
  transform: translateY(-4px);
  border-color: rgba(119, 225, 255, 0.58);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}.tc-wp-tool-root .jimpix-username-generator-tool__style{
  color: rgba(218, 239, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 800;
  margin-bottom: 10px;
}.tc-wp-tool-root .jimpix-username-generator-tool__namebox{
  max-height: 180px;
  overflow: auto;
  border-radius: 16px;
  padding: 14px;
  background: rgba(2, 8, 18, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-color: rgba(91, 218, 255, 0.72) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}.tc-wp-tool-root .jimpix-username-generator-tool__namebox::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .jimpix-username-generator-tool__namebox::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.tc-wp-tool-root .jimpix-username-generator-tool__namebox::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #23d5ff, #ff5cb8);
  border-radius: 20px;
}.tc-wp-tool-root .jimpix-username-generator-tool__username{
  display: block;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jimpix-username-generator-tool__copy{
  width: 100%;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .jimpix-username-generator-tool__load-row{
	margin-top: 10px;
  display: flex;
  justify-content: center;
}.tc-wp-tool-root .jimpix-username-generator-tool__load[hidden]{
  display: none;
}.tc-wp-tool-root .jimpix-username-generator-tool__status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}@keyframes jimpixUsernameFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 14px;
    margin-top: 20px;
    border-radius: 18px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 13px 12px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 10px;
    gap: 6px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 11px 5px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 13px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 11px 12px;
    font-size: 0.9rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 40px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 16px;
    margin-top: 22px;
    border-radius: 20px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 12px;
    gap: 8px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 12px 8px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1.04rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 12px 14px;
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 20px;
    margin-top: 24px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 12px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 13px 10px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1.08rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 13px 16px;
    font-size: 0.95rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 26px;
    margin-top: 28px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 16px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 14px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 14px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1.12rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 13px 18px;
    font-size: 0.98rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 76px 34px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 30px;
    margin-top: 30px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 17px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 15px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 15px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 19px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1.08rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 14px 20px;
    font-size: 1rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .jimpix-username-generator-tool{
    padding: 86px 42px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jimpix-username-generator-tool__container{
    width: 100%;
  }.tc-wp-tool-root .jimpix-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .jimpix-username-generator-tool__subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__panel, .tc-wp-tool-root .jimpix-username-generator-tool__results-wrap{
    padding: 32px;
    margin-top: 32px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__input{
    width: 100%;
    max-width: 100%;
    padding: 18px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    margin-top: 16px;
    flex-direction: row;
  }.tc-wp-tool-root .jimpix-username-generator-tool__button{
    padding: 16px 20px;
    font-size: 1rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__card{
    padding: 20px;
  }.tc-wp-tool-root .jimpix-username-generator-tool__username{
    font-size: 1.14rem;
  }.tc-wp-tool-root .jimpix-username-generator-tool__copy, .tc-wp-tool-root .jimpix-username-generator-tool__load{
    padding: 14px 22px;
    font-size: 1rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .jimpix-username-generator-tool__actions{
    flex-direction: column;
  }}.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;
}