@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 .loafc-tool-root{
  --loafc-ink: #132238;
  --loafc-muted: #52627a;
  --loafc-line: #d8e1ef;
  --loafc-panel: rgba(255,255,255,.94);
  --loafc-panel-2: #f7faff;
  --loafc-blue: #1f5eff;
  --loafc-teal: #087f8c;
  --loafc-green: #177245;
  --loafc-red: #b42318;
  --loafc-amber: #8a5a00;
  --loafc-shadow: 0 18px 50px rgba(24,41,72,.14);
  position: relative;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: var(--loafc-ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(35, 94, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 94, 255, .055) 1px, transparent 1px),
    radial-gradient(circle at 20% 10%, rgba(8,127,140,.18), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(31,94,255,.13), transparent 38%),
    linear-gradient(135deg, #f6fbff 0%, #eef6f4 48%, #f8fbff 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}.tc-wp-tool-root .loafc-tool-root *{
  box-sizing: border-box;
}.tc-wp-tool-root .loafc-shell{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 18px;
}.tc-wp-tool-root .loafc-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 26px;
}.tc-wp-tool-root .loafc-header h1{
  margin: 0;
  color: #0b1d33;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .loafc-header p{
  margin: 0;
  max-width: 850px;
  color: #30445f;
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .loafc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .loafc-panel, .tc-wp-tool-root .loafc-settings, .tc-wp-tool-root .loafc-results, .tc-wp-tool-root .loafc-graph-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}.tc-wp-tool-root .loafc-panel{
  background: var(--loafc-panel);
  border: 1px solid rgba(122, 143, 172, .34);
  border-radius: 18px;
  box-shadow: var(--loafc-shadow);
  padding: 18px;
}.tc-wp-tool-root .loafc-equation-strip{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .loafc-equation-strip span, .tc-wp-tool-root .loafc-shortcuts button{
  border: 1px solid #c9d9ec;
  background: linear-gradient(180deg, #ffffff, #f0f6ff);
  color: #18395f;
  border-radius: 999px;
}.tc-wp-tool-root .loafc-equation-strip span{
  padding: 7px 10px;
  font-size: .82rem;
  font-weight: 700;
}.tc-wp-tool-root .loafc-form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .loafc-field{
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--loafc-muted);
  font-size: .86rem;
  font-weight: 700;
}.tc-wp-tool-root .loafc-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root .loafc-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #b9c8dc;
  background: #fff;
  color: var(--loafc-ink);
  border-radius: 12px;
  padding: 11px 12px;
  font-size: .98rem;
  line-height: 1.25;
  outline: none;
}.tc-wp-tool-root .loafc-input:focus, .tc-wp-tool-root .loafc-btn:focus, .tc-wp-tool-root .loafc-shortcuts button:focus{
  border-color: var(--loafc-blue);
  box-shadow: 0 0 0 4px rgba(31,94,255,.16);
}.tc-wp-tool-root .loafc-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}.tc-wp-tool-root .loafc-btn, .tc-wp-tool-root .loafc-shortcuts button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 11px 12px;
  font-weight: 800;
  font-size: .92rem;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .loafc-btn:hover, .tc-wp-tool-root .loafc-shortcuts button:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(24,41,72,.13);
}.tc-wp-tool-root .loafc-btn-primary{
  border: 1px solid #164be0;
  background: linear-gradient(135deg, #235eff, #143fc0);
  color: #fff;
}.tc-wp-tool-root .loafc-btn-ghost{
  border: 1px solid #bdcadc;
  background: #fff;
  color: #203954;
}.tc-wp-tool-root .loafc-btn-copy{
  border: 1px solid #087f8c;
  background: linear-gradient(135deg, #087f8c, #0b6670);
  color: #fff;
}.tc-wp-tool-root .loafc-results{
  overflow-y: auto;
  scrollbar-color: #9bb1cc #edf4fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .loafc-results::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .loafc-results::-webkit-scrollbar-thumb{
  background: #9bb1cc;
  border-radius: 999px;
}.tc-wp-tool-root .loafc-status{
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 12px;
  background: #eef8f3;
  border: 1px solid #bce3ce;
  color: #145a38;
  font-weight: 800;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .loafc-status.loafc-warn{
  background: #fff8e6;
  border-color: #f0d38a;
  color: var(--loafc-amber);
}.tc-wp-tool-root .loafc-status.loafc-error{
  background: #fff1f0;
  border-color: #ffb4ad;
  color: var(--loafc-red);
}.tc-wp-tool-root .loafc-result-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .loafc-result-card{
  min-width: 0;
  border: 1px solid #d8e1ef;
  background: linear-gradient(180deg, #fff, var(--loafc-panel-2));
  border-radius: 14px;
  padding: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .loafc-result-label{
  color: var(--loafc-muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}.tc-wp-tool-root .loafc-result-value{
  color: var(--loafc-ink);
  font-size: .98rem;
  line-height: 1.45;
}.tc-wp-tool-root .loafc-graph-panel{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 16px;
}.tc-wp-tool-root .loafc-graph-wrap{
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  border: 1px solid #cbd8e8;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}.tc-wp-tool-root .loafc-canvas{
  width: 100%;
  height: 100%;
  display: block;
}.tc-wp-tool-root .loafc-graph-fallback{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  color: var(--loafc-red);
  background: rgba(255,255,255,.9);
  font-weight: 800;
}.tc-wp-tool-root .loafc-table-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid #d8e1ef;
  border-radius: 16px;
  background: #fff;
}.tc-wp-tool-root .loafc-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: .92rem;
}.tc-wp-tool-root .loafc-table th, .tc-wp-tool-root .loafc-table td{
  padding: 10px;
  border-bottom: 1px solid #e5edf7;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .loafc-table th{
  background: #edf5ff;
  color: #1b385b;
  font-weight: 900;
}.tc-wp-tool-root .loafc-shortcuts{
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .loafc-shortcuts button{
  color: #18395f;
  border-color: #c9d9ec;
  background: linear-gradient(180deg, #fff, #f0f6ff);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .loafc-shell{ padding: 26px 10px; width: 100%; }.tc-wp-tool-root .loafc-header h1{ font-size: 1.8rem; }.tc-wp-tool-root .loafc-header p{ font-size: .92rem; }.tc-wp-tool-root .loafc-card, .tc-wp-tool-root .loafc-form-grid, .tc-wp-tool-root .loafc-result-grid, .tc-wp-tool-root .loafc-graph-panel, .tc-wp-tool-root .loafc-shortcuts{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .loafc-panel{ padding: 12px; }.tc-wp-tool-root .loafc-input{ font-size: .92rem; padding: 10px; }.tc-wp-tool-root .loafc-btn, .tc-wp-tool-root .loafc-shortcuts button{ font-size: .84rem; padding: 10px; }.tc-wp-tool-root .loafc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .loafc-result-card{ padding: 10px; }.tc-wp-tool-root .loafc-result-value, .tc-wp-tool-root .loafc-table{ font-size: .86rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 1 / 1; }.tc-wp-tool-root .loafc-table th, .tc-wp-tool-root .loafc-table td{ padding: 8px 6px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .loafc-shell{ padding: 30px 12px; width: 100%; }.tc-wp-tool-root .loafc-header h1{ font-size: 2rem; }.tc-wp-tool-root .loafc-header p{ font-size: .95rem; }.tc-wp-tool-root .loafc-card, .tc-wp-tool-root .loafc-form-grid, .tc-wp-tool-root .loafc-result-grid, .tc-wp-tool-root .loafc-graph-panel, .tc-wp-tool-root .loafc-shortcuts{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .loafc-panel{ padding: 13px; }.tc-wp-tool-root .loafc-input{ font-size: .94rem; padding: 10px; }.tc-wp-tool-root .loafc-btn, .tc-wp-tool-root .loafc-shortcuts button{ font-size: .86rem; padding: 10px; }.tc-wp-tool-root .loafc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .loafc-result-card{ padding: 10px; }.tc-wp-tool-root .loafc-result-value, .tc-wp-tool-root .loafc-table{ font-size: .88rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 1.1 / 1; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .loafc-shell{ padding: 34px 14px; width: 100%; }.tc-wp-tool-root .loafc-header h1{ font-size: 2.25rem; }.tc-wp-tool-root .loafc-header p{ font-size: .98rem; }.tc-wp-tool-root .loafc-card, .tc-wp-tool-root .loafc-form-grid, .tc-wp-tool-root .loafc-result-grid, .tc-wp-tool-root .loafc-graph-panel, .tc-wp-tool-root .loafc-shortcuts{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .loafc-panel{ padding: 14px; }.tc-wp-tool-root .loafc-input{ font-size: .96rem; padding: 11px; }.tc-wp-tool-root .loafc-btn, .tc-wp-tool-root .loafc-shortcuts button{ font-size: .9rem; padding: 11px; }.tc-wp-tool-root .loafc-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .loafc-result-card{ padding: 11px; }.tc-wp-tool-root .loafc-result-value, .tc-wp-tool-root .loafc-table{ font-size: .9rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 4 / 3; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .loafc-shell{ padding: 40px 18px; width: 100%; }.tc-wp-tool-root .loafc-header h1{ font-size: 2.75rem; }.tc-wp-tool-root .loafc-header p{ font-size: 1rem; }.tc-wp-tool-root .loafc-card{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .loafc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .loafc-result-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .loafc-graph-panel{ grid-template-columns: 1fr; }.tc-wp-tool-root .loafc-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .loafc-panel, .tc-wp-tool-root .loafc-result-card{ padding: 16px; }.tc-wp-tool-root .loafc-input, .tc-wp-tool-root .loafc-btn{ font-size: .98rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 16 / 9; }.tc-wp-tool-root .loafc-table{ font-size: .92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .loafc-shell{ padding: 44px 18px; width: 100%; }.tc-wp-tool-root .loafc-header h1{ font-size: 3.1rem; }.tc-wp-tool-root .loafc-header p{ font-size: 1.04rem; }.tc-wp-tool-root .loafc-card{ gap: 16px; }.tc-wp-tool-root .loafc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .loafc-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .loafc-panel, .tc-wp-tool-root .loafc-result-card{ padding: 16px; }.tc-wp-tool-root .loafc-input, .tc-wp-tool-root .loafc-btn{ font-size: .96rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 16 / 9; }.tc-wp-tool-root .loafc-table{ font-size: .9rem; }.tc-wp-tool-root .loafc-shortcuts{ grid-template-columns: repeat(4, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .loafc-shell{ padding: 52px 20px; width: min(1180px, 100%); }.tc-wp-tool-root .loafc-header h1{ font-size: 3.45rem; }.tc-wp-tool-root .loafc-header p{ font-size: 1.08rem; }.tc-wp-tool-root .loafc-card{ gap: 18px; }.tc-wp-tool-root .loafc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .loafc-result-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .loafc-panel{ padding: 18px; }.tc-wp-tool-root .loafc-result-card{ padding: 12px; }.tc-wp-tool-root .loafc-input, .tc-wp-tool-root .loafc-btn{ font-size: .98rem; }.tc-wp-tool-root .loafc-graph-wrap{ aspect-ratio: 16 / 9; }.tc-wp-tool-root .loafc-table{ font-size: .92rem; }}.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;
}