@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-579 .tc-wp-tool-root img, .wpc-scope-579 .tc-wp-tool-root video, .wpc-scope-579 .tc-wp-tool-root svg, .wpc-scope-579 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 72px 24px;
  color: #fff8e8;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 210, 92, 0.28), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(194, 32, 45, 0.32), transparent 30%),
    linear-gradient(135deg, #080706 0%, #21110f 34%, #7a151a 66%, #d5a326 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-container, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-container *, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-container *::before, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-container *::after{
  box-sizing: border-box;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-container{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-header{
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
  margin: 0 0 14px;
  color: #fff4d2;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.42);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
  margin: 0;
  color: rgba(255, 248, 232, 0.86);
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 231, 168, 0.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(20, 16, 14, 0.72), rgba(85, 20, 22, 0.42));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe6a0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 1px solid rgba(255, 223, 142, 0.32);
  border-radius: 14px;
  outline: none;
  padding: 18px 20px;
  color: #fff9e8;
  background: rgba(7, 7, 7, 0.54);
  box-shadow: inset 0 1px 16px rgba(0, 0, 0, 0.24);
  font: inherit;
  font-size: 19px;
  line-height: 1.55;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-textarea::placeholder{
  color: rgba(255, 238, 189, 0.58);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-textarea:focus{
  border-color: rgba(255, 210, 92, 0.78);
  background: rgba(7, 7, 7, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 200, 70, 0.16), inset 0 1px 16px rgba(0, 0, 0, 0.24);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-input-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-count{
  color: rgba(255, 248, 232, 0.72);
  font-size: 14px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn{
  appearance: none;
  border: 1px solid rgba(255, 226, 150, 0.32);
  border-radius: 999px;
  cursor: pointer;
  color: #170d08;
  background: linear-gradient(135deg, #fff0b8 0%, #d5a326 48%, #b61f2b 100%);
  box-shadow: 0 10px 26px rgba(150, 26, 31, 0.26);
  font: inherit;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn{
  padding: 11px 22px;
  font-size: 15px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
  padding: 14px 28px;
  font-size: 16px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn{
  min-width: 94px;
  padding: 10px 18px;
  font-size: 14px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn:hover, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn:hover, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.05);
  box-shadow: 0 14px 34px rgba(213, 163, 38, 0.24), 0 10px 26px rgba(150, 26, 31, 0.28);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn:active, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn:active, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn:active{
  transform: translateY(0);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn:focus-visible, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn:focus-visible, .wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 241, 191, 0.82);
  outline-offset: 3px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 231, 168, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(15, 12, 10, 0.52);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  animation: gfgFadeUp 300ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background 190ms ease;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 214, 103, 0.45);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.3), 0 0 28px rgba(213, 163, 38, 0.12);
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-card-title{
  min-width: 0;
  margin: 0;
  color: #ffe8a6;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 104px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 229, 158, 0.14);
  border-radius: 14px;
  color: #fff9e8;
  background: rgba(0, 0, 0, 0.34);
  font-size: 23px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 248, 232, 0.08);
  border-radius: 999px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#d5a326, #b61f2b);
  border-radius: 999px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}.wpc-scope-579 .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn.gfg-hidden{
  display: none;
}@keyframes gfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 78px 28px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 68px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 132px;
    font-size: 19px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    font-size: 16px;
    padding: 13px 26px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 20px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 66px 24px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 58px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 126px;
    font-size: 18px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    font-size: 15px;
    padding: 12px 24px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 18px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 48px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 118px;
    font-size: 17px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    font-size: 15px;
    padding: 12px 22px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 17px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 46px 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 112px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    font-size: 14px;
    padding: 11px 19px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 42px 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-input-panel{
    padding: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 108px;
    font-size: 16px;
    padding: 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-input-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    width: 100%;
    font-size: 14px;
    padding: 11px 18px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 19px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .gfg-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-container{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-input-panel{
    padding: 13px;
    border-radius: 15px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-textarea{
    min-height: 104px;
    font-size: 15px;
    padding: 13px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-input-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-clear-btn, .tc-wp-tool-root .gfg-tool-wrap .gfg-load-btn{
    width: 100%;
    font-size: 14px;
    padding: 11px 16px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card{
    padding: 14px;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-card-top{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-copy-btn{
    width: 100%;
  }.tc-wp-tool-root .gfg-tool-wrap .gfg-preview{
    font-size: 18px;
  }}.wpc-scope-579 /* 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;
}