/* /Pages/Home.razor.rz.scp.css */
.shortlinks-container[b-5xkllqzp5s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shortlinks-background[b-5xkllqzp5s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1929 0%, #1a3a52 25%, #2d5a7b 50%, #c9a961 75%, #d4af8f 100%);
    z-index: 1;
}

.shortlinks-content[b-5xkllqzp5s] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.shortlinks-card[b-5xkllqzp5s] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 420px;
    padding: 40px 30px 30px;
    position: relative;
    animation: slideUp-b-5xkllqzp5s 0.6s ease-out;
}

@keyframes slideUp-b-5xkllqzp5s {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shortlinks-profile-section[b-5xkllqzp5s] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -70px;
}

.profile-circle-wrapper[b-5xkllqzp5s] {
    position: relative;
    width: 140px;
    height: 140px;
}

.profile-circle[b-5xkllqzp5s] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.shortlinks-info-section[b-5xkllqzp5s] {
    text-align: center;
    margin-bottom: 30px;
}

.shortlinks-name[b-5xkllqzp5s] {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.shortlinks-meta[b-5xkllqzp5s] {
    margin-bottom: 15px;
}

.shortlinks-agent-code[b-5xkllqzp5s],
.shortlinks-company[b-5xkllqzp5s] {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.shortlinks-tiktok-link[b-5xkllqzp5s] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.shortlinks-tiktok-link:hover[b-5xkllqzp5s] {
    background: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.shortlinks-image-section[b-5xkllqzp5s] {
    margin-top: 20px;
}

.shortlinks-qrcode[b-5xkllqzp5s] {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: contain;
    background: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.shortlinks-image-blank[b-5xkllqzp5s] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f5f5 0%, #efefef 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.shortlinks-actions-section[b-5xkllqzp5s] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.shortlinks-line-button[b-5xkllqzp5s] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #00b900;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.shortlinks-line-button:hover[b-5xkllqzp5s] {
    background: #009c00;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 185, 0, 0.3);
}

.shortlinks-line-button i[b-5xkllqzp5s] {
    font-size: 18px;
}

.shortlinks-moneyplan-section[b-5xkllqzp5s] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.shortlinks-moneyplan-link[b-5xkllqzp5s] {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d4af8f 0%, #c9a961 100%);
    color: #1a1a1a;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 175, 143, 0.3);
}

.shortlinks-moneyplan-link:hover[b-5xkllqzp5s] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 175, 143, 0.5);
}

/* Spinner */
.spinner[b-5xkllqzp5s] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(212, 175, 143, 0.3);
    border-top: 4px solid rgba(212, 175, 143, 1);
    border-radius: 50%;
    animation: spin-b-5xkllqzp5s 1s linear infinite;
}

@keyframes spin-b-5xkllqzp5s {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .shortlinks-card[b-5xkllqzp5s] {
        max-width: 100%;
        border-radius: 20px;
        padding: 30px 20px 20px;
    }

    .profile-circle-wrapper[b-5xkllqzp5s] {
        width: 110px;
        height: 110px;
        margin-top: -55px;
    }

    .shortlinks-name[b-5xkllqzp5s] {
        font-size: 20px;
    }

    .shortlinks-tiktok-link[b-5xkllqzp5s] {
        font-size: 13px;
        padding: 8px 16px;
    }

    .shortlinks-line-button[b-5xkllqzp5s] {
        font-size: 12px;
        padding: 10px 16px;
    }

    .shortlinks-moneyplan-link[b-5xkllqzp5s] {
        font-size: 14px;
        padding: 12px 24px;
    }
}
    border: 4px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideInDown 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);[b-5xkllqzp5s]
}

.welcome-avatar-placeholder i[b-5xkllqzp5s] {
    font-size: 4rem;
    opacity: 0.7;
}

.welcome-license[b-5xkllqzp5s] {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    letter-spacing: 0.5px;
}

@keyframes slideInDown-b-5xkllqzp5s {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .welcome-avatar[b-5xkllqzp5s],
    .welcome-avatar-placeholder[b-5xkllqzp5s] {
        width: 100px;
        height: 100px;
    }

    .welcome-avatar-placeholder i[b-5xkllqzp5s] {
        font-size: 3rem;
    }

    .slide h1[b-5xkllqzp5s] {
        font-size: 2rem;
    }
}
/* /Pages/MoneyPlan.razor.rz.scp.css */
/* MoneyPlan Component Styles - Main Import File */
/* Common Slide Styles */
.slides-container[b-pgy7jz1wk3] {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  touch-action: pan-y;
}
.slide[b-pgy7jz1wk3] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a365d 0%, #2d5a7b 100%);
  color: white;
}
.slide:nth-child(2)[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
.slide:nth-child(3)[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
}
.slide-content[b-pgy7jz1wk3] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-icon[b-pgy7jz1wk3] {
  font-size: 5rem;
  opacity: 0.9;
}
.slide h1[b-pgy7jz1wk3] {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.slide-subtitle[b-pgy7jz1wk3] {
  font-size: 1.75rem;
  font-weight: 300;
  opacity: 0.95;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.slide .lead[b-pgy7jz1wk3] {
  font-size: 1.5rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .slide h1[b-pgy7jz1wk3] {
    font-size: 2rem;
  }
  .slide-subtitle[b-pgy7jz1wk3] {
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  #pyramid .slide[b-pgy7jz1wk3] {
    padding: 0;
  }
  #pyramid .first-choice-container[b-pgy7jz1wk3] {
    padding: 0;
  }
  #pyramid .pyramid-container[b-pgy7jz1wk3] {
    padding: 0;
    margin-top: 16px;
  }
  #pyramid .pyramid-level[b-pgy7jz1wk3] {
    padding: 0;
  }
}
/* Pyramid Styling */
.pyramid-container[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  width: 100%;
  padding: 40px 20px;
  margin: 0;
}
.pyramid-triangle[b-pgy7jz1wk3],
.pyramid-triangle-fill[b-pgy7jz1wk3] {
  position: absolute;
  top: 20px;
  left: -200%;
  transform: scaleY(-1) scaleY(1.2);
  width: 380%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.pyramid-triangle-fill[b-pgy7jz1wk3] {
  transition: clip-path 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pyramid-level[b-pgy7jz1wk3] {
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  color: white;
  position: relative;
  z-index: 2;
}
.level-1[b-pgy7jz1wk3] {
  width: 40%;
  flex-direction: column;
  gap: 10px;
}
.level-1 .pyramid-section[b-pgy7jz1wk3] {
  width: 100%;
}
.level-1 i[b-pgy7jz1wk3] {
  font-size: 2.5rem;
}
.level-1 p[b-pgy7jz1wk3] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.level-1 small[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  opacity: 0.85;
}
.level-2[b-pgy7jz1wk3] {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.level-3[b-pgy7jz1wk3] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-radius: 0 0 8px 8px;
}
.pyramid-section[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
.pyramid-section:last-child[b-pgy7jz1wk3] {
  border-right: none;
}
.level-2 .pyramid-section:last-child[b-pgy7jz1wk3] {
  border-right: none;
}
.pyramid-section:hover[b-pgy7jz1wk3] {
  transform: scale(1.08);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.pyramid-section i[b-pgy7jz1wk3] {
  font-size: 2rem;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pyramid-section:hover i[b-pgy7jz1wk3] {
  transform: scale(1.15);
}
.pyramid-section.visited[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.2), rgba(45, 90, 123, 0.2));
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: inset 0 4px 12px rgba(212, 175, 55, 0.1), 0 4px 12px rgba(212, 175, 55, 0.08);
  position: relative;
}
.pyramid-section.visited[b-pgy7jz1wk3]::after {
  content: "✓";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  background-color: #22c55e;
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4);
  transform: scale(0.5);
}
.pyramid-section.visited i[b-pgy7jz1wk3] {
  color: rgba(255, 255, 255, 0.95);
}
.pyramid-section.visited p[b-pgy7jz1wk3],
.pyramid-section.visited small[b-pgy7jz1wk3] {
  color: rgba(255, 255, 255, 0.95);
}
.pyramid-section p[b-pgy7jz1wk3] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.pyramid-section small[b-pgy7jz1wk3] {
  font-size: 0.85rem;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .level-1[b-pgy7jz1wk3] {
    width: 60%;
  }
  .level-2[b-pgy7jz1wk3] {
    width: 85%;
  }
  .level-3[b-pgy7jz1wk3] {
    grid-template-columns: repeat(2, 1fr);
  }
  .pyramid-section[b-pgy7jz1wk3] {
    padding: 12px;
  }
}
/* Modal Overlay */
.modal-overlay[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-overlay.active[b-pgy7jz1wk3] {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
/* Modal Container */
.modal-container[b-pgy7jz1wk3] {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) scale(0.8);
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-container.active[b-pgy7jz1wk3] {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-content[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow-y: auto;
  max-height: 85vh;
}
.modal-close[b-pgy7jz1wk3] {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover[b-pgy7jz1wk3] {
  color: #333;
  transform: rotate(90deg) scale(1.1);
}
.modal-header[b-pgy7jz1wk3] {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.modal-icon[b-pgy7jz1wk3] {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 15px;
  display: inline-block;
  animation: pulse-b-pgy7jz1wk3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pulse-b-pgy7jz1wk3 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.modal-header h2[b-pgy7jz1wk3] {
  font-size: 2rem;
  color: #333;
  margin: 10px 0 5px;
  font-weight: 700;
}
.modal-subtitle[b-pgy7jz1wk3] {
  font-size: 1.2rem;
  color: #1a365d;
  margin: 0;
  font-weight: 500;
}
.modal-body[b-pgy7jz1wk3] {
  margin-bottom: 30px;
  color: #555;
  line-height: 1.8;
  font-size: 1.05rem;
}
.modal-products[b-pgy7jz1wk3] {
  background: rgba(26, 54, 93, 0.05);
  border-radius: 12px;
  padding: 20px;
}
.products-title[b-pgy7jz1wk3] {
  color: #333;
  font-size: 1.1rem;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-title i[b-pgy7jz1wk3] {
  color: #d4af37;
  font-size: 1.3rem;
}
.products-grid[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}
.product-item[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.08);
}
.product-item:hover[b-pgy7jz1wk3] {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
}
.product-item i[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  color: #1a365d;
  transition: transform 0.3s ease;
}
.product-item:hover i[b-pgy7jz1wk3] {
  transform: scale(1.2);
}
.product-item span[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  font-weight: 500;
}
/* Chat Modal Styles */
.chat-modal-overlay[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chat-modal-overlay.active[b-pgy7jz1wk3] {
  display: block;
  opacity: 1;
}
.chat-modal-container[b-pgy7jz1wk3] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 500px;
  max-height: 85vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.chat-modal-container.active[b-pgy7jz1wk3] {
  display: flex;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.chat-modal-content[b-pgy7jz1wk3] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.chat-modal-close[b-pgy7jz1wk3] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.chat-modal-close:hover[b-pgy7jz1wk3] {
  color: #d4af37;
  background-color: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
  transform: rotate(90deg);
}
.chat-modal-body[b-pgy7jz1wk3] {
  padding: 40px 30px 30px;
  color: #333;
  flex: 1;
  overflow-y: auto;
}
.chat-modal-title[b-pgy7jz1wk3] {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 10px;
}
.chat-modal-subtitle[b-pgy7jz1wk3] {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}
.chat-contact-form[b-pgy7jz1wk3] {
  margin-top: 20px;
}
.contact-section[b-pgy7jz1wk3] {
  margin-bottom: 20px;
}
.chat-section-title[b-pgy7jz1wk3] {
  font-size: 1rem;
  font-weight: 600;
  color: #1a365d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.chat-section-title i[b-pgy7jz1wk3] {
  font-size: 1.2rem;
  color: #d4af37;
}
.chat-contact-form .form-label[b-pgy7jz1wk3] {
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
  display: block;
}
.chat-contact-form .form-control[b-pgy7jz1wk3] {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #333;
}
.chat-contact-form .form-control:focus[b-pgy7jz1wk3] {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.chat-contact-form .btn-block[b-pgy7jz1wk3] {
  width: 100%;
  padding: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.chat-contact-form .btn-success[b-pgy7jz1wk3] {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.chat-contact-form .btn-success:hover[b-pgy7jz1wk3] {
  background-color: #218838;
  border-color: #218838;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.chat-contact-form .btn-primary[b-pgy7jz1wk3] {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #1a365d;
  font-weight: 600;
  transition: all 0.3s ease;
}
.chat-contact-form .btn-primary:hover:not(:disabled)[b-pgy7jz1wk3] {
  background-color: #c49a2d;
  border-color: #c49a2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.chat-contact-form .btn-primary:disabled[b-pgy7jz1wk3] {
  opacity: 0.6;
  cursor: not-allowed;
}
.chat-contact-form .alert[b-pgy7jz1wk3] {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  margin: 0;
}
.chat-contact-form .alert.alert-success[b-pgy7jz1wk3] {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.chat-contact-form .alert.alert-warning[b-pgy7jz1wk3] {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.divider[b-pgy7jz1wk3] {
  text-align: center;
  color: #999;
  font-size: 0.85rem;
  position: relative;
  margin: 20px 0;
  background: white;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
.divider[b-pgy7jz1wk3]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 576px) {
  .chat-modal-container[b-pgy7jz1wk3] {
    width: 95%;
    max-width: none;
  }
  .chat-modal-body[b-pgy7jz1wk3] {
    padding: 35px 20px 20px;
  }
  .chat-modal-title[b-pgy7jz1wk3] {
    font-size: 1.4rem;
  }
}
.product-item:hover i[b-pgy7jz1wk3] {
  transform: scale(1.2);
}
.product-item span[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  font-weight: 500;
}
/* Slide 7 Contact Form Styles */
.contact-form[b-pgy7jz1wk3] {
  margin: 20px auto;
  max-width: 600px;
}
.contact-form .form-label[b-pgy7jz1wk3] {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
  display: block;
  text-align: left;
}
.contact-form .form-control[b-pgy7jz1wk3] {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #333;
  background-color: rgba(255, 255, 255, 0.95);
}
.contact-form .form-control:focus[b-pgy7jz1wk3] {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
  background-color: white;
}
.contact-form .form-control[b-pgy7jz1wk3]::placeholder {
  color: #999;
}
.contact-form .form-control-lg[b-pgy7jz1wk3] {
  padding: 14px 16px;
  font-size: 1rem;
}
.contact-form .form-group[b-pgy7jz1wk3] {
  margin-bottom: 16px;
}
.contact-form .alert[b-pgy7jz1wk3] {
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  margin: 0;
  border: 1px solid transparent;
}
.contact-form .alert.alert-success[b-pgy7jz1wk3] {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.contact-form .alert.alert-warning[b-pgy7jz1wk3] {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}
.contact-form .btn[b-pgy7jz1wk3] {
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact-form .btn:hover:not(:disabled)[b-pgy7jz1wk3] {
  transform: translateY(-2px);
}
.contact-form .btn i[b-pgy7jz1wk3] {
  font-size: 1.1rem;
}
.contact-form .btn-success[b-pgy7jz1wk3] {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  padding: 12px 20px;
  font-size: 1rem;
}
.contact-form .btn-success:hover:not(:disabled)[b-pgy7jz1wk3] {
  background-color: #218838;
  border-color: #218838;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.contact-form .btn-lg[b-pgy7jz1wk3] {
  padding: 16px 24px;
  font-size: 1.05rem;
  width: 100%;
}
.contact-form .btn-primary[b-pgy7jz1wk3] {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #1a365d;
  padding: 12px 20px;
  font-size: 1rem;
}
.contact-form .btn-primary:hover:not(:disabled)[b-pgy7jz1wk3] {
  background-color: #c49a2d;
  border-color: #c49a2d;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.contact-form .btn-primary:disabled[b-pgy7jz1wk3] {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-form .d-grid[b-pgy7jz1wk3] {
  display: grid;
  width: 100%;
}
.form-validation-message[b-pgy7jz1wk3] {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact-form .form-label[b-pgy7jz1wk3] {
    font-size: 0.8rem;
  }
  .contact-form .form-control[b-pgy7jz1wk3] {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .contact-form .form-control-lg[b-pgy7jz1wk3] {
    padding: 12px 14px;
    font-size: 0.95rem;
  }
  .contact-form .btn-lg[b-pgy7jz1wk3] {
    padding: 12px 16px;
    font-size: 0.95rem;
  }
}
.product-item span[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modal-content[b-pgy7jz1wk3] {
    padding: 30px 20px;
  }
  .modal-header h2[b-pgy7jz1wk3] {
    font-size: 1.5rem;
  }
  .products-grid[b-pgy7jz1wk3] {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
/* Widget Styles */
.modal-widgets[b-pgy7jz1wk3] {
  margin: 25px 0;
  padding: 32px;
  background: rgba(26, 54, 93, 0.03);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.widget-title[b-pgy7jz1wk3] {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0;
}
/* Slider Widget */
.slider-container[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slider-label[b-pgy7jz1wk3] {
  color: #555;
  font-size: 0.95rem;
  font-weight: 500;
}
.age-value[b-pgy7jz1wk3] {
  color: #d4af37;
  font-weight: 700;
  font-size: 1.1rem;
}
.widget-slider[b-pgy7jz1wk3] {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, #1a365d, #2d5a7b);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.widget-slider[b-pgy7jz1wk3]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d4af37;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
  transition: all 0.2s ease;
}
.widget-slider[b-pgy7jz1wk3]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.6);
}
.widget-slider[b-pgy7jz1wk3]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d4af37;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
  transition: all 0.2s ease;
}
.widget-slider[b-pgy7jz1wk3]::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.6);
}
.slider-value[b-pgy7jz1wk3] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
}
.value-number[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d4af37;
}
.value-label[b-pgy7jz1wk3] {
  font-size: 0.95rem;
  color: #666;
}
/* Income Options */
.income-options[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}
.income-btn[b-pgy7jz1wk3] {
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: white;
  color: #555;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
}
.income-btn:hover[b-pgy7jz1wk3] {
  border-color: #d4af37;
  color: #1a365d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.income-btn.active[b-pgy7jz1wk3] {
  background: #1a365d;
  color: white;
  border-color: #1a365d;
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.3);
}
/* Checkbox Group */
.checkbox-group[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkbox-item[b-pgy7jz1wk3] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.checkbox-item input[type="checkbox"][b-pgy7jz1wk3] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #d4af37;
}
.checkbox-label[b-pgy7jz1wk3] {
  color: #555;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.checkbox-item:hover .checkbox-label[b-pgy7jz1wk3] {
  color: #1a365d;
}
/* Lifestyle Widget */
.lifestyle-options[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
}
.lifestyle-btn[b-pgy7jz1wk3] {
  padding: 16px 12px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: white;
  color: #555;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}
.lifestyle-btn i[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  color: #1a365d;
  transition: transform 0.3s ease;
}
.lifestyle-btn:hover[b-pgy7jz1wk3] {
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.lifestyle-btn:hover i[b-pgy7jz1wk3] {
  transform: scale(1.1);
}
.lifestyle-btn.active[b-pgy7jz1wk3] {
  background: #1a365d;
  color: white;
  border-color: #1a365d;
  box-shadow: 0 6px 16px rgba(26, 54, 93, 0.3);
}
.lifestyle-btn.active i[b-pgy7jz1wk3] {
  color: #d4af37;
}
/* Investment Widget */
.investment-options[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
}
.investment-btn[b-pgy7jz1wk3] {
  padding: 16px 12px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: white;
  color: #555;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}
.investment-btn i[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  color: #1a365d;
  transition: transform 0.3s ease;
}
.investment-btn:hover[b-pgy7jz1wk3] {
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.investment-btn:hover i[b-pgy7jz1wk3] {
  transform: scale(1.1);
}
.investment-btn.active[b-pgy7jz1wk3] {
  background: #1a365d;
  color: white;
  border-color: #1a365d;
  box-shadow: 0 6px 16px rgba(26, 54, 93, 0.3);
}
.investment-btn.active i[b-pgy7jz1wk3] {
  color: #d4af37;
}
/* Selection Options (for checkboxes converted to buttons) */
.selection-options[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
}
.selection-btn[b-pgy7jz1wk3] {
  padding: 16px 12px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: white;
  color: #555;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}
.selection-btn i[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  color: #1a365d;
  transition: transform 0.3s ease;
}
.selection-btn:hover[b-pgy7jz1wk3] {
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.1);
}
.selection-btn:hover i[b-pgy7jz1wk3] {
  transform: scale(1.1);
}
.selection-btn.active[b-pgy7jz1wk3] {
  background: #1a365d;
  color: white;
  border-color: #1a365d;
  box-shadow: 0 6px 16px rgba(26, 54, 93, 0.3);
}
.selection-btn.active i[b-pgy7jz1wk3] {
  color: #d4af37;
}
/* Milestone Widget */
.milestone-list[b-pgy7jz1wk3] {
  background: #f8f9ff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: auto;
}
.milestone-item[b-pgy7jz1wk3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  border-left: 3px solid #d4af37;
  font-size: 0.95rem;
  color: #333;
}
.milestone-item:last-child[b-pgy7jz1wk3] {
  margin-bottom: 0;
}
.milestone-remove-btn[b-pgy7jz1wk3] {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0;
  transition: all 0.2s ease;
}
.milestone-remove-btn:hover[b-pgy7jz1wk3] {
  color: #e74c3c;
  transform: scale(1.2);
}
.milestone-input-group[b-pgy7jz1wk3] {
  display: flex;
  gap: 8px;
}
.milestone-input[b-pgy7jz1wk3] {
  flex: 1;
  padding: 10px 14px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.milestone-input:focus[b-pgy7jz1wk3] {
  outline: none;
  border-color: #1a365d;
  box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}
.milestone-add-btn[b-pgy7jz1wk3] {
  padding: 10px 14px;
  background: #d4af37;
  color: #1a365d;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.milestone-add-btn:hover[b-pgy7jz1wk3] {
  background: #c9a961;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}
/* Retirement Widget */
.retirement-stats[b-pgy7jz1wk3] {
  background: #f5f3f0;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  border-left: 3px solid #d4af37;
}
.stat-row[b-pgy7jz1wk3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 0.95rem;
}
.stat-row:not(:last-child)[b-pgy7jz1wk3] {
  border-bottom: 1px solid rgba(26, 54, 93, 0.1);
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.stat-label[b-pgy7jz1wk3] {
  color: #666;
  font-weight: 500;
}
.stat-value[b-pgy7jz1wk3] {
  color: #d4af37;
  font-weight: 700;
  font-size: 1.05rem;
}
.spend-value[b-pgy7jz1wk3] {
  color: #d4af37;
  font-weight: 700;
  font-size: 1.1rem;
}
.years-from-now[b-pgy7jz1wk3] {
  color: #999;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .slider-container[b-pgy7jz1wk3] {
    margin-bottom: 1.5rem;
  }
}
/* Retirement Slide Styles - First Choice Container */
.first-choice-container[b-pgy7jz1wk3] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.choice-box[b-pgy7jz1wk3] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 2rem;
}
.choice-title[b-pgy7jz1wk3] {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.choice-content[b-pgy7jz1wk3] {
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.8;
}
.choice-content p[b-pgy7jz1wk3] {
  margin-bottom: 1rem;
}
.choice-content p:last-child[b-pgy7jz1wk3] {
  margin-bottom: 0;
}
/* Two Column Layout */
.two-column-layout[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 2rem;
  align-items: stretch;
  margin-top: 16px;
}
.chart-column[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widgets-column[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  justify-content: normal;
}
/* Chart Container */
.chart-container[b-pgy7jz1wk3] {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.retirement-chart[b-pgy7jz1wk3] {
  max-height: 100%;
}
/* Retirement Widgets */
.retirement-widgets[b-pgy7jz1wk3] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
}
.slider-container[b-pgy7jz1wk3] {
  margin-bottom: 2rem;
}
.slider-container:last-child[b-pgy7jz1wk3] {
  margin-bottom: 0;
}
.slider-label[b-pgy7jz1wk3] {
  display: block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.retirement-stats[b-pgy7jz1wk3] {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.stat-row[b-pgy7jz1wk3] {
  margin-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.95rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: center;
}
.stat-row .text-muted[b-pgy7jz1wk3] {
  font-size: 60%;
  display: block;
  font-weight: 100;
  text-align: center;
}
.stat-row:last-child[b-pgy7jz1wk3] {
  margin-bottom: 0;
}
.stat-label[b-pgy7jz1wk3] {
  color: rgba(0, 0, 0, 0.65);
}
.stat-value[b-pgy7jz1wk3] {
  color: #2563eb;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  text-align: center;
  display: block;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .first-choice-container[b-pgy7jz1wk3] {
    padding: 1rem;
  }
  .choice-box[b-pgy7jz1wk3] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .choice-title[b-pgy7jz1wk3] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .two-column-layout[b-pgy7jz1wk3] {
    display: block;
    margin-top: 20px;
  }
  .two-column-layout .retirement-widgets[b-pgy7jz1wk3] {
    margin-bottom: 15px;
  }
  .chart-container[b-pgy7jz1wk3] {
    min-height: 300px;
    padding: 1rem;
  }
  .retirement-widgets[b-pgy7jz1wk3] {
    padding: 1.5rem;
  }
  .slider-container[b-pgy7jz1wk3] {
    margin-bottom: 1.5rem;
  }
}
/* Welcome Slide Styles */
.welcome-avatar[b-pgy7jz1wk3] {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  animation: slideInDown-b-pgy7jz1wk3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.welcome-avatar-placeholder[b-pgy7jz1wk3] {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideInDown-b-pgy7jz1wk3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.welcome-avatar-placeholder i[b-pgy7jz1wk3] {
  font-size: 4rem;
  opacity: 0.7;
}
.welcome-license[b-pgy7jz1wk3] {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  letter-spacing: 0.5px;
}
@keyframes slideInDown-b-pgy7jz1wk3 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .welcome-avatar[b-pgy7jz1wk3],
  .welcome-avatar-placeholder[b-pgy7jz1wk3] {
    width: 100px;
    height: 100px;
  }
  .welcome-avatar-placeholder i[b-pgy7jz1wk3] {
    font-size: 3rem;
  }
}
/* Product Overview Slide */
.slide:nth-child(5)[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #1a365d 0%, #2d5a7b 100%);
  padding: 40px;
  overflow-y: auto;
  height: auto;
  min-height: 100lvh;
  display: block !important;
  align-items: unset;
  justify-content: unset;
}
.slide:nth-child(5) .slide-content[b-pgy7jz1wk3] {
  width: 100%;
  height: auto;
  display: block !important;
  align-items: unset;
  justify-content: unset;
}
.slide:nth-child(5) .container-fluid.h-100[b-pgy7jz1wk3] {
  height: auto !important;
}
.slide:nth-child(5) .row.h-100[b-pgy7jz1wk3] {
  height: auto !important;
}
.product-overview-container[b-pgy7jz1wk3] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  color: white;
}
.product-overview-container h1[b-pgy7jz1wk3] {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.products-section[b-pgy7jz1wk3],
.riders-section[b-pgy7jz1wk3] {
  margin-bottom: 40px;
}
.section-title[b-pgy7jz1wk3] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d4af37;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/* Product Recommendation Cards */
.products-list[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  justify-content: flex-start;
}
.product-recommendation-card[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(10px);
}
.product-recommendation-card:hover[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.15);
  transform: translateY(-4px);
}
.product-card-header[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 12px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
}
.product-card-header:hover[b-pgy7jz1wk3] {
  background: rgba(212, 175, 55, 0.1);
}
.product-card-image[b-pgy7jz1wk3] {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border-radius: 8px;
  overflow: hidden;
}
.product-card-image img[b-pgy7jz1wk3] {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-card-image i[b-pgy7jz1wk3] {
  font-size: 2.5rem;
  color: rgba(212, 175, 55, 0.6);
}
.product-card-title[b-pgy7jz1wk3] {
  text-align: center;
  width: 100%;
}
.product-card-title h4[b-pgy7jz1wk3] {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.4;
}
.product-card-explanation[b-pgy7jz1wk3] {
  flex: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
.explanation-text[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}
.pdf-collection[b-pgy7jz1wk3] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.pdf-cover-item[b-pgy7jz1wk3] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: perspective(1000px) rotateY(0deg);
}
.pdf-cover-item:hover[b-pgy7jz1wk3] {
  transform: perspective(1000px) rotateY(5deg) translateY(-8px);
}
.pdf-cover-preview[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cover-image[b-pgy7jz1wk3] {
  width: fit-content;
  height: 320px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.1));
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.cover-image img[b-pgy7jz1wk3] {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.pdf-cover-item:hover .cover-image[b-pgy7jz1wk3] {
  box-shadow: 0 12px 36px rgba(212, 175, 55, 0.3);
  border-color: rgba(212, 175, 55, 0.7);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.5), rgba(212, 175, 55, 0.2));
}
.cover-image[b-pgy7jz1wk3]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.pdf-cover-item:hover .cover-image[b-pgy7jz1wk3]::before {
  transform: translateX(100%);
}
.cover-image i[b-pgy7jz1wk3] {
  font-size: 3rem;
  color: rgba(212, 175, 55, 0.7);
  transition: transform 0.3s ease;
}
.pdf-cover-item:hover .cover-image i[b-pgy7jz1wk3] {
  transform: scale(1.15);
  color: #d4af37;
}
.cover-title[b-pgy7jz1wk3] {
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
  margin: 0;
  line-height: 1.3;
}
.pdf-cover-item:hover .cover-title[b-pgy7jz1wk3] {
  color: #d4af37;
}
/* PDF Viewer Overlay */
.pdf-viewer-overlay[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pdf-viewer-overlay.active[b-pgy7jz1wk3] {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
/* PDF Viewer Panel */
.pdf-viewer-panel[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background: white;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
  z-index: 200;
  transition: right 0.5s;
  display: flex;
  flex-direction: column;
}
.pdf-viewer-panel.active[b-pgy7jz1wk3] {
  right: 0;
}
.pdf-viewer-close[b-pgy7jz1wk3] {
  position: absolute;
  top: 60px;
  left: 20px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #aaa;
  z-index: 201;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.pdf-viewer-close:hover[b-pgy7jz1wk3] {
  color: #d4af37;
  transform: rotate(90deg) scale(1.1);
}
.pdf-viewer-object[b-pgy7jz1wk3] {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}
/* Recommendation Summary Refresh Button */
.summary-header[b-pgy7jz1wk3] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.summary-header h4[b-pgy7jz1wk3] {
  margin: 0;
  flex: 1;
}
.refresh-summary-btn[b-pgy7jz1wk3] {
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 0.4rem 0.8rem;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.refresh-summary-btn:hover:not(:disabled)[b-pgy7jz1wk3] {
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.refresh-summary-btn:disabled[b-pgy7jz1wk3] {
  opacity: 0.6;
  cursor: not-allowed;
}
.refresh-summary-btn i.spinning[b-pgy7jz1wk3] {
  animation: spin-b-pgy7jz1wk3 1s linear infinite;
}
@keyframes spin-b-pgy7jz1wk3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .pdf-viewer-panel[b-pgy7jz1wk3] {
    width: 90%;
    max-width: 90%;
  }
  .pdf-collection[b-pgy7jz1wk3] {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
  }
  .cover-image[b-pgy7jz1wk3] {
    height: 280px;
  }
  .cover-image i[b-pgy7jz1wk3] {
    font-size: 2.5rem;
  }
}
/* Product Modal */
.product-modal-overlay[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 299;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-modal-overlay.active[b-pgy7jz1wk3] {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.product-modal-container[b-pgy7jz1wk3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 20px;
  pointer-events: none;
}
.product-modal-container.active[b-pgy7jz1wk3] {
  pointer-events: auto;
}
.product-modal-content[b-pgy7jz1wk3] {
  background: white;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalFadeInScale-b-pgy7jz1wk3 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
@keyframes modalFadeInScale-b-pgy7jz1wk3 {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.product-modal-close[b-pgy7jz1wk3] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}
.product-modal-close:hover[b-pgy7jz1wk3] {
  color: #d4af37;
  background-color: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
  transform: rotate(90deg);
}
.product-modal-body[b-pgy7jz1wk3] {
  display: flex;
  overflow: hidden;
  height: 100%;
  flex: 1;
}
.product-modal-left[b-pgy7jz1wk3] {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.product-modal-left[b-pgy7jz1wk3]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(15px) brightness(0.4);
  z-index: 0;
}
.product-cover[b-pgy7jz1wk3] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 200px;
  max-height: 280px;
}
.product-cover img[b-pgy7jz1wk3] {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.product-cover .no-cover[b-pgy7jz1wk3] {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.product-modal-right[b-pgy7jz1wk3] {
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.product-modal-title[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.product-elevator-pitch[b-pgy7jz1wk3] {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  padding: 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.04));
  border-left: 3px solid rgba(212, 175, 55, 0.5);
  border-radius: 6px;
}
.product-elevator-pitch p[b-pgy7jz1wk3] {
  margin: 0;
}
.product-summary[b-pgy7jz1wk3],
.product-benefits[b-pgy7jz1wk3] {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.product-summary h4[b-pgy7jz1wk3],
.product-benefits h4[b-pgy7jz1wk3] {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}
.product-summary p[b-pgy7jz1wk3],
.product-benefits p[b-pgy7jz1wk3] {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.product-modal-actions[b-pgy7jz1wk3] {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.pdf-action-btn[b-pgy7jz1wk3] {
  flex: 1;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  border: none;
  color: white;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.pdf-action-btn:hover[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #e0b847, #c9941f);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.product-modal-actions .btn-secondary[b-pgy7jz1wk3] {
  flex: 1;
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-modal-actions .btn-secondary:hover[b-pgy7jz1wk3] {
  background: #e8e8e8;
  border-color: #bbb;
}
/* Responsive Product Modal */
@media (max-width: 768px) {
  .product-modal-content[b-pgy7jz1wk3] {
    max-height: 90vh;
  }
  .product-modal-body[b-pgy7jz1wk3] {
    flex-direction: column;
  }
  .product-modal-left[b-pgy7jz1wk3] {
    flex: 0 0 40%;
    min-height: 200px;
    border-bottom: 1px solid #eee;
  }
  .product-modal-left[b-pgy7jz1wk3]::before {
    filter: blur(12px) brightness(0.5);
  }
  .product-cover[b-pgy7jz1wk3] {
    max-width: 160px;
    max-height: 240px;
  }
  .product-modal-right[b-pgy7jz1wk3] {
    flex: 1;
    padding: 20px;
  }
  .product-modal-title[b-pgy7jz1wk3] {
    font-size: 1.5rem;
  }
  .product-elevator-pitch[b-pgy7jz1wk3] {
    font-size: 0.9rem;
    padding: 12px;
  }
  .product-modal-actions[b-pgy7jz1wk3] {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .product-modal-content[b-pgy7jz1wk3] {
    max-height: 95vh;
    border-radius: 8px;
  }
  .product-modal-close[b-pgy7jz1wk3] {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 1rem;
    padding: 2px 6px;
  }
  .product-modal-left[b-pgy7jz1wk3] {
    min-height: 180px;
  }
  .product-modal-left[b-pgy7jz1wk3]::before {
    filter: blur(10px) brightness(0.6);
  }
  .product-cover[b-pgy7jz1wk3] {
    max-width: 140px;
    max-height: 200px;
  }
  .product-cover img[b-pgy7jz1wk3] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .product-modal-right[b-pgy7jz1wk3] {
    padding: 16px;
  }
  .product-modal-title[b-pgy7jz1wk3] {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  .product-elevator-pitch[b-pgy7jz1wk3] {
    font-size: 0.85rem;
    padding: 10px;
    margin-bottom: 12px;
  }
  .product-summary h4[b-pgy7jz1wk3],
  .product-benefits h4[b-pgy7jz1wk3] {
    font-size: 0.85rem;
  }
  .product-summary[b-pgy7jz1wk3],
  .product-benefits[b-pgy7jz1wk3] {
    font-size: 0.85rem;
  }
  .product-summary[b-pgy7jz1wk3],
  .product-benefits[b-pgy7jz1wk3] {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .pdf-viewer-panel[b-pgy7jz1wk3] {
    width: 90%;
    max-width: 90%;
  }
  .pdf-collection[b-pgy7jz1wk3] {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
  }
  .cover-image[b-pgy7jz1wk3] {
    height: 280px;
  }
  .cover-image i[b-pgy7jz1wk3] {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .product-overview-container[b-pgy7jz1wk3] {
    padding: 30px 20px;
  }
  .product-overview-container h1[b-pgy7jz1wk3] {
    font-size: 1.8rem;
  }
  .section-title[b-pgy7jz1wk3] {
    font-size: 1.2rem;
  }
  .products-list[b-pgy7jz1wk3] {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-recommendation-card[b-pgy7jz1wk3] {
    flex-direction: row;
    align-items: stretch;
  }
  .product-card-header[b-pgy7jz1wk3] {
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border-bottom: none;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
    flex-basis: 40%;
    min-width: 0;
  }
  .product-card-image[b-pgy7jz1wk3] {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 6px;
  }
  .product-card-title[b-pgy7jz1wk3] {
    text-align: left;
    flex: 1;
    min-width: 0;
  }
  .product-card-title h4[b-pgy7jz1wk3] {
    font-size: 0.95rem;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .product-card-explanation[b-pgy7jz1wk3] {
    flex-basis: 60%;
    padding: 16px;
    border-left: 1px solid rgba(212, 175, 55, 0.2);
  }
}
/* AI Recommender Slide */
.ai-recommender-slide[b-pgy7jz1wk3] {
  position: relative;
  background: linear-gradient(135deg, #10233f 0%, #1b3458 55%, #2a4a74 100%);
  transition: background 1.2s ease;
}
.ai-recommender-slide.recommender-animating[b-pgy7jz1wk3] {
  background: linear-gradient(120deg, #0e1f3a 0%, #1d3761 18%, #2f4f7f 34%, #7a5a2b 52%, #d4af37 68%, #f1e3bd 84%, #2f4f7f 100%);
  background-size: 260% 260%;
  animation: rainbowGradientFlow-b-pgy7jz1wk3 6s ease-in-out infinite;
}
@keyframes rainbowGradientFlow-b-pgy7jz1wk3 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.summary-content b[b-pgy7jz1wk3],
.summary-content strong[b-pgy7jz1wk3] {
  color: #d4af37;
}
.recommender-container[b-pgy7jz1wk3] {
  text-align: left;
}
.recommender-container h1[b-pgy7jz1wk3] {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
}
.recommender-subtitle[b-pgy7jz1wk3] {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  opacity: 0.95;
}
.ai-box[b-pgy7jz1wk3] {
  position: relative;
}
.recommend-btn[b-pgy7jz1wk3] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #d4af37 0%, #c9a961 100%);
  color: #1a365d;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 450px) {
  .recommend-btn[b-pgy7jz1wk3] {
    width: 100%;
    display: flex;
  }
}
.recommend-btn:hover:not(:disabled)[b-pgy7jz1wk3] {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #e5c55f 0%, #d4af37 100%);
}
.recommend-btn:active:not(:disabled)[b-pgy7jz1wk3] {
  transform: translateY(-1px);
}
.recommend-btn i[b-pgy7jz1wk3] {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.recommend-btn:hover:not(:disabled) i[b-pgy7jz1wk3] {
  transform: scale(1.2) rotate(20deg);
}
.recommend-btn.loading[b-pgy7jz1wk3] {
  opacity: 0.8;
}
.recommend-btn:disabled[b-pgy7jz1wk3] {
  cursor: not-allowed;
}
.thinking-messages[b-pgy7jz1wk3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
}
.thinking-message[b-pgy7jz1wk3] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(212, 175, 55, 0.6);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
}
.thinking-message i[b-pgy7jz1wk3] {
  color: #d4af37;
  animation: spin-b-pgy7jz1wk3 1s linear infinite;
}
@keyframes spin-b-pgy7jz1wk3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.thinking-message.fade-in[b-pgy7jz1wk3] {
  animation: fadeInSlideDown-b-pgy7jz1wk3 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes fadeInSlideDown-b-pgy7jz1wk3 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recommendation-result[b-pgy7jz1wk3] {
  max-width: 600px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  animation: fadeInSlideDown-b-pgy7jz1wk3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.result-header[b-pgy7jz1wk3] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #d4af37;
  font-weight: 600;
  font-size: 1.1rem;
}
.result-header i[b-pgy7jz1wk3] {
  font-size: 1.4rem;
}
.result-text[b-pgy7jz1wk3] {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
  white-space: pre-line;
}
.fade-in[b-pgy7jz1wk3] {
  animation: fadeInSlideDown-b-pgy7jz1wk3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Priority Ranking Styles */
.priority-ranking-slots[b-pgy7jz1wk3] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.priority-slot[b-pgy7jz1wk3] {
  flex: 1;
  text-align: center;
  position: relative;
}
.slot-number[b-pgy7jz1wk3] {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: #d4af37;
  color: #1a365d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  z-index: 1;
}
.priority-slot-empty[b-pgy7jz1wk3] {
  min-height: 100px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}
.priority-slot-btn[b-pgy7jz1wk3] {
  background: rgba(212, 175, 55, 0.15);
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  padding: 16px 12px;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
}
.priority-slot-btn:hover[b-pgy7jz1wk3] {
  border-color: rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.25);
}
.priority-slot-btn i[b-pgy7jz1wk3] {
  font-size: 1.8rem;
  color: #d4af37;
}
.priority-slot-btn span[b-pgy7jz1wk3] {
  font-size: 0.9rem;
  font-weight: 500;
}
.remove-hint[b-pgy7jz1wk3] {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
.available-priorities[b-pgy7jz1wk3] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 450px) {
  .available-priorities[b-pgy7jz1wk3] {
    margin-bottom: 16px;
  }
}
.available-label[b-pgy7jz1wk3] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 15px;
  font-weight: 500;
}
.priority-buttons[b-pgy7jz1wk3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
}
.priority-option-btn[b-pgy7jz1wk3] {
  padding: 14px 12px;
  background: white;
  color: #1a365d;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.priority-option-btn i[b-pgy7jz1wk3] {
  font-size: 1.6rem;
  color: #1a365d;
}
.priority-option-btn:hover:not(:disabled)[b-pgy7jz1wk3] {
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
}
.priority-option-btn:disabled[b-pgy7jz1wk3] {
  opacity: 0.5;
  cursor: not-allowed;
}
.priority-option-btn.ranked[b-pgy7jz1wk3] {
  opacity: 0.5;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .recommender-container h1[b-pgy7jz1wk3] {
    font-size: 2rem;
  }
  .recommender-subtitle[b-pgy7jz1wk3] {
    font-size: 1rem;
  }
  .recommend-btn[b-pgy7jz1wk3] {
    padding: 12px 32px;
    font-size: 1rem;
  }
  .thinking-messages[b-pgy7jz1wk3] {
    max-width: 100%;
  }
  .recommendation-result[b-pgy7jz1wk3] {
    max-width: 100%;
  }
  .priority-ranking-slots[b-pgy7jz1wk3] {
    flex-direction: column;
    gap: 16px;
  }
  .priority-buttons[b-pgy7jz1wk3] {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
/* TikTok Button Styling */
.btn-tiktok[b-pgy7jz1wk3] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  color: #ffffff;
  border: 2px solid #25f4ee;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-tiktok:hover[b-pgy7jz1wk3] {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  border-color: #00f7f0;
  color: #25f4ee;
  box-shadow: 0 0 20px rgba(37, 244, 238, 0.4);
  transform: translateY(-2px);
}
.btn-tiktok i[b-pgy7jz1wk3] {
  font-size: 1.25rem;
}
/* /Pages/ShortLinks.razor.rz.scp.css */
.shortlinks-container[b-834b526999] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shortlinks-background[b-834b526999] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1929 0%, #1a3a52 25%, #2d5a7b 50%, #c9a961 75%, #d4af8f 100%);
    z-index: 1;
}

.shortlinks-content[b-834b526999] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.shortlinks-card[b-834b526999] {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 420px;
    padding: 40px 30px 30px;
    position: relative;
    animation: slideUp-b-834b526999 0.6s ease-out;
}

@keyframes slideUp-b-834b526999 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shortlinks-profile-section[b-834b526999] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -70px;
}

.profile-circle-wrapper[b-834b526999] {
    position: relative;
    width: 140px;
    height: 140px;
}

.profile-circle[b-834b526999] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.shortlinks-info-section[b-834b526999] {
    text-align: center;
    margin-bottom: 30px;
}

.shortlinks-name[b-834b526999] {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.shortlinks-meta[b-834b526999] {
    margin-bottom: 15px;
}

.shortlinks-agent-code[b-834b526999],
.shortlinks-company[b-834b526999] {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.shortlinks-tiktok-link[b-834b526999] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.shortlinks-tiktok-link:hover[b-834b526999] {
    background: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.shortlinks-image-section[b-834b526999] {
    margin-top: 20px;
}

.shortlinks-image-button[b-834b526999] {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.shortlinks-image-button:hover[b-834b526999] {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.shortlinks-image-button:active[b-834b526999] {
    transform: scale(0.98);
}

.shortlinks-image-loader[b-834b526999] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.shortlinks-promote-image[b-834b526999] {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Spinner */
.spinner[b-834b526999] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(212, 175, 143, 0.3);
    border-top: 4px solid rgba(212, 175, 143, 1);
    border-radius: 50%;
    animation: spin-b-834b526999 1s linear infinite;
}

@keyframes spin-b-834b526999 {
    to {
        transform: rotate(360deg);
    }
}

/* Error State */
.shortlinks-error[b-834b526999] {
    background: white;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 420px;
}

.shortlinks-error i[b-834b526999] {
    font-size: 48px;
    color: #e74c3c;
    margin-bottom: 20px;
    display: block;
}

.shortlinks-error h2[b-834b526999] {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.shortlinks-error p[b-834b526999] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
    .shortlinks-card[b-834b526999] {
        max-width: 100%;
        border-radius: 20px;
        padding: 30px 20px 20px;
    }

    .profile-circle-wrapper[b-834b526999] {
        width: 110px;
        height: 110px;
        margin-top: -55px;
    }

    .shortlinks-name[b-834b526999] {
        font-size: 20px;
    }

    .shortlinks-tiktok-link[b-834b526999] {
        font-size: 13px;
        padding: 8px 16px;
    }
}
