@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 .tdc-drive-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  color: #eafffb;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.32), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(34, 211, 238, 0.24), transparent 32%),
    linear-gradient(135deg, #061521 0%, #082236 46%, #042f35 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tdc-drive-tool, .tc-wp-tool-root .tdc-drive-tool div, .tc-wp-tool-root .tdc-drive-tool section, .tc-wp-tool-root .tdc-drive-tool header{
  box-sizing: border-box;
}.tc-wp-tool-root .tdc-drive-tool .tdc-bg-layer{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(45, 212, 191, 0.08) 64%, transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px);
  opacity: 0.75;
}.tc-wp-tool-root .tdc-drive-tool .tdc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-tool-root .tdc-drive-tool .tdc-header{
  text-align: center;
  margin: 0 auto 26px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f6fffd;
  text-shadow: 0 10px 34px rgba(45, 212, 191, 0.25);
}.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
  margin: 12px auto 0;
  max-width: 720px;
  color: #b8f3ed;
  line-height: 1.55;
}.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .tdc-drive-tool .tdc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .tdc-drive-tool .tdc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: linear-gradient(145deg, rgba(7, 25, 38, 0.86), rgba(10, 58, 64, 0.62));
  border: 1px solid rgba(178, 255, 244, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tdc-drive-tool .tdc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.34);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), 0 0 34px rgba(20, 184, 166, 0.13);
}.tc-wp-tool-root .tdc-drive-tool .tdc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-section-head h2, .tc-wp-tool-root .tdc-drive-tool .tdc-output-header h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #f5fffd;
  letter-spacing: 0;
}.tc-wp-tool-root .tdc-drive-tool .tdc-section-head span{
  display: block;
  margin-top: 5px;
  color: #95d8d2;
  font-size: 0.88rem;
}.tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-field{
  min-width: 0;
}.tc-wp-tool-root .tdc-drive-tool .tdc-span-2{
  grid-column: span 2;
}.tc-wp-tool-root .tdc-drive-tool .tdc-field label{
  display: block;
  margin: 0 0 7px;
  color: #dffefa;
  font-size: 0.86rem;
  font-weight: 750;
}.tc-wp-tool-root .tdc-drive-tool .tdc-field small{
  display: block;
  margin-top: 6px;
  color: #8ccbc5;
  font-size: 0.76rem;
}.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid rgba(190, 255, 247, 0.2);
  border-radius: 8px;
  background-color: #071f2d;
  color: #f2fffd;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .tdc-drive-tool input::placeholder{
  color: #639894;
}.tc-wp-tool-root .tdc-drive-tool input:focus, .tc-wp-tool-root .tdc-drive-tool select:focus{
  border-color: rgba(94, 234, 212, 0.82);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18), 0 0 24px rgba(34, 211, 238, 0.16);
  background-color: #082737;
}.tc-wp-tool-root .tdc-drive-tool select{
  appearance: auto;
  cursor: pointer;
}.tc-wp-tool-root .tdc-drive-tool select option{
  color: #f2fffd;
  background-color: #071f2d;
}.tc-wp-tool-root .tdc-drive-tool select option:checked, .tc-wp-tool-root .tdc-drive-tool select option:hover{
  color: #ffffff;
  background-color: #0f766e;
}.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn, .tc-wp-tool-root .tdc-drive-tool .tdc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background-color 150ms ease;
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn:focus, .tc-wp-tool-root .tdc-drive-tool .tdc-copy-btn:focus{
  outline: 3px solid rgba(153, 246, 228, 0.55);
  outline-offset: 3px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn:active, .tc-wp-tool-root .tdc-drive-tool .tdc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn-primary{
  color: #022422;
  background: linear-gradient(135deg, #67e8f9, #5eead4 52%, #a7f3d0);
  box-shadow: 0 14px 32px rgba(45, 212, 191, 0.28);
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn-primary:hover{
  filter: brightness(1.05);
  box-shadow: 0 18px 44px rgba(45, 212, 191, 0.42);
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn-clear{
  color: #eafffb;
  background: linear-gradient(135deg, rgba(15, 51, 67, 0.96), rgba(11, 82, 86, 0.82));
  border: 1px solid rgba(178, 255, 244, 0.2);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .tdc-drive-tool .tdc-btn-clear:hover{
  box-shadow: 0 18px 38px rgba(20, 184, 166, 0.16);
  border-color: rgba(94, 234, 212, 0.42);
}.tc-wp-tool-root .tdc-drive-tool .tdc-output-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-copy-btn{
  width: auto;
  min-width: 86px;
  height: 40px;
  padding: 0 14px;
  color: #ccfbf1;
  background: rgba(14, 72, 78, 0.72);
  border: 1px solid rgba(153, 246, 228, 0.26);
}.tc-wp-tool-root .tdc-drive-tool .tdc-copy-btn:hover{
  box-shadow: 0 0 26px rgba(45, 212, 191, 0.22);
  background: rgba(20, 104, 109, 0.88);
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  border: 1px solid rgba(178, 255, 244, 0.14);
  background: rgba(3, 18, 28, 0.5);
  scrollbar-color: rgba(94, 234, 212, 0.7) rgba(8, 38, 52, 0.9);
  scrollbar-width: thin;
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box::-webkit-scrollbar, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box::-webkit-scrollbar, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box::-webkit-scrollbar-track, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box::-webkit-scrollbar-track, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box::-webkit-scrollbar-track{
  background: rgba(8, 38, 52, 0.9);
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box::-webkit-scrollbar-thumb{
  background: rgba(94, 234, 212, 0.7);
  border-radius: 999px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box p{
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
  color: #a8e9e2;
  line-height: 1.5;
}.tc-wp-tool-root .tdc-drive-tool .tdc-main-result{
  display: grid;
  gap: 6px;
  padding: 4px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
  color: #ffffff;
  line-height: 1.12;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span{
  color: #9ff7ed;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-stat{
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(13, 54, 70, 0.74), rgba(6, 95, 90, 0.36));
  border: 1px solid rgba(153, 246, 228, 0.16);
}.tc-wp-tool-root .tdc-drive-tool .tdc-stat span{
  display: block;
  color: #8fded7;
  font-size: 0.76rem;
  font-weight: 750;
  margin-bottom: 6px;
}.tc-wp-tool-root .tdc-drive-tool .tdc-stat strong{
  display: block;
  color: #f4fffd;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box p, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box p{
  margin: 0 0 8px;
  color: #d9fffb;
  line-height: 1.5;
}.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box p:last-child, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box p:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .tdc-drive-tool .tdc-reveal{
  animation: tdcReveal 360ms ease both;
}.tc-wp-tool-root .tdc-drive-tool .tdc-soft-in{
  animation: tdcSoftIn 420ms ease both;
}.tc-wp-tool-root .tdc-drive-tool .tdc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 8px;
  color: #ecfffb;
  background: linear-gradient(135deg, rgba(4, 47, 46, 0.96), rgba(8, 84, 91, 0.96));
  border: 1px solid rgba(153, 246, 228, 0.32);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.35), 0 0 28px rgba(45, 212, 191, 0.18);
  transform: translateX(-50%) translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  max-width: min(92vw, 420px);
  font-weight: 800;
}.tc-wp-tool-root .tdc-drive-tool .tdc-toast.tdc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes tdcReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes tdcSoftIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 28px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 100%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 14px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid, .tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid, .tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-span-2{
    grid-column: span 1;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 46px;
    padding: 0 11px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 50px;
    max-height: 56px;
    font-size: 0.86rem;
    padding: 0 6px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 1.38rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 0.9rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.88rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 32px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 100%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 16px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid, .tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid, .tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-span-2{
    grid-column: span 1;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 52px;
    max-height: 56px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 1.58rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.91rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 13px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 100%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 18px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid, .tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-span-2{
    grid-column: span 1;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 50px;
    padding: 0 13px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 54px;
    max-height: 56px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 1.78rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 0.98rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 48px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 96%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 20px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 52px;
    padding: 0 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 2rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 58px 26px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 96%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 1.03rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 22px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 54px;
    padding: 0 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 2.08rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.98rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 17px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .tdc-drive-tool{
    padding: 68px 30px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-container{
    width: 94%;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tdc-drive-tool .tdc-header p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-card{
    padding: 24px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-form-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-stat-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .tdc-drive-tool input, .tc-wp-tool-root .tdc-drive-tool select{
    width: 100%;
    height: 56px;
    padding: 0 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool select{
    color: #f2fffd;
    background-color: #071f2d;
  }.tc-wp-tool-root .tdc-drive-tool select option{
    background-color: #071f2d;
    color: #f2fffd;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tdc-drive-tool .tdc-btn{
    height: 58px;
    font-size: 1rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result strong{
    font-size: 2.18rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-main-result span, .tc-wp-tool-root .tdc-drive-tool .tdc-stat strong, .tc-wp-tool-root .tdc-drive-tool .tdc-empty-state{
    font-size: 1.01rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    font-size: 0.98rem;
  }.tc-wp-tool-root .tdc-drive-tool .tdc-result-box, .tc-wp-tool-root .tdc-drive-tool .tdc-formula-box, .tc-wp-tool-root .tdc-drive-tool .tdc-steps-box{
    padding: 18px;
  }}@media (max-width: 299px) {.tc-wp-tool-root .tdc-drive-tool .tdc-action-row{
    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 .tdc-input-card {}
.tc-wp-tool-root .tdc-output-section {}