@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 .cool-username-generator-tool{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 56px 18px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(57, 255, 213, 0.28), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(255, 82, 168, 0.22), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #101932 42%, #18122f 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cool-username-generator-tool, .tc-wp-tool-root .cool-username-generator-tool div, .tc-wp-tool-root .cool-username-generator-tool section, .tc-wp-tool-root .cool-username-generator-tool header, .tc-wp-tool-root .cool-username-generator-tool h1, .tc-wp-tool-root .cool-username-generator-tool p, .tc-wp-tool-root .cool-username-generator-tool label, .tc-wp-tool-root .cool-username-generator-tool input, .tc-wp-tool-root .cool-username-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .cool-username-generator-tool .cug-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cool-username-generator-tool .cug-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
  width: min(100%, 820px);
  margin: 14px auto 0;
  color: #dce8f7;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .cool-username-generator-tool .cug-panel{
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .cool-username-generator-tool .cug-label{
  display: block;
  margin: 0 0 10px;
  color: #f6fbff;
  font-size: 0.94rem;
  font-weight: 700;
}.tc-wp-tool-root .cool-username-generator-tool .cug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(195, 226, 255, 0.32);
  border-radius: 16px;
  outline: none;
  background: rgba(4, 12, 25, 0.68);
  color: #ffffff;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .cool-username-generator-tool .cug-input::placeholder{
  color: #9fb3c8;
}.tc-wp-tool-root .cool-username-generator-tool .cug-input:focus{
  border-color: rgba(89, 241, 223, 0.95);
  background: rgba(5, 16, 34, 0.84);
  box-shadow: 0 0 0 4px rgba(89, 241, 223, 0.18), 0 0 28px rgba(89, 241, 223, 0.18);
}.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .cool-username-generator-tool .cug-actions .cug-btn{
  flex: 1 1 0;
}.tc-wp-tool-root .cool-username-generator-tool .cug-btn-primary{
  background: linear-gradient(135deg, #18d8c3, #6c7cff 52%, #ff4fa0);
  box-shadow: 0 14px 34px rgba(24, 216, 195, 0.22);
}.tc-wp-tool-root .cool-username-generator-tool .cug-btn-secondary, .tc-wp-tool-root .cool-username-generator-tool .cug-load-more, .tc-wp-tool-root .cool-username-generator-tool .cug-copy{
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .cool-username-generator-tool .cug-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(74, 213, 255, 0.18);
}.tc-wp-tool-root .cool-username-generator-tool .cug-btn:focus-visible, .tc-wp-tool-root .cool-username-generator-tool .cug-input:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-status{
  min-height: 22px;
  margin: 16px 0;
  color: #cfe8ff;
  font-size: 0.92rem;
  text-align: center;
}.tc-wp-tool-root .cool-username-generator-tool .cug-results{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.075));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  animation: cugFade 260ms ease both;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}.tc-wp-tool-root .cool-username-generator-tool .cug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(90, 240, 223, 0.38);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}.tc-wp-tool-root .cool-username-generator-tool .cug-style{
  margin: 0 0 10px;
  color: #a9f8ee;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 64px;
  overflow: auto;
  margin: 0 0 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(3, 11, 23, 0.68);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cool-username-generator-tool .cug-name-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-name-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-name-box::-webkit-scrollbar-thumb{
  background: rgba(89, 241, 223, 0.62);
  border-radius: 999px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-copy{
  width: 100%;
  color: #ffffff;
}.tc-wp-tool-root .cool-username-generator-tool .cug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .cool-username-generator-tool .cug-load-more{
/*   min-width: 180px; */
}@keyframes cugFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 34px 10px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-panel{
    padding: 14px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    min-height: 42px;
    padding: 9px 7px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 13px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    font-size: 0.92rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 38px 12px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 50px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    padding: 10px 9px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 14px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    font-size: 0.96rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 42px 14px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 52px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    padding: 11px 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 16px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 50px 18px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: min(100%, 1200px);
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    padding: 12px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 17px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    font-size: 1.02rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 56px 20px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: min(100%, 1200px);
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    padding: 12px 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 18px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    font-size: 1.05rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .cool-username-generator-tool{
    border-radius: 0 !important;
    padding: 64px 24px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-container{
    width: min(100%, 1200px);
    max-width: 1200px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cool-username-generator-tool .cug-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-input{
    width: 100%;
    height: 58px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-btn{
    padding: 13px 18px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-card{
    padding: 19px;
  }.tc-wp-tool-root .cool-username-generator-tool .cug-name-box{
    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;
}