@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=Parisienne&family=Playfair+Display:ital,wght@0,500;0,700;1,600&family=Cormorant+Garamond:ital,wght@0,600;1,600&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 #wsg-wrap#wsg-wrap{
  position: relative;
  width: 100%;
  color: #172136;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(196, 155, 83, .18), transparent 34%),
    linear-gradient(135deg, #fffaf0 0%, #f7f0e3 42%, #eef1f5 100%);
  border-radius: 28px;
  padding: 28px 16px;
  box-sizing: border-box;
  overflow: hidden;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-container{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 0 22px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-kicker{
  margin: 0 0 10px;
  color: #9a6b25;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap h1{
  margin: 0;
  color: #111d32;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-subtitle{
  width: min(760px, 100%);
  margin: 16px auto 0;
  color: #4d596d;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.65;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card{
  border: 1px solid rgba(151, 119, 65, .24);
  background: rgba(255, 253, 247, .78);
  box-shadow: 0 20px 60px rgba(17, 29, 50, .11);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 18px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls-card{
  margin-top: 8px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-draw-card, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-section{
  margin-top: 18px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-section-head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-section-head h2{
  margin: 0;
  color: #111d32;
  font-size: 20px;
  line-height: 1.2;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card-note, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-help{
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: end;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-control-group{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-control-group label, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-label-spacer, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-canvas-label{
  color: #24304a;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-input, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-color-row, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range-row{
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(24, 35, 56, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-input{
  padding: 0 16px;
  color: #172136;
  font: 600 16px/1 Inter, system-ui, sans-serif;
  outline: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-input::placeholder{
  color: #98a2b3;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-input:focus, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-color:focus, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range:focus, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn:focus-visible, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-canvas:focus{
  outline: 3px solid rgba(196, 155, 83, .34);
  outline-offset: 3px;
  border-color: rgba(154, 107, 37, .5);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-color-row, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range-row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-color{
  width: 42px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-color-value, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-size-output, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-stroke-output{
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  min-width: 50px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range{
  flex: 1;
  min-width: 0;
  accent-color: #9a6b25;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9a6b25, #d6b35f);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9a6b25, #d6b35f);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range::-webkit-slider-thumb{
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #16243a;
  box-shadow: 0 8px 18px rgba(17, 29, 50, .22);
  cursor: pointer;
  -webkit-appearance: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #16243a;
  box-shadow: 0 8px 18px rgba(17, 29, 50, .22);
  cursor: pointer;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn{
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  cursor: pointer;
  font: 800 14px/1 Inter, system-ui, sans-serif;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 29, 50, .16);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn:active{
  transform: scale(.98);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn-primary{
  color: #fffaf0;
  background: linear-gradient(135deg, #172136, #263c63);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-btn-soft{
  color: #172136;
  background: linear-gradient(135deg, #fff7e7, #efe3c7);
  border: 1px solid rgba(154, 107, 37, .22);
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-button-group{
  justify-content: end;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-draw-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-canvas-shell{
  display: grid;
  place-items: center;
  gap: 10px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-canvas{
  display: block;
  width: min(100%, 900px);
  height: auto;
  min-height: 190px;
  border: 1px solid rgba(24, 35, 56, .14);
  border-radius: 18px;
  background:
    linear-gradient(rgba(23, 33, 54, .035) 1px, transparent 1px),
    #fffdf7;
  background-size: 100% 58px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 16px 34px rgba(17, 29, 50, .08);
  touch-action: none;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-card{
  min-height: 270px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  border: 1px solid rgba(151, 119, 65, .22);
  border-radius: 18px;
  background: rgba(255, 253, 247, .82);
  box-shadow: 0 16px 38px rgba(17, 29, 50, .09);
  padding: 16px;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-result-title{
  margin: 0;
  color: #182338;
  font-size: 15px;
  font-weight: 900;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-preview{
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(154, 107, 37, .32);
  border-radius: 16px;
  padding: 18px;
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  scrollbar-width: thin;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-preview-text{
  display: inline-block;
  max-width: none;
  transform-origin: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-empty{
  color: #667085;
  font: 700 14px/1.4 Inter, system-ui, sans-serif;
  text-align: center;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-self: end;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 190px;
  max-width: calc(100vw - 32px);
  padding: 16px 22px;
  border-radius: 18px;
  color: #fffaf0;
  background: rgba(17, 29, 50, .94);
  box-shadow: 0 24px 70px rgba(17, 29, 50, .3);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-toast.wsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 700px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap{
    padding: 40px 22px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card{
    padding: 22px;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-section-head{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-draw-actions, .tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-card-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 980px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-controls-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1180px) {.tc-wp-tool-root #wsg-wrap#wsg-wrap .wsg-results-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 .wsg-clear-draw {}
.tc-wp-tool-root .wsg-download-draw {}
.tc-wp-tool-root .wsg-reset {}
.tc-wp-tool-root .wsg-results-head {}
.tc-wp-tool-root .wsg-wrap {}