@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-213 .tc-wp-tool-root img, .wpc-scope-213 .tc-wp-tool-root video, .wpc-scope-213 .tc-wp-tool-root svg, .wpc-scope-213 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  isolation: isolate;
  color: #eefcff;
  background:
    radial-gradient(circle at 18% 12%, rgba(50, 233, 204, 0.24), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(122, 92, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #0a2440 42%, #10143a 72%, #07101d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool *, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool *::before, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool *::after{
  box-sizing: border-box;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-algebra-bg{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.08), transparent 28%, rgba(34,211,238,0.08) 62%, transparent),
    radial-gradient(circle at 50% 100%, rgba(20, 184, 166, 0.24), transparent 42%);
  pointer-events: none;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{
  width: min(100% - 32px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-algebra-header{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8feff;
  text-shadow: 0 0 28px rgba(45, 212, 191, 0.28);
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{
  max-width: 760px;
  margin: 12px auto 0;
  color: #c6d9e8;
  line-height: 1.65;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout{
  display: grid;
  gap: 18px;
  align-items: start;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(190, 240, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 24px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease, translate 180ms ease;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-card:hover{
  translate: 0 -3px;
  border-color: rgba(93, 246, 224, 0.42);
  box-shadow: 0 28px 80px rgba(0,0,0,0.4), 0 0 30px rgba(34,211,238,0.12);
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool h2{
  margin: 0;
  color: #f3fbff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-field{
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool label{
  color: #dffbff;
  font-size: 0.82rem;
  font-weight: 750;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool input, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool textarea, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(180, 230, 244, 0.26);
  border-radius: 12px;
  outline: none;
  background-color: rgba(3, 18, 34, 0.78);
  color: #f4fcff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool textarea{
  resize: vertical;
  min-height: 106px;
  overflow-wrap: anywhere;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool select{
  appearance: auto;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool option{
  color: #07121f;
  background-color: #e9fbff;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool input:focus, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool textarea:focus, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool select:focus{
  border-color: rgba(72, 242, 220, 0.82);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 26px rgba(34,211,238,0.14);
  background-color: rgba(4, 23, 43, 0.92);
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-btn, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  color: #efffff;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 160ms ease, translate 160ms ease, filter 160ms ease;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-solve{
  background: linear-gradient(135deg, #0ea5e9, #14b8a6 52%, #6ee7b7);
  color: #03131e;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-clear{
  background: linear-gradient(135deg, #334155, #1e293b);
  border: 1px solid rgba(226, 232, 240, 0.18);
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-copy{
  width: auto;
  padding: 9px 12px;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(125, 229, 255, 0.32);
  color: #dffbff;
  font-size: 0.82rem;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-btn:hover, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-copy:hover{
  translate: 0 -2px;
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(20, 184, 166, 0.18);
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-btn:active, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-copy:active{
  translate: 0 1px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-btn:focus-visible, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-copy:focus-visible{
  outline: 3px solid rgba(167, 243, 208, 0.75);
  outline-offset: 3px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-output-grid{
  display: grid;
  gap: 14px;
  min-width: 0;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  border-radius: 14px;
  border: 1px solid rgba(180, 230, 244, 0.18);
  background: rgba(2, 13, 26, 0.58);
  color: #eafdff;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: ggReveal 220ms ease both;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-result-box, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-steps-box{
  max-height: 240px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-formula-box{
  max-height: 180px;
  animation: ggFade 240ms ease both;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-output-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-output-box::-webkit-scrollbar-track{
  background: rgba(8, 20, 36, 0.8);
  border-radius: 999px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #22d3ee, #14b8a6);
  border-radius: 999px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-result-text, .wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-formula-text{
  margin: 0;
  line-height: 1.55;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-steps-list{
  margin: 0;
  padding-left: 20px;
  color: #dff7fb;
  line-height: 1.58;
  animation: ggFade 240ms ease both;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-steps-list li + li{
  margin-top: 7px;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 999px;
  transform: translateX(-50%) translateY(12px);
  background: rgba(3, 20, 35, 0.94);
  border: 1px solid rgba(125, 229, 255, 0.38);
  color: #eaffff;
  box-shadow: 0 18px 44px rgba(0,0,0,0.36), 0 0 24px rgba(34,211,238,0.18);
  transition: opacity 180ms ease, transform 180ms ease;
}.wpc-scope-213 .tc-wp-tool-root .gg-algebra-tool .gg-toast.gg-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes ggReveal{
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes ggFade{
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .gg-algebra-tool{ padding: 28px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 20px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 0.9rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout, .tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 14px; border-radius: 15px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 0.94rem; padding: 12px; }.tc-wp-tool-root .gg-algebra-tool .gg-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 50px; padding: 0 8px; font-size: 0.9rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 0.94rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 0.9rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 12px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .gg-algebra-tool{ padding: 34px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 24px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 0.94rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout, .tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 16px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 0.96rem; padding: 13px; }.tc-wp-tool-root .gg-algebra-tool .gg-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 52px; padding: 0 10px; font-size: 0.94rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 0.96rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 0.92rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 13px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .gg-algebra-tool{ padding: 40px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 28px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout, .tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 18px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 1rem; padding: 14px; }.tc-wp-tool-root .gg-algebra-tool .gg-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 54px; padding: 0 12px; font-size: 0.98rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 0.95rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .gg-algebra-tool{ padding: 56px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 44px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 1.04rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .gg-algebra-tool .gg-result-card{ grid-column: 1 / -1; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 22px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 1rem; padding: 14px; }.tc-wp-tool-root .gg-algebra-tool .gg-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 54px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 1.04rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 0.98rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 15px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .gg-algebra-tool{ padding: 68px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 56px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 1.06rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.38fr); gap: 20px; }.tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 24px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 1.01rem; padding: 14px; }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 54px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 1.08rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 16px; }}@media (min-width: 1200px){.tc-wp-tool-root .gg-algebra-tool{ padding: 76px 0; border-radius: 0 !important; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-container{ width: min(100% - 64px, 1200px); }.tc-wp-tool-root .gg-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-header p{ font-size: 1.08rem; }.tc-wp-tool-root .gg-algebra-tool .gg-algebra-layout{ grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 22px; }.tc-wp-tool-root .gg-algebra-tool .gg-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .gg-algebra-tool .gg-result-card{ grid-column: 1 / -1; }.tc-wp-tool-root .gg-algebra-tool .gg-card{ padding: 26px; }.tc-wp-tool-root .gg-algebra-tool input, .tc-wp-tool-root .gg-algebra-tool textarea, .tc-wp-tool-root .gg-algebra-tool select{ font-size: 1.02rem; padding: 15px; }.tc-wp-tool-root .gg-algebra-tool .gg-btn{ height: 54px; padding: 0 18px; font-size: 1rem; }.tc-wp-tool-root .gg-algebra-tool .gg-result-text{ font-size: 1.12rem; }.tc-wp-tool-root .gg-algebra-tool .gg-formula-text{ font-size: 1.02rem; }.tc-wp-tool-root .gg-algebra-tool .gg-output-box{ padding: 17px; }}@media (max-width: 299px){.tc-wp-tool-root .gg-algebra-tool .gg-action-row{
    grid-template-columns: 1fr !important;
  }}.wpc-scope-213 .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-213 .tc-wp-tool-root .gg-formula-card{}.wpc-scope-213 .tc-wp-tool-root .gg-input-card{}.wpc-scope-213 .tc-wp-tool-root .gg-operation{}.wpc-scope-213 .tc-wp-tool-root .gg-steps-card{}.wpc-scope-213 .tc-wp-tool-root .gg-x-field{}