@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 .pmc-projection-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 42px 18px;
  color: #eefcff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(49, 224, 202, 0.24), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(117, 89, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #061421 0%, #0b2538 34%, #102f55 67%, #251e5a 100%);
}.tc-wp-tool-root .pmc-projection-tool, .tc-wp-tool-root .pmc-projection-tool div, .tc-wp-tool-root .pmc-projection-tool section, .tc-wp-tool-root .pmc-projection-tool header, .tc-wp-tool-root .pmc-projection-tool aside, .tc-wp-tool-root .pmc-projection-tool h1, .tc-wp-tool-root .pmc-projection-tool h2, .tc-wp-tool-root .pmc-projection-tool h3, .tc-wp-tool-root .pmc-projection-tool p, .tc-wp-tool-root .pmc-projection-tool label, .tc-wp-tool-root .pmc-projection-tool input, .tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .pmc-projection-tool .pmc-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .pmc-projection-tool .pmc-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 860px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-header h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 14px 36px rgba(0, 255, 234, 0.18);
}.tc-wp-tool-root .pmc-projection-tool .pmc-header p{
  margin: 0;
  color: #ccecf3;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .pmc-projection-tool .pmc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .pmc-projection-tool .pmc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(188, 245, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 29, 45, 0.86), rgba(14, 45, 71, 0.72));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .pmc-projection-tool .pmc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(83, 238, 221, 0.42);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.36), 0 0 24px rgba(40, 224, 209, 0.08);
}.tc-wp-tool-root .pmc-projection-tool .pmc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-section-head h2, .tc-wp-tool-root .pmc-projection-tool .pmc-matrix-top h3{
  margin: 0;
  color: #f7feff;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .pmc-projection-tool .pmc-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-field{
  display: grid;
  gap: 7px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pmc-projection-tool .pmc-field span{
  color: #bceff5;
  font-size: 0.82rem;
  font-weight: 700;
}.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #f5feff;
  background-color: #0b2436;
  border: 1px solid rgba(161, 237, 247, 0.28);
  border-radius: 12px;
  outline: none;
  height: 46px;
  padding: 0 12px;
  font-size: 0.96rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .pmc-projection-tool select option{
  color: #f5feff;
  background-color: #0b2436;
}.tc-wp-tool-root .pmc-projection-tool select:focus, .tc-wp-tool-root .pmc-projection-tool input:focus{
  border-color: #58f0de;
  box-shadow: 0 0 0 3px rgba(88, 240, 222, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-wrap{
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  padding: 14px;
  background: rgba(4, 17, 29, 0.42);
  border: 1px solid rgba(180, 239, 246, 0.16);
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-size, .tc-wp-tool-root .pmc-projection-tool .pmc-muted{
  color: #a9d7df;
  font-size: 0.86rem;
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-color: #49dbc9 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-grid{
  display: grid;
  gap: 9px;
  width: 100%;
  min-width: 260px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{
  height: 48px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .pmc-projection-tool .pmc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-btn, .tc-wp-tool-root .pmc-projection-tool .pmc-copy{
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .pmc-projection-tool .pmc-btn{
  height: 56px;
  min-width: 0;
  border-radius: 14px;
  font-size: 0.98rem;
  color: #04151e;
  background: linear-gradient(135deg, #69fff0, #62c8ff 48%, #d3e4ff);
  box-shadow: 0 14px 28px rgba(26, 216, 222, 0.2);
}.tc-wp-tool-root .pmc-projection-tool .pmc-clear{
  color: #f7feff;
  background: linear-gradient(135deg, #203a59, #4a3a8f);
  border: 1px solid rgba(199, 231, 255, 0.2);
}.tc-wp-tool-root .pmc-projection-tool .pmc-copy{
  flex: 0 0 auto;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #04151e;
  background: #93fff3;
}.tc-wp-tool-root .pmc-projection-tool .pmc-btn:hover, .tc-wp-tool-root .pmc-projection-tool .pmc-copy:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 16px 30px rgba(49, 224, 202, 0.24);
}.tc-wp-tool-root .pmc-projection-tool .pmc-btn:active, .tc-wp-tool-root .pmc-projection-tool .pmc-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .pmc-projection-tool .pmc-btn:focus-visible, .tc-wp-tool-root .pmc-projection-tool .pmc-copy:focus-visible{
  outline: 3px solid rgba(147, 255, 243, 0.45);
  outline-offset: 3px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-output{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .pmc-projection-tool .pmc-output-box{
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  padding: 14px;
  color: #edfefe;
  background: rgba(2, 12, 23, 0.48);
  border: 1px solid rgba(167, 240, 248, 0.16);
  overflow: auto;
  scrollbar-color: #49dbc9 rgba(255, 255, 255, 0.08);
  animation: pmcReveal 220ms ease both;
}.tc-wp-tool-root .pmc-projection-tool .pmc-result-box{
  max-height: 260px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-formula-box{
  max-height: 180px;
  animation: pmcFade 240ms ease both;
}.tc-wp-tool-root .pmc-projection-tool .pmc-steps-box{
  max-height: 260px;
  animation: pmcFade 260ms ease both;
}.tc-wp-tool-root .pmc-projection-tool .pmc-output-text, .tc-wp-tool-root .pmc-projection-tool .pmc-copy-text, .tc-wp-tool-root .pmc-projection-tool .pmc-error, .tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin-bottom: 12px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-table td{
  min-width: 58px;
  padding: 9px 8px;
  text-align: center;
  color: #f7feff;
  background: rgba(81, 218, 222, 0.12);
  border: 1px solid rgba(137, 246, 244, 0.18);
  border-radius: 10px;
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .pmc-projection-tool .pmc-copy-text{
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  color: #c8f6fb;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
  line-height: 1.5;
}.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 900;
  margin-bottom: 8px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .pmc-projection-tool .pmc-steps-box li{
  margin: 0 0 8px;
  color: #dffcff;
  line-height: 1.45;
}.tc-wp-tool-root .pmc-projection-tool .pmc-empty{
  color: #c7e9ee;
  line-height: 1.5;
}.tc-wp-tool-root .pmc-projection-tool .pmc-error{
  color: #ffe6eb;
  border-left: 4px solid #ff6f91;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 85, 126, 0.13);
  line-height: 1.45;
}.tc-wp-tool-root .pmc-projection-tool .pmc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  width: max-content;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #04151e;
  background: linear-gradient(135deg, #a2fff5, #d8e8ff);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .pmc-projection-tool .pmc-toast.pmc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes pmcReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes pmcFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 46px 22px; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; }.tc-wp-tool-root .pmc-projection-tool .pmc-card{ padding: 20px; gap: 16px; }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ height: 48px; font-size: 0.98rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 50px; font-size: 0.98rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-output-box{ font-size: 0.96rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1.35rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 40px 18px; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 16px; }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ width: 100%; height: 46px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-result-box{ font-size: 0.94rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1.26rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 34px 16px; border-radius: 0 !important; }.tc-wp-tool-root .pmc-projection-tool .pmc-inner{ width: 100%; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .pmc-projection-tool .pmc-output{ grid-template-columns: 1fr; }.tc-wp-tool-root .pmc-projection-tool .pmc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pmc-projection-tool .pmc-header p{ font-size: 0.96rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ width: 100%; height: 46px; font-size: 0.95rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-grid{ min-width: 300px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 54px; font-size: 0.95rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .pmc-projection-tool .pmc-result-box, .tc-wp-tool-root .pmc-projection-tool .pmc-formula-box, .tc-wp-tool-root .pmc-projection-tool .pmc-steps-box{ font-size: 0.94rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1.22rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .pmc-projection-tool .pmc-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout, .tc-wp-tool-root .pmc-projection-tool .pmc-output{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .pmc-projection-tool .pmc-header{ margin-bottom: 18px; }.tc-wp-tool-root .pmc-projection-tool .pmc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pmc-projection-tool .pmc-header p{ font-size: 0.93rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-controls{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ width: 100%; height: 44px; font-size: 0.94rem; }.tc-wp-tool-root .pmc-projection-tool select option{ color: #f5feff; background-color: #0b2436; }.tc-wp-tool-root .pmc-projection-tool .pmc-card{ padding: 14px; gap: 12px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-wrap{ padding: 12px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-grid{ min-width: 260px; gap: 8px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 46px; font-size: 0.92rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 52px; font-size: 0.92rem; padding: 0 8px; }.tc-wp-tool-root .pmc-projection-tool .pmc-output-box{ font-size: 0.92rem; padding: 12px; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1.12rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-copy{ height: 32px; padding: 0 10px; font-size: 0.78rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .pmc-projection-tool .pmc-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout, .tc-wp-tool-root .pmc-projection-tool .pmc-output{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .pmc-projection-tool .pmc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pmc-projection-tool .pmc-header p{ font-size: 0.9rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-controls{ grid-template-columns: 1fr; }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ width: 100%; height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .pmc-projection-tool select option{ color: #f5feff; background-color: #0b2436; }.tc-wp-tool-root .pmc-projection-tool .pmc-card{ padding: 12px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-grid{ min-width: 250px; gap: 7px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 45px; font-size: 0.9rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 50px; max-height: 56px; font-size: 0.9rem; padding: 0 6px; }.tc-wp-tool-root .pmc-projection-tool .pmc-result-box, .tc-wp-tool-root .pmc-projection-tool .pmc-formula-box, .tc-wp-tool-root .pmc-projection-tool .pmc-steps-box{ font-size: 0.9rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1.08rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pmc-projection-tool{ padding: 22px 8px; border-radius: 0 !important; }.tc-wp-tool-root .pmc-projection-tool .pmc-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .pmc-projection-tool .pmc-layout, .tc-wp-tool-root .pmc-projection-tool .pmc-output{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .pmc-projection-tool .pmc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pmc-projection-tool .pmc-header p{ font-size: 0.88rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-controls{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .pmc-projection-tool select, .tc-wp-tool-root .pmc-projection-tool input{ width: 100%; height: 43px; font-size: 0.9rem; padding: 0 9px; }.tc-wp-tool-root .pmc-projection-tool select option{ color: #f5feff; background-color: #0b2436; }.tc-wp-tool-root .pmc-projection-tool .pmc-card{ padding: 10px; border-radius: 15px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-wrap{ padding: 9px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-grid{ min-width: 240px; gap: 6px; }.tc-wp-tool-root .pmc-projection-tool .pmc-matrix-cell{ height: 44px; font-size: 0.88rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .pmc-projection-tool .pmc-btn{ height: 49px; max-height: 56px; font-size: 0.86rem; padding: 0 5px; }.tc-wp-tool-root .pmc-projection-tool .pmc-output-box{ padding: 10px; font-size: 0.88rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-formula-main{ font-size: 1rem; }.tc-wp-tool-root .pmc-projection-tool .pmc-copy{ height: 31px; padding: 0 9px; font-size: 0.76rem; }}@media (max-width: 299px) {.tc-wp-tool-root .pmc-projection-tool .pmc-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 .pmc-dimension {}
.tc-wp-tool-root .pmc-formula-card {}
.tc-wp-tool-root .pmc-input-card {}
.tc-wp-tool-root .pmc-precision {}
.tc-wp-tool-root .pmc-result-card {}
.tc-wp-tool-root .pmc-solve {}
.tc-wp-tool-root .pmc-steps-card {}
.tc-wp-tool-root .pmc-vectors {}