@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 .ps5-username-generator-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 72px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 174, 255, 0.34), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #050a1d 0%, #071a3f 34%, #0057d8 68%, #eaf7ff 145%);
}.tc-wp-tool-root .ps5-username-generator-tool, .tc-wp-tool-root .ps5-username-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 860px;
}.tc-wp-tool-root .ps5-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 0 28px rgba(0, 205, 255, 0.35);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{
  margin: 16px auto 0;
  color: rgba(236, 248, 255, 0.88);
  font-size: 1.06rem;
  line-height: 1.6;
  max-width: 760px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{
  background: rgba(5, 17, 43, 0.68);
  border: 1px solid rgba(186, 232, 255, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel{
  padding: 28px;
  margin-bottom: 24px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #dff6ff;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(171, 229, 255, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #07132e;
  font: 700 1.05rem/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 18px 20px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 12px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input:focus{
  border-color: #6ee7ff;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.22), 0 18px 42px rgba(0, 118, 255, 0.2);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{
  appearance: none;
  border: 1px solid rgba(204, 243, 255, 0.34);
  border-radius: 16px;
  min-width: 0;
  cursor: pointer;
  font: 800 0.98rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 15px 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  touch-action: manipulation;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions .ps5ugt-btn{
  flex: 1 1 0;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn-primary{
  background: linear-gradient(135deg, #008cff, #00d5ff);
  color: #021128;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 34px rgba(0, 172, 255, 0.32);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn-secondary{
  background: rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn:hover, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(142, 236, 255, 0.8);
  box-shadow: 0 16px 36px rgba(0, 187, 255, 0.22);
  outline: none;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{
  padding: 28px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-head h2{
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: 0;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-count{
  color: rgba(224, 247, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{
  display: grid;
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
  border: 1px solid rgba(204, 245, 255, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  animation: ps5ugtFade 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scrollbar-color: rgba(97, 220, 255, 0.8) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card::-webkit-scrollbar-thumb{
  background: rgba(97, 220, 255, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(122, 232, 255, 0.64);
  box-shadow: 0 22px 48px rgba(0, 191, 255, 0.18);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-style{
  display: block;
  margin-bottom: 10px;
  color: #9cefff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.32;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-copy{
  width: 100%;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 0.9rem;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-more-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-load-more{
  min-width: 180px;
  background: rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-status{
  height: 1px;
  overflow: hidden;
  color: transparent;
}@keyframes ps5ugtFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 76px 28px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 1.08rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 1.05rem; padding: 18px 20px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 15px 16px; font-size: 0.98rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: repeat(3, 1fr); gap: 18px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 20px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 1.18rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 68px 24px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 1.03rem; padding: 17px 18px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 14px 15px; font-size: 0.96rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: repeat(3, 1fr); gap: 16px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 18px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 1.12rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 58px 20px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 1rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{ padding: 24px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 1rem; padding: 16px 17px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 14px 14px; font-size: 0.94rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: repeat(2, 1fr); gap: 16px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 18px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 1.08rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 46px 16px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: 100%; }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 0.96rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{ padding: 18px; border-radius: 20px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 0.98rem; padding: 15px 15px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; gap: 9px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 12px 10px; font-size: 0.86rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 16px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 1.04rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 42px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: 100%; }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 0.93rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{ padding: 16px; border-radius: 18px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 0.96rem; padding: 14px 14px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; gap: 8px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 11px 8px; font-size: 0.8rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 15px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 1rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 36px 10px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: 100%; }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{ padding: 13px; border-radius: 16px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 0.94rem; padding: 13px 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: row; gap: 6px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 10px 6px; font-size: 0.74rem; border-radius: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 13px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 0.96rem; }}@media (max-width: 319px) {.tc-wp-tool-root .ps5-username-generator-tool{ padding: 30px 8px; border-radius: 0 !important; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-shell{ width: 100%; }.tc-wp-tool-root .ps5-username-generator-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-panel, .tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-results-wrap{ padding: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-input{ width: 100%; font-size: 0.92rem; padding: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-actions{ flex-direction: column; gap: 8px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-btn{ padding: 10px 8px; font-size: 0.78rem; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-card{ padding: 12px; }.tc-wp-tool-root .ps5-username-generator-tool .ps5ugt-name{ font-size: 0.94rem; }}.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;
}