@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 .clever-username-generator-tool{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 58px 18px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.32), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 94, 160, 0.28), transparent 31%),
    radial-gradient(circle at 52% 92%, rgba(105, 255, 190, 0.2), transparent 34%),
    linear-gradient(135deg, #10152f 0%, #17214b 38%, #0b423f 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .clever-username-generator-tool, .tc-wp-tool-root .clever-username-generator-tool .cug-shell, .tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-card, .tc-wp-tool-root .clever-username-generator-tool .cug-input, .tc-wp-tool-root .clever-username-generator-tool .cug-btn, .tc-wp-tool-root .clever-username-generator-tool .cug-load-more{
  box-sizing: border-box;
}.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .clever-username-generator-tool .cug-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
  margin: 0;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
  width: min(100%, 720px);
  margin: 14px auto 0;
  color: rgba(235, 247, 255, 0.88);
  font-size: 1.04rem;
  line-height: 1.6;
}.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), 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(16px);
  border-radius: 24px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-panel{
  padding: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-input-wrap{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .clever-username-generator-tool .cug-input-wrap label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}.tc-wp-tool-root .clever-username-generator-tool .cug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  outline: none;
  background: rgba(5, 12, 28, 0.55);
  color: #ffffff;
  font-size: 1.02rem;
  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 .clever-username-generator-tool .cug-input::placeholder{
  color: rgba(224, 238, 255, 0.56);
}.tc-wp-tool-root .clever-username-generator-tool .cug-input:focus{
  border-color: rgba(94, 255, 219, 0.85);
  background: rgba(5, 12, 28, 0.72);
  box-shadow: 0 0 0 4px rgba(94, 255, 219, 0.16), 0 18px 38px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn, .tc-wp-tool-root .clever-username-generator-tool .cug-load-more, .tc-wp-tool-root .clever-username-generator-tool .cug-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, background 170ms ease;
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding: 13px 16px;
  border-radius: 15px;
  font-size: 0.98rem;
  color: #071225;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.23);
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn-primary{
  background: linear-gradient(135deg, #72ffdf, #76b7ff);
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn-secondary{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn-accent{
  background: linear-gradient(135deg, #ff9ccc, #ffd27d);
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn:hover, .tc-wp-tool-root .clever-username-generator-tool .cug-load-more:hover, .tc-wp-tool-root .clever-username-generator-tool .cug-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 28px rgba(114, 255, 223, 0.18);
}.tc-wp-tool-root .clever-username-generator-tool .cug-btn:focus-visible, .tc-wp-tool-root .clever-username-generator-tool .cug-load-more:focus-visible, .tc-wp-tool-root .clever-username-generator-tool .cug-copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
  padding: 24px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-results-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-results-top h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.2;
}.tc-wp-tool-root .clever-username-generator-tool .cug-count{
  flex: 0 0 auto;
  color: rgba(234, 247, 255, 0.78);
  font-size: 0.9rem;
}.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .clever-username-generator-tool .cug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 12, 29, 0.54);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  animation: cugFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  scrollbar-color: rgba(114, 255, 223, 0.62) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .clever-username-generator-tool .cug-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-card::-webkit-scrollbar-thumb{
  background: rgba(114, 255, 223, 0.62);
  border-radius: 20px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-card:hover{
  transform: translateY(-3px);
  border-color: rgba(114, 255, 223, 0.38);
  background: rgba(8, 20, 44, 0.68);
}.tc-wp-tool-root .clever-username-generator-tool .cug-style{
  margin: 0 0 10px;
  color: rgba(232, 248, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .clever-username-generator-tool .cug-name-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .clever-username-generator-tool .cug-username{
  min-width: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .clever-username-generator-tool .cug-copy{
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 12px;
  color: #06111f;
  background: linear-gradient(135deg, #ffffff, #bfffee);
  font-size: 0.82rem;
}.tc-wp-tool-root .clever-username-generator-tool .cug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}.tc-wp-tool-root .clever-username-generator-tool .cug-load-more{
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 15px;
  color: #06111f;
  background: linear-gradient(135deg, #72ffdf, #ffd27d);
  font-size: 0.96rem;
}.tc-wp-tool-root .clever-username-generator-tool .cug-load-more.cug-hidden{
  display: none;
}.tc-wp-tool-root .clever-username-generator-tool .cug-copy-status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}@keyframes cugFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (max-width: 319px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 0.84rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 13px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    padding: 10px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 12px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 0.92rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 13px 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    min-height: 43px;
    padding: 9px 6px;
    font-size: 0.76rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 13px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 0.94rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-copy{
    padding: 8px 9px;
    font-size: 0.76rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 16px;
    border-radius: 19px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 14px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    min-height: 44px;
    padding: 10px 8px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 14px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 0.98rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 44px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    min-height: 46px;
    padding: 11px 10px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 15px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 52px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 96%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 22px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    padding: 13px 14px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 16px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 1.02rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 58px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 96%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 24px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    padding: 13px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 16px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 1.05rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .clever-username-generator-tool{
    width: 100%;
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-shell{
    width: 94%;
    max-width: 1200px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .clever-username-generator-tool .cug-header p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-panel, .tc-wp-tool-root .clever-username-generator-tool .cug-results-panel{
    padding: 26px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-input{
    width: 100%;
    max-width: 100%;
    padding: 17px 18px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-btn{
    padding: 14px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-card{
    padding: 17px;
  }.tc-wp-tool-root .clever-username-generator-tool .cug-username{
    font-size: 1.06rem;
  }}.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;
}