@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=Allura&family=Great+Vibes&family=Playfair+Display:ital,wght@0,600;1,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 #vsgof-wrap#vsgof-wrap{
  --vsgof-primary: #102a43;
  --vsgof-secondary: #18a7c7;
  --vsgof-accent: #c89b3c;
  --vsgof-soft-bg: #f5f7fc;
  --vsgof-card-bg: #fffdf8;
  --vsgof-heading: #0b1f35;
  --vsgof-body: #213547;
  --vsgof-muted: #697789;
  --vsgof-border: #dfe6f3;
  --vsgof-button-gradient: linear-gradient(135deg, #102a43 0%, #176b87 55%, #c89b3c 120%);
  --vsgof-shadow: 0 18px 55px rgba(16, 42, 67, .13);
  --vsgof-radius: 18px;
  --vsgof-section-gap: 16px;
  --vsgof-card-gap: 16px;
  --vsgof-control-gap: 12px;
  --vsgof-button-height: 46px;
  --vsgof-input-height: 48px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--vsgof-body);
  background:
    radial-gradient(circle at top left, rgba(24, 167, 199, .14), transparent 34%),
    linear-gradient(180deg, #fbfcff 0%, var(--vsgof-soft-bg) 100%);
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap *, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap *::before, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  gap: 10px;
  padding: 4px 0 var(--vsgof-section-gap);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-title{
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  color: var(--vsgof-heading);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-subtitle{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: var(--vsgof-muted);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-card, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-draw-card, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-card{
  background: rgba(255, 253, 248, .94);
  border: 1px solid var(--vsgof-border);
  border-radius: var(--vsgof-radius);
  box-shadow: var(--vsgof-shadow);
  padding: 18px;
  display: grid;
  gap: var(--vsgof-card-gap);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-control-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--vsgof-control-gap);
  justify-content: center;
  align-items: stretch;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-control{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-label{
  margin: 0;
  color: var(--vsgof-heading);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-input, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-color, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap button, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap button[type="button"]{
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.2;
  border-radius: 14px;
  border: 1px solid var(--vsgof-border);
  box-shadow: none;
  outline: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-input{
  min-height: var(--vsgof-input-height);
  padding: 0 14px;
  background: #ffffff;
  color: var(--vsgof-body);
  font-size: 15px;
  appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-input:focus, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-color:focus, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range:focus, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap button:focus-visible{
  border-color: var(--vsgof-secondary);
  box-shadow: 0 0 0 4px rgba(24, 167, 199, .16);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-color{
  min-height: var(--vsgof-input-height);
  padding: 6px;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range{
  min-height: var(--vsgof-input-height);
  padding: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vsgof-primary), var(--vsgof-secondary));
  border: 1px solid rgba(16, 42, 67, .12);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vsgof-primary), var(--vsgof-secondary));
  border: 1px solid rgba(16, 42, 67, .12);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range::-webkit-slider-thumb{
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--vsgof-accent);
  box-shadow: 0 6px 16px rgba(16, 42, 67, .22);
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--vsgof-accent);
  box-shadow: 0 6px 16px rgba(16, 42, 67, .22);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-toggle{
  min-height: var(--vsgof-input-height);
  padding: 12px 14px;
  border: 1px solid var(--vsgof-border);
  border-radius: 14px;
  background: #ffffff;
  grid-template-columns: 1fr auto;
  align-items: center;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-toggle input{
  width: 48px;
  height: 28px;
  margin: 0;
  border: 1px solid var(--vsgof-border);
  border-radius: 999px;
  background: #dfe6f3;
  box-shadow: inset 0 0 0 3px #ffffff;
  cursor: pointer;
  appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-toggle input:checked{
  background: var(--vsgof-secondary);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn{
  min-height: var(--vsgof-button-height);
  padding: 11px 16px;
  color: var(--vsgof-primary);
  background: #f8fbff;
  border: 1px solid var(--vsgof-border);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background .18s ease;
  appearance: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 42, 67, .14);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn-primary{
  background: var(--vsgof-button-gradient);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 12px 26px rgba(16, 42, 67, .18);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn-secondary{
  background: #ffffff;
  color: var(--vsgof-primary);
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn.vsgof-btn-primary[data-vsgof-success], .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-btn.vsgof-btn-secondary[data-vsgof-success]{
  background: linear-gradient(135deg, #12805c, #18a7c7);
  color: #ffffff;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-draw-card{
  margin-top: var(--vsgof-section-gap);
  align-items: center;
  text-align: center;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-canvas{
  display: block;
  width: 100%;
  max-width: 900px;
  height: 190px;
  margin: 0 auto;
  background: #ffffff;
  color: var(--vsgof-body);
  border: 1px dashed rgba(16, 42, 67, .28);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  touch-action: none;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-action-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-action-row .vsgof-btn{
  width: auto;
  min-width: 160px;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-results{
  margin-top: var(--vsgof-section-gap);
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-result-card{
  min-height: 310px;
  padding: 16px;
  background: rgba(255, 253, 248, .96);
  border: 1px solid var(--vsgof-border);
  border-radius: var(--vsgof-radius);
  box-shadow: var(--vsgof-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-preview{
  width: 100%;
  height: 138px;
  min-height: 138px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(223, 230, 243, .45) 1px, transparent 1px),
    linear-gradient(180deg, rgba(223, 230, 243, .45) 1px, transparent 1px),
    #ffffff;
  background-size: 18px 18px;
  border: 1px solid var(--vsgof-border);
  border-radius: 14px;
  overflow: auto;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-preview[data-vsgof-transparent="true"]{
  background:
    linear-gradient(45deg, rgba(223, 230, 243, .75) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(223, 230, 243, .75) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(223, 230, 243, .75) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(223, 230, 243, .75) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-preview-text{
  display: inline-block;
  max-width: 100%;
  color: var(--vsgof-primary);
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  min-width: 150px;
  max-width: calc(100vw - 40px);
  padding: 14px 20px;
  border-radius: 999px;
  background: #0b1f35;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 24px 70px rgba(11, 31, 53, .32);
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-toast[data-vsgof-visible="true"]{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #vsgof-wrap#vsgof-wrap{
    padding: 24px;
    --vsgof-section-gap: 18px;
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-control-grid, .tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #vsgof-wrap#vsgof-wrap{
    padding: 30px;
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-title{
    font-size: clamp(42px, 5vw, 58px);
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-card{
    padding: 22px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #vsgof-wrap#vsgof-wrap{
    padding: 38px;
    --vsgof-section-gap: 24px;
    --vsgof-card-gap: 18px;
    --vsgof-control-gap: 16px;
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-canvas{
    height: 220px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #vsgof-wrap#vsgof-wrap{
    padding: 42px;
  }.tc-wp-tool-root #vsgof-wrap#vsgof-wrap .vsgof-results{
    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 .vsgof-shell {}