@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 .ig-username-generator-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 64px 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 220, 128, 0.95) 0, rgba(255, 220, 128, 0) 25%),
    radial-gradient(circle at 86% 12%, rgba(131, 58, 180, 0.9) 0, rgba(131, 58, 180, 0) 28%),
    radial-gradient(circle at 74% 82%, rgba(253, 29, 29, 0.76) 0, rgba(253, 29, 29, 0) 32%),
    linear-gradient(135deg, #405de6 0%, #833ab4 35%, #c13584 57%, #e1306c 76%, #f77737 100%);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .ig-username-generator-tool *, .tc-wp-tool-root .ig-username-generator-tool *::before, .tc-wp-tool-root .ig-username-generator-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 920px;
}.tc-wp-tool-root .ig-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
  margin: 14px auto 0;
  max-width: 820px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(21, 11, 54, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-panel{
  padding: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.94rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 58px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.92);
  color: #231235;
  font-size: 1.04rem;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 12px 28px rgba(0,0,0,0.12);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-input:focus{
  border-color: rgba(255, 220, 128, 0.95);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 220, 128, 0.24), 0 16px 34px rgba(64, 93, 230, 0.18);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn, .tc-wp-tool-root .ig-username-generator-tool .igugt-load, .tc-wp-tool-root .ig-username-generator-tool .igugt-copy{
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding: 13px 14px;
  border-radius: 14px;
  font-size: 0.96rem;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn-primary{
  color: #281135;
  background: linear-gradient(135deg, #ffdc80, #f77737 48%, #fd1d1d);
  box-shadow: 0 14px 30px rgba(253, 29, 29, 0.28);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn-secondary, .tc-wp-tool-root .ig-username-generator-tool .igugt-load{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn:hover, .tc-wp-tool-root .ig-username-generator-tool .igugt-load:hover, .tc-wp-tool-root .ig-username-generator-tool .igugt-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(253, 29, 105, 0.25);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-btn:focus-visible, .tc-wp-tool-root .ig-username-generator-tool .igugt-load:focus-visible, .tc-wp-tool-root .ig-username-generator-tool .igugt-copy:focus-visible{
  outline: 3px solid rgba(255, 220, 128, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
  padding: 24px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 17px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(20, 13, 42, 0.46);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  animation: igugtFade 260ms ease both;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-card:hover{
  transform: translateY(-3px);
  background: rgba(20, 13, 42, 0.56);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}.tc-wp-tool-root .ig-username-generator-tool .igugt-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-card::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-card::-webkit-scrollbar-thumb{
  background: rgba(255, 220, 128, 0.76);
  border-radius: 999px;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-style{
  width: 100%;
  max-width: 100%;
  margin: 0 0 9px;
  font-size: 0.78rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-copy{
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #21112d;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-load{
  display: block;
  width: min(100%, 260px);
  min-height: 50px;
  margin: 22px auto 0;
  padding: 13px 18px;
  border-radius: 15px;
  font-size: 0.98rem;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-load[hidden]{
  display: none;
}.tc-wp-tool-root .ig-username-generator-tool .igugt-status{
  min-height: 24px;
  margin-top: 14px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}@keyframes igugtFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (max-width: 319px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 36px 10px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 100%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 13px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: column;
    gap: 9px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    width: 100%;
    padding: 11px 10px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 13px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 0.98rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 40px 12px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 100%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 13px 13px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    min-height: 44px;
    padding: 10px 6px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 14px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 44px 14px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 100%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    padding: 11px 8px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 15px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1.03rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 50px 16px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 100%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 10px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    padding: 12px 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 16px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1.06rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 58px 20px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 96%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 22px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 17px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1.08rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 64px 22px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 94%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 24px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 17px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1.1rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ig-username-generator-tool{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 72px 24px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-shell{
    width: 92%;
  }.tc-wp-tool-root .ig-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-header p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-panel, .tc-wp-tool-root .ig-username-generator-tool .igugt-results-wrap{
    padding: 26px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-actions{
    flex-direction: row;
    gap: 12px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-btn{
    font-size: 0.98rem;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-card{
    padding: 18px;
  }.tc-wp-tool-root .ig-username-generator-tool .igugt-name{
    font-size: 1.12rem;
  }}.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;
}