@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 .custom-username-generator-tool{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 72px 24px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 14% 16%, rgba(88, 166, 255, 0.34), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(236, 72, 153, 0.28), transparent 30%),
    radial-gradient(circle at 72% 86%, rgba(45, 212, 191, 0.22), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #11182f 42%, #172239 100%);
}.tc-wp-tool-root .custom-username-generator-tool, .tc-wp-tool-root .custom-username-generator-tool .cug-shell, .tc-wp-tool-root .custom-username-generator-tool .cug-hero, .tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-input-row, .tc-wp-tool-root .custom-username-generator-tool .cug-actions, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap, .tc-wp-tool-root .custom-username-generator-tool .cug-grid, .tc-wp-tool-root .custom-username-generator-tool .cug-card{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
  width: min(100%, 1200px);
  margin: 0 auto;
}.tc-wp-tool-root .custom-username-generator-tool .cug-hero{
  position: relative;
  isolation: isolate;
}.tc-wp-tool-root .custom-username-generator-tool .cug-glow{
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.42;
  pointer-events: none;
}.tc-wp-tool-root .custom-username-generator-tool .cug-glow-one{
  left: -90px;
  top: 130px;
  background: #38bdf8;
}.tc-wp-tool-root .custom-username-generator-tool .cug-glow-two{
  right: -100px;
  bottom: 80px;
  background: #f472b6;
}.tc-wp-tool-root .custom-username-generator-tool .cug-heading{
  text-align: center;
  margin: 0 auto 30px;
  width: min(100%, 860px);
}.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 800;
}.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
  margin: 16px auto 0;
  color: rgba(232, 240, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .custom-username-generator-tool .cug-panel{
  border-radius: 24px;
  padding: 26px;
  margin: 0 auto 24px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(248, 251, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
}.tc-wp-tool-root .custom-username-generator-tool .cug-input-row{
  width: 100%;
}.tc-wp-tool-root .custom-username-generator-tool .cug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 17px 18px;
  background: rgba(3, 10, 24, 0.58);
  color: #ffffff;
  outline: none;
  font-size: 1rem;
  line-height: 1.35;
  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 .custom-username-generator-tool .cug-input::placeholder{
  color: rgba(226, 232, 240, 0.52);
}.tc-wp-tool-root .custom-username-generator-tool .cug-input:focus{
  border-color: rgba(96, 165, 250, 0.92);
  background: rgba(4, 12, 29, 0.76);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.18), 0 0 28px rgba(56, 189, 248, 0.16);
}.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  min-height: 46px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.1;
  color: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  touch-action: manipulation;
}.tc-wp-tool-root .custom-username-generator-tool .cug-actions .cug-btn{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .custom-username-generator-tool .cug-btn-primary{
  background: linear-gradient(135deg, #2563eb, #06b6d4 48%, #db2777);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.32);
}.tc-wp-tool-root .custom-username-generator-tool .cug-btn-ghost, .tc-wp-tool-root .custom-username-generator-tool .cug-load-more, .tc-wp-tool-root .custom-username-generator-tool .cug-copy{
  background: rgba(255, 255, 255, 0.09);
}.tc-wp-tool-root .custom-username-generator-tool .cug-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24), 0 0 24px rgba(56, 189, 248, 0.14);
}.tc-wp-tool-root .custom-username-generator-tool .cug-btn:focus-visible{
  outline: 3px solid rgba(125, 211, 252, 0.92);
  outline-offset: 3px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
  border-radius: 24px;
  padding: 24px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25;
}.tc-wp-tool-root .custom-username-generator-tool .cug-count{
  flex: 0 0 auto;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.9rem;
}.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
  display: grid;
  width: 100%;
  gap: 16px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-card{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(150deg, rgba(10, 20, 42, 0.78), rgba(15, 25, 48, 0.52));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  animation: cugFadeIn 240ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .custom-username-generator-tool .cug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.34);
  background: linear-gradient(150deg, rgba(13, 28, 58, 0.88), rgba(19, 31, 60, 0.62));
}.tc-wp-tool-root .custom-username-generator-tool .cug-style{
  margin: 0 0 10px;
  color: rgba(186, 230, 253, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
}.tc-wp-tool-root .custom-username-generator-tool .cug-name-box{
  max-height: 180px;
  overflow-y: auto;
  padding: 14px;
  border-radius: 14px;
  background: rgba(2, 8, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.11);
  scrollbar-color: rgba(56, 189, 248, 0.6) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .custom-username-generator-tool .cug-name-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-name-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-name-box::-webkit-scrollbar-thumb{
  background: rgba(56, 189, 248, 0.66);
  border-radius: 999px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-username{
  display: block;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .custom-username-generator-tool .cug-copy{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-more-row{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}.tc-wp-tool-root .custom-username-generator-tool .cug-load-more{
  min-width: min(100%, 220px);
}.tc-wp-tool-root .custom-username-generator-tool .cug-status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@keyframes cugFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 78px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 17px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    padding: 12px 18px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 18px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 1.04rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 70px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 1.03rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 16px 17px;
    font-size: 1rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    padding: 12px 16px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 17px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 62px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: min(100%, 920px);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 1rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
    padding: 22px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 15px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    padding: 11px 14px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 16px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 0.98rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 48px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: 100%;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 14px 15px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    padding: 11px 10px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 15px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 0.98rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: 100%;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 0.94rem;
    line-height: 1.55;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 13px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    min-height: 42px;
    padding: 10px 8px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 14px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 0.95rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 36px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-shell{
    width: 100%;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .custom-username-generator-tool .cug-heading p{
    font-size: 0.9rem;
    line-height: 1.5;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-panel, .tc-wp-tool-root .custom-username-generator-tool .cug-results-wrap{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-input{
    width: 100%;
    padding: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-btn{
    min-height: 40px;
    padding: 9px 6px;
    font-size: 0.76rem;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-card{
    padding: 12px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-name-box{
    padding: 12px;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-username{
    font-size: 0.9rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .custom-username-generator-tool{
    padding: 30px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-actions{
    flex-direction: column;
  }.tc-wp-tool-root .custom-username-generator-tool .cug-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;
}