@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-47 .tc-wp-tool-root img, .wpc-scope-47 .tc-wp-tool-root video, .wpc-scope-47 .tc-wp-tool-root svg, .wpc-scope-47 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 48px 18px;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 15%, rgba(94, 234, 212, 0.32), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 214, 102, 0.25), transparent 26%),
    radial-gradient(circle at 50% 95%, rgba(244, 114, 182, 0.24), transparent 32%),
    linear-gradient(135deg, #10172a 0%, #172033 42%, #24143a 100%);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-hero{
  position: relative;
  text-align: center;
  padding: 18px 0 26px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-orbit{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 36px rgba(94, 234, 212, 0.18);
  backdrop-filter: blur(14px);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-orbit span{
  display: inline-block;
  color: #fef3c7;
  font-size: 18px;
  line-height: 1;
  animation: wdg-float 3.2s ease-in-out infinite;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-orbit span:nth-child(2){
  color: #67e8f9;
  animation-delay: 0.25s;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-orbit span:nth-child(3){
  color: #f9a8d4;
  animation-delay: 0.5s;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-orbit span:nth-child(4){
  color: #c4b5fd;
  animation-delay: 0.75s;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool h1{
  margin: 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 34px rgba(103, 232, 249, 0.2);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
  width: 100%;
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(239, 246, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-input-panel{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 16px 0 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  outline: none;
  padding: 18px 20px;
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  background: rgba(9, 15, 30, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea::placeholder{
  color: rgba(226, 232, 240, 0.52);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea:focus{
  border-color: rgba(103, 232, 249, 0.82);
  background: rgba(7, 13, 28, 0.88);
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.14), 0 0 42px rgba(103, 232, 249, 0.16);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-actions{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  padding: 12px 22px;
  color: #08111f;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(135deg, #67e8f9, #fde68a 54%, #f9a8d4);
  box-shadow: 0 14px 36px rgba(103, 232, 249, 0.22);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, opacity 170ms ease;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-button:hover, .wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-button:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(253, 230, 138, 0.28), 0 0 0 4px rgba(255, 255, 255, 0.12);
  filter: saturate(1.08);
  outline: none;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-button:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 16px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-count{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(240, 249, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow-x: hidden;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(11, 18, 32, 0.62);
  box-shadow: 0 22px 54px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(16px);
  animation: wdg-card-in 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow: hidden;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, 0.38);
  box-shadow: 0 28px 72px rgba(2, 6, 23, 0.34), 0 0 30px rgba(103, 232, 249, 0.1);
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-style-name{
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-badge{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 8px;
  color: #08111f;
  font-size: 11px;
  font-weight: 900;
  background: #fde68a;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
  width: 100%;
  max-width: 100%;
  height: 180px;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 15px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 25px;
  line-height: 1.5;
  background:
    radial-gradient(circle at top right, rgba(253, 230, 138, 0.12), transparent 34%),
    rgba(4, 10, 22, 0.58);
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #67e8f9, #f9a8d4);
  border-radius: 999px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-copy{
  width: 100%;
  margin-top: 14px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 14px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-load-more{
  min-width: 180px;
}.wpc-scope-47 .tc-wp-tool-root .wdg-wingdings-tool .wdg-load-more.wdg-hidden{
  display: none;
}@keyframes wdg-card-in{
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@keyframes wdg-float{
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-4px) rotate(6deg);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 56px 22px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 52px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 132px;
    font-size: 18px;
    padding: 18px 20px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    min-height: 46px;
    padding: 12px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 25px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 48px 20px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 46px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 126px;
    font-size: 17px;
    padding: 17px 19px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    min-height: 45px;
    padding: 11px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 17px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 42px 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 40px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 118px;
    font-size: 16px;
    padding: 16px 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    min-height: 44px;
    padding: 11px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 16px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 23px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 34px 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 34px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-input-panel{
    padding: 16px;
    border-radius: 20px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 112px;
    font-size: 16px;
    padding: 15px 16px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    width: 100%;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 30px 12px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 30px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-input-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 108px;
    font-size: 15px;
    padding: 14px 15px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    width: 100%;
    min-height: 43px;
    padding: 10px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 21px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .wdg-wingdings-tool{
    padding: 26px 10px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-container{
    width: 100%;
  }.tc-wp-tool-root .wdg-wingdings-tool h1{
    font-size: 27px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-input-panel{
    padding: 12px;
    border-radius: 16px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-textarea{
    min-height: 104px;
    font-size: 14px;
    padding: 13px 14px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-button{
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 13px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-card{
    padding: 12px;
  }.tc-wp-tool-root .wdg-wingdings-tool .wdg-preview{
    font-size: 20px;
  }}.wpc-scope-47 /* 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;
}.wpc-scope-47 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .wdg-clear{}