@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 .tuff-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 !important;
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 197, 74, 0.28), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(48, 213, 200, 0.24), transparent 32%),
    linear-gradient(135deg, #171717 0%, #232323 28%, #4b3320 54%, #111827 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .tuff-username-generator-tool, .tc-wp-tool-root .tuff-username-generator-tool div, .tc-wp-tool-root .tuff-username-generator-tool section, .tc-wp-tool-root .tuff-username-generator-tool h1, .tc-wp-tool-root .tuff-username-generator-tool h2, .tc-wp-tool-root .tuff-username-generator-tool p, .tc-wp-tool-root .tuff-username-generator-tool label, .tc-wp-tool-root .tuff-username-generator-tool input, .tc-wp-tool-root .tuff-username-generator-tool button, .tc-wp-tool-root .tuff-username-generator-tool span{
  box-sizing: border-box;
}.tc-wp-tool-root .tuff-username-generator-tool__container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}.tc-wp-tool-root .tuff-username-generator-tool__panel{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(10, 14, 20, 0.58);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .tuff-username-generator-tool__header{
  text-align: center;
}.tc-wp-tool-root .tuff-username-generator-tool__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 0 32px rgba(255, 197, 74, 0.22);
}.tc-wp-tool-root .tuff-username-generator-tool__header p{
  max-width: 820px;
  margin: 14px auto 0;
  color: rgba(244, 248, 252, 0.84);
  line-height: 1.6;
}.tc-wp-tool-root .tuff-username-generator-tool__controls{
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(8, 12, 18, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}.tc-wp-tool-root .tuff-username-generator-tool__label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.35;
}.tc-wp-tool-root .tuff-username-generator-tool__input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  color: #121722;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .tuff-username-generator-tool__input:focus{
  border-color: rgba(255, 197, 74, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 197, 74, 0.2), 0 16px 38px rgba(0, 0, 0, 0.24);
}.tc-wp-tool-root .tuff-username-generator-tool__help{
  margin: 10px 0 0;
  color: rgba(240, 246, 255, 0.72);
  line-height: 1.45;
}.tc-wp-tool-root .tuff-username-generator-tool__button-row{
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root .tuff-username-generator-tool__button, .tc-wp-tool-root .tuff-username-generator-tool__load-more, .tc-wp-tool-root .tuff-username-generator-tool__copy{
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  color: #f9fbff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tuff-username-generator-tool__button{
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}.tc-wp-tool-root .tuff-username-generator-tool__button--primary, .tc-wp-tool-root .tuff-username-generator-tool__load-more{
  color: #16120a;
  border-color: rgba(255, 214, 105, 0.8);
  background: linear-gradient(135deg, #ffd35f 0%, #ff9f43 48%, #30d5c8 100%);
}.tc-wp-tool-root .tuff-username-generator-tool__button:hover, .tc-wp-tool-root .tuff-username-generator-tool__load-more:hover, .tc-wp-tool-root .tuff-username-generator-tool__copy:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 214, 105, 0.75);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 24px rgba(255, 197, 74, 0.18);
}.tc-wp-tool-root .tuff-username-generator-tool__button:active, .tc-wp-tool-root .tuff-username-generator-tool__load-more:active, .tc-wp-tool-root .tuff-username-generator-tool__copy:active{
  transform: translateY(0);
}.tc-wp-tool-root .tuff-username-generator-tool__button:focus-visible, .tc-wp-tool-root .tuff-username-generator-tool__load-more:focus-visible, .tc-wp-tool-root .tuff-username-generator-tool__copy:focus-visible{
  outline: 3px solid rgba(48, 213, 200, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .tuff-username-generator-tool__results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}.tc-wp-tool-root .tuff-username-generator-tool__results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
}.tc-wp-tool-root .tuff-username-generator-tool__count{
  color: rgba(244, 248, 252, 0.78);
  font-size: 0.9rem;
  white-space: nowrap;
}.tc-wp-tool-root .tuff-username-generator-tool__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .tuff-username-generator-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  animation: tuffUsernameFade 260ms ease both;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 197, 74, 0.72) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .tuff-username-generator-tool__card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .tuff-username-generator-tool__card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .tuff-username-generator-tool__card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ffd35f, #30d5c8);
  border-radius: 999px;
}.tc-wp-tool-root .tuff-username-generator-tool__card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 214, 105, 0.48);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3), 0 0 24px rgba(48, 213, 200, 0.12);
}.tc-wp-tool-root .tuff-username-generator-tool__style{
  display: block;
  color: rgba(236, 245, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.tc-wp-tool-root .tuff-username-generator-tool__username{
  margin: 10px 0 14px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tuff-username-generator-tool__copy{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 14px;
  font-size: 0.88rem;
}.tc-wp-tool-root .tuff-username-generator-tool__copy-status{
  min-height: 1px;
  width: 100%;
  overflow: hidden;
  color: transparent;
}.tc-wp-tool-root .tuff-username-generator-tool__load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .tuff-username-generator-tool__load-more[hidden]{
  display: none;
}.tc-wp-tool-root .tuff-username-generator-tool__is-new{
  animation: tuffUsernameReveal 360ms ease both;
}@keyframes tuffUsernameFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes tuffUsernameReveal {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 18px 10px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 16px 12px; border-radius: 18px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 0.88rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.86rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 12px 12px; font-size: 0.95rem; }.tc-wp-tool-root .tuff-username-generator-tool__help{ font-size: 0.78rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 6px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 11px 6px; font-size: 0.78rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 13px 18px; font-size: 0.92rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 22px 12px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 18px 14px; border-radius: 20px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 0.92rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.9rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 13px 13px; font-size: 0.98rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 8px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 12px 8px; font-size: 0.84rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ width: 100%; max-width: 100%; padding: 15px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1.06rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 13px 20px; font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 26px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 22px 16px; border-radius: 22px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 0.96rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.92rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 14px 14px; font-size: 1rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 9px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 13px 10px; font-size: 0.9rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ width: 100%; max-width: 100%; padding: 17px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1.12rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 14px 22px; font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 38px 22px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 30px; border-radius: 24px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 1rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.95rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 15px 16px; font-size: 1rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 10px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 14px 14px; font-size: 0.95rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: repeat(2, 1fr); gap: 16px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ padding: 18px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1.14rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 14px 24px; font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 48px 28px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 36px; border-radius: 26px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 1.03rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.96rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 16px 17px; font-size: 1.02rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 12px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 15px 16px; font-size: 0.98rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: repeat(3, 1fr); gap: 18px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ padding: 19px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1.16rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 15px 26px; font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .tuff-username-generator-tool{ padding: 58px 32px; border-radius: 0 !important; }.tc-wp-tool-root .tuff-username-generator-tool__container{ width: 100%; }.tc-wp-tool-root .tuff-username-generator-tool__panel{ padding: 42px; border-radius: 28px; }.tc-wp-tool-root .tuff-username-generator-tool__header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tuff-username-generator-tool__header p{ font-size: 1.05rem; }.tc-wp-tool-root .tuff-username-generator-tool__label{ font-size: 0.98rem; }.tc-wp-tool-root .tuff-username-generator-tool__input{ width: 100%; max-width: 100%; padding: 17px 18px; font-size: 1.04rem; }.tc-wp-tool-root .tuff-username-generator-tool__button-row{ flex-direction: row; gap: 12px; }.tc-wp-tool-root .tuff-username-generator-tool__button{ padding: 15px 18px; font-size: 1rem; }.tc-wp-tool-root .tuff-username-generator-tool__grid{ grid-template-columns: repeat(3, 1fr); gap: 20px; }.tc-wp-tool-root .tuff-username-generator-tool__card{ padding: 20px; }.tc-wp-tool-root .tuff-username-generator-tool__username{ font-size: 1.18rem; }.tc-wp-tool-root .tuff-username-generator-tool__load-more{ padding: 15px 28px; font-size: 1rem; }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .tuff-username-generator-tool__card, .tc-wp-tool-root .tuff-username-generator-tool__button, .tc-wp-tool-root .tuff-username-generator-tool__load-more, .tc-wp-tool-root .tuff-username-generator-tool__copy, .tc-wp-tool-root .tuff-username-generator-tool__input{
    animation: none;
    transition: none;
  }}.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;
}