@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{
  
  --npv-bg: #f4f8fb;
  --npv-bg-2: #eaf3f4;
  --npv-card: #ffffff;
  --npv-panel: #fbfdff;
  --npv-text: #13212b;
  --npv-muted: #526574;
  --npv-line: #d7e3ea;
  --npv-primary: #0f766e;
  --npv-primary-dark: #115e59;
  --npv-accent: #b7791f;
  --npv-good: #047857;
  --npv-warn: #a16207;
  --npv-bad: #b91c1c;
  --npv-shadow: 0 22px 60px rgba(23, 48, 62, 0.14);
  --npv-radius: 18px;
}.tc-wp-tool-root, .tc-wp-tool-root{
  max-width: 100%;
  overflow-x: hidden;
}.tc-wp-tool-root .npv-calculator-tool, .tc-wp-tool-root .npv-calculator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .npv-calculator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  overflow-x: hidden;
  color: var(--npv-text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(15, 118, 110, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 15% 8%, rgba(183, 121, 31, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(15, 118, 110, 0.16), transparent 28%),
    linear-gradient(135deg, var(--npv-bg), var(--npv-bg-2));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  padding: 32px 16px;
}.tc-wp-tool-root .npv-shell{
  width: min(1180px, 100%);
  margin: 0 auto;
}.tc-wp-tool-root .npv-header{
  text-align: center;
  max-width: 840px;
  margin: 0 auto 24px;
}.tc-wp-tool-root .npv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--npv-primary-dark);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-header h1{
  margin: 12px 0 10px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--npv-text);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-header p{
  margin: 0 auto;
  color: var(--npv-muted);
  font-size: 17px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-card{
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(215, 227, 234, 0.9);
  border-radius: var(--npv-radius);
  box-shadow: var(--npv-shadow);
  padding: 18px;
  backdrop-filter: blur(10px);
}.tc-wp-tool-root .npv-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .npv-panel{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--npv-line);
  border-radius: 16px;
  background: var(--npv-panel);
  padding: 18px;
}.tc-wp-tool-root .npv-output-panel{
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.07), transparent 38%),
    #ffffff;
}.tc-wp-tool-root .npv-section-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--npv-text);
  font-weight: 800;
}.tc-wp-tool-root .npv-items{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .npv-item-row{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(80px, 0.6fr) minmax(100px, 0.8fr) minmax(120px, 0.85fr) minmax(100px, 0.8fr) auto;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #dbe7ed;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 48, 62, 0.06);
}.tc-wp-tool-root .npv-field{
  display: grid;
  gap: 7px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .npv-field span{
  color: #344b59;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-field input, .tc-wp-tool-root .npv-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid #c9d8df;
  border-radius: 10px;
  background: #ffffff;
  color: var(--npv-text);
  font-size: 15px;
  padding: 10px 11px;
  outline: none;
}.tc-wp-tool-root .npv-field input:focus, .tc-wp-tool-root .npv-field select:focus, .tc-wp-tool-root .npv-button:focus, .tc-wp-tool-root .npv-shortcuts button:focus{
  border-color: var(--npv-primary);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
  outline: none;
}.tc-wp-tool-root .npv-settings-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .npv-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root .npv-button, .tc-wp-tool-root .npv-shortcuts button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .npv-button:hover, .tc-wp-tool-root .npv-shortcuts button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .npv-button-primary{
  background: linear-gradient(135deg, var(--npv-primary), var(--npv-primary-dark));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
}.tc-wp-tool-root .npv-button-soft{
  background: #edf8f6;
  color: var(--npv-primary-dark);
  border-color: rgba(15, 118, 110, 0.2);
}.tc-wp-tool-root .npv-button-danger{
  background: #fff1f1;
  color: var(--npv-bad);
  border-color: #f0caca;
}.tc-wp-tool-root .npv-remove{
  align-self: end;
  min-height: 42px;
  padding: 10px 12px;
}.tc-wp-tool-root .npv-validation{
  margin-top: 12px;
  color: var(--npv-bad);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-result-hero{
  display: grid;
  gap: 7px;
  padding: 18px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(17, 94, 89, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: auto, 22px 22px;
  color: #ffffff;
}.tc-wp-tool-root .npv-result-hero span{
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-result-hero strong{
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  overflow-wrap: anywhere;
	color: #fff;
}.tc-wp-tool-root .npv-result-hero small{
  font-size: 14px;
  opacity: 0.9;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-preview-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .npv-preview-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #dce8ee;
  border-radius: 14px;
  background: #ffffff;
}.tc-wp-tool-root .npv-preview-card.is-emphasis{
  border-color: rgba(183, 121, 31, 0.35);
  background: linear-gradient(180deg, rgba(183, 121, 31, 0.09), #ffffff);
}.tc-wp-tool-root .npv-preview-card span, .tc-wp-tool-root .npv-breakdown span{
  color: var(--npv-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .npv-preview-card strong{
  color: var(--npv-text);
  font-size: 18px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .npv-breakdown{
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px dashed rgba(15, 118, 110, 0.32);
  background: #f7fbfb;
}.tc-wp-tool-root .npv-breakdown div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .npv-breakdown strong{
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .npv-copy{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .npv-copy-note{
  min-height: 20px;
  margin-top: 8px;
  color: var(--npv-good);
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .npv-shortcuts{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .npv-shortcuts button{
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  color: var(--npv-primary-dark);
  border-color: #cfe1df;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .npv-calculator-tool{
    padding: 18px 10px;
  }.tc-wp-tool-root .npv-shell, .tc-wp-tool-root .npv-card, .tc-wp-tool-root .npv-panel, .tc-wp-tool-root .npv-grid, .tc-wp-tool-root .npv-item-row, .tc-wp-tool-root .npv-settings-grid, .tc-wp-tool-root .npv-preview-grid, .tc-wp-tool-root .npv-shortcuts{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .npv-card{
    padding: 10px;
    gap: 10px;
  }.tc-wp-tool-root .npv-panel{
    padding: 12px;
  }.tc-wp-tool-root .npv-grid, .tc-wp-tool-root .npv-preview-grid, .tc-wp-tool-root .npv-shortcuts, .tc-wp-tool-root .npv-settings-grid, .tc-wp-tool-root .npv-items{
    gap: 10px;
  }.tc-wp-tool-root .npv-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .npv-header p{
    font-size: 14px;
  }.tc-wp-tool-root .npv-field input, .tc-wp-tool-root .npv-field select, .tc-wp-tool-root .npv-button, .tc-wp-tool-root .npv-shortcuts button{
    font-size: 14px;
    min-height: 40px;
    padding: 9px 10px;
  }.tc-wp-tool-root .npv-preview-card{
    padding: 11px;
  }.tc-wp-tool-root .npv-preview-card strong{
    font-size: 16px;
  }.tc-wp-tool-root .npv-section-bar, .tc-wp-tool-root .npv-actions, .tc-wp-tool-root .npv-breakdown div{
    display: grid;
    grid-template-columns: 1fr !important;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .npv-calculator-tool{
    padding: 22px 12px;
  }.tc-wp-tool-root .npv-shell, .tc-wp-tool-root .npv-card, .tc-wp-tool-root .npv-panel, .tc-wp-tool-root .npv-grid, .tc-wp-tool-root .npv-item-row, .tc-wp-tool-root .npv-settings-grid, .tc-wp-tool-root .npv-preview-grid, .tc-wp-tool-root .npv-shortcuts{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .npv-card, .tc-wp-tool-root .npv-panel{
    padding: 13px;
  }.tc-wp-tool-root .npv-grid, .tc-wp-tool-root .npv-preview-grid, .tc-wp-tool-root .npv-shortcuts, .tc-wp-tool-root .npv-settings-grid{
    gap: 11px;
  }.tc-wp-tool-root .npv-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .npv-header p{
    font-size: 15px;
  }.tc-wp-tool-root .npv-field input, .tc-wp-tool-root .npv-field select, .tc-wp-tool-root .npv-button, .tc-wp-tool-root .npv-shortcuts button{
    font-size: 14px;
    min-height: 42px;
  }.tc-wp-tool-root .npv-preview-card{
    padding: 12px;
  }.tc-wp-tool-root .npv-preview-card strong{
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .npv-calculator-tool{
    padding: 26px 14px;
  }.tc-wp-tool-root .npv-shell, .tc-wp-tool-root .npv-card, .tc-wp-tool-root .npv-panel, .tc-wp-tool-root .npv-grid, .tc-wp-tool-root .npv-item-row, .tc-wp-tool-root .npv-settings-grid, .tc-wp-tool-root .npv-preview-grid, .tc-wp-tool-root .npv-shortcuts{
    grid-template-columns: 1fr !important;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .npv-card, .tc-wp-tool-root .npv-panel{
    padding: 15px;
  }.tc-wp-tool-root .npv-header h1{
    font-size: 36px;
  }.tc-wp-tool-root .npv-header p{
    font-size: 16px;
  }.tc-wp-tool-root .npv-preview-card{
    padding: 13px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .npv-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .npv-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .npv-shortcuts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .npv-item-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .npv-remove{
    align-self: auto;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .npv-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .npv-shortcuts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .npv-item-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root .npv-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}.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 .npv-custom-currency {}
.tc-wp-tool-root .npv-input-panel {}