@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-235 .tc-wp-tool-root img, .wpc-scope-235 .tc-wp-tool-root video, .wpc-scope-235 .tc-wp-tool-root svg, .wpc-scope-235 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-235 .tc-wp-tool-root .tsc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: #f7fffd;
  background:
    radial-gradient(circle at 14% 12%, rgba(96, 255, 219, 0.24), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(151, 127, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #071528 0%, #092f3b 34%, #074552 61%, #14205b 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-235 .tc-wp-tool-root .tsc-tool-wrap *, .wpc-scope-235 .tc-wp-tool-root .tsc-tool-wrap *::before, .wpc-scope-235 .tc-wp-tool-root .tsc-tool-wrap *::after{
  box-sizing: border-box;
}.wpc-scope-235 .tc-wp-tool-root .tsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-235 .tc-wp-tool-root .tsc-hero{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-title{
  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.35);
}.wpc-scope-235 .tc-wp-tool-root .tsc-subtitle{
  max-width: 820px;
  margin: 12px auto 0;
  color: #d7fff8;
  line-height: 1.55;
}.wpc-scope-235 .tc-wp-tool-root .tsc-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  width: 100%;
}.wpc-scope-235 .tc-wp-tool-root .tsc-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(196, 255, 244, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    rgba(6, 22, 38, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-235 .tc-wp-tool-root .tsc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 255, 225, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(54, 230, 207, 0.13);
}.wpc-scope-235 .tc-wp-tool-root .tsc-calculator-card{
  display: grid;
  gap: 14px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-display-panel{
  display: grid;
  gap: 10px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-display-label, .wpc-scope-235 .tc-wp-tool-root .tsc-mode-label{
  color: #9ff7e9;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-235 .tc-wp-tool-root .tsc-preview{
  min-height: 44px;
  max-height: 110px;
  overflow: auto;
  padding: 12px 14px;
  border-radius: 16px;
  color: #ecfffb;
  background: rgba(0, 14, 27, 0.68);
  border: 1px solid rgba(142, 255, 231, 0.2);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-235 .tc-wp-tool-root .tsc-expression-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(154, 255, 235, 0.32);
  border-radius: 18px;
  background: #f5fffd;
  color: #071522;
  outline: none;
  box-shadow: inset 0 2px 12px rgba(0, 47, 55, 0.11);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}.wpc-scope-235 .tc-wp-tool-root .tsc-expression-input:focus, .wpc-scope-235 .tc-wp-tool-root .tsc-angle-select:focus{
  border-color: #75ffe7;
  box-shadow: 0 0 0 4px rgba(117, 255, 231, 0.24), inset 0 2px 12px rgba(0, 47, 55, 0.1);
}.wpc-scope-235 .tc-wp-tool-root .tsc-mode-row{
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 0.68fr);
  align-items: center;
  gap: 12px;
  width: 100%;
}.wpc-scope-235 .tc-wp-tool-root .tsc-angle-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(154, 255, 235, 0.32);
  border-radius: 16px;
  color: #071522;
  background-color: #f5fffd;
  outline: none;
}.wpc-scope-235 .tc-wp-tool-root .tsc-angle-select option{
  color: #071522;
  background-color: #f5fffd;
}.wpc-scope-235 .tc-wp-tool-root .tsc-memory-row, .wpc-scope-235 .tc-wp-tool-root .tsc-keypad{
  display: grid;
  width: 100%;
  min-width: 0;
}.wpc-scope-235 .tc-wp-tool-root .tsc-memory-row{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-keypad{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-btn, .wpc-scope-235 .tc-wp-tool-root .tsc-action, .wpc-scope-235 .tc-wp-tool-root .tsc-copy-btn{
  appearance: none;
  border: 0;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  color: #f8fffd;
  background: linear-gradient(145deg, rgba(22, 58, 83, 0.98), rgba(9, 30, 52, 0.98));
  border: 1px solid rgba(167, 255, 238, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}.wpc-scope-235 .tc-wp-tool-root .tsc-btn:hover, .wpc-scope-235 .tc-wp-tool-root .tsc-action:hover, .wpc-scope-235 .tc-wp-tool-root .tsc-copy-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(117, 255, 231, 0.45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 20px rgba(41, 224, 198, 0.16);
}.wpc-scope-235 .tc-wp-tool-root .tsc-btn:active, .wpc-scope-235 .tc-wp-tool-root .tsc-action:active, .wpc-scope-235 .tc-wp-tool-root .tsc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.wpc-scope-235 .tc-wp-tool-root .tsc-btn:focus-visible, .wpc-scope-235 .tc-wp-tool-root .tsc-action:focus-visible, .wpc-scope-235 .tc-wp-tool-root .tsc-copy-btn:focus-visible{
  outline: 3px solid rgba(117, 255, 231, 0.65);
  outline-offset: 2px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-fn{
  background: linear-gradient(145deg, #173b67, #0b2646);
}.wpc-scope-235 .tc-wp-tool-root .tsc-op, .wpc-scope-235 .tc-wp-tool-root .tsc-equals{
  background: linear-gradient(145deg, #00a891, #0964a8);
}.wpc-scope-235 .tc-wp-tool-root .tsc-const{
  background: linear-gradient(145deg, #4851b8, #17327c);
}.wpc-scope-235 .tc-wp-tool-root .tsc-memory-btn{
  background: linear-gradient(145deg, #143c47, #082833);
  color: #bffff2;
}.wpc-scope-235 .tc-wp-tool-root .tsc-backspace, .wpc-scope-235 .tc-wp-tool-root .tsc-clear{
  background: linear-gradient(145deg, #7d2948, #461d3c);
}.wpc-scope-235 .tc-wp-tool-root .tsc-solve{
  background: linear-gradient(145deg, #19d6be, #087ac7);
  color: #02121a;
}.wpc-scope-235 .tc-wp-tool-root .tsc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-235 .tc-wp-tool-root .tsc-action-row .tsc-action{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  min-width: 0;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-card{
  display: grid;
  gap: 12px;
  min-width: 0;
  animation: tscFadeIn 380ms ease both;
}.wpc-scope-235 .tc-wp-tool-root .tsc-card-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
}.wpc-scope-235 .tc-wp-tool-root .tsc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}.wpc-scope-235 .tc-wp-tool-root .tsc-copy-btn{
  width: auto;
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.85rem;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-box{
  width: 100%;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  color: #effffb;
  background: rgba(0, 13, 26, 0.68);
  border: 1px solid rgba(152, 255, 235, 0.18);
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.55;
  scrollbar-color: #62f5df rgba(0, 13, 26, 0.6);
  scrollbar-width: thin;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-box::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-box::-webkit-scrollbar-track{
  background: rgba(0, 13, 26, 0.6);
  border-radius: 999px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #78ffe8, #188fd4);
  border-radius: 999px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-result-box{
  max-height: 240px;
  font-weight: 900;
  color: #bffff3;
}.wpc-scope-235 .tc-wp-tool-root .tsc-formula-box{
  max-height: 180px;
  color: #e8f4ff;
}.wpc-scope-235 .tc-wp-tool-root .tsc-steps-box{
  max-height: 240px;
  color: #edfefa;
}.wpc-scope-235 .tc-wp-tool-root .tsc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.wpc-scope-235 .tc-wp-tool-root .tsc-toast{
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  padding: 14px 18px;
  border-radius: 999px;
  color: #06141d;
  background: linear-gradient(135deg, #bffff2, #64d8ff);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  font-weight: 900;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}.wpc-scope-235 .tc-wp-tool-root .tsc-toast.tsc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.wpc-scope-235 .tc-wp-tool-root .tsc-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}@keyframes tscFadeIn{
  from { opacity: 0; }
  to { opacity: 1; }
}.wpc-scope-235 .tc-wp-tool-root .tsc-result-card.tsc-reveal{
  animation: tscResultReveal 420ms ease both;
}@keyframes tscResultReveal{
  from { opacity: 0.7; transform: scale(0.985); }
  to { opacity: 1; transform: scale(1); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 18px 10px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .tsc-layout, .tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tsc-card{ padding: 14px; gap: 10px; border-radius: 18px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1rem; min-height: 50px; padding: 12px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 0.95rem; min-height: 46px; padding: 10px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-mode-row{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .tsc-btn{ min-height: 44px; padding: 8px 6px; font-size: 0.82rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 50px; padding: 0 8px; font-size: 0.9rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.05rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 0.9rem; max-height: 180px; }.tc-wp-tool-root .tsc-output-box{ padding: 12px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 22px 12px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .tsc-layout, .tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tsc-card{ padding: 16px; gap: 12px; border-radius: 20px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1.03rem; min-height: 52px; padding: 13px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 0.98rem; min-height: 48px; padding: 11px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-mode-row{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .tsc-btn{ min-height: 46px; padding: 9px 7px; font-size: 0.88rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 52px; padding: 0 10px; font-size: 0.95rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.12rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 0.94rem; max-height: 180px; }.tc-wp-tool-root .tsc-output-box{ padding: 13px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 26px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .tsc-layout, .tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .tsc-card{ padding: 18px; gap: 13px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1.05rem; min-height: 54px; padding: 14px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 1rem; min-height: 50px; padding: 12px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-mode-row{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .tsc-btn{ min-height: 48px; padding: 10px 8px; font-size: 0.92rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 54px; padding: 0 12px; font-size: 1rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.18rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 0.96rem; max-height: 180px; }.tc-wp-tool-root .tsc-output-box{ padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 34px 18px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .tsc-layout{ grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 16px; }.tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .tsc-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1.06rem; min-height: 54px; padding: 14px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 1rem; min-height: 50px; padding: 12px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-btn{ min-height: 48px; padding: 10px; font-size: 0.92rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 54px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.18rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 0.97rem; max-height: 180px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 44px 24px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .tsc-layout{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 18px; }.tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tsc-card{ padding: 22px; gap: 14px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1.08rem; min-height: 56px; padding: 15px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 1rem; min-height: 52px; padding: 12px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-btn{ min-height: 50px; padding: 10px; font-size: 0.96rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 56px; padding: 0 16px; font-size: 1.02rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.24rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 1rem; max-height: 180px; }}@media (min-width: 1200px){.tc-wp-tool-root .tsc-tool-wrap{ padding: 52px 28px; border-radius: 0 !important; }.tc-wp-tool-root .tsc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .tsc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tsc-subtitle{ font-size: 1.06rem; }.tc-wp-tool-root .tsc-layout{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 20px; }.tc-wp-tool-root .tsc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tsc-card{ padding: 24px; gap: 15px; }.tc-wp-tool-root .tsc-expression-input{ width: 100%; font-size: 1.1rem; min-height: 58px; padding: 16px; }.tc-wp-tool-root .tsc-angle-select{ width: 100%; font-size: 1.02rem; min-height: 52px; padding: 12px; color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-angle-select option{ color: #071522; background-color: #f5fffd; }.tc-wp-tool-root .tsc-btn{ min-height: 52px; padding: 11px; font-size: 0.98rem; }.tc-wp-tool-root .tsc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tsc-action{ height: 58px; padding: 0 18px; font-size: 1.05rem; }.tc-wp-tool-root .tsc-keypad{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .tsc-result-box{ font-size: 1.3rem; max-height: 240px; }.tc-wp-tool-root .tsc-formula-box{ font-size: 1rem; max-height: 180px; }}@media (max-width: 299px){.tc-wp-tool-root .tsc-action-row{ grid-template-columns: 1fr; }}.wpc-scope-235 .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;
}