@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-662 .tc-wp-tool-root img, .wpc-scope-662 .tc-wp-tool-root video, .wpc-scope-662 .tc-wp-tool-root svg, .wpc-scope-662 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 58px 18px;
  color: #fff9e8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 199, 44, .42), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(0, 194, 203, .32), transparent 26%),
    radial-gradient(circle at 70% 86%, rgba(230, 63, 46, .36), transparent 32%),
    linear-gradient(135deg, #093f34 0%, #0f6b55 34%, #a52128 68%, #f28c28 100%);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-tool-wrap, .wpc-scope-662 .tc-wp-tool-root .mxfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.34) 16px 17px, transparent 17px 34px),
    linear-gradient(45deg, transparent 0 20px, rgba(255,232,117,.32) 20px 21px, transparent 21px 42px);
  background-size: 76px 76px, 88px 88px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-shell{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-header{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid rgba(255, 246, 199, .36);
  border-radius: 999px;
  background: rgba(7, 55, 46, .34);
  color: #ffe889;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(255, 212, 71, .18);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-header h1{
  margin: 14px 0 10px;
  color: #fff8d8;
  font-size: 54px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0,0,0,.28);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-header p{
  margin: 0 auto;
  color: rgba(255, 249, 232, .88);
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input-panel, .wpc-scope-662 .tc-wp-tool-root .mxfg-results-panel{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 22px 70px rgba(0, 31, 25, .34);
  backdrop-filter: blur(18px);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input-panel{
  padding: 22px;
  margin-bottom: 22px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-label{
  display: block;
  margin: 0 0 10px;
  color: #fff3ba;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 122px;
  resize: vertical;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  outline: none;
  padding: 17px 18px;
  background: rgba(2, 34, 29, .58);
  color: #fffdf3;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input::placeholder{
  color: rgba(255, 249, 232, .56);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input:focus{
  border-color: rgba(255, 225, 91, .86);
  background: rgba(2, 39, 33, .72);
  box-shadow: 0 0 0 4px rgba(255, 213, 63, .14), 0 0 34px rgba(0, 194, 203, .18);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-input-actions{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-btn{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  color: #07342d;
  background: linear-gradient(135deg, #ffe05c, #ff9f32);
  box-shadow: 0 12px 28px rgba(0,0,0,.22), 0 0 26px rgba(255, 199, 44, .22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, opacity .2s ease;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.1);
  box-shadow: 0 16px 34px rgba(0,0,0,.28), 0 0 36px rgba(255, 199, 44, .34);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-btn:focus-visible{
  outline: 3px solid rgba(255,255,255,.88);
  outline-offset: 3px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-clear-btn{
  min-width: 92px;
  padding: 12px 18px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-status{
  margin: 12px 0 0;
  text-align: center;
  color: rgba(255, 249, 232, .72);
  font-size: 13px;
  line-height: 1.5;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-results-panel{
  padding: 22px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-662 .tc-wp-tool-root .mxfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(var(--mxfg-accent-rgb), .24), rgba(255,255,255,.08) 42%, rgba(5, 45, 38, .42)),
    rgba(255,255,255,.1);
  box-shadow: 0 15px 34px rgba(0, 25, 22, .25);
  animation: mxfgFadeUp .34s ease both;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 22px 45px rgba(0, 25, 22, .34), 0 0 28px rgba(var(--mxfg-accent-rgb), .16);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-style-name{
  min-width: 0;
  color: #fff6cc;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-dot{
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgb(var(--mxfg-accent-rgb));
  box-shadow: 0 0 18px rgba(var(--mxfg-accent-rgb), .72);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 96px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0, 28, 24, .42);
  color: #fffdf4;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffe05c, rgb(var(--mxfg-accent-rgb)));
  border-radius: 999px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-copy-btn{
  width: 100%;
  margin-top: 13px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #00c2cb, #ffe05c);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-copy-btn.mxfg-copied{
  color: #fffdf3;
  background: linear-gradient(135deg, #1f8b5f, #0f6b55);
}.wpc-scope-662 .tc-wp-tool-root .mxfg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-load-btn{
  min-width: 138px;
  padding: 13px 22px;
}.wpc-scope-662 .tc-wp-tool-root .mxfg-load-btn[hidden]{
  display: none;
}@keyframes mxfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 58px 18px; }.tc-wp-tool-root .mxfg-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .mxfg-header h1{ font-size: 54px; }.tc-wp-tool-root .mxfg-header p{ font-size: 18px; }.tc-wp-tool-root .mxfg-input{ min-height: 122px; font-size: 18px; padding: 17px 18px; }.tc-wp-tool-root .mxfg-btn{ font-size: 14px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 12px 18px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .mxfg-card{ padding: 17px; }.tc-wp-tool-root .mxfg-preview{ font-size: 21px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 52px 18px; }.tc-wp-tool-root .mxfg-shell{ width: min(100%, 1080px); }.tc-wp-tool-root .mxfg-header h1{ font-size: 48px; }.tc-wp-tool-root .mxfg-header p{ font-size: 17px; }.tc-wp-tool-root .mxfg-input{ min-height: 118px; font-size: 17px; padding: 16px; }.tc-wp-tool-root .mxfg-btn{ font-size: 14px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 12px 18px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .mxfg-card{ padding: 16px; }.tc-wp-tool-root .mxfg-preview{ font-size: 20px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 46px 16px; }.tc-wp-tool-root .mxfg-shell{ width: min(100%, 900px); }.tc-wp-tool-root .mxfg-header h1{ font-size: 40px; }.tc-wp-tool-root .mxfg-header p{ font-size: 16px; }.tc-wp-tool-root .mxfg-input-panel, .tc-wp-tool-root .mxfg-results-panel{ border-radius: 20px; padding: 18px; }.tc-wp-tool-root .mxfg-input{ min-height: 112px; font-size: 16px; padding: 15px; }.tc-wp-tool-root .mxfg-btn{ font-size: 13px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 11px 17px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .mxfg-card{ padding: 16px; }.tc-wp-tool-root .mxfg-preview{ font-size: 19px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .mxfg-shell{ width: 100%; }.tc-wp-tool-root .mxfg-header{ margin-bottom: 22px; }.tc-wp-tool-root .mxfg-header h1{ font-size: 34px; }.tc-wp-tool-root .mxfg-header p{ font-size: 15px; line-height: 1.55; }.tc-wp-tool-root .mxfg-input-panel, .tc-wp-tool-root .mxfg-results-panel{ border-radius: 18px; padding: 15px; }.tc-wp-tool-root .mxfg-input{ min-height: 106px; font-size: 16px; padding: 14px; }.tc-wp-tool-root .mxfg-btn{ font-size: 13px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 11px 16px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .mxfg-card{ padding: 15px; }.tc-wp-tool-root .mxfg-preview{ font-size: 18px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .mxfg-shell{ width: 100%; }.tc-wp-tool-root .mxfg-header h1{ font-size: 31px; }.tc-wp-tool-root .mxfg-header p{ font-size: 14px; line-height: 1.5; }.tc-wp-tool-root .mxfg-kicker{ font-size: 11px; padding: 6px 11px; }.tc-wp-tool-root .mxfg-input-panel, .tc-wp-tool-root .mxfg-results-panel{ border-radius: 17px; padding: 13px; }.tc-wp-tool-root .mxfg-input{ min-height: 102px; font-size: 15px; padding: 13px; }.tc-wp-tool-root .mxfg-btn{ font-size: 12px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 10px 15px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .mxfg-card{ padding: 14px; }.tc-wp-tool-root .mxfg-preview{ font-size: 17px; padding: 13px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .mxfg-tool-wrap{ padding: 30px 10px; }.tc-wp-tool-root .mxfg-shell{ width: 100%; }.tc-wp-tool-root .mxfg-header{ margin-bottom: 18px; }.tc-wp-tool-root .mxfg-header h1{ font-size: 28px; }.tc-wp-tool-root .mxfg-header p{ font-size: 13px; line-height: 1.48; }.tc-wp-tool-root .mxfg-kicker{ font-size: 10px; padding: 6px 10px; }.tc-wp-tool-root .mxfg-input-panel, .tc-wp-tool-root .mxfg-results-panel{ border-radius: 16px; padding: 11px; }.tc-wp-tool-root .mxfg-input{ min-height: 98px; font-size: 15px; padding: 12px; }.tc-wp-tool-root .mxfg-btn{ font-size: 12px; }.tc-wp-tool-root .mxfg-clear-btn{ padding: 10px 14px; min-width: 80px; }.tc-wp-tool-root .mxfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .mxfg-card{ padding: 12px; }.tc-wp-tool-root .mxfg-style-name{ font-size: 14px; }.tc-wp-tool-root .mxfg-preview{ font-size: 16px; padding: 12px; line-height: 1.45; }}.wpc-scope-662 .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;
}