@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 .cute-username-generator-tool, .tc-wp-tool-root .cute-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .cute-username-generator-tool{
  width: 100%;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 56px 20px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 177, 199, 0.48), transparent 30%),
    radial-gradient(circle at 20% 90%, rgba(182, 151, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #fff8ee 0%, #ffdbe5 32%, #f2d8ff 66%, #ffe2d2 100%);
  color: #2b1730;
  font-family: inherit;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-header{
  text-align: center;
  margin: 0 auto 26px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #2a1530;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
  width: min(100%, 760px);
  margin: 14px auto 0;
  color: #684567;
  font-size: 1.04rem;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-panel{
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 24px 70px rgba(118, 54, 99, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-label{
  display: block;
  margin: 0 0 10px;
  color: #442245;
  font-size: 0.98rem;
  font-weight: 750;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(139, 77, 139, 0.22);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.82);
  color: #29142c;
  padding: 16px 18px;
  font: inherit;
  font-size: 1.05rem;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(109, 54, 99, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input:focus{
  border-color: rgba(219, 93, 140, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 4px rgba(255, 116, 164, 0.18), 0 14px 34px rgba(139, 63, 125, 0.14);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  border-radius: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding: 15px 18px;
  white-space: nowrap;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #ec5d8f, #9f65ff);
  box-shadow: 0 16px 30px rgba(191, 72, 151, 0.28);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button-soft{
  color: #512650;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(130, 70, 137, 0.16);
  box-shadow: 0 12px 24px rgba(97, 51, 92, 0.1);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button:hover, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load:hover, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-copy:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button-primary:hover{
  box-shadow: 0 20px 38px rgba(191, 72, 151, 0.34), 0 0 0 4px rgba(255, 112, 165, 0.13);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button-soft:hover, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load:hover{
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 34px rgba(97, 51, 92, 0.15);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button:focus-visible, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load:focus-visible, .tc-wp-tool-root .cute-username-generator-tool .cute-usernames-copy:focus-visible{
  outline: 3px solid rgba(114, 68, 255, 0.36);
  outline-offset: 3px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-results-wrap{
  margin-top: 22px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-status{
  min-height: 22px;
  margin: 0 0 10px;
  color: #5c365d;
  font-size: 0.94rem;
  font-weight: 700;
  text-align: center;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
  width: 100%;
  display: grid;
  gap: 16px;
  overflow: hidden;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 245, 250, 0.48)),
    radial-gradient(circle at top right, rgba(255, 133, 177, 0.18), transparent 42%);
  box-shadow: 0 16px 42px rgba(89, 45, 82, 0.13);
  padding: 18px;
  animation: cuteUsernamesFade 280ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(89, 45, 82, 0.18);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-style{
  margin: 0 0 10px;
  color: #7a3f78;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-namebox{
  max-height: 180px;
  overflow: auto;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(123, 72, 134, 0.14);
  scrollbar-color: rgba(196, 89, 148, 0.55) rgba(255, 241, 247, 0.9);
  scrollbar-width: thin;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-namebox::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-namebox::-webkit-scrollbar-track{
  background: rgba(255, 241, 247, 0.9);
  border-radius: 999px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-namebox::-webkit-scrollbar-thumb{
  background: rgba(196, 89, 148, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
  display: block;
  color: #2c1731;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-copy{
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  padding: 12px 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #7e61ff, #ef6d9d);
  box-shadow: 0 12px 24px rgba(144, 76, 174, 0.22);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load{
  min-height: 48px;
  padding: 15px 24px;
  color: #512650;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(130, 70, 137, 0.16);
  box-shadow: 0 14px 28px rgba(97, 51, 92, 0.12);
}.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-load.is-hidden{
  display: none;
}@keyframes cuteUsernamesFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 1.05rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 1rem;
    padding: 15px 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    padding: 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 1.12rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 58px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 1.04rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 0.99rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    padding: 17px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 1.08rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: min(100%, 920px);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-panel{
    padding: 22px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 1.02rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 0.96rem;
    padding: 14px 14px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    padding: 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 1.06rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 40px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: 100%;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 0.96rem;
    line-height: 1.55;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 1rem;
    padding: 14px 15px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 0.9rem;
    padding: 13px 10px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 1.04rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: 100%;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 0.92rem;
    line-height: 1.52;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-panel{
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 0.97rem;
    padding: 13px 14px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 0.82rem;
    padding: 12px 7px;
    min-height: 44px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cute-username-generator-tool{
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-shell{
    width: 100%;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-subtitle{
    font-size: 0.88rem;
    line-height: 1.5;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-label{
    font-size: 0.88rem;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-input{
    width: 100%;
    font-size: 0.94rem;
    padding: 12px 12px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-button{
    font-size: 0.74rem;
    padding: 11px 5px;
    min-height: 42px;
    border-radius: 13px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-grid{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-card{
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-namebox{
    padding: 12px;
    border-radius: 14px;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-name{
    font-size: 0.96rem;
  }.tc-wp-tool-root .cute-username-generator-tool .cute-usernames-copy{
    font-size: 0.86rem;
    min-height: 40px;
  }}.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;
}