@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{
  margin: 0;
  overflow-x: hidden;
}.tc-wp-tool-root .ppm-tool-wrapper{
  --ppm-bg: #06252a;
  --ppm-bg-2: #0a3a42;
  --ppm-card: rgba(255, 255, 255, 0.96);
  --ppm-card-soft: rgba(236, 253, 255, 0.9);
  --ppm-primary: #007f8f;
  --ppm-primary-dark: #075e68;
  --ppm-accent: #29b87a;
  --ppm-cyan: #3dd5e7;
  --ppm-slate: #243746;
  --ppm-muted: #647785;
  --ppm-border: rgba(22, 93, 105, 0.18);
  --ppm-danger: #b42318;
  --ppm-shadow: 0 24px 70px rgba(3, 31, 36, 0.28);
  position: relative;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: var(--ppm-slate);
  background:
    radial-gradient(circle at 12% 18%, rgba(61, 213, 231, 0.22), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(41, 184, 122, 0.18), transparent 24%),
    linear-gradient(135deg, var(--ppm-bg), var(--ppm-bg-2));
}.tc-wp-tool-root .ppm-tool-wrapper, .tc-wp-tool-root .ppm-tool-wrapper *{
  box-sizing: border-box;
}.tc-wp-tool-root .ppm-tool-wrapper::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle, rgba(61, 213, 231, 0.35) 1px, transparent 2px);
  background-size: 34px 34px, 34px 34px, 92px 92px;
  opacity: 0.62;
}.tc-wp-tool-root .ppm-tool-shell{
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-tool-root .ppm-tool-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}.tc-wp-tool-root .ppm-tool-header h1{
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-tool-header p{
  margin: 14px 0 0;
  color: #d7fbff;
  line-height: 1.6;
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-calculator-card{
  width: 100%;
  max-width: 100%;
  display: grid;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(197, 252, 255, 0.35);
  border-radius: 20px;
  box-shadow: var(--ppm-shadow);
  backdrop-filter: blur(14px);
  overflow: hidden;
}.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel, .tc-wp-tool-root .ppm-popular-section{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}.tc-wp-tool-root .ppm-input-panel{
  display: grid;
  background: var(--ppm-card);
  border-right: 1px solid var(--ppm-border);
}.tc-wp-tool-root .ppm-output-panel{
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(236, 253, 255, 0.95), rgba(255, 255, 255, 0.96));
}.tc-wp-tool-root .ppm-output-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .ppm-output-panel::-webkit-scrollbar-track{
  background: #e8f7f8;
}.tc-wp-tool-root .ppm-output-panel::-webkit-scrollbar-thumb{
  background: var(--ppm-primary);
  border-radius: 999px;
  border: 2px solid #e8f7f8;
}.tc-wp-tool-root .ppm-field-group{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .ppm-field-group label{
  color: var(--ppm-primary-dark);
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 127, 143, 0.28);
  border-radius: 12px;
  background: #ffffff;
  color: var(--ppm-slate);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .ppm-input:focus, .tc-wp-tool-root .ppm-select:focus, .tc-wp-tool-root .ppm-button:focus, .tc-wp-tool-root .ppm-icon-button:focus, .tc-wp-tool-root .ppm-popular-card:focus{
  border-color: var(--ppm-cyan);
  box-shadow: 0 0 0 4px rgba(61, 213, 231, 0.22);
}.tc-wp-tool-root .ppm-unit-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ppm-icon-button{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 127, 143, 0.28);
  border-radius: 999px;
  background: #e9fbfc;
  color: var(--ppm-primary-dark);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .ppm-icon-button:hover{
  transform: translateY(-1px);
  background: #d8f8fb;
  border-color: var(--ppm-primary);
}.tc-wp-tool-root .ppm-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .ppm-button:hover, .tc-wp-tool-root .ppm-popular-card:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .ppm-button-primary{
  background: linear-gradient(135deg, var(--ppm-primary), #079faf);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 127, 143, 0.24);
}.tc-wp-tool-root .ppm-button-primary.ppm-copied{
  background: linear-gradient(135deg, #157a50, var(--ppm-accent));
}.tc-wp-tool-root .ppm-button-secondary{
  background: #f2fbfc;
  color: var(--ppm-primary-dark);
  border-color: rgba(0, 127, 143, 0.22);
}.tc-wp-tool-root .ppm-validation{
  min-height: 22px;
  color: var(--ppm-danger);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-validation.ppm-valid{
  color: #276749;
}.tc-wp-tool-root .ppm-result-box{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 127, 143, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 127, 143, 0.1), rgba(41, 184, 122, 0.11)),
    #ffffff;
}.tc-wp-tool-root .ppm-result-value{
  color: #073c43;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-result-meta{
  margin-top: 10px;
  color: var(--ppm-muted);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ppm-preview-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 127, 143, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ppm-preview-label{
  color: var(--ppm-muted);
  font-weight: 750;
  line-height: 1.25;
}.tc-wp-tool-root .ppm-preview-number{
  margin-top: 8px;
  color: #082f36;
  font-weight: 850;
  line-height: 1.25;
}.tc-wp-tool-root .ppm-popular-section{
  display: grid;
}.tc-wp-tool-root .ppm-popular-card{
  text-align: center;
  color: #073c43;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 255, 0.96));
  border-color: rgba(61, 213, 231, 0.3);
  box-shadow: 0 12px 30px rgba(3, 31, 36, 0.16);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 28px 12px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 100%; gap: 18px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 30px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 14px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: 1fr; gap: 0; border-radius: 16px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 16px; gap: 14px; }.tc-wp-tool-root .ppm-unit-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ppm-icon-button{ width: 100%; height: 42px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 44px; padding: 10px 12px; font-size: 15px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 44px; padding: 10px 12px; font-size: 14px; border-radius: 12px; }.tc-wp-tool-root .ppm-actions{ gap: 10px; }.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ppm-preview-card{ padding: 12px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 12px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 15px; }.tc-wp-tool-root .ppm-result-box{ padding: 16px; }.tc-wp-tool-root .ppm-result-value{ font-size: 22px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 13px; }.tc-wp-tool-root .ppm-popular-section{ gap: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 32px 14px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 100%; gap: 20px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 34px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 15px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: 1fr; gap: 0; border-radius: 18px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 18px; gap: 15px; }.tc-wp-tool-root .ppm-unit-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ppm-icon-button{ width: 100%; height: 44px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 46px; padding: 11px 13px; font-size: 15px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 46px; padding: 11px 13px; font-size: 14px; border-radius: 12px; }.tc-wp-tool-root .ppm-actions{ gap: 10px; }.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .ppm-preview-card{ padding: 13px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 12px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 16px; }.tc-wp-tool-root .ppm-result-box{ padding: 18px; }.tc-wp-tool-root .ppm-result-value{ font-size: 24px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 13px; }.tc-wp-tool-root .ppm-popular-section{ gap: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 38px 18px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 100%; gap: 22px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 40px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 16px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: 1fr; gap: 0; border-radius: 20px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ grid-column: 1 / -1; width: 100%; max-width: 100%; min-width: 0; padding: 22px; gap: 16px; }.tc-wp-tool-root .ppm-unit-grid{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .ppm-icon-button{ width: 100%; height: 46px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 48px; padding: 12px 14px; font-size: 16px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 48px; padding: 12px 14px; font-size: 15px; border-radius: 12px; }.tc-wp-tool-root .ppm-actions{ gap: 12px; }.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ppm-preview-card{ padding: 14px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 13px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 17px; }.tc-wp-tool-root .ppm-result-box{ padding: 20px; }.tc-wp-tool-root .ppm-result-value{ font-size: 28px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 14px; }.tc-wp-tool-root .ppm-popular-section{ gap: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 54px 26px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 900px; gap: 26px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 48px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 17px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: 1fr; gap: 0; border-radius: 22px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ grid-column: 1 / -1; padding: 28px; gap: 18px; }.tc-wp-tool-root .ppm-unit-grid{ gap: 14px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 50px; padding: 13px 15px; font-size: 16px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 50px; padding: 13px 16px; font-size: 15px; border-radius: 13px; }.tc-wp-tool-root .ppm-actions{ gap: 14px; }.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .ppm-preview-card{ padding: 16px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 13px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 18px; }.tc-wp-tool-root .ppm-result-box{ padding: 24px; }.tc-wp-tool-root .ppm-result-value{ font-size: 34px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 14px; }.tc-wp-tool-root .ppm-popular-section{ gap: 16px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 68px 32px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 1080px; gap: 30px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 56px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 18px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 0; border-radius: 24px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ padding: 30px; gap: 19px; }.tc-wp-tool-root .ppm-unit-grid{ gap: 14px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 52px; padding: 14px 16px; font-size: 16px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 52px; padding: 14px 17px; font-size: 15px; border-radius: 14px; }.tc-wp-tool-root .ppm-actions{ gap: 14px; }.tc-wp-tool-root .ppm-preview-grid, .tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .ppm-preview-card{ padding: 17px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 13px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 18px; }.tc-wp-tool-root .ppm-result-box{ padding: 26px; }.tc-wp-tool-root .ppm-result-value{ font-size: 36px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 14px; }.tc-wp-tool-root .ppm-popular-section{ gap: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .ppm-tool-wrapper{ padding: 78px 36px; }.tc-wp-tool-root .ppm-tool-shell{ max-width: 1180px; gap: 32px; }.tc-wp-tool-root .ppm-tool-header h1{ font-size: 62px; }.tc-wp-tool-root .ppm-tool-header p{ font-size: 19px; }.tc-wp-tool-root .ppm-calculator-card{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 0; border-radius: 26px; }.tc-wp-tool-root .ppm-input-panel, .tc-wp-tool-root .ppm-output-panel{ padding: 34px; gap: 20px; }.tc-wp-tool-root .ppm-unit-grid{ gap: 15px; }.tc-wp-tool-root .ppm-input, .tc-wp-tool-root .ppm-select{ min-height: 54px; padding: 14px 16px; font-size: 17px; }.tc-wp-tool-root .ppm-button, .tc-wp-tool-root .ppm-popular-card{ min-height: 54px; padding: 14px 18px; font-size: 16px; border-radius: 14px; }.tc-wp-tool-root .ppm-actions{ gap: 15px; }.tc-wp-tool-root .ppm-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .ppm-popular-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .ppm-preview-card{ padding: 18px; }.tc-wp-tool-root .ppm-preview-label{ font-size: 13px; }.tc-wp-tool-root .ppm-preview-number{ font-size: 19px; }.tc-wp-tool-root .ppm-result-box{ padding: 28px; }.tc-wp-tool-root .ppm-result-value{ font-size: 38px; }.tc-wp-tool-root .ppm-result-meta, .tc-wp-tool-root .ppm-validation, .tc-wp-tool-root .ppm-field-group label{ font-size: 14px; }.tc-wp-tool-root .ppm-popular-section{ gap: 18px; }}.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;
}