@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 .ai-username-generator-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 64px 24px;
  color: #f8fbff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 212, 191, 0.34), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(124, 58, 237, 0.38), transparent 30%),
    radial-gradient(circle at 50% 96%, rgba(14, 165, 233, 0.28), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #101728 42%, #111827 100%);
}.tc-wp-tool-root .ai-username-generator-tool, .tc-wp-tool-root .ai-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-hero{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 880px;
}.tc-wp-tool-root .ai-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  color: #ffffff;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
  margin: 16px auto 0;
  color: rgba(229, 239, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 820px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(191, 219, 254, 0.22);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(241, 245, 249, 0.94);
  font-size: 0.95rem;
  font-weight: 700;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(203, 213, 225, 0.26);
  border-radius: 18px;
  background: rgba(3, 7, 18, 0.52);
  color: #ffffff;
  padding: 17px 18px;
  font-size: 1.02rem;
  line-height: 1.35;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-input::placeholder{
  color: rgba(203, 213, 225, 0.56);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-input:focus{
  border-color: rgba(45, 212, 191, 0.82);
  background: rgba(2, 6, 23, 0.68);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.14), 0 0 34px rgba(45, 212, 191, 0.2);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn, .tc-wp-tool-root .ai-username-generator-tool .aiugt-load-more, .tc-wp-tool-root .ai-username-generator-tool .aiugt-copy{
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
  flex: 1 1 0;
  min-width: 0;
  padding: 15px 14px;
  font-size: 0.98rem;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn-primary{
  background: linear-gradient(135deg, #2dd4bf, #38bdf8 52%, #8b5cf6);
  color: #06101f;
  border-color: rgba(255, 255, 255, 0.22);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn:hover, .tc-wp-tool-root .ai-username-generator-tool .aiugt-load-more:hover, .tc-wp-tool-root .ai-username-generator-tool .aiugt-copy:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.72);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.2);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn:focus-visible, .tc-wp-tool-root .ai-username-generator-tool .aiugt-load-more:focus-visible, .tc-wp-tool-root .ai-username-generator-tool .aiugt-copy:focus-visible{
  outline: 3px solid rgba(45, 212, 191, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-status{
  min-height: 22px;
  margin: 0 auto 14px;
  max-width: 920px;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.92rem;
  text-align: center;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  padding: 20px;
  border: 1px solid rgba(191, 219, 254, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.5));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  animation: aiugtFade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(45, 212, 191, 0.58) rgba(15, 23, 42, 0.6);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-card::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, 0.6);
  border-radius: 10px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-card::-webkit-scrollbar-thumb{
  background: rgba(45, 212, 191, 0.58);
  border-radius: 10px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-style{
  margin: 0 0 10px;
  color: rgba(191, 219, 254, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1.32;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-copy{
  width: 100%;
  min-height: 42px;
  padding: 12px 14px;
  font-size: 0.9rem;
  background: rgba(45, 212, 191, 0.14);
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-more-wrap{
  text-align: center;
  margin-top: 22px;
}.tc-wp-tool-root .ai-username-generator-tool .aiugt-load-more{
  min-width: 190px;
  padding: 15px 22px;
  font-size: 0.96rem;
  background: rgba(255, 255, 255, 0.12);
}@keyframes aiugtFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 76px 32px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 18px 20px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 16px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 22px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 1.24rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 68px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 17px 18px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 15px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 20px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 1.18rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 58px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: min(100%, 920px);
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-panel{
    padding: 22px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 16px 17px;
    font-size: 1rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 14px 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 19px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 1.14rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 46px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: 100%;
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 15px 15px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 13px 8px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 18px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 1.08rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: 100%;
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 14px 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 12px 6px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 16px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 1.02rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 38px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-container{
    width: 100%;
  }.tc-wp-tool-root .ai-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-panel{
    padding: 13px;
    border-radius: 16px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-input{
    width: 100%;
    padding: 13px 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    padding: 11px 4px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-card{
    padding: 14px;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-name{
    font-size: 0.98rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .ai-username-generator-tool{
    padding: 34px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-actions{
    flex-wrap: wrap;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-btn{
    flex-basis: 100%;
  }.tc-wp-tool-root .ai-username-generator-tool .aiugt-grid{
    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;
}

.tc-wp-tool-root .aiugt-results {}