@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 .youtube-username-generator-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 49, 49, 0.34), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.11), transparent 28%),
    linear-gradient(135deg, #120f12 0%, #1c1f27 42%, #350b10 100%);
  color: #f8fafc;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-header{
  text-align: center;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: #e8edf4;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
  box-sizing: border-box;
  background: rgba(17, 20, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-input-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #15171d;
  outline: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-input:focus{
  border-color: rgba(255, 59, 59, 0.95);
  box-shadow: 0 0 0 4px rgba(255, 59, 59, 0.22), 0 16px 38px rgba(0, 0, 0, 0.26);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-help{
  margin: 10px 0 0;
  color: #cbd5e1;
  line-height: 1.5;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
  display: flex;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn, .tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more, .tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
  border: 0;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn:focus-visible, .tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more:focus-visible, .tc-wp-tool-root .youtube-username-generator-tool .yugt-copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn:hover, .tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more:hover, .tc-wp-tool-root .youtube-username-generator-tool .yugt-copy:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn-primary{
  background: linear-gradient(135deg, #ff1f2d, #d90918);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(255, 31, 45, 0.34);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn-secondary{
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn-accent{
  background: linear-gradient(135deg, #ffffff, #dfe7f2);
  color: #111827;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.15);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
  color: #eef2f7;
  line-height: 1.5;
  font-weight: 700;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  animation: yugtFadeIn 240ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 55, 65, 0.8) rgba(255, 255, 255, 0.09);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-card::-webkit-scrollbar-thumb{
  background: rgba(255, 55, 65, 0.85);
  border-radius: 999px;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 59, 59, 0.48);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-style{
	font-size: 1rem;
  margin: 0 0 9px;
  color: #ffb4ba;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy-row{
  margin-top: 16px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.2);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
  background: linear-gradient(135deg, #ff2735, #b90815);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255, 39, 53, 0.3);
}.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more[hidden]{
  display: none;
}@keyframes yugtFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 22px;
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-label{
    font-size: 0.9rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 13px 13px;
    border-radius: 13px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-help{
    font-size: 0.8rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 6px;
    margin-top: 14px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 6px;
    border-radius: 12px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 16px 0 12px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 15px;
    border-radius: 16px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-style{
    font-size: 0.78rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 16px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 12px 18px;
    border-radius: 13px;
    font-size: 0.9rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    flex-direction: column;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 14px 14px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 8px;
    margin-top: 16px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 8px;
    border-radius: 13px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 17px;
    border-radius: 17px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1.05rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 18px 0 14px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 11px 13px;
    border-radius: 12px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 18px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 13px 20px;
    border-radius: 14px;
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 46px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 28px;
    padding: 22px;
    border-radius: 22px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 15px 16px;
    border-radius: 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 10px;
    margin-top: 18px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 10px;
    border-radius: 14px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1.1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 20px 0 15px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 20px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 14px 22px;
    border-radius: 15px;
    font-size: 0.96rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 62px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 34px;
    padding: 28px;
    border-radius: 26px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 12px;
    margin-top: 20px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    padding: 14px 16px;
    border-radius: 15px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 20px;
    border-radius: 20px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1.12rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 22px 0 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 12px 15px;
    border-radius: 13px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 22px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 14px 24px;
    border-radius: 15px;
    font-size: 1rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 76px 34px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 1.12rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 38px;
    padding: 32px;
    border-radius: 28px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 17px 20px;
    border-radius: 17px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 14px;
    margin-top: 22px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 21px;
    border-radius: 21px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1.13rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 24px 0 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 24px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 15px 26px;
    border-radius: 16px;
    font-size: 1rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .youtube-username-generator-tool{
    padding: 86px 40px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-container{
    width: 100%;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-subtitle{
    font-size: 1.14rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-panel{
    margin-top: 40px;
    padding: 36px;
    border-radius: 30px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-input{
    width: 100%;
    padding: 18px 21px;
    border-radius: 18px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-actions{
    gap: 15px;
    margin-top: 24px;
    flex-direction: row;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-btn{
    flex: 1 1 0;
    padding: 16px 20px;
    border-radius: 17px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-card{
    padding: 22px;
    border-radius: 22px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-name{
    font-size: 1.15rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-status{
    margin: 26px 0 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-copy{
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-wrap{
    margin-top: 26px;
  }.tc-wp-tool-root .youtube-username-generator-tool .yugt-load-more{
    padding: 15px 28px;
    border-radius: 17px;
    font-size: 1.02rem;
  }}.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;
}