@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 .pokemon-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 54px 18px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 215, 70, 0.28), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(238, 47, 61, 0.23), transparent 27%),
    linear-gradient(135deg, #06162f 0%, #0b2d62 42%, #071221 100%);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .pokemon-username-generator-tool, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-container, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-input, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-card, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
  box-sizing: border-box;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 221, 84, 0.42);
  border-radius: 999px;
  background: rgba(255, 221, 84, 0.12);
  color: #ffe477;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .pokemon-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 12px 38px rgba(76, 163, 255, 0.36);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
  max-width: 760px;
  margin: 15px auto 0;
  color: #d8e7ff;
  font-size: 1.06rem;
  line-height: 1.6;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(173, 211, 255, 0.24);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel{
  padding: 24px;
  margin: 0 0 24px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-label{
  display: block;
  margin: 0 0 10px;
  color: #f4f8ff;
  font-size: 0.94rem;
  font-weight: 800;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(195, 220, 255, 0.38);
  border-radius: 16px;
  outline: none;
  background: rgba(4, 14, 32, 0.72);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  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 .pokemon-username-generator-tool .pugt-input::placeholder{
  color: rgba(222, 235, 255, 0.58);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input:focus{
  border-color: #ffdf55;
  background: rgba(3, 18, 42, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 223, 85, 0.16), 0 0 28px rgba(62, 165, 255, 0.22);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
  appearance: none;
  border: 0;
  border-radius: 15px;
  min-height: 48px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions .pugt-btn{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn:focus-visible{
  outline: 3px solid rgba(255, 230, 105, 0.85);
  outline-offset: 3px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn-primary{
  background: linear-gradient(135deg, #216bff, #22b7ff);
  box-shadow: 0 14px 32px rgba(34, 132, 255, 0.35);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn-clear{
  background: linear-gradient(135deg, #d6293f, #ff695e);
  box-shadow: 0 14px 32px rgba(238, 47, 61, 0.27);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn-shuffle, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-load-more{
  background: linear-gradient(135deg, #f0b90b, #ffd84f);
  color: #17213b;
  box-shadow: 0 14px 32px rgba(255, 216, 79, 0.24);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
  padding: 24px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.24rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-count{
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(91, 172, 255, 0.14);
  color: #bdddff;
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(198, 224, 255, 0.21);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 29, 63, 0.94), rgba(6, 19, 43, 0.96));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  animation: pugtFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 224, 90, 0.45);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.33), 0 0 28px rgba(71, 166, 255, 0.16);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #2ea7ff, #ffdd55);
  border-radius: 999px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-style{
  margin: 0 0 10px;
  color: #ffe477;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-copy{
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #eaf4ff;
  border: 1px solid rgba(195, 220, 255, 0.24);
  box-shadow: none;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-copy:hover{
  background: rgba(255, 221, 84, 0.18);
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-load-more{
  min-width: 180px;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-load-more[hidden]{
  display: none;
}.tc-wp-tool-root .pokemon-username-generator-tool .pugt-copy-status{
  min-height: 20px;
  margin: 14px 0 0;
  color: #bdddff;
  font-size: 0.9rem;
  text-align: center;
}@keyframes pugtFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 60px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 48px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 18px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 1.18rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 54px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 48px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 17px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 1.12rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 46px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: 100%;
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
    padding: 22px;
    border-radius: 22px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 46px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 17px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 1.1rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: 100%;
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 52px;
    font-size: 0.96rem;
    padding: 0 14px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 16px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 1.08rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: 100%;
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 50px;
    font-size: 0.94rem;
    padding: 0 13px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 42px;
    padding: 0 8px;
    font-size: 0.78rem;
    border-radius: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 15px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 1.04rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: 100%;
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 48px;
    font-size: 0.9rem;
    padding: 0 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    min-height: 40px;
    padding: 0 6px;
    font-size: 0.72rem;
    border-radius: 11px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 14px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-style{
    font-size: 0.72rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    font-size: 0.98rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .pokemon-username-generator-tool{
    padding: 28px 8px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-container{
    width: 100%;
  }.tc-wp-tool-root .pokemon-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-subtitle{
    font-size: 0.88rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-panel, .tc-wp-tool-root .pokemon-username-generator-tool .pugt-results-shell{
    padding: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-input{
    width: 100%;
    min-height: 46px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-actions{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-btn{
    width: 100%;
    font-size: 0.82rem;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-card{
    padding: 13px;
  }.tc-wp-tool-root .pokemon-username-generator-tool .pugt-name{
    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;
}