@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 .uug-unique-username-generator{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 18px;
  color: #f8fbff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(75, 221, 255, 0.35), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 204, 92, 0.24), transparent 30%),
    radial-gradient(circle at 50% 95%, rgba(42, 255, 176, 0.20), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #102a3c 34%, #163a44 68%, #08131d 100%);
}.tc-wp-tool-root .uug-unique-username-generator, .tc-wp-tool-root .uug-unique-username-generator .uug-container, .tc-wp-tool-root .uug-unique-username-generator .uug-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-results-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-card, .tc-wp-tool-root .uug-unique-username-generator .uug-input, .tc-wp-tool-root .uug-unique-username-generator .uug-btn, .tc-wp-tool-root .uug-unique-username-generator .uug-load-more{
  box-sizing: border-box;
}.tc-wp-tool-root .uug-unique-username-generator .uug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 34px rgba(79, 216, 255, 0.36);
}.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
  max-width: 850px;
  margin: 14px auto 0;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(237, 247, 255, 0.86);
}.tc-wp-tool-root .uug-unique-username-generator .uug-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-results-panel{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(199, 239, 255, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-panel{
  padding: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.96rem;
  font-weight: 750;
  color: #ffffff;
}.tc-wp-tool-root .uug-unique-username-generator .uug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(192, 237, 255, 0.32);
  border-radius: 16px;
  outline: none;
  background: rgba(3, 14, 24, 0.62);
  color: #ffffff;
  font: inherit;
  font-size: 1.05rem;
  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 .uug-unique-username-generator .uug-input::placeholder{
  color: rgba(231, 244, 255, 0.56);
}.tc-wp-tool-root .uug-unique-username-generator .uug-input:focus{
  border-color: rgba(72, 222, 255, 0.92);
  background: rgba(5, 22, 34, 0.78);
  box-shadow: 0 0 0 4px rgba(72, 222, 255, 0.18), 0 0 30px rgba(72, 222, 255, 0.22);
}.tc-wp-tool-root .uug-unique-username-generator .uug-helper{
  margin: 9px 0 16px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(232, 246, 255, 0.72);
}.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn, .tc-wp-tool-root .uug-unique-username-generator .uug-load-more, .tc-wp-tool-root .uug-unique-username-generator .uug-copy{
  min-width: 0;
  border: 1px solid rgba(214, 244, 255, 0.24);
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
  min-height: 50px;
  padding: 13px 12px;
  font-size: 0.98rem;
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn-primary{
  background: linear-gradient(135deg, #0bbef2, #12d59d);
  box-shadow: 0 12px 28px rgba(18, 213, 157, 0.20);
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn-muted{
  background: rgba(255, 255, 255, 0.11);
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn-accent{
  background: linear-gradient(135deg, #ffb84f, #ff6f61);
  box-shadow: 0 12px 28px rgba(255, 129, 88, 0.18);
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn:hover, .tc-wp-tool-root .uug-unique-username-generator .uug-load-more:hover, .tc-wp-tool-root .uug-unique-username-generator .uug-copy:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25), 0 0 24px rgba(76, 222, 255, 0.18);
}.tc-wp-tool-root .uug-unique-username-generator .uug-btn:focus-visible, .tc-wp-tool-root .uug-unique-username-generator .uug-load-more:focus-visible, .tc-wp-tool-root .uug-unique-username-generator .uug-copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-results-panel{
  padding: 24px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-results-title{
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #ffffff;
}.tc-wp-tool-root .uug-unique-username-generator .uug-count{
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(200, 240, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 0.86rem;
  font-weight: 800;
  color: rgba(242, 250, 255, 0.88);
}.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-card{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(210, 242, 255, 0.20);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(7, 25, 38, 0.76), rgba(255, 255, 255, 0.08));
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
  animation: uug-card-fade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(71, 222, 255, 0.75) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .uug-unique-username-generator .uug-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-card::-webkit-scrollbar-thumb{
  background: rgba(71, 222, 255, 0.75);
  border-radius: 999px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(80, 224, 255, 0.42);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.30), 0 0 28px rgba(72, 222, 255, 0.10);
}.tc-wp-tool-root .uug-unique-username-generator .uug-style{
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  color: rgba(170, 235, 255, 0.90);
}.tc-wp-tool-root .uug-unique-username-generator .uug-name{
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 850;
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .uug-unique-username-generator .uug-copy{
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
}.tc-wp-tool-root .uug-unique-username-generator .uug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}.tc-wp-tool-root .uug-unique-username-generator .uug-load-more{
  min-height: 48px;
  padding: 12px 22px;
  background: linear-gradient(135deg, rgba(72, 222, 255, 0.85), rgba(18, 213, 157, 0.85));
  font-size: 0.98rem;
}.tc-wp-tool-root .uug-unique-username-generator .uug-load-more[hidden]{
  display: none;
}.tc-wp-tool-root .uug-unique-username-generator .uug-live{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@keyframes uug-card-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 18px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 58px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    padding: 13px 14px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 18px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 1.08rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 58px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 16px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 56px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    padding: 12px 13px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 17px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 1.04rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 50px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 14px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    padding: 12px 12px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 17px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 1.03rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 8px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-results-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    min-height: 46px;
    padding: 10px 8px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 16px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 1.02rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 6px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-results-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 50px;
    padding: 0 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    min-height: 44px;
    padding: 9px 6px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 15px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .uug-unique-username-generator{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-container{
    width: 100%;
    padding: 0 4px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .uug-unique-username-generator .uug-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-panel, .tc-wp-tool-root .uug-unique-username-generator .uug-results-panel{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-input{
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-btn{
    min-height: 42px;
    padding: 8px 4px;
    font-size: 0.78rem;
    border-radius: 12px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-grid{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-card{
    padding: 14px;
  }.tc-wp-tool-root .uug-unique-username-generator .uug-name{
    font-size: 0.96rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .uug-unique-username-generator .uug-actions{
    grid-template-columns: 1fr;
  }}.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;
}