@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{
  overflow-x: hidden;
}.tc-wp-tool-root .evc-tool-root{
  --evc-bg: #082419;
  --evc-bg-2: #0d3a2a;
  --evc-card: rgba(255, 255, 255, 0.96);
  --evc-card-2: rgba(245, 255, 250, 0.94);
  --evc-text: #10231b;
  --evc-muted: #587064;
  --evc-line: rgba(24, 97, 66, 0.18);
  --evc-accent: #18a058;
  --evc-accent-2: #e8b339;
  --evc-danger: #b42318;
  --evc-focus: #64d894;
  --evc-shadow: 0 24px 70px rgba(3, 25, 16, 0.28);
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 34px 16px;
  color: var(--evc-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 14%, rgba(232, 179, 57, .34), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(24, 160, 88, .32), transparent 30%),
    linear-gradient(135deg, #061f17 0%, #0b3a28 48%, #102b20 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}.tc-wp-tool-root .evc-tool-root *, .tc-wp-tool-root .evc-tool-root *::before, .tc-wp-tool-root .evc-tool-root *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .evc-header{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 10px;
}.tc-wp-tool-root .evc-kicker{
  display: inline-flex;
  justify-self: center;
  padding: 7px 12px;
  border: 1px solid rgba(232, 179, 57, .42);
  border-radius: 999px;
  color: #fff7d7;
  background: rgba(232, 179, 57, .14);
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-header h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 4px 22px rgba(0,0,0,.25);
}.tc-wp-tool-root .evc-header p{
  margin: 0 auto;
  max-width: 760px;
  color: #e8fff2;
  line-height: 1.55;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-tool-root .evc-card{
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,253,248,.96));
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  box-shadow: var(--evc-shadow);
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root .evc-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 14px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .evc-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--evc-line);
  border-radius: 18px;
  background: var(--evc-card);
  padding: 16px;
}.tc-wp-tool-root .evc-input-panel{
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .evc-output-panel{
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(8, 36, 25, .96), rgba(12, 58, 41, .94)),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  color: #ffffff;
}.tc-wp-tool-root .evc-settings-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .evc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .evc-field span{
  color: var(--evc-muted);
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(18, 95, 61, .22);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f7fcf9);
  color: var(--evc-text);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .evc-field input:focus, .tc-wp-tool-root .evc-field select:focus{
  border-color: var(--evc-focus);
  box-shadow: 0 0 0 4px rgba(100, 216, 148, .22);
}.tc-wp-tool-root .evc-items{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .evc-item-row{
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .65fr) minmax(0, .8fr) minmax(0, .8fr) minmax(0, .75fr) auto;
  gap: 10px;
  align-items: end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(24, 160, 88, .2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24,160,88,.07), rgba(232,179,57,.08));
}.tc-wp-tool-root .evc-remove{
  border: 0;
  border-radius: 12px;
  background: #fff1ef;
  color: var(--evc-danger);
  cursor: pointer;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease;
}.tc-wp-tool-root .evc-remove:hover, .tc-wp-tool-root .evc-btn:hover, .tc-wp-tool-root .evc-chip:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .evc-remove:focus, .tc-wp-tool-root .evc-btn:focus, .tc-wp-tool-root .evc-chip:focus{
  outline: 3px solid rgba(100, 216, 148, .45);
  outline-offset: 2px;
}.tc-wp-tool-root .evc-validation{
  display: none;
  padding: 12px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #8a3b12;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-validation.is-visible{
  display: block;
}.tc-wp-tool-root .evc-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-btn-primary{
  color: #052115;
  background: linear-gradient(135deg, #77e6a0, #e8c052);
  box-shadow: 0 10px 22px rgba(24, 160, 88, .22);
}.tc-wp-tool-root .evc-btn-muted{
  color: #123526;
  background: #eaf8ef;
}.tc-wp-tool-root .evc-btn-dark{
  color: #ffffff;
  background: #10231b;
}.tc-wp-tool-root .evc-status{
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #092015;
  background: linear-gradient(135deg, #7bebaa, #f0c65c);
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-preview-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .evc-result-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  display: grid;
  gap: 8px;
}.tc-wp-tool-root .evc-result-card span, .tc-wp-tool-root .evc-breakdown span{
  color: #cdeede;
  font-size: 12px;
  font-weight: 750;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-result-card strong, .tc-wp-tool-root .evc-breakdown strong{
  color: #ffffff;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .evc-result-main{
  background: linear-gradient(135deg, rgba(24, 160, 88, .32), rgba(232, 179, 57, .22));
}.tc-wp-tool-root .evc-breakdown{
  margin-top: 12px;
  display: grid;
  gap: 9px;
}.tc-wp-tool-root .evc-breakdown div{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}.tc-wp-tool-root .evc-copy-note{
  min-height: 22px;
  margin-top: 12px;
  color: #bff5d4;
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .evc-shortcuts{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .evc-chip{
  color: #092015;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(232, 179, 57, .32);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .evc-tool-root{ padding: 24px 10px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 100%; }.tc-wp-tool-root .evc-header h1{ font-size: 30px; }.tc-wp-tool-root .evc-header p{ font-size: 14px; }.tc-wp-tool-root .evc-card{ padding: 10px; border-radius: 16px; }.tc-wp-tool-root .evc-layout, .tc-wp-tool-root .evc-settings-grid, .tc-wp-tool-root .evc-preview-grid, .tc-wp-tool-root .evc-actions, .tc-wp-tool-root .evc-shortcuts{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .evc-panel{ padding: 12px; }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 42px; padding: 10px; font-size: 14px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 42px; padding: 10px; font-size: 14px; }.tc-wp-tool-root .evc-item-row{ grid-template-columns: 1fr !important; grid-column: 1 / -1; max-width: 100%; min-width: 0; gap: 9px; }.tc-wp-tool-root .evc-result-card{ padding: 12px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 18px; }.tc-wp-tool-root .evc-breakdown{ font-size: 14px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .evc-tool-root{ padding: 28px 12px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 100%; }.tc-wp-tool-root .evc-header h1{ font-size: 34px; }.tc-wp-tool-root .evc-header p{ font-size: 15px; }.tc-wp-tool-root .evc-card{ padding: 11px; }.tc-wp-tool-root .evc-layout, .tc-wp-tool-root .evc-settings-grid, .tc-wp-tool-root .evc-preview-grid, .tc-wp-tool-root .evc-actions, .tc-wp-tool-root .evc-shortcuts{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .evc-panel{ padding: 13px; }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 44px; padding: 11px; font-size: 15px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 44px; padding: 11px; font-size: 15px; }.tc-wp-tool-root .evc-item-row{ grid-template-columns: 1fr !important; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .evc-result-card{ padding: 13px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 19px; }.tc-wp-tool-root .evc-breakdown{ font-size: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .evc-tool-root{ padding: 32px 14px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 100%; }.tc-wp-tool-root .evc-header h1{ font-size: 38px; }.tc-wp-tool-root .evc-header p{ font-size: 16px; }.tc-wp-tool-root .evc-layout, .tc-wp-tool-root .evc-settings-grid, .tc-wp-tool-root .evc-preview-grid, .tc-wp-tool-root .evc-actions, .tc-wp-tool-root .evc-shortcuts{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .evc-panel{ padding: 14px; }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-item-row{ grid-template-columns: 1fr !important; grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .evc-result-card{ padding: 14px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 20px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .evc-tool-root{ padding: 42px 18px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 920px; }.tc-wp-tool-root .evc-header h1{ font-size: 48px; }.tc-wp-tool-root .evc-header p{ font-size: 17px; }.tc-wp-tool-root .evc-layout{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .evc-settings-grid, .tc-wp-tool-root .evc-preview-grid, .tc-wp-tool-root .evc-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .evc-item-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .evc-remove{ grid-column: 1 / -1; }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-result-card{ padding: 15px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 21px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .evc-tool-root{ padding: 48px 22px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 1080px; }.tc-wp-tool-root .evc-header h1{ font-size: 54px; }.tc-wp-tool-root .evc-header p{ font-size: 18px; }.tc-wp-tool-root .evc-layout{ grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 14px; }.tc-wp-tool-root .evc-settings-grid, .tc-wp-tool-root .evc-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .evc-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .evc-item-row{ grid-template-columns: minmax(0, 1fr) minmax(0, .7fr) minmax(0, .75fr) minmax(0, .8fr) minmax(0, .75fr) auto; }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .evc-result-card{ padding: 14px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 20px; }}@media (min-width: 1200px) {.tc-wp-tool-root .evc-tool-root{ padding: 54px 24px; }.tc-wp-tool-root .evc-card, .tc-wp-tool-root .evc-shortcuts, .tc-wp-tool-root .evc-header{ max-width: 1180px; }.tc-wp-tool-root .evc-header h1{ font-size: 60px; }.tc-wp-tool-root .evc-header p{ font-size: 18px; }.tc-wp-tool-root .evc-layout{ gap: 16px; }.tc-wp-tool-root .evc-settings-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .evc-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .evc-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .evc-field input, .tc-wp-tool-root .evc-field select{ min-height: 48px; padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .evc-btn, .tc-wp-tool-root .evc-chip, .tc-wp-tool-root .evc-remove{ min-height: 48px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .evc-result-card{ padding: 16px; }.tc-wp-tool-root .evc-result-card strong{ font-size: 22px; }}.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 .evc-custom-currency {}