@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 .japanese-username-generator-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  isolation: isolate;
  color: #fff9f0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 183, 197, 0.34), transparent 31%),
    radial-gradient(circle at 88% 12%, rgba(218, 165, 82, 0.22), transparent 28%),
    linear-gradient(135deg, #14142d 0%, #24163d 34%, #5d1424 68%, #130f18 100%);
  padding: 58px 0 64px;
}.tc-wp-tool-root .japanese-username-generator-tool, .tc-wp-tool-root .japanese-username-generator-tool div, .tc-wp-tool-root .japanese-username-generator-tool header, .tc-wp-tool-root .japanese-username-generator-tool section, .tc-wp-tool-root .japanese-username-generator-tool h1, .tc-wp-tool-root .japanese-username-generator-tool p, .tc-wp-tool-root .japanese-username-generator-tool label, .tc-wp-tool-root .japanese-username-generator-tool input, .tc-wp-tool-root .japanese-username-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-bg-glow{
  position: absolute;
  pointer-events: none;
  z-index: -1;
  filter: blur(24px);
  opacity: 0.72;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-bg-glow-one{
  width: 280px;
  height: 280px;
  left: -80px;
  top: 70px;
  border-radius: 999px;
  background: rgba(255, 144, 170, 0.32);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-bg-glow-two{
  width: 320px;
  height: 320px;
  right: -100px;
  bottom: 90px;
  border-radius: 999px;
  background: rgba(225, 184, 100, 0.22);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
  width: min(100% - 40px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 840px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-header h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #fff9f0;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
  margin: 14px auto 0;
  color: rgba(255, 249, 240, 0.86);
  font-size: 1.06rem;
  line-height: 1.55;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  padding: 26px;
  border: 1px solid rgba(255, 249, 240, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 249, 240, 0.16), rgba(20, 20, 45, 0.44));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-label{
  display: block;
  margin: 0 0 10px;
  color: #fff9f0;
  font-size: 0.94rem;
  font-weight: 750;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 56px;
  border: 1px solid rgba(255, 249, 240, 0.23);
  border-radius: 16px;
  background: rgba(9, 10, 22, 0.58);
  color: #fff9f0;
  outline: none;
  padding: 0 18px;
  font: inherit;
  font-size: 1rem;
  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 .japanese-username-generator-tool .jug-input::placeholder{
  color: rgba(255, 249, 240, 0.56);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-input:focus{
  border-color: rgba(255, 183, 197, 0.92);
  background: rgba(9, 10, 22, 0.74);
  box-shadow: 0 0 0 4px rgba(255, 144, 170, 0.18), 0 0 28px rgba(255, 144, 170, 0.22);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn, .tc-wp-tool-root .japanese-username-generator-tool .jug-load-more, .tc-wp-tool-root .japanese-username-generator-tool .jug-copy{
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  border-radius: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 14px;
  color: #fff9f0;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn-primary{
  background: linear-gradient(135deg, #c61e42, #ff7894);
  box-shadow: 0 14px 34px rgba(198, 30, 66, 0.34);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn-muted{
  background: rgba(255, 249, 240, 0.14);
  border: 1px solid rgba(255, 249, 240, 0.18);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn-gold{
  color: #17111b;
  background: linear-gradient(135deg, #f1cd79, #fff1bd);
  box-shadow: 0 14px 34px rgba(225, 184, 100, 0.22);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn:hover, .tc-wp-tool-root .japanese-username-generator-tool .jug-load-more:hover, .tc-wp-tool-root .japanese-username-generator-tool .jug-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-btn:focus-visible, .tc-wp-tool-root .japanese-username-generator-tool .jug-load-more:focus-visible, .tc-wp-tool-root .japanese-username-generator-tool .jug-copy:focus-visible{
  outline: 3px solid rgba(255, 241, 189, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-status{
  min-height: 22px;
  margin-top: 12px;
  color: rgba(255, 241, 189, 0.92);
  font-size: 0.9rem;
  line-height: 1.4;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-results-wrap{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 249, 240, 0.15);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 249, 240, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(12, 13, 28, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  animation: jugFadeIn 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 183, 197, 0.34);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3), 0 0 26px rgba(255, 144, 170, 0.12);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-style-name{
  margin: 0 0 12px;
  color: rgba(255, 241, 189, 0.94);
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 850;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 78px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 249, 240, 0.12);
  background: rgba(6, 8, 18, 0.54);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box::-webkit-scrollbar-track{
  background: rgba(255, 249, 240, 0.07);
  border-radius: 999px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff8da6, #e1b864);
  border-radius: 999px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
  color: #fff9f0;
  font-size: 1.12rem;
  line-height: 1.42;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-copy{
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 12px;
  color: #fff9f0;
  background: rgba(255, 249, 240, 0.13);
  border: 1px solid rgba(255, 249, 240, 0.18);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.tc-wp-tool-root .japanese-username-generator-tool .jug-load-more{
  min-height: 50px;
  min-width: 190px;
  max-width: 100%;
  padding: 0 24px;
  color: #17111b;
  background: linear-gradient(135deg, #f1cd79, #fff1bd);
  box-shadow: 0 14px 36px rgba(225, 184, 100, 0.24);
}.tc-wp-tool-root .japanese-username-generator-tool .jug-load-more[hidden]{
  display: none;
}@keyframes jugFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 72px 0 78px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 56px, 1200px);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 1.1rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 30px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 60px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    padding: 22px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 1.15rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 64px 0 70px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 48px, 1120px);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 28px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 58px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 52px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    padding: 20px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 1.1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 56px 0 62px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 36px, 920px);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 24px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
    gap: 10px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 50px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    padding: 19px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 1.07rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 46px 0 54px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 28px, 640px);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
    gap: 8px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 48px;
    padding: 0 10px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 1.03rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 40px 0 48px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 22px, 100%);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header{
    margin-bottom: 22px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 15px;
    border-radius: 17px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-label{
    font-size: 0.88rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
    gap: 7px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 46px;
    padding: 0 8px;
    font-size: 0.86rem;
    border-radius: 12px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 17px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box{
    padding: 13px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 34px 0 42px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 16px, 100%);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header{
    margin-bottom: 18px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-header p{
    font-size: 0.88rem;
    line-height: 1.45;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-label{
    font-size: 0.84rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.92rem;
    border-radius: 13px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
    gap: 5px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-btn{
    min-height: 44px;
    padding: 0 5px;
    font-size: 0.78rem;
    border-radius: 11px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-status{
    font-size: 0.82rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
    border-radius: 15px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-style-name{
    font-size: 0.82rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-result-box{
    min-height: 70px;
    padding: 11px;
    border-radius: 12px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-username{
    font-size: 0.92rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-copy{
    min-height: 42px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-load-more{
    width: 100%;
    min-width: 0;
    font-size: 0.9rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .japanese-username-generator-tool{
    border-radius: 0 !important;
    padding: 30px 0 38px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-container{
    width: min(100% - 12px, 100%);
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-panel{
    padding: 10px;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-actions{
    flex-direction: column;
  }.tc-wp-tool-root .japanese-username-generator-tool .jug-results-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .japanese-username-generator-tool .jug-card, .tc-wp-tool-root .japanese-username-generator-tool .jug-btn, .tc-wp-tool-root .japanese-username-generator-tool .jug-load-more, .tc-wp-tool-root .japanese-username-generator-tool .jug-copy, .tc-wp-tool-root .japanese-username-generator-tool .jug-input{
    animation: none;
    transition: none;
  }}.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;
}