@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 .tttc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 42px 18px;
  color: #f6fffe;
  background:
    radial-gradient(circle at 14% 16%, rgba(73, 221, 184, 0.36), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(91, 184, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #061426 0%, #0b3152 43%, #154456 68%, #25515a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tttc-tool-wrap, .tc-wp-tool-root .tttc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{
  max-width: 720px;
  margin: 12px auto 0;
  color: #d9fffa;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(206, 255, 247, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(10, 35, 58, 0.82), rgba(9, 78, 91, 0.54));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(141, 255, 232, 0.36);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34), 0 0 36px rgba(64, 226, 195, 0.12);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{
  padding: 22px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  min-width: 0;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-card-head, .tc-wp-tool-root .tttc-tool-wrap .tttc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tttc-tool-wrap h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-field, .tc-wp-tool-root .tttc-tool-wrap .tttc-duration-fields{
  min-width: 0;
  margin-bottom: 14px;
}.tc-wp-tool-root .tttc-tool-wrap label, .tc-wp-tool-root .tttc-tool-wrap .tttc-group-label{
  display: block;
  margin: 0 0 7px;
  color: #c9fff6;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid rgba(203, 255, 247, 0.24);
  border-radius: 14px;
  padding: 0 13px;
  outline: none;
  color: #f8fffe;
  background-color: rgba(4, 22, 38, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  font-size: 0.95rem;
  line-height: 1.2;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .tttc-tool-wrap select{
  appearance: auto;
}.tc-wp-tool-root .tttc-tool-wrap select option{
  color: #f8fffe;
  background-color: #09243a;
}.tc-wp-tool-root .tttc-tool-wrap input:focus, .tc-wp-tool-root .tttc-tool-wrap select:focus{
  border-color: #72f7db;
  background-color: rgba(4, 28, 47, 0.96);
  box-shadow: 0 0 0 4px rgba(82, 245, 214, 0.16), 0 0 22px rgba(82, 245, 214, 0.18);
}.tc-wp-tool-root .tttc-tool-wrap input.tttc-error, .tc-wp-tool-root .tttc-tool-wrap select.tttc-error{
  border-color: #ff8c9e;
  box-shadow: 0 0 0 4px rgba(255, 140, 158, 0.14);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-grid{
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .tttc-tool-wrap .tttc-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle-field{
  display: flex;
  align-items: end;
  min-height: 72px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle{
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(203, 255, 247, 0.2);
  border-radius: 14px;
  background: rgba(4, 22, 38, 0.52);
  cursor: pointer;
  color: #eafffc;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle-ui{
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #17334c;
  border: 1px solid rgba(203, 255, 247, 0.24);
  position: relative;
  flex: 0 0 auto;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle-ui::after{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  background: #c9fff6;
  transition: left 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle input:checked + .tttc-toggle-ui{
  background: linear-gradient(135deg, #1fe1b5, #62c7ff);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toggle input:checked + .tttc-toggle-ui::after{
  left: 19px;
  background: #062035;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  padding: 0 14px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn:focus-visible{
  outline: 3px solid rgba(133, 255, 234, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn-primary{
  color: #062033;
  background: linear-gradient(135deg, #80ffe2, #5bc8ff);
  box-shadow: 0 14px 28px rgba(54, 221, 209, 0.22);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn-secondary{
  color: #ecfffc;
  background: linear-gradient(135deg, rgba(30, 65, 91, 0.98), rgba(21, 91, 101, 0.94));
  border: 1px solid rgba(203, 255, 247, 0.2);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .tttc-tool-wrap .tttc-btn-copy{
  width: auto;
  min-width: 88px;
  height: 40px;
  padding: 0 12px;
  color: #052235;
  background: linear-gradient(135deg, #c5fff3, #8ddcff);
  font-size: 0.84rem;
  flex: 0 0 auto;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  padding: 16px;
  color: #effffc;
  background: rgba(3, 18, 31, 0.56);
  border: 1px solid rgba(203, 255, 247, 0.16);
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: tttcFadeIn 220ms ease both;
  scrollbar-color: #76f5dc rgba(3, 18, 31, 0.5);
  scrollbar-width: thin;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-output-box::-webkit-scrollbar-track{
  background: rgba(3, 18, 31, 0.5);
  border-radius: 999px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #76f5dc, #62c7ff);
  border-radius: 999px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box{
  max-height: 180px;
  font-size: 0.94rem;
  line-height: 1.55;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{
  max-height: 220px;
  font-size: 0.94rem;
  line-height: 1.55;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{
  color: #ffffff;
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: tttcReveal 240ms ease both;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-detail-result{
  color: #c9fff6;
  font-size: 0.95rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99999;
  max-width: min(92vw, 440px);
  padding: 13px 18px;
  border: 1px solid rgba(203, 255, 247, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(5, 26, 43, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38), 0 0 30px rgba(93, 225, 211, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
}.tc-wp-tool-root .tttc-tool-wrap .tttc-toast.tttc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes tttcFadeIn {
  from { opacity: 0.72; }
  to { opacity: 1; }
}@keyframes tttcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: 100%; }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout, .tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 14px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-grid, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-2, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-3{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 48px; font-size: 0.9rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.9); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 48px; font-size: 0.78rem; padding: 0 8px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn-copy{ width: auto; min-width: 78px; height: 38px; font-size: 0.76rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.08rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-detail-result{ font-size: 0.86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: 100%; }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout, .tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 16px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-grid, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-2, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-3{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 50px; font-size: 0.92rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.9); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 50px; font-size: 0.84rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.18rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{ font-size: 0.88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: 100%; }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 0.95rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout, .tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 18px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-grid, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-2, .tc-wp-tool-root .tttc-tool-wrap .tttc-grid-3{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 51px; font-size: 0.95rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.9); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 52px; font-size: 0.9rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.26rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{ font-size: 0.91rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: min(100%, 920px); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 1rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 20px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 52px; font-size: 0.96rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.9); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 54px; font-size: 0.92rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.34rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{ font-size: 0.94rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: min(100%, 1120px); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 1rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout{ grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 18px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 21px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 53px; font-size: 0.96rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.88); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 55px; font-size: 0.92rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.36rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{ font-size: 0.94rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .tttc-tool-wrap{ padding: 48px 24px; border-radius: 0 !important; }.tc-wp-tool-root .tttc-tool-wrap .tttc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tttc-tool-wrap .tttc-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-results{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .tttc-tool-wrap .tttc-input-card, .tc-wp-tool-root .tttc-tool-wrap .tttc-output-card{ padding: 24px; }.tc-wp-tool-root .tttc-tool-wrap input, .tc-wp-tool-root .tttc-tool-wrap select{ height: 54px; font-size: 0.98rem; color: #f8fffe; background-color: rgba(4, 22, 38, 0.86); }.tc-wp-tool-root .tttc-tool-wrap select option{ color: #f8fffe; background-color: #09243a; }.tc-wp-tool-root .tttc-tool-wrap .tttc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tttc-tool-wrap .tttc-btn{ height: 56px; font-size: 0.94rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-main-result{ font-size: 1.42rem; }.tc-wp-tool-root .tttc-tool-wrap .tttc-formula-box, .tc-wp-tool-root .tttc-tool-wrap .tttc-steps-box{ font-size: 0.95rem; }}@media (max-width: 299px) {.tc-wp-tool-root .tttc-tool-wrap .tttc-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;
}

.tc-wp-tool-root .tttc-end-field {}
.tc-wp-tool-root .tttc-next-day-field {}
.tc-wp-tool-root .tttc-result-card {}