@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-529 .tc-wp-tool-root img, .wpc-scope-529 .tc-wp-tool-root video, .wpc-scope-529 .tc-wp-tool-root svg, .wpc-scope-529 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 44px 18px;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 198, 84, 0.28), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(49, 181, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #071527 0%, #0d2e52 46%, #123f66 100%);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-container, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-container *, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-container *::before, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-container *::after{
  box-sizing: border-box;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-hero{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-title{
  margin: 0;
  color: #fff7d7;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 28px rgba(255, 190, 79, 0.32);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
  width: 100%;
  max-width: 680px;
  margin: 12px auto 0;
  color: rgba(231, 244, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-panel{
  width: 100%;
  margin: 0 auto 26px;
  padding: 22px;
  border: 1px solid rgba(255, 217, 126, 0.25);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe5a3;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 84px;
  resize: vertical;
  border: 1px solid rgba(151, 213, 255, 0.32);
  border-radius: 8px;
  padding: 15px 16px;
  color: #ffffff;
  background: rgba(3, 18, 34, 0.72);
  outline: none;
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-input:focus{
  border-color: rgba(255, 210, 105, 0.92);
  background: rgba(4, 24, 45, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 193, 74, 0.16), 0 0 24px rgba(50, 171, 255, 0.2);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-copy{
  appearance: none;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  color: #08172a;
  background: linear-gradient(135deg, #ffd66b, #ff9f3d);
  box-shadow: 0 10px 24px rgba(255, 166, 55, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-clear{
  min-width: 106px;
  padding: 0 20px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-clear:hover, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load:hover, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(255, 183, 66, 0.32), 0 0 18px rgba(255, 218, 111, 0.2);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-clear:focus-visible, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load:focus-visible, .wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-copy:focus-visible{
  outline: 3px solid rgba(132, 215, 255, 0.55);
  outline-offset: 3px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-status{
  margin-top: 9px;
  color: rgba(220, 239, 255, 0.78);
  font-size: 13px;
  text-align: right;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(141, 215, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(5, 23, 43, 0.66);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  animation: opfgFade 320ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
  overflow: hidden;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 214, 107, 0.48);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3), 0 0 24px rgba(255, 196, 78, 0.13);
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-style-name{
  margin: 0;
  color: #ffe19a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 215, 104, 0.12), transparent 36%),
    rgba(1, 12, 25, 0.58);
  font-size: 22px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar-track{
  background: rgba(8, 27, 48, 0.9);
  border-radius: 99px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ffd66b, #32b6ff);
  border-radius: 99px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-copy{
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  margin-top: auto;
  font-size: 15px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
  min-width: 180px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
}.wpc-scope-529 .tc-wp-tool-root .opfg-tool-wrap .opfg-load.opfg-hidden{
  display: none;
}@keyframes opfgFade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 28px 10px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 28px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{
    padding: 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    width: 100%;
    font-size: 15px;
    min-height: 78px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    width: 100%;
    min-height: 42px;
    font-size: 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 18px;
    min-height: 100px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 31px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    width: 100%;
    font-size: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    width: 100%;
    min-height: 44px;
    font-size: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 36px 14px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 35px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{
    padding: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    width: 100%;
    font-size: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    width: 100%;
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 42px 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 40px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    font-size: 17px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    font-size: 15px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    padding: 17px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 48px 20px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 43px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    font-size: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    font-size: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    padding: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 21px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .opfg-tool-wrap{
    padding: 54px 24px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-container{
    width: 100%;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-title{
    font-size: 48px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{
    font-size: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-clear, .tc-wp-tool-root .opfg-tool-wrap .opfg-load{
    font-size: 16px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{
    padding: 18px;
  }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
    font-size: 22px;
  }}.wpc-scope-529 /* 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-529 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .opfg-count{}