@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 .email-username-generator-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .email-username-generator-tool .eugt-bg, .tc-wp-tool-root .email-username-generator-tool .eugt-bg::before, .tc-wp-tool-root .email-username-generator-tool .eugt-bg::after, .tc-wp-tool-root .email-username-generator-tool .eugt-container, .tc-wp-tool-root .email-username-generator-tool .eugt-header, .tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-input-wrap, .tc-wp-tool-root .email-username-generator-tool .eugt-actions, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell, .tc-wp-tool-root .email-username-generator-tool .eugt-results, .tc-wp-tool-root .email-username-generator-tool .eugt-card, .tc-wp-tool-root .email-username-generator-tool .eugt-card-head, .tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
  box-sizing: border-box;
}.tc-wp-tool-root .email-username-generator-tool .eugt-bg{
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(35, 211, 255, 0.32), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(146, 117, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #07172f 0%, #07395a 42%, #075d6a 72%, #eefaff 145%);
}.tc-wp-tool-root .email-username-generator-tool .eugt-bg::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(28, 218, 190, 0.16), transparent 34%);
}.tc-wp-tool-root .email-username-generator-tool .eugt-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .email-username-generator-tool .eugt-header{
  text-align: center;
  margin: 0 auto;
  max-width: 880px;
}.tc-wp-tool-root .email-username-generator-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 14px 34px rgba(0, 26, 58, 0.34);
}.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
  margin: 14px auto 0;
  color: rgba(238, 250, 255, 0.9);
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
  border: 1px solid rgba(210, 246, 255, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 24px 70px rgba(1, 17, 38, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .email-username-generator-tool .eugt-input-wrap{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .email-username-generator-tool .eugt-input-wrap label{
  display: block;
  margin: 0 0 10px;
  color: #f5fcff;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-tool-root .email-username-generator-tool .eugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(198, 241, 255, 0.48);
  background: rgba(250, 253, 255, 0.96);
  color: #082039;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 28px rgba(2, 20, 48, 0.16);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .email-username-generator-tool .eugt-input::placeholder{
  color: #64788d;
}.tc-wp-tool-root .email-username-generator-tool .eugt-input:focus{
  border-color: #7ae7ff;
  box-shadow: 0 0 0 4px rgba(91, 218, 255, 0.24), 0 18px 34px rgba(8, 80, 130, 0.22);
}.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn, .tc-wp-tool-root .email-username-generator-tool .eugt-load-more, .tc-wp-tool-root .email-username-generator-tool .eugt-copy{
  appearance: none;
  border: 1px solid rgba(208, 247, 255, 0.38);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  touch-action: manipulation;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn-primary{
  color: #02182e;
  background: linear-gradient(135deg, #ffffff 0%, #8af0ff 42%, #31d2c4 100%);
  box-shadow: 0 14px 30px rgba(30, 221, 230, 0.24);
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn-secondary{
  color: #f7fdff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn:hover, .tc-wp-tool-root .email-username-generator-tool .eugt-load-more:hover, .tc-wp-tool-root .email-username-generator-tool .eugt-copy:hover{
  transform: translateY(-2px);
  border-color: rgba(177, 245, 255, 0.8);
  box-shadow: 0 18px 36px rgba(8, 58, 104, 0.28), 0 0 0 3px rgba(114, 229, 255, 0.14);
}.tc-wp-tool-root .email-username-generator-tool .eugt-btn:focus-visible, .tc-wp-tool-root .email-username-generator-tool .eugt-load-more:focus-visible, .tc-wp-tool-root .email-username-generator-tool .eugt-copy:focus-visible, .tc-wp-tool-root .email-username-generator-tool .eugt-input:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}.tc-wp-tool-root .email-username-generator-tool .eugt-status{
  min-height: 22px;
  color: rgba(239, 252, 255, 0.88);
  font-weight: 700;
}.tc-wp-tool-root .email-username-generator-tool .eugt-results{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .email-username-generator-tool .eugt-card{
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(210, 247, 255, 0.25);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075));
  box-shadow: 0 16px 38px rgba(0, 16, 39, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: eugtFadeIn 280ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .email-username-generator-tool .eugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(137, 235, 255, 0.58);
  box-shadow: 0 22px 48px rgba(0, 20, 48, 0.34);
}.tc-wp-tool-root .email-username-generator-tool .eugt-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .email-username-generator-tool .eugt-style{
  margin: 0;
  min-width: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
  flex: 0 0 auto;
  color: #04243f;
  background: rgba(174, 247, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.58);
  font-weight: 850;
  line-height: 1;
}.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
  max-height: 180px;
  overflow: auto;
  border: 1px solid rgba(202, 244, 255, 0.22);
  background: rgba(3, 20, 42, 0.4);
}.tc-wp-tool-root .email-username-generator-tool .eugt-username-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .email-username-generator-tool .eugt-username-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .email-username-generator-tool .eugt-username-box::-webkit-scrollbar-thumb{
  background: rgba(120, 231, 255, 0.58);
  border-radius: 999px;
}.tc-wp-tool-root .email-username-generator-tool .eugt-username{
  display: block;
  color: #f8fdff;
  font-weight: 850;
  line-height: 1.38;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
  width: 100%;
  color: #03213c;
  background: linear-gradient(135deg, #fafdff, #9eefff);
  box-shadow: 0 12px 24px rgba(36, 217, 235, 0.18);
}.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #02182e;
  background: linear-gradient(135deg, #ffffff, #8af0ff 55%, #34d5c5);
}.tc-wp-tool-root .email-username-generator-tool .eugt-load-more[hidden]{
  display: none;
}@keyframes eugtFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: 100%;
    padding: 34px 12px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 18px;
    padding: 14px;
    margin-top: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border-radius: 14px;
    padding: 12px 13px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 7px;
    margin-top: 12px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 42px;
    border-radius: 13px;
    padding: 9px 6px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 10px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 17px;
    padding: 14px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 0.95rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 7px 8px;
    border-radius: 999px;
    font-size: 0.68rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 12px;
    border-radius: 13px;
    padding: 12px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 12px;
    min-height: 42px;
    border-radius: 13px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 16px;
    min-height: 46px;
    border-radius: 14px;
    padding: 10px 18px;
    font-size: 0.92rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: 100%;
    padding: 40px 16px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 20px;
    padding: 16px;
    margin-top: 20px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    border-radius: 15px;
    padding: 13px 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 8px;
    margin-top: 12px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 44px;
    border-radius: 14px;
    padding: 10px 8px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 11px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 18px;
    padding: 16px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 0.7rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 13px;
    border-radius: 14px;
    padding: 13px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1.06rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 13px;
    min-height: 44px;
    border-radius: 14px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 18px;
    min-height: 48px;
    border-radius: 15px;
    padding: 11px 20px;
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: 100%;
    padding: 48px 18px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 22px;
    padding: 20px;
    margin-top: 22px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 10px;
    margin-top: 14px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 48px;
    border-radius: 15px;
    padding: 11px 10px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 20px;
    padding: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 1.02rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 14px;
    border-radius: 15px;
    padding: 14px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1.1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 14px;
    min-height: 46px;
    border-radius: 15px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 20px;
    min-height: 50px;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 0.96rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: min(100%, 1200px);
    padding: 58px 28px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 24px;
    padding: 24px;
    margin-top: 26px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    border-radius: 17px;
    padding: 15px 18px;
    font-size: 1.05rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 12px;
    margin-top: 16px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 50px;
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 13px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 21px;
    padding: 20px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 1.05rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 15px;
    border-radius: 16px;
    padding: 15px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1.08rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 15px;
    min-height: 48px;
    border-radius: 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 22px;
    min-height: 52px;
    border-radius: 17px;
    padding: 13px 28px;
    font-size: 0.98rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: min(100%, 1200px);
    padding: 70px 34px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 1.08rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 26px;
    padding: 28px;
    margin-top: 28px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    border-radius: 18px;
    padding: 16px 20px;
    font-size: 1.07rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 14px;
    margin-top: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 52px;
    border-radius: 17px;
    padding: 13px 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 14px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 22px;
    padding: 20px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 1.04rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 15px;
    border-radius: 16px;
    padding: 15px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1.04rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 15px;
    min-height: 48px;
    border-radius: 16px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 24px;
    min-height: 54px;
    border-radius: 18px;
    padding: 14px 30px;
    font-size: 1rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .email-username-generator-tool{
    padding: 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-container{
    width: min(100%, 1200px);
    padding: 78px 36px;
  }.tc-wp-tool-root .email-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .email-username-generator-tool .eugt-header p{
    font-size: 1.1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-panel, .tc-wp-tool-root .email-username-generator-tool .eugt-results-shell{
    border-radius: 28px;
    padding: 30px;
    margin-top: 30px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-input{
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    border-radius: 19px;
    padding: 17px 22px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-actions{
    flex-direction: row;
    gap: 15px;
    margin-top: 18px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-btn{
    min-height: 54px;
    border-radius: 18px;
    padding: 14px 20px;
    font-size: 1rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-status{
    margin-top: 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-results{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-card{
    border-radius: 24px;
    padding: 22px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-style{
    font-size: 1.06rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-pill{
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 0.72rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username-box{
    margin-top: 16px;
    border-radius: 17px;
    padding: 16px;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-username{
    font-size: 1.08rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-copy{
    margin-top: 16px;
    min-height: 50px;
    border-radius: 17px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .email-username-generator-tool .eugt-load-more{
    margin-top: 26px;
    min-height: 54px;
    border-radius: 18px;
    padding: 14px 32px;
    font-size: 1rem;
  }}.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;
}