@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-384 .tc-wp-tool-root img, .wpc-scope-384 .tc-wp-tool-root video, .wpc-scope-384 .tc-wp-tool-root svg, .wpc-scope-384 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 64px 22px;
  color: #fff8e6;
  background:
    radial-gradient(circle at 15% 10%, rgba(183, 135, 45, .36), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(99, 18, 37, .42), transparent 34%),
    linear-gradient(135deg, #101010 0%, #261018 38%, #4b1520 66%, #b18a45 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-container, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
  color: #fff3c4;
  text-shadow: 0 0 24px rgba(218, 174, 82, .36);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{
  width: min(760px, 100%);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 248, 230, .9);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-panel{
  width: min(900px, 100%);
  margin: 0 auto 34px;
  padding: 22px;
  border: 1px solid rgba(240, 199, 105, .28);
  border-radius: 8px;
  background: rgba(18, 16, 15, .58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #f7d98a;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{
  display: block;
  width: 100%;
  min-height: 136px;
  resize: vertical;
  border: 1px solid rgba(250, 219, 142, .35);
  border-radius: 8px;
  padding: 18px;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  color: #fff9eb;
  background: rgba(8, 8, 8, .62);
  outline: none;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, .28);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-input:focus{
  border-color: rgba(255, 213, 112, .9);
  background: rgba(8, 8, 8, .76);
  box-shadow: 0 0 0 4px rgba(220, 173, 72, .18), 0 0 34px rgba(220, 173, 72, .22);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-actions, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-actions{
  margin-top: 14px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load-wrap{
  margin-top: 30px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 218, 132, .42);
  border-radius: 8px;
  padding: 10px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #170d08;
  background: linear-gradient(135deg, #ffe8a0, #c89b3e);
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .26), 0 0 20px rgba(224, 176, 73, .2);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:hover, .wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:focus{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .34), 0 0 28px rgba(255, 211, 111, .34);
  outline: none;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn:active{
  transform: translateY(0);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-clear{
  min-height: 38px;
  padding: 8px 18px;
  font-size: 14px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  overflow-x: hidden;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(241, 203, 118, .24);
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 244, 212, .11), rgba(20, 14, 13, .6));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  animation: cbfgFade .34s ease both;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  overflow: hidden;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 215, 122, .54);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38), 0 0 24px rgba(211, 157, 48, .16);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-card-title{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  color: #f7d98a;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview{
  width: 100%;
  max-height: 180px;
  min-height: 116px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 223, 153, .18);
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 14px;
  background: rgba(5, 5, 5, .48);
  color: #fff7df;
  font-size: 25px;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 14px rgba(255, 211, 111, .14);
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 244, 212, .08);
  border-radius: 999px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#d8ad55, #7c2030);
  border-radius: 999px;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-copy{
  width: 100%;
}.wpc-scope-384 .tc-wp-tool-root .cbfg-tool-wrap .cbfg-load[disabled]{
  opacity: .56;
  cursor: not-allowed;
  transform: none;
}@keyframes cbfgFade{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: 100%; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 30px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 15px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-panel{ padding: 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 118px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 40px; padding: 9px 15px; font-size: 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{ padding: 15px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview{ font-size: 20px; min-height: 104px; padding: 13px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: 100%; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 33px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 15.5px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-panel{ padding: 16px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 124px; padding: 15px; font-size: 16px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 41px; padding: 9px 16px; font-size: 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-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{ font-size: 21px; min-height: 108px; padding: 14px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 44px 16px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: 100%; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 38px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 16px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input-panel{ padding: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 130px; padding: 16px; font-size: 17px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 42px; padding: 10px 17px; font-size: 14px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{ padding: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview{ font-size: 22px; min-height: 112px; padding: 15px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 56px 20px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: 96%; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 50px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 17px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 136px; font-size: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 42px; padding: 10px 18px; font-size: 15px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{ padding: 19px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview{ font-size: 24px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 62px 22px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: 96%; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 58px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 140px; font-size: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 43px; padding: 10px 19px; font-size: 15px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-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{ font-size: 25px; }}@media (min-width: 1200px){.tc-wp-tool-root .cbfg-tool-wrap{ padding: 70px 24px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-container{ width: min(100%, 1200px); }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header h1{ font-size: 66px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-header p{ font-size: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-input{ min-height: 144px; font-size: 18px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-btn{ min-height: 44px; padding: 11px 20px; font-size: 15px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-card{ padding: 21px; }.tc-wp-tool-root .cbfg-tool-wrap .cbfg-preview{ font-size: 25px; }}.wpc-scope-384 /* 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;
}