@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 .fl-eoc-algebra-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 10%, rgba(53, 230, 194, 0.28), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.24), transparent 34%),
    linear-gradient(135deg, #061420 0%, #092136 42%, #053d42 72%, #0a1b2a 100%);
  padding: 44px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .fl-eoc-algebra-tool, .tc-wp-tool-root .fl-eoc-algebra-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .fl-eoc-bg-orb{
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.28;
  pointer-events: none;
}.tc-wp-tool-root .fl-eoc-bg-orb-one{
  left: -120px;
  top: 80px;
  background: #2dd4bf;
}.tc-wp-tool-root .fl-eoc-bg-orb-two{
  right: -130px;
  bottom: 60px;
  background: #22d3ee;
}.tc-wp-tool-root .fl-eoc-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .fl-eoc-header{
  text-align: center;
  margin: 0 auto 24px;
  max-width: 860px;
}.tc-wp-tool-root .fl-eoc-header h1{
  margin: 0;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 10px 34px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .fl-eoc-subtitle{
  margin: 12px auto 0;
  color: #bfeff1;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .fl-eoc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: start;
  width: 100%;
}.tc-wp-tool-root .fl-eoc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(198, 255, 246, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(5, 20, 31, 0.74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .fl-eoc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(111, 255, 230, 0.36);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .fl-eoc-input-card{
  display: grid;
  gap: 14px;
  padding: 20px;
}.tc-wp-tool-root .fl-eoc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}.tc-wp-tool-root .fl-eoc-input-card > .fl-eoc-card-head{
  margin-bottom: 0;
}.tc-wp-tool-root .fl-eoc-card-head h2{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .fl-eoc-field{
  display: grid;
  gap: 7px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .fl-eoc-field label, .tc-wp-tool-root .fl-eoc-equation-note{
  color: #d8fbfb;
  font-size: 0.84rem;
  font-weight: 700;
}.tc-wp-tool-root .fl-eoc-equation-note{
  margin: 4px 0 -4px;
  opacity: 0.9;
}.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select, .tc-wp-tool-root .fl-eoc-output, .tc-wp-tool-root .fl-eoc-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
  border: 1px solid rgba(190, 255, 247, 0.22);
  border-radius: 14px;
  background-color: rgba(3, 17, 27, 0.86);
  color: #f5feff;
  outline: none;
  padding: 13px 13px;
  min-height: 48px;
  font-size: 0.98rem;
  line-height: 1.2;
  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;
}.tc-wp-tool-root .fl-eoc-algebra-tool input::placeholder{
  color: rgba(216, 251, 251, 0.55);
}.tc-wp-tool-root .fl-eoc-algebra-tool select{
  appearance: auto;
  background-color: #071b2a;
  color: #f2ffff;
}.tc-wp-tool-root .fl-eoc-algebra-tool option{
  background-color: #071b2a;
  color: #f2ffff;
}.tc-wp-tool-root .fl-eoc-algebra-tool input:focus, .tc-wp-tool-root .fl-eoc-algebra-tool textarea:focus, .tc-wp-tool-root .fl-eoc-algebra-tool select:focus, .tc-wp-tool-root .fl-eoc-btn:focus, .tc-wp-tool-root .fl-eoc-copy-btn:focus{
  border-color: #67e8f9;
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.18), 0 0 28px rgba(45, 212, 191, 0.16);
}.tc-wp-tool-root .fl-eoc-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .fl-eoc-panel-slope .fl-eoc-mini-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-tool-root .fl-eoc-panel{
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .fl-eoc-panel[hidden]{
  display: none !important;
}.tc-wp-tool-root .fl-eoc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 2px;
}.tc-wp-tool-root .fl-eoc-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  max-height: 56px;
  border: 0;
  border-radius: 14px;
  padding: 0 12px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .fl-eoc-btn-primary{
  color: #03131b;
  background: linear-gradient(135deg, #8cffea 0%, #35d5ff 100%);
  box-shadow: 0 14px 28px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .fl-eoc-btn-secondary{
  color: #f0ffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(190, 255, 247, 0.22);
}.tc-wp-tool-root .fl-eoc-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(45, 212, 191, 0.22);
}.tc-wp-tool-root .fl-eoc-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .fl-eoc-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .fl-eoc-output-card{
  padding: 18px;
  animation: flEocReveal 220ms ease both;
}.tc-wp-tool-root .fl-eoc-output{
  margin: 0;
  color: #eaffff;
  background: rgba(1, 12, 20, 0.45);
  border: 1px solid rgba(190, 255, 247, 0.14);
  border-radius: 14px;
  padding: 13px;
  line-height: 1.55;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: flEocFade 220ms ease both;
  scrollbar-color: rgba(103, 232, 249, 0.72) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .fl-eoc-output::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.tc-wp-tool-root .fl-eoc-output::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.tc-wp-tool-root .fl-eoc-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #67e8f9, #2dd4bf);
  border-radius: 20px;
}.tc-wp-tool-root .fl-eoc-result-output{
  max-height: 240px;
  font-size: 1rem;
  font-weight: 800;
}.tc-wp-tool-root .fl-eoc-formula-output{
  max-height: 180px;
  font-size: 0.95rem;
}.tc-wp-tool-root .fl-eoc-steps-output{
  max-height: 240px;
  padding-left: 34px;
  font-size: 0.95rem;
}.tc-wp-tool-root .fl-eoc-steps-output li{
  margin: 0 0 7px;
}.tc-wp-tool-root .fl-eoc-copy-btn{
  width: auto;
  max-width: 46%;
  box-sizing: border-box;
  min-height: 36px;
  border: 1px solid rgba(190, 255, 247, 0.22);
  border-radius: 999px;
  padding: 8px 11px;
  color: #ecffff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}.tc-wp-tool-root .fl-eoc-copy-btn:hover{
  background: rgba(103, 232, 249, 0.16);
  box-shadow: 0 10px 24px rgba(45, 212, 191, 0.15);
}.tc-wp-tool-root .fl-eoc-copy-btn:active{
  transform: translateY(1px) scale(0.98);
}.tc-wp-tool-root .fl-eoc-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  width: max-content;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(190, 255, 247, 0.28);
  background: rgba(4, 20, 31, 0.94);
  color: #f2ffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), 0 0 28px rgba(45, 212, 191, 0.16);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .fl-eoc-toast.fl-eoc-toast-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes flEocReveal {
  from {
    opacity: 0.72;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes flEocFade {
  from {
    opacity: 0.76;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 24px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 0.86rem;
  }.tc-wp-tool-root .fl-eoc-layout, .tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 14px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 11px;
  }.tc-wp-tool-root .fl-eoc-card-head{
    gap: 8px;
    margin-bottom: 9px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 0.9rem;
    min-height: 46px;
    padding: 11px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-mini-grid, .tc-wp-tool-root .fl-eoc-panel-slope .fl-eoc-mini-grid{
    grid-template-columns: 1fr !important;
    gap: 9px;
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 48px;
    max-height: 56px;
    font-size: 0.86rem;
    padding: 0 8px;
  }.tc-wp-tool-root .fl-eoc-copy-btn{
    font-size: 0.72rem;
    padding: 7px 9px;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 0.92rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.88rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 28px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .fl-eoc-layout, .tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 15px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 12px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 0.92rem;
    min-height: 47px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-mini-grid, .tc-wp-tool-root .fl-eoc-panel-slope .fl-eoc-mini-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 48px;
    max-height: 56px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 0.94rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.9rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 32px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .fl-eoc-layout, .tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 16px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 13px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 0.95rem;
    min-height: 48px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-mini-grid, .tc-wp-tool-root .fl-eoc-panel-slope .fl-eoc-mini-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 48px;
    max-height: 56px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 0.97rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.92rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 38px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .fl-eoc-layout{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 16px;
  }.tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr;
    gap: 13px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 17px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 13px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 0.96rem;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-mini-grid, .tc-wp-tool-root .fl-eoc-panel-slope .fl-eoc-mini-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 50px;
    max-height: 56px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 0.98rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.93rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 42px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .fl-eoc-layout{
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 18px;
  }.tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 18px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 14px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 0.98rem;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 50px;
    max-height: 56px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 1rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.95rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .fl-eoc-algebra-tool{
    padding: 48px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .fl-eoc-container{
    width: 100%;
  }.tc-wp-tool-root .fl-eoc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .fl-eoc-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .fl-eoc-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root .fl-eoc-output-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .fl-eoc-card{
    padding: 20px;
  }.tc-wp-tool-root .fl-eoc-input-card{
    gap: 14px;
  }.tc-wp-tool-root .fl-eoc-algebra-tool input, .tc-wp-tool-root .fl-eoc-algebra-tool textarea, .tc-wp-tool-root .fl-eoc-algebra-tool select{
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .fl-eoc-algebra-tool select{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-algebra-tool option{
    background-color: #071b2a;
    color: #f2ffff;
  }.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .fl-eoc-btn{
    min-height: 52px;
    max-height: 56px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .fl-eoc-result-output{
    font-size: 1.02rem;
  }.tc-wp-tool-root .fl-eoc-formula-output, .tc-wp-tool-root .fl-eoc-steps-output{
    font-size: 0.96rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .fl-eoc-action-row{
    grid-template-columns: 1fr !important;
  }}.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 .fl-eoc-formula-card {}
.tc-wp-tool-root .fl-eoc-operation {}
.tc-wp-tool-root .fl-eoc-panel-evaluate {}
.tc-wp-tool-root .fl-eoc-panel-linear {}
.tc-wp-tool-root .fl-eoc-panel-quadratic {}
.tc-wp-tool-root .fl-eoc-panel-system {}
.tc-wp-tool-root .fl-eoc-result-card {}
.tc-wp-tool-root .fl-eoc-steps-card {}