@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 .aesthetic-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 0;
  color: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 120, 210, 0.38), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(95, 210, 255, 0.32), transparent 34%),
    radial-gradient(circle at 55% 92%, rgba(255, 206, 118, 0.24), transparent 36%),
    linear-gradient(135deg, #15101f 0%, #24304b 45%, #153c4b 100%);
}.tc-wp-tool-root .aesthetic-username-generator-tool, .tc-wp-tool-root .aesthetic-username-generator-tool div, .tc-wp-tool-root .aesthetic-username-generator-tool section, .tc-wp-tool-root .aesthetic-username-generator-tool header, .tc-wp-tool-root .aesthetic-username-generator-tool h1, .tc-wp-tool-root .aesthetic-username-generator-tool h2, .tc-wp-tool-root .aesthetic-username-generator-tool p, .tc-wp-tool-root .aesthetic-username-generator-tool label, .tc-wp-tool-root .aesthetic-username-generator-tool input, .tc-wp-tool-root .aesthetic-username-generator-tool button, .tc-wp-tool-root .aesthetic-username-generator-tool span{
  box-sizing: border-box;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #eaf7ff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .aesthetic-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
  max-width: 780px;
  margin: 15px auto 0;
  color: rgba(244, 250, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.65;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-panel, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-shell{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-panel{
  padding: 24px;
  margin-bottom: 24px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-label{
  display: block;
  margin: 0 0 10px;
  color: #f8fbff;
  font-size: 0.95rem;
  font-weight: 800;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input-row{
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  outline: none;
  padding: 16px 18px;
  background: rgba(7, 12, 24, 0.42);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  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 .aesthetic-username-generator-tool .aug-input::placeholder{
  color: rgba(231, 241, 255, 0.64);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input:focus{
  border-color: rgba(137, 226, 255, 0.9);
  background: rgba(7, 12, 24, 0.56);
  box-shadow: 0 0 0 4px rgba(105, 211, 255, 0.18), 0 0 32px rgba(231, 121, 255, 0.15);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-more, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  border-radius: 14px;
  padding: 13px 14px;
  color: #ffffff;
  font-size: 0.96rem;
  white-space: nowrap;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn-primary{
  background: linear-gradient(135deg, #ff69c8, #7c6dff);
  box-shadow: 0 14px 28px rgba(136, 91, 255, 0.3);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn-muted{
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn-accent{
  background: linear-gradient(135deg, #2bd8d0, #4b93ff);
  box-shadow: 0 14px 28px rgba(43, 216, 208, 0.2);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn:hover, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-more:hover, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(75, 147, 255, 0.28), 0 0 24px rgba(255, 105, 200, 0.16);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn:focus-visible, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-more:focus-visible, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-shell{
  padding: 24px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .aesthetic-username-generator-tool h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.25;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-count{
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(8, 14, 28, 0.32);
  color: rgba(241, 248, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  animation: augFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(137, 226, 255, 0.75) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #89e2ff, #ff69c8);
  border-radius: 999px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(137, 226, 255, 0.52);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-style{
  margin: 0 0 10px;
  color: rgba(235, 246, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
  display: block;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-copy{
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #172033;
  font-size: 0.9rem;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-more{
  min-height: 48px;
  border-radius: 14px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #ffffff, #dff7ff);
  color: #172033;
  font-size: 0.95rem;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-load-more[hidden]{
  display: none;
}.tc-wp-tool-root .aesthetic-username-generator-tool .aug-status{
  min-height: 20px;
  margin-top: 12px;
  text-align: center;
  color: rgba(241, 248, 255, 0.86);
  font-size: 0.86rem;
}@keyframes augFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 64px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 32px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 60px;
    font-size: 1rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 50px;
    padding: 14px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 18px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 1.14rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 58px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 28px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 48px;
    padding: 13px 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 17px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 1.08rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 50px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 24px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 56px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 48px;
    padding: 12px 13px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 16px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 1.06rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 42px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 18px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-panel, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-shell{
    border-radius: 18px;
    padding: 18px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 54px;
    padding: 14px 15px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 46px;
    padding: 11px 9px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 16px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 1.04rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 38px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 14px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 0.93rem;
    line-height: 1.55;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-panel, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-shell{
    border-radius: 16px;
    padding: 15px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 44px;
    padding: 10px 6px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-top{
    align-items: flex-start;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 15px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    padding: 34px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-subtitle{
    font-size: 0.9rem;
    line-height: 1.5;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-kicker{
    font-size: 0.78rem;
    padding: 7px 10px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-panel, .tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-shell{
    border-radius: 14px;
    padding: 12px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-input{
    width: 100%;
    min-height: 50px;
    padding: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 5px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    min-height: 42px;
    padding: 9px 4px;
    font-size: 0.72rem;
    border-radius: 10px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool h2{
    font-size: 1.08rem;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-count{
    font-size: 0.72rem;
    padding: 6px 8px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-card{
    padding: 13px;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-name{
    font-size: 0.96rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .aesthetic-username-generator-tool{
    border-radius: 0 !important;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-actions{
    flex-wrap: wrap;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-btn{
    flex: 1 1 100%;
  }.tc-wp-tool-root .aesthetic-username-generator-tool .aug-results-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;
}