@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{
  --bcc-flour: #fffaf0;
  --bcc-cream: #fff3d2;
  --bcc-butter: #f6c95b;
  --bcc-butter-soft: #ffe7a3;
  --bcc-cocoa: #4d2f22;
  --bcc-cocoa-soft: #7b523d;
  --bcc-jam: #a83f5f;
  --bcc-jam-dark: #7c2942;
  --bcc-steel: #68727b;
  --bcc-steel-light: #edf0f1;
  --bcc-card: rgba(255, 250, 240, 0.96);
  --bcc-shadow: 0 22px 55px rgba(83, 49, 31, 0.18);
  --bcc-border: rgba(126, 82, 55, 0.2);
  --bcc-focus: #a83f5f;
}.tc-wp-tool-root, .tc-wp-tool-root{
  max-width: 100%;
  overflow-x: hidden;
}.tc-wp-tool-root .bcc-tool-root, .tc-wp-tool-root .bcc-tool-root *{
  box-sizing: border-box;
}.tc-wp-tool-root .bcc-tool-root{
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  overflow-x: hidden;
  color: var(--bcc-cocoa);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.72) 0 8%, transparent 23%),
    radial-gradient(circle at 86% 24%, rgba(246, 201, 91, 0.32) 0 7%, transparent 22%),
    linear-gradient(90deg, rgba(77, 47, 34, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(77, 47, 34, 0.025) 1px, transparent 1px),
    var(--bcc-cream);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}.tc-wp-tool-root .bcc-tool-root::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(77, 47, 34, 0.055) 28px 30px, transparent 30px 56px),
    radial-gradient(circle, rgba(255, 255, 255, 0.44) 0 1px, transparent 1.5px);
  background-size: 180px 180px, 18px 18px;
  opacity: 0.42;
}.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root .bcc-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}.tc-wp-tool-root .bcc-header h1{
  margin: 0;
  color: var(--bcc-cocoa);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 231, 163, 0.92);
}.tc-wp-tool-root .bcc-header p{
  margin: 12px 0 0;
  max-width: 760px;
  color: #684737;
  line-height: 1.55;
}.tc-wp-tool-root .bcc-card{
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--bcc-border);
  box-shadow: var(--bcc-shadow);
  backdrop-filter: blur(4px);
}.tc-wp-tool-root .bcc-tool-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bcc-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--bcc-border);
  background: var(--bcc-card);
  box-shadow: 0 12px 30px rgba(77, 47, 34, 0.1);
}.tc-wp-tool-root .bcc-input-panel{
  display: grid;
  align-content: start;
}.tc-wp-tool-root .bcc-output-panel{
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(237, 240, 241, 0.95), rgba(255, 250, 240, 0.96)),
    repeating-linear-gradient(90deg, rgba(104, 114, 123, 0.08) 0 1px, transparent 1px 18px);
}.tc-wp-tool-root .bcc-output-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bcc-output-panel::-webkit-scrollbar-track{
  background: var(--bcc-cream);
}.tc-wp-tool-root .bcc-output-panel::-webkit-scrollbar-thumb{
  background: var(--bcc-cocoa-soft);
  border-radius: 999px;
  border: 2px solid var(--bcc-cream);
}.tc-wp-tool-root .bcc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .bcc-field label{
  color: var(--bcc-cocoa);
  font-weight: 700;
  line-height: 1.25;
}.tc-wp-tool-root .bcc-control{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(77, 47, 34, 0.28);
  background: #fffdfa;
  color: var(--bcc-cocoa);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}.tc-wp-tool-root .bcc-control:focus, .tc-wp-tool-root .bcc-button:focus, .tc-wp-tool-root .bcc-swap:focus, .tc-wp-tool-root .bcc-shortcut:focus{
  outline: 3px solid rgba(168, 63, 95, 0.35);
  outline-offset: 2px;
  border-color: var(--bcc-focus);
}.tc-wp-tool-root .bcc-unit-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bcc-swap{
  border: 1px solid rgba(77, 47, 34, 0.25);
  background: var(--bcc-butter-soft);
  color: var(--bcc-cocoa);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(77, 47, 34, 0.12);
}.tc-wp-tool-root .bcc-swap:hover{
  background: var(--bcc-butter);
}.tc-wp-tool-root .bcc-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bcc-button, .tc-wp-tool-root .bcc-shortcut{
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .bcc-button:hover, .tc-wp-tool-root .bcc-shortcut:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bcc-button-primary{
  background: var(--bcc-cocoa);
  color: #fffaf0;
  box-shadow: 0 10px 18px rgba(77, 47, 34, 0.18);
}.tc-wp-tool-root .bcc-button-primary:hover{
  background: #3d241a;
}.tc-wp-tool-root .bcc-button-secondary{
  background: #fffdfa;
  color: var(--bcc-cocoa);
  border-color: rgba(77, 47, 34, 0.24);
}.tc-wp-tool-root .bcc-button-secondary:hover{
  background: var(--bcc-cream);
}.tc-wp-tool-root .bcc-message{
  min-height: 1.4em;
  margin: 0;
  color: var(--bcc-jam-dark);
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bcc-scale{
  display: grid;
  align-content: center;
  min-height: 100%;
  border: 1px solid rgba(104, 114, 123, 0.26);
  background:
    linear-gradient(180deg, #f8faf9, #e8ecec),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.95), transparent 44%);
  box-shadow: inset 0 2px 8px rgba(104, 114, 123, 0.16), 0 14px 30px rgba(77, 47, 34, 0.1);
}.tc-wp-tool-root .bcc-scale-top{
  display: flex;
  justify-content: center;
  gap: 7px;
}.tc-wp-tool-root .bcc-scale-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bcc-steel);
  opacity: 0.7;
}.tc-wp-tool-root .bcc-result{
  min-height: 3.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bcc-cocoa);
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bcc-result-meta{
  min-height: 1.4em;
  text-align: center;
  color: var(--bcc-steel);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bcc-popular{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bcc-shortcut{
  min-width: 0;
  text-align: left;
  color: var(--bcc-cocoa);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(255, 231, 163, 0.45));
  border-color: rgba(77, 47, 34, 0.18);
  box-shadow: 0 8px 18px rgba(77, 47, 34, 0.1);
}.tc-wp-tool-root .bcc-shortcut:hover{
  background:
    linear-gradient(135deg, #fffdfa, rgba(246, 201, 91, 0.52));
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 24px 10px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: 100%;
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 18px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-card{
    padding: 10px;
    border-radius: 18px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .bcc-input-panel, .tc-wp-tool-root .bcc-output-panel{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .bcc-panel{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 12px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 14px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 13px;
  }.tc-wp-tool-root .bcc-unit-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .bcc-swap{
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 18px;
  }.tc-wp-tool-root .bcc-actions{
    grid-template-columns: 1fr;
    gap: 9px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 16px 12px;
    border-radius: 14px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 21px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 13px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 28px 14px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: 100%;
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 20px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 15px;
  }.tc-wp-tool-root .bcc-card{
    padding: 12px;
    border-radius: 20px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .bcc-input-panel, .tc-wp-tool-root .bcc-output-panel{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .bcc-panel{
    padding: 16px;
    border-radius: 17px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 13px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 44px;
    padding: 10px 11px;
    border-radius: 11px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 13px;
  }.tc-wp-tool-root .bcc-unit-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .bcc-swap{
    width: 100%;
    min-height: 42px;
    border-radius: 11px;
    font-size: 18px;
  }.tc-wp-tool-root .bcc-actions{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 14px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 18px 14px;
    border-radius: 15px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 23px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 13px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 13px;
    border-radius: 12px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 34px 16px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: min(100%, 620px);
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 22px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 36px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 16px;
  }.tc-wp-tool-root .bcc-card{
    padding: 14px;
    border-radius: 22px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .bcc-input-panel, .tc-wp-tool-root .bcc-output-panel{
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }.tc-wp-tool-root .bcc-panel{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 14px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-unit-grid{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .bcc-swap{
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    font-size: 19px;
  }.tc-wp-tool-root .bcc-actions{
    gap: 11px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 45px;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 20px 16px;
    border-radius: 16px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 26px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: 1fr !important;
    gap: 11px;
    margin-top: 16px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 14px;
    border-radius: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 46px 24px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: min(100%, 900px);
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 28px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 44px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 17px;
  }.tc-wp-tool-root .bcc-card{
    padding: 18px;
    border-radius: 24px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }.tc-wp-tool-root .bcc-panel{
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 15px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 48px;
    padding: 12px 13px;
    border-radius: 12px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-unit-grid{
    gap: 10px;
  }.tc-wp-tool-root .bcc-swap{
    width: 44px;
    height: 48px;
    border-radius: 12px;
    font-size: 19px;
  }.tc-wp-tool-root .bcc-actions{
    gap: 12px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 22px 18px;
    border-radius: 17px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 28px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 15px;
    border-radius: 14px;
    font-size: 15px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 56px 30px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: min(100%, 1040px);
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 30px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 50px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 18px;
  }.tc-wp-tool-root .bcc-card{
    padding: 20px;
    border-radius: 26px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
  }.tc-wp-tool-root .bcc-panel{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 16px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 50px;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 15px;
  }.tc-wp-tool-root .bcc-unit-grid{
    gap: 12px;
  }.tc-wp-tool-root .bcc-swap{
    width: 48px;
    height: 50px;
    border-radius: 13px;
    font-size: 20px;
  }.tc-wp-tool-root .bcc-actions{
    gap: 12px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 48px;
    padding: 12px 15px;
    border-radius: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 31px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 14px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 20px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 16px;
    border-radius: 14px;
    font-size: 15px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bcc-tool-root{
    padding: 66px 34px;
  }.tc-wp-tool-root .bcc-header, .tc-wp-tool-root .bcc-card{
    width: min(100%, 1160px);
  }.tc-wp-tool-root .bcc-header{
    margin-bottom: 34px;
  }.tc-wp-tool-root .bcc-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .bcc-header p{
    font-size: 19px;
  }.tc-wp-tool-root .bcc-card{
    padding: 22px;
    border-radius: 28px;
  }.tc-wp-tool-root .bcc-tool-grid{
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
  }.tc-wp-tool-root .bcc-panel{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-tool-root .bcc-input-panel{
    gap: 17px;
  }.tc-wp-tool-root .bcc-control{
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .bcc-field label{
    font-size: 15px;
  }.tc-wp-tool-root .bcc-unit-grid{
    gap: 13px;
  }.tc-wp-tool-root .bcc-swap{
    width: 50px;
    height: 52px;
    border-radius: 14px;
    font-size: 21px;
  }.tc-wp-tool-root .bcc-actions{
    gap: 13px;
  }.tc-wp-tool-root .bcc-button{
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .bcc-scale{
    padding: 28px 22px;
    border-radius: 19px;
  }.tc-wp-tool-root .bcc-result{
    font-size: 34px;
  }.tc-wp-tool-root .bcc-result-meta, .tc-wp-tool-root .bcc-message{
    font-size: 15px;
  }.tc-wp-tool-root .bcc-popular{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
  }.tc-wp-tool-root .bcc-shortcut{
    padding: 17px;
    border-radius: 15px;
    font-size: 15px;
  }}.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;
}