@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 .tiger-algebra-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  color: #eefdfb;
  background:
    radial-gradient(circle at 15% 12%, rgba(26, 188, 156, 0.24), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(245, 176, 65, 0.18), transparent 32%),
    linear-gradient(135deg, #06111f 0%, #08283a 45%, #07161f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tiger-algebra-tool *, .tc-wp-tool-root .tiger-algebra-tool *::before, .tc-wp-tool-root .tiger-algebra-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero{
  text-align: center;
  width: 100%;
  margin: 0 auto;
}.tc-wp-tool-root .tiger-algebra-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 10px 34px rgba(25, 224, 199, 0.22);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{
  margin: 14px auto 0;
  max-width: 760px;
  color: #bfe9e5;
  line-height: 1.6;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid, .tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{
  width: 100%;
  max-width: 100%;
  display: grid;
  box-sizing: border-box;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(177, 255, 239, 0.2);
  background: linear-gradient(180deg, rgba(12, 35, 49, 0.82), rgba(8, 24, 35, 0.74));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card:hover{
  transform: translateY(-2px);
  border-color: rgba(73, 239, 213, 0.36);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(15, 229, 200, 0.08);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .tiger-algebra-tool h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-field{
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .tiger-algebra-tool label{
  display: block;
  margin: 0 0 7px;
  color: #d9f8f4;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool button, .tc-wp-tool-root .tiger-algebra-tool .tiger-output-box, .tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{
  border: 1px solid rgba(156, 241, 230, 0.24);
  border-radius: 12px;
  background-color: rgba(4, 18, 28, 0.92);
  color: #f3fffd;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .tiger-algebra-tool textarea{
  resize: vertical;
  min-height: 112px;
  overflow: auto;
}.tc-wp-tool-root .tiger-algebra-tool input:focus, .tc-wp-tool-root .tiger-algebra-tool textarea:focus, .tc-wp-tool-root .tiger-algebra-tool select:focus{
  border-color: #38f2d3;
  box-shadow: 0 0 0 4px rgba(56, 242, 211, 0.14), 0 0 28px rgba(56, 242, 211, 0.1);
  background-color: rgba(5, 25, 38, 0.96);
}.tc-wp-tool-root .tiger-algebra-tool select{
  appearance: auto;
  background-color: #071d2a;
  color: #f3fffd;
}.tc-wp-tool-root .tiger-algebra-tool select option{
  background-color: #071d2a;
  color: #f3fffd;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-helper{
  margin-top: 8px;
  color: #9fe8df;
  font-size: 0.84rem;
  line-height: 1.35;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .tiger-algebra-tool button{
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background-color 150ms ease;
}.tc-wp-tool-root .tiger-algebra-tool button:focus-visible{
  outline: 3px solid rgba(246, 196, 83, 0.65);
  outline-offset: 3px;
}.tc-wp-tool-root .tiger-algebra-tool button:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-solve{
  color: #041219;
  background: linear-gradient(135deg, #44f4d2, #f6c453);
  box-shadow: 0 12px 26px rgba(44, 238, 207, 0.18);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-solve:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(44, 238, 207, 0.28);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-clear, .tc-wp-tool-root .tiger-algebra-tool .tiger-copy{
  color: #e9fffb;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(194, 255, 246, 0.2);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-clear:hover, .tc-wp-tool-root .tiger-algebra-tool .tiger-copy:hover{
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .tiger-algebra-tool .tiger-copy{
  width: auto;
  max-width: 120px;
  padding: 9px 12px;
  font-size: 0.82rem;
  flex: 0 0 auto;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{
  border: 1px solid rgba(167, 255, 240, 0.18);
  border-radius: 14px;
  background: rgba(2, 13, 21, 0.58);
  color: #f4fffd;
  line-height: 1.55;
  overflow-y: auto;
  overflow-x: hidden;
  animation: tigerReveal 220ms ease both;
  scrollbar-color: rgba(68, 244, 210, 0.62) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box::-webkit-scrollbar-thumb{
  background: rgba(68, 244, 210, 0.62);
  border-radius: 20px;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{
  max-height: 240px;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 800;
  color: #ffffff;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{
  max-height: 180px;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #d9fff8;
  animation: tigerFade 240ms ease both;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-steps-box{
  max-height: 240px;
  margin: 0;
  padding-left: 34px;
  animation: tigerFade 260ms ease both;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-steps-box li{
  margin: 0 0 8px;
  padding-right: 8px;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-error{
  border-color: rgba(255, 111, 111, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(255, 111, 111, 0.12) !important;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  width: max-content;
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(187, 255, 244, 0.24);
  background: rgba(5, 24, 35, 0.96);
  color: #ffffff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42), 0 0 28px rgba(45, 239, 206, 0.14);
  text-align: center;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .tiger-algebra-tool .tiger-toast.tiger-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes tigerReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes tigerFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid, .tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 14px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 46px; padding: 11px 12px; font-size: 0.95rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 50px; font-size: 0.9rem; padding: 0 8px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 12px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 0.92rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 26px 14px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 0.94rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid, .tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 16px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 48px; padding: 12px 13px; font-size: 0.96rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 52px; font-size: 0.94rem; padding: 0 10px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 13px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1.03rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 32px 16px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid, .tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 18px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 50px; padding: 13px 14px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 54px; font-size: 0.98rem; padding: 0 12px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 14px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 0.98rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 1.05rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 22px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 52px; padding: 14px 15px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 16px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1.15rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 1rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 56px 28px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 1.08rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; align-items: start; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 24px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 54px; padding: 14px 16px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 17px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1.18rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .tiger-algebra-tool{ padding: 64px 32px; border-radius: 0 !important; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-shell{ width: 100%; }.tc-wp-tool-root .tiger-algebra-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-hero p{ font-size: 1.1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-grid{ grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: 22px; align-items: start; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-algebra-card{ padding: 26px; }.tc-wp-tool-root .tiger-algebra-tool input, .tc-wp-tool-root .tiger-algebra-tool textarea, .tc-wp-tool-root .tiger-algebra-tool select{ min-height: 54px; padding: 14px 16px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool select, .tc-wp-tool-root .tiger-algebra-tool select option{ color: #f3fffd; background-color: #071d2a; }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tiger-algebra-tool .tiger-actions button{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-output-box{ padding: 18px; }.tc-wp-tool-root .tiger-algebra-tool .tiger-result-box{ font-size: 1.22rem; }.tc-wp-tool-root .tiger-algebra-tool .tiger-formula-box{ font-size: 1.02rem; }}@media (max-width: 299px) {.tc-wp-tool-root .tiger-algebra-tool .tiger-actions{
    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 .tiger-algebra-input-card {}
.tc-wp-tool-root .tiger-expression {}
.tc-wp-tool-root .tiger-formula-card {}
.tc-wp-tool-root .tiger-operation {}
.tc-wp-tool-root .tiger-result-card {}
.tc-wp-tool-root .tiger-steps-card {}
.tc-wp-tool-root .tiger-variable {}