@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-279 .tc-wp-tool-root img, .wpc-scope-279 .tc-wp-tool-root video, .wpc-scope-279 .tc-wp-tool-root svg, .wpc-scope-279 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-container, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-header, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-input-panel, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-label, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-textarea, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card-top, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card-title, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-actions, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
  box-sizing: border-box;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 56px 20px;
  background:
    radial-gradient(circle at 18% 12%, rgba(126, 87, 255, 0.42), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(0, 225, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #0a1024 0%, #18214a 42%, #24133f 100%);
  color: #f7f9ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 780px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(238, 244, 255, 0.82);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 170px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(207, 219, 255, 0.22);
  border-radius: 18px;
  outline: none;
  background: rgba(5, 10, 28, 0.66);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  font-size: 18px;
  line-height: 1.6;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-textarea:focus{
  border-color: rgba(125, 225, 255, 0.78);
  background: rgba(5, 10, 28, 0.78);
  box-shadow: 0 0 0 4px rgba(82, 205, 255, 0.14), 0 0 36px rgba(125, 225, 255, 0.16);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn{
  display: block;
  margin: 16px auto 0;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-size: 14px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn:hover, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn:hover, .wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more:hover{
  transform: translateY(-2px);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  animation: scfgFadeIn 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(123, 225, 255, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3), 0 0 34px rgba(123, 225, 255, 0.1);
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-card-title{
  margin: 0;
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
  width: 100%;
  max-width: 100%;
  min-height: 96px;
  max-height: 180px;
  overflow: auto;
  padding: 14px;
  border-radius: 14px;
  background: rgba(2, 8, 24, 0.5);
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #69e8ff, #a47cff);
  border-radius: 999px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn{
  flex: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ee7ff, #8d6bff);
  box-shadow: 0 10px 24px rgba(99, 194, 255, 0.22);
  font-size: 13px;
  white-space: nowrap;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-actions{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 28px 0 0;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
  padding: 12px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #bfefff);
  color: #111a35;
  box-shadow: 0 18px 40px rgba(96, 220, 255, 0.22);
  font-size: 15px;
}.wpc-scope-279 .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more.scfg-hidden{
  display: none;
}@keyframes scfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 48px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 180px;
    font-size: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 15px;
    padding: 12px 26px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 18px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 56px 22px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 44px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 170px;
    font-size: 17px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 14px;
    padding: 11px 24px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 17px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 48px 20px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 160px;
    font-size: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 14px;
    padding: 10px 22px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 38px 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 150px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 14px;
    padding: 10px 20px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 34px 14px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 29px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-input-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 145px;
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 13px;
    padding: 9px 18px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 15px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card-top{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 15px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .scfg-tool-wrap{
    padding: 30px 12px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-container{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header h1{
    font-size: 26px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-input-panel{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-textarea{
    min-height: 138px;
    font-size: 14px;
    padding: 13px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-clear-btn, .tc-wp-tool-root .scfg-tool-wrap .scfg-load-more{
    font-size: 13px;
    padding: 9px 16px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card{
    padding: 14px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-card-top{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-copy-btn{
    width: 100%;
  }.tc-wp-tool-root .scfg-tool-wrap .scfg-preview-text{
    font-size: 14px;
  }}.wpc-scope-279 /* 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;
}