.exp67-countdown {
  --exp67-pink: #ff4fd8;
  --exp67-cyan: #75efff;
  --exp67-violet: #8f55ff;
  position: fixed;
  z-index: 980;
  top: 104px;
  right: 14px;
  width: min(286px, calc(100vw - 28px));
  color: #fff;
  border: 1px solid rgba(255, 113, 224, .85);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 10%, rgba(117, 239, 255, .18), transparent 32%),
    linear-gradient(145deg, rgba(29, 3, 46, .96), rgba(72, 5, 83, .94));
  box-shadow: 0 14px 38px rgba(10, 0, 22, .48), 0 0 18px rgba(255, 79, 216, .28), inset 0 0 20px rgba(143, 85, 255, .15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  transform: translateZ(0);
  transition: width .25s ease, border-radius .25s ease, box-shadow .25s ease, opacity .25s ease;
  touch-action: none;
}

.exp67-countdown::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 14px;
  pointer-events: none;
}

.exp67-ticket-edge {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(#ff89e6, #8448ff 50%, #75efff);
  box-shadow: 0 0 14px var(--exp67-pink);
}

.exp67-drag-handle {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 9px 42px 6px 18px;
  color: #fff;
  border: 0;
  background: transparent;
  cursor: grab;
  font: inherit;
  text-align: left;
}

.exp67-drag-handle:active { cursor: grabbing; }
.exp67-drag-handle span { color: var(--exp67-cyan); filter: drop-shadow(0 0 6px var(--exp67-cyan)); }
.exp67-drag-handle strong { font-size: .78rem; letter-spacing: .14em; }
.exp67-drag-handle small { color: #ffc9f2; font-size: .6rem; letter-spacing: .14em; }

.exp67-toggle {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 9px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  cursor: pointer;
  font: 700 1rem/1 sans-serif;
}

.exp67-toggle:hover,
.exp67-toggle:focus-visible { background: rgba(255, 79, 216, .28); outline: 2px solid var(--exp67-cyan); outline-offset: 2px; }

.exp67-countdown-body { padding: 0 16px 13px 18px; }
.exp67-kicker { margin: 0 0 7px; color: #ffc8f1; font-size: .66rem; font-weight: 800; letter-spacing: .15em; }

.exp67-time {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 3px;
  padding: 9px 8px 8px;
  border: 1px solid rgba(117, 239, 255, .28);
  border-radius: 12px;
  background: rgba(2, 0, 18, .42);
  box-shadow: inset 0 0 16px rgba(117, 239, 255, .08);
}

.exp67-time span { display: grid; justify-items: center; min-width: 0; }
.exp67-time strong {
  color: #fff;
  font: 800 clamp(1.05rem, 3.2vw, 1.45rem)/1 "DM Sans", sans-serif;
  letter-spacing: .02em;
  text-shadow: 0 0 9px var(--exp67-pink), 0 0 15px var(--exp67-violet);
}
.exp67-time small { margin-top: 3px; color: #bdf6ff; font-size: .47rem; font-weight: 800; letter-spacing: .1em; }
.exp67-time i { padding-top: 1px; color: var(--exp67-pink); font-style: normal; font-weight: 800; animation: exp67Blink 1s steps(1) infinite; }

.exp67-message { display: flex; justify-content: space-between; gap: 8px; margin: 9px 0 0; font-size: .65rem; letter-spacing: .05em; }
.exp67-message strong { color: var(--exp67-cyan); }
.exp67-message span { color: #ffd1f5; }
.exp67-shine-release {
  display: grid;
  gap: 2px;
  margin: 8px 0 0;
  padding: 7px 9px;
  border: 1px solid rgba(143, 85, 255, .34);
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(143, 85, 255, .14), rgba(255, 79, 216, .12));
  text-align: center;
  line-height: 1.25;
}
.exp67-shine-release strong { color: #d7c5ff; font-size: .66rem; letter-spacing: .14em; }
.exp67-shine-release span { color: #ffb9ec; font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.exp67-local { margin: 5px 0 0; color: rgba(255,255,255,.56); font-size: .52rem; }
.exp67-collapsed-copy { display: none; }

.exp67-countdown.is-collapsed {
  width: 188px;
  border-radius: 999px;
  box-shadow: 0 8px 26px rgba(10, 0, 22, .42), 0 0 14px rgba(255, 79, 216, .24);
}
.exp67-countdown.is-collapsed .exp67-drag-handle,
.exp67-countdown.is-collapsed .exp67-countdown-body { display: none; }
.exp67-countdown.is-collapsed .exp67-toggle { position: relative; inset: auto; width: 100%; height: 42px; border: 0; border-radius: 999px; background: transparent; font-size: 0; }
.exp67-countdown.is-collapsed .exp67-toggle::after { content: "+"; position: absolute; right: 13px; font-size: 1rem; }
.exp67-countdown.is-collapsed .exp67-collapsed-copy {
  position: absolute;
  inset: 0 35px 0 12px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
}

.exp67-countdown.is-expired .exp67-time { grid-template-columns: 1fr; }
.exp67-countdown.is-expired .exp67-time span:not(:first-child),
.exp67-countdown.is-expired .exp67-time i { display: none; }
.exp67-countdown.is-expired .exp67-time span:first-child strong::after { content: "THE SWEET ERA IS HERE"; }
.exp67-countdown.is-expired .exp67-time span:first-child strong { font-size: 0; }
.exp67-countdown.is-expired .exp67-time span:first-child strong::after { font-size: 1rem; }
.exp67-countdown.is-expired .exp67-time span:first-child small { display: none; }

@keyframes exp67Blink { 50% { opacity: .28; } }

@media (max-width: 720px) {
  .exp67-countdown { top: 76px; right: 8px; width: min(270px, calc(100vw - 16px)); }
  .exp67-countdown:not(.is-user-open) { width: 174px; border-radius: 999px; }
  .exp67-countdown:not(.is-user-open) .exp67-drag-handle,
  .exp67-countdown:not(.is-user-open) .exp67-countdown-body { display: none; }
  .exp67-countdown:not(.is-user-open) .exp67-toggle { position: relative; inset: auto; width: 100%; height: 40px; border: 0; border-radius: 999px; background: transparent; font-size: 0; }
  .exp67-countdown:not(.is-user-open) .exp67-toggle::after { content: "+"; position: absolute; right: 12px; font-size: 1rem; }
  .exp67-countdown:not(.is-user-open) .exp67-collapsed-copy { position: absolute; inset: 0 32px 0 11px; display: flex; align-items: center; font-size: .6rem; font-weight: 800; letter-spacing: .07em; pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  .exp67-countdown,
  .exp67-time i { transition: none; animation: none; }
}
