@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 .mcc-tool-root{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  position: relative;
  box-sizing: border-box;
  padding: clamp(22px, 4vw, 54px) clamp(14px, 3vw, 28px);
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 12%, rgba(69, 211, 255, 0.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 179, 71, 0.2), transparent 28%),
    linear-gradient(135deg, #07121f 0%, #102339 48%, #111827 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .mcc-tool-root *, .tc-wp-tool-root .mcc-tool-root *::before, .tc-wp-tool-root .mcc-tool-root *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .mcc-tool-inner{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .mcc-tool-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.8vw, 18px);
  max-width: 1160px;
  width: 100%;
}.tc-wp-tool-root .mcc-title, .tc-wp-tool-root .mcc-subtitle{
  margin: 0;
  text-align: center;
}.tc-wp-tool-root .mcc-title{
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
	color: #fff;
}.tc-wp-tool-root .mcc-subtitle{
  max-width: 760px;
  justify-self: center;
  color: rgba(233, 242, 255, 0.82);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
}.tc-wp-tool-root .mcc-click-card{
  width: 100%;
  min-height: clamp(230px, 30vw, 360px);
  display: grid;
  place-items: center;
  gap: 8px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(153, 218, 255, 0.34);
  border-radius: 28px;
  color: #ffffff;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 50% 20%, rgba(80, 208, 255, 0.26), transparent 48%);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .mcc-click-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 215, 132, 0.58);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(80, 208, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}.tc-wp-tool-root .mcc-click-card:focus-visible, .tc-wp-tool-root .mcc-action:focus-visible, .tc-wp-tool-root .mcc-duration:focus-visible, .tc-wp-tool-root .mcc-copy-button:focus-visible{
  outline: 3px solid rgba(255, 215, 132, 0.95);
  outline-offset: 3px;
}.tc-wp-tool-root .mcc-click-card:active{
  transform: scale(0.992);
}.tc-wp-tool-root .mcc-state{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #bdf0ff;
  background: rgba(19, 37, 58, 0.72);
  border: 1px solid rgba(138, 218, 255, 0.24);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .mcc-count{
  font-size: clamp(78px, 14vw, 164px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 14px 44px rgba(69, 211, 255, 0.28);
}.tc-wp-tool-root .mcc-click-hint{
  color: rgba(239, 247, 255, 0.76);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 650;
}.tc-wp-tool-root .mcc-controls-card, .tc-wp-tool-root .mcc-status-card, .tc-wp-tool-root .mcc-stat-card{
  border: 1px solid rgba(177, 221, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.tc-wp-tool-root .mcc-controls-card{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: clamp(14px, 2vw, 18px);
  border-radius: 18px;
}.tc-wp-tool-root .mcc-control-label{
  color: rgba(238, 246, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .mcc-duration-group{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}.tc-wp-tool-root .mcc-duration, .tc-wp-tool-root .mcc-action, .tc-wp-tool-root .mcc-copy-button{
  min-height: 46px;
  border: 1px solid rgba(191, 229, 255, 0.22);
  border-radius: 14px;
  color: #f8fbff;
  background: rgba(13, 27, 45, 0.68);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}.tc-wp-tool-root .mcc-duration:hover, .tc-wp-tool-root .mcc-action:hover, .tc-wp-tool-root .mcc-copy-button:hover{
  transform: translateY(-1px);
  border-color: rgba(255, 215, 132, 0.48);
  background: rgba(21, 45, 72, 0.82);
}.tc-wp-tool-root .mcc-duration.is-active{
  color: #07121f;
  background: linear-gradient(135deg, #70dcff, #ffd07a);
  border-color: rgba(255, 255, 255, 0.55);
}.tc-wp-tool-root .mcc-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.4vw, 12px);
  width: 100%;
}.tc-wp-tool-root .mcc-action-primary{
  color: #06111e;
  background: linear-gradient(135deg, #61d9ff, #f9c96f);
  border-color: rgba(255, 255, 255, 0.5);
}.tc-wp-tool-root .mcc-action:disabled, .tc-wp-tool-root .mcc-duration:disabled{
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
}.tc-wp-tool-root .mcc-stats-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1.4vw, 12px);
  width: 100%;
}.tc-wp-tool-root .mcc-stat-card{
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: clamp(13px, 1.7vw, 18px);
  border-radius: 16px;
}.tc-wp-tool-root .mcc-stat-label{
  color: rgba(226, 239, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .mcc-stat-value{
  color: #ffffff;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-tool-root .mcc-status-card{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: clamp(14px, 2vw, 18px);
  border-radius: 18px;
}.tc-wp-tool-root .mcc-status-label{
  display: block;
  margin-bottom: 4px;
  color: rgba(226, 239, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}.tc-wp-tool-root .mcc-status-main{
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.25;
}.tc-wp-tool-root .mcc-status-time{
  flex: 0 0 auto;
  min-width: 82px;
  padding: 10px 12px;
  border-radius: 14px;
  text-align: center;
  color: #06111e;
  background: linear-gradient(135deg, #7de1ff, #ffd582);
  font-weight: 900;
  font-size: clamp(20px, 2.8vw, 30px);
}.tc-wp-tool-root .mcc-copy-button{
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .mcc-toast{
  justify-self: center;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 9px 16px;
  border-radius: 999px;
  color: #07121f;
  background: #dff8ff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .mcc-toast.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1200px) {.tc-wp-tool-root .mcc-tool-inner{
    max-width: 1160px;
  }.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
    max-width: 1160px;
  }.tc-wp-tool-root .mcc-click-card, .tc-wp-tool-root .mcc-controls-card{
    width: 100%;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .mcc-tool-inner{
    max-width: 1160px;
  }.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mcc-click-card{
    width: 100%;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .mcc-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .mcc-action{
    font-size: 13px;
    padding-inline: 8px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mcc-tool-root{
    padding-inline: 12px;
  }.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mcc-click-card{
    width: 100%;
    border-radius: 22px;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .mcc-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .mcc-action, .tc-wp-tool-root .mcc-duration{
    min-height: 44px;
    font-size: 12px;
    padding-inline: 6px;
  }.tc-wp-tool-root .mcc-status-card{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .mcc-status-time{
    width: 100%;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mcc-tool-root{
    padding-inline: 10px;
  }.tc-wp-tool-root .mcc-tool-layout{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .mcc-click-card{
    width: 100%;
    min-height: 210px;
    border-radius: 20px;
  }.tc-wp-tool-root .mcc-duration-group{
    gap: 6px;
  }.tc-wp-tool-root .mcc-stats-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mcc-actions{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }.tc-wp-tool-root .mcc-action, .tc-wp-tool-root .mcc-duration{
    min-height: 42px;
    border-radius: 12px;
    font-size: 11px;
    padding-inline: 4px;
  }.tc-wp-tool-root .mcc-status-card{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .mcc-status-time{
    width: 100%;
  }}.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;
}