@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-215 .tc-wp-tool-root img, .wpc-scope-215 .tc-wp-tool-root video, .wpc-scope-215 .tc-wp-tool-root svg, .wpc-scope-215 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #fff7ea;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 215, 128, 0.32), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 68, 68, 0.28), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(39, 211, 166, 0.2), transparent 35%),
    linear-gradient(135deg, #160b14 0%, #331019 42%, #091f24 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap div, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap section, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap header, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap h1, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap p, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap label, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap textarea, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap button{
  box-sizing: border-box;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-hero{
  text-align: center;
  margin: 0 auto 30px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-hero h1{
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff8df;
  text-shadow: 0 0 24px rgba(255, 197, 92, 0.36);
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-hero p{
  width: 100%;
  max-width: 720px;
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 248, 223, 0.84);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-input-panel{
  width: 100%;
  padding: 24px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 232, 170, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 22px 70px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-label{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffe7a8;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(255, 231, 168, 0.24);
  border-radius: 14px;
  outline: none;
  color: #fffdf4;
  background: rgba(11, 18, 22, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-textarea:focus{
  border-color: rgba(255, 210, 103, 0.72);
  background: rgba(8, 20, 23, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 196, 87, 0.13), 0 0 34px rgba(255, 83, 77, 0.15);
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-actions, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-actions{
  margin-top: 16px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-load-wrap{
  margin-top: 28px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-btn{
  appearance: none;
  border: 1px solid rgba(255, 226, 150, 0.28);
  border-radius: 999px;
  min-height: 44px;
  padding: 12px 22px;
  color: #201007;
  background: linear-gradient(135deg, #ffe59a 0%, #ff9f5a 52%, #ff5f65 100%);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 96, 91, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, opacity .2s ease;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(255, 116, 72, 0.34), 0 0 24px rgba(255, 218, 128, 0.18);
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-btn:disabled{
  cursor: not-allowed;
  opacity: .54;
  transform: none;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 231, 168, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)),
    radial-gradient(circle at top right, rgba(255, 207, 103, 0.14), transparent 42%);
  box-shadow: 0 18px 46px rgba(0,0,0,0.28);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: afgFadeIn .32s ease both;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 223, 149, 0.38);
  box-shadow: 0 24px 58px rgba(0,0,0,0.34), 0 0 24px rgba(255, 176, 75, 0.12);
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-card-title{
  margin: 0 0 12px;
  color: #ffe7a8;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 104px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  color: #fffdf4;
  background: rgba(8, 15, 18, 0.68);
  font-size: 22px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-textarea::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar-track, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-textarea::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-preview::-webkit-scrollbar-thumb, .wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-textarea::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffe59a, #ff5f65);
  border-radius: 999px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-copy-btn{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-card.afg-new{
  animation: afgReveal .4s ease both;
}.wpc-scope-215 .tc-wp-tool-root .afg-tool-wrap .afg-hidden{
  display: none !important;
}@keyframes afgFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes afgReveal{
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (min-width: 1200px){.tc-wp-tool-root .afg-tool-wrap{ padding: 64px 22px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 52px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 124px; font-size: 19px; padding: 20px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ min-height: 46px; padding: 13px 24px; font-size: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 19px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 22px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .afg-tool-wrap{ padding: 58px 20px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 46px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 17px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 118px; font-size: 18px; padding: 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ min-height: 45px; padding: 12px 22px; font-size: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 21px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .afg-tool-wrap{ padding: 48px 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 40px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 16px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 112px; font-size: 17px; padding: 17px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ min-height: 44px; padding: 12px 20px; font-size: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 17px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 20px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .afg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 34px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{ padding: 18px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 104px; font-size: 16px; padding: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ width: 100%; min-height: 44px; padding: 12px 18px; font-size: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 16px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 19px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .afg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 30px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{ padding: 16px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 100px; font-size: 15px; padding: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ width: 100%; min-height: 43px; padding: 11px 16px; font-size: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 15px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 18px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .afg-tool-wrap{ padding: 30px 10px; }.tc-wp-tool-root .afg-tool-wrap .afg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .afg-tool-wrap .afg-hero h1{ font-size: 27px; }.tc-wp-tool-root .afg-tool-wrap .afg-hero p{ font-size: 13px; }.tc-wp-tool-root .afg-tool-wrap .afg-input-panel{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-textarea{ min-height: 96px; font-size: 15px; padding: 13px; }.tc-wp-tool-root .afg-tool-wrap .afg-btn{ width: 100%; min-height: 42px; padding: 11px 14px; font-size: 13px; }.tc-wp-tool-root .afg-tool-wrap .afg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .afg-tool-wrap .afg-card{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .afg-tool-wrap .afg-preview{ font-size: 17px; padding: 13px; }}.wpc-scope-215 /* 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-215 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .afg-clear-btn{}.wpc-scope-215 .tc-wp-tool-root .afg-load-btn{}