@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 .tumblr-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 72px 24px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(80, 210, 255, 0.28), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(153, 92, 255, 0.28), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(0, 184, 212, 0.16), transparent 38%),
    linear-gradient(135deg, #071326 0%, #0b1d3a 38%, #111031 70%, #050812 100%);
  font-family: inherit;
}.tc-wp-tool-root .tumblr-username-generator-tool, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-container, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-panel, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-results, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-card, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-input, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more{
  box-sizing: border-box;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-bg-glow{
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.72;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-bg-glow-one{
  width: 340px;
  height: 340px;
  left: -120px;
  top: 70px;
  background: rgba(0, 194, 255, 0.18);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-bg-glow-two{
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: 70px;
  background: rgba(156, 91, 255, 0.18);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-hero{
  text-align: center;
  margin: 0 auto 26px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(89, 205, 255, 0.38);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(230, 243, 255, 0.86);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-panel{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 24px;
  padding: 22px;
  border: 1px solid rgba(180, 220, 255, 0.2);
  background: rgba(7, 19, 38, 0.62);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(232, 245, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(159, 215, 255, 0.28);
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input::placeholder{
  color: rgba(221, 237, 255, 0.55);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input:focus{
  border-color: rgba(94, 218, 255, 0.86);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 4px rgba(60, 202, 255, 0.16), 0 0 34px rgba(92, 201, 255, 0.16);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more{
  appearance: none;
  border: 1px solid rgba(187, 221, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #f9fcff;
  cursor: pointer;
  min-height: 46px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
  flex: 1 1 0;
  width: 100%;
  padding: 12px 16px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn-primary{
  border-color: rgba(97, 226, 255, 0.52);
  background: linear-gradient(135deg, rgba(16, 160, 255, 0.96), rgba(121, 83, 255, 0.9));
  box-shadow: 0 12px 32px rgba(26, 151, 255, 0.26);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn:hover, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more:hover{
  transform: translateY(-2px);
  border-color: rgba(113, 224, 255, 0.72);
  box-shadow: 0 14px 34px rgba(0, 178, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn-primary:hover{
  background: linear-gradient(135deg, rgba(25, 185, 255, 1), rgba(139, 103, 255, 0.98));
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn:focus-visible, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more:focus-visible, .tc-wp-tool-root .tumblr-username-generator-tool .tugt-copy:focus-visible{
  outline: 3px solid rgba(107, 226, 255, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-status{
  min-height: 22px;
  text-align: center;
  color: rgba(222, 242, 255, 0.78);
  font-size: 0.92rem;
  margin-bottom: 14px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
  display: grid;
  width: 100%;
  gap: 18px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(178, 219, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  opacity: 0;
  transform: translateY(12px);
  animation: tugtFadeIn 260ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(90, 220, 255, 0.42);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3), 0 0 28px rgba(75, 202, 255, 0.1);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-style{
  color: rgba(230, 244, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-chip{
  flex: 0 0 auto;
  color: rgba(144, 234, 255, 0.9);
  background: rgba(85, 210, 255, 0.1);
  border: 1px solid rgba(117, 220, 255, 0.18);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 800;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username-box{
  max-height: 180px;
  min-height: 66px;
  overflow-y: auto;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(174, 217, 255, 0.15);
  background: rgba(2, 9, 22, 0.42);
  scrollbar-width: thin;
  scrollbar-color: rgba(92, 213, 255, 0.65) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(82, 216, 255, 0.76), rgba(137, 98, 255, 0.74));
  border-radius: 999px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-copy{
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  min-height: 42px;
  border: 1px solid rgba(149, 219, 255, 0.3);
  border-radius: 13px;
  background: rgba(64, 195, 255, 0.12);
  color: #f8fcff;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-copy:hover{
  transform: translateY(-1px);
  background: rgba(118, 101, 255, 0.18);
  border-color: rgba(132, 230, 255, 0.62);
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more{
  padding: 13px 24px;
  min-width: 190px;
}.tc-wp-tool-root .tumblr-username-generator-tool .tugt-load-more[hidden]{
  display: none;
}@keyframes tugtFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 78px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 13px 18px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    padding: 20px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 1.08rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 72px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 12px 16px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    padding: 19px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 1.04rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 64px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: 100%;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 12px 14px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    padding: 18px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 1.02rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 52px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: 100%;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-panel{
    padding: 16px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 52px;
    font-size: 0.96rem;
    padding: 0 14px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 10px 9px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 48px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: 100%;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 0.93rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-panel{
    padding: 14px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 50px;
    font-size: 0.94rem;
    padding: 0 13px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 9px 7px;
    font-size: 0.8rem;
    min-height: 42px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 42px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: 100%;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-panel{
    padding: 12px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 48px;
    font-size: 0.9rem;
    padding: 0 11px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 8px 5px;
    font-size: 0.74rem;
    min-height: 40px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-copy{
    font-size: 0.82rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .tumblr-username-generator-tool{
    padding: 36px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-container{
    width: 100%;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-subtitle{
    font-size: 0.84rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-input{
    width: 100%;
    height: 46px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-actions{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-btn{
    padding: 9px 8px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-results{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-card{
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }.tc-wp-tool-root .tumblr-username-generator-tool .tugt-username{
    font-size: 0.9rem;
  }}.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;
}