@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 .random-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  isolation: isolate;
  color: #f8fbff;
  background:
    radial-gradient(circle at 15% 10%, rgba(72, 187, 255, 0.34), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(173, 111, 255, 0.28), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(0, 223, 175, 0.2), transparent 36%),
    linear-gradient(135deg, #07111f 0%, #111a33 45%, #07131d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .random-username-generator-tool, .tc-wp-tool-root .random-username-generator-tool div, .tc-wp-tool-root .random-username-generator-tool section, .tc-wp-tool-root .random-username-generator-tool header, .tc-wp-tool-root .random-username-generator-tool h1, .tc-wp-tool-root .random-username-generator-tool p, .tc-wp-tool-root .random-username-generator-tool label, .tc-wp-tool-root .random-username-generator-tool input, .tc-wp-tool-root .random-username-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .random-username-generator-tool .rug-bg-glow{
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(4px);
  opacity: 0.7;
}.tc-wp-tool-root .random-username-generator-tool .rug-bg-glow-one{
  width: 380px;
  height: 380px;
  left: -120px;
  top: 90px;
  background: radial-gradient(circle, rgba(31, 214, 184, 0.28), transparent 68%);
}.tc-wp-tool-root .random-username-generator-tool .rug-bg-glow-two{
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: 80px;
  background: radial-gradient(circle, rgba(118, 92, 255, 0.3), transparent 70%);
}.tc-wp-tool-root .random-username-generator-tool .rug-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-tool-root .random-username-generator-tool .rug-header{
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  color: #ffffff;
  text-wrap: balance;
}.tc-wp-tool-root .random-username-generator-tool .rug-header p{
  margin: 16px auto 0;
  color: rgba(231, 240, 255, 0.86);
  line-height: 1.65;
  max-width: 780px;
}.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .random-username-generator-tool .rug-panel{
  margin-top: 34px;
  border-radius: 26px;
}.tc-wp-tool-root .random-username-generator-tool .rug-label{
  display: block;
  margin: 0 0 10px;
  color: #eaf3ff;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-tool-root .random-username-generator-tool .rug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(218, 236, 255, 0.26);
  background: rgba(5, 12, 24, 0.58);
  color: #ffffff;
  outline: none;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .random-username-generator-tool .rug-input::placeholder{
  color: rgba(223, 235, 250, 0.56);
}.tc-wp-tool-root .random-username-generator-tool .rug-input:focus{
  border-color: rgba(90, 230, 207, 0.88);
  background: rgba(5, 12, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(42, 217, 195, 0.18), 0 16px 38px rgba(0, 0, 0, 0.24);
}.tc-wp-tool-root .random-username-generator-tool .rug-actions{
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .random-username-generator-tool .rug-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 16px;
  color: #ffffff;
  min-height: 44px;
  touch-action: manipulation;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, background 170ms ease;
}.tc-wp-tool-root .random-username-generator-tool .rug-btn:focus-visible{
  outline: 3px solid rgba(129, 239, 224, 0.78);
  outline-offset: 3px;
}.tc-wp-tool-root .random-username-generator-tool .rug-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .random-username-generator-tool .rug-btn-primary{
  background: linear-gradient(135deg, #24d7c3, #5177ff 58%, #9f6bff);
  box-shadow: 0 16px 34px rgba(46, 139, 255, 0.32);
}.tc-wp-tool-root .random-username-generator-tool .rug-btn-primary:hover{
  box-shadow: 0 18px 42px rgba(47, 203, 229, 0.4);
}.tc-wp-tool-root .random-username-generator-tool .rug-btn-secondary, .tc-wp-tool-root .random-username-generator-tool .rug-load-more, .tc-wp-tool-root .random-username-generator-tool .rug-copy{
  border: 1px solid rgba(218, 236, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .random-username-generator-tool .rug-btn-secondary:hover, .tc-wp-tool-root .random-username-generator-tool .rug-load-more:hover, .tc-wp-tool-root .random-username-generator-tool .rug-copy:hover{
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 16px 34px rgba(51, 226, 202, 0.2);
}.tc-wp-tool-root .random-username-generator-tool .rug-actions .rug-btn{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .random-username-generator-tool .rug-status{
  margin-top: 14px;
  color: rgba(230, 240, 255, 0.76);
  line-height: 1.45;
}.tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
  margin-top: 22px;
  border-radius: 28px;
}.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .random-username-generator-tool .rug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(218, 236, 255, 0.19);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.145), rgba(255, 255, 255, 0.065)),
    rgba(8, 17, 32, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  animation: rugCardIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(82, 229, 210, 0.62) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .random-username-generator-tool .rug-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .random-username-generator-tool .rug-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .random-username-generator-tool .rug-card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(39, 221, 200, 0.8), rgba(122, 102, 255, 0.75));
  border-radius: 999px;
}.tc-wp-tool-root .random-username-generator-tool .rug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(114, 238, 224, 0.46);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(8, 17, 32, 0.56);
}.tc-wp-tool-root .random-username-generator-tool .rug-style{
  color: rgba(225, 237, 255, 0.78);
  font-weight: 750;
  line-height: 1.3;
}.tc-wp-tool-root .random-username-generator-tool .rug-username{
  margin-top: 10px;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .random-username-generator-tool .rug-card-footer{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}.tc-wp-tool-root .random-username-generator-tool .rug-copy{
  padding: 10px 14px;
  font-size: 0.88rem;
  min-height: 40px;
}.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
  display: flex;
  justify-content: center;
}.tc-wp-tool-root .random-username-generator-tool .rug-load-more{
  min-width: 190px;
}.tc-wp-tool-root .random-username-generator-tool .rug-load-more[hidden]{
  display: none;
}@keyframes rugCardIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 72px 32px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 1.08rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 28px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 18px 20px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 15px 24px;
    font-size: 1rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    padding: 22px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 1.3rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.95rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 66px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 26px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 17px 19px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 14px 22px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    padding: 20px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 1.2rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.93rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 24px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 16px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 13px 18px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    padding: 19px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 1.14rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.92rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 46px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 15px 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 12px 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
    gap: 9px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 1.1rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.9rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 0.93rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 14px 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 11px 8px;
    font-size: 0.84rem;
    border-radius: 14px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    width: 100%;
    max-width: 100%;
    padding: 17px;
    border-radius: 19px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 1.04rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.88rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 18px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 38px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-container{
    width: 100%;
  }.tc-wp-tool-root .random-username-generator-tool .rug-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .random-username-generator-tool .rug-header p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-panel, .tc-wp-tool-root .random-username-generator-tool .rug-results-shell{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-input{
    width: 100%;
    padding: 13px 14px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-btn{
    padding: 10px 6px;
    font-size: 0.78rem;
    border-radius: 13px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border-radius: 18px;
  }.tc-wp-tool-root .random-username-generator-tool .rug-username{
    font-size: 0.98rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-style, .tc-wp-tool-root .random-username-generator-tool .rug-status{
    font-size: 0.84rem;
  }.tc-wp-tool-root .random-username-generator-tool .rug-load-wrap{
    margin-top: 16px;
  }}@media (max-width: 319px) {.tc-wp-tool-root .random-username-generator-tool{
    padding: 34px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .random-username-generator-tool .rug-actions{
    flex-direction: column;
  }.tc-wp-tool-root .random-username-generator-tool .rug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }}.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 .rug-input-wrap {}