@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 .girly-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 58px 18px;
  color: #3b1631;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 173, 214, 0.56) 0, rgba(255, 173, 214, 0) 30%),
    radial-gradient(circle at 72% 88%, rgba(202, 163, 255, 0.4) 0, rgba(202, 163, 255, 0) 32%),
    linear-gradient(135deg, #fff4f8 0%, #ffd7e7 31%, #f4d8ff 68%, #fff7df 100%);
}.tc-wp-tool-root .girly-username-generator-tool, .tc-wp-tool-root .girly-username-generator-tool .gug-shell, .tc-wp-tool-root .girly-username-generator-tool .gug-panel, .tc-wp-tool-root .girly-username-generator-tool .gug-results, .tc-wp-tool-root .girly-username-generator-tool .gug-card, .tc-wp-tool-root .girly-username-generator-tool .gug-actions, .tc-wp-tool-root .girly-username-generator-tool .gug-input, .tc-wp-tool-root .girly-username-generator-tool .gug-btn, .tc-wp-tool-root .girly-username-generator-tool .gug-load-more{
  box-sizing: border-box;
}.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .girly-username-generator-tool .gug-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(160, 42, 112, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #8b1d5d;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 12px 32px rgba(155, 45, 112, 0.12);
}.tc-wp-tool-root .girly-username-generator-tool h1{
  margin: 14px 0 12px;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  color: #32142d;
}.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
  max-width: 820px;
  margin: 0 auto;
  color: #66334f;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 600;
}.tc-wp-tool-root .girly-username-generator-tool .gug-panel{
  width: 100%;
  max-width: 100%;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 245, 250, 0.44));
  box-shadow: 0 24px 70px rgba(112, 31, 84, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .girly-username-generator-tool .gug-input-panel{
  margin-bottom: 22px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-label{
  display: block;
  margin: 0 0 10px;
  color: #552440;
  font-size: 0.96rem;
  font-weight: 800;
}.tc-wp-tool-root .girly-username-generator-tool .gug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(139, 29, 93, 0.22);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.88);
  color: #35162e;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 12px 28px rgba(135, 43, 99, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .girly-username-generator-tool .gug-input::placeholder{
  color: #9b6b87;
  opacity: 1;
}.tc-wp-tool-root .girly-username-generator-tool .gug-input:focus{
  border-color: rgba(219, 48, 132, 0.72);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 120, 181, 0.22), 0 18px 40px rgba(135, 43, 99, 0.14);
}.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn, .tc-wp-tool-root .girly-username-generator-tool .gug-load-more, .tc-wp-tool-root .girly-username-generator-tool .gug-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.98rem;
  font-weight: 900;
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #e92d86, #a91f72);
  box-shadow: 0 14px 28px rgba(186, 32, 116, 0.28);
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn-soft{
  color: #5e2347;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(139, 29, 93, 0.18);
  box-shadow: 0 12px 24px rgba(100, 37, 79, 0.1);
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn-glow{
  color: #4c1c42;
  background: linear-gradient(135deg, #fff4b8, #ffc1dc 48%, #dfc5ff);
  box-shadow: 0 14px 28px rgba(179, 91, 156, 0.22);
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn:hover, .tc-wp-tool-root .girly-username-generator-tool .gug-load-more:hover, .tc-wp-tool-root .girly-username-generator-tool .gug-copy:hover{
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 18px 36px rgba(166, 44, 112, 0.24);
}.tc-wp-tool-root .girly-username-generator-tool .gug-btn:focus-visible, .tc-wp-tool-root .girly-username-generator-tool .gug-load-more:focus-visible, .tc-wp-tool-root .girly-username-generator-tool .gug-copy:focus-visible{
  outline: 3px solid rgba(123, 35, 157, 0.38);
  outline-offset: 3px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-status{
  min-height: 22px;
  margin: 0 0 12px;
  color: #6d2851;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root .girly-username-generator-tool .gug-results{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.76), rgba(255, 246, 250, 0.5));
  box-shadow: 0 18px 46px rgba(104, 31, 78, 0.14);
  animation: gugFadeUp 260ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .girly-username-generator-tool .gug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 128, 184, 0.52);
  box-shadow: 0 24px 58px rgba(134, 36, 99, 0.19);
}.tc-wp-tool-root .girly-username-generator-tool .gug-style-name{
  margin: 0 0 10px;
  color: #8d1f62;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.3;
}.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
  max-height: 180px;
  min-height: 56px;
  overflow-y: auto;
  padding: 13px 14px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(139, 29, 93, 0.13);
  color: #35152e;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .girly-username-generator-tool .gug-username-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-username-box::-webkit-scrollbar-track{
  background: #ffeaf3;
  border-radius: 99px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-username-box::-webkit-scrollbar-thumb{
  background: #dc5b9f;
  border-radius: 99px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-copy{
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #7f2bbd, #d22f8d);
  font-size: 0.92rem;
  font-weight: 900;
}.tc-wp-tool-root .girly-username-generator-tool .gug-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}.tc-wp-tool-root .girly-username-generator-tool .gug-load-more{
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #9a2fc0, #e03d8c);
  font-size: 0.98rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(148, 45, 142, 0.24);
}.tc-wp-tool-root .girly-username-generator-tool .gug-load-more[hidden]{
  display: none;
}@keyframes gugFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    font-size: 1.06rem;
    padding: 0 18px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 50px;
    padding: 13px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 18px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 1.05rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 58px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.04rem;
    padding: 0 17px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 48px;
    padding: 12px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 17px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 1.02rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 50px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-panel{
    padding: 22px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1rem;
    padding: 0 16px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 47px;
    padding: 11px 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 17px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 1rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
    padding: 0 15px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 45px;
    padding: 10px 10px;
    font-size: 0.9rem;
    border-radius: 14px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 16px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 0.98rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    font-size: 0.96rem;
    padding: 0 14px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 43px;
    padding: 9px 7px;
    font-size: 0.84rem;
    border-radius: 13px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 15px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 0.96rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .girly-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .girly-username-generator-tool .gug-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-panel{
    padding: 13px;
    border-radius: 16px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-input{
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-size: 0.92rem;
    padding: 0 12px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-btn{
    min-height: 40px;
    padding: 8px 5px;
    font-size: 0.76rem;
    border-radius: 12px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-card{
    padding: 13px;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-username-box{
    font-size: 0.93rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .girly-username-generator-tool{
    padding: 30px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-actions{
    flex-direction: column;
  }.tc-wp-tool-root .girly-username-generator-tool .gug-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;
}