@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-123 .tc-wp-tool-root img, .wpc-scope-123 .tc-wp-tool-root video, .wpc-scope-123 .tc-wp-tool-root svg, .wpc-scope-123 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap{
  --udfg-bg-1: #09071b;
  --udfg-bg-2: #151045;
  --udfg-bg-3: #0a3149;
  --udfg-cyan: #55f4ff;
  --udfg-magenta: #ff6bd6;
  --udfg-violet: #9b7cff;
  --udfg-text: #f7f7ff;
  --udfg-muted: rgba(236, 242, 255, 0.76);
  --udfg-panel: rgba(255, 255, 255, 0.105);
  --udfg-panel-strong: rgba(255, 255, 255, 0.15);
  --udfg-border: rgba(255, 255, 255, 0.22);
  --udfg-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--udfg-text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 107, 214, 0.28), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(85, 244, 255, 0.22), transparent 34%),
    linear-gradient(135deg, var(--udfg-bg-1) 0%, var(--udfg-bg-2) 48%, var(--udfg-bg-3) 100%);
  isolation: isolate;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-bg-orbit{
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.7;
  z-index: -1;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-orbit-one{
  width: 260px;
  height: 260px;
  left: 7%;
  top: 18%;
  background: radial-gradient(circle, rgba(85, 244, 255, 0.34), transparent 68%);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-orbit-two{
  width: 320px;
  height: 320px;
  right: 5%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(255, 107, 214, 0.26), transparent 70%);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header{
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
  display: inline-block;
  color: var(--udfg-cyan);
  border: 1px solid rgba(85, 244, 255, 0.34);
  background: rgba(85, 244, 255, 0.08);
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap h1, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap h2, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap p{
  margin: 0;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap h1{
  color: var(--udfg-text);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(85, 244, 255, 0.18);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
  color: var(--udfg-muted);
  line-height: 1.65;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card{
  background: linear-gradient(145deg, var(--udfg-panel), rgba(255, 255, 255, 0.055));
  border: 1px solid var(--udfg-border);
  box-shadow: var(--udfg-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(85, 244, 255, 0.14), transparent 35%, rgba(255, 107, 214, 0.12));
  pointer-events: none;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-top{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap label{
  color: rgba(247, 247, 255, 0.92);
  font-weight: 800;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: block;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(5, 7, 24, 0.58);
  color: var(--udfg-text);
  font-family: inherit;
  line-height: 1.55;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(85, 244, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea::placeholder{
  color: rgba(236, 242, 255, 0.48);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea:focus{
  border-color: rgba(85, 244, 255, 0.82);
  background: rgba(5, 7, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(85, 244, 255, 0.13), 0 0 34px rgba(85, 244, 255, 0.12);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, background 170ms ease;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn:hover{
  transform: translateY(-2px);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(85, 244, 255, 0.18), 0 0 28px rgba(85, 244, 255, 0.2);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn-primary, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-btn{
  color: #06111d;
  background: linear-gradient(135deg, var(--udfg-cyan), #a8fff7 48%, var(--udfg-magenta));
  box-shadow: 0 16px 40px rgba(85, 244, 255, 0.18);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn-soft{
  color: var(--udfg-text);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-btn-soft:hover{
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(85, 244, 255, 0.46);
  box-shadow: 0 12px 34px rgba(85, 244, 255, 0.1);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
  position: relative;
  z-index: 1;
  border-radius: 18px;
  background: rgba(7, 9, 28, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-main-result span{
  display: block;
  color: rgba(236, 242, 255, 0.64);
  font-weight: 800;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
  color: var(--udfg-text);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap h2{
  color: var(--udfg-text);
  line-height: 1.1;
  font-weight: 850;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head span{
  color: rgba(236, 242, 255, 0.68);
  font-weight: 750;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 20px;
  display: grid;
  grid-template-rows: auto minmax(118px, 1fr) auto;
  gap: 14px;
  position: relative;
  overflow: hidden;
  animation: udfgFadeUp 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(85, 244, 255, 0.12), transparent 44%, rgba(255, 107, 214, 0.1));
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(85, 244, 255, 0.42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(85, 244, 255, 0.11);
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card:hover::before{
  opacity: 1;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-card-title{
  position: relative;
  z-index: 1;
  color: rgba(247, 247, 255, 0.94);
  font-weight: 850;
  line-height: 1.2;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  background: rgba(4, 6, 21, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-copy-btn{
  position: relative;
  z-index: 1;
  width: 100%;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap[hidden]{
  display: none;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text::-webkit-scrollbar, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text::-webkit-scrollbar-track, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}.wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text::-webkit-scrollbar-thumb, .wpc-scope-123 .tc-wp-tool-root .udfg-tool-wrap textarea::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--udfg-cyan), var(--udfg-magenta));
  border-radius: 999px;
}@keyframes udfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 82px 34px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 1200px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 10px 16px;
    font-size: 14px;
    margin-bottom: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 58px;
    margin-bottom: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 19px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 30px;
    margin-top: 38px;
  }.tc-wp-tool-root .udfg-tool-wrap label{
    font-size: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 178px;
    font-size: 18px;
    padding: 20px;
    margin-top: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 14px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 18px;
    margin-top: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result span{
    font-size: 13px;
    margin-bottom: 8px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 22px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    margin-top: 42px;
    margin-bottom: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 30px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head span{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 22px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 20px;
    padding: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 72px 28px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 1060px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 50px;
    margin-bottom: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 28px;
    margin-top: 34px;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 168px;
    font-size: 17px;
    padding: 18px;
    margin-top: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 13px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 17px;
    margin-top: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 21px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    margin-top: 38px;
    margin-bottom: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 28px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 19px;
    padding: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 62px 24px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 860px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 9px 14px;
    font-size: 13px;
    margin-bottom: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 42px;
    margin-bottom: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 17px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 24px;
    margin-top: 30px;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 158px;
    font-size: 16px;
    padding: 17px;
    margin-top: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 12px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 16px;
    margin-top: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    margin-top: 34px;
    margin-bottom: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 26px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 19px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 18px;
    padding: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 50px 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 8px 13px;
    font-size: 12px;
    margin-bottom: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 20px;
    margin-top: 26px;
    border-radius: 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-top{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions{
    justify-content: flex-start;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 148px;
    font-size: 16px;
    padding: 16px;
    margin-top: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 12px 15px;
    font-size: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 15px;
    margin-top: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 19px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 24px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 18px;
    padding: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 44px 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 8px 12px;
    font-size: 12px;
    margin-bottom: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 30px;
    margin-bottom: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 18px;
    margin-top: 24px;
    border-radius: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-top{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions{
    justify-content: flex-start;
    gap: 8px;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 142px;
    font-size: 15px;
    padding: 15px;
    margin-top: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 11px 13px;
    font-size: 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 14px;
    margin-top: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    grid-template-columns: 1fr;
    margin-top: 28px;
    margin-bottom: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 23px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 17px;
    padding: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 38px 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-shell{
    max-width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
    padding: 7px 11px;
    font-size: 11px;
    margin-bottom: 12px;
  }.tc-wp-tool-root .udfg-tool-wrap h1{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-tool-header p{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
    padding: 15px;
    margin-top: 22px;
    border-radius: 17px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-top{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions{
    justify-content: flex-start;
    gap: 7px;
  }.tc-wp-tool-root .udfg-tool-wrap textarea{
    min-height: 136px;
    font-size: 14px;
    padding: 14px;
    margin-top: 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-btn{
    padding: 10px 11px;
    font-size: 11px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result{
    padding: 13px;
    margin-top: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-main-result div{
    font-size: 17px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid-head{
    grid-template-columns: 1fr;
    margin-top: 26px;
    margin-bottom: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap h2{
    font-size: 21px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card-title{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview-text{
    font-size: 16px;
    padding: 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-load-wrap{
    margin-top: 18px;
  }}.wpc-scope-123 /* 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;
}