@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 .goth-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  color: #f3eef7;
  background:
    radial-gradient(circle at 18% 12%, rgba(129, 42, 93, 0.34), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(95, 67, 159, 0.28), transparent 30%),
    linear-gradient(145deg, #050407 0%, #10080d 42%, #17101f 100%);
  padding: 64px 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .goth-username-generator-tool .gug-container, .tc-wp-tool-root .goth-username-generator-tool .gug-hero, .tc-wp-tool-root .goth-username-generator-tool .gug-panel, .tc-wp-tool-root .goth-username-generator-tool .gug-results-shell, .tc-wp-tool-root .goth-username-generator-tool .gug-results-head, .tc-wp-tool-root .goth-username-generator-tool .gug-grid, .tc-wp-tool-root .goth-username-generator-tool .gug-card, .tc-wp-tool-root .goth-username-generator-tool .gug-actions{
  box-sizing: border-box;
}.tc-wp-tool-root .goth-username-generator-tool .gug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(210, 185, 230, 0.22);
  border-radius: 999px;
  color: #d9c6e8;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 28px rgba(148, 32, 72, 0.18);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .goth-username-generator-tool .gug-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #fff9ff;
  text-shadow: 0 0 34px rgba(153, 36, 86, 0.32);
}.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: #cabfd1;
  font-size: 1.02rem;
  line-height: 1.7;
}.tc-wp-tool-root .goth-username-generator-tool .gug-panel, .tc-wp-tool-root .goth-username-generator-tool .gug-results-shell{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(226, 215, 238, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .goth-username-generator-tool .gug-panel{
  padding: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-label{
  display: block;
  margin: 0 0 10px;
  color: #eee5f5;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
}.tc-wp-tool-root .goth-username-generator-tool .gug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  border: 1px solid rgba(223, 207, 239, 0.22);
  border-radius: 16px;
  outline: none;
  padding: 0 16px;
  color: #fffaff;
  background: rgba(3, 3, 7, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  font-size: 1rem;
  line-height: 1.2;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .goth-username-generator-tool .gug-input::placeholder{
  color: #8f819b;
}.tc-wp-tool-root .goth-username-generator-tool .gug-input:focus{
  border-color: rgba(219, 97, 146, 0.76);
  background: rgba(7, 5, 12, 0.82);
  box-shadow: 0 0 0 4px rgba(176, 42, 93, 0.22), 0 0 34px rgba(132, 47, 146, 0.18);
}.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-button, .tc-wp-tool-root .goth-username-generator-tool .gug-load-more, .tc-wp-tool-root .goth-username-generator-tool .gug-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .goth-username-generator-tool .gug-button{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  border-radius: 15px;
  padding: 12px 16px;
  font-size: 0.96rem;
}.tc-wp-tool-root .goth-username-generator-tool .gug-button-primary{
  color: #fff9ff;
  background: linear-gradient(135deg, #8f1d45, #5b2a86);
  box-shadow: 0 14px 34px rgba(116, 25, 78, 0.34);
}.tc-wp-tool-root .goth-username-generator-tool .gug-button-secondary{
  color: #eee8f4;
  border: 1px solid rgba(226, 215, 238, 0.16);
  background: rgba(255, 255, 255, 0.07);
}.tc-wp-tool-root .goth-username-generator-tool .gug-button:hover, .tc-wp-tool-root .goth-username-generator-tool .gug-load-more:hover, .tc-wp-tool-root .goth-username-generator-tool .gug-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(151, 34, 88, 0.26);
}.tc-wp-tool-root .goth-username-generator-tool .gug-button:focus-visible, .tc-wp-tool-root .goth-username-generator-tool .gug-load-more:focus-visible, .tc-wp-tool-root .goth-username-generator-tool .gug-copy:focus-visible{
  outline: 3px solid rgba(224, 178, 255, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-results-shell{
  padding: 24px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-results-title{
  margin: 0;
  color: #fff9ff;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .goth-username-generator-tool .gug-count{
  flex: 0 0 auto;
  color: #d7c9df;
  border: 1px solid rgba(226, 215, 238, 0.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(4, 4, 8, 0.34);
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 16px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  border: 1px solid rgba(226, 215, 238, 0.14);
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 100% 0%, rgba(136, 34, 78, 0.16), transparent 42%);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  animation: gugFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .goth-username-generator-tool .gug-card:hover{
  transform: translateY(-3px);
  border-color: rgba(219, 97, 146, 0.35);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32), 0 0 28px rgba(145, 39, 91, 0.16);
}.tc-wp-tool-root .goth-username-generator-tool .gug-card::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.045);
  border-radius: 999px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-card::-webkit-scrollbar-thumb{
  background: rgba(181, 65, 116, 0.54);
  border-radius: 999px;
}.tc-wp-tool-root .goth-username-generator-tool .gug-style{
  margin: 0 0 10px;
  color: #cfc2da;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .goth-username-generator-tool .gug-name{
  margin: 0 0 15px;
  color: #fffaff;
  font-size: 1.13rem;
  font-weight: 850;
  line-height: 1.28;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .goth-username-generator-tool .gug-copy{
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(226, 215, 238, 0.16);
  border-radius: 12px;
  padding: 9px 12px;
  color: #fff9ff;
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.88rem;
}.tc-wp-tool-root .goth-username-generator-tool .gug-load-more{
  display: block;
  min-height: 48px;
  margin: 18px auto 0;
  border-radius: 15px;
  padding: 12px 22px;
  color: #fff9ff;
  background: linear-gradient(135deg, #3d2a58, #841c3f);
  box-shadow: 0 14px 34px rgba(116, 25, 78, 0.26);
  font-size: 0.96rem;
}.tc-wp-tool-root .goth-username-generator-tool .gug-load-more[hidden]{
  display: none;
}.tc-wp-tool-root .goth-username-generator-tool .gug-live{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@keyframes gugFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
    padding: 38px 0;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 12px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 0.9rem;
    line-height: 1.55;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-panel, .tc-wp-tool-root .goth-username-generator-tool .gug-results-shell{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
    gap: 6px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    min-height: 42px;
    padding: 9px 6px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 14px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
    padding: 42px 0;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 14px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-panel, .tc-wp-tool-root .goth-username-generator-tool .gug-results-shell{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    min-height: 50px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
    gap: 8px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    min-height: 44px;
    padding: 10px 8px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 15px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1.03rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
    padding: 48px 0;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 18px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-panel, .tc-wp-tool-root .goth-username-generator-tool .gug-results-shell{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    min-height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
    gap: 10px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    padding: 11px 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 16px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1.07rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
    padding: 56px 0;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 22px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    font-size: 0.95rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 17px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1.1rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
    padding: 62px 0;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 24px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    font-size: 0.96rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 18px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1.13rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .goth-username-generator-tool{
    border-radius: 0 !important;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-container{
    width: 100%;
    padding: 0 24px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .goth-username-generator-tool .gug-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-input{
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-actions{
    width: 100%;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-button{
    font-size: 0.96rem;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-card{
    padding: 18px;
  }.tc-wp-tool-root .goth-username-generator-tool .gug-name{
    font-size: 1.13rem;
  }}.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;
}