@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 .ttfc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 34px 16px;
  color: #eaffff;
  background:
    radial-gradient(circle at 15% 12%, rgba(45, 212, 191, 0.28), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(34, 211, 238, 0.2), transparent 30%),
    linear-gradient(135deg, #061522 0%, #09243a 42%, #052b34 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttfc-tool-wrap, .tc-wp-tool-root .ttfc-tool-wrap div, .tc-wp-tool-root .ttfc-tool-wrap section, .tc-wp-tool-root .ttfc-tool-wrap label{
  box-sizing: border-box;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-hero{
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-kicker{
  display: inline-flex;
  width: fit-content;
  color: #8fffe1;
  background: rgba(17, 94, 89, 0.38);
  border: 1px solid rgba(153, 246, 228, 0.24);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .ttfc-tool-wrap h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #f8ffff;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{
  max-width: 760px;
  margin: 0;
  color: #bde8ef;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid rgba(165, 243, 252, 0.2);
  background: linear-gradient(180deg, rgba(10, 37, 55, 0.82), rgba(5, 23, 35, 0.76));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), 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 .ttfc-tool-wrap .ttfc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 32px rgba(20, 184, 166, 0.12);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card-head h2{
  margin: 0;
  color: #f4ffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field span{
  color: #bdf5ef;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 50px;
  border-radius: 8px;
  border: 1px solid rgba(148, 223, 228, 0.25);
  background-color: #092334;
  color: #f2ffff;
  padding: 0 12px;
  font-size: 0.96rem;
  line-height: 1.2;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{
  appearance: auto;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option:checked, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option:focus, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option:hover{
  color: #f2ffff;
  background-color: #092334;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input:focus, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select:focus{
  border-color: #5eead4;
  background-color: #0b2b3d;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 24px rgba(34, 211, 238, 0.16);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field.ttfc-invalid input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field.ttfc-invalid select{
  border-color: #fb7185;
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.14);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-custom-field.ttfc-hidden{
  display: none;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transition: transform 130ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{
  height: 54px;
  padding: 0 12px;
  font-size: 0.95rem;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-calc{
  color: #042019;
  background: linear-gradient(135deg, #5eead4, #22d3ee);
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-clear{
  color: #eaffff;
  background: rgba(15, 64, 82, 0.9);
  border: 1px solid rgba(165, 243, 252, 0.22);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 86px;
  height: 38px;
  padding: 0 12px;
  color: #eaffff;
  background: rgba(20, 184, 166, 0.22);
  border: 1px solid rgba(153, 246, 228, 0.24);
  font-size: 0.82rem;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button:hover, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(45, 212, 191, 0.22);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button:active, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button:focus-visible, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy:focus-visible{
  outline: 3px solid rgba(94, 234, 212, 0.7);
  outline-offset: 3px;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  min-width: 0;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(103, 232, 249, 0.18);
  background: rgba(3, 17, 28, 0.5);
  padding: 14px;
  overflow: auto;
  scrollbar-color: #2dd4bf rgba(8, 37, 52, 0.8);
  scrollbar-width: thin;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-box{
  max-height: 220px;
  animation: ttfcReveal 280ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-box{
  max-height: 180px;
  animation: ttfcFade 240ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-steps-box{
  max-height: 220px;
  animation: ttfcFade 240ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-summary-text{
  margin-top: 9px;
  color: #a7f3d0;
  font-size: 0.92rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{
  margin: 0;
  color: #d8ffff;
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-steps-list{
  margin: 0;
  padding-left: 20px;
  color: #c8f7f4;
  font-size: 0.95rem;
  line-height: 1.55;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-steps-list li + li{
  margin-top: 6px;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #042019;
  background: linear-gradient(135deg, #99f6e4, #67e8f9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .ttfc-tool-wrap .ttfc-toast.ttfc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes ttfcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes ttfcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-card{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 14px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 48px; font-size: 0.9rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 50px; font-size: 0.82rem; padding: 0 6px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 36px; font-size: 0.76rem; min-width: 76px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 1.22rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 0.9rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-card{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 15px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 49px; font-size: 0.93rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 52px; font-size: 0.88rem; padding: 0 8px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 37px; font-size: 0.78rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 1.32rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 0.92rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 13px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-card{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 16px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 50px; font-size: 0.95rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 54px; font-size: 0.92rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 38px; font-size: 0.8rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 1.44rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 0.96rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: min(100%, 1200px); max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 20px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 52px; font-size: 0.98rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 39px; font-size: 0.82rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 1.72rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 1rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 15px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 50px 24px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: min(100%, 1200px); max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 20px; align-items: start; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 22px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 54px; font-size: 1rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 40px; font-size: 0.84rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 1.9rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 1.03rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .ttfc-tool-wrap{ padding: 58px 28px; border-radius: 0 !important; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-container{ width: min(100%, 1200px); max-width: 1200px; }.tc-wp-tool-root .ttfc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-subtitle{ font-size: 1.08rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-form-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-card{ padding: 24px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field input, .tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select{ height: 56px; font-size: 1rem; color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-field select option{ color: #f2ffff; background-color: #092334; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-actions button{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-copy{ height: 40px; font-size: 0.84rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-result-text{ font-size: 2.08rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-formula-text{ font-size: 1.05rem; }.tc-wp-tool-root .ttfc-tool-wrap .ttfc-output-box{ padding: 17px; }}.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 .ttfc-action {}
.tc-wp-tool-root .ttfc-date {}
.tc-wp-tool-root .ttfc-days {}
.tc-wp-tool-root .ttfc-format {}
.tc-wp-tool-root .ttfc-formula-card {}
.tc-wp-tool-root .ttfc-hours {}
.tc-wp-tool-root .ttfc-input-card {}
.tc-wp-tool-root .ttfc-minutes {}
.tc-wp-tool-root .ttfc-mode {}
.tc-wp-tool-root .ttfc-seconds {}
.tc-wp-tool-root .ttfc-steps-card {}
.tc-wp-tool-root .ttfc-time {}