@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-503 .tc-wp-tool-root img, .wpc-scope-503 .tc-wp-tool-root video, .wpc-scope-503 .tc-wp-tool-root svg, .wpc-scope-503 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  --jpf-black: #080b08;
  --jpf-charcoal: #111611;
  --jpf-panel: rgba(15, 22, 17, 0.78);
  --jpf-panel-2: rgba(30, 39, 29, 0.66);
  --jpf-green: #173d2a;
  --jpf-green-bright: #4d8f58;
  --jpf-red: #b3271e;
  --jpf-red-hot: #ff4b2f;
  --jpf-amber: #f7b733;
  --jpf-gold: #ffd36a;
  --jpf-bone: #f0dfb6;
  --jpf-text: #fff5dc;
  --jpf-muted: #c9b98a;
  --jpf-border: rgba(255, 211, 106, 0.24);
  --jpf-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --jpf-glow: 0 0 26px rgba(247, 183, 51, 0.32);
  box-sizing: border-box;
  background:
    radial-gradient(circle at 16% 10%, rgba(247, 183, 51, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(179, 39, 30, 0.28), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(46, 97, 53, 0.38), transparent 42%),
    linear-gradient(135deg, #06100b 0%, #111611 46%, #280d09 100%);
  color: var(--jpf-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool, .wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool *{
  box-sizing: border-box;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(135deg, rgba(247,183,51,0.12) 0 1px, transparent 1px 13px);
  mix-blend-mode: overlay;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-shell{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-hero{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-kicker{
  display: inline-block;
  color: var(--jpf-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-shadow: 0 0 18px rgba(247, 183, 51, 0.52);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool h1{
  margin: 0;
  color: #fff3c7;
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(78, 17, 10, 0.85), 0 0 35px rgba(247, 183, 51, 0.38);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{
  max-width: 780px;
  margin: 16px auto 0;
  color: var(--jpf-muted);
  line-height: 1.65;
  font-weight: 500;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{
  width: 100%;
  border: 1px solid var(--jpf-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: var(--jpf-shadow), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-input-label{
  display: block;
  margin: 0 0 10px;
  color: var(--jpf-bone);
  font-weight: 800;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-text-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 211, 106, 0.28);
  border-radius: 14px;
  outline: none;
  background: rgba(3, 8, 5, 0.76);
  color: #fff7dd;
  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-503 .tc-wp-tool-root .jpf-generator-tool .jpf-text-input:focus{
  border-color: rgba(255, 211, 106, 0.72);
  box-shadow: 0 0 0 4px rgba(247, 183, 51, 0.16), 0 0 26px rgba(247, 183, 51, 0.2);
  background: rgba(5, 12, 8, 0.92);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-btn{
  border: 1px solid rgba(255, 211, 106, 0.36);
  border-radius: 14px;
  color: #1b0f03;
  background: linear-gradient(135deg, var(--jpf-gold), var(--jpf-amber) 48%, #d95c27);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(179, 39, 30, 0.24), 0 0 18px rgba(247, 183, 51, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
  white-space: nowrap;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 36px rgba(179, 39, 30, 0.32), var(--jpf-glow);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-btn:focus-visible{
  outline: 3px solid rgba(255, 211, 106, 0.62);
  outline-offset: 3px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-grid{
  display: grid;
  width: 100%;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 211, 106, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.025)),
    radial-gradient(circle at 18% 0%, rgba(247,183,51,0.14), transparent 34%),
    rgba(10, 16, 12, 0.72);
  box-shadow: 0 18px 45px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  animation: jpfFadeUp 420ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 211, 106, 0.46);
  box-shadow: 0 24px 60px rgba(0,0,0,0.44), 0 0 28px rgba(247, 183, 51, 0.16);
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-style-name{
  margin: 0 0 12px;
  color: var(--jpf-bone);
  font-weight: 950;
  letter-spacing: 0.02em;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 118px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.28);
  color: #fff2c4;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(var(--jpf-amber), var(--jpf-red));
  border-radius: 999px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-load-more[disabled]{
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-amber{ color: #ffd15c; text-shadow: 0 0 18px rgba(247,183,51,.72), 0 3px 0 #4b190b; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-claw{ color: #fff0c1; text-shadow: 3px 3px 0 #8f2118, -1px -1px 0 #1a3c28; font-weight: 900; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-volcano{ color: #ffcf67; text-shadow: 0 0 8px #ff4b2f, 0 4px 0 #390903; font-weight: 950; text-transform: uppercase; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-roar{ color: #f9e7b3; text-shadow: 0 2px 0 #000, 0 0 22px #b3271e; font-weight: 1000; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-jungle{ color: #b9f0a1; text-shadow: 0 0 16px rgba(77,143,88,.7), 2px 2px 0 #081108; font-weight: 850; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-bone{ color: #f2e2bd; text-shadow: 1px 1px 0 #806b42, 0 0 14px rgba(240,223,182,.35); font-weight: 800; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-stamp{ color: #111; background: linear-gradient(90deg,#f0dfb6,#f7b733); text-shadow: none; font-weight: 1000; letter-spacing: .08em; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-script{ color: #ffe6a0; font-style: italic; text-shadow: 0 0 16px rgba(255,211,106,.55); }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-isla{ color: #fff7d6; text-shadow: 0 3px 0 #1f4b30, 0 0 24px rgba(255,211,106,.4); font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-gold{ color: #ffe083; text-shadow: 0 0 22px #f7b733, 0 2px 0 #000; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-bold{ color: #f8c84e; text-shadow: 2px 2px 0 #a51d16, 4px 4px 0 #06100b; font-weight: 1000; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-tracks{ color: #e7d4a4; text-shadow: 0 0 12px rgba(77,143,88,.45); letter-spacing: .07em; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-red{ color: #ff7159; text-shadow: 0 0 20px rgba(255,75,47,.65), 0 3px 0 #120302; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-green{ color: #7ddf87; text-shadow: 0 0 18px rgba(77,143,88,.75); font-weight: 900; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-charcoal{ color: #f9e9bb; text-shadow: 0 0 1px #000, 2px 3px 0 #2b1510; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-raptor{ color: #fff1c5; text-shadow: -2px 0 #ff4b2f, 2px 0 #4d8f58; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-fossil{ color: #d9c18b; text-shadow: 1px 1px 0 #4a3b22, 0 0 10px rgba(240,223,182,.32); }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-night{ color: #d8ffe0; text-shadow: 0 0 18px #4d8f58, 0 0 34px #081108; font-weight: 850; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-lava{ color: #ffd36a; text-shadow: 0 0 10px #ff4b2f, 0 0 24px #b3271e, 0 3px 0 #000; font-weight: 950; }.wpc-scope-503 .tc-wp-tool-root .jpf-generator-tool .jpf-v-amberbox{ color: #1d1204; background: rgba(255,211,106,.86); font-weight: 950; text-shadow: 0 1px 0 rgba(255,255,255,.35); }@keyframes jpfFadeUp{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px){.tc-wp-tool-root .jpf-generator-tool{ padding: 64px 28px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 56px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 18px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 24px; margin-bottom: 28px; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 58px; padding: 0 20px; font-size: 18px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ min-height: 58px; padding: 0 24px; font-size: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 20px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 24px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 30px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .jpf-generator-tool{ padding: 58px 24px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 48px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 17px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 22px; margin-bottom: 26px; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 56px; padding: 0 18px; font-size: 17px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ min-height: 56px; padding: 0 22px; font-size: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 19px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 23px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 28px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .jpf-generator-tool{ padding: 50px 22px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 40px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 20px; margin-bottom: 24px; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 54px; padding: 0 17px; font-size: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ min-height: 54px; padding: 0 20px; font-size: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 18px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 22px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .jpf-generator-tool{ padding: 42px 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 32px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 16px; margin-bottom: 20px; }.tc-wp-tool-root .jpf-generator-tool .jpf-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 52px; padding: 0 15px; font-size: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ width: 100%; min-height: 52px; padding: 0 18px; font-size: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 21px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 24px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .jpf-generator-tool{ padding: 38px 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 29px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 15px; margin-bottom: 18px; }.tc-wp-tool-root .jpf-generator-tool .jpf-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 50px; padding: 0 14px; font-size: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ width: 100%; min-height: 50px; padding: 0 16px; font-size: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 20px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 22px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .jpf-generator-tool{ padding: 34px 12px; }.tc-wp-tool-root .jpf-generator-tool .jpf-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .jpf-generator-tool h1{ font-size: 26px; }.tc-wp-tool-root .jpf-generator-tool .jpf-subtitle{ font-size: 13px; }.tc-wp-tool-root .jpf-generator-tool .jpf-control-panel{ padding: 14px; margin-bottom: 16px; }.tc-wp-tool-root .jpf-generator-tool .jpf-input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .jpf-generator-tool .jpf-text-input{ min-height: 48px; padding: 0 13px; font-size: 15px; }.tc-wp-tool-root .jpf-generator-tool .jpf-btn{ width: 100%; min-height: 48px; padding: 0 14px; font-size: 13px; }.tc-wp-tool-root .jpf-generator-tool .jpf-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-card{ padding: 14px; }.tc-wp-tool-root .jpf-generator-tool .jpf-preview{ font-size: 19px; }.tc-wp-tool-root .jpf-generator-tool .jpf-load-wrap{ margin-top: 20px; }}.wpc-scope-503 /* 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-503 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .jpf-clear-btn{}