@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 .sdc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  color: #eafffb;
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 212, 191, 0.34), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.24), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(110, 231, 183, 0.18), transparent 38%),
    linear-gradient(135deg, #061826 0%, #082337 38%, #06313a 68%, #041119 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .sdc-tool-wrap, .tc-wp-tool-root .sdc-tool-wrap div, .tc-wp-tool-root .sdc-tool-wrap section, .tc-wp-tool-root .sdc-tool-wrap header, .tc-wp-tool-root .sdc-tool-wrap h1, .tc-wp-tool-root .sdc-tool-wrap h2, .tc-wp-tool-root .sdc-tool-wrap p, .tc-wp-tool-root .sdc-tool-wrap label, .tc-wp-tool-root .sdc-tool-wrap textarea, .tc-wp-tool-root .sdc-tool-wrap select, .tc-wp-tool-root .sdc-tool-wrap option, .tc-wp-tool-root .sdc-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{
  text-align: center;
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #f5fffd;
  text-shadow: 0 16px 46px rgba(20, 184, 166, 0.35);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: #bdeee8;
  line-height: 1.6;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid, .tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(175, 255, 239, 0.22);
  background: linear-gradient(145deg, rgba(8, 31, 47, 0.86), rgba(5, 48, 56, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.38), 0 0 34px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card-head h2{
  margin: 0;
  color: #effffb;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-field{
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-field label{
  color: #d9fffa;
  font-weight: 700;
  font-size: 0.9rem;
}.tc-wp-tool-root .sdc-tool-wrap textarea, .tc-wp-tool-root .sdc-tool-wrap select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(153, 246, 228, 0.28);
  border-radius: 8px;
  background: rgba(2, 18, 30, 0.82);
  color: #f1fffd;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .sdc-tool-wrap textarea{
  resize: vertical;
  line-height: 1.5;
}.tc-wp-tool-root .sdc-tool-wrap textarea::placeholder{
  color: #8cc9c3;
  opacity: 1;
}.tc-wp-tool-root .sdc-tool-wrap select{
  appearance: auto;
  cursor: pointer;
}.tc-wp-tool-root .sdc-tool-wrap select option{
  background: #061826;
  color: #f1fffd;
}.tc-wp-tool-root .sdc-tool-wrap select:focus, .tc-wp-tool-root .sdc-tool-wrap textarea:focus{
  border-color: #5eead4;
  background: rgba(3, 24, 38, 0.95);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 28px rgba(34, 211, 238, 0.14);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .sdc-tool-wrap button{
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  user-select: none;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{
  type: button;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn-primary{
  color: #03151b;
  background: linear-gradient(135deg, #5eead4, #22d3ee 52%, #a7f3d0);
  box-shadow: 0 14px 36px rgba(34, 211, 238, 0.28);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn-secondary{
  color: #eafffb;
  background: rgba(8, 38, 54, 0.88);
  border: 1px solid rgba(153, 246, 228, 0.34);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{
  type: button;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #03151b;
  background: linear-gradient(135deg, #ccfbf1, #67e8f9);
  box-shadow: 0 10px 26px rgba(34, 211, 238, 0.22);
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn:hover, .tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 42px rgba(45, 212, 191, 0.28);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn:active, .tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .sdc-tool-wrap button:focus-visible{
  outline: 3px solid rgba(167, 243, 208, 0.86);
  outline-offset: 3px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-output-box{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(153, 246, 228, 0.22);
  border-radius: 8px;
  background: rgba(1, 13, 23, 0.68);
  color: #eafffb;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: sdcReveal 220ms ease both;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{
  max-height: 220px;
  margin-bottom: 14px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box{
  max-height: 180px;
  animation: sdcFade 260ms ease both;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{
  max-height: 220px;
  animation: sdcFade 260ms ease both;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-output-box::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-output-box::-webkit-scrollbar-track{
  background: rgba(4, 18, 28, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#5eead4, #22d3ee);
  border-radius: 999px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 10px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat{
  min-width: 0;
  border-radius: 8px;
  border: 1px solid rgba(153, 246, 228, 0.2);
  background: rgba(4, 26, 39, 0.7);
  padding: 12px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat span{
  display: block;
  color: #9fe9e1;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 5px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-toast{
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 24px;
  width: max-content;
  max-width: min(92vw, 520px);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(167, 243, 208, 0.38);
  background: rgba(3, 24, 38, 0.96);
  color: #f2fffd;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), 0 0 28px rgba(45, 212, 191, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-toast.sdc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes sdcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes sdcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 28px 10px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 18px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid, .tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card-head{ gap: 8px; margin-bottom: 12px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 150px; width: 100%; font-size: 0.95rem; padding: 12px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 0.95rem; padding: 11px 12px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 13px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 50px; font-size: 0.82rem; padding: 0 8px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 38px; font-size: 0.78rem; padding: 0 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 0.96rem; padding: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 0.9rem; padding: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 32px 12px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 20px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 0.94rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid, .tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 16px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 160px; width: 100%; font-size: 0.96rem; padding: 13px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 0.96rem; padding: 12px 13px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 52px; font-size: 0.88rem; padding: 0 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 40px; font-size: 0.82rem; padding: 0 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 1rem; padding: 13px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 0.92rem; padding: 13px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 38px 16px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 24px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 0.98rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid, .tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 18px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 168px; width: 100%; font-size: 1rem; padding: 14px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 13px 14px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 15px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 54px; font-size: 0.92rem; padding: 0 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 42px; font-size: 0.86rem; padding: 0 13px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 1.02rem; padding: 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 0.95rem; padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 54px 24px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 96%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 30px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.03rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 18px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 22px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 178px; width: 100%; font-size: 1rem; padding: 15px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px 15px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 54px; font-size: 0.96rem; padding: 0 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 42px; font-size: 0.88rem; padding: 0 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 1.06rem; padding: 15px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 0.97rem; padding: 15px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 64px 28px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 96%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 34px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.06rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid{ grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 20px; align-items: start; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 18px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 24px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 236px; width: 100%; font-size: 1rem; padding: 15px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px 15px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 54px; font-size: 0.96rem; padding: 0 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 42px; font-size: 0.88rem; padding: 0 14px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 1.06rem; padding: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 0.98rem; padding: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 72px 32px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-container{ width: 94%; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{ margin-bottom: 38px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.08rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-main-grid{ grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: 22px; align-items: start; }.tc-wp-tool-root .sdc-tool-wrap .sdc-output-stack{ gap: 18px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 26px; }.tc-wp-tool-root .sdc-tool-wrap textarea{ min-height: 260px; width: 100%; font-size: 1rem; padding: 16px; }.tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px 16px; background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap select option{ background: #061826; color: #f1fffd; }.tc-wp-tool-root .sdc-tool-wrap .sdc-input-card{ display: grid; gap: 17px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ height: 54px; font-size: 0.98rem; padding: 0 15px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-copy-btn{ min-height: 42px; font-size: 0.9rem; padding: 0 15px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{ font-size: 1.08rem; padding: 16px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ font-size: 1rem; padding: 16px; }}@media (max-width: 299px) {.tc-wp-tool-root .sdc-tool-wrap .sdc-action-row{
    grid-template-columns: 1fr;
  }}.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 .sdc-formula-card {}
.tc-wp-tool-root .sdc-result-card {}
.tc-wp-tool-root .sdc-steps-card {}