@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-555 .tc-wp-tool-root img, .wpc-scope-555 .tc-wp-tool-root video, .wpc-scope-555 .tc-wp-tool-root svg, .wpc-scope-555 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 48px 20px;
  color: #fff8e8;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 192, 91, 0.28), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(222, 72, 104, 0.24), transparent 30%),
    linear-gradient(135deg, #1d120d 0%, #311b15 42%, #130d0b 100%);
  font-family: Georgia, "Times New Roman", serif;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-control-panel, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-row, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-wrap{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
  width: min(1200px, 100%);
  margin: 0 auto;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-hero{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  color: #ffe9b8;
  text-shadow:
    0 2px 0 #7d321c,
    0 5px 0 #2b1510,
    0 16px 34px rgba(0, 0, 0, 0.48);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
  width: min(720px, 100%);
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: #f9dcc0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-control-panel{
  padding: 22px;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 218, 150, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
    rgba(42, 23, 17, 0.72);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe9b8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(255, 214, 143, 0.36);
  border-radius: 8px;
  padding: 18px 20px;
  color: #fff6df;
  background: rgba(20, 12, 9, 0.78);
  outline: none;
  font-size: 22px;
  line-height: 1.35;
  font-family: Georgia, "Times New Roman", serif;
  box-shadow: inset 0 2px 18px rgba(0, 0, 0, 0.28);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input:focus{
  border-color: rgba(255, 202, 100, 0.88);
  background: rgba(27, 14, 10, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 190, 82, 0.18), 0 0 28px rgba(221, 76, 96, 0.22), inset 0 2px 18px rgba(0, 0, 0, 0.3);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 226, 165, 0.45);
  border-radius: 8px;
  padding: 15px 22px;
  color: #2a120d;
  background: linear-gradient(135deg, #ffe7a3 0%, #ffb648 48%, #e45b67 100%);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26), 0 0 22px rgba(255, 178, 72, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:hover, .wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:focus-visible{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34), 0 0 30px rgba(255, 186, 80, 0.34);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-clear-btn{
  min-width: 116px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
  display: grid;
  width: 100%;
  gap: 20px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
  min-width: 0;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 226, 165, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(36, 19, 14, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  animation: cbfg-card-fade 280ms ease both;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 204, 111, 0.58);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34), 0 0 24px rgba(224, 79, 102, 0.16);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card-name{
  margin: 0 0 12px;
  color: #ffe7b5;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-box{
  display: flex;
  align-items: center;
  min-height: 132px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 235, 190, 0.18);
  background: rgba(17, 10, 8, 0.58);
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255, 239, 210, 0.08);
  border-radius: 999px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd97e, #e45768);
  border-radius: 999px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 30px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-copy-btn{
  width: 100%;
  margin-top: 14px;
  padding: 13px 18px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-btn{
  min-width: 180px;
}.wpc-scope-555 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-btn.cbfg-hidden{
  display: none;
}@keyframes cbfg-card-fade{
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 56px 24px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 72px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 96px;
    font-size: 23px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    min-height: 56px;
    font-size: 15px;
    padding: 16px 24px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 20px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 31px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 50px 22px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 62px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 92px;
    font-size: 22px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    min-height: 54px;
    font-size: 15px;
    padding: 15px 22px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 18px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 29px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 44px 20px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 52px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 90px;
    font-size: 21px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    min-height: 52px;
    font-size: 14px;
    padding: 14px 20px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 18px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 28px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 36px 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 42px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 86px;
    font-size: 20px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    padding: 14px 18px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 17px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 17px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 27px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 32px 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 37px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-control-panel{
    padding: 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 82px;
    font-size: 19px;
    padding: 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    width: 100%;
    min-height: 48px;
    font-size: 14px;
    padding: 13px 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 16px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 25px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cbfg-tool-wrap{
    padding: 28px 12px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-container{
    width: 100%;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-title{
    font-size: 32px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-tool-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-control-panel{
    padding: 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-text-input{
    min-height: 80px;
    font-size: 18px;
    padding: 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
    width: 100%;
    min-height: 46px;
    font-size: 13px;
    padding: 12px 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
    padding: 14px;
  }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview-text{
    font-size: 23px;
  }}.wpc-scope-555 /* 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;
}