@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;
}.wpc-scope-552 .tc-wp-tool-root img, .wpc-scope-552 .tc-wp-tool-root video, .wpc-scope-552 .tc-wp-tool-root svg, .wpc-scope-552 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool{
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 18px;
  color: #27324a;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95) 0 8%, transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(255, 214, 238, 0.8) 0 9%, transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(179, 234, 255, 0.85) 0 11%, transparent 28%),
    linear-gradient(135deg, #ffe9f6 0%, #e9f5ff 38%, #fff8d7 70%, #ecfff3 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool div, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool section, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool header, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool h1, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool h2, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool p, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool label, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool input, .wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool button{
  box-sizing: border-box;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #24304b;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.95);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__hero p{
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #47516a;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 22px 55px rgba(88, 106, 156, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__panel h2{
  margin: 0 0 16px;
  font-size: 1.12rem;
  line-height: 1.25;
  color: #2b3550;
  text-align: center;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__input-wrap{
  width: 100%;
  max-width: 100%;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__input-wrap label{
  display: block;
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #34405d;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__input-wrap input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  min-height: 56px;
  padding: 15px 17px;
  border: 2px solid rgba(140, 159, 220, 0.38);
  border-radius: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  color: #242d43;
  font-size: 1.05rem;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(109, 125, 180, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__input-wrap input:focus{
  border-color: #ff78bf;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 120, 191, 0.22), 0 16px 34px rgba(91, 124, 220, 0.18);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__input-actions{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool button{
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.15;
  color: #263048;
  background: linear-gradient(135deg, #ffffff 0%, #fff1fb 100%);
  box-shadow: 0 12px 24px rgba(98, 116, 169, 0.18);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool button:hover{
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 16px 32px rgba(255, 112, 187, 0.26);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool button:focus{
  outline: 3px solid rgba(71, 116, 255, 0.42);
  outline-offset: 3px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__clear{
  background: linear-gradient(135deg, #fff7ca 0%, #ffd7ec 100%);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__results{
  width: 100%;
  max-width: 100%;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 253, 0.58)),
    radial-gradient(circle at top right, rgba(255, 132, 198, 0.18), transparent 42%);
  box-shadow: 0 18px 42px rgba(89, 105, 157, 0.16);
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: adoptmeFontToolFade 360ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 126, 193, 0.55);
  box-shadow: 0 24px 54px rgba(92, 108, 160, 0.22);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__card h3{
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2f3954;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(143, 159, 219, 0.25);
  background: rgba(255, 255, 255, 0.74);
  color: #242d43;
  font-size: 1.08rem;
  line-height: 1.55;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__preview::-webkit-scrollbar-track{
  background: rgba(232, 239, 255, 0.85);
  border-radius: 999px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff8dca, #88c7ff);
  border-radius: 999px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__card-actions{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__copy{
  width: auto;
  max-width: 100%;
  background: linear-gradient(135deg, #bfeaff 0%, #ffd0ec 55%, #fff2a9 100%);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__more-wrap{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__load-more{
  min-width: 170px;
  background: linear-gradient(135deg, #ff83c3 0%, #a6dcff 55%, #fff0a8 100%);
}.wpc-scope-552 .tc-wp-tool-root .adoptme-font-tool__load-more.adoptme-font-tool__hidden{
  display: none;
}@keyframes adoptmeFontToolFade{
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 6px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .adoptme-font-tool__panel{
    padding: 16px;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1rem;
    min-height: 54px;
    padding: 14px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.92rem;
    min-height: 44px;
    padding: 11px 15px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 14px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 8px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1.02rem;
    min-height: 55px;
    padding: 14px 15px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.94rem;
    min-height: 45px;
    padding: 12px 16px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 15px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1.01rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1.04rem;
    min-height: 56px;
    padding: 15px 16px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.95rem;
    min-height: 46px;
    padding: 12px 17px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 16px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1.03rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 52px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 14px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1.05rem;
    min-height: 56px;
    padding: 15px 17px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.96rem;
    min-height: 46px;
    padding: 12px 18px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 17px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1.05rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1.06rem;
    min-height: 56px;
    padding: 15px 18px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.97rem;
    min-height: 47px;
    padding: 12px 19px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1.06rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .adoptme-font-tool{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .adoptme-font-tool__container{
    width: 100%;
    max-width: 1200px;
    padding: 0 18px;
  }.tc-wp-tool-root .adoptme-font-tool__hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .adoptme-font-tool__hero p{
    font-size: 1.08rem;
  }.tc-wp-tool-root .adoptme-font-tool__input-wrap input{
    width: 100%;
    font-size: 1.07rem;
    min-height: 58px;
    padding: 16px 18px;
  }.tc-wp-tool-root .adoptme-font-tool button{
    font-size: 0.98rem;
    min-height: 48px;
    padding: 13px 20px;
  }.tc-wp-tool-root .adoptme-font-tool__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .adoptme-font-tool__card{
    padding: 18px;
  }.tc-wp-tool-root .adoptme-font-tool__preview{
    font-size: 1.07rem;
  }}.wpc-scope-552 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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;
}