@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-180 .tc-wp-tool-root img, .wpc-scope-180 .tc-wp-tool-root video, .wpc-scope-180 .tc-wp-tool-root svg, .wpc-scope-180 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section, .wpc-scope-180 .tc-wp-tool-root .cfg-tool-section *{
  box-sizing: border-box;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section{
  width: 100%;
  padding: 28px 14px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-heading{
  text-align: center;
  margin: 0 auto 22px;
  max-width: 760px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
  margin: 0 0 9px;
  color: #111827;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-heading p{
  margin: 0;
  color: #4b5870;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-panel{
  width: 100%;
  border: 1px solid rgba(31, 42, 68, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(25, 34, 52, 0.12);
  padding: 14px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-input-wrap{
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(33, 49, 76, 0.12);
  border-radius: 12px;
  background: #fbfcfe;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-label{
  display: block;
  margin: 0 0 8px;
  color: #263349;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-text-input{
  display: block;
  width: 100%;
  min-height: 128px;
  resize: vertical;
  border: 1px solid #c8d2e1;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  padding: 13px 14px;
  font: inherit;
  font-size: 16px;
  line-height: 1.55;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-text-input::placeholder{
  color: #7b879b;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-text-input:focus{
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14), inset 0 1px 2px rgba(17, 24, 39, 0.04);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn{
  appearance: none;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 14px;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background-color 150ms ease, color 150ms ease;
  white-space: normal;
  overflow-wrap: anywhere;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn:hover{
  transform: translateY(-1px);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn:active{
  transform: translateY(0);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn:focus-visible{
  outline: 3px solid rgba(37, 99, 235, 0.26);
  outline-offset: 2px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-primary{
  background: #1f5eff;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 94, 255, 0.22);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-primary:hover{
  background: #174fe0;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-secondary{
  background: #ffffff;
  color: #243149;
  border-color: #cdd6e4;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-secondary:hover{
  border-color: #9aa9bd;
  background: #f5f7fb;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-status{
  min-height: 20px;
  margin-top: 10px;
  color: #5c687c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-card{
  min-width: 0;
  border: 1px solid rgba(34, 48, 77, 0.13);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(30, 42, 62, 0.07);
  padding: 13px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-card:hover{
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 14px 30px rgba(30, 42, 62, 0.11);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-style-name{
  min-width: 0;
  color: #263349;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-copy{
  flex: 0 0 auto;
  min-height: 34px;
  border-radius: 9px;
  padding: 8px 11px;
  font-size: 12px;
  background: #eef4ff;
  color: #1747b8;
  border-color: #c9dcff;
  box-shadow: none;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-copy:hover{
  background: #dfeaff;
  border-color: #aac8ff;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-copy.is-copied{
  background: #e8f8ef;
  color: #17663b;
  border-color: #b9e7cb;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-preview{
  width: 100%;
  max-height: 180px;
  min-height: 82px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e1e7f0;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f6fa 100%);
  color: #111827;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-preview::-webkit-scrollbar-track{
  background: #e9eef6;
  border-radius: 999px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-preview::-webkit-scrollbar-thumb{
  background: #9badc7;
  border-radius: 999px;
  border: 2px solid #e9eef6;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-preview{
  scrollbar-width: thin;
  scrollbar-color: #9badc7 #e9eef6;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-load-wrap{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  margin-top: 16px;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-load{
  width: 100%;
  background: #202a3d;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(32, 42, 61, 0.18);
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-load:hover{
  background: #111827;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-btn-load[disabled]{
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-180 .tc-wp-tool-root .cfg-tool-section .cfg-load-status{
  color: #5c687c;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}@media (min-width: 375px){.tc-wp-tool-root .cfg-tool-section{
    padding: 30px 16px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
    font-size: 30px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-panel{
    padding: 15px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-btn{
    min-height: 44px;
    padding: 11px 15px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-grid{
    gap: 13px;
  }}@media (min-width: 390px){.tc-wp-tool-root .cfg-tool-section{
    padding: 32px 17px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading p{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-input-wrap{
    padding: 13px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-text-input{
    min-height: 136px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-preview{
    font-size: 21px;
  }}@media (min-width: 430px){.tc-wp-tool-root .cfg-tool-section{
    padding: 34px 18px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
    font-size: 32px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-actions{
    align-items: center;
  }.tc-wp-tool-root .cfg-tool-section .cfg-btn-primary, .tc-wp-tool-root .cfg-tool-section .cfg-btn-secondary{
    flex: 1 1 160px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-card{
    padding: 14px;
  }}@media (min-width: 480px){.tc-wp-tool-root .cfg-tool-section{
    padding: 36px 20px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-text-input{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-load-wrap{
    align-items: center;
  }.tc-wp-tool-root .cfg-tool-section .cfg-btn-load{
    width: auto;
    min-width: 220px;
  }}@media (min-width: 768px){.tc-wp-tool-root .cfg-tool-section{
    padding: 44px 24px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading{
    margin-bottom: 26px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
    font-size: 38px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-panel{
    padding: 18px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-input-wrap{
    padding: 16px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-actions{
    justify-content: flex-end;
  }.tc-wp-tool-root .cfg-tool-section .cfg-btn-primary, .tc-wp-tool-root .cfg-tool-section .cfg-btn-secondary{
    flex: 0 1 auto;
  }.tc-wp-tool-root .cfg-tool-section .cfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-preview{
    min-height: 112px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-load-wrap{
    margin-top: 20px;
  }}@media (min-width: 1024px){.tc-wp-tool-root .cfg-tool-section{
    padding: 52px 28px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
    font-size: 42px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-panel{
    padding: 20px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-card{
    min-height: 184px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-preview{
    min-height: 120px;
    font-size: 22px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .cfg-tool-section{
    padding: 58px 30px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root .cfg-tool-section .cfg-heading h2{
    font-size: 46px;
  }.tc-wp-tool-root .cfg-tool-section .cfg-preview{
    font-size: 21px;
  }}