@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 .hs-username-tool-wrap, .tc-wp-tool-root .hs-username-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .hs-username-tool-wrap{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  position: relative;
  border-radius: 0 !important;
  padding: 56px 18px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 44, 85, 0.24), transparent 28%),
    radial-gradient(circle at 85% 14%, rgba(35, 221, 196, 0.22), transparent 30%),
    radial-gradient(circle at 70% 88%, rgba(177, 108, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #090b12 0%, #15121d 45%, #071719 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .hs-username-tool-wrap h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(35, 221, 196, 0.35);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: #cbd6e7;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-input-panel{
  width: 100%;
  max-width: 880px;
  margin: 0 auto 24px;
  padding: 22px;
  border: 1px solid rgba(35, 221, 196, 0.28);
  border-radius: 18px;
  background: rgba(12, 17, 27, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-label{
  display: block;
  margin: 0 0 10px;
  color: #f4d66a;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: 14px;
  outline: none;
  background: rgba(3, 7, 13, 0.82);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-input::placeholder{
  color: #77869a;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-input:focus{
  border-color: #23ddc4;
  box-shadow: 0 0 0 4px rgba(35, 221, 196, 0.16), 0 0 26px rgba(35, 221, 196, 0.2);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn, .tc-wp-tool-root .hs-username-tool-wrap .hsu-load-more, .tc-wp-tool-root .hs-username-tool-wrap .hsu-copy{
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
  flex: 1 1 0;
  min-width: 0;
  padding: 13px 14px;
  color: #ffffff;
  font-size: 0.95rem;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn-primary{
  background: linear-gradient(135deg, #ff2c55, #f4b93f);
  box-shadow: 0 12px 28px rgba(255, 44, 85, 0.25);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn-secondary{
  background: linear-gradient(135deg, #172235, #24324a);
  border: 1px solid rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn-tertiary{
  background: linear-gradient(135deg, #12bda8, #6bd943);
  color: #071012;
  box-shadow: 0 12px 28px rgba(35, 221, 196, 0.18);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn:hover, .tc-wp-tool-root .hs-username-tool-wrap .hsu-load-more:hover, .tc-wp-tool-root .hs-username-tool-wrap .hsu-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(35, 221, 196, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn:focus-visible, .tc-wp-tool-root .hs-username-tool-wrap .hsu-load-more:focus-visible, .tc-wp-tool-root .hs-username-tool-wrap .hsu-copy:focus-visible{
  outline: 3px solid rgba(244, 214, 106, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-results-head{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 14px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-status{
  margin: 0;
  color: #b9c6d8;
  font-size: 0.92rem;
  text-align: center;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(248, 251, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(24, 31, 47, 0.78), rgba(8, 12, 20, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  animation: hsuFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-card:hover{
  transform: translateY(-3px);
  border-color: rgba(35, 221, 196, 0.38);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 28px rgba(35, 221, 196, 0.1);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-card-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-style{
  margin: 0;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-chip{
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(177, 108, 255, 0.16);
  color: #d9c4ff;
  font-size: 0.72rem;
  font-weight: 800;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-name-box{
  width: 100%;
  max-height: 180px;
  min-height: 64px;
  overflow: auto;
  padding: 13px;
  border-radius: 14px;
  background: rgba(1, 5, 10, 0.72);
  border: 1px solid rgba(35, 221, 196, 0.18);
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-name-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-name-box::-webkit-scrollbar-thumb{
  background: rgba(35, 221, 196, 0.45);
  border-radius: 999px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
  display: block;
  color: #8fffe9;
  font-family: "Courier New", monospace;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-copy{
  width: 100%;
  margin-top: 12px;
  padding: 11px 12px;
  background: rgba(255, 44, 85, 0.14);
  border: 1px solid rgba(255, 44, 85, 0.32);
  color: #ffdfe6;
  font-size: 0.9rem;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .hs-username-tool-wrap .hsu-load-more{
  padding: 13px 22px;
  background: linear-gradient(135deg, #7d4cff, #23ddc4);
  color: #ffffff;
  font-size: 0.95rem;
}@keyframes hsuFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 60px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.95rem;
    padding: 13px 14px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 18px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 1.02rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 56px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 1rem;
    padding: 15px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.94rem;
    padding: 13px 12px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 17px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 0.98rem;
    padding: 14px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.92rem;
    padding: 12px 11px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 16px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 0.98rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 40px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 0.96rem;
    padding: 13px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.86rem;
    padding: 11px 8px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 15px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 0.96rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 36px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 0.94rem;
    padding: 12px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.8rem;
    padding: 10px 6px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 14px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 0.94rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 32px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-shell{
    width: 100%;
  }.tc-wp-tool-root .hs-username-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-subtitle{
    font-size: 0.86rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input-panel{
    padding: 12px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-label{
    font-size: 0.82rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-input{
    width: 100%;
    font-size: 0.9rem;
    padding: 11px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-btn{
    font-size: 0.74rem;
    padding: 10px 4px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-card{
    padding: 12px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-style{
    font-size: 0.9rem;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-chip{
    font-size: 0.66rem;
    padding: 4px 7px;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-name{
    font-size: 0.9rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .hs-username-tool-wrap{
    padding: 28px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-actions{
    flex-direction: column;
  }.tc-wp-tool-root .hs-username-tool-wrap .hsu-grid{
    grid-template-columns: 1fr !important;
  }}.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;
}