@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-259 .tc-wp-tool-root img, .wpc-scope-259 .tc-wp-tool-root video, .wpc-scope-259 .tc-wp-tool-root svg, .wpc-scope-259 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 56px 18px;
  box-sizing: border-box;
  color: #f9fbff;
  background:
    radial-gradient(circle at 12% 18%, rgba(81, 194, 255, 0.34), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(255, 195, 73, 0.28), transparent 28%),
    linear-gradient(135deg, #07182f 0%, #0a2847 44%, #123f66 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap div, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap header, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap section, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap h1, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap p, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap label, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap textarea, .wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 86%);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-shell{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 205, 94, 0.42);
  border-radius: 999px;
  background: rgba(255, 236, 181, 0.11);
  color: #ffe09a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 12px 34px rgba(255, 193, 69, 0.12);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap h1{
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 28px rgba(75, 199, 255, 0.28);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{
  width: min(760px, 100%);
  margin: 0 auto;
  color: #d7ecff;
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-panel{
  width: 100%;
  padding: 24px;
  margin: 0 0 26px;
  border: 1px solid rgba(174, 221, 255, 0.25);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(16px);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-label{
  display: block;
  margin: 0 0 10px;
  color: #fff4c7;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-input{
  width: 100%;
  min-height: 112px;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(174, 221, 255, 0.34);
  border-radius: 16px;
  padding: 18px 18px;
  outline: none;
  background: rgba(5, 20, 39, 0.76);
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  line-height: 1.5;
  box-shadow: inset 0 2px 16px rgba(0,0,0,0.28);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-input::placeholder{
  color: rgba(226, 241, 255, 0.62);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-input:focus{
  border-color: #75d7ff;
  background: rgba(6, 28, 52, 0.92);
  box-shadow: 0 0 0 4px rgba(77, 198, 255, 0.16), 0 0 36px rgba(77, 198, 255, 0.2), inset 0 2px 16px rgba(0,0,0,0.24);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 218, 135, 0.48);
  border-radius: 14px;
  cursor: pointer;
  min-height: 48px;
  padding: 13px 20px;
  background: linear-gradient(135deg, #ffd66e, #f2a622 50%, #cf342f);
  color: #111827;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 14px 34px rgba(242, 166, 34, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  white-space: nowrap;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 44px rgba(255, 199, 77, 0.32), 0 0 24px rgba(69, 196, 255, 0.16);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-btn:focus-visible{
  outline: 3px solid rgba(117, 215, 255, 0.46);
  outline-offset: 3px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  align-items: stretch;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(174, 221, 255, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(255,255,255,0.15), rgba(255,255,255,0.055)),
    linear-gradient(180deg, rgba(255, 237, 181, 0.05), rgba(16, 61, 98, 0.08));
  box-shadow: 0 18px 48px rgba(0,0,0,0.23), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  animation: opfgFadeIn 360ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
  overflow: hidden;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 214, 110, 0.52);
  box-shadow: 0 24px 58px rgba(0,0,0,0.3), 0 0 28px rgba(77, 198, 255, 0.12);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-card h2{
  min-width: 0;
  margin: 0;
  color: #fff3bd;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-badge{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(111, 205, 255, 0.14);
  color: #aee8ff;
  font-size: 12px;
  font-weight: 900;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow: auto;
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid rgba(255, 236, 181, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(8, 29, 52, 0.88), rgba(9, 39, 69, 0.78)),
    radial-gradient(circle at top right, rgba(255, 211, 103, 0.13), transparent 38%);
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 18px rgba(117, 215, 255, 0.18);
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #75d7ff, #ffd66e);
  border-radius: 999px;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-copy{
  width: 100%;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-more-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 26px 0 0;
}.wpc-scope-259 .tc-wp-tool-root .opfg-tool-wrap .opfg-load-more[hidden]{
  display: none;
}@keyframes opfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 52px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{ min-height: 116px; font-size: 18px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ min-height: 50px; padding: 14px 22px; font-size: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{ padding: 18px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 20px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 56px 22px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: min(100%, 1120px); }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 46px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{ min-height: 110px; font-size: 17px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ min-height: 48px; padding: 13px 20px; font-size: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{ padding: 17px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 19px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 48px 18px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: min(100%, 920px); }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 40px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{ grid-template-columns: 1fr auto; gap: 12px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{ min-height: 106px; font-size: 16px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ min-height: 46px; padding: 12px 18px; font-size: 14px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{ padding: 16px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 18px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: 100%; }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 33px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 15px; line-height: 1.55; }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{ padding: 16px; border-radius: 16px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{ min-height: 102px; font-size: 16px; padding: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ width: 100%; min-height: 46px; padding: 12px 16px; 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%; max-width: 100%; padding: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 17px; max-height: 180px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: 100%; }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 30px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 14px; line-height: 1.5; }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{ padding: 14px; border-radius: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input-row{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-input{ min-height: 98px; font-size: 15px; padding: 14px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ width: 100%; min-height: 45px; padding: 12px 15px; font-size: 14px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 16px; max-height: 180px; padding: 14px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .opfg-tool-wrap{ padding: 30px 10px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-shell{ width: 100%; }.tc-wp-tool-root .opfg-tool-wrap h1{ font-size: 27px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-kicker{ font-size: 12px; padding: 6px 11px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-subtitle{ font-size: 13px; line-height: 1.48; }.tc-wp-tool-root .opfg-tool-wrap .opfg-panel{ padding: 12px; border-radius: 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{ min-height: 96px; font-size: 15px; padding: 13px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-btn{ width: 100%; min-height: 44px; padding: 11px 13px; font-size: 13px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card{ width: 100%; max-width: 100%; padding: 13px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-card h2{ font-size: 15px; }.tc-wp-tool-root .opfg-tool-wrap .opfg-preview{ font-size: 15px; max-height: 180px; padding: 13px; }}.wpc-scope-259 /* 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-259 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .opfg-clear{}.wpc-scope-259 .tc-wp-tool-root .opfg-results{}