@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 .twuc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: #f6fbff;
  background:
    radial-gradient(circle at 15% 12%, rgba(45, 212, 191, 0.34), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(244, 114, 182, 0.24), transparent 24%),
    radial-gradient(circle at 60% 92%, rgba(56, 189, 248, 0.26), transparent 32%),
    linear-gradient(135deg, #071525 0%, #0b2633 42%, #172554 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .twuc-tool-wrap, .tc-wp-tool-root .twuc-tool-wrap div, .tc-wp-tool-root .twuc-tool-wrap section, .tc-wp-tool-root .twuc-tool-wrap h1, .tc-wp-tool-root .twuc-tool-wrap h2, .tc-wp-tool-root .twuc-tool-wrap p, .tc-wp-tool-root .twuc-tool-wrap label, .tc-wp-tool-root .twuc-tool-wrap input, .tc-wp-tool-root .twuc-tool-wrap select, .tc-wp-tool-root .twuc-tool-wrap option, .tc-wp-tool-root .twuc-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .twuc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .twuc-hero{
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}.tc-wp-tool-root .twuc-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .twuc-subtitle{
  margin: 0;
  max-width: 760px;
  color: #c8e7f2;
  line-height: 1.55;
}.tc-wp-tool-root .twuc-main-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
}.tc-wp-tool-root .twuc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(187, 247, 208, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 27, 43, 0.74), rgba(12, 39, 58, 0.55));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .twuc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36), 0 0 26px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .twuc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .twuc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .twuc-field-grid{
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .twuc-field{
  display: grid;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .twuc-field span{
  color: #d9f7ff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 231, 255, 0.24);
  border-radius: 12px;
  outline: none;
  color: #f8fdff;
  background-color: #10283b;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .twuc-field input::placeholder{
  color: #9cc5d5;
}.tc-wp-tool-root .twuc-field input:focus, .tc-wp-tool-root .twuc-field select:focus{
  border-color: #67e8f9;
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.14), 0 0 22px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .twuc-field select{
  appearance: auto;
  cursor: pointer;
}.tc-wp-tool-root .twuc-field select option, .tc-wp-tool-root .twuc-tool-wrap option{
  color: #f8fdff;
  background-color: #10283b;
}.tc-wp-tool-root .twuc-field select option:checked, .tc-wp-tool-root .twuc-field select option:hover, .tc-wp-tool-root .twuc-field select option:focus{
  color: #ffffff;
  background-color: #16445c;
}.tc-wp-tool-root .twuc-error{
  min-height: 20px;
  margin-top: 10px;
  color: #fecdd3;
  font-size: 0.88rem;
  line-height: 1.35;
}.tc-wp-tool-root .twuc-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 .twuc-btn, .tc-wp-tool-root .twuc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  transition: transform 140ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
}.tc-wp-tool-root .twuc-btn:focus, .tc-wp-tool-root .twuc-copy-btn:focus{
  outline: 3px solid rgba(167, 243, 208, 0.58);
  outline-offset: 3px;
}.tc-wp-tool-root .twuc-btn:hover, .tc-wp-tool-root .twuc-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}.tc-wp-tool-root .twuc-btn:active, .tc-wp-tool-root .twuc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .twuc-btn-primary{
  color: #03131c;
  background: linear-gradient(135deg, #5eead4, #67e8f9 55%, #f0abfc);
  box-shadow: 0 14px 34px rgba(45, 212, 191, 0.26);
}.tc-wp-tool-root .twuc-btn-secondary, .tc-wp-tool-root .twuc-copy-btn{
  color: #eaffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(186, 230, 253, 0.2);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}.tc-wp-tool-root .twuc-copy-btn{
  width: auto;
  min-width: 82px;
  padding: 11px 14px;
  font-size: 0.86rem;
}.tc-wp-tool-root .twuc-output-stack{
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .twuc-output-box{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(165, 243, 252, 0.18);
  border-radius: 14px;
  background: rgba(3, 15, 25, 0.42);
  color: #eafdff;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: rgba(103, 232, 249, 0.6) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .twuc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .twuc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .twuc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .twuc-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .twuc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .twuc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#67e8f9, #5eead4);
  border-radius: 999px;
}.tc-wp-tool-root .twuc-empty{
  color: #b8ddec;
}.tc-wp-tool-root .twuc-results-grid{
  display: grid;
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .twuc-mini-card{
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 34, 51, 0.7);
  padding: 12px;
}.tc-wp-tool-root .twuc-mini-card.twuc-best{
  border-color: rgba(94, 234, 212, 0.75);
  box-shadow: 0 0 24px rgba(45, 212, 191, 0.16);
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.42), rgba(8, 47, 73, 0.62));
}.tc-wp-tool-root .twuc-mini-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}.tc-wp-tool-root .twuc-mini-title{
  color: #ffffff;
  font-weight: 800;
}.tc-wp-tool-root .twuc-badge{
  color: #052016;
  background: #99f6e4;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}.tc-wp-tool-root .twuc-time{
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
}.tc-wp-tool-root .twuc-meta{
  margin-top: 6px;
  color: #bfe7f3;
  font-size: 0.9rem;
}.tc-wp-tool-root .twuc-formula-line, .tc-wp-tool-root .twuc-step-line{
  margin: 0 0 8px;
  color: #eafdff;
}.tc-wp-tool-root .twuc-formula-line:last-child, .tc-wp-tool-root .twuc-step-line:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .twuc-reveal{
  animation: twucReveal 260ms ease both;
}.tc-wp-tool-root .twuc-fade{
  animation: twucFade 260ms ease both;
}.tc-wp-tool-root .twuc-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  display: none;
  max-width: min(88vw, 420px);
  padding: 14px 18px;
  border: 1px solid rgba(165, 243, 252, 0.34);
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(6, 30, 47, 0.96), rgba(20, 68, 82, 0.96));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 26px rgba(45, 212, 191, 0.18);
  text-align: center;
  font-weight: 800;
  transform: translate(-50%, -50%);
}.tc-wp-tool-root .twuc-toast.twuc-show{
  display: block;
  animation: twucToast 220ms ease both;
}@keyframes twucReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes twucFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@keyframes twucToast {
  from { opacity: 0; transform: translate(-50%, -46%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .twuc-card{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 46px; padding: 10px 11px; font-size: 0.95rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 50px; padding: 0 8px; font-size: 0.9rem; }.tc-wp-tool-root .twuc-copy-btn{ font-size: 0.78rem; min-width: 74px; padding: 10px 11px; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .twuc-output-stack{ gap: 14px; }.tc-wp-tool-root .twuc-output-box{ padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .twuc-time{ font-size: 1.45rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 0.88rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 0.88rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 26px 14px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 0.93rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .twuc-card{ padding: 16px; border-radius: 15px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 48px; padding: 11px 12px; font-size: 0.96rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 50px; padding: 0 10px; font-size: 0.92rem; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .twuc-output-stack{ gap: 15px; }.tc-wp-tool-root .twuc-output-box{ padding: 13px; font-size: 0.92rem; }.tc-wp-tool-root .twuc-time{ font-size: 1.6rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 0.9rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 0.9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 30px 16px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 0.96rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .twuc-card{ padding: 18px; border-radius: 16px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 50px; padding: 12px 13px; font-size: 1rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 52px; padding: 0 12px; font-size: 0.96rem; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .twuc-output-stack{ gap: 16px; }.tc-wp-tool-root .twuc-output-box{ padding: 14px; font-size: 0.95rem; }.tc-wp-tool-root .twuc-time{ font-size: 1.75rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 0.93rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 0.93rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 44px 22px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .twuc-card{ padding: 22px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .twuc-field-wide{ grid-column: span 2; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 52px; padding: 13px 14px; font-size: 1rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 54px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .twuc-output-stack{ gap: 18px; }.tc-wp-tool-root .twuc-output-box{ padding: 16px; font-size: 0.98rem; }.tc-wp-tool-root .twuc-time{ font-size: 1.9rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 0.96rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 0.96rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 54px 28px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 1.03rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; align-items: start; }.tc-wp-tool-root .twuc-card{ padding: 24px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .twuc-field-wide{ grid-column: span 2; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 54px; padding: 13px 14px; font-size: 1rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 56px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .twuc-output-stack{ gap: 18px; }.tc-wp-tool-root .twuc-output-box{ padding: 16px; font-size: 1rem; }.tc-wp-tool-root .twuc-time{ font-size: 1.95rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 0.98rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 0.98rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .twuc-tool-wrap{ padding: 64px 32px; border-radius: 0 !important; }.tc-wp-tool-root .twuc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .twuc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .twuc-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .twuc-main-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }.tc-wp-tool-root .twuc-card{ padding: 26px; }.tc-wp-tool-root .twuc-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .twuc-field-wide{ grid-column: span 2; }.tc-wp-tool-root .twuc-field input, .tc-wp-tool-root .twuc-field select{ width: 100%; min-height: 54px; padding: 14px 15px; font-size: 1rem; color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-field select option{ color: #f8fdff; background-color: #10283b; }.tc-wp-tool-root .twuc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .twuc-btn{ height: 58px; padding: 0 18px; font-size: 1.02rem; }.tc-wp-tool-root .twuc-results-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .twuc-output-stack{ gap: 18px; }.tc-wp-tool-root .twuc-output-box{ padding: 17px; font-size: 1rem; }.tc-wp-tool-root .twuc-time{ font-size: 2rem; }.tc-wp-tool-root .twuc-formula-line{ font-size: 1rem; }.tc-wp-tool-root .twuc-step-line{ font-size: 1rem; }}@media (max-width: 299px) {.tc-wp-tool-root .twuc-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 .twuc-formula-card {}
.tc-wp-tool-root .twuc-input-card {}
.tc-wp-tool-root .twuc-result-card {}
.tc-wp-tool-root .twuc-steps-card {}