@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 .stm-converter-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  max-width: none;
  position: relative;
  padding: 56px 18px;
  color: #f4fffb;
  background:
    radial-gradient(circle at 16% 10%, rgba(28, 224, 196, 0.34), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(37, 180, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #03111f 0%, #06283a 46%, #06382f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .stm-converter-tool, .tc-wp-tool-root .stm-converter-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .stm-converter-tool .stm-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .stm-converter-tool .stm-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .stm-converter-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .stm-converter-tool .stm-hero p{
  margin: 12px auto 0;
  max-width: 680px;
  color: #b9f8ec;
  font-size: 1.02rem;
  line-height: 1.6;
}.tc-wp-tool-root .stm-converter-tool .stm-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .stm-converter-tool .stm-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(178, 255, 238, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(7, 24, 39, 0.78), rgba(9, 55, 62, 0.58));
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .stm-converter-tool .stm-card:hover{
  transform: translateY(-2px);
  border-color: rgba(75, 255, 219, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(42, 232, 210, 0.12);
}.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{
  padding: 22px;
}.tc-wp-tool-root .stm-converter-tool .stm-output{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .stm-converter-tool .stm-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .stm-converter-tool .stm-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .stm-converter-tool .stm-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .stm-converter-tool label{
  color: #d8fff7;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  border: 1px solid rgba(177, 255, 238, 0.24);
  border-radius: 8px;
  background: rgba(3, 17, 31, 0.76);
  color: #f4fffb;
  padding: 0 14px;
  outline: none;
  font-size: 1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .stm-converter-tool .stm-select{
  appearance: auto;
}.tc-wp-tool-root .stm-converter-tool .stm-input:focus, .tc-wp-tool-root .stm-converter-tool .stm-select:focus{
  border-color: #3df4d2;
  box-shadow: 0 0 0 4px rgba(61, 244, 210, 0.14), 0 0 24px rgba(61, 244, 210, 0.16);
  background: rgba(3, 20, 35, 0.92);
}.tc-wp-tool-root .stm-converter-tool select option, .tc-wp-tool-root .stm-converter-tool .stm-select option{
  background-color: #071827;
  color: #f4fffb;
}.tc-wp-tool-root .stm-converter-tool select option:checked, .tc-wp-tool-root .stm-converter-tool select option:hover, .tc-wp-tool-root .stm-converter-tool select option:focus{
  background-color: #0b3a46;
  color: #ffffff;
}.tc-wp-tool-root .stm-converter-tool .stm-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
}.tc-wp-tool-root .stm-converter-tool .stm-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  max-height: 56px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 160ms ease, filter 160ms ease, scale 120ms ease;
}.tc-wp-tool-root .stm-converter-tool .stm-btn-primary{
  background: linear-gradient(135deg, #13ceb5, #22a6ff);
  box-shadow: 0 12px 28px rgba(24, 198, 221, 0.28);
}.tc-wp-tool-root .stm-converter-tool .stm-btn-secondary{
  background: linear-gradient(135deg, rgba(16, 52, 67, 0.98), rgba(10, 32, 47, 0.98));
  border: 1px solid rgba(184, 255, 241, 0.22);
}.tc-wp-tool-root .stm-converter-tool .stm-btn:hover, .tc-wp-tool-root .stm-converter-tool .stm-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 0 28px rgba(41, 237, 215, 0.24);
}.tc-wp-tool-root .stm-converter-tool .stm-btn:active, .tc-wp-tool-root .stm-converter-tool .stm-mini-btn:active{
  scale: 0.98;
}.tc-wp-tool-root .stm-converter-tool .stm-mini-btn{
  border: 1px solid rgba(190, 255, 243, 0.24);
  border-radius: 8px;
  background: rgba(7, 24, 39, 0.84);
  color: #dcfff8;
  min-height: 38px;
  padding: 0 12px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
}.tc-wp-tool-root .stm-converter-tool .stm-result-wrap{
  animation: stmReveal 320ms ease both;
}.tc-wp-tool-root .stm-converter-tool .stm-result-text{
  max-height: 220px;
  overflow: auto;
  color: #ffffff;
  font-size: 1.78rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .stm-converter-tool .stm-formula-text{
  max-height: 180px;
  overflow: auto;
  color: #c9fff4;
  font-size: 1.02rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .stm-converter-tool .stm-steps-text{
  max-height: 220px;
  overflow: auto;
  margin: 0;
  padding-left: 20px;
  color: #d7fff7;
  font-size: 0.98rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .stm-converter-tool .stm-result-text::-webkit-scrollbar, .tc-wp-tool-root .stm-converter-tool .stm-formula-text::-webkit-scrollbar, .tc-wp-tool-root .stm-converter-tool .stm-steps-text::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .stm-converter-tool .stm-result-text::-webkit-scrollbar-thumb, .tc-wp-tool-root .stm-converter-tool .stm-formula-text::-webkit-scrollbar-thumb, .tc-wp-tool-root .stm-converter-tool .stm-steps-text::-webkit-scrollbar-thumb{
  background: rgba(61, 244, 210, 0.42);
  border-radius: 999px;
}.tc-wp-tool-root .stm-converter-tool .stm-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 20;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border: 1px solid rgba(190, 255, 243, 0.28);
  border-radius: 8px;
  background: rgba(4, 19, 31, 0.94);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: -50% 14px;
  transition: opacity 180ms ease, visibility 180ms ease, translate 180ms ease;
  text-align: center;
}.tc-wp-tool-root .stm-converter-tool .stm-toast.stm-toast-show{
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}.tc-wp-tool-root .stm-converter-tool button:focus-visible{
  outline: 3px solid rgba(61, 244, 210, 0.72);
  outline-offset: 3px;
}@keyframes stmReveal {
  from { opacity: 0.72; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .stm-converter-tool{ padding: 28px 10px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid, .tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 14px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 48px; max-height: 56px; font-size: 0.9rem; padding: 0 6px; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.28rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 0.9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .stm-converter-tool{ padding: 32px 12px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid, .tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 16px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 49px; font-size: 0.96rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 48px; max-height: 56px; font-size: 0.92rem; padding: 0 8px; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.38rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .stm-converter-tool{ padding: 38px 14px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid, .tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 18px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 50px; max-height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.52rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .stm-converter-tool{ padding: 46px 18px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 1rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 16px; }.tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 20px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 50px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.62rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .stm-converter-tool{ padding: 54px 20px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 18px; }.tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 22px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 50px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.72rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .stm-converter-tool{ padding: 62px 24px; border-radius: 0 !important; }.tc-wp-tool-root .stm-converter-tool .stm-shell{ width: 100%; }.tc-wp-tool-root .stm-converter-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stm-converter-tool .stm-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .stm-converter-tool .stm-grid{ grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 20px; }.tc-wp-tool-root .stm-converter-tool .stm-output{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .stm-converter-tool .stm-input-card, .tc-wp-tool-root .stm-converter-tool .stm-output-card{ padding: 24px; }.tc-wp-tool-root .stm-converter-tool .stm-input, .tc-wp-tool-root .stm-converter-tool .stm-select{ width: 100%; min-height: 52px; font-size: 1.02rem; }.tc-wp-tool-root .stm-converter-tool select option{ background-color: #071827; color: #f4fffb; }.tc-wp-tool-root .stm-converter-tool .stm-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stm-converter-tool .stm-btn{ min-height: 52px; max-height: 56px; font-size: 1rem; }.tc-wp-tool-root .stm-converter-tool .stm-result-text{ font-size: 1.86rem; }.tc-wp-tool-root .stm-converter-tool .stm-formula-text, .tc-wp-tool-root .stm-converter-tool .stm-steps-text{ font-size: 1.02rem; }}@media (max-width: 299px) {.tc-wp-tool-root .stm-converter-tool .stm-actions{
    grid-template-columns: 1fr !important;
  }}.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;
}