@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 .nytfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 54px 18px;
  color: #17202a;
  background:
    radial-gradient(circle at 12% 8%, rgba(190, 151, 83, 0.18), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #101a27 42%, #f4efe4 42.2%, #fff9ec 100%);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap, .wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 850px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
  margin: 0 0 12px;
  color: #fff8e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.35);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
  margin: 0;
  color: rgba(255, 248, 232, 0.86);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(190, 151, 83, 0.38);
  border-radius: 8px;
  background: rgba(255, 250, 239, 0.82);
  box-shadow: 0 24px 70px rgba(4, 11, 20, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-label{
  display: block;
  margin: 0 0 10px;
  color: #243142;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 128px;
  resize: vertical;
  border: 1px solid rgba(18, 32, 48, 0.22);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 253, 247, 0.96);
  color: #101820;
  outline: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.45;
  box-shadow: inset 0 2px 10px rgba(8, 16, 28, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-input:focus{
  border-color: rgba(190, 151, 83, 0.9);
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(190, 151, 83, 0.18), inset 0 2px 10px rgba(8, 16, 28, 0.04);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-clear-row, .wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-clear-row{
  margin-top: 14px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-load-row{
  margin-top: 28px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 1px solid rgba(190, 151, 83, 0.58);
  border-radius: 999px;
  background: linear-gradient(135deg, #162336, #07111f);
  color: #fff7e7;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(220, 183, 113, 0.95);
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.34), 0 0 0 4px rgba(190, 151, 83, 0.13);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-clear-btn{
  min-width: 96px;
  min-height: 38px;
  padding: 11px 18px;
  font-size: 13px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-load-btn{
  min-width: 150px;
  min-height: 46px;
  padding: 14px 24px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 20px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(190, 151, 83, 0.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.94), rgba(244, 239, 228, 0.9));
  box-shadow: 0 20px 46px rgba(7, 17, 31, 0.14);
  backdrop-filter: blur(10px);
  animation: nytfgFadeIn 360ms ease both;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  overflow: hidden;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(190, 151, 83, 0.72);
  box-shadow: 0 26px 58px rgba(7, 17, 31, 0.2);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card-title{
  margin: 0 0 12px;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 116px;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid rgba(18, 32, 48, 0.13);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.58) 1px, transparent 1px),
    rgba(255, 251, 241, 0.88);
  background-size: 100% 30px;
  color: #101820;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.32;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview::-webkit-scrollbar-track{
  background: rgba(230, 220, 199, 0.75);
  border-radius: 999px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#c29a53, #7d622d);
  border-radius: 999px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-copy-btn{
  width: 100%;
  min-height: 42px;
  padding: 12px 18px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card[data-style-group="masthead"] .nytfg-preview{
  font-weight: 800;
  text-align: center;
  border-top: 3px double rgba(18, 32, 48, 0.38);
  border-bottom: 3px double rgba(18, 32, 48, 0.38);
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card[data-style-group="gothic"] .nytfg-preview{
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 900;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card[data-style-group="typewriter"] .nytfg-preview{
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
}.wpc-scope-503 .tc-wp-tool-root .nytfg-tool-wrap .nytfg-card[data-style-group="press"] .nytfg-preview{
  color: rgba(16, 24, 32, 0.82);
  text-shadow: 0.5px 0 rgba(16, 24, 32, 0.18);
}@keyframes nytfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 64px 24px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 136px;
    font-size: 25px;
    padding: 20px 22px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 20px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 58px 22px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 128px;
    font-size: 23px;
    padding: 18px 20px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 19px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 48px 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: min(100%, 880px);
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input-panel{
    padding: 22px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 120px;
    font-size: 22px;
    padding: 17px 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 13px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: 100%;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 112px;
    font-size: 20px;
    padding: 15px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 13px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 17px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 21px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: 100%;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 108px;
    font-size: 19px;
    padding: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 12px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-clear-btn{
    min-width: 86px;
    min-height: 36px;
    padding: 10px 16px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-load-btn{
    min-width: 134px;
    min-height: 42px;
    padding: 13px 20px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 16px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .nytfg-tool-wrap{
    padding: 30px 10px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-container{
    width: 100%;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header h1{
    font-size: 27px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-header p{
    font-size: 13px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-input{
    min-height: 104px;
    font-size: 18px;
    padding: 13px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-btn{
    font-size: 12px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-clear-btn{
    min-width: 82px;
    min-height: 34px;
    padding: 9px 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-load-btn{
    min-width: 128px;
    min-height: 40px;
    padding: 12px 18px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-card{
    padding: 14px;
  }.tc-wp-tool-root .nytfg-tool-wrap .nytfg-preview{
    font-size: 19px;
  }}.wpc-scope-503 .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;
}