@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap');

/* 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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root #plg-wrap#plg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  isolation: isolate;
  box-sizing: border-box;
  padding: clamp(22px, 4vw, 54px) 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(98, 247, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 73, 177, .16), transparent 26%),
    radial-gradient(circle at 64% 90%, rgba(182, 140, 255, .14), transparent 30%),
    linear-gradient(135deg, #07101d 0%, #0b1326 42%, #08111f 100%);
  color: #f2f8ff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-tool-root #plg-wrap#plg-wrap *, .tc-wp-tool-root #plg-wrap#plg-wrap *::before, .tc-wp-tool-root #plg-wrap#plg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #plg-wrap#plg-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(98, 247, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 247, 255, .07) 1px, transparent 1px),
    radial-gradient(circle, rgba(200, 255, 90, .18) 1px, transparent 1.5px);
  background-size: 28px 28px, 28px 28px, 18px 18px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), rgba(0,0,0,.36));
  pointer-events: none;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-shell, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-tool, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 6px 0 24px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-title{
  margin: 0 auto;
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(2rem, 4.6vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 0 18px rgba(98, 247, 255, .22), 0 2px 0 rgba(255, 73, 177, .5);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-subtitle{
  margin: 14px auto 0;
  max-width: 720px;
  color: #c9d7ef;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-tool{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-card{
  position: relative;
  border: 1px solid rgba(143, 238, 255, .24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 28, 52, .88), rgba(9, 18, 34, .84));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel::before, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-card::before{
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #c8ff5a;
  border-right: 2px solid #c8ff5a;
  opacity: .7;
  pointer-events: none;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel{
  padding: 8px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-label, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-field span, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle{
  display: block;
  color: #f3f8ff;
  font-size: .88rem;
  font-weight: 700;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-input{
  display: block;
  width: 100%;
  min-height: 132px;
  margin: 8px 0 16px;
  padding: 14px 15px;
  border: 1px solid rgba(98, 247, 255, .28);
  border-radius: 8px;
  outline: none;
  resize: vertical;
  appearance: none;
  background: rgba(4, 10, 20, .72);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 0 0 rgba(98,247,255,0);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-input:focus{
  border-color: #62f7ff;
  box-shadow: 0 0 0 4px rgba(98, 247, 255, .16);
  background: rgba(5, 13, 27, .94);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-tabs, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-tabs{
  margin: 0 0 16px;
}.tc-wp-tool-root #plg-wrap#plg-wrap button, .tc-wp-tool-root #plg-wrap#plg-wrap button[type="button"], .tc-wp-tool-root #plg-wrap#plg-wrap .plg-btn, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-copy-btn, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: auto;
  border: 1px solid rgba(98, 247, 255, .3);
  border-radius: 8px;
  padding: 10px 14px;
  appearance: none;
  background: linear-gradient(180deg, rgba(28, 48, 84, .94), rgba(13, 25, 49, .94));
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.08);
  font-family: Inter, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root #plg-wrap#plg-wrap button:hover, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-btn:hover, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-chip:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  border-color: rgba(200, 255, 90, .7);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .32), 0 0 22px rgba(98, 247, 255, .14);
}.tc-wp-tool-root #plg-wrap#plg-wrap button:active, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-btn:active, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-chip:active{
  transform: scale(.96);
}.tc-wp-tool-root #plg-wrap#plg-wrap button:focus-visible, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-input:focus-visible, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-range:focus-visible, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-color:focus-visible, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview:focus-visible{
  outline: 3px solid rgba(200, 255, 90, .88);
  outline-offset: 3px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-chip{
  min-height: 38px;
  padding: 9px 12px;
  color: #dbe8ff;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-chip-active{
  border-color: rgba(200, 255, 90, .85);
  background: linear-gradient(180deg, rgba(59, 80, 29, .95), rgba(19, 42, 39, .95));
  color: #f7ffdf;
  box-shadow: 0 0 0 1px rgba(200, 255, 90, .28), 0 12px 28px rgba(0,0,0,.28);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-generate-btn{
  border-color: rgba(98, 247, 255, .65);
  background: linear-gradient(180deg, #12849d, #0c4d72);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-copy-btn, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-copy-preview-btn, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-copy-png-btn{
  border-color: rgba(255, 73, 177, .58);
  background: linear-gradient(180deg, rgba(139, 38, 112, .95), rgba(72, 24, 86, .95));
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-reset-btn{
  border-color: rgba(255, 184, 93, .58);
  background: linear-gradient(180deg, rgba(118, 72, 30, .94), rgba(56, 34, 27, .94));
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-btn-success{
  border-color: rgba(200, 255, 90, .95);
  color: #07101d;
  background: linear-gradient(180deg, #d7ff68, #8fe64b);
  box-shadow: 0 0 28px rgba(200, 255, 90, .28);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-grid{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-control-grid{
  grid-template-columns: 1fr;
  margin: 0 0 14px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-field{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-field span{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-field b{
  color: #c8ff5a;
  font-weight: 800;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-range, .tc-wp-tool-root #plg-wrap#plg-wrap input[type="range"].plg-range{
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #62f7ff;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-range::-webkit-slider-runnable-track{
  height: 10px;
  border: 1px solid rgba(98, 247, 255, .24);
  border-radius: 999px;
  background: linear-gradient(90deg, #62f7ff, #c8ff5a, #ff49b1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.36);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-range::-moz-range-track{
  height: 10px;
  border: 1px solid rgba(98, 247, 255, .24);
  border-radius: 999px;
  background: linear-gradient(90deg, #62f7ff, #c8ff5a, #ff49b1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.36);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-range::-webkit-slider-thumb{
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 2px solid #07101d;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(98,247,255,.26), 0 6px 14px rgba(0,0,0,.35);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 2px solid #07101d;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(98,247,255,.26), 0 6px 14px rgba(0,0,0,.35);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-color, .tc-wp-tool-root #plg-wrap#plg-wrap input[type="color"].plg-color{
  width: 100%;
  min-height: 46px;
  padding: 4px;
  border: 1px solid rgba(98, 247, 255, .28);
  border-radius: 8px;
  background: rgba(4, 10, 20, .72);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  appearance: none;
  cursor: pointer;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 6px 0 16px;
  cursor: pointer;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle-ui{
  position: relative;
  flex: 0 0 52px;
  width: 52px;
  height: 30px;
  border: 1px solid rgba(98,247,255,.32);
  border-radius: 999px;
  background: rgba(3, 8, 18, .72);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.46);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle-ui::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #62f7ff;
  box-shadow: 0 0 12px rgba(98,247,255,.42);
  transition: transform .18s ease, background .18s ease;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle input:checked + .plg-toggle-ui{
  border-color: rgba(200,255,90,.75);
  background: rgba(54, 82, 27, .62);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toggle input:checked + .plg-toggle-ui::after{
  transform: translateX(22px);
  background: #c8ff5a;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel-head, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-head, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-head, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel-head{
  margin: 0 0 12px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-panel-head h2, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-head h2, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-head h3{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview{
  width: 100%;
  min-height: 246px;
  max-height: 380px;
  overflow: auto;
  border: 1px solid rgba(98, 247, 255, .25);
  border-radius: 8px;
  background-color: #08111f;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 18px 18px;
  box-shadow: inset 0 0 32px rgba(0,0,0,.42);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview-text{
  display: inline-block;
  min-width: max-content;
  padding: 38px;
  color: #62f7ff;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: pre;
  text-transform: uppercase;
  image-rendering: pixelated;
  text-shadow: 4px 0 0 #ff49b1, 0 4px 0 #ff49b1, 4px 4px 0 #17294a, 8px 8px 0 rgba(200,255,90,.28);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-export-actions{
  margin-top: 14px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-more-options{
  margin-top: 14px;
  padding: 14px;
  border: 1px dashed rgba(182, 140, 255, .44);
  border-radius: 8px;
  background: rgba(6, 12, 24, .56);
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-more-options[hidden]{
  display: none;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-section{
  margin-top: 16px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-head{
  margin-bottom: 12px;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-grid{
  grid-template-columns: 1fr;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-card{
  display: flex;
  flex-direction: column;
  min-height: 242px;
  height: 242px;
  padding: 15px;
  overflow: hidden;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-meta{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 73, 177, .28);
  border-radius: 999px;
  color: #ffd5ef;
  background: rgba(255, 73, 177, .09);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-output{
  flex: 1 1 auto;
  width: 100%;
  min-height: 104px;
  max-height: 122px;
  margin: 13px 0;
  padding: 12px;
  overflow: auto;
  border: 1px solid rgba(98, 247, 255, .18);
  border-radius: 8px;
  background: rgba(3, 8, 18, .62);
  color: #f8fbff;
  box-shadow: inset 0 1px 16px rgba(0,0,0,.26);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .95rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-actions{
  margin-top: auto;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-card-actions .plg-btn{
  width: 100%;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: auto;
  max-width: min(92vw, 420px);
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid rgba(200, 255, 90, .6);
  border-radius: 8px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 17, 31, .98), rgba(7, 13, 24, .98));
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 34px rgba(98,247,255,.24);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #plg-wrap#plg-wrap .plg-toast.plg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #plg-wrap#plg-wrap canvas, .tc-wp-tool-root #plg-wrap#plg-wrap svg{
  max-width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
}@media (min-width: 640px) {.tc-wp-tool-root #plg-wrap#plg-wrap .plg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 900px) {.tc-wp-tool-root #plg-wrap#plg-wrap .plg-tool{
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview-panel{
    display: flex;
    flex-direction: column;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview{
    flex: 1 1 auto;
  }}@media (min-width: 1160px) {.tc-wp-tool-root #plg-wrap#plg-wrap .plg-results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}@media (max-width: 767px) {.tc-wp-tool-root #plg-wrap#plg-wrap{
    padding: 22px 12px;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-title{
    font-size: clamp(1.65rem, 8vw, 2.55rem);
    line-height: 1.08;
    max-width: 560px;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-subtitle{
    font-size: .98rem;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-actions .plg-btn, .tc-wp-tool-root #plg-wrap#plg-wrap .plg-actions .plg-copy-btn{
    flex: 1 1 100%;
    width: 100%;
  }.tc-wp-tool-root #plg-wrap#plg-wrap .plg-preview-text{
    padding: 26px;
    font-size: 38px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root #plg-wrap#plg-wrap *, .tc-wp-tool-root #plg-wrap#plg-wrap *::before, .tc-wp-tool-root #plg-wrap#plg-wrap *::after{
    scroll-behavior: auto;
    transition-duration: .001ms;
    animation-duration: .001ms;
    animation-iteration-count: 1;
  }}.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;
}

.tc-wp-tool-root .plg-color-field {}
.tc-wp-tool-root .plg-controls-panel {}
.tc-wp-tool-root .plg-copy-all-btn {}
.tc-wp-tool-root .plg-depth-value {}
.tc-wp-tool-root .plg-more-btn {}
.tc-wp-tool-root .plg-png-btn {}
.tc-wp-tool-root .plg-size-value {}
.tc-wp-tool-root .plg-space-value {}
.tc-wp-tool-root .plg-svg-btn {}
.tc-wp-tool-root .plg-wrap {}