@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 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 .bfvc-tool-root, .tc-wp-tool-root .bfvc-tool-root *{
  box-sizing: border-box;
}.tc-wp-tool-root .bfvc-tool-root{
  --bfvc-bg-a: #f3fbf8;
  --bfvc-bg-b: #e8f4ff;
  --bfvc-ink: #12222c;
  --bfvc-muted: #5f6f7a;
  --bfvc-line: rgba(22, 72, 86, 0.16);
  --bfvc-card: rgba(255, 255, 255, 0.92);
  --bfvc-card-strong: #ffffff;
  --bfvc-green: #0c8f66;
  --bfvc-teal: #087f8c;
  --bfvc-gold: #b7791f;
  --bfvc-red: #b42318;
  --bfvc-shadow: 0 18px 42px rgba(15, 50, 65, 0.13);
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  overflow-x: hidden;
  padding: 44px 18px;
  color: var(--bfvc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(8, 127, 140, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 143, 102, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 18% 10%, rgba(183, 121, 31, 0.18), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(8, 127, 140, 0.16), transparent 28%),
    linear-gradient(135deg, var(--bfvc-bg-a), var(--bfvc-bg-b));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}.tc-wp-tool-root .bfvc-tool-root input, .tc-wp-tool-root .bfvc-tool-root select, .tc-wp-tool-root .bfvc-tool-root button{
  font: inherit;
  max-width: 100%;
}.tc-wp-tool-root .bfvc-header{
  width: min(980px, 100%);
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}.tc-wp-tool-root .bfvc-header h1{
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #063f49;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}.tc-wp-tool-root .bfvc-header p{
  margin: 0;
  max-width: 780px;
  color: #314b55;
  font-size: 1.02rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bfvc-card{
  width: min(1240px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--bfvc-line);
  box-shadow: var(--bfvc-shadow);
  border-radius: 22px;
  padding: 18px;
  backdrop-filter: blur(10px);
}.tc-wp-tool-root .bfvc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bfvc-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--bfvc-line);
  border-radius: 18px;
  background: var(--bfvc-card);
  padding: 18px;
}.tc-wp-tool-root .bfvc-result-panel{
  overflow-y: auto;
  scrollbar-color: var(--bfvc-teal) rgba(8, 127, 140, 0.12);
  scrollbar-width: thin;
}.tc-wp-tool-root .bfvc-result-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bfvc-result-panel::-webkit-scrollbar-thumb{
  background: linear-gradient(var(--bfvc-teal), var(--bfvc-green));
  border-radius: 999px;
}.tc-wp-tool-root .bfvc-controls-grid, .tc-wp-tool-root .bfvc-result-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bfvc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .bfvc-field label{
  font-weight: 750;
  font-size: 0.86rem;
  color: #1a3741;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bfvc-field input, .tc-wp-tool-root .bfvc-field select{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(18, 34, 44, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f8fcfb);
  color: var(--bfvc-ink);
  padding: 12px 12px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}.tc-wp-tool-root .bfvc-field input:focus, .tc-wp-tool-root .bfvc-field select:focus, .tc-wp-tool-root .bfvc-tool-root button:focus-visible{
  border-color: var(--bfvc-teal);
  box-shadow: 0 0 0 4px rgba(8, 127, 140, 0.18);
}.tc-wp-tool-root .bfvc-items{
  display: grid;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bfvc-item-row{
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.72fr) minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.85fr) auto;
  gap: 10px;
  align-items: end;
  width: 100%;
  min-width: 0;
  padding: 12px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(12, 143, 102, 0.06), rgba(183, 121, 31, 0.07)),
    #ffffff;
  border: 1px solid rgba(22, 72, 86, 0.13);
}.tc-wp-tool-root .bfvc-remove{
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(180, 35, 24, 0.22);
  background: #fff5f3;
  color: var(--bfvc-red);
  font-weight: 900;
  cursor: pointer;
}.tc-wp-tool-root .bfvc-actions, .tc-wp-tool-root .bfvc-shortcuts{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bfvc-shortcuts{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.tc-wp-tool-root .bfvc-btn, .tc-wp-tool-root .bfvc-shortcut{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(8, 127, 140, 0.18);
  border-radius: 13px;
  padding: 12px 14px;
  cursor: pointer;
  background: #ffffff;
  color: #12313a;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bfvc-btn:hover, .tc-wp-tool-root .bfvc-shortcut:hover, .tc-wp-tool-root .bfvc-remove:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 50, 65, 0.12);
}.tc-wp-tool-root .bfvc-btn-primary{
  background: linear-gradient(135deg, var(--bfvc-green), var(--bfvc-teal));
  color: #ffffff;
}.tc-wp-tool-root .bfvc-btn-dark{
  background: #12313a;
  color: #ffffff;
}.tc-wp-tool-root .bfvc-shortcut{
  background: linear-gradient(180deg, #ffffff, #f4fbf9);
}.tc-wp-tool-root .bfvc-result-card{
  min-width: 0;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(22, 72, 86, 0.14);
  background: var(--bfvc-card-strong);
  padding: 15px;
  box-shadow: 0 8px 18px rgba(15, 50, 65, 0.07);
}.tc-wp-tool-root .bfvc-result-card span{
  display: block;
  color: var(--bfvc-muted);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bfvc-result-card strong{
  display: block;
  color: #0b3039;
  font-size: 1.28rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bfvc-feature-card{
  background: linear-gradient(135deg, #083f49, #0c8f66);
}.tc-wp-tool-root .bfvc-feature-card span, .tc-wp-tool-root .bfvc-feature-card strong{
  color: #ffffff;
}.tc-wp-tool-root .bfvc-preview{
  margin-top: 14px;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(183, 121, 31, 0.13), rgba(8, 127, 140, 0.1));
  border: 1px solid rgba(183, 121, 31, 0.2);
}.tc-wp-tool-root .bfvc-badge{
  display: inline-flex;
  max-width: 100%;
  border-radius: 999px;
  padding: 7px 11px;
  background: #0c8f66;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.83rem;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bfvc-preview p, .tc-wp-tool-root .bfvc-validation{
  margin: 10px 0 0;
  color: #2a4650;
  font-size: 0.95rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bfvc-validation{
  min-height: 22px;
  color: #8a3b0c;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 26px 10px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 1.72rem;
  }.tc-wp-tool-root .bfvc-header p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .bfvc-card, .tc-wp-tool-root .bfvc-panel, .tc-wp-tool-root .bfvc-result-card{
    padding: 12px;
  }.tc-wp-tool-root .bfvc-grid, .tc-wp-tool-root .bfvc-controls-grid, .tc-wp-tool-root .bfvc-result-grid, .tc-wp-tool-root .bfvc-actions, .tc-wp-tool-root .bfvc-shortcuts, .tc-wp-tool-root .bfvc-item-row{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
  }.tc-wp-tool-root .bfvc-field input, .tc-wp-tool-root .bfvc-field select, .tc-wp-tool-root .bfvc-btn, .tc-wp-tool-root .bfvc-shortcut{
    padding: 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.08rem;
  }.tc-wp-tool-root .bfvc-remove{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 30px 12px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 1.95rem;
  }.tc-wp-tool-root .bfvc-header p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .bfvc-card, .tc-wp-tool-root .bfvc-panel{
    padding: 14px;
  }.tc-wp-tool-root .bfvc-grid, .tc-wp-tool-root .bfvc-controls-grid, .tc-wp-tool-root .bfvc-result-grid, .tc-wp-tool-root .bfvc-actions, .tc-wp-tool-root .bfvc-shortcuts, .tc-wp-tool-root .bfvc-item-row{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
  }.tc-wp-tool-root .bfvc-field input, .tc-wp-tool-root .bfvc-field select, .tc-wp-tool-root .bfvc-btn, .tc-wp-tool-root .bfvc-shortcut{
    padding: 11px;
  }.tc-wp-tool-root .bfvc-result-card{
    padding: 13px;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.14rem;
  }.tc-wp-tool-root .bfvc-remove{
    width: 100%;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 34px 14px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 2.2rem;
  }.tc-wp-tool-root .bfvc-header p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .bfvc-grid, .tc-wp-tool-root .bfvc-controls-grid, .tc-wp-tool-root .bfvc-result-grid, .tc-wp-tool-root .bfvc-actions, .tc-wp-tool-root .bfvc-shortcuts, .tc-wp-tool-root .bfvc-item-row{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .bfvc-card, .tc-wp-tool-root .bfvc-panel{
    padding: 15px;
  }.tc-wp-tool-root .bfvc-field input, .tc-wp-tool-root .bfvc-field select, .tc-wp-tool-root .bfvc-btn, .tc-wp-tool-root .bfvc-shortcut{
    padding: 12px;
  }.tc-wp-tool-root .bfvc-result-card{
    padding: 14px;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.18rem;
  }.tc-wp-tool-root .bfvc-remove{
    width: 100%;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 38px 16px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 2.75rem;
  }.tc-wp-tool-root .bfvc-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .bfvc-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bfvc-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-item-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-shortcuts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-result-card{
    padding: 15px;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.25rem;
  }.tc-wp-tool-root .bfvc-remove{
    width: 100%;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 42px 18px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 3.1rem;
  }.tc-wp-tool-root .bfvc-grid{
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }.tc-wp-tool-root .bfvc-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-item-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-shortcuts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-result-card{
    padding: 15px;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.2rem;
  }.tc-wp-tool-root .bfvc-remove{
    width: 100%;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bfvc-tool-root{
    padding: 48px 20px;
  }.tc-wp-tool-root .bfvc-header h1{
    font-size: 3.5rem;
  }.tc-wp-tool-root .bfvc-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .bfvc-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bfvc-field input, .tc-wp-tool-root .bfvc-field select, .tc-wp-tool-root .bfvc-btn, .tc-wp-tool-root .bfvc-shortcut{
    font-size: 0.96rem;
  }.tc-wp-tool-root .bfvc-result-card{
    padding: 16px;
  }.tc-wp-tool-root .bfvc-result-card strong{
    font-size: 1.3rem;
  }}.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 .bfvc-input-panel {}