@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 .steam-username-generator-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 210, 255, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(44, 255, 203, 0.16), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b1b2e 38%, #121820 72%, #071018 100%);
  color: #f4fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-tool-root .steam-username-generator-wrap, .tc-wp-tool-root .steam-username-generator-wrap div, .tc-wp-tool-root .steam-username-generator-wrap section, .tc-wp-tool-root .steam-username-generator-wrap h1, .tc-wp-tool-root .steam-username-generator-wrap p, .tc-wp-tool-root .steam-username-generator-wrap label, .tc-wp-tool-root .steam-username-generator-wrap input, .tc-wp-tool-root .steam-username-generator-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .steam-username-generator-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .steam-username-generator-hero{
  text-align: center;
}.tc-wp-tool-root .steam-username-generator-title{
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 34px rgba(45, 214, 255, 0.28);
}.tc-wp-tool-root .steam-username-generator-subtitle{
  margin: 16px auto 0;
  max-width: 760px;
  line-height: 1.6;
  color: #b9d3e1;
  font-weight: 500;
}.tc-wp-tool-root .steam-username-generator-panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(131, 231, 255, 0.24);
  background: linear-gradient(180deg, rgba(12, 31, 49, 0.78), rgba(10, 21, 33, 0.68));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .steam-username-generator-label{
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: #e9fbff;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-tool-root .steam-username-generator-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(128, 233, 255, 0.34);
  outline: none;
  background: rgba(4, 14, 24, 0.72);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .steam-username-generator-input::placeholder{
  color: #7fa4b7;
}.tc-wp-tool-root .steam-username-generator-input:focus{
  border-color: rgba(63, 232, 255, 0.9);
  background: rgba(6, 20, 32, 0.92);
  box-shadow: 0 0 0 4px rgba(45, 214, 255, 0.16), 0 18px 42px rgba(0, 209, 255, 0.13);
}.tc-wp-tool-root .steam-username-generator-help{
  margin: 10px 0 0;
  color: #9db7c7;
  line-height: 1.45;
}.tc-wp-tool-root .steam-username-generator-actions{
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .steam-username-generator-btn, .tc-wp-tool-root .steam-username-generator-load-more, .tc-wp-tool-root .steam-username-generator-copy{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(120, 236, 255, 0.26);
  color: #f7fdff;
  background: linear-gradient(135deg, rgba(0, 174, 235, 0.9), rgba(24, 198, 170, 0.88));
  box-shadow: 0 14px 34px rgba(0, 190, 230, 0.18);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, background 170ms ease;
}.tc-wp-tool-root .steam-username-generator-btn:hover, .tc-wp-tool-root .steam-username-generator-load-more:hover, .tc-wp-tool-root .steam-username-generator-copy:hover{
  transform: translateY(-2px);
  border-color: rgba(190, 249, 255, 0.55);
  box-shadow: 0 18px 44px rgba(0, 218, 255, 0.25);
}.tc-wp-tool-root .steam-username-generator-btn:focus-visible, .tc-wp-tool-root .steam-username-generator-load-more:focus-visible, .tc-wp-tool-root .steam-username-generator-copy:focus-visible{
  outline: 3px solid rgba(117, 246, 255, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .steam-username-generator-clear{
  background: linear-gradient(135deg, rgba(33, 48, 63, 0.98), rgba(26, 66, 80, 0.98));
}.tc-wp-tool-root .steam-username-generator-shuffle{
  background: linear-gradient(135deg, rgba(23, 117, 160, 0.96), rgba(31, 189, 165, 0.9));
}.tc-wp-tool-root .steam-username-generator-status{
  min-height: 24px;
  color: #b8dbe8;
  text-align: center;
  line-height: 1.45;
  font-weight: 650;
}.tc-wp-tool-root .steam-username-generator-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .steam-username-generator-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(137, 232, 255, 0.2);
  background: linear-gradient(180deg, rgba(16, 36, 54, 0.82), rgba(8, 18, 29, 0.82));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  animation: steamUsernameFade 280ms ease both;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
  scrollbar-color: rgba(50, 224, 255, 0.58) rgba(5, 16, 26, 0.55);
  scrollbar-width: thin;
}.tc-wp-tool-root .steam-username-generator-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .steam-username-generator-card::-webkit-scrollbar-track{
  background: rgba(5, 16, 26, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .steam-username-generator-card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(48, 220, 255, 0.85), rgba(44, 221, 181, 0.78));
  border-radius: 999px;
}.tc-wp-tool-root .steam-username-generator-card:hover{
  transform: translateY(-4px);
  border-color: rgba(94, 231, 255, 0.42);
  box-shadow: 0 24px 58px rgba(0, 211, 255, 0.15), 0 18px 48px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .steam-username-generator-style{
  margin: 0 0 10px;
  color: #7deeff;
	font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}.tc-wp-tool-root .steam-username-generator-name{
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .steam-username-generator-copy{
  min-height: 44px;
  border-radius: 13px;
  font-size: 0.94rem;
  background: rgba(8, 28, 42, 0.88);
}.tc-wp-tool-root .steam-username-generator-more-wrap{
  width: 100%;
  max-width: 280px;
  margin: 22px auto 0;
}.tc-wp-tool-root .steam-username-generator-load-more{
  min-height: 48px;
  border-radius: 14px;
}.tc-wp-tool-root .steam-username-generator-load-more[hidden]{
  display: none;
}@keyframes steamUsernameFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 28px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 22px;
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .steam-username-generator-label{
    font-size: 0.9rem;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border-radius: 13px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .steam-username-generator-help{
    font-size: 0.8rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 10px 7px;
    border-radius: 12px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 24px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 15px;
  }.tc-wp-tool-root .steam-username-generator-style{
    font-size: 0.82rem;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.06rem;
  }.tc-wp-tool-root .steam-username-generator-copy{
    font-size: 0.86rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 11px 8px;
    border-radius: 13px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 26px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 16px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.14rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 42px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 28px;
    padding: 22px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 15px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-height: 48px;
    padding: 12px 10px;
    border-radius: 14px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 30px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 18px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.2rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 56px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 34px;
    padding: 28px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 56px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-height: 50px;
    padding: 13px 14px;
    border-radius: 15px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 34px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 19px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.2rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 68px 34px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 38px;
    padding: 30px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 58px;
    padding: 16px 20px;
    border-radius: 17px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 14px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 38px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 20px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.18rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 76px 40px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-inner{
    width: 100%;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 1.12rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 40px;
    padding: 32px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 60px;
    padding: 17px 20px;
    border-radius: 18px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: row;
    gap: 14px;
  }.tc-wp-tool-root .steam-username-generator-btn{
    flex: 1 1 0;
    min-height: 54px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .steam-username-generator-results-area{
    margin-top: 40px;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 21px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1.22rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .steam-username-generator-wrap{
    padding: 24px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .steam-username-generator-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .steam-username-generator-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .steam-username-generator-panel{
    margin-top: 20px;
    padding: 14px;
  }.tc-wp-tool-root .steam-username-generator-input{
    width: 100%;
    min-height: 48px;
    padding: 12px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .steam-username-generator-actions{
    flex-direction: column;
  }.tc-wp-tool-root .steam-username-generator-btn{
    min-height: 44px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .steam-username-generator-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .steam-username-generator-card{
    padding: 14px;
  }.tc-wp-tool-root .steam-username-generator-name{
    font-size: 1rem;
  }}.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 .steam-username-generator-generate {}