@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 #dlg-wrap#dlg-wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 15% 0%, rgba(199, 154, 54, .14), transparent 30%),
    linear-gradient(180deg, #eef4f8 0%, #f7fafc 100%);
  color: #24313f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 28px 14px;
  overflow-x: hidden;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap *, .tc-wp-tool-root #dlg-wrap#dlg-wrap *::before, .tc-wp-tool-root #dlg-wrap#dlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap button, .tc-wp-tool-root #dlg-wrap#dlg-wrap input, .tc-wp-tool-root #dlg-wrap#dlg-wrap textarea, .tc-wp-tool-root #dlg-wrap#dlg-wrap select, .tc-wp-tool-root #dlg-wrap#dlg-wrap button[type="button"]{
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1.35;
  border: 1px solid #c9d6e2;
  background: #ffffff;
  color: #24313f;
  padding: 12px 14px;
  border-radius: 14px;
  width: 100%;
  min-height: 46px;
  box-shadow: none;
  outline: none;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap button{
  cursor: pointer;
  user-select: none;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap button:focus-visible, .tc-wp-tool-root #dlg-wrap#dlg-wrap input:focus, .tc-wp-tool-root #dlg-wrap#dlg-wrap textarea:focus, .tc-wp-tool-root #dlg-wrap#dlg-wrap select:focus{
  border-color: #c79a36;
  box-shadow: 0 0 0 4px rgba(199, 154, 54, .22);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-hero{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 22px;
  text-align: center;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-kicker{
  margin: 0 0 10px;
  color: #8a6a22;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap h1{
  margin: 0 auto;
  max-width: 900px;
  color: #071b34;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: #5f7184;
  font-size: 15px;
  line-height: 1.65;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-generator, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-card{
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(201, 214, 226, .9);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(7, 27, 52, .10), 0 2px 8px rgba(7, 27, 52, .05);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel{
  padding: 16px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel-head, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-head, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-head{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel-head{
  margin-bottom: 14px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap h2, .tc-wp-tool-root #dlg-wrap#dlg-wrap h3{
  margin: 0;
  color: #071b34;
  letter-spacing: 0;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap h2{
  font-size: 18px;
  line-height: 1.25;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap h3{
  font-size: 15px;
  line-height: 1.3;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel-head p, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-head p{
  margin: 5px 0 0;
  color: #6d7f91;
  font-size: 12px;
  line-height: 1.45;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-form{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-field{
  display: grid;
  gap: 7px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-field label{
  color: #24313f;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-input, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-select, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-textarea{
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-textarea{
  min-height: 132px;
  resize: vertical;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-select{
  background-image: linear-gradient(45deg, transparent 50%, #334f75 50%), linear-gradient(135deg, #334f75 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-tab{
  width: auto;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f4f7fa;
  color: #334f75;
  font-size: 13px;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-tab:hover, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn:hover, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-btn:hover, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-more-toggle:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(7, 27, 52, .12);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-tab:active, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn:active, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-btn:active, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-more-toggle:active{
  transform: scale(.96);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-tab.dlg-is-active{
  background: #071b34;
  border-color: #071b34;
  color: #ffffff;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-more-toggle{
  background: #f8fafc;
  color: #071b34;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-more-options{
  border: 1px solid #d8e2ea;
  background: #f8fbfd;
  border-radius: 18px;
  padding: 12px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-btn, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn{
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-primary-btn{
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #071b34 0%, #334f75 78%, #c79a36 140%);
  box-shadow: 0 12px 28px rgba(7, 27, 52, .22);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-secondary-btn, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn{
  background: #ffffff;
  color: #071b34;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn{
  width: auto;
  min-height: 38px;
  padding: 9px 12px;
  white-space: nowrap;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-btn.dlg-success, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-copy-btn.dlg-success{
  border-color: #c79a36;
  box-shadow: 0 0 0 4px rgba(199, 154, 54, .24), 0 12px 24px rgba(7, 27, 52, .12);
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-preview-panel{
  display: grid;
  grid-template-rows: auto 1fr;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-preview{
  min-height: 420px;
  max-height: 620px;
  overflow: auto;
  border: 1px solid #d8e2ea;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 18px;
  color: #24313f;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-section{
  margin-top: 18px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-head{
  align-items: center;
  margin-bottom: 14px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-results-head .dlg-btn{
  max-width: 190px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-card{
  height: 360px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-head{
  flex: 0 0 auto;
  align-items: center;
  margin-bottom: 10px;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-text{
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  border: 1px solid #d8e2ea;
  border-radius: 14px;
  background: #fbfdff;
  padding: 14px;
  color: #24313f;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-card[hidden]{
  display: none;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 180px;
  max-width: min(88vw, 360px);
  padding: 15px 18px;
  border-radius: 14px;
  background: #071b34;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 20px 50px rgba(7, 27, 52, .35);
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-toast.dlg-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #dlg-wrap#dlg-wrap{
    padding: 36px 18px;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-grid, .tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-actions .dlg-primary-btn{
    grid-column: span 2;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-hero{
    margin-bottom: 28px;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-panel{
    padding: 20px;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap h1{
    font-size: clamp(40px, 5vw, 58px);
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-actions{
    grid-template-columns: 1.2fr 1fr 1fr;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-actions .dlg-primary-btn{
    grid-column: auto;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #dlg-wrap#dlg-wrap{
    padding: 46px 24px;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-generator{
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
    align-items: stretch;
  }.tc-wp-tool-root #dlg-wrap#dlg-wrap .dlg-output-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 .dlg-field-full {}
.tc-wp-tool-root .dlg-form-panel {}
.tc-wp-tool-root .dlg-preview-head {}
.tc-wp-tool-root .dlg-tool-wrap {}