.expired-page[data-v-25123b7b] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0f5ff 0%, #ecf1ff 50%, #d4e2ff 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.tech-bg[data-v-25123b7b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.tech-grid[data-v-25123b7b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(49, 87, 206, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(49, 87, 206, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  animation: gridMove-25123b7b 20s linear infinite;
}
@keyframes gridMove-25123b7b {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(30px, 30px);
}
}
.tech-circle[data-v-25123b7b] {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(49, 87, 206, 0.1);
  animation: pulse-25123b7b 4s ease-in-out infinite;
}
.tech-circle-1[data-v-25123b7b] {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}
.tech-circle-2[data-v-25123b7b] {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  animation-delay: 1s;
}
.tech-circle-3[data-v-25123b7b] {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2s;
}
@keyframes pulse-25123b7b {
0%, 100% {
    transform: scale(1);
    opacity: 0.5;
}
50% {
    transform: scale(1.1);
    opacity: 0.8;
}
}
.content-wrapper[data-v-25123b7b] {
  position: relative;
  z-index: 1;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.icon-container[data-v-25123b7b] {
  margin-bottom: 30px;
  animation: iconFloat-25123b7b 3s ease-in-out infinite;
}
@keyframes iconFloat-25123b7b {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
}
.expired-icon[data-v-25123b7b] {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.expired-icon[data-v-25123b7b]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(49, 87, 206, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: glow-25123b7b 2s ease-in-out infinite;
}
.expired-icon svg[data-v-25123b7b] {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(49, 87, 206, 0.5));
}
@keyframes glow-25123b7b {
0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
}
50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}
}
.expired-title[data-v-25123b7b] {
  font-size: 32px;
  font-weight: 700;
  color: #3157ce;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(49, 87, 206, 0.3);
  animation: titleGlow-25123b7b 2s ease-in-out infinite;
}
@keyframes titleGlow-25123b7b {
0%, 100% {
    text-shadow: 0 0 20px rgba(49, 87, 206, 0.3);
}
50% {
    text-shadow: 0 0 30px rgba(49, 87, 206, 0.6);
}
}
.expired-message[data-v-25123b7b] {
  margin-bottom: 30px;
}
.message-text[data-v-25123b7b] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.message-subtext[data-v-25123b7b] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.tech-divider[data-v-25123b7b] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.divider-line[data-v-25123b7b] {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3157ce, transparent);
}
.divider-dot[data-v-25123b7b] {
  width: 8px;
  height: 8px;
  background: #3157ce;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 0 10px rgba(49, 87, 206, 0.5);
  animation: dotPulse-25123b7b 1.5s ease-in-out infinite;
}
@keyframes dotPulse-25123b7b {
0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(49, 87, 206, 0.5);
}
50% {
    transform: scale(1.5);
    box-shadow: 0 0 20px rgba(49, 87, 206, 0.8);
}
}
.info-card[data-v-25123b7b] {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(49, 87, 206, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(49, 87, 206, 0.1);
}
.info-item[data-v-25123b7b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(49, 87, 206, 0.1);
}
.info-item[data-v-25123b7b]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.info-item[data-v-25123b7b]:first-child {
  padding-top: 0;
}
.info-label[data-v-25123b7b] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.info-value[data-v-25123b7b] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  font-family: "Courier New", monospace;
}
.info-value.status-expired[data-v-25123b7b] {
  color: #f56c6c;
  text-transform: uppercase;
}
.action-buttons[data-v-25123b7b] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.tech-button[data-v-25123b7b] {
  position: relative;
  background: linear-gradient(135deg, #3157ce 0%, #4d75ef 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(49, 87, 206, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.tech-button[data-v-25123b7b]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.tech-button[data-v-25123b7b]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(49, 87, 206, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.tech-button[data-v-25123b7b]:hover::before {
  left: 100%;
}
.tech-button[data-v-25123b7b]:active {
  transform: translateY(0);
}
.button-text[data-v-25123b7b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.button-icon[data-v-25123b7b] {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.tech-button:hover .button-icon[data-v-25123b7b] {
  transform: translateX(5px);
}
.tech-footer[data-v-25123b7b] {
  margin-top: 20px;
}
.footer-line[data-v-25123b7b] {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3157ce, transparent);
  margin: 0 auto 15px;
}
.footer-text[data-v-25123b7b] {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
.expired-title[data-v-25123b7b] {
    font-size: 24px;
}
.message-text[data-v-25123b7b] {
    font-size: 18px;
}
.expired-icon[data-v-25123b7b] {
    width: 100px;
    height: 100px;
}
.tech-circle-1[data-v-25123b7b] {
    width: 200px;
    height: 200px;
}
.tech-circle-2[data-v-25123b7b] {
    width: 150px;
    height: 150px;
}
}
