@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 .three-letter-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 64px 18px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 255, 209, 0.26), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(165, 92, 255, 0.32), transparent 30%),
    linear-gradient(135deg, #081022 0%, #151047 42%, #061b35 100%);
}.tc-wp-tool-root .three-letter-username-generator-tool, .tc-wp-tool-root .three-letter-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(124, 255, 224, 0.34);
  border-radius: 999px;
  background: rgba(8, 21, 48, 0.54);
  color: #9dfce8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 34px rgba(95, 255, 222, 0.18);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(235, 246, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.65;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-panel{
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(203, 233, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-label{
  display: block;
  margin: 0 0 10px;
  color: #eaf9ff;
  font-size: 0.95rem;
  font-weight: 750;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  border: 1px solid rgba(172, 225, 255, 0.28);
  border-radius: 18px;
  outline: none;
  padding: 0 18px;
  background: rgba(4, 12, 30, 0.68);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  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 .three-letter-username-generator-tool .tlug-input::placeholder{
  color: rgba(225, 240, 255, 0.55);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input:focus{
  border-color: rgba(104, 255, 224, 0.82);
  background: rgba(3, 13, 34, 0.9);
  box-shadow: 0 0 0 4px rgba(49, 255, 213, 0.14), 0 0 34px rgba(79, 255, 225, 0.18);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
  appearance: none;
  border: 0;
  border-radius: 16px;
  min-height: 48px;
  padding: 13px 18px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button:focus-visible{
  outline: 3px solid rgba(124, 255, 224, 0.82);
  outline-offset: 3px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button-primary{
  flex: 1.25 1 0;
  background: linear-gradient(135deg, #18f0ca, #6478ff 58%, #a85cff);
  box-shadow: 0 16px 34px rgba(75, 100, 255, 0.32);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button-primary:hover{
  box-shadow: 0 18px 44px rgba(80, 255, 222, 0.28), 0 16px 38px rgba(99, 120, 255, 0.32);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button-secondary{
  flex: 1 1 0;
  border: 1px solid rgba(202, 231, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button-secondary:hover{
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-status{
  min-height: 24px;
  margin: 18px 2px 14px;
  color: rgba(229, 248, 255, 0.78);
  font-size: 0.92rem;
  text-align: center;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
  display: grid;
  width: 100%;
  gap: 18px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(209, 235, 255, 0.17);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(3, 12, 32, 0.48);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  animation: tlugFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(96, 255, 221, 0.36);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 30px rgba(69, 255, 225, 0.08);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card-style{
  margin: 0 0 10px;
  color: #93fff0;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username-box{
  max-height: 180px;
  min-height: 68px;
  overflow: auto;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  background: rgba(2, 9, 25, 0.62);
  border: 1px solid rgba(169, 218, 255, 0.13);
  scrollbar-width: thin;
  scrollbar-color: rgba(113, 255, 226, 0.65) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username-box::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #49ffe0, #7d7cff);
  border-radius: 999px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-copy{
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(124, 255, 224, 0.24);
  background: rgba(124, 255, 224, 0.1);
  color: #eafffb;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-copy:hover{
  background: rgba(124, 255, 224, 0.17);
  box-shadow: 0 12px 26px rgba(42, 255, 218, 0.12);
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-load-more{
  min-width: 210px;
  border: 1px solid rgba(202, 231, 255, 0.22);
  background: linear-gradient(135deg, rgba(24, 240, 202, 0.22), rgba(168, 92, 255, 0.26));
}.tc-wp-tool-root .three-letter-username-generator-tool .tlug-load-more[hidden]{
  display: none;
}@keyframes tlugFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 72px 28px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 60px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 50px;
    padding: 14px 20px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 20px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 1.18rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 66px 24px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: 100%;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 49px;
    padding: 13px 18px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 18px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 1.12rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 58px 22px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: 100%;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-panel{
    padding: 22px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 56px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 48px;
    padding: 13px 16px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 17px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 48px 16px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: 100%;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 0.94rem;
    line-height: 1.55;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-panel{
    padding: 17px;
    border-radius: 20px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 54px;
    padding: 0 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 44px;
    padding: 11px 10px;
    font-size: 0.86rem;
    border-radius: 14px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 16px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 1.05rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 44px 14px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: 100%;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 0.91rem;
    line-height: 1.5;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-panel{
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 42px;
    padding: 10px 8px;
    font-size: 0.8rem;
    border-radius: 13px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .three-letter-username-generator-tool{
    border-radius: 0 !important;
    padding: 40px 10px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-container{
    width: 100%;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-kicker{
    font-size: 0.72rem;
    padding: 6px 10px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-subtitle{
    font-size: 0.88rem;
    line-height: 1.48;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-label{
    font-size: 0.86rem;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-input{
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.9rem;
    border-radius: 14px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-actions{
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-button{
    min-height: 40px;
    padding: 9px 5px;
    font-size: 0.74rem;
    border-radius: 12px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-card{
    padding: 13px;
    border-radius: 16px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username-box{
    padding: 12px;
    border-radius: 14px;
  }.tc-wp-tool-root .three-letter-username-generator-tool .tlug-username{
    font-size: 0.96rem;
  }}.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;
}

.tc-wp-tool-root .tlug-input-wrap {}