.lsc-b4491890-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: solid;
    border-color: rgba(191, 149, 63, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lsc-b4491890-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(191, 149, 63, 0.6), transparent);
    opacity: 0.6;
}

.lsc-b4491890-hover-glow-yes .lsc-b4491890-card:hover {
    border-color: rgba(191, 149, 63, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(191, 149, 63, 0.15), 0 0 60px rgba(191, 149, 63, 0.05);
}

.lsc-b4491890-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(191, 149, 63, 0.03) 45%,
        rgba(252, 246, 186, 0.06) 50%,
        rgba(191, 149, 63, 0.03) 55%,
        transparent 60%
    );
    animation: lsc-b4491890-card-shine 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes lsc-b4491890-card-shine {
    0%, 100% { transform: translateX(-100%) rotate(45deg); }
    50% { transform: translateX(100%) rotate(45deg); }
}

.lsc-b4491890-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.lsc-b4491890-icon-wrap.lsc-b4491890-no-bg {
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

.lsc-b4491890-hover-glow-yes .lsc-b4491890-card:hover .lsc-b4491890-icon-wrap {
    transform: scale(1.05);
}

.lsc-b4491890-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.lsc-b4491890-number {
    display: inline-block;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.lsc-b4491890-gold-number-yes .lsc-b4491890-number {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lsc-b4491890-prefix,
.lsc-b4491890-suffix {
    display: inline;
}

.lsc-b4491890-title {
    line-height: 1.4;
    display: inline-block;
}

.lsc-b4491890-gold-title-yes .lsc-b4491890-title {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lsc-b4491890-desc {
    line-height: 1.6;
}
