@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-293 .tc-wp-tool-root img, .wpc-scope-293 .tc-wp-tool-root video, .wpc-scope-293 .tc-wp-tool-root svg, .wpc-scope-293 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(129, 213, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(212, 36, 54, 0.24), transparent 30%),
    linear-gradient(135deg, #07101f 0%, #101832 42%, #24080e 100%);
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-shell, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-input-panel, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-grid, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-card, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-btn, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
  box-sizing: border-box;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(130, 213, 255, 0.34);
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: #dcecff;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-input-panel{
  width: 100%;
  padding: 24px;
  margin-bottom: 26px;
  border: 1px solid rgba(238, 208, 126, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #f5d98b;
  letter-spacing: 0;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(143, 219, 255, 0.34);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(3, 10, 24, 0.74);
  color: #ffffff;
  font: inherit;
  font-size: 22px;
  line-height: 1.45;
  outline: none;
  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-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-textarea:focus{
  border-color: rgba(145, 222, 255, 0.9);
  background: rgba(5, 15, 34, 0.88);
  box-shadow: 0 0 0 4px rgba(112, 207, 255, 0.16), 0 0 32px rgba(112, 207, 255, 0.22);
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-clear-row, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-row{
  width: 100%;
  display: grid;
  place-items: center;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-clear-row{
  margin-top: 16px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-row{
  margin-top: 28px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
  appearance: none;
  border: 1px solid rgba(245, 217, 139, 0.42);
  border-radius: 8px;
  padding: 11px 22px;
  min-height: 44px;
  background: linear-gradient(135deg, #b9162d, #781324 55%, #15233f);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(185, 22, 45, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-btn:hover, .wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-btn:focus{
  transform: translateY(-1px);
  border-color: rgba(145, 222, 255, 0.72);
  box-shadow: 0 14px 34px rgba(111, 207, 255, 0.22), 0 10px 28px rgba(185, 22, 45, 0.28);
  filter: brightness(1.08);
  outline: none;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-btn:active{
  transform: translateY(0);
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-results-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px;
  margin: 8px 0 18px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-results-head h2{
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-count{
  color: #a9dfff;
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(145, 222, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    rgba(7, 16, 31, 0.76);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: rfgFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(245, 217, 139, 0.48);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 24px rgba(145, 222, 255, 0.14);
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-card h3{
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.25;
  color: #f5d98b;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(2, 8, 20, 0.58);
  color: #f8fbff;
  font-size: 21px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#8bdfff, #d4b45f);
  border-radius: 8px;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-copy-btn{
  width: 100%;
}.wpc-scope-293 .tc-wp-tool-root .rfg-tool-wrap .rfg-load-btn.rfg-hidden{
  display: none;
}@keyframes rfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 30px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-input-panel{
    padding: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 124px;
    padding: 14px;
    font-size: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 11px 18px;
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-results-head{
    grid-template-columns: 1fr;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 33px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 15.5px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 132px;
    padding: 15px;
    font-size: 19px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 11px 20px;
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 19px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-results-head{
    grid-template-columns: 1fr;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 42px 16px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 36px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 138px;
    padding: 16px;
    font-size: 20px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 12px 22px;
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 20px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-results-head{
    grid-template-columns: 1fr;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 50px 20px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 940px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 42px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 17px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 145px;
    font-size: 21px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 11px 22px;
    min-height: 44px;
    font-size: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    padding: 17px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 54px 22px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 1100px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 45px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 150px;
    font-size: 22px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 11px 22px;
    min-height: 44px;
    font-size: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    padding: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 21px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .rfg-tool-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero h1{
    font-size: 48px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-hero p{
    font-size: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-textarea{
    min-height: 152px;
    font-size: 22px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-btn{
    padding: 11px 22px;
    min-height: 44px;
    font-size: 15px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-card{
    padding: 18px;
  }.tc-wp-tool-root .rfg-tool-wrap .rfg-preview{
    font-size: 21px;
  }}.wpc-scope-293 /* 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-293 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .rfg-clear-btn{}