@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-64 .tc-wp-tool-root img, .wpc-scope-64 .tc-wp-tool-root video, .wpc-scope-64 .tc-wp-tool-root svg, .wpc-scope-64 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 72px 24px;
  color: #fff7df;
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(212, 175, 55, 0.24), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(128, 20, 40, 0.36), transparent 34%),
    linear-gradient(135deg, #12080c 0%, #31101a 38%, #07080b 100%);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-shell{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-heading{
  text-align: center;
  margin: 0 auto 32px;
  max-width: 860px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 18px;
  border: 1px solid rgba(230, 190, 92, 0.48);
  border-radius: 999px;
  color: #f6d37a;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 28px rgba(216, 165, 45, 0.14);
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool h1{
  margin: 0;
  color: #fff2c6;
  font-size: 52px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(220, 170, 60, 0.28);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
  margin: 16px auto 0;
  color: rgba(255, 247, 223, 0.82);
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-panel{
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 26px;
  padding: 24px;
  border: 1px solid rgba(245, 209, 122, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.045)),
    linear-gradient(180deg, rgba(92, 18, 28, 0.55), rgba(6, 7, 10, 0.52));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255,255,255,0.18);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-input-label{
  display: block;
  margin: 0 0 10px;
  color: #f4d88e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  box-sizing: border-box;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(239, 198, 101, 0.42);
  border-radius: 8px;
  outline: none;
  color: #fff9e8;
  background: rgba(8, 8, 12, 0.62);
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.34);
  font: 18px/1.55 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-input:focus{
  border-color: rgba(255, 216, 116, 0.88);
  background: rgba(12, 10, 13, 0.82);
  box-shadow: 0 0 0 4px rgba(214, 169, 61, 0.15), 0 0 34px rgba(214, 169, 61, 0.22), inset 0 0 20px rgba(0,0,0,0.36);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-actions, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-actions{
  margin-top: 16px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(232, 194, 94, 0.31);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.045)),
    radial-gradient(circle at 20% 0%, rgba(220, 180, 85, 0.18), transparent 35%),
    rgba(16, 13, 17, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.16);
  opacity: 0;
  transform: translateY(14px);
  animation: rnfFadeIn 420ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 216, 116, 0.64);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42), 0 0 30px rgba(214, 169, 61, 0.15);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-card-title{
  margin: 0 0 12px;
  color: #f8d982;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.5px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #fff7dc;
  background: rgba(0, 0, 0, 0.24);
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.06);
  border-radius: 99px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#f0cc6f, #8f6720);
  border-radius: 99px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-copy-btn, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 224, 137, 0.54);
  border-radius: 8px;
  color: #1a0c08;
  background: linear-gradient(135deg, #ffe7a4 0%, #d8a83f 46%, #8f5d16 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 0 24px rgba(216, 168, 63, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-copy-btn{
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  padding: 12px 14px;
  font-size: 15px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
  padding: 13px 24px;
  font-size: 16px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-copy-btn:hover, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn:hover, .wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 34px rgba(241, 199, 91, 0.28);
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-wrap{
  margin-top: 26px;
}.wpc-scope-64 .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn.rnf-hidden{
  display: none;
}@keyframes rnfFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 76px 28px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 52px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 19px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 132px;
    font-size: 18px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    padding: 13px 24px;
    font-size: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    padding: 18px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 68px 24px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: min(1080px, 100%);
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 46px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 18px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 126px;
    font-size: 17px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    padding: 13px 22px;
    font-size: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    padding: 17px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 58px 20px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: min(760px, 100%);
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 38px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 17px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 118px;
    font-size: 17px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    padding: 12px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    padding: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 46px 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: 100%;
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 32px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 112px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 42px 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: 100%;
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 29px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-panel{
    padding: 16px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 108px;
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .rnf-generator-tool{
    padding: 38px 12px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-shell{
    width: 100%;
  }.tc-wp-tool-root .rnf-generator-tool h1{
    font-size: 25px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-heading p{
    font-size: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-panel{
    padding: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-input{
    min-height: 104px;
    font-size: 14px;
    padding: 13px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-clear-btn, .tc-wp-tool-root .rnf-generator-tool .rnf-load-btn{
    width: 100%;
    padding: 11px 12px;
    font-size: 14px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-card{
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }.tc-wp-tool-root .rnf-generator-tool .rnf-preview{
    font-size: 15px;
  }}.wpc-scope-64 /* 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;
}