@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 .artist-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: #fffafc;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 82, 154, 0.42), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(36, 223, 236, 0.32), transparent 30%),
    radial-gradient(circle at 72% 84%, rgba(255, 135, 91, 0.34), transparent 30%),
    linear-gradient(135deg, #0b1020 0%, #23123d 34%, #5b174c 66%, #101827 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .artist-username-generator-tool, .tc-wp-tool-root .artist-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .artist-username-generator-tool .aug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}.tc-wp-tool-root .artist-username-generator-tool .aug-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 820px;
}.tc-wp-tool-root .artist-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 42px rgba(255, 65, 160, 0.32);
}.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
  margin: 14px auto 0;
  color: rgba(255, 250, 252, 0.84);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 720px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-panel, .tc-wp-tool-root .artist-username-generator-tool .aug-results-wrap{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  border-radius: 22px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-panel{
  padding: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-results-wrap{
  padding: 24px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-section-title{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .artist-username-generator-tool .aug-label{
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 250, 252, 0.86);
  font-size: 0.92rem;
  font-weight: 700;
}.tc-wp-tool-root .artist-username-generator-tool .aug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  outline: none;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(8, 12, 25, 0.58);
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .artist-username-generator-tool .aug-input::placeholder{
  color: rgba(255, 250, 252, 0.48);
}.tc-wp-tool-root .artist-username-generator-tool .aug-input:focus{
  border-color: rgba(43, 226, 238, 0.72);
  background: rgba(8, 12, 25, 0.76);
  box-shadow: 0 0 0 4px rgba(43, 226, 238, 0.14), 0 0 26px rgba(255, 61, 156, 0.2);
}.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn, .tc-wp-tool-root .artist-username-generator-tool .aug-load-more, .tc-wp-tool-root .artist-username-generator-tool .aug-copy{
  appearance: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  touch-action: manipulation;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
  flex: 1 1 0;
  min-width: 0;
  min-height: 46px;
  padding: 13px 16px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn-primary{
  background: linear-gradient(135deg, #ff3d9c, #8b5cf6 52%, #21d7e8);
  box-shadow: 0 14px 30px rgba(255, 61, 156, 0.26);
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn-secondary{
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn:hover, .tc-wp-tool-root .artist-username-generator-tool .aug-load-more:hover, .tc-wp-tool-root .artist-username-generator-tool .aug-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(33, 215, 232, 0.18), 0 10px 28px rgba(255, 61, 156, 0.16);
}.tc-wp-tool-root .artist-username-generator-tool .aug-btn:focus-visible, .tc-wp-tool-root .artist-username-generator-tool .aug-load-more:focus-visible, .tc-wp-tool-root .artist-username-generator-tool .aug-copy:focus-visible{
  outline: 3px solid rgba(255, 207, 99, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-results-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-count{
  flex: 0 0 auto;
  color: rgba(255, 250, 252, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root .artist-username-generator-tool .aug-status{
  min-height: 1px;
  color: #ffcf63;
  font-size: 0.92rem;
  font-weight: 700;
}.tc-wp-tool-root .artist-username-generator-tool .aug-results{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at 100% 0%, rgba(43, 226, 238, 0.12), transparent 36%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  animation: augFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-color: rgba(43, 226, 238, 0.7) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .artist-username-generator-tool .aug-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff3d9c, #21d7e8);
  border-radius: 999px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(43, 226, 238, 0.34);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24), 0 0 28px rgba(255, 61, 156, 0.12);
}.tc-wp-tool-root .artist-username-generator-tool .aug-style{
  margin: 0 0 10px;
  color: rgba(255, 250, 252, 0.72);
  font-size: 0.82rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .artist-username-generator-tool .aug-name{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .artist-username-generator-tool .aug-copy{
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  border-radius: 12px;
  padding: 10px 12px;
  color: #08101d;
  background: linear-gradient(135deg, #ffcf63, #ff7b6b);
  font-size: 0.9rem;
  font-weight: 900;
}.tc-wp-tool-root .artist-username-generator-tool .aug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}.tc-wp-tool-root .artist-username-generator-tool .aug-load-more{
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.95rem;
  font-weight: 850;
}.tc-wp-tool-root .artist-username-generator-tool .aug-load-more.is-hidden{
  display: none;
}@keyframes augFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 1rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 13px 18px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 16px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 1.08rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 17px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 13px 16px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 15px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 1.04rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 50px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 0.98rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 12px 14px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 15px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 1.02rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-panel, .tc-wp-tool-root .artist-username-generator-tool .aug-results-wrap{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 0.96rem;
    padding: 14px 15px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 11px 10px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 14px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-panel, .tc-wp-tool-root .artist-username-generator-tool .aug-results-wrap{
    padding: 16px;
    border-radius: 17px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 0.94rem;
    padding: 13px 14px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 10px 8px;
    font-size: 0.82rem;
    min-height: 42px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 13px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .artist-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .artist-username-generator-tool .aug-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-panel, .tc-wp-tool-root .artist-username-generator-tool .aug-results-wrap{
    padding: 13px;
    border-radius: 15px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-input{
    width: 100%;
    font-size: 0.9rem;
    padding: 12px 12px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-btn{
    padding: 9px 5px;
    font-size: 0.74rem;
    min-height: 40px;
    border-radius: 11px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-card{
    padding: 12px;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-name{
    font-size: 0.94rem;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }}@media (max-width: 319px) {.tc-wp-tool-root .artist-username-generator-tool{
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-actions{
    flex-direction: column;
  }.tc-wp-tool-root .artist-username-generator-tool .aug-results{
    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;
}