@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-165 .tc-wp-tool-root img, .wpc-scope-165 .tc-wp-tool-root video, .wpc-scope-165 .tc-wp-tool-root svg, .wpc-scope-165 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-shell, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-header, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-input-panel, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-input-actions, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-grid, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-card, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-preview, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-wrap{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool{
  position: relative;
  width: 100%;
  padding: 54px 18px;
  overflow-x: hidden;
  color: #243044;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 190, 221, 0.72), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(141, 238, 231, 0.66), transparent 28%),
    radial-gradient(circle at 25% 86%, rgba(187, 169, 255, 0.52), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(255, 229, 135, 0.55), transparent 26%),
    linear-gradient(135deg, #fff3fa 0%, #e8fbff 42%, #f5f0ff 72%, #fff9df 100%);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-shell{
  width: min(1200px, 100%);
  margin: 0 auto;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
  margin: 0 0 10px;
  color: #182238;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(255, 128, 190, 0.22);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-header p{
  width: min(760px, 100%);
  margin: 0 auto;
  color: #40506a;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-input-panel{
  width: min(900px, 100%);
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 54px rgba(88, 90, 150, 0.16), inset 0 0 0 1px rgba(255, 148, 203, 0.2);
  backdrop-filter: blur(16px);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-label{
  display: block;
  margin: 0 0 10px;
  color: #39475f;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
  display: block;
  width: 100%;
  min-height: 112px;
  resize: vertical;
  padding: 17px 18px;
  border: 1px solid rgba(158, 172, 209, 0.52);
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  color: #1d283b;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font: 700 18px/1.45 Arial, Helvetica, sans-serif;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-textarea:focus{
  border-color: rgba(255, 112, 184, 0.82);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 5px rgba(255, 130, 195, 0.18), 0 10px 28px rgba(94, 199, 222, 0.14);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-textarea::placeholder{
  color: #7a879c;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-input-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-count{
  color: #59677d;
  font-size: 13px;
  font-weight: 800;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-clear, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-more, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  box-sizing: border-box;
  color: #172238;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-clear{
  min-height: 42px;
  padding: 12px 20px;
  font-size: 14px;
  background: linear-gradient(135deg, #ffe476, #ff9bd2);
  box-shadow: 0 10px 24px rgba(255, 145, 196, 0.28);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-clear:hover, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-more:hover, .wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-copy:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-grid{
  display: grid;
  width: 100%;
  gap: 18px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-card{
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46));
  box-shadow: 0 18px 38px rgba(70, 78, 132, 0.14), inset 0 0 0 1px rgba(139, 238, 231, 0.18);
  backdrop-filter: blur(14px);
  animation: amftFade 260ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 141, 202, 0.58);
  box-shadow: 0 24px 48px rgba(70, 78, 132, 0.18), 0 0 26px rgba(151, 239, 232, 0.24);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-name{
  min-width: 0;
  color: #25324a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-badge{
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8eca, #8deee7 52%, #ffe879);
  box-shadow: 0 0 18px rgba(255, 142, 202, 0.58);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-preview{
  width: 100%;
  min-height: 92px;
  max-height: 180px;
  margin: 0 0 14px;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 18px;
  border: 1px solid rgba(154, 166, 202, 0.28);
  color: #1d283d;
  background: rgba(255, 255, 255, 0.66);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff9bd2, #8deee7);
  border-radius: 999px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
  width: 100%;
  min-height: 43px;
  padding: 13px 18px;
  font-size: 14px;
  background: linear-gradient(135deg, #9af1ec, #c8b7ff 52%, #ffd1e8);
  box-shadow: 0 12px 26px rgba(105, 188, 216, 0.22);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-copy.amft-copied{
  background: linear-gradient(135deg, #b8ffcf, #fff09b);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
  min-height: 52px;
  padding: 16px 28px;
  font-size: 16px;
  background: linear-gradient(135deg, #ff8eca, #9af1ec 50%, #ffe879);
  box-shadow: 0 18px 34px rgba(255, 142, 202, 0.3);
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-more:disabled{
  cursor: default;
  opacity: 0.58;
  transform: none;
}.wpc-scope-165 .tc-wp-tool-root .adopt-me-font-tool .amft-load-more.amft-hidden{
  display: none;
}@keyframes amftFade{
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 64px 28px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 50px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 19px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 116px;
    font-size: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    min-height: 54px;
    font-size: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    padding: 19px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    font-size: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 58px 24px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: min(1120px, 100%);
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 44px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 112px;
    font-size: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    min-height: 43px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    min-height: 52px;
    font-size: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    padding: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 48px 20px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: min(900px, 100%);
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 17px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 108px;
    font-size: 17px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    min-height: 42px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    min-height: 50px;
    font-size: 15px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    padding: 17px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 38px 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-panel{
    padding: 16px;
    border-radius: 22px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 104px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    min-height: 42px;
    padding: 12px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 34px 12px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 29px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 15px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-panel{
    padding: 15px;
    border-radius: 20px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 100px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    width: 100%;
    min-height: 42px;
    padding: 12px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    width: 100%;
    min-height: 49px;
    font-size: 15px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    width: 100%;
    padding: 15px;
    border-radius: 21px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    padding: 14px;
    font-size: 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .adopt-me-font-tool{
    padding: 30px 10px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-shell{
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header h1{
    font-size: 26px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-header p{
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-panel{
    padding: 13px;
    border-radius: 18px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-textarea{
    min-height: 96px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-input-actions{
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-clear, .tc-wp-tool-root .adopt-me-font-tool .amft-copy{
    width: 100%;
    min-height: 41px;
    padding: 12px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-load-more{
    width: 100%;
    min-height: 48px;
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    width: 100%;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-card{
    width: 100%;
    padding: 14px;
    border-radius: 19px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-name{
    font-size: 14px;
  }.tc-wp-tool-root .adopt-me-font-tool .amft-preview{
    padding: 13px;
    font-size: 15px;
  }}.wpc-scope-165 /* 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;
}