@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 .fn-username-generator-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 20px;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.32), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(168, 85, 247, 0.34), transparent 34%),
    radial-gradient(circle at 45% 88%, rgba(36, 255, 173, 0.18), transparent 30%),
    linear-gradient(135deg, #06152f 0%, #10125a 42%, #23095f 72%, #041226 100%);
}.tc-wp-tool-root .fn-username-generator-tool, .tc-wp-tool-root .fn-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(0, 229, 255, 0.36);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(236, 247, 255, 0.88);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-panel{
  width: 100%;
  padding: 24px;
  margin: 0 0 24px;
  border: 1px solid rgba(170, 226, 255, 0.22);
  border-radius: 22px;
  background: rgba(6, 18, 42, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid rgba(165, 231, 255, 0.28);
  border-radius: 16px;
  outline: none;
  background: rgba(2, 12, 28, 0.72);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-input::placeholder{
  color: rgba(224, 241, 255, 0.5);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-input:focus{
  border-color: rgba(37, 231, 255, 0.88);
  background: rgba(3, 15, 36, 0.9);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.14), 0 0 28px rgba(0, 229, 255, 0.18);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-help{
  margin: 9px 0 16px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(224, 241, 255, 0.72);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
  display: flex;
  width: 100%;
  gap: 12px;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
  min-width: 0;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(188, 233, 255, 0.26);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions .fnugt-btn{
  flex: 1 1 0;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn-primary{
  border-color: rgba(34, 241, 255, 0.7);
  background: linear-gradient(135deg, #00d9ff, #6d5cff 58%, #b12cff);
  box-shadow: 0 14px 32px rgba(0, 217, 255, 0.22);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(74, 246, 255, 0.75);
  box-shadow: 0 16px 34px rgba(0, 217, 255, 0.16);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn:focus-visible{
  outline: 3px solid rgba(77, 246, 255, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-results-wrap{
  width: 100%;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-status{
  min-height: 22px;
  margin: 0 0 12px;
  color: rgba(232, 247, 255, 0.84);
  font-size: 0.92rem;
  text-align: center;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
  min-width: 0;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(180, 232, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  animation: fnugtFade 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(36, 235, 255, 0.48);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3), 0 0 26px rgba(0, 217, 255, 0.1);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-style{
  margin: 0 0 12px;
  color: rgba(200, 242, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-name-box{
  display: flex;
  align-items: center;
  min-height: 76px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  margin: 0 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(136, 224, 255, 0.18);
  background: rgba(0, 8, 22, 0.48);
  scrollbar-color: rgba(0, 229, 255, 0.65) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
  width: 100%;
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-copy{
  width: 100%;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-more-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-load-more{
  min-width: min(260px, 100%);
  background: rgba(2, 14, 34, 0.56);
}.tc-wp-tool-root .fn-username-generator-tool .fnugt-hidden{
  display: none !important;
}@keyframes fnugtFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 1rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    font-size: 0.96rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 1.16rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 58px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: 100%;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    font-size: 0.95rem;
    padding: 12px 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 17px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 1.1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: 100%;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-panel{
    padding: 22px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    font-size: 0.94rem;
    padding: 12px 14px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 40px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: 100%;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-panel{
    padding: 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 0.96rem;
    padding: 14px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    font-size: 0.88rem;
    padding: 11px 10px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 15px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 1.04rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 36px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: 100%;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 0.94rem;
    padding: 13px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    min-height: 44px;
    font-size: 0.82rem;
    padding: 10px 8px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 32px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-container{
    width: 100%;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-header p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-panel{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-input{
    width: 100%;
    font-size: 0.92rem;
    padding: 12px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-btn{
    min-height: 42px;
    font-size: 0.76rem;
    padding: 9px 6px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-card{
    padding: 13px;
    border-radius: 16px;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-name{
    font-size: 0.96rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .fn-username-generator-tool{
    padding: 28px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-actions{
    flex-direction: column;
  }.tc-wp-tool-root .fn-username-generator-tool .fnugt-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;
}