@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 .ttsober-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #efffff;
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 255, 217, 0.24), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(0, 197, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #061320 0%, #082638 42%, #063c3d 100%);
  padding: 72px 18px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttsober-tool-wrap, .tc-wp-tool-root .ttsober-tool-wrap div, .tc-wp-tool-root .ttsober-tool-wrap section, .tc-wp-tool-root .ttsober-tool-wrap h1, .tc-wp-tool-root .ttsober-tool-wrap h2, .tc-wp-tool-root .ttsober-tool-wrap p, .tc-wp-tool-root .ttsober-tool-wrap label, .tc-wp-tool-root .ttsober-tool-wrap span, .tc-wp-tool-root .ttsober-tool-wrap input, .tc-wp-tool-root .ttsober-tool-wrap select, .tc-wp-tool-root .ttsober-tool-wrap option, .tc-wp-tool-root .ttsober-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero{
  text-align: center;
  margin: 0 auto 32px;
  max-width: 820px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f4ffff;
  text-shadow: 0 18px 48px rgba(13, 255, 229, 0.2);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{
  margin: 14px auto 0;
  color: #c8f8f5;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 760px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(172, 255, 239, 0.2);
  background: linear-gradient(150deg, rgba(9, 35, 53, 0.86), rgba(5, 58, 61, 0.66));
  box-shadow: 0 24px 70px rgba(0, 7, 15, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card:hover{
  transform: translateY(-2px);
  border-color: rgba(80, 255, 220, 0.38);
  box-shadow: 0 30px 82px rgba(0, 10, 20, 0.48), 0 0 34px rgba(0, 224, 199, 0.1);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card-top{
  margin-bottom: 20px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card h2{
  margin: 0;
  color: #f2ffff;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card-top p{
  margin: 7px 0 0;
  color: #a9d8d7;
  font-size: 0.92rem;
  line-height: 1.45;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field label{
  display: block;
  color: #e9fffb;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field span{
  display: block;
  color: #9bc8c9;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 8px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 50px;
  border: 1px solid rgba(157, 255, 239, 0.22);
  border-radius: 8px;
  background-color: rgba(3, 24, 38, 0.9);
  color: #f4fffd;
  outline: none;
  padding: 0 13px;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input::placeholder{
  color: #789da0;
  opacity: 1;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input:focus, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select:focus{
  border-color: rgba(68, 255, 225, 0.78);
  background-color: rgba(5, 32, 48, 0.98);
  box-shadow: 0 0 0 4px rgba(17, 255, 223, 0.13), 0 0 24px rgba(0, 224, 199, 0.14);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input.ttsober-error, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select.ttsober-error{
  border-color: #ff9d9d;
  box-shadow: 0 0 0 4px rgba(255, 89, 89, 0.12);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{
  appearance: auto;
  background-color: #061f31;
  color: #f2fffd;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{
  background-color: #071b2a;
  color: #f1fffd;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option:checked, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option:hover, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option:focus{
  background-color: #0b4c55;
  color: #ffffff;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{
  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 .ttsober-tool-wrap .ttsober-btn, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-copy-btn{
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, border-color 150ms ease;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{
  width: 100%;
  height: 54px;
  padding: 0 14px;
  font-size: 0.98rem;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn-primary{
  color: #05262b;
  background: linear-gradient(135deg, #66ffe6, #22d4ff);
  box-shadow: 0 16px 34px rgba(24, 220, 226, 0.25);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn-secondary{
  color: #e9fffb;
  background: rgba(8, 35, 54, 0.92);
  border: 1px solid rgba(152, 255, 236, 0.24);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn:hover, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-copy-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(20, 244, 221, 0.22);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn:active, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn:focus-visible, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-copy-btn:focus-visible{
  outline: 3px solid rgba(117, 255, 234, 0.55);
  outline-offset: 3px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  width: 100%;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-copy-btn{
  min-width: 82px;
  height: 36px;
  padding: 0 11px;
  color: #dffffa;
  background-color: rgba(8, 41, 58, 0.95);
  border: 1px solid rgba(139, 255, 235, 0.28);
  font-size: 0.82rem;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-box{
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(128, 255, 235, 0.16);
  background: linear-gradient(145deg, rgba(3, 21, 34, 0.9), rgba(5, 42, 48, 0.82));
  color: #eafffc;
  padding: 16px;
  line-height: 1.55;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: #2eead7 rgba(4, 23, 35, 0.8);
  scrollbar-width: thin;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-box::-webkit-scrollbar-track{
  background: rgba(4, 23, 35, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #51ffe7, #16bfe0);
  border-radius: 999px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{
  max-height: 220px;
  font-size: 1.02rem;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box{
  max-height: 180px;
  font-size: 0.94rem;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{
  max-height: 220px;
  font-size: 0.94rem;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-strong{
  display: block;
  color: #73ffe8;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-muted-line{
  display: block;
  color: #bce7e5;
  margin-top: 8px;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-safety-line{
  display: block;
  color: #ffe5a5;
  margin-top: 10px;
  font-size: 0.91em;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-reveal{
  animation: ttsoberReveal 240ms ease both;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-fade{
  animation: ttsoberFade 260ms ease both;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  width: min(90vw, 420px);
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(132, 255, 236, 0.3);
  background: rgba(5, 25, 39, 0.96);
  color: #f4fffd;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 42px rgba(15, 255, 223, 0.14);
  padding: 14px 18px;
  font-size: 0.95rem;
  font-weight: 800;
  transition: opacity 170ms ease, transform 170ms ease;
}.tc-wp-tool-root .ttsober-tool-wrap .ttsober-toast.ttsober-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes ttsoberReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes ttsoberFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 42px 10px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 100%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 14px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 48px; font-size: 0.92rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 50px; font-size: 0.88rem; padding: 0 8px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 0.94rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.88rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 46px 12px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 100%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 16px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 49px; font-size: 0.94rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 9px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 52px; font-size: 0.9rem; padding: 0 10px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 0.96rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 54px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 100%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 18px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 50px; font-size: 0.96rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 54px; font-size: 0.94rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 0.98rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.92rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 64px 18px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 96%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 1rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 22px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 52px; font-size: 0.98rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 1rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.94rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 70px 22px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 96%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 20px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 23px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 52px; font-size: 1rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 1.02rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.95rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ttsober-tool-wrap{ padding: 78px 26px; border-radius: 0 !important; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-container{ width: 94%; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-main-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 24px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-output-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-card{ padding: 26px; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-input, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-select{ width: 100%; height: 54px; font-size: 1rem; color: #f2fffd; background-color: #061f31; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-select option{ background-color: #071b2a; color: #f1fffd; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-result-box{ font-size: 1.03rem; }.tc-wp-tool-root .ttsober-tool-wrap .ttsober-formula-box, .tc-wp-tool-root .ttsober-tool-wrap .ttsober-steps-box{ font-size: 0.96rem; }}.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 .ttsober-input-card {}
.tc-wp-tool-root .ttsober-output-card {}