@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-tool-root{
  --pfc-primary: #2457a6;
  --pfc-primary-2: #137a73;
  --pfc-accent: #b35a16;
  --pfc-ink: #152033;
  --pfc-muted: #536176;
  --pfc-line: #cdd8e8;
  --pfc-soft: #eef5fb;
  --pfc-soft-2: #f7faf4;
  --pfc-card: rgba(255, 255, 255, 0.94);
  --pfc-danger: #b42318;
  --pfc-warning: #8a5a00;
  --pfc-good: #126b4f;
  --pfc-shadow: 0 18px 45px rgba(31, 58, 93, 0.14);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  overflow-x: hidden;
  color: var(--pfc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(36, 87, 166, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 122, 115, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(36, 87, 166, 0.14), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(179, 90, 22, 0.12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f9fcf4 52%, #f6f8ff 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}.tc-wp-tool-root .pfc-tool-root *, .tc-wp-tool-root .pfc-tool-root *::before, .tc-wp-tool-root .pfc-tool-root *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .pfc-tool-root input, .tc-wp-tool-root .pfc-tool-root select, .tc-wp-tool-root .pfc-tool-root button, .tc-wp-tool-root .pfc-tool-root textarea{
  font: inherit;
  max-width: 100%;
}.tc-wp-tool-root .pfc-tool-root button{
  cursor: pointer;
}.tc-wp-tool-root .pfc-tool-root h1, .tc-wp-tool-root .pfc-tool-root h2, .tc-wp-tool-root .pfc-tool-root p{
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pfc-shell{
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .pfc-header{
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-equation-strip{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-equation-strip span, .tc-wp-tool-root .pfc-chip, .tc-wp-tool-root .pfc-legend span{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #173b72;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 87, 166, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(36, 87, 166, 0.08);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .pfc-header h1{
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  color: #173b72;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}.tc-wp-tool-root .pfc-header p{
  max-width: 860px;
  color: #33435a;
  line-height: 1.55;
  font-weight: 560;
}.tc-wp-tool-root .pfc-layout{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: var(--pfc-card);
  border: 1px solid rgba(113, 135, 166, 0.28);
  border-radius: 18px;
  box-shadow: var(--pfc-shadow);
  backdrop-filter: blur(8px);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pfc-input-panel, .tc-wp-tool-root .pfc-output-panel, .tc-wp-tool-root .pfc-graph-panel, .tc-wp-tool-root .pfc-shortcuts{
  min-width: 0;
}.tc-wp-tool-root .pfc-output-panel{
  overflow-y: auto;
  scrollbar-color: rgba(36, 87, 166, 0.42) rgba(221, 231, 243, 0.7);
}.tc-wp-tool-root .pfc-toolbar{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcut-grid{
  display: grid;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .pfc-field label, .tc-wp-tool-root .pfc-piece-label{
  color: #27354a;
  font-weight: 760;
  line-height: 1.25;
}.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{
  width: 100%;
  min-width: 0;
  border: 1px solid #b9c8dc;
  background: #ffffff;
  color: var(--pfc-ink);
  border-radius: 11px;
  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-piece-row input:focus, .tc-wp-tool-root .pfc-piece-row select:focus, .tc-wp-tool-root .pfc-btn:focus-visible, .tc-wp-tool-root .pfc-shortcut:focus-visible{
  border-color: var(--pfc-primary);
  box-shadow: 0 0 0 4px rgba(36, 87, 166, 0.17);
}.tc-wp-tool-root .pfc-builder{
  margin-top: 18px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(238, 245, 251, 0.82), rgba(247, 250, 244, 0.82));
  border: 1px solid rgba(36, 87, 166, 0.16);
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-builder-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  min-width: 0;
}.tc-wp-tool-root .pfc-builder-head h2, .tc-wp-tool-root .pfc-summary-box h2{
  font-size: 1rem;
  color: #173b72;
  font-weight: 850;
}.tc-wp-tool-root .pfc-pieces{
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pfc-piece-row{
  display: grid;
  align-items: end;
  gap: 9px;
  width: 100%;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(113, 135, 166, 0.27);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}.tc-wp-tool-root .pfc-piece-check{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #27354a;
  font-weight: 720;
}.tc-wp-tool-root .pfc-piece-check input{
  width: 18px;
  height: 18px;
  accent-color: var(--pfc-primary);
}.tc-wp-tool-root .pfc-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 820;
  line-height: 1.2;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}.tc-wp-tool-root .pfc-btn:hover, .tc-wp-tool-root .pfc-shortcut:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(31, 58, 93, 0.13);
}.tc-wp-tool-root .pfc-btn-primary{
  background: linear-gradient(135deg, var(--pfc-primary), var(--pfc-primary-2));
  color: #fff;
}.tc-wp-tool-root .pfc-btn-soft, .tc-wp-tool-root .pfc-shortcut{
  background: #ffffff;
  color: #173b72;
  border-color: rgba(36, 87, 166, 0.24);
}.tc-wp-tool-root .pfc-btn-danger{
  background: #fff5f3;
  color: var(--pfc-danger);
  border-color: rgba(180, 35, 24, 0.24);
}.tc-wp-tool-root .pfc-status{
  padding: 12px;
  border-radius: 13px;
  border: 1px solid rgba(36, 87, 166, 0.18);
  background: #f6fbff;
  color: #1d3d68;
  font-weight: 760;
  line-height: 1.45;
}.tc-wp-tool-root .pfc-status.pfc-error{
  background: #fff4f2;
  color: var(--pfc-danger);
  border-color: rgba(180, 35, 24, 0.27);
}.tc-wp-tool-root .pfc-status.pfc-warn{
  background: #fff9e8;
  color: var(--pfc-warning);
  border-color: rgba(138, 90, 0, 0.24);
}.tc-wp-tool-root .pfc-piecewise-view{
  display: grid;
  gap: 8px;
  margin-top: 14px;
}.tc-wp-tool-root .pfc-piece-block{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 8px;
  align-items: center;
  padding: 11px;
  border-radius: 13px;
  border: 1px solid rgba(36, 87, 166, 0.18);
  background: #ffffff;
}.tc-wp-tool-root .pfc-piece-block strong{
  color: #173b72;
}.tc-wp-tool-root .pfc-result-card{
  display: grid;
  gap: 7px;
  padding: 13px;
  border-radius: 14px;
  border: 1px solid rgba(113, 135, 166, 0.24);
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  min-width: 0;
}.tc-wp-tool-root .pfc-result-card span{
  color: var(--pfc-muted);
  font-size: 0.9em;
  font-weight: 740;
}.tc-wp-tool-root .pfc-result-card strong{
  color: var(--pfc-ink);
  line-height: 1.35;
}.tc-wp-tool-root .pfc-summary-box{
  margin-top: 14px;
  display: grid;
  gap: 8px;
}.tc-wp-tool-root .pfc-summary-box pre{
  margin: 0;
  width: 100%;
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 13px;
  border: 1px solid rgba(113, 135, 166, 0.25);
  background: #101928;
  color: #eaf2ff;
  padding: 13px;
  line-height: 1.48;
  overflow-x: auto;
}.tc-wp-tool-root .pfc-graph-panel{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .pfc-graph-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid rgba(36, 87, 166, 0.18);
  background:
    linear-gradient(rgba(36, 87, 166, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 87, 166, 0.06) 1px, transparent 1px),
    #ffffff;
  background-size: 20px 20px;
}.tc-wp-tool-root .pfc-graph-wrap canvas{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d8e2ef;
}.tc-wp-tool-root .pfc-legend{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}.tc-wp-tool-root .pfc-dot{
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: inline-block;
}.tc-wp-tool-root .pfc-dot-main{ background: var(--pfc-primary); }.tc-wp-tool-root .pfc-dot-compare{ background: var(--pfc-accent); }.tc-wp-tool-root .pfc-dot-point{ background: var(--pfc-good); }.tc-wp-tool-root .pfc-table-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid rgba(113, 135, 166, 0.24);
  border-radius: 14px;
  scrollbar-color: rgba(36, 87, 166, 0.42) rgba(221, 231, 243, 0.7);
}.tc-wp-tool-root .pfc-table{
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}.tc-wp-tool-root .pfc-table th, .tc-wp-tool-root .pfc-table td{
  padding: 10px;
  border-bottom: 1px solid #e4ebf4;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pfc-table th{
  background: #eef5fb;
  color: #173b72;
  font-weight: 850;
}.tc-wp-tool-root .pfc-shortcuts{
  grid-column: 1 / -1;
}.tc-wp-tool-root .pfc-shortcut{
  width: 100%;
  color: #173b72;
}.tc-wp-tool-root .pfc-compare-area{
  display: none;
}.tc-wp-tool-root .pfc-tool-root.pfc-compare-on .pfc-compare-area{
  display: block;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pfc-tool-root{ padding: 18px 10px; }.tc-wp-tool-root .pfc-shell{ max-width: 100%; }.tc-wp-tool-root .pfc-header h1{ font-size: 1.72rem; }.tc-wp-tool-root .pfc-header p{ font-size: 0.95rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: 1fr !important; gap: 12px; margin-top: 18px; }.tc-wp-tool-root .pfc-card{ padding: 12px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 10px; font-size: 0.95rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 10px 12px; font-size: 0.92rem; width: 100%; }.tc-wp-tool-root .pfc-piece-block{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 260px; }.tc-wp-tool-root .pfc-table{ font-size: 0.85rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 11px; font-size: 0.9rem; }.tc-wp-tool-root .pfc-layout{ gap: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pfc-tool-root{ padding: 22px 12px; }.tc-wp-tool-root .pfc-shell{ max-width: 100%; }.tc-wp-tool-root .pfc-header h1{ font-size: 1.95rem; }.tc-wp-tool-root .pfc-header p{ font-size: 1rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 20px; }.tc-wp-tool-root .pfc-card{ padding: 14px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 11px; font-size: 1rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 11px 13px; font-size: 0.95rem; width: 100%; }.tc-wp-tool-root .pfc-piece-block{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 285px; }.tc-wp-tool-root .pfc-table{ font-size: 0.9rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 12px; font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pfc-tool-root{ padding: 26px 14px; }.tc-wp-tool-root .pfc-shell{ max-width: 100%; }.tc-wp-tool-root .pfc-header h1{ font-size: 2.25rem; }.tc-wp-tool-root .pfc-header p{ font-size: 1.04rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 22px; }.tc-wp-tool-root .pfc-card{ padding: 16px; }.tc-wp-tool-root .pfc-form-grid, .tc-wp-tool-root .pfc-result-grid, .tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 12px; font-size: 1rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 12px 14px; font-size: 0.98rem; width: 100%; }.tc-wp-tool-root .pfc-piece-block{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 320px; }.tc-wp-tool-root .pfc-table{ font-size: 0.93rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 13px; font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pfc-tool-root{ padding: 34px 20px; }.tc-wp-tool-root .pfc-shell{ max-width: 940px; }.tc-wp-tool-root .pfc-header h1{ font-size: 2.8rem; }.tc-wp-tool-root .pfc-header p{ font-size: 1.08rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: 1fr; gap: 18px; margin-top: 26px; }.tc-wp-tool-root .pfc-card{ padding: 18px; }.tc-wp-tool-root .pfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .pfc-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 14px; }.tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 0.75fr) auto auto; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 12px; font-size: 1rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 12px 15px; font-size: 0.98rem; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 380px; }.tc-wp-tool-root .pfc-table{ font-size: 0.95rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 14px; font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pfc-tool-root{ padding: 42px 24px; }.tc-wp-tool-root .pfc-shell{ max-width: 1120px; }.tc-wp-tool-root .pfc-header h1{ font-size: 3.15rem; }.tc-wp-tool-root .pfc-header p{ font-size: 1.12rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr); gap: 20px; margin-top: 30px; }.tc-wp-tool-root .pfc-graph-panel, .tc-wp-tool-root .pfc-shortcuts{ grid-column: 1 / -1; }.tc-wp-tool-root .pfc-card{ padding: 20px; }.tc-wp-tool-root .pfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .pfc-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-top: 14px; }.tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 0.7fr) auto auto; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 12px; font-size: 0.98rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 12px 15px; font-size: 0.96rem; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 430px; }.tc-wp-tool-root .pfc-table{ font-size: 0.96rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 14px; font-size: 0.97rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .pfc-tool-root{ padding: 50px 28px; }.tc-wp-tool-root .pfc-shell{ max-width: 1240px; }.tc-wp-tool-root .pfc-header h1{ font-size: 3.55rem; }.tc-wp-tool-root .pfc-header p{ font-size: 1.16rem; }.tc-wp-tool-root .pfc-layout{ grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 22px; margin-top: 34px; }.tc-wp-tool-root .pfc-graph-panel, .tc-wp-tool-root .pfc-shortcuts{ grid-column: 1 / -1; }.tc-wp-tool-root .pfc-card{ padding: 22px; }.tc-wp-tool-root .pfc-form-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .pfc-wide{ grid-column: 1 / -1; }.tc-wp-tool-root .pfc-result-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }.tc-wp-tool-root .pfc-shortcut-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .pfc-piece-row{ grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.05fr) minmax(0, 0.75fr) auto auto; }.tc-wp-tool-root .pfc-field input, .tc-wp-tool-root .pfc-field select, .tc-wp-tool-root .pfc-piece-row input, .tc-wp-tool-root .pfc-piece-row select{ padding: 12px 13px; font-size: 1rem; }.tc-wp-tool-root .pfc-btn, .tc-wp-tool-root .pfc-shortcut{ padding: 12px 16px; font-size: 0.98rem; }.tc-wp-tool-root .pfc-graph-wrap canvas{ height: 460px; }.tc-wp-tool-root .pfc-table{ font-size: 0.97rem; }.tc-wp-tool-root .pfc-result-card, .tc-wp-tool-root .pfc-summary-box pre{ padding: 15px; font-size: 0.98rem; }}.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;
}