@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, .tc-wp-tool-root{
  overflow-x: hidden;
}.tc-wp-tool-root .cfc-tool-root{
  --cfc-bg: #f2f7fb;
  --cfc-card: #ffffff;
  --cfc-ink: #14213d;
  --cfc-muted: #516173;
  --cfc-line: #d7e2ec;
  --cfc-soft: #eef6ff;
  --cfc-soft-2: #f6fbf8;
  --cfc-primary: #0f6b78;
  --cfc-primary-dark: #0a4f59;
  --cfc-accent: #b56b10;
  --cfc-danger: #a43434;
  --cfc-good: #19724c;
  --cfc-shadow: 0 18px 55px rgba(20, 33, 61, 0.14);
  position: relative;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: var(--cfc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(15, 107, 120, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 107, 120, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 14% 12%, rgba(181, 107, 16, 0.18), transparent 28%),
    linear-gradient(135deg, #eef7fb 0%, #f8fbf4 52%, #edf4ff 100%);
  background-size: 28px 28px, 28px 28px, auto, auto;
}.tc-wp-tool-root .cfc-tool-root *{
  box-sizing: border-box;
}.tc-wp-tool-root .cfc-header{
  text-align: center;
  margin: 0 auto;
}.tc-wp-tool-root .cfc-header h1{
  margin: 0 0 12px;
  color: #102138;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cfc-header p{
  margin: 0 auto;
  max-width: 860px;
  color: #31465b;
  line-height: 1.55;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cfc-card{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root .cfc-panel{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--cfc-line);
  border-radius: 18px;
  box-shadow: var(--cfc-shadow);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cfc-output-panel{
  overflow-y: auto;
}.tc-wp-tool-root .cfc-form-grid{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .cfc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .cfc-field span{
  color: #23364d;
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #bfd0dc;
  border-radius: 12px;
  background: #fff;
  color: var(--cfc-ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.tc-wp-tool-root .cfc-field input:focus, .tc-wp-tool-root .cfc-field select:focus, .tc-wp-tool-root .cfc-btn:focus, .tc-wp-tool-root .cfc-shortcuts button:focus{
  border-color: var(--cfc-primary);
  box-shadow: 0 0 0 4px rgba(15, 107, 120, 0.18);
}.tc-wp-tool-root .cfc-actions, .tc-wp-tool-root .cfc-shortcuts{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{
  width: 100%;
  min-width: 0;
  border: 1px solid #bad0dc;
  border-radius: 12px;
  background: #f7fbfd;
  color: #193047;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .cfc-btn:hover, .tc-wp-tool-root .cfc-shortcuts button:hover{
  transform: translateY(-1px);
  border-color: var(--cfc-primary);
  box-shadow: 0 10px 24px rgba(20, 33, 61, 0.12);
}.tc-wp-tool-root .cfc-primary{
  background: linear-gradient(135deg, var(--cfc-primary), var(--cfc-primary-dark));
  color: #fff;
  border-color: var(--cfc-primary-dark);
}.tc-wp-tool-root .cfc-status{
  border-radius: 14px;
  border: 1px solid #cfe0ea;
  background: var(--cfc-soft);
  color: #20364d;
  font-weight: 700;
  line-height: 1.45;
}.tc-wp-tool-root .cfc-status.cfc-error{
  border-color: rgba(164, 52, 52, 0.35);
  background: #fff1f1;
  color: var(--cfc-danger);
}.tc-wp-tool-root .cfc-status.cfc-ok{
  border-color: rgba(25, 114, 76, 0.28);
  background: #effaf4;
  color: var(--cfc-good);
}.tc-wp-tool-root .cfc-result-grid{
  display: grid;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .cfc-result{
  min-width: 0;
  border: 1px solid #d5e3eb;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}.tc-wp-tool-root .cfc-result b{
  display: block;
  color: #23364d;
  margin-bottom: 6px;
}.tc-wp-tool-root .cfc-result span{
  color: #172a40;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}.tc-wp-tool-root .cfc-badge-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}.tc-wp-tool-root .cfc-badge{
  display: inline-flex;
  align-items: center;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid #c9dbe6;
  background: #f5fafc;
  color: #20384e;
  font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}.tc-wp-tool-root .cfc-table-wrap{
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  overflow-x: auto;
}.tc-wp-tool-root .cfc-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 0;
}.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{
  border: 1px solid #d7e4ed;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cfc-table th{
  background: #eaf4f8;
  color: #183048;
  font-weight: 850;
}.tc-wp-tool-root .cfc-table td{
  background: rgba(255, 255, 255, 0.82);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}.tc-wp-tool-root .cfc-graph-panel{
  position: relative;
  background:
    linear-gradient(rgba(15, 107, 120, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 107, 120, 0.08) 1px, transparent 1px),
    #ffffff;
  background-size: 24px 24px;
}.tc-wp-tool-root .cfc-canvas{
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  background: #fbfdff;
}.tc-wp-tool-root .cfc-graph-message{
  margin-top: 10px;
  color: var(--cfc-muted);
  font-weight: 700;
}.tc-wp-tool-root .cfc-shortcuts{
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cfc-tool-root{ padding: 22px 10px; }.tc-wp-tool-root .cfc-header{ max-width: 100%; margin-bottom: 18px; }.tc-wp-tool-root .cfc-header h1{ font-size: 1.72rem; }.tc-wp-tool-root .cfc-header p{ font-size: 0.92rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .cfc-panel{ grid-column: 1 / -1; padding: 12px; border-radius: 14px; }.tc-wp-tool-root .cfc-form-grid, .tc-wp-tool-root .cfc-result-grid, .tc-wp-tool-root .cfc-actions, .tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: 1fr !important; gap: 9px; }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 42px; padding: 9px 10px; font-size: 0.92rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-table, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.84rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 42px; padding: 9px; font-size: 0.86rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 10px; }.tc-wp-tool-root .cfc-badge{ padding: 5px 8px; font-size: 0.76rem; }.tc-wp-tool-root .cfc-canvas{ height: 240px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 7px 5px; font-size: 0.76rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cfc-tool-root{ padding: 26px 12px; }.tc-wp-tool-root .cfc-header{ max-width: 100%; margin-bottom: 20px; }.tc-wp-tool-root .cfc-header h1{ font-size: 1.95rem; }.tc-wp-tool-root .cfc-header p{ font-size: 0.96rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .cfc-panel{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .cfc-form-grid, .tc-wp-tool-root .cfc-result-grid, .tc-wp-tool-root .cfc-actions, .tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 44px; padding: 10px 11px; font-size: 0.95rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.88rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 44px; padding: 10px; font-size: 0.9rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 11px; }.tc-wp-tool-root .cfc-badge{ padding: 6px 9px; font-size: 0.78rem; }.tc-wp-tool-root .cfc-canvas{ height: 260px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 8px 6px; font-size: 0.78rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cfc-tool-root{ padding: 32px 16px; }.tc-wp-tool-root .cfc-header{ max-width: 640px; margin-bottom: 24px; }.tc-wp-tool-root .cfc-header h1{ font-size: 2.25rem; }.tc-wp-tool-root .cfc-header p{ font-size: 1rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .cfc-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .cfc-form-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cfc-result-grid, .tc-wp-tool-root .cfc-actions, .tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 46px; padding: 11px 12px; font-size: 1rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.92rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 46px; padding: 11px; font-size: 0.94rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 12px; }.tc-wp-tool-root .cfc-badge{ padding: 6px 10px; font-size: 0.82rem; }.tc-wp-tool-root .cfc-canvas{ height: 300px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 9px 7px; font-size: 0.82rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cfc-tool-root{ padding: 44px 22px; }.tc-wp-tool-root .cfc-header{ max-width: 760px; margin-bottom: 28px; }.tc-wp-tool-root .cfc-header h1{ font-size: 2.75rem; }.tc-wp-tool-root .cfc-header p{ font-size: 1.08rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cfc-panel{ padding: 20px; }.tc-wp-tool-root .cfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-wide{ grid-column: 1 / -1; }.tc-wp-tool-root .cfc-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-actions, .tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 48px; padding: 12px 13px; font-size: 1rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.95rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 48px; padding: 12px; font-size: 0.96rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 14px; }.tc-wp-tool-root .cfc-badge{ padding: 7px 11px; font-size: 0.84rem; }.tc-wp-tool-root .cfc-canvas{ height: 360px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 10px 8px; font-size: 0.86rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cfc-tool-root{ padding: 54px 28px; }.tc-wp-tool-root .cfc-header{ max-width: 880px; margin-bottom: 32px; }.tc-wp-tool-root .cfc-header h1{ font-size: 3.1rem; }.tc-wp-tool-root .cfc-header p{ font-size: 1.12rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 20px; }.tc-wp-tool-root .cfc-graph-panel, .tc-wp-tool-root .cfc-shortcuts{ grid-column: 1 / -1; }.tc-wp-tool-root .cfc-panel{ padding: 22px; }.tc-wp-tool-root .cfc-form-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-wide{ grid-column: span 3; }.tc-wp-tool-root .cfc-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 48px; padding: 12px 13px; font-size: 1rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.95rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 48px; padding: 12px; font-size: 0.96rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 14px; }.tc-wp-tool-root .cfc-badge{ padding: 7px 11px; font-size: 0.84rem; }.tc-wp-tool-root .cfc-canvas{ height: 410px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 10px; font-size: 0.88rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .cfc-tool-root{ padding: 64px 34px; }.tc-wp-tool-root .cfc-header{ max-width: 920px; margin-bottom: 36px; }.tc-wp-tool-root .cfc-header h1{ font-size: 3.45rem; }.tc-wp-tool-root .cfc-header p{ font-size: 1.16rem; }.tc-wp-tool-root .cfc-card{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 22px; }.tc-wp-tool-root .cfc-graph-panel, .tc-wp-tool-root .cfc-shortcuts{ grid-column: 1 / -1; }.tc-wp-tool-root .cfc-panel{ padding: 24px; }.tc-wp-tool-root .cfc-form-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-wide{ grid-column: span 2; }.tc-wp-tool-root .cfc-result-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-shortcuts{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cfc-field input, .tc-wp-tool-root .cfc-field select{ min-height: 50px; padding: 13px 14px; font-size: 1rem; }.tc-wp-tool-root .cfc-field span, .tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result, .tc-wp-tool-root .cfc-graph-message{ font-size: 0.96rem; }.tc-wp-tool-root .cfc-btn, .tc-wp-tool-root .cfc-shortcuts button{ min-height: 50px; padding: 13px; font-size: 0.97rem; }.tc-wp-tool-root .cfc-status, .tc-wp-tool-root .cfc-result{ padding: 15px; }.tc-wp-tool-root .cfc-badge{ padding: 7px 12px; font-size: 0.85rem; }.tc-wp-tool-root .cfc-canvas{ height: 440px; }.tc-wp-tool-root .cfc-table th, .tc-wp-tool-root .cfc-table td{ padding: 11px; font-size: 0.9rem; }}.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 .cfc-calc {}
.tc-wp-tool-root .cfc-copy {}
.tc-wp-tool-root .cfc-decimals {}
.tc-wp-tool-root .cfc-end {}
.tc-wp-tool-root .cfc-f {}
.tc-wp-tool-root .cfc-g {}
.tc-wp-tool-root .cfc-graph-max {}
.tc-wp-tool-root .cfc-graph-min {}
.tc-wp-tool-root .cfc-input-panel {}
.tc-wp-tool-root .cfc-label {}
.tc-wp-tool-root .cfc-reset {}
.tc-wp-tool-root .cfc-start {}
.tc-wp-tool-root .cfc-step {}
.tc-wp-tool-root .cfc-type {}
.tc-wp-tool-root .cfc-var {}
.tc-wp-tool-root .cfc-x {}