@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-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-224 .tc-wp-tool-root img, .wpc-scope-224 .tc-wp-tool-root video, .wpc-scope-224 .tc-wp-tool-root svg, .wpc-scope-224 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 44px 18px;
  color: #f5fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(57, 255, 208, .26), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(83, 137, 255, .32), transparent 30%),
    linear-gradient(135deg, #071325 0%, #101a42 42%, #053d50 72%, #0d685c 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-hero{
  text-align: center;
  margin: 0 auto 24px;
  max-width: 860px;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-hero h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-hero p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #d8f4ff;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-main{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-card{
  width: 100%;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(216, 247, 255, .22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(7, 19, 37, .78), rgba(15, 50, 74, .58));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(93, 246, 218, .42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .4), 0 0 30px rgba(42, 255, 205, .08);
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-field label, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-select-wrap span{
  display: block;
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 700;
  color: #bdf8ec;
  text-transform: uppercase;
  letter-spacing: .08em;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-expression{
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  resize: vertical;
  padding: 15px;
  border: 1px solid rgba(210, 246, 255, .2);
  border-radius: 8px;
  outline: none;
  background-color: rgba(1, 11, 24, .76);
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-expression:focus, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap select:focus, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap button:focus-visible{
  outline: 2px solid rgba(86, 255, 214, .95);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(86, 255, 214, .16);
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-control-grid{
  display: grid;
  grid-template-columns: minmax(0, 145px) minmax(0, 1fr);
  gap: 12px;
  margin: 14px 0;
  width: 100%;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-select-wrap, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-memory{
  width: 100%;
  max-width: 100%;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap select{
  width: 100%;
  max-width: 100%;
  height: 42px;
  border: 1px solid rgba(210, 246, 255, .22);
  border-radius: 8px;
  padding: 0 12px;
  color: #f5fbff;
  background-color: #071325;
  font-weight: 800;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap option, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap option:checked, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap option:hover, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap option:focus{
  color: #f5fbff;
  background-color: #071325;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-memory{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-self: end;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap button{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(211, 248, 255, .18);
  border-radius: 8px;
  color: #f7fdff;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  font-size: .94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
  touch-action: manipulation;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap button:hover{
  border-color: rgba(89, 255, 215, .48);
  box-shadow: 0 0 24px rgba(79, 255, 215, .12);
  background: linear-gradient(180deg, rgba(104, 255, 220, .18), rgba(255, 255, 255, .05));
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap button:active{
  transform: translateY(1px) scale(.985);
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-keypad{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-memory button{
  min-height: 42px;
  padding: 8px 6px;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-action-row button{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 52px;
  font-size: 1rem;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-solve{
  border-color: rgba(95, 255, 216, .58);
  background: linear-gradient(135deg, #14b8a6, #2dd4bf 48%, #38bdf8);
  color: #02131f;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-clear{
  border-color: rgba(255, 160, 176, .42);
  background: linear-gradient(135deg, rgba(116, 29, 52, .78), rgba(248, 113, 113, .24));
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-output-head h2{
  margin: 0;
  font-size: .9rem;
  line-height: 1.2;
  color: #eafcff;
  letter-spacing: 0;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-mini-btn{
  width: auto;
  min-width: 70px;
  padding: 8px 10px;
  font-size: .8rem;
  white-space: nowrap;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-output-box{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 13px;
  border-radius: 8px;
  border: 1px solid rgba(212, 249, 255, .16);
  background-color: rgba(0, 9, 21, .58);
  color: #ecfbff;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: iscFade .28s ease both;
  scrollbar-color: #2dd4bf rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-result-box{
  max-height: 240px;
  min-height: 82px;
  font-size: 1.72rem;
  font-weight: 850;
  color: #ffffff;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-formula-box{
  max-height: 180px;
  font-size: .94rem;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-steps-box, .wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-history-box{
  max-height: 240px;
  font-size: .92rem;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-history-item{
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 10px;
  text-align: left;
  font-size: .86rem;
  font-weight: 650;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-error{
  border-color: rgba(255, 135, 135, .55);
  color: #ffd7d7;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border: 1px solid rgba(128, 255, 224, .36);
  border-radius: 8px;
  color: #f7fffe;
  background: linear-gradient(135deg, rgba(3, 23, 43, .96), rgba(9, 82, 86, .94));
  box-shadow: 0 16px 50px rgba(0, 0, 0, .42);
  text-align: center;
  font-size: .92rem;
  transition: opacity .2s ease, transform .2s ease;
}.wpc-scope-224 .tc-wp-tool-root .isc-tool-wrap .isc-toast.isc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes iscFade{
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .isc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: .88rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main, .tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 12px; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 82px; font-size: 1rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 40px; font-size: .85rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-control-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 38px; font-size: .76rem; padding: 6px 3px; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 48px; font-size: .88rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.28rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .isc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: .92rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main, .tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 14px; gap: 11px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 86px; font-size: 1.04rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 41px; font-size: .88rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-control-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 40px; font-size: .8rem; padding: 7px 4px; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 50px; font-size: .92rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.38rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .88rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .isc-tool-wrap{ padding: 34px 14px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: .96rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main, .tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 16px; gap: 12px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 90px; font-size: 1.08rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 42px; font-size: .9rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-control-grid{ grid-template-columns: minmax(0, 130px) minmax(0, 1fr); gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 42px; font-size: .86rem; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 52px; font-size: .96rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.48rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .9rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .isc-tool-wrap{ padding: 40px 18px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: 1rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 17px; gap: 13px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 92px; font-size: 1.12rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 42px; font-size: .92rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 44px; font-size: .9rem; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 52px; font-size: 1rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.58rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .92rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .isc-tool-wrap{ padding: 44px 20px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main{ grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 94px; font-size: 1.14rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 42px; font-size: .94rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 43px; font-size: .9rem; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 52px; font-size: 1rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.66rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .94rem; }}@media (min-width: 1200px){.tc-wp-tool-root .isc-tool-wrap{ padding: 52px 24px; border-radius: 0 !important; }.tc-wp-tool-root .isc-tool-wrap .isc-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .isc-tool-wrap .isc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .isc-tool-wrap .isc-hero p{ font-size: 1.05rem; }.tc-wp-tool-root .isc-tool-wrap .isc-main{ grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 20px; }.tc-wp-tool-root .isc-tool-wrap .isc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .isc-tool-wrap .isc-card{ padding: 20px; gap: 16px; }.tc-wp-tool-root .isc-tool-wrap .isc-expression{ width: 100%; min-height: 98px; font-size: 1.18rem; }.tc-wp-tool-root .isc-tool-wrap select{ height: 44px; font-size: .95rem; color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap option{ color: #f5fbff; background-color: #071325; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .isc-tool-wrap .isc-keypad button, .tc-wp-tool-root .isc-tool-wrap .isc-memory button{ min-height: 45px; font-size: .94rem; }.tc-wp-tool-root .isc-tool-wrap .isc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .isc-tool-wrap .isc-action-row button{ height: 54px; font-size: 1rem; }.tc-wp-tool-root .isc-tool-wrap .isc-result-box{ font-size: 1.72rem; }.tc-wp-tool-root .isc-tool-wrap .isc-formula-box{ font-size: .94rem; }}.wpc-scope-224 .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;
}.wpc-scope-224 .tc-wp-tool-root .isc-angle-mode{}.wpc-scope-224 .tc-wp-tool-root .isc-calculator{}.wpc-scope-224 .tc-wp-tool-root .isc-output-card{}