@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 .yac-yellow-algebra-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 34px 18px;
  color: #f9fbff;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 75, 0.38), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(31, 214, 207, 0.24), transparent 28%),
    linear-gradient(135deg, #4b3300 0%, #b57905 24%, #f2c637 43%, #0c1d35 44%, #07111f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .yac-yellow-algebra-tool *, .tc-wp-tool-root .yac-yellow-algebra-tool *::before, .tc-wp-tool-root .yac-yellow-algebra-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-hero{
  text-align: center;
  margin: 0 0 22px;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 220, 111, 0.48);
  border-radius: 999px;
  background: rgba(8, 18, 32, 0.68);
  color: #ffe58b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{
  margin: 12px auto 8px;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  color: #fff9db;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{
  max-width: 680px;
  margin: 0 auto;
  color: #d8e8f2;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 233, 153, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(12, 26, 45, 0.94), rgba(17, 30, 45, 0.86)),
    radial-gradient(circle at top left, rgba(255, 201, 56, 0.2), transparent 34%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 219, 89, 0.44);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.4), 0 0 32px rgba(255, 201, 56, 0.1);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-input-card{
  padding: 20px;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card-top, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .yac-yellow-algebra-tool h2{
  margin: 0;
  color: #fff5c4;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-status{
  flex: 0 0 auto;
  color: #9cf3ee;
  background: rgba(21, 194, 183, 0.12);
  border: 1px solid rgba(102, 244, 237, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 800;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-field{
  min-width: 0;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-field-wide{
  margin-bottom: 14px;
}.tc-wp-tool-root .yac-yellow-algebra-tool label{
  display: block;
  margin: 0 0 7px;
  color: #ffe999;
  font-size: 0.84rem;
  font-weight: 800;
}.tc-wp-tool-root .yac-yellow-algebra-tool small{
  display: block;
  margin-top: 7px;
  color: #b7c7d6;
  font-size: 0.78rem;
  line-height: 1.35;
}.tc-wp-tool-root .yac-yellow-algebra-tool input, .tc-wp-tool-root .yac-yellow-algebra-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(255, 232, 148, 0.28);
  border-radius: 8px;
  background: #081525;
  color: #f8fbff;
  outline: none;
  padding: 0 13px;
  font-size: 0.96rem;
  line-height: 1.2;
  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 .yac-yellow-algebra-tool .yac-main-input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.05rem;
  font-weight: 750;
}.tc-wp-tool-root .yac-yellow-algebra-tool input::placeholder{
  color: #8093a7;
}.tc-wp-tool-root .yac-yellow-algebra-tool input:focus, .tc-wp-tool-root .yac-yellow-algebra-tool select:focus{
  border-color: #ffd84d;
  background: #0b1829;
  box-shadow: 0 0 0 3px rgba(255, 216, 77, 0.18), 0 0 24px rgba(255, 216, 77, 0.16);
}.tc-wp-tool-root .yac-yellow-algebra-tool select, .tc-wp-tool-root .yac-yellow-algebra-tool option, .tc-wp-tool-root .yac-yellow-algebra-tool option:checked, .tc-wp-tool-root .yac-yellow-algebra-tool option:hover, .tc-wp-tool-root .yac-yellow-algebra-tool option:focus{
  color: #f8fbff;
  background-color: #081525;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-control-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 0.85fr);
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease, border-color 140ms ease;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{
  min-height: 48px;
  max-height: 56px;
  padding: 0 12px;
  font-size: 0.95rem;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn-primary{
  color: #101928;
  background: linear-gradient(135deg, #fff2a8, #ffc321 46%, #f59e0b);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.26);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn-clear{
  color: #ecfeff;
  background: linear-gradient(135deg, #15314a, #0f2338);
  border: 1px solid rgba(128, 224, 220, 0.28);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn:hover, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-copy:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 22px rgba(255, 211, 67, 0.16);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn:active, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn:focus-visible, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-copy:focus-visible{
  outline: 3px solid rgba(156, 243, 238, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-card{
  padding: 18px;
  min-width: 0;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-card{
  grid-column: 1 / -1;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 88px;
  min-height: 36px;
  padding: 0 11px;
  color: #092033;
  background: linear-gradient(135deg, #96fff8, #ffd84d);
  font-size: 0.8rem;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-steps-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(156, 243, 238, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(4, 13, 24, 0.84), rgba(9, 22, 35, 0.9));
  color: #f7fbff;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: #ffd84d #07111f;
  scrollbar-width: thin;
  animation: yacReveal 240ms ease both;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{
  max-height: 240px;
  padding: 15px;
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 800;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{
  max-height: 180px;
  padding: 14px;
  color: #fff0ad;
  font-size: 0.96rem;
  line-height: 1.55;
  animation-name: yacFade;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-steps-box{
  max-height: 240px;
  padding: 14px 14px 14px 32px;
  color: #dff6ff;
  font-size: 0.94rem;
  line-height: 1.5;
  animation-name: yacFade;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-steps-box li{
  margin: 0 0 8px;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  width: min(92vw, 420px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 232, 148, 0.46);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(22, 35, 51, 0.96));
  color: #fff6cc;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 850;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 216, 77, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -44%);
  transition: opacity 170ms ease, transform 170ms ease;
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-toast.yac-show{
  opacity: 1;
  transform: translate(-50%, -50%);
}.tc-wp-tool-root .yac-yellow-algebra-tool .yac-error{
  border-color: #ffb4a8 !important;
  box-shadow: 0 0 0 3px rgba(255, 120, 92, 0.18) !important;
}@keyframes yacReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes yacFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 1200px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 40px 24px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 1rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 1.05rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ font-size: 0.96rem; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; font-size: 0.96rem; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 50px; max-height: 56px; font-size: 0.95rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 18px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.96rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card{ padding: 20px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-card{ padding: 18px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 36px 20px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: min(100%, 1120px); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 1.02rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ font-size: 0.94rem; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; font-size: 0.94rem; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 50px; max-height: 56px; font-size: 0.93rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 16px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 1.04rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.94rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card{ padding: 18px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 32px 18px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: min(100%, 940px); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 0.95rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 1rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ font-size: 0.93rem; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; font-size: 0.93rem; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 49px; max-height: 56px; font-size: 0.92rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 1.02rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.93rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card{ padding: 18px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: 100%; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 0.98rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ min-height: 46px; font-size: 0.91rem; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; min-height: 46px; font-size: 0.91rem; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 48px; max-height: 56px; font-size: 0.9rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-control-grid, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-card{ grid-column: auto; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 0.98rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.9rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-card{ padding: 16px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: 100%; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 0.86rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 0.95rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ min-height: 45px; font-size: 0.88rem; padding: 0 11px; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; min-height: 45px; font-size: 0.88rem; padding: 0 11px; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 48px; max-height: 56px; font-size: 0.86rem; padding: 0 8px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-control-grid, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-card{ grid-column: auto; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 0.95rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.88rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-card{ padding: 14px; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .yac-yellow-algebra-tool{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-shell{ width: 100%; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-subtitle{ font-size: 0.82rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-main-input{ width: 100%; font-size: 0.9rem; }.tc-wp-tool-root .yac-yellow-algebra-tool input{ min-height: 44px; font-size: 0.84rem; padding: 0 10px; }.tc-wp-tool-root .yac-yellow-algebra-tool select{ width: 100%; min-height: 44px; font-size: 0.84rem; padding: 0 10px; color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool option{ color: #f8fbff; background-color: #081525; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-btn{ min-height: 48px; max-height: 56px; font-size: 0.8rem; padding: 0 6px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-layout, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-control-grid, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-card{ grid-column: auto; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-result-box{ font-size: 0.9rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-formula-box{ font-size: 0.84rem; }.tc-wp-tool-root .yac-yellow-algebra-tool .yac-card, .tc-wp-tool-root .yac-yellow-algebra-tool .yac-output-card{ padding: 12px; }}@media (max-width: 299px) {.tc-wp-tool-root .yac-yellow-algebra-tool .yac-actions{ 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 .yac-formula-card {}
.tc-wp-tool-root .yac-steps-card {}
.tc-wp-tool-root .yac-value-field {}