@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&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 #wlg-wrap#wlg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 22px 14px;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #233449;
  background:
    radial-gradient(circle at 12% 8%, rgba(186, 169, 221, .38), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(214, 169, 83, .24), transparent 30%),
    linear-gradient(135deg, #f8f4ec 0%, #eef3fa 46%, #f7f4fb 100%);
  overflow-x: hidden;
  isolation: isolate;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap *, .tc-wp-tool-root #wlg-wrap#wlg-wrap *::before, .tc-wp-tool-root #wlg-wrap#wlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-shell, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-generator, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-panel{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-shell{
  position: relative;
  z-index: 1;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-hero{
  width: 100%;
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
  padding: 8px 4px 4px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-title{
  margin: 0 auto 10px;
  max-width: 920px;
  color: #081a33;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-subtitle{
  margin: 0 auto;
  max-width: 720px;
  color: #516278;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-panel{
  border: 1px solid rgba(178, 190, 205, .68);
  background: rgba(255, 255, 255, .68);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(9, 28, 56, .12), 0 3px 12px rgba(9, 28, 56, .06);
  padding: 16px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-input-panel{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-label{
  color: #172b46;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap button, .tc-wp-tool-root #wlg-wrap#wlg-wrap input, .tc-wp-tool-root #wlg-wrap#wlg-wrap textarea, .tc-wp-tool-root #wlg-wrap#wlg-wrap select, .tc-wp-tool-root #wlg-wrap#wlg-wrap button[type="button"]{
  appearance: none;
  -webkit-appearance: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.4;
  border: 1px solid rgba(164, 178, 196, .78);
  background: rgba(255, 255, 255, .9);
  color: #172b46;
  padding: 13px 14px;
  border-radius: 16px;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset;
  outline: none;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-input, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-textarea{
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-textarea{
  min-height: 150px;
  resize: vertical;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-select{
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #6b5d8f 50%), linear-gradient(135deg, #6b5d8f 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-input:focus, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-textarea:focus, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-select:focus, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn:focus-visible, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab:focus-visible, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-copy-btn:focus-visible, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle-input:focus-visible + .wlg-toggle-ui{
  border-color: #27466f;
  box-shadow: 0 0 0 4px rgba(39, 70, 111, .16), 0 10px 24px rgba(39, 70, 111, .08);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toolbar{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-action-row{
  padding-top: 2px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-copy-btn, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle-ui{
  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 #wlg-wrap#wlg-wrap .wlg-btn:hover, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab:hover, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-copy-btn:hover, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle:hover .wlg-toggle-ui{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 28px rgba(10, 28, 52, .14);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn:active, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab:active, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-copy-btn:active, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle:active .wlg-toggle-ui{
  transform: scale(.96);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn{
  width: auto;
  min-width: 100%;
  min-height: 50px;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #102b4f 0%, #6b5d8f 100%);
  box-shadow: 0 14px 28px rgba(23, 43, 70, .24);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn-soft{
  color: #162b47;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(166, 178, 196, .7);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn-gold{
  color: #1e2430;
  background: linear-gradient(135deg, #f7d982 0%, #d6a953 100%);
  box-shadow: 0 14px 28px rgba(156, 111, 29, .18);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-options{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(183, 194, 208, .58);
  background: rgba(248, 250, 253, .72);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-options[hidden]{
  display: none;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle{
  display: block;
  min-width: 0;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle-ui{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(164, 178, 196, .74);
  background: rgba(255, 255, 255, .86);
  color: #41546d;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toggle-input:checked + .wlg-toggle-ui{
  color: #ffffff;
  border-color: rgba(39, 70, 111, .9);
  background: linear-gradient(135deg, #102b4f 0%, #6b5d8f 100%);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-preview{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tabs{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab{
  width: auto;
  min-width: max-content;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(164, 178, 196, .74);
  background: rgba(255, 255, 255, .76);
  color: #45566d;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-tab-active{
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #102b4f 0%, #6b5d8f 100%);
  box-shadow: 0 12px 24px rgba(23, 43, 70, .18);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 355px;
  height: 355px;
  border-radius: 16px;
  border: 1px solid rgba(176, 188, 204, .68);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 30px rgba(13, 32, 58, .09);
  overflow: hidden;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-head{
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(184, 195, 209, .62);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-title{
  margin: 0 0 4px;
  color: #10223b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-meta{
  margin: 0;
  color: #65758a;
  font-size: 12px;
  font-weight: 700;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-text{
  flex: 1 1 auto;
  min-height: 0;
  height: 210px;
  padding: 14px;
  overflow: auto;
  color: #24364d;
  background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(248, 250, 253, .86));
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-actions{
  padding: 12px;
  border-top: 1px solid rgba(184, 195, 209, .62);
  background: rgba(255, 255, 255, .66);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-copy-btn{
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(39, 70, 111, .18);
  border-radius: 14px;
  background: #102b4f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(16, 43, 79, .18);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-success{
  box-shadow: 0 0 0 4px rgba(214, 169, 83, .28), 0 14px 30px rgba(214, 169, 83, .24) !important;
  filter: brightness(1.06);
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  width: auto;
  max-width: min(90vw, 360px);
  padding: 16px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(8, 26, 51, .96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-toast.wlg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #wlg-wrap#wlg-wrap{
    padding: 28px 18px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-panel{
    padding: 18px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-control-grid, .tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-options{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-btn{
    min-width: 0;
    flex: 1 1 180px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #wlg-wrap#wlg-wrap{
    padding: 34px 22px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-title{
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.02;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-generator{
    gap: 18px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-result-card{
    min-height: 370px;
    height: 370px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #wlg-wrap#wlg-wrap{
    padding: 42px 24px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-hero{
    margin-bottom: 22px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-generator{
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    align-items: start;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-preview{
    max-width: 1200px;
  }.tc-wp-tool-root #wlg-wrap#wlg-wrap .wlg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}.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 .wlg-grid {}
.tc-wp-tool-root .wlg-wrap {}