@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{
  --pfc-ink: #162033;
  --pfc-muted: #58657a;
  --pfc-soft: #f5f8fc;
  --pfc-panel: #ffffff;
  --pfc-line: #dbe5f2;
  --pfc-blue: #1457d9;
  --pfc-blue-dark: #0c3c9b;
  --pfc-cyan: #0b7894;
  --pfc-green: #147a57;
  --pfc-red: #b42318;
  --pfc-amber: #a15c07;
  --pfc-shadow: 0 18px 45px rgba(20, 45, 85, 0.13);
  --pfc-radius: 18px;
  --pfc-gap: 18px;
}.tc-wp-tool-root, .tc-wp-tool-root{
  overflow-x: hidden;
}.tc-wp-tool-root .pfc-tool-wrap{
  position: relative;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: var(--pfc-ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(20, 87, 217, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 87, 217, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 15% 12%, rgba(41, 151, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef6ff 44%, #f8fbf7 100%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  padding: 36px 16px;
  overflow: hidden;
}.tc-wp-tool-root .pfc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .pfc-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 930px;
  margin: 0 auto 24px;
}.tc-wp-tool-root .pfc-equation-badge, .tc-wp-tool-root .pfc-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 87, 217, 0.22);
  background: #eef5ff;
  color: var(--pfc-blue-dark);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-tool-root .pfc-equation-badge{
  padding: 8px 12px;
  font-size: 13px;
  margin-bottom: 12px;
}.tc-wp-tool-root .pfc-header h1{
  margin: 0;
  color: #101828;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-header p{
  margin: 12px 0 0;
  color: var(--pfc-muted);
  line-height: 1.6;
  max-width: 780px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-card{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(178, 197, 222, 0.75);
  border-radius: var(--pfc-radius);
  box-shadow: var(--pfc-shadow);
  padding: var(--pfc-gap);
  backdrop-filter: blur(8px);
  min-width: 0;
}.tc-wp-tool-root .pfc-top-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: var(--pfc-gap);
  min-width: 0;
}.tc-wp-tool-root .pfc-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: var(--pfc-panel);
  border: 1px solid var(--pfc-line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 9px 24px rgba(31, 53, 84, 0.06);
}.tc-wp-tool-root .pfc-output-panel{
  overflow-y: auto;
  scrollbar-color: var(--pfc-blue) #edf3fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .pfc-output-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .pfc-output-panel::-webkit-scrollbar-track{
  background: #edf3fb;
  border-radius: 999px;
}.tc-wp-tool-root .pfc-output-panel::-webkit-scrollbar-thumb{
  background: var(--pfc-blue);
  border-radius: 999px;
}.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .pfc-field, .tc-wp-tool-root .pfc-result-block{
  min-width: 0;
}.tc-wp-tool-root .pfc-field-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root .pfc-field label{
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #26344f;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #c9d6e8;
  border-radius: 12px;
  background: #fbfdff;
  color: var(--pfc-ink);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .pfc-field input:focus, .tc-wp-tool-root .pfc-field select:focus, .tc-wp-tool-root .pfc-btn:focus, .tc-wp-tool-root .pfc-shortcut:focus{
  outline: 3px solid rgba(20, 87, 217, 0.2);
  outline-offset: 2px;
  border-color: var(--pfc-blue);
}.tc-wp-tool-root .pfc-actions{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pfc-btn:hover, .tc-wp-tool-root .pfc-shortcut:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .pfc-btn-primary{
  background: linear-gradient(135deg, var(--pfc-blue), var(--pfc-cyan));
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(20, 87, 217, 0.22);
}.tc-wp-tool-root .pfc-btn-secondary{
  background: #eef3fa;
  color: #1f2d46;
  border: 1px solid #d4dfed;
}.tc-wp-tool-root .pfc-btn-copy{
  width: 100%;
  margin-top: 14px;
  background: #17324f;
  color: #ffffff;
}.tc-wp-tool-root .pfc-status-row{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  min-width: 0;
}.tc-wp-tool-root .pfc-chip{
  padding: 7px 10px;
  font-size: 12px;
}.tc-wp-tool-root .pfc-status{
  color: var(--pfc-muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-result-block{
  border: 1px solid #dce6f3;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.92), #ffffff);
  border-radius: 14px;
  padding: 14px;
}.tc-wp-tool-root .pfc-result-block h2{
  margin: 0 0 8px;
  font-size: 13px;
  color: #41506a;
  line-height: 1.3;
}.tc-wp-tool-root .pfc-result-text{
  color: #0f1d31;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pfc-result-text.pfc-domain-warning.pfc-warning, .tc-wp-tool-root .pfc-status.pfc-warning, .tc-wp-tool-root .pfc-explanation.pfc-warning{
  color: var(--pfc-amber);
}.tc-wp-tool-root .pfc-result-text.pfc-error, .tc-wp-tool-root .pfc-status.pfc-error, .tc-wp-tool-root .pfc-explanation.pfc-error{
  color: var(--pfc-red);
}.tc-wp-tool-root .pfc-graph-panel{
  margin-top: var(--pfc-gap);
}.tc-wp-tool-root .pfc-graph-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d7e2f0;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(rgba(35, 80, 140, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 80, 140, 0.08) 1px, transparent 1px),
    #fbfdff;
  background-size: 24px 24px;
}.tc-wp-tool-root .pfc-canvas{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}.tc-wp-tool-root .pfc-graph-fallback{
  padding: 18px;
  color: var(--pfc-red);
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-table-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 16px;
  border: 1px solid #dce6f3;
  border-radius: 14px;
}.tc-wp-tool-root .pfc-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}.tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{
  padding: 11px 12px;
  text-align: left;
  border-bottom: 1px solid #edf2f8;
  color: #1a2942;
  overflow-wrap: anywhere;
  word-break: break-word;
  vertical-align: top;
}.tc-wp-tool-root .pfc-table th{
  background: #eef5ff;
  color: #183b74;
  font-weight: 800;
}.tc-wp-tool-root .pfc-table tr:last-child td{
  border-bottom: 0;
}.tc-wp-tool-root .pfc-shortcuts{
  display: grid;
  gap: 12px;
  margin-top: var(--pfc-gap);
  min-width: 0;
}.tc-wp-tool-root .pfc-shortcut{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #ffffff;
  color: #17324f;
  border: 1px solid #cddbeb;
  box-shadow: 0 7px 18px rgba(31, 53, 84, 0.06);
}.tc-wp-tool-root .pfc-shortcut:hover{
  border-color: var(--pfc-blue);
  background: #f3f8ff;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 24px 10px; }.tc-wp-tool-root .pfc-card{ padding: 10px; }.tc-wp-tool-root .pfc-header h1{ font-size: 28px; }.tc-wp-tool-root .pfc-header p{ font-size: 14px; }.tc-wp-tool-root .pfc-top-grid, .tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .pfc-panel{ padding: 12px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 42px; padding: 9px 10px; font-size: 14px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 42px; padding: 10px 11px; font-size: 13px; }.tc-wp-tool-root .pfc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .pfc-result-block{ padding: 11px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 13px; }.tc-wp-tool-root .pfc-canvas{ height: 250px; }.tc-wp-tool-root .pfc-table{ table-layout: auto; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .pfc-card{ padding: 12px; }.tc-wp-tool-root .pfc-header h1{ font-size: 31px; }.tc-wp-tool-root .pfc-header p{ font-size: 15px; }.tc-wp-tool-root .pfc-top-grid, .tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .pfc-panel{ padding: 14px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 44px; padding: 10px 11px; font-size: 15px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 44px; padding: 11px 12px; font-size: 14px; }.tc-wp-tool-root .pfc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .pfc-result-block{ padding: 12px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 14px; }.tc-wp-tool-root .pfc-canvas{ height: 270px; }.tc-wp-tool-root .pfc-table{ table-layout: auto; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .pfc-card{ padding: 14px; }.tc-wp-tool-root .pfc-header h1{ font-size: 36px; }.tc-wp-tool-root .pfc-header p{ font-size: 16px; }.tc-wp-tool-root .pfc-top-grid, .tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .pfc-panel{ padding: 15px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 46px; padding: 11px 12px; font-size: 15px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 46px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .pfc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .pfc-result-block{ padding: 13px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 14px; }.tc-wp-tool-root .pfc-canvas{ height: 300px; }.tc-wp-tool-root .pfc-table{ table-layout: fixed; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 40px 20px; }.tc-wp-tool-root .pfc-card{ padding: 18px; }.tc-wp-tool-root .pfc-header h1{ font-size: 44px; }.tc-wp-tool-root .pfc-header p{ font-size: 17px; }.tc-wp-tool-root .pfc-top-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .pfc-panel{ padding: 18px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 46px; padding: 11px 12px; font-size: 15px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 46px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .pfc-result-block{ padding: 14px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 15px; }.tc-wp-tool-root .pfc-canvas{ height: 350px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 48px 24px; }.tc-wp-tool-root .pfc-card{ padding: 18px; }.tc-wp-tool-root .pfc-header h1{ font-size: 50px; }.tc-wp-tool-root .pfc-header p{ font-size: 18px; }.tc-wp-tool-root .pfc-top-grid{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 18px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .pfc-panel{ padding: 18px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 46px; padding: 11px 12px; font-size: 15px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 46px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .pfc-result-block{ padding: 14px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 15px; }.tc-wp-tool-root .pfc-canvas{ height: 390px; }}@media (min-width: 1200px) {.tc-wp-tool-root .pfc-tool-wrap{ padding: 56px 28px; }.tc-wp-tool-root .pfc-card{ padding: 20px; }.tc-wp-tool-root .pfc-header h1{ font-size: 56px; }.tc-wp-tool-root .pfc-header p{ font-size: 18px; }.tc-wp-tool-root .pfc-top-grid{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 20px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .pfc-shortcuts{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .pfc-panel{ padding: 20px; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select{ min-height: 48px; padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ min-height: 48px; padding: 12px 16px; font-size: 15px; }.tc-wp-tool-root .pfc-result-block{ padding: 15px; }.tc-wp-tool-root .pfc-result-text, .tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{ font-size: 15px; }.tc-wp-tool-root .pfc-canvas{ height: 420px; }}.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 .pfc-calc-type {}
.tc-wp-tool-root .pfc-calculate {}
.tc-wp-tool-root .pfc-copy {}
.tc-wp-tool-root .pfc-custom-label {}
.tc-wp-tool-root .pfc-decimals {}
.tc-wp-tool-root .pfc-end {}
.tc-wp-tool-root .pfc-entered-function {}
.tc-wp-tool-root .pfc-expression {}
.tc-wp-tool-root .pfc-fx-value {}
.tc-wp-tool-root .pfc-graph-max {}
.tc-wp-tool-root .pfc-graph-min {}
.tc-wp-tool-root .pfc-input-panel {}
.tc-wp-tool-root .pfc-reset {}
.tc-wp-tool-root .pfc-second-expression {}
.tc-wp-tool-root .pfc-sign-behavior {}
.tc-wp-tool-root .pfc-start {}
.tc-wp-tool-root .pfc-step {}
.tc-wp-tool-root .pfc-table-body {}
.tc-wp-tool-root .pfc-trend {}
.tc-wp-tool-root .pfc-variable {}
.tc-wp-tool-root .pfc-x-intercepts {}
.tc-wp-tool-root .pfc-xvalue {}
.tc-wp-tool-root .pfc-y-intercept {}