@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 .avc-tool-wrap{
  
  --avc-bg: #eef7f3;
  --avc-ink: #10231d;
  --avc-muted: #5b6d66;
  --avc-card: rgba(255, 255, 255, 0.94);
  --avc-line: rgba(32, 88, 69, 0.16);
  --avc-accent: #08795f;
  --avc-accent-2: #c18a19;
  --avc-danger: #b42318;
  --avc-good: #047857;
  --avc-shadow: 0 24px 70px rgba(20, 65, 52, 0.16);
  --avc-radius: 18px;
  --avc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 0;
  color: var(--avc-ink);
  font-family: var(--avc-font);
  background:
    linear-gradient(rgba(8, 121, 95, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 121, 95, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(193, 138, 25, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(8, 121, 95, 0.22), transparent 30%),
    linear-gradient(135deg, #f7fbf8 0%, #e5f4ee 42%, #f8f1df 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}.tc-wp-tool-root .avc-tool-wrap *{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .avc-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}.tc-wp-tool-root .avc-header h1{
  margin: 0;
  color: #092019;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .avc-header p{
  margin: 14px auto 0;
  color: #27473d;
  line-height: 1.55;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .avc-card{
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--avc-line);
  border-radius: var(--avc-radius);
  box-shadow: var(--avc-shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}.tc-wp-tool-root .avc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .avc-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: var(--avc-card);
}.tc-wp-tool-root .avc-input-panel{
  display: grid;
  gap: var(--avc-gap, 16px);
}.tc-wp-tool-root .avc-output-panel{
  display: flex;
  flex-direction: column;
  gap: var(--avc-gap, 16px);
  overflow-y: auto;
  border-left: 1px solid var(--avc-line);
}.tc-wp-tool-root .avc-controls-grid, .tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-breakdown, .tc-wp-tool-root .avc-actions, .tc-wp-tool-root .avc-shortcuts{
  display: grid;
  gap: var(--avc-gap, 16px);
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .avc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .avc-field label{
  color: #24443a;
  font-size: 0.86rem;
  font-weight: 750;
}.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(8, 121, 95, 0.22);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
  color: var(--avc-ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-tool-root .avc-field input:focus, .tc-wp-tool-root .avc-field select:focus, .tc-wp-tool-root .avc-btn:focus, .tc-wp-tool-root .avc-chip:focus{
  border-color: var(--avc-accent);
  box-shadow: 0 0 0 4px rgba(8, 121, 95, 0.16);
  outline: none;
}.tc-wp-tool-root .avc-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root .avc-items{
  display: grid;
  gap: var(--avc-gap, 16px);
}.tc-wp-tool-root .avc-item-row{
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: var(--avc-item-pad, 14px);
  border: 1px solid rgba(8, 121, 95, 0.16);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(242,249,246,0.92));
}.tc-wp-tool-root .avc-remove{
  align-self: end;
  border: 1px solid rgba(180, 35, 24, 0.2);
  background: #fff5f4;
  color: var(--avc-danger);
}.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .avc-btn:hover, .tc-wp-tool-root .avc-chip:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .avc-btn-primary{
  background: linear-gradient(135deg, #08795f, #0aa178);
  color: #fff;
  box-shadow: 0 12px 28px rgba(8, 121, 95, 0.24);
}.tc-wp-tool-root .avc-btn-ghost, .tc-wp-tool-root .avc-chip{
  color: #154238;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(8, 121, 95, 0.18);
}.tc-wp-tool-root .avc-validation, .tc-wp-tool-root .avc-copy-status{
  color: var(--avc-danger);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .avc-status{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}.tc-wp-tool-root .avc-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  color: #4d3500;
  background: linear-gradient(135deg, #fff1c6, #f7d46c);
  border: 1px solid rgba(193, 138, 25, 0.26);
  font-weight: 850;
  font-size: 0.82rem;
}.tc-wp-tool-root .avc-performance{
  color: var(--avc-accent);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .avc-result-main{
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #073f34, #0a7d63);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}.tc-wp-tool-root .avc-result-main span, .tc-wp-tool-root .avc-preview-card span, .tc-wp-tool-root .avc-breakdown span{
  display: block;
  color: inherit;
  opacity: 0.78;
  font-weight: 750;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .avc-result-main strong{
  display: block;
  margin-top: 8px;
  line-height: 1.05;
  overflow-wrap: anywhere;
	color: #fff;
}.tc-wp-tool-root .avc-preview-card, .tc-wp-tool-root .avc-breakdown div{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(8, 121, 95, 0.15);
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #f4faf7);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .avc-preview-card strong, .tc-wp-tool-root .avc-breakdown strong{
  display: block;
  margin-top: 7px;
  color: #123d33;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .avc-breakdown{
  grid-template-columns: 1fr;
}.tc-wp-tool-root .avc-shortcuts{
  margin: 18px auto 0;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 26px 10px; --avc-gap: 10px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: 100%; }.tc-wp-tool-root .avc-header h1{ font-size: 2rem; }.tc-wp-tool-root .avc-header p{ font-size: 0.92rem; }.tc-wp-tool-root .avc-card{ margin-top: 22px; }.tc-wp-tool-root .avc-grid, .tc-wp-tool-root .avc-controls-grid, .tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .avc-panel{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .avc-output-panel{ border-left: 0; border-top: 1px solid var(--avc-line); }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 43px; padding: 10px 11px; font-size: 0.95rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 43px; padding: 10px 12px; font-size: 0.9rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1fr !important; --avc-item-pad: 12px; }.tc-wp-tool-root .avc-preview-card{ padding: 12px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 1.7rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 30px 14px; --avc-gap: 12px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: 100%; }.tc-wp-tool-root .avc-header h1{ font-size: 2.25rem; }.tc-wp-tool-root .avc-header p{ font-size: 0.96rem; }.tc-wp-tool-root .avc-card{ margin-top: 24px; }.tc-wp-tool-root .avc-grid, .tc-wp-tool-root .avc-controls-grid, .tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .avc-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .avc-output-panel{ border-left: 0; border-top: 1px solid var(--avc-line); }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 45px; padding: 11px 12px; font-size: 1rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 45px; padding: 11px 14px; font-size: 0.95rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1fr !important; --avc-item-pad: 13px; }.tc-wp-tool-root .avc-preview-card{ padding: 13px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1.04rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 1.9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 34px 18px; --avc-gap: 14px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: 100%; }.tc-wp-tool-root .avc-header h1{ font-size: 2.55rem; }.tc-wp-tool-root .avc-header p{ font-size: 1rem; max-width: 620px; }.tc-wp-tool-root .avc-card{ margin-top: 26px; }.tc-wp-tool-root .avc-grid, .tc-wp-tool-root .avc-controls-grid, .tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .avc-panel{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .avc-output-panel{ border-left: 0; border-top: 1px solid var(--avc-line); }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 47px; padding: 12px 13px; font-size: 1rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 47px; padding: 12px 15px; font-size: 0.98rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1fr !important; --avc-item-pad: 14px; }.tc-wp-tool-root .avc-preview-card{ padding: 15px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1.08rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 2.05rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 46px 26px; --avc-gap: 16px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: min(940px, 100%); }.tc-wp-tool-root .avc-header h1{ font-size: 3.2rem; }.tc-wp-tool-root .avc-header p{ font-size: 1.05rem; max-width: 720px; }.tc-wp-tool-root .avc-card{ margin-top: 30px; }.tc-wp-tool-root .avc-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .avc-controls-grid, .tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .avc-panel{ padding: 22px; }.tc-wp-tool-root .avc-output-panel{ border-left: 0; border-top: 1px solid var(--avc-line); }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 48px; padding: 12px 14px; font-size: 1rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 48px; padding: 12px 16px; font-size: 1rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1.25fr 0.7fr 0.9fr 1fr 0.85fr auto; }.tc-wp-tool-root .avc-preview-card{ padding: 16px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1.12rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 2.3rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 54px 30px; --avc-gap: 16px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: min(1120px, 100%); }.tc-wp-tool-root .avc-header h1{ font-size: 3.65rem; }.tc-wp-tool-root .avc-header p{ font-size: 1.08rem; max-width: 760px; }.tc-wp-tool-root .avc-card{ margin-top: 34px; }.tc-wp-tool-root .avc-grid{ grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }.tc-wp-tool-root .avc-controls-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .avc-preview-grid, .tc-wp-tool-root .avc-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .avc-panel{ padding: 24px; }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 48px; padding: 12px 14px; font-size: 1rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 48px; padding: 12px 17px; font-size: 1rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1.2fr 0.62fr 0.82fr 0.9fr 0.8fr auto; }.tc-wp-tool-root .avc-preview-card{ padding: 16px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1.08rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 2.45rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .avc-tool-wrap{ padding: 64px 36px; --avc-gap: 18px; }.tc-wp-tool-root .avc-header, .tc-wp-tool-root .avc-card, .tc-wp-tool-root .avc-shortcuts{ width: min(1240px, 100%); }.tc-wp-tool-root .avc-header h1{ font-size: 4.25rem; }.tc-wp-tool-root .avc-header p{ font-size: 1.12rem; max-width: 790px; }.tc-wp-tool-root .avc-card{ margin-top: 38px; }.tc-wp-tool-root .avc-grid{ grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr); }.tc-wp-tool-root .avc-controls-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .avc-preview-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .avc-shortcuts{ grid-template-columns: repeat(6, minmax(0, 1fr)); }.tc-wp-tool-root .avc-panel{ padding: 28px; }.tc-wp-tool-root .avc-field input, .tc-wp-tool-root .avc-field select{ min-height: 50px; padding: 13px 15px; font-size: 1rem; }.tc-wp-tool-root .avc-btn, .tc-wp-tool-root .avc-chip{ min-height: 50px; padding: 13px 18px; font-size: 1rem; }.tc-wp-tool-root .avc-item-row{ grid-template-columns: 1.28fr 0.62fr 0.86fr 0.92fr 0.8fr auto; }.tc-wp-tool-root .avc-preview-card{ padding: 17px; }.tc-wp-tool-root .avc-preview-card strong{ font-size: 1.1rem; }.tc-wp-tool-root .avc-result-main strong{ font-size: 2.65rem; }}.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 .avc-copy {}
.tc-wp-tool-root .avc-total {}