@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 .creative-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: #f8fbff;
  background:
    radial-gradient(circle at 12% 12%, rgba(73, 214, 255, 0.28), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(255, 113, 214, 0.24), transparent 30%),
    radial-gradient(circle at 52% 95%, rgba(104, 255, 184, 0.18), transparent 34%),
    linear-gradient(135deg, #101827 0%, #19233a 42%, #271b3f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .creative-username-generator-tool, .tc-wp-tool-root .creative-username-generator-tool div, .tc-wp-tool-root .creative-username-generator-tool section, .tc-wp-tool-root .creative-username-generator-tool h1, .tc-wp-tool-root .creative-username-generator-tool h2, .tc-wp-tool-root .creative-username-generator-tool p, .tc-wp-tool-root .creative-username-generator-tool label, .tc-wp-tool-root .creative-username-generator-tool input, .tc-wp-tool-root .creative-username-generator-tool button, .tc-wp-tool-root .creative-username-generator-tool span{
  box-sizing: border-box;
}.tc-wp-tool-root .creative-username-generator-tool .cug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
  width: 100%;
  max-width: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
}.tc-wp-tool-root .creative-username-generator-tool .cug-header{
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}.tc-wp-tool-root .creative-username-generator-tool h1{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 850;
}.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(235, 244, 255, 0.84);
  font-size: 1.04rem;
  line-height: 1.55;
}.tc-wp-tool-root .creative-username-generator-tool .cug-controls{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(8, 14, 28, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}.tc-wp-tool-root .creative-username-generator-tool .cug-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(244, 249, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 750;
}.tc-wp-tool-root .creative-username-generator-tool .cug-input-row{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .creative-username-generator-tool .cug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(164, 210, 255, 0.36);
  border-radius: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  font-size: 1.03rem;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 26px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .creative-username-generator-tool .cug-input:focus{
  border-color: rgba(90, 218, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(90, 218, 255, 0.18), 0 14px 34px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn, .tc-wp-tool-root .creative-username-generator-tool .cug-load-more, .tc-wp-tool-root .creative-username-generator-tool .cug-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 12px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 0.96rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn-primary{
  background: linear-gradient(135deg, #22c8ff, #6d5cff);
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn-secondary{
  background: rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn-accent{
  background: linear-gradient(135deg, #ff6fc7, #ff9f59);
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn:hover, .tc-wp-tool-root .creative-username-generator-tool .cug-load-more:hover, .tc-wp-tool-root .creative-username-generator-tool .cug-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3), 0 0 26px rgba(77, 213, 255, 0.16);
}.tc-wp-tool-root .creative-username-generator-tool .cug-btn:focus-visible, .tc-wp-tool-root .creative-username-generator-tool .cug-load-more:focus-visible, .tc-wp-tool-root .creative-username-generator-tool .cug-copy:focus-visible, .tc-wp-tool-root .creative-username-generator-tool .cug-input:focus-visible{
  outline: 3px solid rgba(122, 229, 255, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 28px 0 16px;
}.tc-wp-tool-root .creative-username-generator-tool h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 850;
}.tc-wp-tool-root .creative-username-generator-tool .cug-count{
  flex: 0 0 auto;
  color: rgba(235, 244, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  animation: cugFadeIn 320ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .creative-username-generator-tool .cug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(105, 224, 255, 0.45);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3);
}.tc-wp-tool-root .creative-username-generator-tool .cug-style{
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  color: rgba(232, 245, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .creative-username-generator-tool .cug-namebox{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 74px;
  overflow: auto;
  padding: 14px;
  border-radius: 15px;
  background: rgba(7, 12, 25, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.13);
  scrollbar-width: thin;
  scrollbar-color: rgba(96, 218, 255, 0.8) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .creative-username-generator-tool .cug-namebox::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-namebox::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-namebox::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #45d7ff, #ff72c8);
  border-radius: 12px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-username{
  display: block;
  width: 100%;
  max-width: 100%;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .creative-username-generator-tool .cug-copy{
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 13px;
  color: #0f172a;
  background: linear-gradient(135deg, #ffffff, #dff7ff);
  font-size: 0.94rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}.tc-wp-tool-root .creative-username-generator-tool .cug-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}.tc-wp-tool-root .creative-username-generator-tool .cug-load-more{
  min-width: 190px;
  max-width: 100%;
  padding: 14px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #2ed3ff, #ff76c8);
  font-size: 0.98rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .creative-username-generator-tool .cug-copy-status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@keyframes cugFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 1.04rem;
    padding: 17px 18px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.96rem;
    padding: 14px 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 18px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 1.18rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 56px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 1rem;
    padding: 16px 17px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.94rem;
    padding: 13px 10px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 17px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 1.1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 46px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
    padding: 28px;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.93rem;
    padding: 13px 10px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 16px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
    padding: 20px;
    border-radius: 22px;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 1rem;
    padding: 14px 15px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.86rem;
    padding: 12px 7px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 15px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 1.06rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 30px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
    padding: 17px;
    border-radius: 20px;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-controls{
    padding: 14px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 0.98rem;
    padding: 14px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.8rem;
    padding: 11px 5px;
    border-radius: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 14px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 26px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-controls{
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 0.96rem;
    padding: 13px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    font-size: 0.74rem;
    padding: 10px 4px;
    border-radius: 11px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-namebox{
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 0.96rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .creative-username-generator-tool{
    padding: 22px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-container{
    width: 100%;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-panel{
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool h1{
    font-size: 1.5rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-subtitle{
    font-size: 0.88rem;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-input{
    width: 100%;
    font-size: 0.94rem;
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-button-row{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-btn{
    width: 100%;
    font-size: 0.86rem;
    padding: 11px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-card{
    padding: 12px;
  }.tc-wp-tool-root .creative-username-generator-tool .cug-username{
    font-size: 0.95rem;
  }}.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;
}