@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 #osg-wrap#osg-wrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;
  color: #102033;
  background: linear-gradient(180deg, #f4f9ff 0%, #eef5fb 100%);
  border-radius: 24px;
}.tc-wp-tool-root #osg-wrap#osg-wrap *, .tc-wp-tool-root #osg-wrap#osg-wrap *::before, .tc-wp-tool-root #osg-wrap#osg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-shell, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-generator, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-card, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-shell{
  display: grid;
  gap: 18px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-hero{
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  gap: 10px;
  padding: 6px 0 2px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-title{
  margin: 0;
  color: #071d36;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-subtitle, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-muted, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-email-line, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-email-meta{
  margin: 0;
  color: #51657d;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-generator{
  display: grid;
  gap: 16px;
  justify-items: center;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-card{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(125,154,184,.28);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(12, 52, 89, .10);
  padding: 18px;
  backdrop-filter: blur(14px);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-section-head{
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-centered{
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-heading{
  margin: 0;
  color: #09223d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-grid, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-controls-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-label{
  color: #526b86;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-input, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-select{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d7e6;
  border-radius: 12px;
  background: #ffffff;
  color: #102033;
  font: 600 15px/1.2 Inter, Arial, sans-serif;
  padding: 12px 13px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-select{
  background-image: linear-gradient(45deg, transparent 50%, #0f6cbd 50%), linear-gradient(135deg, #0f6cbd 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 #osg-wrap#osg-wrap .osg-input:focus, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-select:focus, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-color:focus, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-range:focus{
  border-color: #0f6cbd;
  box-shadow: 0 0 0 4px rgba(15,108,189,.16);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color-row{
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c8d7e6;
  border-radius: 12px;
  background: #ffffff;
  padding: 7px 10px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color{
  appearance: none;
  -webkit-appearance: none;
  width: 42px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color::-webkit-color-swatch{
  border: 1px solid #b9cadd;
  border-radius: 9px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color::-moz-color-swatch{
  border: 1px solid #b9cadd;
  border-radius: 9px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-color-value{
  color: #425a74;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-range{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  background: transparent;
  outline: none;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6cbd, #25c4df);
  border: 1px solid rgba(15,108,189,.2);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6cbd, #25c4df);
  border: 1px solid rgba(15,108,189,.2);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #0f6cbd;
  box-shadow: 0 8px 18px rgba(15,108,189,.3);
  cursor: pointer;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #0f6cbd;
  box-shadow: 0 8px 18px rgba(15,108,189,.3);
  cursor: pointer;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn{
  appearance: none;
  -webkit-appearance: none;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 11px 15px;
  font: 800 14px/1 Inter, Arial, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn:focus-visible{
  outline: 3px solid rgba(37,196,223,.45);
  outline-offset: 2px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #084c91 0%, #0f6cbd 52%, #25c4df 100%);
  box-shadow: 0 13px 26px rgba(15,108,189,.26);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn-ghost{
  color: #0a4f91;
  background: #eaf4ff;
  border: 1px solid #c2d9ef;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-btn-success{
  box-shadow: 0 0 0 4px rgba(37,196,223,.22), 0 13px 26px rgba(15,108,189,.25);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-email-preview{
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid #d6e3ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(20,58,92,.08);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-email-top{
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  background: linear-gradient(90deg, #073b75, #0f6cbd);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-email-body{
  padding: 18px;
  display: grid;
  gap: 9px;
  text-align: left;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-selected-preview{
  max-width: 100%;
  min-height: 42px;
  padding-top: 4px;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-canvas-frame{
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #c8d7e6;
  border-radius: 16px;
  padding: 10px;
  overflow: hidden;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-canvas{
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px dashed #bad0e4;
  touch-action: none;
  cursor: crosshair;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-card{
  min-height: 236px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(141,165,190,.34);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(12,52,89,.08);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-card.is-selected{
  border-color: #0f6cbd;
  box-shadow: 0 0 0 4px rgba(15,108,189,.13), 0 14px 32px rgba(12,52,89,.12);
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-title{
  margin: 0;
  color: #0c2744;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-preview{
  flex: 1 1 auto;
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #e2ebf4;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-meta{
  color: #5b6e83;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-card-actions{
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 154px;
  max-width: calc(100vw - 40px);
  padding: 14px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #073b75, #0f6cbd, #25c4df);
  box-shadow: 0 22px 60px rgba(9,34,61,.28);
  text-align: center;
  font: 800 15px/1 Inter, Arial, sans-serif;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #osg-wrap#osg-wrap .osg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #osg-wrap#osg-wrap{
    padding: 24px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-card-actions{
    grid-template-columns: 1fr 1fr;
  }}@media (min-width: 768px) {.tc-wp-tool-root #osg-wrap#osg-wrap{
    padding: 30px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-controls-grid, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-canvas{
    height: 220px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #osg-wrap#osg-wrap{
    padding: 38px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-shell{
    gap: 24px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-generator{
    gap: 20px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-card{
    padding: 24px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-controls-grid, .tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root #osg-wrap#osg-wrap{
    padding: 42px;
  }.tc-wp-tool-root #osg-wrap#osg-wrap .osg-result-grid{
    grid-template-columns: repeat(4, 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 .osg-controls-card {}
.tc-wp-tool-root .osg-draw-card {}
.tc-wp-tool-root .osg-preview-card {}
.tc-wp-tool-root .osg-tool-wrap {}