@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 .ldalc-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 42px 22px;
  color: #eefcff;
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 212, 191, .34), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(125, 92, 255, .3), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #0b2740 44%, #0b3d46 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ldalc-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ldalc-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ldalc-hero{
  text-align: center;
  margin: 0 0 28px;
}.tc-wp-tool-root .ldalc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 14px 38px rgba(34, 211, 238, .22);
}.tc-wp-tool-root .ldalc-hero p{
  max-width: 760px;
  margin: 12px auto 0;
  color: #c8f6f3;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .ldalc-layout{
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .ldalc-card{
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(187, 247, 238, .22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(9, 30, 52, .74), rgba(10, 63, 74, .5));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  padding: 18px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .ldalc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, .42);
  box-shadow: 0 30px 82px rgba(0, 0, 0, .34), 0 0 34px rgba(45, 212, 191, .11);
}.tc-wp-tool-root .ldalc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.tc-wp-tool-root .ldalc-card-head h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #f8ffff;
  letter-spacing: 0;
}.tc-wp-tool-root .ldalc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
  margin-bottom: 14px;
}.tc-wp-tool-root .ldalc-field label{
  color: #dbfffb;
  font-weight: 700;
  font-size: .9rem;
}.tc-wp-tool-root .ldalc-field small{
  color: #a8d8d4;
  line-height: 1.35;
  font-size: .78rem;
}.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 52px;
  border: 1px solid rgba(148, 223, 223, .32);
  border-radius: 8px;
  outline: none;
  padding: 0 14px;
  color: #f8ffff;
  background-color: #0a2035;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  font-size: .98rem;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}.tc-wp-tool-root .ldalc-input::placeholder{
  color: #82aeb0;
}.tc-wp-tool-root .ldalc-input:focus, .tc-wp-tool-root .ldalc-select:focus, .tc-wp-tool-root .ldalc-btn:focus-visible, .tc-wp-tool-root .ldalc-copy:focus-visible{
  border-color: #67e8f9;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, .22), 0 0 24px rgba(45, 212, 191, .18);
}.tc-wp-tool-root .ldalc-select{
  color: #f8ffff;
  background-color: #0a2035;
  cursor: pointer;
}.tc-wp-tool-root .ldalc-select option{
  color: #071827;
  background-color: #eaffff;
}.tc-wp-tool-root .ldalc-select option:checked, .tc-wp-tool-root .ldalc-select option:focus{
  color: #ffffff;
  background-color: #0f766e;
}.tc-wp-tool-root .ldalc-controls{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .ldalc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}.tc-wp-tool-root .ldalc-btn{
  width: 100%;
  height: 54px;
  max-height: 60px;
  border: 0;
  border-radius: 8px;
  color: #03151c;
  background: linear-gradient(135deg, #67e8f9, #5eead4 55%, #b7f7dd);
  font-weight: 900;
  font-size: .98rem;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 15px 34px rgba(45, 212, 191, .24);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root .ldalc-clear{
  color: #f8ffff;
  background: linear-gradient(135deg, #26364f, #1c5361);
  border: 1px solid rgba(187, 247, 238, .2);
}.tc-wp-tool-root .ldalc-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(34, 211, 238, .28);
}.tc-wp-tool-root .ldalc-btn:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .ldalc-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .ldalc-steps-card, .tc-wp-tool-root .ldalc-check-card{
  grid-column: span 2;
}.tc-wp-tool-root .ldalc-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 223, 223, .22);
  border-radius: 8px;
  background: rgba(3, 16, 29, .52);
  color: #eaffff;
  padding: 13px;
  line-height: 1.55;
  font-size: .94rem;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: ldalcReveal .28s ease both;
}.tc-wp-tool-root .ldalc-result-box{ max-height: 240px; }.tc-wp-tool-root .ldalc-formula-box{ max-height: 180px; }.tc-wp-tool-root .ldalc-steps-box{ max-height: 240px; }.tc-wp-tool-root .ldalc-check-box{ max-height: 220px; }.tc-wp-tool-root .ldalc-output-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .ldalc-output-box::-webkit-scrollbar-track{
  background: rgba(7, 24, 39, .9);
  border-radius: 999px;
}.tc-wp-tool-root .ldalc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #22d3ee, #2dd4bf);
  border-radius: 999px;
}.tc-wp-tool-root .ldalc-copy{
  flex: 0 0 auto;
  border: 1px solid rgba(103, 232, 249, .38);
  border-radius: 8px;
  padding: 9px 12px;
  color: #eaffff;
  background: rgba(8, 33, 51, .86);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root .ldalc-copy:hover{
  background: rgba(13, 71, 89, .95);
  box-shadow: 0 10px 24px rgba(34, 211, 238, .18);
}.tc-wp-tool-root .ldalc-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .ldalc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(.96);
  width: min(92vw, 440px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(7, 24, 39, .96);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .45);
  text-align: center;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .ldalc-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root .ldalc-error{
  border-color: rgba(251, 113, 133, .7) !important;
  box-shadow: 0 0 0 3px rgba(251, 113, 133, .18) !important;
}@keyframes ldalcReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .ldalc-wrap{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: 1rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ font-size: .98rem; }.tc-wp-tool-root .ldalc-btn{ height: 54px; font-size: .98rem; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-layout{ grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }.tc-wp-tool-root .ldalc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-output-box{ font-size: .94rem; }.tc-wp-tool-root .ldalc-card{ padding: 18px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 18px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ldalc-wrap{ padding: 38px 20px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: .98rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ font-size: .96rem; }.tc-wp-tool-root .ldalc-btn{ height: 54px; font-size: .96rem; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-layout{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }.tc-wp-tool-root .ldalc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-output-box{ font-size: .92rem; }.tc-wp-tool-root .ldalc-card{ padding: 17px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ldalc-wrap{ padding: 34px 18px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: .95rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ font-size: .95rem; }.tc-wp-tool-root .ldalc-btn{ height: 52px; font-size: .95rem; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-layout{ grid-template-columns: 1fr; }.tc-wp-tool-root .ldalc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ldalc-output-box{ font-size: .91rem; }.tc-wp-tool-root .ldalc-card{ padding: 16px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ldalc-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: 100%; }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: .92rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ width: 100%; max-width: 100%; font-size: .93rem; height: 50px; }.tc-wp-tool-root .ldalc-btn{ height: 50px; max-height: 56px; font-size: .93rem; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid, .tc-wp-tool-root .ldalc-controls{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ldalc-card, .tc-wp-tool-root .ldalc-input-card, .tc-wp-tool-root .ldalc-output-card, .tc-wp-tool-root .ldalc-formula-card, .tc-wp-tool-root .ldalc-result-card, .tc-wp-tool-root .ldalc-steps-card, .tc-wp-tool-root .ldalc-check-card{ width: 100%; min-width: 0; grid-column: auto !important; }.tc-wp-tool-root .ldalc-output-box{ width: 100%; max-width: 100%; font-size: .9rem; }.tc-wp-tool-root .ldalc-card{ padding: 15px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ldalc-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: 100%; }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: .88rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ width: 100%; max-width: 100%; font-size: .9rem; height: 49px; }.tc-wp-tool-root .ldalc-btn{ height: 49px; max-height: 56px; font-size: .9rem; padding: 0 8px; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid, .tc-wp-tool-root .ldalc-controls{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ldalc-card, .tc-wp-tool-root .ldalc-input-card, .tc-wp-tool-root .ldalc-output-card, .tc-wp-tool-root .ldalc-formula-card, .tc-wp-tool-root .ldalc-result-card, .tc-wp-tool-root .ldalc-steps-card, .tc-wp-tool-root .ldalc-check-card{ width: 100%; min-width: 0; grid-column: auto !important; }.tc-wp-tool-root .ldalc-output-box{ width: 100%; max-width: 100%; font-size: .88rem; }.tc-wp-tool-root .ldalc-card{ padding: 14px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 11px; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ldalc-wrap{ padding: 20px 10px; border-radius: 0 !important; }.tc-wp-tool-root .ldalc-shell{ width: 100%; }.tc-wp-tool-root .ldalc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ldalc-hero p{ font-size: .84rem; }.tc-wp-tool-root .ldalc-input, .tc-wp-tool-root .ldalc-select{ width: 100%; max-width: 100%; font-size: .86rem; height: 48px; padding: 0 10px; }.tc-wp-tool-root .ldalc-btn{ height: 48px; max-height: 56px; font-size: .86rem; padding: 0 6px; }.tc-wp-tool-root .ldalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid, .tc-wp-tool-root .ldalc-controls{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ldalc-card, .tc-wp-tool-root .ldalc-input-card, .tc-wp-tool-root .ldalc-output-card, .tc-wp-tool-root .ldalc-formula-card, .tc-wp-tool-root .ldalc-result-card, .tc-wp-tool-root .ldalc-steps-card, .tc-wp-tool-root .ldalc-check-card{ width: 100%; min-width: 0; grid-column: auto !important; }.tc-wp-tool-root .ldalc-output-box{ width: 100%; max-width: 100%; font-size: .84rem; padding: 11px; }.tc-wp-tool-root .ldalc-card{ padding: 12px; }.tc-wp-tool-root .ldalc-layout, .tc-wp-tool-root .ldalc-output-grid{ gap: 10px; }}.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 .ldalc-solve {}