@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=Playfair+Display:ital,wght@1,600;1,700&family=Pacifico&family=Allura&family=Caveat:wght@600;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 #bsg-wrap#bsg-wrap{
  --bsg-primary: #12314f;
  --bsg-secondary: #0f766e;
  --bsg-accent: #2f80ed;
  --bsg-soft-bg: #f4f7fb;
  --bsg-card-bg: rgba(255, 255, 255, .88);
  --bsg-heading: #101828;
  --bsg-body: #344054;
  --bsg-muted: #667085;
  --bsg-border: #d9e2ec;
  --bsg-button-gradient: linear-gradient(135deg, #12314f 0%, #0f766e 100%);
  --bsg-shadow: 0 20px 55px rgba(16, 24, 40, .12);
  --bsg-radius: 22px;
  --bsg-section-gap: 22px;
  --bsg-card-gap: 16px;
  --bsg-control-gap: 14px;
  --bsg-button-height: 46px;
  --bsg-input-height: 48px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 18px;
  color: var(--bsg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 0%, rgba(47, 128, 237, .12), transparent 34%), linear-gradient(180deg, #ffffff 0%, var(--bsg-soft-bg) 100%);
  border-radius: 28px;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap *, .tc-wp-tool-root #bsg-wrap#bsg-wrap *::before, .tc-wp-tool-root #bsg-wrap#bsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-hero, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-card, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-hero{
  text-align: center;
  padding: 18px 0 12px;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-kicker{
  margin: 0 0 8px;
  color: var(--bsg-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap h1, .tc-wp-tool-root #bsg-wrap#bsg-wrap h2{
  margin: 0;
  color: var(--bsg-heading);
  letter-spacing: 0;
  line-height: 1.08;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap h1{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 6vw, 58px);
  font-weight: 800;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap h2{
  font-size: 20px;
  font-weight: 800;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--bsg-muted);
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-card{
  margin-top: var(--bsg-section-gap);
  padding: 16px;
  border: 1px solid rgba(217, 226, 236, .9);
  border-radius: var(--bsg-radius);
  background: var(--bsg-card-bg);
  box-shadow: var(--bsg-shadow);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bsg-control-gap);
  align-items: end;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control span{
  color: var(--bsg-heading);
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-input, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-color, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-canvas{
  appearance: none;
  font: inherit;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-input{
  width: 100%;
  height: var(--bsg-input-height);
  border: 1px solid var(--bsg-border);
  border-radius: 14px;
  background: #fff;
  color: var(--bsg-heading);
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-input:focus, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-color:focus, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn:focus{
  outline: none;
  border-color: rgba(47, 128, 237, .75);
  box-shadow: 0 0 0 4px rgba(47, 128, 237, .16);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-color{
  width: 100%;
  height: var(--bsg-input-height);
  border: 1px solid var(--bsg-border);
  border-radius: 14px;
  background: #fff;
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range{
  width: 100%;
  height: var(--bsg-input-height);
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bsg-primary), var(--bsg-secondary));
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bsg-primary), var(--bsg-secondary));
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--bsg-accent);
  box-shadow: 0 6px 16px rgba(16, 24, 40, .22);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--bsg-accent);
  box-shadow: 0 6px 16px rgba(16, 24, 40, .22);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn{
  width: 100%;
  min-height: var(--bsg-button-height);
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--bsg-button-gradient);
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease, background .16s ease;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .2);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-btn-secondary{
  background: #fff;
  color: var(--bsg-primary);
  border-color: var(--bsg-border);
  box-shadow: none;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-section-heading{
  text-align: center;
  margin-bottom: 14px;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-document-preview{
  max-width: 720px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--bsg-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-document-line{
  width: 100%;
  height: 1px;
  margin-bottom: 14px;
  background: var(--bsg-border);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-document-copy, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-document-meta{
  margin: 0;
  color: var(--bsg-muted);
  font-size: 13px;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-document-signature{
  margin: 8px 0 7px;
  min-height: 52px;
  overflow: auto;
  color: var(--bsg-primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-canvas-frame{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--bsg-border);
  border-radius: 18px;
  background: #fff;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-canvas{
  display: block;
  width: 100%;
  height: 220px;
  touch-action: none;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-draw-actions, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-card-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-results{
  margin-top: var(--bsg-section-gap);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bsg-card-gap);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 14px;
  border: 1px solid var(--bsg-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 32px rgba(16, 24, 40, .08);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-style-label{
  margin: 0 0 10px;
  color: var(--bsg-heading);
  font-size: 14px;
  font-weight: 800;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-preview{
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 132px;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 16px;
  border: 1px solid rgba(217, 226, 236, .8);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-signature-text{
  color: var(--bsg-primary);
  line-height: 1.15;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  pointer-events: none;
  min-width: 180px;
  max-width: calc(100vw - 40px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  background: rgba(16, 24, 40, .94);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .28);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-toast.bsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #bsg-wrap#bsg-wrap{
    padding: 24px;
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-draw-actions, .tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-card-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #bsg-wrap#bsg-wrap{
    --bsg-section-gap: 26px;
    --bsg-card-gap: 18px;
    padding: 30px;
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-card{
    padding: 22px;
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-canvas{
    height: 250px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-control-action{
    grid-column: auto;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #bsg-wrap#bsg-wrap .bsg-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 .bsg-control-card {}
.tc-wp-tool-root .bsg-document-card {}
.tc-wp-tool-root .bsg-draw-card {}
.tc-wp-tool-root .bsg-shell {}